html {
  color: #333;
  background-color: #fff;
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.8s ease-out;
}

img {
  width: 100%;
  height: auto;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

.l-outer {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-outer {
    min-width: 100%;
  }
}
.l-inner {
  width: 60.4166666667%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-inner {
    width: 86.6666666667%;
  }
}
.l-footer__pagetop {
  padding: 190px 0 120px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(0, 161, 255) 100%);
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop {
    padding: 40vw 0 16vw;
  }
}
.l-footer__pagetop p {
  text-align: right;
  position: relative;
}

.l-footer__pagetop p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  transition: 0.7s;
  right: 0;
  bottom: -18px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop p::after {
    bottom: -2.4vw;
  }
}
.l-footer__pagetop p a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 23px;
  position: relative;
  transition: 0.7s;
}

.l-footer__pagetop p a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop p a {
    font-size: 3.7333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-footer__pagetop p a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 10px;
  right: 0;
  background: url(../img/common/footer_arrow.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop p a::before {
    width: 2.4vw;
    height: 1.4666666667vw;
    top: 2.6666666667vw;
  }
}
.l-footer__pagetop--active p::after {
  width: 0;
  transition: 0.5s;
}

.l-footer__gnav {
  padding: 120px 0 40px;
  background: #0080cb;
}

@media screen and (max-width: 640px) {
  .l-footer__gnav {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.l-footer__gnavTop {
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTop {
    flex-direction: column-reverse;
    margin-bottom: 8vw;
  }
}
.l-footer__gnavTopLogo {
  width: 23.6206896552%;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTopLogo {
    width: 60.9333333333vw;
    margin: 16vw auto 0;
  }
}
.l-footer__gnavTopLogo a {
  transition: 0.7s;
}

.l-footer__gnavTopLogo a:hover {
  opacity: 0.7;
}

.l-footer__gnavTopTeams {
  display: flex;
  justify-content: space-between;
  width: 53.4482758621%;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTopTeams {
    width: 84vw;
    margin: 0 auto;
  }
}
.l-footer__gnavTopTeams li {
  width: 100%;
}

.l-footer__gnavTopTeams li:last-child {
  margin-left: 2.1333333333vw;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTopTeams li:last-child {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__gnavTopTeams li {
    width: 100%;
  }
}
.l-footer__gnavBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottom {
    flex-direction: column;
    margin-bottom: 16vw;
  }
}
.l-footer__gnavBottomTxt {
  width: 264px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt {
    width: 65.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.l-footer__gnavBottomTxt p {
  text-align: center;
  color: #fff;
}

.l-footer__gnavBottomTxt p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(1) {
    font-size: 4vw;
  }
}
.l-footer__gnavBottomTxt p:nth-of-type(2) {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(2) {
    margin-top: 4vw;
  }
}
.l-footer__gnavBottomTxt p:nth-of-type(2) a {
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  letter-spacing: 0.12em;
  transition: 0.7s;
}

.l-footer__gnavBottomTxt p:nth-of-type(2) a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(2) a {
    font-size: 7.4666666667vw;
    letter-spacing: 0.1em;
  }
}
.l-footer__gnavBottomTxt p:nth-of-type(3) {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(3) {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.l-footer__gnavBottomTeams {
  width: 51.724137931%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTeams {
    width: 65.8666666667vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTeams li {
    width: 31.3333333333vw;
  }
  .l-footer__gnavBottomTeams li:nth-child(odd) {
    margin-right: 2.6666666667vw;
  }
  .l-footer__gnavBottomTeams li:nth-of-type(n+3) {
    margin-top: 2.6666666667vw;
  }
}
.l-footer__gnavBottomTeams li a {
  color: #fff;
  font-size: 14px;
  transition: 0.7s;
}

.l-footer__gnavBottomTeams li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTeams li a {
    font-size: 2.6666666667vw;
  }
}
.l-footer__gnavCopy {
  color: #fff;
  font-size: 10px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavCopy {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.l-header {
  background: #fff;
  position: fixed;
  padding: 30px 0;
  z-index: 100;
  transition: 0.5s;
  box-shadow: 0px 2px 5px -3px #000;
}

@media screen and (max-width: 640px) {
  .l-header {
    padding: 13px 0;
    background: #fff;
  }
}
.l-header--active {
  padding: 13px 0;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .l-header--active {
    padding: 10px 0;
  }
}
.l-header--top {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 640px) {
  .l-header--top {
    background: rgba(255, 255, 255, 0.85);
  }
}
.l-header__inner {
  width: 94.7916666667%;
  max-width: 1820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .l-header__inner {
    width: 86.6666666667%;
    max-width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .l-header .sns-list .l-header__sp_sns {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.4666666667vw;
    column-gap: 3.4666666667vw;
  }
}
.l-header .sns-list .l-header__sp_sns li a img {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}

.l-header h1 {
  width: 244px;
  z-index: 110;
  position: relative;
}

.l-header h1 a {
  transition: 0.7s;
}

.l-header h1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-header h1 {
    width: 200px;
  }
}
.l-header__nav {
  width: 670px;
}

@media screen and (max-width: 640px) {
  .l-header__nav {
    padding-top: 96px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 50;
    transition: 0.5s;
  }
}
.l-header__navTeam {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam {
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 640px) {
  .l-header__navTeam li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .l-header__navTeam li:last-child {
    border: none;
  }
}
.l-header__navTeam li.sns-list {
  border-left: 2px solid #0080cb;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li.sns-list {
    margin-right: -16vw;
  }
}
.l-header__navTeam li a {
  color: #0080cb;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li a {
    text-align: left;
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw 12vw;
  }
}
.l-header__navTeam li a img {
  width: 25px;
  height: 25px;
}

.l-header__navTeam li a::before {
  position: absolute;
  bottom: -44px;
  left: 0;
  content: "";
  width: 0;
  height: 4px;
  background: #0080cb;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li a::before {
    display: none;
  }
}
.l-header__navTeam li a:hover::before {
  width: 100%;
}

.l-header__navTeam li ul {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.l-header__navTeam li ul li a {
  color: #0080cb;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li ul li a {
    text-align: left;
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw 12vw;
  }
}
.l-header__navTeam li ul li a::before {
  display: none;
}

.l-header__navTeam li ul li a img {
  width: 25px;
  height: 25px;
}

.l-header__navTeam li ul li a:hover {
  cursor: pointer;
}

.l-header__navTeam--active li a::before {
  bottom: -27px;
}

.l-header__navTeamContact {
  width: 240px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeamContact {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.l-header__navTeamContact a {
  text-align: center;
  font-size: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #0080cb;
  padding: 15px;
  background: #fff;
  position: relative;
  transition: 0.5s;
}

.l-header__navTeamContact a::before {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-header__navTeamContact a {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
    border: none;
    color: #fff !important;
    background: #0080cb;
  }
}
.l-header__navTeamContact a:hover {
  color: #fff;
  background: #0080cb;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .l-header__navTeamContact a:hover {
    color: #0080cb !important;
    background: #fff;
  }
}
.l-header__nav--active {
  left: 0 !important;
  transition: 0.7s;
}

.l-header__hamburger {
  position: relative;
  width: 30px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 35;
  cursor: pointer;
  z-index: 110;
  position: relative;
}

.l-header__hamburger span {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0080cb;
  border-radius: 4px;
}

.l-header__hamburger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
  top: 0;
}

.l-header__hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
  top: 10px;
}

.l-header__hamburger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
  bottom: 0;
}

.l-header__hamburger--active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

.l-header__hamburger--active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__hamburger--active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

.c-breadcrumb {
  margin-bottom: 10px;
}

.c-breadcrumb__list {
  display: flex;
}

.c-breadcrumb__list__link {
  font-size: 12px;
  color: #b5b5b5;
}

@media screen and (max-width: 640px) {
  .c-breadcrumb__list__link {
    font-size: 2.6666666667vw;
  }
}
.c-breadcrumb__list__item {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .c-breadcrumb__list__item {
    font-size: 2.6666666667vw;
  }
}
.c-breadcrumb__list__item[data-type=arrow]::after {
  content: ">";
  color: #b5b5b5;
  margin: 0 8px;
}

.c-breadcrumb__list__item::marker {
  content: none;
}

.c-btn__arrow {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow {
    max-width: 100%;
    width: 84vw;
  }
}
.c-btn__arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
  border: 2px solid #0080cb;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow a {
    padding: 5.3333333333vw;
    text-align: center;
  }
}
.c-btn__arrow a span {
  text-align: center;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  color: #0080cb;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow a span {
    font-size: 3.7333333333vw;
  }
}
.c-btn__arrow a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow_blue.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 5.4vw;
    right: 5.4vw;
  }
}
.c-btn__arrow a:hover {
  background: #0080cb;
  transition: 0.5s;
}

.c-btn__arrow a:hover span {
  color: #fff;
}

.c-btn__arrow a:hover::after {
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.c-btn__arrow--gold a span {
  border: 2px solid #7c6926;
  color: #7c6926;
  background: #fff;
}

.c-btn__arrow--gold a span::after {
  background: url(../img/common/arrow_gold.svg) no-repeat center/contain;
}

.c-btn__arrow--gold a:hover span {
  color: #fff;
  background: #7c6926;
  transition: 0.5s;
}

.c-btn__arrow--gold a:hover span::after {
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.c-btn__arrow--yellow a span {
  border: 2px solid #fdc600;
  color: #fdc600;
  background: #fff;
}

.c-btn__arrow--yellow a span::after {
  background: url(../img/common/arrow_yellow.svg) no-repeat center/contain;
}

.c-btn__arrow--yellow a:hover span {
  color: #fff;
  background: #fdc600;
  transition: 0.5s;
}

.c-btn__arrow--yellow a:hover span::after {
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.c-btn__square a {
  text-align: center;
}

.c-btn__square a span {
  font-size: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #fff;
  padding: 16px;
  color: #fff;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .c-btn__square a span {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
    text-align: center;
  }
}
.c-btn__square a:hover span {
  color: #0080cb;
  background: #fff;
  transition: 0.5s;
}

.c-effectFade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1000ms;
}

.c-effectFade.c-effectScroll {
  opacity: 1;
  transform: translate(0, 0);
}

.c-effectFade-df {
  opacity: 0;
  transition: all 800ms;
}

.c-effectFade-df.c-effectScroll-df {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.5s;
}

.c-tit__section {
  text-align: center;
}

.c-tit__section > em {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #0080cb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  .c-tit__section > em {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-tit__section > em::before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #0080cb;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .c-tit__section > em::before {
    width: 9.3333333333vw;
    height: 0.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.c-tit__section > span {
  font-weight: 700;
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 640px) {
  .c-tit__section > span {
    font-size: 6.1333333333vw;
  }
}
.c-tit__pageTit {
  font-size: 18px;
  transition: 0.7s;
}

@media screen and (max-width: 640px) {
  .c-tit__pageTit {
    font-size: 3.2vw;
  }
}
.c-tit__pageTit::before {
  font-size: 50px;
  content: attr(data-en);
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0080cb;
  margin-bottom: 27px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .c-tit__pageTit::before {
    font-size: 6.6666666667vw;
    margin-bottom: 3.6vw;
  }
}
.p-underSecondPage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-underSecondPage {
    height: 37.3333333333vw;
  }
}
.p-underSecondPage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  height: 120px;
  z-index: 5;
  transition: 0.7s;
}

@media screen and (max-width: 640px) {
  .p-underSecondPage::after {
    width: 0;
    height: 18.6666666667vw;
  }
}
.p-underSecondPage--active::after {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .p-underSecondPage--active::after {
    width: 50vw;
  }
}
.p-underSecondPage__inner {
  position: relative;
  height: 100%;
}

.p-underSecondPage__inner h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

.u-cf::before, .u-cf::after {
  content: "";
  display: table;
}

.u-cf::after {
  clear: both;
}

.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b-pc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  .u-d-b-pc {
    display: none !important;
  }
}
.u-d-b-npc {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-d-b-npc {
    display: block !important;
  }
}
.u-d-b-tb {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-d-b-tb {
    display: block !important;
  }
}
.u-d-b-sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .u-d-b-sp {
    display: block !important;
  }
}
.u-d-b-sps {
  display: none !important;
}

@media screen and (max-width: 400px) {
  .u-d-b-sps {
    display: block !important;
  }
}
.u-d-n-pc {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-d-n-pc {
    display: block !important;
  }
}
.u-d-n-npc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  .u-d-n-npc {
    display: none !important;
  }
}
.u-d-n-tb {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .u-d-n-tb {
    display: none !important;
  }
}
.u-d-n-sp {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .u-d-n-sp {
    display: none !important;
  }
}
.u-d-n-sps {
  display: block !important;
}

@media screen and (max-width: 400px) {
  .u-d-n-sps {
    display: none !important;
  }
}
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fz-22 {
  font-size: 22px !important;
}

.u-fz-24 {
  font-size: 24px !important;
}

.u-fz-26 {
  font-size: 26px !important;
}

.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb-16 {
  margin-bottom: 16px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-16 {
    margin-bottom: 2.1333333333vw !important;
  }
}
.u-mb-half-16 {
  margin-bottom: 16px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-half-16 {
    margin-bottom: 1.0666666667vw !important;
  }
}
.u-mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb-24 {
  margin-bottom: 24px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-24 {
    margin-bottom: 3.2vw !important;
  }
}
.u-mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-30 {
    margin-bottom: 4vw !important;
  }
}
.u-mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb-48 {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-48 {
    margin-bottom: 6.4vw !important;
  }
}
.u-mb-50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-50 {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-60 {
    margin-bottom: 8vw !important;
  }
}
.u-mb-70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.u-mb-80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-80 {
    margin-bottom: 10.6666666667vw !important;
  }
}
.u-mb-90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-90 {
    margin-bottom: 12vw !important;
  }
}
.u-mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.u-mb-110 {
  margin-bottom: 110px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-110 {
    margin-bottom: 14.6666666667vw !important;
  }
}
.u-mb-120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-120 {
    margin-bottom: 16vw !important;
  }
}
.u-mb-130 {
  margin-bottom: 130px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-130 {
    margin-bottom: 17.3333333333vw !important;
  }
}
.u-mb-140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-140 {
    margin-bottom: 18.6666666667vw !important;
  }
}
.u-mb-150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-150 {
    margin-bottom: 20vw !important;
  }
}
.u-mb-160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-160 {
    margin-bottom: 21.3333333333vw !important;
  }
}
.u-mb-170 {
  margin-bottom: 170px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-170 {
    margin-bottom: 22.6666666667vw !important;
  }
}
.u-mb-180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-180 {
    margin-bottom: 24vw !important;
  }
}
.u-mb-190 {
  margin-bottom: 190px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-190 {
    margin-bottom: 25.3333333333vw !important;
  }
}
.u-mb-200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-200 {
    margin-bottom: 26.6666666667vw !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-mx-img {
  max-width: 100%;
}

.u-tx-inside {
  text-indent: -1em;
  margin-left: 1em;
}

.u-pt-0 {
  margin-top: 0px !important;
}

.u-pt-8 {
  margin-top: 8px !important;
}

.u-pt-16 {
  margin-top: 16px !important;
}

.u-pt-24 {
  margin-top: 24px !important;
}

.u-pt-32 {
  margin-top: 32px !important;
}

.u-pt-40 {
  margin-top: 40px !important;
}

.u-pt-48 {
  margin-top: 48px !important;
}

.u-pt-56 {
  margin-top: 56px !important;
}

.u-pt-64 {
  margin-top: 64px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-w-auto {
  width: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-half {
  width: 50% !important;
}

.l-newsList {
  padding-top: 130px;
}

@media screen and (max-width: 640px) {
  .l-newsList {
    padding-top: 85px;
  }
}
.l-newsList .p-underSecondPage {
  background-image: url(../img/news/mainvisual_pc_pic1.webp);
}

@media screen and (max-width: 640px) {
  .l-newsList .p-underSecondPage {
    background-image: url(../img/news/mainvisual_sp_pic1.webp);
  }
}
.l-newsList .p-newsList {
  margin: 100px auto;
}

@media screen and (max-width: 640px) {
  .l-newsList .p-newsList {
    margin: 80px auto;
  }
}
.l-newsList .p-newsList .p-newsList__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
}

.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

@media screen and (max-width: 640px) {
  .l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links {
    gap: 0 4px;
  }
}
.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 640px) {
  .l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .page-numbers {
    width: 32px;
    height: 32px;
  }
}
.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .page-numbers.current {
  opacity: 0.5;
}

.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .next,
.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 6px 16px;
  border-radius: 99999px;
  border: 1px solid var(--Primary-12, rgba(0, 128, 203, 0.12));
  color: var(--Text-Black, #222);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.28px;
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .next,
  .l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .prev {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .next:hover,
.l-newsList .p-newsList .p-newsList__pagination .pagination .nav-links .prev:hover {
  border: 1px solid var(--Primary-12, rgba(0, 128, 203, 0.12));
  background: var(--Primary-100, #0080cb);
  color: var(--Text-White, #fff);
}

.l-newsList .p-newsList__no-posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px 0;
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .l-newsList .p-newsList__no-posts {
    padding: 20px;
  }
}
.l-newsList .c-newsList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  max-width: 1160px;
  margin: 0 auto;
}

.l-newsList .c-newsList__list {
  display: flex;
  justify-content: center;
  gap: 20px 0;
}

.l-newsList .c-newsList__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--Primary-12);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.l-newsList .c-newsList__link:hover .c-newsList__arrow [data-type=front] {
  opacity: 0;
}

.l-newsList .c-newsList__link:hover .c-newsList__arrow [data-type=back] {
  opacity: 1;
}

.l-newsList .c-newsList__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px 0;
  margin: 0 20px 0 0;
}

.l-newsList .c-newsList__date {
  color: #727171;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.8px;
}

.l-newsList .c-newsList__title {
  margin: 15px 0 0 0;
  color: var(--Text-Black, #222);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.95px;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .l-newsList .c-newsList__title {
    line-height: 1.6;
  }
}
.l-newsList .c-newsList__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}

.l-newsList .c-newsList__arrow [data-type=front],
.l-newsList .c-newsList__arrow [data-type=back] {
  transition: all 0.3s;
}

.l-newsList .c-newsList__arrow [data-type=front] {
  opacity: 1;
}

.l-newsList .c-newsList__arrow [data-type=back] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .l-newsList .c-newsList__arrow {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
}
.l-newsList .c-newsList__arrow img {
  width: 100%;
  height: auto;
}

.l-news {
  padding-top: 130px;
}

@media screen and (max-width: 640px) {
  .l-news {
    padding-top: 85px;
  }
}
.l-news .p-underSecondPage {
  background-image: url(../img/news/mainvisual_pc_pic1.webp);
}

@media screen and (max-width: 640px) {
  .l-news .p-underSecondPage {
    background-image: url(../img/news/mainvisual_sp_pic1.webp);
  }
}
.l-news .p-news__content {
  max-width: 840px;
  margin: 100px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .l-news .p-news__content {
    margin: 20.5128205128vw auto;
  }
}
.l-news .p-news__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px 0;
}

.l-news .p-news__title {
  color: var(--Text-Black, #222);
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 640px) {
  .l-news .p-news__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.l-news .p-news__date {
  color: var(--Secondary-100, #727171);
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .l-news .p-news__date {
    font-size: 14px;
  }
}
.l-news .p-news__body h2 {
  margin: 50px 0 0 0;
  padding: 12px 20px;
  color: var(--Text-Black, #222);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.2px;
  background: var(--Primary-12, rgba(0, 128, 203, 0.12));
}

@media screen and (max-width: 640px) {
  .l-news .p-news__body h2 {
    padding: 8px 20px;
    align-self: stretch;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.l-news .p-news__body figure {
  margin: 30px 0 0 0;
}

.l-news .p-news__body h3 {
  margin: 30px 0 0 0;
  padding: 0 0 12px 0;
  color: var(--Text-Black, #222);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--Primary-12, rgba(0, 128, 203, 0.12));
}

@media screen and (max-width: 640px) {
  .l-news .p-news__body h3 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.l-news .p-news__body p {
  margin: 30px 0 0 0;
  color: var(--Text-Black, #222);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .l-news .p-news__body p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.l-news .p-news__body p a {
  color: var(--Accent-Red, #c80c2a);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.l-news .p-news__share {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin: 50px 0 0 0;
  padding: 32px;
  border-radius: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
  .l-news .p-news__share {
    padding: 16px;
    align-items: center;
    align-content: center;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}
.l-news .p-news__share__text {
  color: var(--Secondary-100, #727171);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}

.l-news .p-news__share__buttons {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

@media screen and (max-width: 640px) {
  .l-news .p-news__share__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.l-news .p-news__share__button {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 62px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.l-news .p-news__share__button__icon--facebook, .l-news .p-news__share__button__icon--x, .l-news .p-news__share__button__icon--line, .l-news .p-news__share__button__icon--copy {
  width: 24px;
  aspect-ratio: 1/1;
}

.l-news .p-news__share__button__text {
  flex: 1 0 0;
  color: var(--Text-Black, #222);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.l-news .p-news__button {
  width: 100%;
  margin: 50px auto 0 auto;
  max-width: 260px;
}

.l-news .p-news__button .p-news__button__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
  border: 2px solid #0080cb;
  transition: all 0.3s;
  box-sizing: border-box;
}

.l-news .p-news__button .p-news__button__link:hover {
  border: 2px solid #0080cb;
  background: var(--Primary-100, #0080cb);
}

.l-news .p-news__button .p-news__button__link:hover .p-news__button__link__text {
  color: #fff;
}

.l-news .p-news__button .p-news__button__link:hover .p-news__button__link__arrow svg path {
  stroke: #fff;
  fill: #fff;
}

.l-news .p-news__button .p-news__button__link__arrow {
  display: flex;
  height: 16px;
  aspect-ratio: 1/1;
  padding-right: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.l-news .p-news__button .p-news__button__link__arrow svg path {
  transition: all 0.3s;
}

.l-news .p-news__button .p-news__button__link__text {
  flex: 1 0 0;
  color: var(--Text-Main, #0080cb);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
  transition: all 0.3s;
}
/*# sourceMappingURL=news.css.map */
