@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: 110px;
  --inner-width: min(100%, 1080px + (var(--inner-padding) * 2));
  --inner-padding: 10px;
  --color-txt: #555;
  --color-blue: #5F92D9;
  --color-orange: #F39800;
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 60px;
    --inner-padding: 20px;
    --cv-height: 60px;
  }
}

/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  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-nunito {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
}

/*------------------------------------------
	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) {
  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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__logo a, .l-header__logo img {
  display: block;
}
.l-header__logo img {
  margin-inline: auto;
}
.l-header__logo-txt {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 3px 10px;
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
  color: #1F8EDF;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
.l-header__entry {
  width: 190px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__entry a {
  min-height: 55px;
  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;
  border-radius: inherit;
  background: var(--color-orange);
  border: 2px solid var(--color-orange);
}
@media screen and (min-width: 769px) {
  .l-header {
    position: sticky;
    z-index: 9990;
    top: 0;
    left: 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: 30px;
    height: var(--header-height);
    margin-bottom: calc(var(--header-height) * -1);
    padding-inline: 40px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header:not(.is-scroll) {
    --header-height: 130px;
  }
  .l-header.is-scroll {
    background: #fff;
  }
  .l-header.is-scroll .l-header__logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .l-header.is-scroll .l-header__logo img {
    width: 220px;
  }
  .l-header.is-scroll .l-header__logo-txt {
    font-size: 13px;
  }
  .l-header__logo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo img, .l-header__logo-txt {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__entry {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-header__entry a:hover {
    opacity: 1;
    background: #fff;
    color: var(--color-orange);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9990;
  }
  .l-header__logo img {
    width: 150px;
  }
  .l-header__logo-txt {
    margin-top: 5px;
    font-size: 10px;
  }
  .l-header__entry {
    position: fixed;
    z-index: 9992;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--cv-height);
    border-radius: 8px 8px 0 0;
    font-size: 16px;
  }
  .l-header__entry a {
    min-height: auto;
    height: 100%;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  background: #5F92D9;
  position: relative;
}
.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: #fff;
  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 25px;
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  margin: 0;
  color: #fff !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: var(--color-orange);
  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(var(--cv-height) + 10px);
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.l-nav a {
  display: block;
}
.l-nav-list__item {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

/* PC */
@media screen and (min-width: 769px) {
  .l-nav {
    display: block !important;
    height: auto !important;
    margin-inline: auto 0;
  }
  .l-nav-inner {
    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: 30px;
  }
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
  }
  .l-nav-list__item {
    text-align: center;
  }
  .l-nav-list__item a {
    position: relative;
  }
  .l-nav-list__item a::after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background: #1F8EDF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-list__item a:hover {
    opacity: 1;
    color: #1F8EDF;
  }
  .l-nav-list__item a:hover::after {
    width: 100%;
    opacity: 1;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .gnavBtn {
    overflow: hidden;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 9992;
    position: fixed;
    top: 0;
    right: 0;
    background: var(--color-blue);
  }
  .gnavBtn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 20px;
  }
  .gnavBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .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(-9px) rotate(225deg);
            transform: translateY(-9px) rotate(225deg);
  }
  .l-nav {
    display: none;
    padding: 80px 20px calc(var(--cv-height) + 50px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav-list__item {
    border-bottom: 1px solid #999;
  }
  .l-nav-list__item a {
    padding: 15px 30px 15px 20px;
    position: relative;
  }
  .l-nav-list__item a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    color: var(--color-blue);
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  padding-top: 164px;
  background: #C3E6F8;
}
.l-mv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-mv {
    padding: 100px 0 0;
  }
}

/*============================================================================================================
	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;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
}
.c-tit01__en {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 13px;
  color: #1F8EDF;
  font-weight: 600;
  font-size: 86px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.1;
}
.c-tit01__en.is-orange {
  color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: 18px;
  }
  .c-tit01__en {
    margin-bottom: 7px;
    font-size: 46px;
  }
}

.c-btn01 {
  --btnColor: var(--color-blue);
  border-radius: 100px;
  color: var(--btnColor);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-btn01 a {
  min-height: 80px;
  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 30px;
  border-radius: inherit;
  border: 2px solid var(--btnColor);
  background: #fff;
  position: relative;
}
.c-btn01 a::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/13;
  background: currentColor;
  -webkit-mask-image: url(../img/ico_arrow02.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../img/ico_arrow02.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}
.c-btn01.is-orange {
  --btnColor: var(--color-orange);
}
@media screen and (min-width: 769px) {
  .c-btn01 a:hover {
    opacity: 1;
    background: var(--btnColor);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 16px;
  }
  .c-btn01 a {
    min-height: 60px;
    padding: 5px 20px;
  }
  .c-btn01 a::after {
    right: 12px;
  }
}

/*------------------------------------------
	.secSearch
------------------------------------------*/
.secSearch {
  margin-bottom: 75px;
  padding-block: 130px 120px;
  background: url(../img/bg_search02.svg) no-repeat right calc(50% - 380px) top 109px, url(../img/bg_search01.webp) no-repeat center/max(100%, 1440px) 100%;
}
.secSearch__secTit {
  margin-bottom: 80px;
}
.secSearch-sec__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.secSearch-sec__tit::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  content: "";
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff no-repeat center/50%;
  border: 1px solid var(--color-blue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .secSearch {
    margin-bottom: 0;
    padding-block: 80px;
    background-position: right calc(50% - 130px) top 150px, center;
    background-size: 70px, max(100%, 768px) 100%;
  }
  .secSearch__secTit {
    margin-bottom: 50px;
  }
  .secSearch-sec__tit {
    font-size: 22px;
  }
  .secSearch-sec__tit::after {
    width: 40px;
    height: 40px;
  }
}

/*	.secArea
------------------------------------------*/
.secArea {
  margin-bottom: 80px;
}
.secArea__secTit {
  margin-bottom: 20px;
}
.secArea__secTit::after {
  background-image: url(../img/ico_area01.svg);
}
.secArea-box {
  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: 30px;
}
.secArea-box-mapBox {
  width: 540px;
  height: 520px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secArea-box-mapBox__img {
  width: 100%;
}
.secArea-box-mapBox a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secArea-box-list {
  width: min(100%, 430px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 10px;
}
.secArea-box-list .c-btn01 {
  font-size: 16px;
}
.secArea-box-list .c-btn01 a {
  min-height: 58px;
}
@media screen and (max-width: 768px) {
  .secArea {
    margin-bottom: 60px;
  }
  .secArea-box {
    display: block;
  }
  .secArea-box-mapBox {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .secArea-box-list {
    width: 100%;
  }
  .secArea-box-list .c-btn01 {
    font-size: 15px;
  }
  .secArea-box-list .c-btn01 a {
    min-height: 50px;
  }
}

/*	.secType
------------------------------------------*/
.secType {
  margin-bottom: 100px;
}
.secType__secTit {
  margin-bottom: 50px;
}
.secType__secTit::after {
  background-image: url(../img/ico_type01.svg);
}
.secType-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(47.3%, 510px) 60px 1fr;
  grid-template-columns: min(47.3%, 510px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 60px;
}
.secType-sec + .secType-sec {
  margin-top: 50px;
}
.secType-sec__tit {
  padding: 20px 9px 15px;
  background: #FFE750;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.27em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 2;
}
.secType-sec__tit::before, .secType-sec__tit::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.secType-sec__tit::before {
  width: 100%;
  height: 13px;
  top: calc(100% - 1px);
  left: 0;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
}
.secType-sec__tit::after {
  width: 10px;
  height: 20px;
  background: #E0C72A;
  top: 0;
  left: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.secType-sec-imgBox {
  position: relative;
}
.secType-sec-imgBox img {
  width: 100%;
  border-radius: 12px;
}
.secType-sec__txt {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.secType-sec__btn {
  width: min(100%, 350px);
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .secType {
    margin-bottom: 60px;
  }
  .secType__secTit {
    margin-bottom: 30px;
  }
  .secType-sec {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .secType-sec + .secType-sec {
    margin-top: 60px;
  }
  .secType-sec__tit {
    padding: 10px 5px 5px;
    font-size: min(5vw, 20px);
    left: 15px;
  }
  .secType-sec__tit::before {
    height: 10px;
  }
  .secType-sec__btn {
    margin-inline: auto;
  }
}

/*	.secEmployment, .secStyle
------------------------------------------*/
.secEmployment, .secStyle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42.5% 30px 1fr;
  grid-template-columns: 42.5% 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 30px;
}
.secEmployment-list, .secStyle-list {
  width: min(100%, 530px);
  margin-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .secEmployment, .secStyle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .secEmployment-list, .secStyle-list {
    width: 100%;
    margin-top: 0;
  }
}

.secEmployment {
  margin-bottom: 64px;
}
.secEmployment__secTit::after {
  background-image: url(../img/ico_employment01.svg);
}
@media screen and (max-width: 768px) {
  .secEmployment {
    margin-bottom: 60px;
  }
}

.secStyle__secTit::after {
  background-image: url(../img/ico_style01.svg);
}

/*------------------------------------------
	.secVoice
------------------------------------------*/
.secVoice {
  padding-block: 55px 120px;
  background: url(../img/bg_voice01.svg) no-repeat left calc(50% - 420px) top;
}
.secVoice__secTit {
  margin-bottom: 55px;
}
.secVoice__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding-inline: 20px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
.secVoice__lead::before, .secVoice__lead::after {
  content: "";
  display: block;
  width: 2px;
  height: 120%;
  border-radius: 10px;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.secVoice__lead::before {
  left: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.secVoice__lead::after {
  right: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.secVoice-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 40px;
  background: #FFFBE3;
  border-radius: 16px;
}
.secVoice-list-titBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 24px 1fr;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}
.secVoice-list-titBox__tit {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0;
}
.secVoice-list-titBox__tit .bg {
  padding: 10px;
  background: var(--color-orange);
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secVoice-list-titBox__ico {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
.secVoice-list__prof {
  margin-top: auto;
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .secVoice {
    padding-block: 80px;
    background-position: left calc(50% - 120px) top 125px;
    background-size: 90px;
  }
  .secVoice__secTit {
    margin-bottom: 45px;
  }
  .secVoice__lead {
    font-size: 15px;
  }
  .secVoice__lead::before, .secVoice__lead::after {
    height: 80%;
    top: auto;
  }
  .secVoice-list__item {
    gap: 0;
    padding: 20px;
  }
  .secVoice-list-titBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
  .secVoice-list-titBox__tit {
    font-size: 16px;
    text-align: center;
    line-height: 2.2;
  }
  .secVoice-list-titBox__tit .bg {
    padding: 5px;
  }
  .secVoice-list-titBox__ico {
    display: block;
    width: 90px;
    margin-inline: auto;
  }
  .secVoice-list__txt {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .secVoice-list__prof {
    font-size: 12px;
  }
}

.js-voice-slider-nav {
  width: min(100% - var(--inner-padding) * 2, 288px);
  margin: 30px auto 0;
  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-voice-slider-nav .my-carousel-progress {
  background: #E7E7E7;
}
.js-voice-slider-nav .my-carousel-progress-bar {
  background: var(--color-orange);
  height: 2px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
  width: 0;
}
.js-voice-slider-nav .splide__arrows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.js-voice-slider-nav .splide__arrow {
  aspect-ratio: 1/1;
  padding: 0;
  background: var(--color-orange);
  border-radius: 50%;
  border: 2px solid var(--color-orange);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.js-voice-slider-nav .splide__arrow svg {
  display: none;
}
.js-voice-slider-nav .splide__arrow::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/10;
  background: #fff;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../img/ico_arrow01.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.js-voice-slider-nav .splide__arrow.splide__arrow--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.js-voice-slider-nav .splide__arrow:hover {
  background: #fff;
}
.js-voice-slider-nav .splide__arrow:hover::before {
  background: var(--color-orange);
}

/*------------------------------------------
	.secEnvironment
------------------------------------------*/
.secEnvironment {
  padding-block: 110px 100px;
  position: relative;
}
.secEnvironment::after {
  content: "";
  display: block;
  width: min(100%, 50% + 480px);
  height: calc(100% - 290px);
  border-radius: 200px 0 0 200px;
  background: url(../img/bg_environment01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.secEnvironment__secTit {
  margin-bottom: 80px;
}
.secEnvironment-sec {
  --imgSize: min(48.2%, 520px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px var(--imgSize);
  grid-template-columns: 1fr var(--imgSize);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 80px;
}
.secEnvironment-sec + .secEnvironment-sec {
  margin-top: 60px;
}
.secEnvironment-sec__tit {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.secEnvironment-sec__tit .bg {
  padding: 7px 15px;
  background: var(--color-blue);
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secEnvironment-sec__txt {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.secEnvironment-sec__img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secEnvironment-sec:nth-of-type(even) {
    -ms-grid-columns: var(--imgSize) 1fr;
    grid-template-columns: var(--imgSize) 1fr;
  }
  .secEnvironment-sec:nth-of-type(even) .secEnvironment-sec__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 768px) {
  .secEnvironment {
    padding-block: 80px;
  }
  .secEnvironment::after {
    width: calc(100% - var(--inner-padding) * 0.5);
    height: calc(100% - 40px);
    border-radius: 50px 0 0 50px;
  }
  .secEnvironment-inner {
    padding-left: calc(var(--inner-padding) * 1.5);
  }
  .secEnvironment__secTit {
    margin-bottom: 40px;
  }
  .secEnvironment-sec {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .secEnvironment-sec + .secEnvironment-sec {
    margin-top: 50px;
  }
  .secEnvironment-sec__tit {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
  }
  .secEnvironment-sec__tit .bg {
    padding: 5px 10px;
  }
  .secEnvironment-sec__txt {
    font-size: 15px;
    text-align: center;
  }
  .secEnvironment-sec__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: block;
    width: min(80%, 250px);
    margin-inline: auto;
  }
}

.secEnvironment-welfare {
  margin-top: 65px;
}
.secEnvironment-welfare__tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  padding-inline: 20px;
  color: var(--color-orange);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}
.secEnvironment-welfare__tit::before, .secEnvironment-welfare__tit::after {
  content: "";
  display: block;
  width: 2px;
  height: 140%;
  border-radius: 10px;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.secEnvironment-welfare__tit::before {
  left: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.secEnvironment-welfare__tit::after {
  right: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.secEnvironment-welfare-list {
  width: min(100%, 800px);
  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;
}
.secEnvironment-welfare-list-icoBox {
  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: 160px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.secEnvironment-welfare-list-txtBox {
  text-align: center;
}
.secEnvironment-welfare-list__tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.08em;
}
.secEnvironment-welfare-list__txt {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .secEnvironment-welfare {
    margin-top: 80px;
  }
  .secEnvironment-welfare__tit {
    margin-bottom: 30px;
    padding-inline: 15px;
    font-size: 20px;
  }
  .secEnvironment-welfare-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .secEnvironment-welfare-list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 15px 1fr;
    grid-template-columns: 80px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 15px;
  }
  .secEnvironment-welfare-list-icoBox {
    height: 80px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  }
  .secEnvironment-welfare-list-icoBox img {
    width: auto;
    height: 80%;
  }
  .secEnvironment-welfare-list-txtBox {
    text-align: left;
  }
  .secEnvironment-welfare-list__tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .secEnvironment-welfare-list__txt {
    font-size: 13px;
  }
}

/*------------------------------------------
	.secFaq
------------------------------------------*/
.secFaq {
  padding-block: 110px 120px;
  position: relative;
}
.secFaq::after {
  content: "";
  display: block;
  width: min(100% - 10px, 50% + 600px);
  height: 100%;
  border-radius: 0 200px 0 0;
  background: url(../img/bg_faq01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.secFaq__secTit {
  margin-bottom: 30px;
}
.secFaq-box {
  width: min(100%, 800px);
  margin-inline: auto;
}
.secFaq-box__tit {
  cursor: pointer;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 60px 15px 84px;
  background: #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.secFaq-box__tit::after {
  content: "Q";
  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: 44px;
  height: 44px;
  padding-bottom: 2px;
  border-radius: 50%;
  background: #F4FDFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.secFaq-box__tit .btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.secFaq-box__tit .btn::before, .secFaq-box__tit .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secFaq-box__tit .btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.secFaq-box__tit.is-open {
  border-radius: 6px 6px 0 0;
}
.secFaq-box__tit.is-open .btn::after {
  opacity: 0;
  top: -20px;
}
.secFaq-box-content {
  display: none;
  padding: 30px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #EAEAEA;
}
.secFaq-box-content + .secFaq-box__tit {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .secFaq {
    padding-block: 80px;
  }
  .secFaq::after {
    width: calc(100% - var(--inner-padding) * 0.5);
    border-radius: 0 50px 0 0;
  }
  .secFaq-inner {
    padding-right: calc(var(--inner-padding) * 1.5);
  }
  .secFaq__secTit {
    margin-bottom: 40px;
  }
  .secFaq-box__tit {
    min-height: 50px;
    padding: 12px 40px 12px 55px;
    font-size: 16px;
  }
  .secFaq-box__tit::after {
    width: 35px;
    height: 35px;
    font-size: 18px;
    left: 10px;
  }
  .secFaq-box__tit .btn {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .secFaq-box__tit .btn::before, .secFaq-box__tit .btn::after {
    height: 2px;
  }
  .secFaq-box-content {
    padding: 20px;
  }
}

/*------------------------------------------
	.secEntry
------------------------------------------*/
.secEntry {
  padding-block: 173px;
  background: url(../img/bg_entry01_pc.webp) no-repeat center/cover;
}
.secEntry__secTit {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.08em;
}
.secEntry__btn {
  width: min(100%, 480px);
  margin-inline: auto;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secEntry__btn a {
  min-height: 80px;
  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;
  background: var(--color-blue);
  border: 3px solid var(--color-blue);
  border-radius: inherit;
  position: relative;
}
.secEntry__btn a::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/10;
  background: currentColor;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../img/ico_arrow01.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .secEntry__btn a:hover {
    opacity: 1;
    background: #fff;
    color: var(--color-blue);
  }
}
@media screen and (max-width: 768px) {
  .secEntry {
    padding-block: 80px;
    background-image: url(../img/bg_entry01_sp.webp);
  }
  .secEntry__secTit {
    font-size: 30px;
    line-height: 1.7;
  }
  .secEntry__btn {
    font-size: 18px;
  }
  .secEntry__btn a {
    min-height: 70px;
    padding-inline: 35px;
  }
  .secEntry__btn a::after {
    right: 20px;
  }
}

/*------------------------------------------
	.secArea
------------------------------------------*/
.secArea-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.secArea-list-select {
  cursor: pointer;
  height: 60px;
  padding: 10px 60px 10px 40px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--color-blue) url("../img/ico_arrow03.svg") no-repeat right 40px top 50%;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secArea-list-select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .secArea-list-select:hover {
    background-position: right 40px top 60%;
  }
}
@media screen and (max-width: 768px) {
  .secArea-list-select {
    width: 100%;
    padding: 10px 40px 10px 30px;
    background-position: right 20px center;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
  }
}
/*# sourceMappingURL=style.css.map */