@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.f-roboto {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}

.f-sen {
  font-family: "Sen", sans-serif;
  letter-spacing: 0;
}

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 374px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------------
	scroll action
------------------------------------------*/
.js-scroll {
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
.js-scroll:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scroll:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-scroll:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scroll:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-scroll.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.js-scroll.is-fadeInUp.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .js-scroll.is-fadeInUp {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}
.js-scroll.is-fadeIn {
  opacity: 0;
}
.js-scroll.is-fadeIn.is-view {
  opacity: 1;
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  z-index: 9990;
  top: 18px;
  left: 20px;
  width: 470px;
  height: 45px;
}
.l-header__logo a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__entry {
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 80px;
  width: 200px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "Sen", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.l-header__entry a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (min-width: 769px) {
  .l-header__entry a {
    background: linear-gradient(135deg, #82CDEF 0, #3A99D0 50%, #B7B1DC 100%);
  }
  .l-header__entry a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: #5765BB;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    pointer-events: none;
  }
  .l-header__entry a:hover {
    opacity: 1;
  }
  .l-header__entry a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 260px;
    height: 40px;
    gap: 10px;
  }
  .l-header__logo img {
    width: 230px;
  }
  .l-header__logo-txt {
    width: 140px !important;
  }
  .l-header__logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-header__entry {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: min(100% - 120px, 270px);
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .l-header__entry a {
    background: #5765BB;
    height: 60px;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  position: relative;
  background: #333;
}
.l-footer p, .l-footer li {
  line-height: 1.8;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.l-footer a, .l-footer span {
  color: inherit !important;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a, .l-footer li, .l-footer div, .l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
  padding: 0;
  gap: 20px 0;
}
.l-footer-nav__item {
  list-style: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
}
.l-footer-nav__item + .l-footer-nav__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: currentColor;
  margin: auto;
}
.l-footer-nav__item a {
  display: block;
  padding: 0 20px;
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  margin: 0;
  padding-left: 20px;
  color: #fff !important;
  font-size: 11px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    padding: 50px 20px 100px;
  }
  .l-footer-sns {
    margin-bottom: 30px;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 20px;
  }
  .l-footer-nav__item {
    border-bottom: 1px dashed;
    font-size: 12px;
    text-align: left;
  }
  .l-footer-nav__item + .l-footer-nav__item::after {
    content: none;
  }
  .l-footer-nav__item a {
    padding: 10px 0;
  }
  .l-footer-copyright {
    font-size: 10px;
    padding-left: 0;
  }
}

.pagetop {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  text-indent: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  background: #5765BB;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  position: relative;
}
.pagetop a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 2px 2px, 2px 100%, 0 100%);
  background: currentColor;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px !important;
    position: fixed !important;
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 0;
  background: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  top: 30px;
}
.gnavBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.gnavBtn span:nth-of-type(3) {
  bottom: 30px;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-225deg);
          transform: translateY(9px) rotate(-225deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.gnavBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(225deg);
          transform: translateY(-10px) rotate(225deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .gnavBtn span {
    width: 18px;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 14px;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 14px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-225deg);
            transform: translateY(5px) rotate(-225deg);
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(225deg);
            transform: translateY(-6px) rotate(225deg);
  }
}

.l-nav {
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav.is-open {
  right: 0;
}
.l-nav.is-open .l-nav-overlay {
  left: 0;
  width: 100%;
}
.l-nav-inner {
  width: 100%;
  height: 100%;
  padding: 130px 50px 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav-list__item {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #5765BB;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #5765BB;
  position: relative;
}
.l-nav-list__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5765BB;
  border-bottom: 2px solid #5765BB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.l-nav-list__item .en {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  font-size: 44px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .l-nav-list__item a:hover {
    opacity: 1;
    border-color: #5765BB;
    color: #5765BB;
  }
  .l-nav-list__item a:hover::after {
    top: 50%;
    border-color: #5765BB;
  }
  .l-nav-list__item a:hover .en {
    color: #5765BB;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 70px 20px 100px;
  }
  .l-nav-list__item {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .l-nav-list__item a {
    padding: 10px 20px 10px 0;
  }
  .l-nav-list__item a::after {
    width: 8px;
    height: 8px;
  }
  .l-nav-list__item .en {
    margin-bottom: 3px;
    font-size: 34px;
  }
}

/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  font-size: 90px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  line-height: 130%;
  color: #000000;
}
.c-tit01__ja {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: inline-block;
  background: url("../img/bg_grad01.webp") no-repeat center top/cover;
  font-size: 20px;
  font-weight: 900;
  line-height: 170%;
  padding: 0 2px;
}
.c-tit01.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: 52px;
  }
  .c-tit01__ja {
    margin-bottom: 4px;
    font-size: 15px;
  }
}

/*	popup - js
------------------------------------------*/
body .mfp-bg {
  z-index: 9993;
  opacity: 0.5;
  background: #000;
}
body .mfp-wrap {
  z-index: 9994;
}
body .mfp-container {
  padding: 0;
}
body .mfp-content {
  position: static;
  padding: 40px 15px;
}
@media screen and (max-width: 768px) {
  body .mfp-content {
    padding: 15px;
  }
}

.mfp-close.modalClose01 {
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 10px !important;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #5765BB;
  border-radius: 50%;
  font-size: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mfp-close.modalClose01::before, .mfp-close.modalClose01::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.mfp-close.modalClose01::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-close.modalClose01::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-close.modalClose01:hover {
  background: #5765BB;
}
@media screen and (max-width: 768px) {
  .mfp-close.modalClose01 {
    width: 30px;
    height: 30px;
  }
}

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
}
.l-mv img {
  width: 100%;
}
.l-mv__txt {
  width: 37%;
  position: absolute;
  z-index: 2;
  top: 39%;
  right: 9%;
}
.l-mv__entry {
  position: absolute;
  z-index: 3;
  right: 70px;
  bottom: 40px;
  width: 220px;
  color: #fff;
  text-align: center;
}
.l-mv__entry a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .l-mv__entry a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: #e36d00;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    pointer-events: none;
  }
  .l-mv__entry a:hover {
    opacity: 1;
  }
  .l-mv__entry a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .l-mv__entry a:hover::after {
    width: 40px;
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv__txt {
    width: 88%;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*------------------------------------------
	.secContent-anchor
------------------------------------------*/
.secContent {
  padding: 60px 0 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .secContent {
    padding: 40px 0 30px;
  }
}

.secContent-anchor {
  position: sticky;
  z-index: 2;
  top: calc(var(--header-height) + 10px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
}
.secContent-anchor__item {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.secContent-anchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 88px;
  padding: 15px 50px 15px 27px;
  background: #333333;
  position: relative;
}
.secContent-anchor__item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff url(../img/ico_arrow02.svg) no-repeat center 60%;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .secContent-anchor__item {
    overflow: hidden;
  }
  .secContent-anchor__item a {
    z-index: 1;
  }
  .secContent-anchor__item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #5765BB;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }
  .secContent-anchor__item a:hover {
    opacity: 1;
    color: var(--color-txt);
  }
  .secContent-anchor__item a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .secContent-anchor {
    top: var(--header-height);
    grid-gap: 2px;
    margin-bottom: 50px;
    -ms-grid-columns: 1fr 2px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .secContent-anchor__item {
    height: 100%;
    border-radius: 10px;
    font-size: min(3.2vw, 14px);
    text-align: center;
  }
  .secContent-anchor__item a {
    min-height: auto;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 7px 33px;
  }
  .secContent-anchor__item a::after {
    width: 15px;
    height: 15px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 10px;
    background-size: 8px;
  }
}

/*------------------------------------------
	.secIntro
------------------------------------------*/
.secIntro {
  padding: 120px 0;
  background: url("../img/bg_message.webp") no-repeat center top/cover;
}
.secIntro-inner {
  max-width: 804px;
  margin: 0 auto;
}
.secIntro__tit {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  text-align: left;
  padding: 0 72px;
}
.secIntro__txt {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 220%;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.secIntro-video {
  width: 100%;
  max-width: 804px;
  height: 444px;
}
.secIntro-video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .secIntro {
    padding: 60px 0;
  }
  .secIntro__tit {
    font-size: 28px;
    padding: 0;
  }
  .secIntro__txt {
    font-size: 15px;
    text-align: left;
  }
  .secIntro-video {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
  .secIntro-video iframe {
    width: 100%;
    height: 100%;
  }
}

/*------------------------------------------
	.secWorks
------------------------------------------*/
.secWorks {
  padding: 120px 0 80px;
  position: relative;
  z-index: 2;
}
.secWorks::before {
  content: "";
  background: url("../img/bg_works.webp") no-repeat center top/cover;
  -webkit-filter: blur(155px);
          filter: blur(155px);
  display: block;
  width: 460px;
  height: 460px;
  position: absolute;
  top: -168px;
  left: calc(50% - 740px);
  z-index: -1;
}
.secWorks__secTit {
  margin-bottom: 80px;
}
.secWorks-imgBox {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .secWorks {
    padding: 60px 0 40px;
  }
  .secWorks::before {
    content: "";
    background: url("../img/bg_works.webp") no-repeat center top/cover;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    display: block;
    width: 300px;
    position: absolute;
    top: -190px;
    left: 0;
    z-index: -1;
  }
  .secWorks__secTit {
    margin-bottom: 40px;
  }
}

/*------------------------------------------
	.secFeature
------------------------------------------*/
.secFeature {
  padding: 80px 0;
  position: relative;
}
.secFeature::before {
  content: "";
  background: url("../img/bg_feature.webp") no-repeat center top/cover;
  -webkit-filter: blur(155px);
          filter: blur(155px);
  display: block;
  width: 900px;
  height: 900px;
  position: absolute;
  top: -440px;
  right: calc(50% - 800px);
  z-index: -1;
}
.secFeature-inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.secFeature__secTit {
  margin-bottom: 80px;
}
.secFeature-imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.secFeature-imgBox img {
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.03);
}
.secFeature-txtBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .secFeature {
    padding: 60px 0 40px;
  }
  .secFeature::before {
    content: "";
    background: url("../img/bg_feature.webp") no-repeat center top/cover;
    -webkit-filter: blur(155px);
            filter: blur(155px);
    display: block;
    width: 300px;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
  }
  .secFeature-inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .secFeature__secTit {
    margin-bottom: 40px;
  }
}

/*------------------------------------------
	.secWelfare
------------------------------------------*/
.secWelfare {
  padding: 80px 0;
  position: relative;
}
.secWelfare::before {
  content: "";
  background: url("../img/bg_welfare.webp") no-repeat center top/cover;
  -webkit-filter: blur(155px);
          filter: blur(155px);
  display: block;
  width: 96%;
  height: 536px;
  position: absolute;
  top: 165px;
  left: 0;
  z-index: -1;
}
.secWelfare__secTit {
  margin-bottom: 80px;
}
.secWelfare-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.secWelfare-list__item {
  width: 240px;
  height: 298px;
}
.secWelfare-list__item img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.02);
}
.secWelfare-list__item:nth-of-type(odd) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .secWelfare {
    padding: 60px 0 40px;
  }
  .secWelfare::before {
    content: "";
    background: url("../img/bg_welfare.webp") no-repeat center top/cover;
    -webkit-filter: blur(155px);
            filter: blur(155px);
    display: block;
    width: 96%;
    height: 536px;
    position: absolute;
    top: 165px;
    left: 0;
    z-index: -1;
  }
  .secWelfare__secTit {
    margin-bottom: 40px;
  }
  .secWelfare-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .secWelfare-list__item {
    width: 100%;
    height: auto;
  }
  .secWelfare-list__item:nth-of-type(odd) {
    margin-top: 0;
  }
}

/*------------------------------------------
	.secFaq
------------------------------------------*/
.secFaq {
  padding: 80px 0 120px;
}
.secFaq__secTit {
  margin-bottom: 80px;
}
.secFaq-box {
  width: min(100%, 840px);
  margin-inline: auto;
  letter-spacing: 0.05em;
}
.secFaq-box__tit {
  overflow: hidden;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 15px 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #333333;
}
.secFaq-box__tit::after {
  content: "";
  display: block;
  width: 80px;
  height: 100%;
  background: #5765BB url(../img/ico_q01.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.secFaq-box-content {
  margin-bottom: 24px;
  padding: 30px;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
}
.secFaq-box-content:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secFaq {
    padding: 60px 0 40px;
  }
  .secFaq__secTit {
    margin-bottom: 50px;
  }
  .secFaq-box__tit {
    min-height: 60px;
    padding-inline: 75px 20px;
    font-size: 16px;
  }
  .secFaq-box__tit::after {
    width: 60px;
    background-size: 16px;
  }
  .secFaq-box-content {
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 15px;
  }
}

/*------------------------------------------
	.secGallery
------------------------------------------*/
.secGallery {
  padding: 2px 0 0;
  background: url("../img/bg_gallery01.webp") no-repeat center top/cover;
  position: relative;
  z-index: 2;
}
.secGallery__secTit {
  margin-bottom: 30px;
  text-shadow: 0 0 24px #0B5E94;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.secGallery-imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secGallery__secTit {
    width: min(100% - 20px);
    margin: 0 auto 30px;
    font-size: min(7vw, 26px);
    text-shadow: 0 0 16px #0B5E94;
  }
}

/*------------------------------------------
	.btnEntry
------------------------------------------*/
.btnEntry {
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 102px;
  text-align: center;
  letter-spacing: 0.1em;
}
.btnEntry a {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btnEntry a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg_entry_pc.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .btnEntry a::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btnEntry a:hover {
    opacity: 1;
  }
  .btnEntry a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
@media screen and (max-width: 768px) {
  .btnEntry {
    font-size: 60px;
  }
  .btnEntry a {
    height: 224px;
  }
  .btnEntry a::after {
    background-image: url("../img/bg_entry_pc.webp");
  }
}
/*# sourceMappingURL=style.css.map */