@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/Inter_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Inter_SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Inter_Bold.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}

.l-page__home {
  background: #000314;
}

.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  contain: none;
}

.l-header a {
  transition: 0.3s;
}

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

.l-header__inner {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  column-gap: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 3.7333333333vw 5.3333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    padding: 1.4rem 2rem;
  }
}

.l-header__inner .l-header__logo {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner .l-header__logo {
    width: 29.8666666667vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner .l-header__logo {
    width: 16rem;
  }
}

/* ヘッダーのナビ部分 */
.l-header__nav {
  display: flex;
  column-gap: 3rem;
}
@media only screen and (max-width: 64em) {
  .l-header__nav {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: ease 0.4s;
    display: block;
    padding: 0 2rem;
    padding-top: 12rem;
    padding-bottom: 4rem;
    overflow: auto;
    height: 100vh;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    padding-top: 22.4vw;
  }
}

.nav__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
}
@media only screen and (max-width: 64em) {
  .nav__items {
    display: block;
  }
}

/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
  color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    color: #333333;
    padding: 2.2rem 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    column-gap: 0.6rem;
  }
}

@media only screen and (max-width: 64em) {
  .nav__items li:first-child a {
    padding-top: 0;
  }
}

.l-header__under .nav-items__item a {
  color: #333333;
}

/* ハンバーガーメニュー */
.hamburger {
  z-index: 9999;
  width: 8vw;
  height: 8vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger {
    width: 3rem;
    height: 3rem;
  }
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 8vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span {
    width: 3rem;
    height: 0.2rem;
  }
}

.l-header__under .hamburger span {
  background-color: #0079c0;
}

.hamburger.active span {
  background-color: #0079c0;
}

.hamburger span:nth-child(1) {
  top: 1.6vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span:nth-child(1) {
    top: 0.6rem;
  }
}

.hamburger span:nth-child(2) {
  bottom: 1.6vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span:nth-child(2) {
    bottom: 0.6rem;
  }
}

.l-header__nav.active {
  right: 0;
}

.hamburger.active span:nth-child(1) {
  top: 1px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(1) {
    top: 0.1rem;
  }
}

.hamburger.active span:nth-child(2) {
  top: -1px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(2) {
    top: -0.1rem;
  }
}

.l-header__ham-logo {
  position: fixed;
  top: 5.8666666667vw;
  left: 5.3333333333vw;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__ham-logo {
    top: 2.2rem;
    left: 2rem;
  }
}

.l-header__ham-logo.active {
  display: block;
}

.pagetop {
  width: 7rem;
  height: 7rem;
  position: fixed;
  right: 6rem;
  bottom: 6rem;
  background-color: #333333;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}

.pagetop__arrow {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .pagetop__arrow {
    height: 3.2vw;
    width: 3.2vw;
    border-top: 0.5333333333vw solid #ffffff;
    border-right: 0.5333333333vw solid #ffffff;
  }
}

.l-header__btn-wrap {
  display: flex;
  column-gap: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__btn-wrap {
    position: absolute;
    top: 4.5333333333vw;
    right: 18.1333333333vw;
    column-gap: 5.3333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__btn-wrap {
    position: absolute;
    top: 2rem;
    right: 6.8rem;
    column-gap: 2rem;
  }
}

.l-header__btn-wrap a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666872;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__btn-wrap a {
    font-size: 3.7333333333vw;
  }
}

.l-header__btn-wrap a:first-child {
  position: relative;
}

.l-header__btn-wrap a:first-child::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: #ffffff;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__btn-wrap a:first-child::after {
    width: 0.2666666667vw;
    height: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    background: #0079c0;
  }
}

.l-header__btn-wrap a.active {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 64em) {
  .l-header__btn-wrap a.active {
    color: #333333;
  }
}

.l-header__under .l-header__btn-wrap a.active {
  color: #333333;
}

.l-header__under .l-header__btn-wrap a:first-child::after {
  background: #333333;
}

.l-header__btn-wrap-sp {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__btn-wrap-sp {
    display: block;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__btn-wrap-sp {
    display: block;
    margin-top: 3rem;
  }
}

.l-header__btn-wrap-sp a {
  width: 100%;
  padding: 1.8rem;
  margin-top: 1rem;
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__btn-wrap-sp a:first-child {
  background: #0079c0;
  margin-top: 0;
}

.l-header__btn-wrap-sp a:nth-child(2) {
  background: #005486;
}

.l-header__btn-wrap-sp a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-image: url(../../assets/images/common/arrow01.svg);
  width: 1rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header__btn-wrap-sp a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-image: url(../../assets/images/common/icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}

.l-header__btn-wrap-sp a:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-image: url(../../assets/images/common/icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}

.l-header.change-color {
  background: #ffffff;
}

.l-header.change-color .nav-items__item a {
  color: #333333;
}

.l-header.change-color .l-header__btn-wrap a.active {
  color: #333333;
}

.l-header.change-color .l-header__btn-wrap a:first-child::after {
  background: #333333;
}

.l-header.change-color .hamburger span {
  background-color: #333333;
}

.l-footer {
  background: #ffffff;
}

.l-footer__container {
  padding: 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__container {
    padding: 3.7333333333vw 0;
  }
}

.l-footer__container p {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__container p {
    font-size: 2.6666666667vw;
  }
}

.c-btn02 {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-btn02-box {
  width: 48%;
  text-align: center;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02-box {
    width: 100%;
    padding: 5.3333333333vw;
  }
}

.c-btn02-box:first-child {
  background: #0079c0;
}

.c-btn02-box:nth-child(2) {
  background: #005486;
}

.c-btn02-box img {
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02-box img {
    width: 8vw;
  }
}

.c-btn02-box h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02-box h3 {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.c-btn02-box a {
  width: 35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02-box a {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}

.c-btn02-box:first-child a {
  color: #0079c0;
}

.c-btn02-box:nth-child(2) a {
  color: #005486;
}

.c-btn02-box:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../../assets/images/common/arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02-box:first-child a::after {
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
}

.c-btn02-box:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../../assets/images/common/arrow03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02-box:nth-child(2) a::after {
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn02-box a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn02-box a:hover {
    opacity: 0.7;
  }
}
.c-title01 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    font-size: 6.4vw;
  }
}

.c-title02 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0079c0;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 6.4vw;
    text-align: center;
  }
}

.c-title03 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    font-size: 4.8vw;
    padding-bottom: 3.2vw;
  }
}

.c-title03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.2rem;
  background: #0079c0;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03::after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}

.c-txt01 {
  color: #ffffff;
  line-height: 2;
}

.c-txt-box01 {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt-box01 {
    column-gap: 2.6666666667vw;
  }
}

.c-txt-box01 span {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt-box01 span {
    font-size: 4.8vw;
  }
}

.c-txt-box02 {
  width: fit-content;
  margin-left: auto;
  color: #ffffff;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt-box02 {
    margin-top: 5.3333333333vw;
  }
}

.c-txt-box02 div {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt-box02 div {
    column-gap: 2.6666666667vw;
  }
}

.c-txt-box02 div span {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt-box02 div span {
    font-size: 4.8vw;
  }
}

.c-list01 li {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    margin-top: 2.6666666667vw;
  }
}

.c-list01 li:first-child {
  margin-top: 0;
}

.c-list01 li {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    column-gap: 5.3333333333vw;
  }
}

.en .c-list01 li {
  align-items: flex-start;
}

.c-list01 li p {
  font-size: 2.8rem;
  font-weight: 700;
  width: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li p {
    font-size: 6.9333333333vw;
    width: 50%;
  }
}

.en .c-list01 li p {
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .en .c-list01 li p {
    font-size: 4.2666666667vw;
    width: 47%;
  }
}

.c-list01 li p small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li p small {
    font-size: 3.7333333333vw;
  }
}

.c-list01 li span {
  font-weight: 700;
  padding-left: 2rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li span {
    padding-left: 5.3333333333vw;
  }
}

.c-list01 li span::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.1rem;
  height: 2.3rem;
  background: #0079c0;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li span::after {
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 5.3333333333vw;
  }
}

.c-list02 li {
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li {
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}

.c-list02 li:first-child {
  padding-top: 0;
}

.c-list02 li p {
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li p {
    margin-top: -1.3333333333vw;
  }
}

.c-list02-q {
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02-q {
    column-gap: 2.6666666667vw;
  }
}

.c-list02-a {
  display: flex;
  column-gap: 2rem;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02-a {
    column-gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.c-list02-q span {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Inter", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #0079c0;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02-q span {
    font-size: 6.4vw;
  }
}

.c-list02-a span {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Inter", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #005486;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02-a span {
    font-size: 6.4vw;
  }
}

.c-list02 li .c-list02-q p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0079c0;
  line-height: 1.6;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li .c-list02-q p {
    font-size: 3.7333333333vw;
    margin-top: -0.8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap {
    overflow: scroll;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.c-table01 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 {
    width: 217.6vw;
  }
}

.c-table01 thead tr th {
  background: #0079c0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 1.8rem;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 thead tr th {
    padding: 3.7333333333vw;
    border: 0.2666666667vw solid #d9d9d9;
  }
}

.c-table01 tbody tr td {
  padding: 1.8rem;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tbody tr td {
    padding: 3.7333333333vw;
    border: 0.2666666667vw solid #d9d9d9;
  }
}

.p-home__mv {
  width: 100%;
  height: 56.2225475842vw;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    height: 177.8666666667vw;
  }
}

.p-home__mv-video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-video {
    height: auto;
    position: absolute;
    top: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
  }
}

.p-home__mv-video video {
  display: block;
  width: 70%;
  margin-left: auto;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-video video {
    width: 100%;
    height: auto;
  }
}

.p-home__mv-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.39238653vw;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-title {
    left: 5.3333333333vw;
    top: auto;
    bottom: 16vw;
    transform: none;
    z-index: 1;
  }
}

.p-home__mv-title h2 {
  font-size: 3.513909224vw;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-title h2 {
    font-size: 8vw;
  }
}

.en .p-home__mv-title h2 {
  font-size: 2.635431918vw;
}
@media only screen and (max-width: 47.9375em) {
  .en .p-home__mv-title h2 {
    font-size: 4.8vw;
  }
}

.p-home__mv-title p {
  font-family: "Inter", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.317715959vw;
  font-weight: 500;
  margin-top: 0.7320644217vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-title p {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec01 {
  padding-top: 12rem;
  padding-bottom: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}

.p-home__sec01-content {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-content {
    flex-wrap: wrap;
    margin-top: 8vw;
    row-gap: 8vw;
  }
}

.p-home__sec01-img {
  width: 36rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img {
    width: 100%;
  }
}

.p-home__sec01-txt01 {
  width: 64rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt01 {
    width: 100%;
  }
}

.p-home__sec01 .c-txt-box01 {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .c-txt-box01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec01-txt02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt02 {
    margin-top: 8vw;
  }
}

.p-home__sec01-box {
  padding-bottom: 8rem;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-box {
    padding-bottom: 16vw;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}

.p-home__sec01-box02 {
  padding-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-box02 {
    padding-top: 16vw;
  }
}

.p-home__sec01-content02 {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-content02 {
    flex-wrap: wrap;
    row-gap: 8vw;
    margin-top: 8vw;
  }
}

.p-home__sec01-txt03 {
  width: 64rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt03 {
    width: 100%;
  }
}

.p-home__sec01-img02 {
  width: 36rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img02 {
    width: 100%;
  }
}

.p-home__sec01-img02 p {
  color: #ffffff;
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img02 p {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec01-txt04 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt04 {
    margin-top: 8vw;
  }
}

.p-home__sec02 {
  background: #e6f2f9;
  padding: 8rem 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    padding: 16vw 0;
  }
}

.p-home__sec02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58.3rem;
  height: 51.7rem;
  background-image: url(../../assets/images/home/bg01.png);
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02::after {
    width: 85.3333333333vw;
    height: 75.7333333333vw;
  }
}

.p-home__sec02-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content {
    flex-direction: column-reverse;
    row-gap: 8vw;
    margin-top: 8vw;
  }
}

.p-home__sec02-txt-wrap {
  width: 40%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-wrap {
    width: 100%;
  }
}

.p-home__sec02-img {
  width: 60%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img {
    width: 100%;
  }
}

.p-home__sec02-txt-wrap .c-list01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt-wrap .c-list01 {
    margin-top: 0;
  }
}

.p-home__sec03 {
  background: #ffffff;
  padding: 12rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 {
    padding: 16vw 0;
  }
}

.p-under__mv {
  margin-top: 8.5rem;
  background: #e6f2f9;
  height: 18.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    height: 32.8vw;
    margin-top: 14.9333333333vw;
  }
}

.p-under__mv img {
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv img {
    width: 8.5333333333vw;
  }
}

.p-under__mv h1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv h1 {
    font-size: 5.8666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-profile__sec01 {
  margin-top: 8rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01 {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}

.p-profile__sec01-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-content {
    row-gap: 8vw;
  }
}

.p-profile__sec01-item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  border: 1px solid #0079c0;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-item {
    width: 100%;
    padding: 5.3333333333vw;
    border: 0.2666666667vw solid #0079c0;
    flex-wrap: wrap;
    align-items: center;
  }
}

.p-profile__sec01-img01 {
  width: 35%;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-img01 {
    width: 38%;
  }
}

.p-profile__sec01-txt01 {
  width: 56%;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-txt01 {
    width: 55%;
  }
}

.p-profile__sec01-txt01 div h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-txt01 div h2 {
    font-size: 5.3333333333vw;
  }
}

.p-profile__sec01-txt01 div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid #0079c0;
  color: #0079c0;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0.8rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-txt01 div span {
    font-size: 3.4666666667vw;
    border: 0.2666666667vw solid #0079c0;
    margin-top: 2.1333333333vw;
    padding: 0 2.1333333333vw;
  }
}

.p-profile__sec01-txt01 a {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.8rem;
  background: #0079c0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

.p-profile__sec01-txt01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../../assets/images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-profile__sec01-txt01 button {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.8rem;
  background: #0079c0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-profile__sec01-txt01 button {
    display: none;
  }
}

.p-profile__sec01-txt01 button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../../assets/images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (min-width: 64.0625em) {
  .p-profile__sec01-txt01 button:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-profile__sec01-txt01 button:hover {
    opacity: 0.7;
  }
}
.modal-open-sp {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .modal-open-sp {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4.8vw;
    background: #0079c0;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    position: relative;
    cursor: pointer;
  }
}

.modal-open-sp::after {
  content: none;
}
@media only screen and (max-width: 47.9375em) {
  .modal-open-sp::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 1rem;
    height: 0.8rem;
    background-image: url(../../assets/images/common/arrow01.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}
@media only screen and (max-width: 47.9375em) {
  .modal {
    padding: 10.6666666667vw 4.8vw;
  }
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 80rem;
  width: 96%;
}
@media only screen and (max-width: 47.9375em) {
  .modal-container {
    width: 99%;
  }
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.2rem;
  color: #0079c0;
  cursor: pointer;
  overflow: hidden;
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .modal-close {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
    font-size: 5.8666666667vw;
  }
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 4rem 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .modal-content {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.p-special__sec01 {
  margin-top: 8rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-special__sec01 {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}

.p-special__sec01 .c-table01-wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-special__sec01 .c-table01-wrap {
    margin-top: 8vw;
  }
}

.p-fellow__sec01 {
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-fellow__sec01 {
    padding: 10.6666666667vw 0 16vw;
  }
}

.p-fellow__sec01-content {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-fellow__sec01-content {
    margin-top: 8vw;
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.p-fellow__sec01-item {
  width: 20%;
}
@media only screen and (max-width: 47.9375em) {
  .p-fellow__sec01-item {
    width: 46%;
  }
}

.p-fellow__sec01-txt01 {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-fellow__sec01-txt01 {
    margin-top: 3.7333333333vw;
  }
}

.p-fellow__sec01-txt01 h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-fellow__sec01-txt01 h3 {
    font-size: 4.2666666667vw;
  }
}

.p-fellow__sec01-txt01 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 1.4rem;
  color: #0079c0;
  font-weight: 700;
  border: 1px solid #0079c0;
  padding: 0 0.8rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-fellow__sec01-txt01 span {
    margin-top: 2.1333333333vw;
    border: 0.2666666667vw solid #0079c0;
    font-size: 3.2vw;
    padding: 0 2.1333333333vw;
  }
}

.en .p-fellow__sec01-txt01 span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .en .p-fellow__sec01-txt01 span {
    font-size: 2.9333333333vw;
    line-height: 1.3;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */