@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: 100px;
  --inner-width: min(100%, 1080px + (var(--inner-padding) * 2));
  --inner-padding: 10px;
  --color-txt: #444;
  --color-turquoise: #00A1C7;
  --color-marine: #037391;
  --color-cream: #FFFFE1;
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 70px;
    --inner-padding: 20px;
    --cv-height: 70px;
  }
}

/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: 20px;
  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-noto {
  font-weight: 900;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

.f-sen {
  font-weight: 700;
  font-family: "Sen", 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) {
  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 {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9990;
  width: min(520px, 100% - 300px);
}
.l-header__logo a, .l-header__logo img {
  display: block;
}
.l-header__logo img {
  width: 100%;
}
.l-header__entry {
  position: fixed;
  top: 20px;
  right: 100px;
  z-index: 9992;
  width: 160px;
  height: 60px;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}
.l-header__entry 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%;
  background: var(--color-marine);
  border: 3px solid var(--color-marine);
}
@media screen and (min-width: 769px) {
  .l-header.is-scroll .l-header__logo {
    width: 250px;
  }
  .l-header__logo {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header__entry a:hover {
    opacity: 1;
    background: #fff;
    color: var(--color-marine);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: absolute;
    top: 15px;
    left: 10px;
    width: min(270px, 100% - 90px);
  }
  .l-header__entry {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: var(--cv-height);
    border-radius: 10px 10px 0 0;
    font-size: 28px;
  }
  .l-header__entry a {
    border-radius: inherit;
    border: 1px solid #fff;
    border-bottom: none;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  background: #037391;
  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: 50px 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: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  text-indent: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color-marine);
  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
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 9992;
  top: 20px;
  right: 20px;
  background: var(--color-marine);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn:hover {
  opacity: 0.7;
}
.gnavBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  top: 22px;
}
.gnavBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.gnavBtn span:nth-of-type(3) {
  bottom: 22px;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-225deg);
          transform: translateY(8px) 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(-8px) rotate(225deg);
          transform: translateY(-8px) rotate(225deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    top: 5px;
    right: 5px;
  }
}

.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: 30px;
  border-bottom: 1px solid var(--color-marine);
  line-height: 1.5;
  font-size: 22px;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
}
.l-nav-list__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  color: var(--color-marine);
  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-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-marine);
  }
  .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: 18px;
  }
  .l-nav-list__item a::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
}

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7%;
  margin-bottom: 82px;
  padding: 87px 100px 40px 85px;
  background: url(../img/bg_mv01.webp) no-repeat center/cover;
}
.l-mv-txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 5px;
}
.l-mv-txtBox img {
  width: 100%;
}
.l-mv__txt {
  width: 100%;
  margin-inline: auto;
}
.l-mv__logo {
  width: 78.1%;
  margin-left: 9%;
}
.l-mv__img {
  width: 51.8%;
  border: 5px solid #fff;
  border-radius: 90px 0 90px 0;
}
@media screen and (max-width: 768px) {
  .l-mv {
    display: block;
    margin-bottom: 0;
    padding: calc(var(--header-height) + 10px) 40px 30px;
  }
  .l-mv-txtBox {
    margin-bottom: 20px;
  }
  .l-mv__txt {
    width: 96.5%;
  }
  .l-mv__logo {
    width: 83%;
    margin: 6px auto 0 7%;
  }
  .l-mv__img {
    width: 100%;
    border-width: 3px;
    border-radius: 45px 0 45px 0;
  }
}

/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  font-weight: 900;
  font-size: 78px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
.c-tit01.is-center {
  text-align: center;
}
.c-tit01.is-small {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: 36px;
  }
  .c-tit01.is-small {
    font-size: 28px;
  }
}

.c-bg01 {
  position: relative;
}
.c-bg01::after {
  --borderRadius: 120px;
  content: "";
  display: block;
  width: calc(50% + 460px);
  max-width: 100%;
  height: 100%;
  background: var(--color-cream);
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.c-bg01.is-invert::after {
  left: auto;
  right: 0;
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}
@media screen and (max-width: 768px) {
  .c-bg01::after {
    --borderRadius: 60px;
    width: calc(100% - var(--inner-padding) * 0.5);
  }
}

/*	modal
------------------------------------------*/
.c-modal01 {
  width: min(100%, 800px);
  margin-inline: auto;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal01 {
    padding: 40px 20px 30px;
  }
}

/* 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-marine);
  border-radius: 50%;
  font-size: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mfp-close.modalClose01::before, .mfp-close.modalClose01::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.mfp-close.modalClose01::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-close.modalClose01::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-close.modalClose01:hover {
  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: 40px auto 0;
  padding: 0;
  border: 1px solid var(--color-marine);
  border-radius: 100px;
  color: var(--color-marine) !important;
  font-weight: 500;
  font-size: 16px;
  font-family: "Sen", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .mfp-close.modalClose02:hover {
    background: var(--color-marine);
    color: #fff !important;
  }
}

/*	.js-scrollable
------------------------------------------*/
@media screen and (max-width: 768px) {
  .js-scrollable {
    overflow: auto;
  }
  .js-scrollable-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .js-scrollable .scroll-hint-icon-wrap {
    z-index: 10;
  }
}

/*------------------------------------------
	.secJob
------------------------------------------*/
.secJob {
  margin-bottom: 140px;
  padding-block: 48px 120px;
  background: url(../img/bg_job01.svg) no-repeat right calc(50% - 432px) top;
}
.secJob::after {
  height: calc(100% - 100px);
}
.secJob__secTit {
  margin-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .secJob {
    margin-bottom: 40px;
    padding-block: 80px;
    background-position: right 20px top 50px;
    background-size: 60px;
  }
  .secJob::after {
    height: calc(100% - 110px);
  }
  .secJob__secTit {
    margin-bottom: 40px;
  }
}

.secJob-front {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.secJob-front__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: 25px;
}
.secJob-front__tit {
  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: 24px;
  margin-bottom: 22px;
  color: var(--color-turquoise);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.secJob-front__tit::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: currentColor;
}
.secJob-front__txt {
  line-height: 1.8;
}
.secJob-front-imgBox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.secJob-front-imgBox img {
  width: 100%;
}
.secJob-front-imgBox.is-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
}
.secJob-front-imgBox.is-grid .is-wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.secJob-front__btn {
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.secJob-front__btnWrap {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}
.secJob-front__btn.is-schedule {
  --btnColor: var(--color-turquoise);
}
.secJob-front__btn.is-link {
  --btnColor: var(--color-marine);
}
.secJob-front__btn a {
  min-height: 60px;
  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 25px;
  border-radius: inherit;
  border: 2px solid var(--btnColor);
  background: var(--btnColor);
  position: relative;
}
.secJob-front__btn a::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/14;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
  mask-image: url(../img/ico_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .secJob-front__item.is-wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
  .secJob-front__item.is-wide .secJob-front-txtBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .secJob-front__item.is-wide:not(.is-invert) .secJob-front-imgBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: min(470px, 43.6%);
  }
  .secJob-front__item.is-wide.is-invert .secJob-front-imgBox {
    width: min(510px, 47.3%);
  }
  .secJob-front__item a:hover {
    opacity: 1;
    background: #fff;
    color: var(--btnColor);
  }
  .secJob-front__tit.is-big {
    font-size: 36px;
  }
  .secJob-front__btnWrap {
    width: min(100%, 510px);
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .secJob-front__btn.is-link {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .secJob-front {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .secJob-front__item {
    gap: 20px;
  }
  .secJob-front__tit {
    gap: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .secJob-front__txt {
    font-size: 16px;
  }
  .secJob-front__btn {
    font-size: 18px;
  }
  .secJob-front__btnWrap {
    margin-top: 20px;
  }
}

.secJob-schedule__tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 24px;
  margin: 0 auto 30px;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.1em;
}
.secJob-schedule__tit::before {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 68/76;
  background: url(../img/ico_schedule01.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.secJob-schedule-sec + .secJob-schedule-sec {
  margin-top: 60px;
}
.secJob-schedule__subTit {
  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: 24px;
  margin-bottom: 10px;
  color: var(--color-turquoise);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.secJob-schedule__subTit::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: currentColor;
}
.secJob-schedule__note {
  margin-bottom: 2px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.secJob-schedule-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 78px 30px 1fr;
  grid-template-columns: 78px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 30px;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
}
.secJob-schedule-list__item::before, .secJob-schedule-list__item::after {
  content: "";
  display: block;
  background: var(--color-turquoise);
  position: absolute;
  pointer-events: none;
}
.secJob-schedule-list__item::before {
  width: 3px;
  height: calc(100% - 112px);
  left: 39px;
  bottom: 30px;
}
.secJob-schedule-list__item::after {
  width: 17px;
  aspect-ratio: 17/15;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 32px;
  bottom: 20px;
}
.secJob-schedule-list__item:last-of-type::before, .secJob-schedule-list__item:last-of-type::after {
  content: none;
}
.secJob-schedule-list__time {
  height: 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;
  background: #F68F00;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: "Sen", sans-serif;
}
.secJob-schedule-list__txt {
  padding: 30px;
  background: #F2FBFC;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .secJob-schedule {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secJob-schedule__tit {
    gap: 15px;
    padding-right: 10px;
    font-size: 26px;
  }
  .secJob-schedule__tit::before {
    width: 40px;
  }
  .secJob-schedule-sec + .secJob-schedule-sec {
    margin-top: 40px;
  }
  .secJob-schedule__subTit {
    gap: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .secJob-schedule__note {
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
  }
  .secJob-schedule-list__item {
    -ms-grid-columns: 60px 15px 1fr;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px;
    padding: 20px 0;
  }
  .secJob-schedule-list__item::before {
    height: calc(100% - 95px);
    left: 30px;
  }
  .secJob-schedule-list__item::after {
    width: 15px;
    left: 24px;
  }
  .secJob-schedule-list__time {
    height: 30px;
    font-size: 15px;
  }
  .secJob-schedule-list__txt {
    padding: 10px 15px;
    border-radius: 4px;
  }
}

/*------------------------------------------
	.secVoice
------------------------------------------*/
.secVoice {
  margin-bottom: 120px;
  padding-block: 0 100px;
  background: url(../img/bg_voice01.svg) no-repeat left calc(50% - 37px) top 141px;
}
.secVoice::after {
  height: calc(100% - 45px);
}
.secVoice-inner {
  position: relative;
}
.secVoice-secTitBox {
  max-width: 55%;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 2;
}
.secVoice__secTit {
  margin-bottom: 40px;
}
.secVoice__lead {
  font-weight: 700;
  font-size: 22px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .secVoice::after {
    width: calc(50% + 380px);
  }
}
@media screen and (max-width: 768px) {
  .secVoice {
    margin-bottom: 40px;
    padding-block: 80px;
    background-position: right 10px top 50px;
    background-size: 80px;
  }
  .secVoice::after {
    height: calc(100% - 110px);
  }
  .secVoice-secTitBox {
    max-width: none;
    position: static;
    margin-bottom: 40px;
  }
  .secVoice__secTit {
    margin-bottom: 20px;
  }
  .secVoice__lead {
    font-size: 18px;
  }
}

.secVoice-front {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
}
.secVoice-front__item a {
  height: 100%;
  display: block;
  position: relative;
}
.secVoice-front__tag, .secVoice-front__tit .bg, .secVoice-front__prof, .secVoice-front__btn {
  background: var(--itemColor);
  border: 2px solid var(--itemColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.secVoice-front__tag {
  --itemColor: var(--color-marine);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 18px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.secVoice-front-imgBox img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.secVoice-front__tit {
  --itemColor: var(--color-turquoise);
  max-width: calc(100% - 10px);
  margin: -22px auto 0;
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  text-align: center;
  line-height: 2.5;
  position: relative;
  z-index: 2;
}
.secVoice-front__tit .bg {
  padding: 6px 18px;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secVoice-front__prof {
  --itemColor: #F68F00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px auto 0;
  padding: 4px 13px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.secVoice-front__prof .bold {
  font-weight: 700;
}
.secVoice-front__btn {
  --itemColor: var(--color-marine);
  width: min(80%, 240px);
  margin: 16px auto 0;
  padding: 4px 13px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.secVoice-front__btn .bold {
  font-weight: 700;
}
.secVoice-front__btn::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/14;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
  mask-image: url(../img/ico_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .secVoice-front__item:nth-of-type(1) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .secVoice-front__item a:hover {
    opacity: 1;
  }
  .secVoice-front__item a:hover .secVoice-front-imgBox img {
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
  .secVoice-front__item a:hover .secVoice-front__tag,
  .secVoice-front__item a:hover .secVoice-front__tit .bg,
  .secVoice-front__item a:hover .secVoice-front__prof,
  .secVoice-front__item a:hover .secVoice-front__btn {
    background: #fff;
    color: var(--itemColor);
  }
}
@media screen and (max-width: 768px) {
  .secVoice-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .secVoice-frontWrap {
    margin-right: calc(var(--inner-padding) * -1);
    padding-right: var(--inner-padding);
  }
  .secVoice-front__item {
    width: 250px;
  }
  .secVoice-front__tag, .secVoice-front__tit .bg, .secVoice-front__prof {
    border: none;
  }
  .secVoice-front__tag {
    padding: 4px 8px;
    font-size: 18px;
  }
  .secVoice-front-imgBox {
    width: 90%;
    margin-inline: auto;
  }
  .secVoice-front__tit {
    margin-top: -15px;
    font-size: 17px;
    line-height: 2.2;
  }
  .secVoice-front__tit .bg {
    padding: 5px 10px;
  }
  .secVoice-front__prof {
    margin-top: 10px;
    padding: 4px 10px;
    font-size: 14px;
  }
}

.secVoice-content-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(42%, 310px) 36px 1fr;
  grid-template-columns: min(42%, 310px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 36px;
  margin-bottom: 40px;
}
.secVoice-content-top__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 13px 0;
  padding: 8px 20px;
  border-radius: 4px;
  background: var(--color-marine);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.secVoice-content-top__tit {
  width: calc(100% - 10px);
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 2.1;
}
.secVoice-content-top__tit .bg {
  padding: 8px 20px;
  border-radius: 4px;
  background: var(--color-turquoise);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secVoice-content-top__prof {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 13px auto 0 0;
  padding: 4px 15px;
  background: #F68F00;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.secVoice-content-top__prof .bold {
  font-weight: 700;
}
.secVoice-content-top__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
.secVoice-content-q {
  width: min(100%, 680px);
  margin-inline: auto;
}
.secVoice-content-q__tit {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-left: 64px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  position: relative;
}
.secVoice-content-q__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;
  border-radius: 50%;
  background: var(--color-turquoise);
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  font-family: "Sen", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.secVoice-content-q__txt {
  padding: 30px;
  background: #F2FBFC;
  border-radius: 16px;
}
.secVoice-content-q__txt + .secVoice-content-q__tit {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .secVoice-content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secVoice-content-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 30px;
    position: relative;
  }
  .secVoice-content-top__tag {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 4px 8px;
    font-size: 18px;
  }
  .secVoice-content-top__tit {
    margin: -15px auto 0;
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
  }
  .secVoice-content-top__tit .bg {
    padding: 5px 10px;
  }
  .secVoice-content-top__prof {
    margin: 10px auto 0;
    padding: 4px 10px;
    font-size: 14px;
  }
  .secVoice-content-top__img {
    width: min(80%, 240px);
    margin-inline: auto;
  }
  .secVoice-content-q {
    width: 100%;
  }
  .secVoice-content-q__tit {
    min-height: 35px;
    padding-left: 50px;
    font-size: 18px;
  }
  .secVoice-content-q__tit::after {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .secVoice-content-q__txt {
    padding: 15px 20px;
  }
}

/*------------------------------------------
	.secAbout
------------------------------------------*/
.secAbout {
  margin-bottom: 80px;
  padding-block: 0 100px;
}
.secAbout::after {
  height: calc(100% - 130px);
}
.secAbout__secTit {
  margin-bottom: 120px;
}
.secAbout__txt {
  margin-bottom: 15px;
  color: var(--color-marine);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.secAbout__btn {
  width: min(100%, 300px);
  margin-inline: auto;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.secAbout__btn a {
  min-height: 60px;
  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 25px;
  border-radius: inherit;
  border: 2px solid var(--color-turquoise);
  background: var(--color-turquoise);
  -webkit-box-shadow: 0 4px 0 var(--color-marine);
          box-shadow: 0 4px 0 var(--color-marine);
  position: relative;
}
.secAbout__btn a::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/14;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
  mask-image: url(../img/ico_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .secAbout::after {
    width: calc(50% + 440px);
  }
  .secAbout__btn a:hover {
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--color-turquoise);
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 768px) {
  .secAbout {
    margin-bottom: 40px;
    padding-block: 80px;
  }
  .secAbout__secTit {
    margin-bottom: 60px;
    font-size: min(7.3vw, 28px) !important;
  }
  .secAbout__txt {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: left;
  }
  .secAbout__btn {
    font-size: 18px;
  }
}

/*	.secAbout-philosophy
------------------------------------------*/
.secAbout-philosophy {
  margin-bottom: 25px;
  padding: 52px 30px 50px;
  position: relative;
  z-index: 10;
}
.secAbout-philosophy::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_philosophy01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  --borderWidth: 8px;
  --borderSplitL: calc(50% - 110px);
  --borderSplitR: calc(50% + 110px);
  clip-path: polygon(0 0, var(--borderSplitL) 0, var(--borderSplitL) var(--borderWidth), var(--borderWidth) var(--borderWidth), var(--borderWidth) calc(100% - var(--borderWidth)), calc(100% - var(--borderWidth)) calc(100% - var(--borderWidth)), calc(100% - var(--borderWidth)) var(--borderWidth), var(--borderSplitR) var(--borderWidth), var(--borderSplitR) 0, 100% 0, 100% 100%, 0 100%);
}
.secAbout-philosophy__tit {
  --itemSize: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-marine);
  font-size: var(--itemSize);
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: calc(var(--itemSize) * -0.75);
  right: 0;
  left: 0;
  margin: auto;
  --shadowWidth: 5px;
  --shadowBlur: 0px;
  text-shadow: var(--shadowWidth) var(--shadowWidth) var(--shadowBlur) #fff, calc(var(--shadowWidth) * -1) var(--shadowWidth) var(--shadowBlur) #fff, calc(var(--shadowWidth) * -1) calc(var(--shadowWidth) * -1) var(--shadowBlur) #fff, var(--shadowWidth) calc(var(--shadowWidth) * -1) var(--shadowBlur) #fff, var(--shadowWidth) 0 var(--shadowBlur) #fff, 0 var(--shadowWidth) var(--shadowBlur) #fff, calc(var(--shadowWidth) * -1) 0 var(--shadowBlur) #fff, 0 calc(var(--shadowWidth) * -1) var(--shadowBlur) #fff;
}
.secAbout-philosophy__catch {
  margin-bottom: 20px;
  color: var(--color-marine);
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.secAbout-philosophy__logo {
  height: 175px;
}
.secAbout-philosophy__logoWrap {
  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: 80px;
}
.secAbout-philosophy__logo img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .secAbout-philosophy {
    margin-bottom: 30px;
    padding: 40px 20px;
  }
  .secAbout-philosophy::after {
    --borderWidth: 4px;
    --borderSplitL: calc(50% - 70px);
    --borderSplitR: calc(50% + 70px);
  }
  .secAbout-philosophy__tit {
    --itemSize: 26px;
  }
  .secAbout-philosophy__catch {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .secAbout-philosophy__logo {
    height: 100px;
  }
  .secAbout-philosophy__logoWrap {
    gap: 20px;
  }
  .secAbout-philosophy__logo img {
    width: auto;
    max-height: 100%;
  }
}

/*	.secAbout-point
------------------------------------------*/
.secAbout-point {
  margin-top: 85px;
}
.secAbout-point__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.secAbout-point__tit::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: currentColor;
}
.secAbout-point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.secAbout-point-list__item {
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--color-turquoise);
  border-radius: 16px;
}
.secAbout-point-list__tit {
  padding: 10px;
  background: var(--color-turquoise);
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}
.secAbout-point-list-imgBox {
  padding: 28px 20px;
}
.secAbout-point-list-imgBox img {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secAbout-point {
    margin-top: 60px;
  }
  .secAbout-point__tit {
    gap: 20px;
    margin-bottom: 20px;
    font-size: 26px;
  }
  .secAbout-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .secAbout-point-listWrap {
    margin-right: calc(var(--inner-padding) * -1);
    padding-right: var(--inner-padding);
  }
  .secAbout-point-list__item {
    width: 250px;
    border-radius: 8px;
  }
  .secAbout-point-list__tit {
    font-size: 22px;
  }
  .secAbout-point-list-imgBox {
    padding: 20px;
  }
}

/*------------------------------------------
	.secEnvironment
------------------------------------------*/
.secEnvironment {
  margin-bottom: 80px;
  padding-block: 50px 100px;
  background: url(../img/bg_environment01.svg) no-repeat right calc(50% - 500px) top;
}
.secEnvironment::after {
  height: calc(100% - 100px);
}
.secEnvironment__secTit {
  margin-bottom: 83px;
}
@media screen and (min-width: 769px) {
  .secEnvironment::after {
    width: calc(50% + 540px);
  }
}
@media screen and (max-width: 768px) {
  .secEnvironment {
    margin-bottom: 40px;
    padding-block: 80px;
    background-position: right 10px top 50px;
    background-size: 50px;
  }
  .secEnvironment::after {
    height: calc(100% - 100px);
  }
  .secEnvironment__secTit {
    margin-bottom: 50px;
  }
}

.secEnvironment-slider__item {
  padding: 26px 25px 80px;
  border: 2px solid var(--color-turquoise);
  background: #fff;
  border-radius: 20px;
}
.secEnvironment-slider-imgBox {
  height: 110px;
  margin-bottom: 20px;
  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;
}
.secEnvironment-slider-imgBox img {
  width: auto;
  height: 100%;
}
.secEnvironment-slider__tit {
  margin-bottom: 20px;
  color: var(--color-turquoise);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
}
.secEnvironment-slider__txt {
  color: var(--color-turquoise);
}
.secEnvironment-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;
}
.secEnvironment-slider .my-carousel-progress {
  background: #fff;
}
.secEnvironment-slider .my-carousel-progress-bar {
  background: var(--color-marine);
  height: 2px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
  width: 0;
}
.secEnvironment-slider .splide__arrows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.secEnvironment-slider .splide__arrow {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  background: var(--color-marine);
  border-radius: 50%;
  border: 2px solid var(--color-marine);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secEnvironment-slider .splide__arrow svg {
  display: none;
}
.secEnvironment-slider .splide__arrow::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/6;
  -webkit-mask-image: url(../img/ico_arrow02.svg);
  mask-image: url(../img/ico_arrow02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secEnvironment-slider .splide__arrow.splide__arrow--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .secEnvironment-slider .splide__arrow:hover {
    background: #fff;
  }
  .secEnvironment-slider .splide__arrow:hover::before {
    background: var(--color-marine);
  }
}
@media screen and (max-width: 768px) {
  .secEnvironment-slider__item {
    padding: 20px;
  }
  .secEnvironment-slider-imgBox {
    height: 60px;
  }
  .secEnvironment-slider__tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .secEnvironment-slider__txt {
    font-size: 16px;
  }
}

/*------------------------------------------
	.secStep
------------------------------------------*/
.secStep {
  padding-block: 50px 120px;
  background: url(../img/bg_step01.svg) no-repeat right calc(50% - 425px) top, url(../img/bg_step02.svg) no-repeat left calc(50% - 425px) bottom 164px;
}
.secStep__secTit {
  margin-bottom: 60px;
}
.secStep-box {
  width: min(100%, 1000px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 50px;
}
.secStep__catch {
  color: var(--color-marine);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.secStep-list {
  width: min(100%, 780px);
  margin: 55px 0 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
.secStep-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 40px 1fr;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 40px;
  position: relative;
}
.secStep-list__item::after {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 50px);
  background: #D9EBED;
  position: absolute;
  top: 0;
  left: 68px;
  z-index: -1;
  pointer-events: none;
}
.secStep-list__item:last-of-type::after {
  content: none;
}
.secStep-list-icoBox {
  width: 100%;
  aspect-ratio: 1/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;
  border-radius: 50%;
  background: #EFFAFB;
}
.secStep-list-txtBox {
  padding-bottom: 20px;
  border-bottom: 4px solid #D9EBED;
}
.secStep-list__num {
  margin-bottom: 12px;
  color: var(--color-turquoise);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.secStep-list__tit {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.secStep-list__txt {
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.secStep__btn {
  width: min(100%, 400px);
  margin: 40px auto 0;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.secStep__btn a {
  min-height: 100px;
  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;
  border: 3px solid var(--color-turquoise);
  background: var(--color-turquoise);
  position: relative;
}
.secStep__btn a::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 7/14;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
  mask-image: url(../img/ico_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .secStep__catch {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .secStep__btn a:hover {
    opacity: 1;
    background: #fff;
    color: var(--color-turquoise);
  }
}
@media screen and (max-width: 768px) {
  .secStep {
    padding-block: 80px 100px;
    background-position: right 10px top 10px, left 10px bottom 10px;
    background-size: 90px, 80px;
  }
  .secStep__secTit {
    margin-bottom: 40px;
  }
  .secStep-box {
    display: block;
  }
  .secStep__catch {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .secStep-list {
    width: 100%;
    margin: 0 auto;
    grid-gap: 40px;
  }
  .secStep-list__item {
    -ms-grid-columns: 80px 20px 1fr;
    grid-template-columns: 80px 1fr;
    grid-gap: 0 20px;
    padding-bottom: 40px;
    border-bottom: 4px solid #D9EBED;
  }
  .secStep-list__item::after {
    width: 40px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .secStep-list-icoBox {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .secStep-list-icoBox img {
    width: 70%;
  }
  .secStep-list-txtBox {
    display: contents;
  }
  .secStep-list__num {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .secStep-list__tit {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 0;
  }
  .secStep-list__txt {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 20px;
    font-size: 15px;
  }
  .secStep__btn {
    font-size: 20px;
  }
  .secStep__btn a {
    min-height: 80px;
    padding-inline: 35px;
  }
  .secStep__btn a::after {
    right: 25px;
  }
}

/*------------------------------------------
	.secEntry
------------------------------------------*/
.secEntry__btn {
  height: 400px;
  background: url(../img/bg_entry01.webp) no-repeat center/cover;
  color: #fff;
  font-weight: 600;
  font-size: 106px;
  text-align: center;
}
.secEntry__btn 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%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .secEntry__btn a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .secEntry__btn {
    height: 200px;
    font-size: 70px;
  }
}
/*# sourceMappingURL=style.css.map */