@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;
  }
}
/*------------------------------------------
	root
------------------------------------------*/
:root {
  --header-height: 70px;
  --inner-width: min(100%, 1080px + (var(--inner-padding) * 2));
  --inner-padding: 10px;
  --color-txt: #2A2A2A;
  --color-blue: #0072B8;
  --color-turquoise: #5FBFDE;
  --color-sky: #0098E2;
  --color-gray: #F9F9F9;
  --bg-angle: 100px;
  --scroll-pos-custom: 100px;
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 70px;
    --inner-padding: 20px;
    --cv-height: 60px;
    --bg-angle: 50px;
  }
}

/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "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-style: italic;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

/*------------------------------------------
	smooth scroll / frame
------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: var(--header-height);
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  html {
    scroll-padding-top: calc(var(--header-height) + var(--scroll-pos-custom));
  }
}

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

.inner {
  width: var(--inner-width);
  margin-inline: auto;
  padding-inline: var(--inner-padding);
}

/*------------------------------------------
	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%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo a, .l-header__logo img {
  display: block;
}
.l-header-cv {
  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: 4px;
  z-index: 9992;
}
.l-header-cv__btn {
  width: 180px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.l-header-cv__btn a {
  height: 70px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--btnColor);
  background: var(--btnColor);
}
.l-header-cv__btn.is-blue {
  --btnColor: var(--color-blue);
}
.l-header-cv__btn.is-sky {
  --btnColor: var(--color-sky);
}
@media screen and (min-width: 769px) {
  .l-header {
    min-width: 1000px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header:not(.is-scroll) .l-header-sns__item a::after {
    opacity: 1;
  }
  .l-header:not(.is-scroll) .l-header-sns__item img {
    opacity: 0;
  }
  .l-header.is-scroll .gnavBtn span {
    background: #2A2A2A;
  }
  .l-header.is-scroll::after {
    width: 360px;
    aspect-ratio: 360/170;
  }
  .l-header.is-scroll .l-header__logo {
    top: 15px;
    left: 15px;
    width: 200px;
  }
  .l-header::after {
    content: "";
    display: block;
    width: min(38%, 420px);
    aspect-ratio: 420/260;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo {
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-sns {
    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: 32px;
    margin-inline: auto 30px;
    position: relative;
    z-index: 9992;
  }
  .l-header-sns__item {
    width: 32px;
  }
  .l-header-sns__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;
    position: relative;
  }
  .l-header-sns__item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-sns__item img {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-sns__item.is-insta a::after {
    background-image: url(../img/ico_instagram02.svg);
  }
  .l-header-sns__item.is-line a::after {
    background-image: url(../img/ico_line02.svg);
  }
  .l-header-sns__item.is-tik a::after {
    background-image: url(../img/ico_tiktok02.svg);
  }
  .l-header-cv__btn a:hover {
    opacity: 1;
    background: #fff;
    color: var(--btnColor);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: var(--header-height);
    padding: 0 80px 0 15px;
    left: 0 !important;
  }
  .l-header__logo {
    width: 130px;
  }
  .l-header-cv {
    width: 100%;
    height: var(--cv-height);
    gap: 0;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .l-header-cv__btn {
    width: 50%;
    height: 100%;
    font-size: 15px;
  }
  .l-header-cv__btn a {
    height: 100%;
    gap: 2px;
    border: none;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
}
.l-footer p, .l-footer li {
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", 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: min(100%, 1100px);
  margin-inline: auto;
  padding: 45px 10px;
}
.l-footer-nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 25px;
  padding: 0;
  gap: 20px 0;
}
.l-footer-nav__item {
  list-style: none;
  color: #2A2A2A;
  font-weight: 500;
  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;
  color: #2A2A2A !important;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}
@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: 30px 20px 100px;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 30px;
  }
  .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;
  }
}

.pagetop {
  display: none;
  width: 70px;
  height: 70px;
  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: url(../img/bg_pagetop01.webp) no-repeat center/cover;
  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: calc(10px + var(--cv-height));
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 90px;
  height: var(--header-height);
  position: relative;
  z-index: 9992;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn:hover {
  opacity: 0.7;
}
.gnavBtn span {
  display: block;
  position: absolute;
  left: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  width: calc(100% - 40px);
  top: 22px;
}
.gnavBtn span:nth-of-type(2) {
  width: calc(100% - 50px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.gnavBtn span:nth-of-type(3) {
  width: calc(100% - 60px);
  bottom: 22px;
}
.gnavBtn.is-close span {
  background: #2A2A2A;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-200deg);
          transform: translateY(12px) rotate(-200deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.gnavBtn.is-close span:nth-of-type(3) {
  width: calc(100% - 40px);
  -webkit-transform: translateY(-12px) rotate(200deg);
          transform: translateY(-12px) rotate(200deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: var(--header-height);
    position: fixed;
    top: 0;
    right: 0;
  }
  .gnavBtn span {
    left: 15px;
    background: #2A2A2A;
  }
  .gnavBtn span:nth-of-type(1) {
    width: calc(100% - 30px);
  }
  .gnavBtn span:nth-of-type(2) {
    width: calc(100% - 40px);
  }
  .gnavBtn span:nth-of-type(3) {
    width: calc(100% - 50px);
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    width: calc(100% - 30px);
  }
}

.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 100px;
  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: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
}
.l-nav-list__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  color: var(--color-blue);
  border-right: 2px solid;
  border-bottom: 2px solid;
  -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;
  font-size: 36px;
}
.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;
    color: var(--color-blue);
  }
  .l-nav-list__item a:hover::after {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 80px 20px calc(var(--cv-height) + 50px);
  }
  .l-nav-list__item {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .l-nav-list__item a::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
  .l-nav-list__item-en {
    font-size: 24px;
  }
  .l-nav-sns {
    margin-top: 40px;
    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;
    gap: 32px;
  }
  .l-nav-sns__item {
    width: 32px;
  }
  .l-nav-sns__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;
  }
}

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  overflow: clip;
  margin-bottom: 145px;
  position: relative;
}
.l-mv::after {
  content: "";
  display: block;
  width: 40.3%;
  aspect-ratio: 580/360;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 2;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.l-mv img {
  width: 100%;
}
.l-mv-txtBox {
  width: 86%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13.5%;
  margin: auto;
  z-index: 3;
}
.l-mv__txt01 {
  width: 47.8%;
  margin-bottom: max(15px, 1.5vw);
}
.l-mv__txt02 {
  color: #fff;
  font-weight: 700;
  font-size: max(15px, 1.5vw);
}
@media screen and (max-width: 768px) {
  .l-mv {
    margin-bottom: 0;
  }
  .l-mv::after {
    width: 55%;
  }
  .l-mv-txtBox {
    width: 83%;
    bottom: 9.5%;
  }
  .l-mv__txt01 {
    width: 84%;
    margin-bottom: 6vw;
  }
  .l-mv__txt02 {
    font-size: 4.5vw;
    line-height: 7vw;
  }
}

.js-mv-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  aspect-ratio: 1440/840;
}
@media screen and (max-width: 768px) {
  .js-mv-slider {
    aspect-ratio: 780/1160;
  }
}
.js-mv-slider.is-initialized {
  opacity: 1;
}
.js-mv-slider .splide__track {
  height: 100%;
}
.js-mv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================================================================================================
	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;
  gap: 15px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 18px;
}
.c-tit01__en {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-style: italic;
  font-weight: 600;
  font-size: 92px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: 16px;
  }
  .c-tit01__en {
    font-size: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-scroll-pos-custom {
    scroll-margin-top: calc(var(--scroll-pos-custom) * -1);
  }
}

/*------------------------------------------
	.secAbout
------------------------------------------*/
.secAbout {
  overflow-x: clip;
  padding-block: 0 145px;
}
.secAbout__secTit {
  margin-bottom: 80px;
}
.secAbout-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 51%;
  grid-template-columns: 1fr 51%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 80px;
  position: relative;
}
.secAbout-box::after {
  content: "";
  display: block;
  width: 520px;
  height: 300px;
  background: #E5F1F8;
  position: absolute;
  left: calc(50% - 720px);
  bottom: -75px;
  z-index: -1;
  pointer-events: none;
}
.secAbout-box__txt {
  font-size: 18px;
  line-height: 2.2;
}
.secAbout-box__txt + .secAbout-box__txt {
  margin-top: 30px;
}
.secAbout-box-imgBox {
  position: relative;
}
.secAbout-box-imgBox::after {
  content: "";
  display: block;
  width: 440px;
  height: 594px;
  background: #E5F1F8;
  position: absolute;
  top: -100px;
  right: -180px;
  z-index: -1;
  pointer-events: none;
}
.secAbout-box-imgBox img {
  display: block;
}
.secAbout-box-imgBox img:nth-of-type(1) {
  width: 81.7%;
  margin: 0 0 40px auto;
}
.secAbout-box-imgBox img:nth-of-type(2) {
  width: 69%;
}
@media screen and (max-width: 768px) {
  .secAbout {
    padding-block: 80px;
  }
  .secAbout__secTit {
    margin-bottom: 50px;
  }
  .secAbout-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .secAbout-box::after {
    width: 220px;
    height: 164px;
    top: -115px;
    right: calc(var(--inner-padding) * -1);
    left: auto;
    bottom: auto;
  }
  .secAbout-box__txt {
    font-size: 15px;
    line-height: 2.1;
  }
  .secAbout-box__txt + .secAbout-box__txt {
    margin-top: 22px;
  }
  .secAbout-box-imgBox::after {
    width: 76%;
    height: auto;
    aspect-ratio: 273/375;
    top: -65px;
    right: calc(var(--inner-padding) * -1);
  }
  .secAbout-box-imgBox img:nth-of-type(1) {
    margin-bottom: 7%;
  }
}

/*	.secAbout-movie
------------------------------------------*/
.secAbout-movie {
  margin-top: 110px;
  position: relative;
}
.secAbout-movie::after {
  content: "";
  display: block;
  width: 300px;
  aspect-ratio: 1/1;
  background: #E5F1F8;
  position: absolute;
  right: -100px;
  bottom: -120px;
  z-index: -1;
  pointer-events: none;
}
.secAbout-movie__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.12em;
}
.secAbout-movie__tit-en {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -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;
  gap: 15px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0;
}
.secAbout-movie__tit-en::before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 80/55;
  background: url(../img/ico_movie01.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.secAbout-movie-movieBox {
  width: 1080px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.secAbout-movie-movieBox iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .secAbout-movie {
    margin-top: 80px;
  }
  .secAbout-movie::after {
    width: 40%;
    right: calc(var(--inner-padding) * -1);
    bottom: -50px;
  }
  .secAbout-movie__tit {
    font-size: 20px;
  }
  .secAbout-movie__tit-en {
    font-size: 36px;
  }
  .secAbout-movie__tit-en::before {
    width: 50px;
  }
  .secAbout-movie-movieBox {
    width: 100%;
  }
}

/*------------------------------------------
	.secSearch
------------------------------------------*/
.secSearch__secTit {
  margin-bottom: 65px;
}
.secSearch-sec + .secSearch-sec {
  margin-top: 65px;
}
.secSearch-sec__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.12em;
}
.secSearch-sec__tit::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: var(--color-blue);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .secSearch {
    padding-block: 80px;
  }
  .secSearch__secTit {
    margin-bottom: 50px;
  }
  .secSearch-sec__tit {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .secSearch-sec__tit::before {
    width: 40px;
  }
}

/*	.secSearch-type
------------------------------------------*/
.secSearch-type-set__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 40px;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
}
.secSearch-type-set__back a {
  min-height: 50px;
  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;
  padding: 10px 50px;
  border-radius: inherit;
  background: var(--color-sky);
  position: relative;
}
.secSearch-type-set__back a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .secSearch-type-set {
    scroll-margin-top: var(--header-height);
    margin-inline: calc(var(--inner-padding) * -0.5);
  }
  .secSearch-type-set__back {
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .secSearch-type-set__back a {
    padding-inline: 30px;
  }
  .secSearch-type-set__back a::after {
    right: 15px;
  }
}

.secSearch-type-nav {
  width: calc(100% - 40px);
  height: 80px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.secSearch-type-nav__item {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 10px);
  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;
  padding: 3px;
  background: #F0F0F0;
  color: var(--color-blue);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secSearch-type-nav__item.is-active {
  height: 100%;
  background: var(--color-blue);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .secSearch-type-nav {
    width: calc(100% - 10px);
    height: 70px;
    gap: 3px;
  }
  .secSearch-type-nav__item {
    font-size: min(3vw, 13px);
  }
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-show {
  display: block;
}

.secSearch-type-contentWrap {
  padding: 50px 50px 40px;
  border: 1px solid var(--color-blue);
  border-radius: 4px;
}
.secSearch-type-content-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 51.2%;
  grid-template-columns: 1fr 51.2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.secSearch-type-content-top__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px 0;
  padding: 5px 9px;
  background: var(--color-blue);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.secSearch-type-content-top__tit {
  margin-bottom: 20px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.secSearch-type-content-top__txt {
  font-size: 18px;
}
.secSearch-type-content-top__img {
  width: 100%;
}
.secSearch-type-content-data__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 15px 250px 15px 1fr;
  grid-template-columns: 170px 250px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  padding-block: 15px;
  border-bottom: 1px solid var(--color-blue);
}
.secSearch-type-content-data__tit {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secSearch-type-content-data__rate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.3em;
  position: relative;
}
.secSearch-type-content-data__rate::before, .secSearch-type-content-data__rate::after {
  content: "★★★★★";
  display: block;
}
.secSearch-type-content-data__rate::before {
  color: #F0F0F0;
}
.secSearch-type-content-data__rate::after {
  color: var(--color-blue);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
.secSearch-type-content-data__rate[data-rate="5"]::after {
  width: 100%;
}
.secSearch-type-content-data__rate[data-rate="4"]::after {
  width: 80%;
}
.secSearch-type-content-data__rate[data-rate="3"]::after {
  width: 60%;
}
.secSearch-type-content-data__rate[data-rate="2"]::after {
  width: 40%;
}
.secSearch-type-content-data__rate[data-rate="1"]::after {
  width: 20%;
}
.secSearch-type-content__btn {
  width: min(100%, 320px);
  margin: 30px auto 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secSearch-type-content__btn a {
  min-height: 64px;
  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;
  padding: 10px 35px;
  background: var(--color-blue) url(../img/ico_arrow01.svg) no-repeat right 20px center;
}
@media screen and (min-width: 769px) {
  .secSearch-type-content__btn a:hover {
    opacity: 1;
    background-color: var(--color-turquoise);
  }
}
@media screen and (max-width: 768px) {
  .secSearch-type-contentWrap {
    padding: 30px 20px;
  }
  .secSearch-type-content-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .secSearch-type-content-top__tag {
    font-size: 13px;
  }
  .secSearch-type-content-top__tit {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .secSearch-type-content-top__txt {
    font-size: 14px;
  }
  .secSearch-type-content-data__item {
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
  }
  .secSearch-type-content-data__tit {
    font-size: 18px;
  }
  .secSearch-type-content-data__rate {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .secSearch-type-content-data__txt {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 13px;
  }
  .secSearch-type-content__btn {
    font-size: 16px;
  }
  .secSearch-type-content__btn a {
    min-height: 60px;
    padding-inline: 30px;
    background-position: right 15px center;
  }
}

/*	.secSearch-area
------------------------------------------*/
.secSearch-area-sec__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12em;
}
.secSearch-area-sec__tit::before {
  content: "";
  display: block;
  width: 0.56em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.secSearch-area-sec-list__item {
  width: 240px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secSearch-area-sec-list__item a {
  min-height: 64px;
  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;
  padding: 10px 35px;
  background: var(--color-blue) url(../img/ico_arrow01.svg) no-repeat right 20px center;
}
@media screen and (min-width: 769px) {
  .secSearch-area {
    min-height: 555px;
    background: url(../img/img_map01.svg) no-repeat center top;
  }
  .secSearch-area__tit {
    margin-bottom: 75px;
  }
  .secSearch-area-secWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(62%, 660px) 240px;
    grid-template-columns: min(62%, 660px) 240px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .secSearch-area-sec-list__item a:hover {
    opacity: 1;
    background-color: var(--color-turquoise);
  }
  .secSearch-area-sec.is-hiroshima .secSearch-area-sec-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 16px auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 16px;
  }
  .secSearch-area-sec.is-hiroshima .secSearch-area-sec-list__item.is-area02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .secSearch-area-sec.is-hiroshima .secSearch-area-sec-list__item.is-area03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .secSearch-area-sec.is-hiroshima .secSearch-area-sec-list__item.is-area04 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: -2;
    grid-area: 3/3/3/1;
  }
}
@media screen and (max-width: 768px) {
  .secSearch-area-sec + .secSearch-area-sec {
    margin-top: 40px;
  }
  .secSearch-area-sec-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .secSearch-area-sec-list__item {
    width: 100%;
    font-size: 16px;
  }
  .secSearch-area-sec-list__item a {
    min-height: 60px;
    padding-inline: 30px;
    background-position: right 15px center;
  }
}

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  margin-bottom: 45px;
  padding-block: 140px 160px;
  background: var(--color-gray);
  clip-path: polygon(0 0, 100% var(--bg-angle), 100% 100%, 0 calc(100% - var(--bg-angle)));
}
.secInterview__secTit {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .secInterview {
    margin-bottom: 0;
    padding-block: 80px;
  }
  .secInterview__secTit {
    margin-bottom: 50px;
  }
}

.secInterview-person {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 60px;
}
.secInterview-person__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(35.7%, 120px) 16px 1fr;
  grid-template-columns: min(35.7%, 120px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
}
.secInterview-person__img {
  width: 100%;
}
.secInterview-person__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7px 0;
  padding: 6px 10px;
  background: var(--color-blue);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.secInterview-person__tit {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.secInterview-person__prof {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .secInterview-person {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
  }
  .secInterview-person__item {
    -ms-grid-columns: 90px 16px 1fr;
    grid-template-columns: 90px 1fr;
  }
  .secInterview-person__tag {
    margin-bottom: 5px;
    padding: 4px 7px;
    font-size: 13px;
  }
  .secInterview-person__tit {
    font-size: 15px;
  }
  .secInterview-person__prof {
    font-size: 12px;
  }
}

.secInterview-front {
  counter-reset: number;
  width: min(100%, 1040px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.secInterview-front__item {
  height: 310px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--color-blue) 0, #1F53A4 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.secInterview-front__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;
  height: 100%;
  padding: 50px 20px 20px;
  border-radius: inherit;
  position: relative;
}
.secInterview-front__item a::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  font-style: italic;
  font-weight: 600;
  font-size: 62px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0.16;
}
.secInterview-front-txtBox {
  width: 100%;
  position: relative;
  z-index: 2;
}
.secInterview-front-txtBox::after {
  content: "";
  display: block;
  width: 43px;
  aspect-ratio: 43/30;
  background: url(../img/ico_chon01.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: calc(100% + 5px);
}
.secInterview-front__tit {
  font-size: 22px;
}
.secInterview-front__check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  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: 16px;
}
.secInterview-front__check::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-turquoise) url(../img/ico_arrow01.svg) no-repeat center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .secInterview-front__item a:hover {
    opacity: 1;
    background: var(--color-turquoise);
  }
  .secInterview-front__item a:hover .secInterview-front__check::after {
    background-color: #36ABD1;
  }
}
@media screen and (max-width: 768px) {
  .secInterview-front {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .secInterview-frontWrap {
    margin-right: calc(var(--inner-padding) * -1);
    padding-right: var(--inner-padding);
  }
  .secInterview-front__item {
    width: 200px;
    height: 190px;
  }
  .secInterview-front__item a {
    padding-inline: 10px;
  }
  .secInterview-front__item a::after {
    font-size: 40px;
    right: 5px;
  }
  .secInterview-front-txtBox::after {
    width: 22px;
  }
  .secInterview-front__tit {
    font-size: 16px;
    line-height: 1.7;
  }
  .secInterview-front__check {
    margin-top: 15px;
    gap: 10px;
    font-size: 13px;
  }
  .secInterview-front__check::after {
    width: 30px;
    background-size: 42%;
  }
}

.secInterview-content {
  width: min(100%, 800px);
  margin-inline: auto;
  padding: 30px 60px 50px;
  background: #fff;
  position: relative;
}
.secInterview-content__num {
  margin-bottom: 10px;
  color: var(--color-blue);
  font-size: 62px;
  text-align: center;
  line-height: 1.1;
  opacity: 0.16;
}
.secInterview-content__tit {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid var(--color-blue);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.secInterview-content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.secInterview-content-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 40px 1fr;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 40px;
}
.secInterview-content-list__img {
  width: 100%;
  margin-bottom: 5px;
}
.secInterview-content-list__prof {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.secInterview-content-list__txt {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background: #E5F1F8;
  border-radius: 16px;
  position: relative;
}
.secInterview-content-list__txt::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: inherit;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 37px;
  right: calc(100% - 1px);
}
@media screen and (max-width: 768px) {
  .secInterview-content {
    padding: 30px 20px;
  }
  .secInterview-content__num {
    margin-bottom: 5px;
    font-size: 46px;
  }
  .secInterview-content__tit {
    font-size: 22px;
  }
  .secInterview-content-list__item {
    -ms-grid-columns: 70px 15px 1fr;
    grid-template-columns: 70px 1fr;
    grid-gap: 15px;
  }
  .secInterview-content-list__prof {
    font-size: 12px;
  }
  .secInterview-content-list__txt {
    min-height: 70px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
  }
  .secInterview-content-list__txt::after {
    width: 12px;
    height: 12px;
    top: 29px;
  }
}

/*	js - magnific_popup
------------------------------------------*/
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, .mfp-close.modalClose02 {
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-close.modalClose01 {
  position: absolute;
  top: 10px !important;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: var(--color-blue);
  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: 2px;
  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 {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .mfp-close.modalClose01 {
    top: 5px !important;
    right: 5px;
  }
}
.mfp-close.modalClose02 {
  position: static;
  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;
  width: min(100%, 180px);
  height: 44px;
  margin: 20px auto 0;
  padding: 0;
  border: 1px solid var(--color-blue);
  color: var(--color-blue) !important;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) {
  .mfp-close.modalClose02:hover {
    border-color: var(--color-turquoise);
    background: var(--color-turquoise);
    color: #fff !important;
  }
}

/*------------------------------------------
	.secWelfare
------------------------------------------*/
.secWelfare {
  overflow-x: clip;
  padding-block: 0 80px;
}
.secWelfare__secTit {
  margin-bottom: 50px;
}
.secWelfare-content {
  position: relative;
}
.secWelfare__catch {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}
.secWelfare-list__item {
  padding-top: 20px;
  position: relative;
}
.secWelfare-list__item-in {
  height: 100%;
  padding: 40px 30px;
  background: var(--color-gray);
  border-radius: 8px;
}
.secWelfare-list__tit {
  margin-bottom: 20px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
.secWelfare-list__tit .small {
  font-weight: 400;
  font-size: 16px;
}
.secWelfare-list__txt {
  font-weight: 400;
  font-size: 14px;
}
.secWelfare-list__num {
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (min-width: 769px) {
  .secWelfare-list {
    width: max(100% + var(--inner-padding), 100% + 50vw - 540px);
    padding-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .secWelfare {
    padding-block: 80px;
  }
  .secWelfare__secTit {
    margin-bottom: 30px;
  }
  .secWelfare__catch {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    position: static;
  }
  .secWelfare-list {
    margin-inline: calc(var(--inner-padding) * -1);
  }
  .secWelfare-list__item-in {
    padding: 30px 20px;
  }
  .secWelfare-list__tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .secWelfare-list__tit .small {
    font-size: 14px;
  }
  .secWelfare-list__num {
    width: auto;
    height: 45px;
    left: -15px;
  }
}

.js-welfare-slider-nav {
  width: min(100%, 288px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 88px;
  grid-template-columns: 1fr 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}
.js-welfare-slider .my-carousel-progress {
  background: var(--color-gray);
}
.js-welfare-slider .my-carousel-progress-bar {
  background: var(--color-blue);
  height: 2px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
  width: 0;
}
.js-welfare-slider .splide__arrows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.js-welfare-slider .splide__arrow {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  background: var(--color-blue) url(../img/ico_arrow01.svg) no-repeat center;
  border-radius: 50%;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-welfare-slider .splide__arrow svg {
  display: none;
}
.js-welfare-slider .splide__arrow.splide__arrow--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.js-welfare-slider .splide__arrow:hover {
  background-color: var(--color-turquoise);
}
@media screen and (min-width: 769px) {
  .js-welfare-slider .splide__track {
    padding-left: 20px !important;
  }
  .js-welfare-slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .js-welfare-slider-nav {
    width: min(100% - var(--inner-padding) * 2, 288px);
    margin: 30px auto 0;
  }
}

/*------------------------------------------
	.secFaq
------------------------------------------*/
.secFaq {
  padding-block: 125px 100px;
  background: var(--color-gray);
  clip-path: polygon(0 0, 100% var(--bg-angle), 100% 100%, 0 100%);
}
.secFaq__secTit {
  margin-bottom: 60px;
}
.secFaq-box {
  width: min(100%, 960px);
  margin-inline: auto;
}
.secFaq-box__tit {
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 20px 85px;
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.secFaq-box__tit::after {
  content: "Q.";
  display: block;
  height: 1em;
  color: var(--color-blue);
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  margin: auto;
}
.secFaq-box__txt {
  width: calc(100% - 80px);
  margin: 20px auto 0;
  color: var(--color-blue);
  font-size: 15px;
  line-height: 2.2;
}
.secFaq-box__txt + .secFaq-box__tit {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .secFaq {
    padding-block: 80px;
  }
  .secFaq__secTit {
    margin-bottom: 40px;
  }
  .secFaq-box__tit {
    min-height: 60px;
    padding: 15px 20px 15px 45px;
    font-size: 16px;
  }
  .secFaq-box__tit::after {
    font-size: 22px;
    left: 15px;
  }
  .secFaq-box__txt {
    width: calc(100% - 30px);
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.85;
  }
}

/*------------------------------------------
	.secEntry
------------------------------------------*/
.secEntry {
  padding-block: 75px 80px;
  background: url(../img/bg_entry01.webp) no-repeat center/cover;
}
.secEntry__secTit {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.secEntry__btn {
  width: min(100%, 400px);
  margin-inline: auto;
  border-radius: 100px;
  color: var(--color-blue);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.secEntry__btn a {
  min-height: 95px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: inherit;
  background: #fff;
}
.secEntry__btn-en {
  font-size: 44px;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .secEntry__btn a:hover {
    opacity: 1;
    background: var(--color-turquoise);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .secEntry {
    padding-block: 60px;
  }
  .secEntry__secTit {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.6;
  }
  .secEntry__btn {
    font-size: 16px;
  }
  .secEntry__btn a {
    min-height: 80px;
  }
  .secEntry__btn-en {
    font-size: 34px;
  }
}
/*# sourceMappingURL=style.css.map */