@charset "UTF-8";
/* ---------------------------------
  全ページ共通
----------------------------------- */
html, body, div, span, applet, object, iframe, 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;
}

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

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

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

a {
  display: inline-block;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*---------------------
base css
----------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  background: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: normal;
  line-height: 1.5;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

.l-inner {
  max-width: 1140px;
  width: 92%;
  margin: 0 auto;
}
.l-inner-wide {
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
}

main {
  overflow: hidden;
}

/*-------------------------
表示切替ユーティリティ
--------------------------*/
.sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/*============================
	header
============================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 78px;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 54px;
  }
}
.l-header__wrap {
  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;
  height: 100%;
}
.l-header__logo {
  margin-left: 2.4%;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__logo {
    max-width: 220px;
    width: 42%;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    max-width: 156px;
    width: 40%;
  }
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    margin-right: 0;
    margin-left: auto;
  }
}
.l-header__nav-tel a {
  display: inline-block;
  padding: 8px 40px 10px;
  border: solid 2px #00AECB;
  border-radius: 6px;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav-tel a {
    padding: 8px 26px 10px;
  }
}
@media (max-width: 767px) {
  .l-header__nav-tel a {
    padding: 3px 22px 5px;
  }
}
.l-header__nav-tel .num {
  margin-right: -16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 1153, 20px);
  white-space: nowrap;
  color: #00AECB;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__nav-tel .num {
    font-size: 16px;
  }
}
.l-header__nav-tel .num::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/ico-phone.svg) no-repeat center/contain;
  position: absolute;
  top: 52%;
  left: -20px;
  -webkit-transform: rotate(5deg) translateY(-50%);
          transform: rotate(5deg) translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav-tel .num::before {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .l-header__nav-tel .num::before {
    width: 14px;
    left: -15px;
  }
}
.l-header__nav-tel .txt {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #758385;
  display: block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header__nav-tel .txt {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav-contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header__nav-contact {
    display: none;
  }
}
.l-header__nav-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 23px 40px 25px;
  background: #F5BF5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5BF5E), to(#DD712A));
  background: linear-gradient(to bottom, #F5BF5E 0%, #DD712A 100%);
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav-contact a {
    padding: 18px 30px 20px;
  }
}
@media (max-width: 767px) {
  .l-header__nav-contact a {
    padding: 12px 16px 14px;
  }
}
.l-header__nav-contact .ruby {
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(8px, 8px + 2 * (100vw - 767px) / 1153, 10px);
  white-space: nowrap;
}
.l-header__nav-contact .txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 1153, 14px);
  white-space: nowrap;
  position: relative;
}
.l-header__nav-contact .txt::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  .l-header__nav-contact .txt::after {
    width: 4px;
    height: 4px;
    right: -10px;
  }
}
.l-header__trigger {
  display: none;
  width: 54px;
  height: 54px;
  margin: 0 2.4% 0 11px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__trigger {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-header__trigger {
    width: 38px;
    height: 38px;
    display: block;
  }
}
.l-header__trigger-close {
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 1153, 12px);
  color: #00AECB;
}
.l-header__trigger-menu {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0082C1;
  border-radius: 6px;
}
.l-header__trigger-menu span {
  width: 52%;
  height: 3px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .l-header__trigger-menu span {
    height: 2px;
  }
}
.l-header__trigger-menu span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .l-header__trigger-menu span::before {
    height: 2px;
    top: -7px;
  }
}
.l-header__trigger-menu span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .l-header__trigger-menu span::after {
    height: 2px;
    bottom: -7px;
  }
}
.l-header__trigger-menu.active {
  background-color: #fff;
}
.l-header__trigger-menu.active span {
  background-color: transparent;
  margin-top: 10px;
}
.l-header__trigger-menu.active span::before {
  background-color: #00AECB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.l-header__trigger-menu.active span::after {
  background-color: #00AECB;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}
.l-header__trigger-menu.active .l-header__trigger-close {
  display: block;
}
.l-header__gnav {
  margin-right: 36px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-header__gnav {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header__gnav {
    display: none;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-left: 20px;
}
.l-header__menu li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(9px, 9px + 5 * (100vw - 767px) / 1153, 14px);
  white-space: nowrap;
}
.l-header__menu li a:hover {
  text-decoration: underline;
}

.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 66px;
  right: -120%;
  z-index: 90;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .gnav {
    top: 54px;
    border-top: solid 1px #00AECB;
  }
}
.gnav.open {
  right: 0;
}
.gnav__inner {
  overflow-y: auto;
  max-width: 380px;
  margin-right: 0;
  height: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 20px 0 100px;
}
@media (max-width: 767px) {
  .gnav__inner {
    max-width: 100%;
  }
}
.gnav__wrap {
  width: 90%;
  margin-inline: auto;
}
.gnav__contents {
  margin-bottom: 20px;
}
.gnav__contents-head {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 8px;
  background-color: #F2FAFC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #00AECB;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .gnav__contents-head {
    font-size: 14px;
  }
}
.gnav__list {
  padding: 0 6px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
.gnav__list li a {
  display: block;
  padding: 15px 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
  position: relative;
}
@media (max-width: 767px) {
  .gnav__list li a {
    font-size: 14px;
    padding: 17px;
  }
}
.gnav__list li a:hover::after {
  right: 8px;
}
.gnav__list li a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #00AECB;
  border-right: solid 2px #00AECB;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gnav__list li:not(:last-child) {
  border-bottom: solid 1px #C9E6EB;
}
.gnav__social {
  padding: 9px 15px 12px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
.gnav__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnav__social dt {
  margin-bottom: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
  color: #595959;
}
.gnav__social dd {
  width: 33.3333333333%;
}
.gnav__social dd:not(:last-of-type) {
  border-right: solid 1px #C9E6EB;
}
.gnav__social dd a {
  padding: 0 6px;
  text-align: center;
  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: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
}
.gnav__social dd a::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../img/ico-tab.svg) no-repeat center/contain;
  display: inline-block;
}
.gnav__social dd a::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  display: inline-block;
}
.gnav__social dd a.ig::before {
  background: url(../img/sns-ig.png) no-repeat center/contain;
}
.gnav__social dd a.tt::before {
  background: url(../img/sns-tt.png) no-repeat center/contain;
}
.gnav__social dd a.yt::before {
  background: url(../img/sns-yt.png) no-repeat center/contain;
}
.gnav__contact {
  margin-top: 25px;
}
.gnav__contact a {
  text-align: center;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 1153, 18px);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  background: #F5BF5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5BF5E), to(#DD712A));
  background: linear-gradient(to bottom, #F5BF5E 0%, #DD712A 100%);
  position: relative;
}
.gnav__contact a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.gnav__pagetop {
  margin-top: 26px;
}
.gnav__pagetop a {
  text-align: center;
  display: block;
  border-radius: 0 0 24px 24px;
  background-color: #F2FAFC;
  padding: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 1153, 18px);
  color: #00AECB;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  padding: 10px 0 13px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .floating {
    padding: 5px 0 8px;
  }
}
.floating.visible {
  opacity: 1;
  visibility: visible;
}
.floating__wrap {
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .floating__wrap {
    width: 92%;
  }
}
.floating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.floating__list-item {
  text-align: center;
  width: calc((100% - 8px) / 3);
  display: block;
  border-radius: 10px;
  padding: 14px 8px;
  border: solid 2px #00AECB;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
}
.floating__list-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #00AECB;
  border-right: solid 2px #00AECB;
  position: absolute;
  top: 49%;
  right: 16px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  .floating__list-item::after {
    right: 8px;
  }
}
.floating__list-item:nth-of-type(1) {
  background-color: #E6FBFF;
  border-color: #00AECB;
  color: #00AECB;
}
.floating__list-item.yellow {
  border-color: #F5BF5E;
  background-color: #FFFEFC;
  color: #F5BF5E;
}
.floating__list-item.yellow::after {
  border-color: #F5BF5E;
}
.floating__list-item.red {
  border-color: #DD712A;
  background-color: #FFF8F4;
  color: #DD712A;
}
.floating__list-item.red::after {
  border-color: #DD712A;
}
.floating__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  background: #F5BF5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5BF5E), to(#DD712A));
  background: linear-gradient(to bottom, #F5BF5E 0%, #DD712A 100%);
  position: relative;
}
.floating__contact a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  .floating__contact a::after {
    top: 47%;
  }
}
.floating__contact a span {
  font-size: 11px;
}

/*============================
layout footer
============================*/
.l-footer {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 128px;
  }
}
.l-footer__inner {
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
  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: 50px;
}
@media (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
  }
}
.l-footer__text {
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #00AECB;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .l-footer__text {
    text-align: center;
  }
}
.l-footer__nav {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 0;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__menu li {
  position: relative;
}
.l-footer__menu li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
.l-footer__menu li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #000;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-footer__menu li:not(:last-child)::after {
    height: 12px;
    top: 58%;
  }
}
.l-footer__menu li a {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
}
@media (max-width: 767px) {
  .l-footer__menu li a {
    font-size: 14px;
  }
}
.l-footer__menu li a:hover {
  text-decoration: underline;
}
.l-footer__copy {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #A0B1B4;
}
@media (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 22px;
  }
}

/*============================
固定CTA（画面下部フロートバナー）
============================*/
.l-float-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-float-cta.hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/*============================
mainv（ファーストビュー）
============================*/
.mainv {
  position: relative;
  padding-top: 78px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .mainv {
    padding-top: 54px;
  }
}
.mainv__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .mainv__wrap {
    display: block;
    padding-bottom: 40px;
  }
}
.mainv__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/mv-bg.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .mainv__wrap::before {
    background: url(../img/mv-bg-sp.jpg) no-repeat center/cover;
  }
}
.mainv__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .mainv__tag {
    gap: 8px;
    margin-bottom: 11px;
  }
}
.mainv__tag li {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(9px, 9px + 9 * (100vw - 767px) / 1153, 18px);
  color: #00AECB;
  padding: 5px 14px 7px;
  background-color: #E6F1F4;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .mainv__tag li {
    font-size: 10px;
    padding: 7px 14px;
  }
}
.mainv__tag li span {
  font-size: 28px;
  font-size: clamp(14px, 14px + 14 * (100vw - 767px) / 1153, 28px);
}
@media (max-width: 767px) {
  .mainv__tag li span {
    font-size: 16px;
  }
}
.mainv__catch {
  width: 100%;
}
@media (max-width: 767px) {
  .mainv__catch {
    width: 84%;
    min-height: 580px;
    margin-inline: auto;
    margin-top: 30px;
  }
}
.mainv__catch-wrap {
  display: inline-block;
  text-align: left;
  padding-left: 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv__catch-wrap {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .mainv__catch-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 580px;
    padding-left: 0;
  }
}
.mainv__catch-head {
  font-size: 56px;
  font-weight: 700;
  line-height: calc(78 / 56 * 1em);
  letter-spacing: normal;
  font-size: clamp(32px, 32px + 24 * (100vw - 767px) / 1153, 56px);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mainv__catch-head {
    font-size: 30px;
    line-height: 1.4666666667;
    text-shadow: 0 3px 10px white;
  }
}
.mainv__catch-head span {
  font-size: 100px;
  font-size: clamp(44px, 44px + 56 * (100vw - 767px) / 1153, 100px);
  color: #00AECB;
}
@media (max-width: 767px) {
  .mainv__catch-head span {
    font-size: 56px;
    line-height: 1;
  }
}
.mainv__catch-head::before {
  content: "";
  width: 337px;
  height: 14px;
  background: #2DD6F2;
  background: -webkit-gradient(linear, left top, right top, from(#2DD6F2), to(#D5F8FD));
  background: linear-gradient(to right, #2DD6F2 0%, #D5F8FD 100%);
  position: absolute;
  border-radius: 0 50px 50px 0;
  bottom: 3px;
  left: -110px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv__catch-head::before {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .mainv__catch-head::before {
    bottom: 2px;
    left: -10%;
    width: 150px;
    height: 7px;
  }
}
.mainv__catch-txt {
  margin-top: 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(13px, 13px + 7 * (100vw - 767px) / 1153, 20px);
}
@media (max-width: 767px) {
  .mainv__catch-txt {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: -0.02em;
    color: #fff;
  }
}
.mainv__catch-txt .blue {
  color: #00AECB;
}
.mainv__catch-txt .ylw {
  color: #F5BF5E;
}
.mainv__catch-txt .org {
  color: #DD712A;
}
.mainv__img {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .mainv__img {
    display: none;
  }
}
.mainv__img img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 50px;
  overflow: hidden;
}
.mainv__cta {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .mainv__cta {
    display: none;
  }
}
.mainv__cta-rub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 8 * (100vw - 767px) / 1153, 20px);
  color: #DD712A;
  margin-bottom: 6px;
}
.mainv__cta a {
  display: inline-block;
  padding: 18px 65px 18px 42px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 8 * (100vw - 767px) / 1153, 20px);
  color: #fff;
  background: #F5BF5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5BF5E), to(#DD712A));
  background: linear-gradient(to bottom, #F5BF5E 0%, #DD712A 100%);
  position: relative;
}
@media (max-width: 767px) {
  .mainv__cta a {
    font-size: 12px;
    padding: 15px 42px 15px 22px;
  }
}
.mainv__cta a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  .mainv__cta a::after {
    right: 20px;
  }
}

/*============================
reason（選ばれる理由）
============================*/
.reason {
  padding: 80px 0 72px;
  background: url(../img/bg-work.png) no-repeat center right 32%/contain, #00AECB;
}
@media (max-width: 767px) {
  .reason {
    padding: 50px 0;
  }
}
.reason__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(48 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  color: #fff;
  margin-bottom: 14px;
  word-break: keep-all;
}
.reason__text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: calc(30 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 6 * (100vw - 767px) / 1153, 22px);
  color: #fff;
  margin-bottom: 52px;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .reason__text {
    margin-bottom: 32px;
  }
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reason__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .reason__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
}
.reason__list-card {
  text-align: center;
  width: calc((100% - 48px) / 4);
  padding: 30px 14px 42px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 30px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 30px rgba(22, 69, 77, 0.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reason__list-card {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .reason__list-card {
    width: calc((100% - 6px) / 2);
    padding: 20px 2.4%;
    border-radius: 10px;
  }
}
.reason__list-img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reason__list-img {
    width: auto;
    height: 78px;
    margin-inline: auto;
  }
}
.reason__list-img img {
  display: inline-block;
}
@media (max-width: 767px) {
  .reason__list-img img {
    width: auto;
    height: 100%;
  }
}
.reason__list-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 1153, 18px);
  margin-bottom: 20px;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .reason__list-ttl {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.reason__list-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  word-break: keep-all;
}
@media (max-width: 767px) {
  .reason__list-txt {
    font-size: 10px;
    line-height: 1.75em;
  }
}

/*============================
interview
============================*/
.interview {
  padding: 100px 0;
  background-color: #00AECB;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .interview {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .interview {
    padding: 50px 0;
  }
}
.interview::before {
  content: "";
  max-width: 1273px;
  width: 92%;
  aspect-ratio: 1166/644;
  background: url(../img/bg-work.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.interview__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .interview__title {
    margin-bottom: 40px;
  }
}
.interview__list {
  max-width: 820px;
  width: 88%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .interview__list {
    width: 100%;
  }
}
.interview__list-card {
  padding: 80px 42px 57px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .interview__list-card {
    padding: 60px 4.2% 50px;
  }
}
@media (max-width: 767px) {
  .interview__list-card {
    padding: 40px 4.2%;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.interview__list-card:not(:last-of-type) {
  margin-bottom: 24px;
}
.interview__list-head {
  position: absolute;
  top: 0;
  left: 0;
}
.interview__list-head span {
  text-align: center;
  display: inline-block;
  padding: 14px 83px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 1153, 24px);
  color: #00AECB;
  background-color: #C9E6EB;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  border-radius: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .interview__list-head span {
    padding: 14px 52px 16px;
  }
}
@media (max-width: 767px) {
  .interview__list-head span {
    padding: 12px 32px;
    font-size: 14px;
    border-radius: 0 0 10px 0;
  }
}
.interview__list-img {
  width: 250px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .interview__list-img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .interview__list-img {
    width: 120px;
  }
}
.interview__list-img img {
  display: inline-block;
}
.interview__list-name {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 1153, 24px);
}
.interview__dtl {
  width: calc(100% - 274px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .interview__dtl {
    width: calc(100% - 184px);
  }
}
@media (max-width: 767px) {
  .interview__dtl {
    width: 100%;
  }
}
.interview__dtl-head {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 1153, 24px);
  color: #00AECB;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .interview__dtl-head {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.interview__dtl-tag {
  margin-top: 22px;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #fff;
  background-color: #00AECB;
}
.interview__dtl-txt {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  word-break: auto-phrase;
}
.interview__dtl .lts {
  margin-left: -0.55em;
}

.sns {
  padding: 40px 0;
}
.sns__inner {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
.sns__box {
  padding: 50px 4.2% 60px;
  background-color: #F2FAFC;
  border-radius: 24px;
  border: solid 3px #00AECB;
}
@media (max-width: 767px) {
  .sns__box {
    padding: 25px 2.4% 32px;
    border-radius: 12px;
    border-width: 2px;
  }
}
.sns__box-head {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(48 / 40 * 1em);
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(20px, 20px + 20 * (100vw - 767px) / 1153, 40px);
  color: #00AECB;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sns__box-head {
    margin-bottom: 10px;
  }
}
.sns__box-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 10 * (100vw - 767px) / 1153, 22px);
  color: #748284;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sns__box-txt {
    margin-bottom: 20px;
  }
}
.sns__list-item {
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sns__list-item {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .sns__list-item {
    padding: 10px 16px;
    border-radius: 8px;
  }
}
.sns__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sns__list-item:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
.sns__list-item.ig .sns__list-head::before {
  background: url(../img/sns-ig.png) no-repeat center/90%;
}
.sns__list-item.tt .sns__list-head::before {
  background: url(../img/sns-tt.png) no-repeat center/85%;
}
.sns__list-item.yt .sns__list-head::before {
  background: url(../img/sns-yt.png) no-repeat center/85%;
}
.sns__list-head {
  width: 280px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(48 / 30 * 1em);
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(13px, 13px + 17 * (100vw - 767px) / 1153, 30px);
  color: #000;
  margin-right: 50px;
  border-right: solid 1px #C9E6EB;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sns__list-head {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .sns__list-head {
    width: 90px;
    gap: 3px;
    margin-right: 12px;
  }
}
.sns__list-head::before {
  content: "";
  width: 52px;
  height: 52px;
  display: inline-block;
}
@media (max-width: 767px) {
  .sns__list-head::before {
    width: 22px;
    height: 22px;
  }
}
.sns__list-link {
  width: calc(100% - 280px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sns__list-link {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .sns__list-link {
    width: calc(100% - 90px);
  }
}
.sns__list-link a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 12 * (100vw - 767px) / 1153, 24px);
  color: #738183;
  position: relative;
}
@media (max-width: 767px) {
  .sns__list-link a {
    font-size: 10px;
  }
}
.sns__list-link a::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/ico-tab.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sns__list-link a::after {
    width: 10px;
    right: 0;
  }
}
.sns__list-link a:hover {
  text-decoration: underline;
}

/*============================
flow（ご利用の流れ）
============================*/
.flow {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }
}
.flow__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(1.5 / 36 * 1em);
  letter-spacing: calc(40 / 1000 * 1em);
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 1153, 36px);
  margin-bottom: 60px;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.flow__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 16px;
}
.flow__item:not(:last-child):after {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-color: #A0B1B4;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4px;
}
@media (max-width: 767px) {
  .flow__item:not(:last-child):after {
    display: none;
  }
}
.flow__item-step {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: calc(100 / 1000 * 1em);
  color: #00AECB;
  margin-bottom: 12px;
}
.flow__item-icon {
  margin: 0 auto 16px;
}
.flow__item-icon img {
  margin: 0 auto;
}
.flow__item-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1.5 / 16 * 1em);
  letter-spacing: normal;
  margin-bottom: 8px;
}
.flow__item-txt {
  font-size: 13px;
  font-weight: 400;
  line-height: calc(1.8 / 13 * 1em);
  letter-spacing: normal;
  text-align: left;
}

/*============================
faq（よくある質問／アコーディオン）
============================*/
.faq {
  padding: 80px 0 90px;
  background-color: #F2FAFC;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
}
.faq::before {
  content: "";
  max-width: 468px;
  width: 32.5vw;
  aspect-ratio: 1/1;
  background: url(../img/charactor.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.faq__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  margin-bottom: 14px;
}
.faq__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  margin-bottom: 53px;
}
.faq__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 23px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.faq__tab::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .faq__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
.faq__tab-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 6px 23px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: #fff;
  color: #788688;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
}
@media (max-width: 767px) {
  .faq__tab-item {
    padding: 5px 18px;
  }
}
.faq__tab-item.current {
  background: #00AECB;
  border-color: #00AECB;
  color: #fff;
}
.faq__contents {
  max-width: 700px;
  margin-inline: auto;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.faq__item {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  padding: 0 18px;
}
@media (max-width: 767px) {
  .faq__item {
    border-radius: 10px;
    padding: 0 12px;
  }
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 20px 0;
  cursor: pointer;
}
.faq__q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #00AECB;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 1153, 18px);
}
@media (max-width: 767px) {
  .faq__q {
    width: 22px;
    height: 22px;
    border-radius: 100%;
  }
}
.faq__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 1153, 18px);
  word-break: auto-phrase;
}
.faq__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 12px;
  height: 12px;
}
.faq__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00AECB;
  border-bottom: 2px solid #00AECB;
  -webkit-transform: translate(-50%, -65%) rotate(45deg);
          transform: translate(-50%, -65%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq__question.active .faq__arrow:before {
  -webkit-transform: translate(-50%, -35%) rotate(225deg);
          transform: translate(-50%, -35%) rotate(225deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__answer.open {
  max-height: 500px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .faq__answer.open {
    padding-bottom: 16px;
  }
}
.faq__answer-inner {
  padding-top: 18px;
  border-top: 1px solid #EAEDF2;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  word-break: auto-phrase;
}
.faq__answer a {
  text-decoration: underline;
}
.faq__answer a:hover {
  text-decoration: none;
}
.faq__item.is-hidden {
  display: none;
}

/*============================
comparison 比較
============================*/
.comparison {
  padding: 77px 0 143px;
  background-color: #C9E6EB;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .comparison {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .comparison {
    padding: 50px 0;
  }
}
.comparison__title {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(48 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  text-align: center;
  margin-bottom: 56px;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .comparison__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .comparison__table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.comparison__table table {
  width: 100%;
}
@media (max-width: 767px) {
  .comparison__table table {
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
  }
}
.comparison__table table .main-head {
  width: 26.3%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(26 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  color: #fff;
  padding: 20px 0 17px;
  border-radius: 50px 50px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .comparison__table table .main-head {
    width: 27.4%;
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 767px) {
  .comparison__table table .main-head {
    width: 28%;
    padding: 14px 0 12px;
    border-radius: 10px 10px 0 0;
  }
}
.comparison__table table .main-head span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(22 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 1153, 14px);
  margin-bottom: 5px;
}
.comparison__table table .main-head.blue {
  background-color: #00AECB;
}
.comparison__table table .main-head.ylw {
  background-color: #F5BF5E;
}
.comparison__table table .main-head.org {
  background-color: #DD712A;
}
.comparison__table table .side-head {
  text-align: center;
  background-color: #FAFAFA;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #717171;
  position: relative;
  z-index: 1;
}
.comparison__table table .side-head.bb::after {
  content: "";
  width: 84%;
  height: 2px;
  background-color: #EFE9E9;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.comparison__table table .kado01 {
  border-radius: 50px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .comparison__table table .kado01 {
    border-radius: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .comparison__table table .kado01 {
    border-radius: 5px 0 0 0;
  }
}
.comparison__table table .kado02 {
  border-radius: 0 0 0 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .comparison__table table .kado02 {
    border-radius: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .comparison__table table .kado02 {
    border-radius: 0 0 0 5px;
  }
}
.comparison__table table .kado03 {
  border-radius: 0 0 50px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .comparison__table table .kado03 {
    border-radius: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .comparison__table table .kado03 {
    border-radius: 0 0 5px 0;
  }
}
.comparison__table table td {
  text-align: center;
  padding: 30px 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}
@media (max-width: 767px) {
  .comparison__table table td {
    padding: 14px 0;
  }
}
.comparison__table table td.bgc {
  background-color: #F3FAFC;
}
.comparison__table table td.bold {
  font-weight: 700;
}
.comparison__table table td.num {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(26 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 1153, 24px);
}
.comparison__table table td.num .sm {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}
.comparison__table table td.num2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
}
.comparison__table table td.num2 .par {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}
.comparison__table table td .att {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #758486;
}
.comparison__table table .sticky {
  position: sticky;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .comparison__table table .sticky {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.comparison__att {
  margin-top: 14px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

/*============================
company（会社概要・アクセス）
============================*/
.company {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .company {
    padding: 60px 0;
  }
}
.company__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(1.5 / 36 * 1em);
  letter-spacing: calc(40 / 1000 * 1em);
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 1153, 36px);
  margin-bottom: 40px;
}
.company__detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .company__detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__detail-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__detail-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #EFE9E9;
}
@media (max-width: 767px) {
  .company__detail-info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.company__detail-info dt {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(1.8 / 14 * 1em);
  letter-spacing: normal;
}
.company__detail-info dd {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(1.8 / 14 * 1em);
  letter-spacing: normal;
}
.company__detail-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__detail-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

/*============================
cta（フッターCTA・ボタン共通）
============================*/
.cta {
  padding: 72px 0;
  background: #00AECB;
  position: relative;
  z-index: 1;
}
.cta::before {
  content: "";
  max-width: 402px;
  width: 27.9vw;
  aspect-ratio: 1/1;
  background: url(../img/bg-charactor.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.cta::after {
  content: "";
  max-width: 420px;
  width: 29.1vw;
  aspect-ratio: 1/1;
  background: url(../img/bg-cta.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .cta {
    padding: 42px 0;
  }
}
.cta__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(54 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  color: #fff;
  margin-bottom: 22px;
  word-break: keep-all;
}
.cta__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
  color: #fff;
  margin-bottom: 32px;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 14px;
    line-height: 1.75em;
  }
}
.cta__btn {
  text-align: center;
}
.cta__btn a {
  display: inline-block;
  padding: 20px 70px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #fff;
  background: #F5BF5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5BF5E), to(#DD712A));
  background: linear-gradient(to bottom, #F5BF5E 0%, #DD712A 100%);
  position: relative;
}
@media (max-width: 767px) {
  .cta__btn a {
    font-size: 14px;
  }
}
.cta__btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/*============================
problem
============================*/
.problem {
  padding: 110px 0 72px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .problem {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .problem {
    padding: 50px 0;
  }
}
.problem__inner {
  position: relative;
  z-index: 1;
}
.problem__inner::before {
  content: "";
  max-width: 468px;
  width: 32.5vw;
  aspect-ratio: 1/1;
  background: url(../img/charactor.png) no-repeat center/contain;
  position: absolute;
  top: -110px;
  right: -80px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .problem__inner::before {
    top: -50px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .problem__inner::before {
    width: 40vw;
    top: -50px;
    right: 0;
  }
}
.problem__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 14 * (100vw - 767px) / 1153, 40px);
  margin-bottom: 11px;
  word-break: keep-all;
}
.problem__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  margin-bottom: 37px;
  word-break: keep-all;
}
.problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .problem__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .problem__list {
    gap: 12px;
  }
}
.problem__list-item {
  width: calc((100% - 60px) / 3);
  padding: 30px 20px 40px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .problem__list-item {
    width: calc((100% - 32px) / 3);
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .problem__list-item {
    width: calc((100% - 12px) / 2);
  }
}
.problem__list-ico {
  text-align: center;
  margin-bottom: 16px;
}
.problem__list-ico img {
  display: inline-block;
}
.problem__list-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 1153, 18px);
  word-break: keep-all;
}

/*============================
way
============================*/
.way {
  padding: 60px 0 85px;
  background: url(../img/bg-work.png) no-repeat center/contain, #00AECB;
}
.way__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(48 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  color: #fff;
  margin-bottom: 14px;
  word-break: keep-all;
}
.way__text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: calc(30 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  color: #fff;
  margin-bottom: 52px;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .way__text {
    line-height: 1.75em;
  }
}
.way__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .way__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .way__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.way__list-card {
  text-align: center;
  width: calc((100% - 60px) / 3);
  padding: 23px 14px 37px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 30px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 30px rgba(22, 69, 77, 0.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .way__list-card {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767px) {
  .way__list-card {
    width: 100%;
  }
}
.way__list-tag {
  text-align: center;
  margin-bottom: 14px;
}
.way__list-tag span {
  display: inline-block;
  padding: 12px 30px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
  color: #00AECB;
  border: solid 2px #00AECB;
  border-radius: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .way__list-tag span {
    padding: 8px 18px;
  }
}
.way__list-img {
  margin-bottom: 18px;
}
.way__list-img img {
  display: inline-block;
}
.way__list-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 1153, 24px);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .way__list-ttl {
    font-size: 18px;
  }
}
.way__list-ttl.blue {
  color: #00AECB;
}
.way__list-ttl.ylw {
  color: #F5BF5E;
}
.way__list-ttl.org {
  color: #DD712A;
}
.way__list-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(22 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 1153, 16px);
  word-break: keep-all;
}
@media (max-width: 767px) {
  .way__list-txt {
    font-size: 14px;
  }
}

/*============================
work
============================*/
.work {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work {
    padding: 30px 0 50px;
  }
}
.work.sales02 {
  background-color: #F2FAFC;
}
.work.sales02 .work__dtl-wrap::before {
  content: none;
}
.work.sales02 .work__info-ttl.ico01::before {
  background: url(../img/ico-sales01-ylw.svg) no-repeat center/contain;
}
.work.sales02 .work__info-ttl.ico02::before {
  background: url(../img/ico-sales02-ylw.svg) no-repeat center/contain;
}
.work.sales02 .work__info-ttl.ico03::before {
  background: url(../img/ico-sales03-ylw.svg) no-repeat center/contain;
}
.work.sales02 .work__info-ttl.ico04::before {
  background: url(../img/ico-sales04-ylw.svg) no-repeat center/contain;
}
.work.sales02 .work__recom-ttl {
  color: #F5BF5E;
}
.work.sales02 .work__recom::before {
  background-color: #F5BF5E;
}
.work.sales02 .work__recom-wrap dd::before {
  background-image: url(../img/ico-checkmark-ylw.svg);
}
.work.sales03 .work__info-ttl.ico01::before {
  background: url(../img/ico-sales01-org.svg) no-repeat center/contain;
}
.work.sales03 .work__info-ttl.ico02::before {
  background: url(../img/ico-sales02-org.svg) no-repeat center/contain;
}
.work.sales03 .work__info-ttl.ico03::before {
  background: url(../img/ico-sales03-org.svg) no-repeat center/contain;
}
.work.sales03 .work__info-ttl.ico04::before {
  background: url(../img/ico-sales04-org.svg) no-repeat center/contain;
}
.work.sales03 .work__recom-ttl {
  color: #DD712A;
}
.work.sales03 .work__recom::before {
  background-color: #DD712A;
}
.work.sales03 .work__recom-wrap dd::before {
  background-image: url(../img/ico-checkmark-org.svg);
}
.work__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50px;
  margin-bottom: 17px;
}
@media screen and (min-width: 1620px) {
  .work__main {
    max-width: 1440px;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .work__main {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .work__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work__dtl {
  width: 693px;
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__dtl {
    width: 500px;
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .work__dtl {
    width: 92%;
    margin-inline: auto;
    padding-left: 0;
  }
}
.work__dtl-wrap {
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__dtl-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .work__dtl-wrap {
    padding: 20px 2.4% 30px;
    border-radius: 12px;
    -webkit-box-shadow: 8px 7px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 7px 14px rgba(0, 0, 0, 0.15);
  }
}
.work__dtl-wrap::before {
  content: "";
  max-width: 468px;
  width: 32.5vw;
  aspect-ratio: 1/1;
  background: url(../img/charactor.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .work__dtl-wrap::before {
    width: 54.5vw;
  }
}
.work__dtl-tag {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .work__dtl-tag {
    margin-bottom: 10px;
  }
}
.work__dtl-tag span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 12 * (100vw - 767px) / 1153, 24px);
  color: #fff;
  padding: 8px 14px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .work__dtl-tag span {
    padding: 4px 7px;
  }
}
.work__dtl-tag.blue span {
  background-color: #00AECB;
}
.work__dtl-tag.ylw span {
  background-color: #F5BF5E;
}
.work__dtl-tag.org span {
  background-color: #DD712A;
}
.work__dtl-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(60 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 16 * (100vw - 767px) / 1153, 40px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .work__dtl-ttl {
    margin-bottom: 14px;
  }
}
.work__dtl-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 1153, 18px);
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .work__dtl-txt {
    line-height: 1.5833333333;
  }
}
.work__info {
  max-width: 531px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 24px;
  margin-bottom: 30px;
}
.work__info-item {
  width: calc((100% - 24px) / 2);
  padding-left: 26px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__info-item {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .work__info-item {
    width: 84%;
  }
}
.work__info-item:not(:last-of-type)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E7F1F4;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.work__info-ttl {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(20 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #758486;
  margin-bottom: 4px;
  position: relative;
}
.work__info-ttl::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0px;
  left: -26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__info-ttl::before {
    width: 18px;
    left: -22px;
  }
}
.work__info-ttl.ico01::before {
  background: url(../img/ico-sales01.svg) no-repeat center/contain;
}
.work__info-ttl.ico02::before {
  background: url(../img/ico-sales02.svg) no-repeat center/contain;
}
.work__info-ttl.ico03::before {
  background: url(../img/ico-sales03.svg) no-repeat center/contain;
}
.work__info-ttl.ico04::before {
  background: url(../img/ico-sales04.svg) no-repeat center/contain;
}
.work__info-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(20 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  white-space: nowrap;
}
.work__recom {
  padding: 23px 26px 30px 28px;
  background-color: #F2FAFC;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__recom {
    padding: 18px 2.4% 20px;
  }
}
@media (max-width: 767px) {
  .work__recom {
    padding: 12px 4.2%;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(22, 69, 77, 0.1);
            box-shadow: 0 2px 8px rgba(22, 69, 77, 0.1);
  }
}
.work__recom::before {
  width: 4px;
  height: 100%;
  background-color: #00AECB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .work__recom::before {
    content: "";
  }
}
.work__recom-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(32 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 1153, 18px);
  color: #00AECB;
  position: relative;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .work__recom-ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.work__recom-ttl::before {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #00AECB;
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__recom-ttl::before {
    left: -2.4%;
    width: 4px;
  }
}
@media (max-width: 767px) {
  .work__recom-ttl::before {
    left: -4.2%;
    content: none;
  }
}
.work__recom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__recom-wrap {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .work__recom-wrap {
    gap: 6px;
  }
}
.work__recom-wrap dd {
  width: calc((100% - 18px) / 2);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 1153, 16px);
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__recom-wrap dd {
    width: calc((100% - 5px) / 2);
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .work__recom-wrap dd {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }
}
.work__recom-wrap dd::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/ico-checkmark.svg) no-repeat center/contain;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__recom-wrap dd::before {
    top: 2px;
    width: 13px;
  }
}
@media (max-width: 767px) {
  .work__recom-wrap dd::before {
    width: 14px;
  }
}
.work__img {
  max-width: 578px;
  width: 40.1vw;
}
@media (max-width: 767px) {
  .work__img {
    width: 92%;
    margin-right: 0;
    margin-left: auto;
    display: none;
  }
}
.work__img img {
  border-radius: 0 0 0 50px;
  overflow: hidden;
}
.work__spimg {
  display: none;
}
@media (max-width: 767px) {
  .work__spimg {
    display: block;
    margin-bottom: 13px;
    width: 104.8%;
    margin-left: -2.4%;
  }
}
.work__sub {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
  padding: 46px 50px 50px;
  border-radius: 50px;
  background: url(../img/bg-support.png) no-repeat center left -42%/contain, #00AECB;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__sub {
    padding: 30px 4.2% 40px;
  }
}
@media (max-width: 767px) {
  .work__sub {
    padding: 30px 4.2%;
    border-radius: 30px;
  }
}
.work__sub-head {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .work__sub-head {
    margin-bottom: 30px;
  }
}
.work__sub-head .rub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 1153, 20px);
}
.work__sub-head .txt {
  font-size: 34px;
  font-weight: 700;
  line-height: calc(42 / 34 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 12 * (100vw - 767px) / 1153, 34px);
  word-break: keep-all;
}
.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.work__list li {
  width: calc((100% - 32px) / 3);
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__list li {
    padding: 30px 2.4%;
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .work__list li {
    width: 100%;
    padding: 20px 2.4%;
  }
}
.work__list-ico {
  text-align: center;
  margin-bottom: 20px;
}
.work__list-ico img {
  display: inline-block;
}
.work__list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  word-break: keep-all;
}
.work__list-txt span {
  font-weight: 700;
  color: #00AECB;
}
.work__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .work__list2 {
    gap: 16px;
  }
}
.work__list2 li {
  width: calc((100% - 30px) / 2);
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
@media (max-width: 767px) {
  .work__list2 li {
    width: 100%;
    padding: 20px 2.4%;
  }
}
.work__list2-ico {
  text-align: center;
  margin-bottom: 20px;
}
.work__list2-ico img {
  display: inline-block;
}
.work__list2-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  word-break: keep-all;
}
.work__list2-txt span {
  font-weight: 700;
  color: #00AECB;
}
.work__date {
  margin-top: 40px;
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
.work__date-wrap {
  padding: 32px 20px 43px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
.work__date-head {
  text-align: center;
  margin-bottom: 34px;
}
.work__date-head span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 1153, 20px);
  color: #00AECB;
  position: relative;
}
.work__date-head span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00AECB;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.work__date-list {
  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;
}
@media (max-width: 767px) {
  .work__date-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .work__date-list li {
    width: 100%;
    text-align: center;
  }
}
.work__date-list li:nth-child(2) {
  padding-inline: 80px;
  margin-inline: 80px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .work__date-list li:nth-child(2) {
    padding-inline: 60px;
    margin-inline: 60px;
  }
}
@media (max-width: 767px) {
  .work__date-list li:nth-child(2) {
    padding-inline: 0;
    margin-inline: 0;
    padding-block: 30px;
    margin-block: 30px;
  }
}
.work__date-list li:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 72%;
  background-color: #E7F1F4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .work__date-list li:nth-child(2)::before {
    width: 84%;
    height: 1px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.work__date-list li:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 72%;
  background-color: #E7F1F4;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .work__date-list li:nth-child(2)::after {
    width: 84%;
    height: 1px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.work__date-num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 10 * (100vw - 767px) / 1153, 28px);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .work__date-num {
    font-size: 24px;
  }
}
.work__date-num span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(46px, 46px + 34 * (100vw - 767px) / 1153, 80px);
  color: #00AECB;
}
@media (max-width: 767px) {
  .work__date-num span {
    font-size: 54px;
  }
}
.work__date-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}
@media (max-width: 767px) {
  .work__date-txt {
    font-size: 14px;
  }
}
.work__end {
  margin-top: 28px;
  text-align: center;
}
.work__end span {
  display: inline-block;
  padding: 5px 24px;
  background-color: #F2FAFC;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

/*============================
archivment（数字で見る）
============================*/
.achievement {
  padding: 80px 0;
  background-color: #F2FAFC;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .achievement {
    padding: 60px 0;
  }
}
.achievement::before {
  content: "";
  max-width: 468px;
  width: 32.5vw;
  aspect-ratio: 1/1;
  background: url(../img/charactor.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 4.2%;
  z-index: -1;
}
@media (max-width: 767px) {
  .achievement::before {
    width: 42%;
  }
}
.achievement__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  margin-bottom: 14px;
  word-break: keep-all;
}
.achievement__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  margin-bottom: 39px;
  word-break: keep-all;
}
.achievement__data img {
  -webkit-filter: drop-shadow(0 3px 15px rgba(22, 69, 77, 0.1));
          filter: drop-shadow(0 3px 15px rgba(22, 69, 77, 0.1));
}
.achievement__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .achievement__list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .achievement__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.achievement__card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 12px 24px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  text-align: center;
}
@media (max-width: 767px) {
  .achievement__card {
    padding: 16px 8px 14px;
    border-radius: 14px;
  }
}
.achievement__card--wide {
  grid-column: span 2;
}
.achievement__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  margin-bottom: 14px;
}
.achievement__num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00AECB;
  font-weight: 700;
  line-height: 1;
  font-size: 80px;
  font-weight: 500;
  line-height: calc(100 / 80 * 1em);
  letter-spacing: normal;
  font-size: clamp(32px, 32px + 48 * (100vw - 767px) / 1153, 80px);
}
.achievement__num span {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(32 / 28 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 10 * (100vw - 767px) / 1153, 28px);
  color: #000;
  margin-left: 2px;
}
.achievement__desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #758486;
}
.achievement__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .achievement__group {
    gap: 8px;
  }
}
.achievement__item {
  min-width: 0;
}
.achievement__item:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .achievement__item:not(:first-child) {
    padding-left: 8px;
  }
}
.achievement__group + .achievement__desc {
  margin-top: 14px;
}
.achievement__att {
  margin-top: 40px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .achievement__att {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .achievement__att {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*============================
welfare（福利厚生・働く環境）
============================*/
.welfare {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .welfare {
    padding: 60px 0;
  }
}
.welfare::before {
  content: "";
  max-width: 468px;
  width: 32.5vw;
  aspect-ratio: 1/1;
  background: url(../img/charactor.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .welfare::before {
    width: 42%;
  }
}
.welfare__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  margin-bottom: 14px;
  word-break: keep-all;
}
.welfare__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  margin-bottom: 55px;
  word-break: keep-all;
}
.welfare__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 11px;
}
@media (max-width: 767px) {
  .welfare__list {
    gap: 12px;
  }
}
.welfare__list li {
  width: calc((100% - 11px) / 2);
  padding: 30px 12px 28px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
@media (max-width: 767px) {
  .welfare__list li {
    width: 100%;
  }
}
.welfare__list-ico {
  text-align: center;
  margin-bottom: 14px;
}
.welfare__list-ico img {
  display: inline-block;
}
.welfare__list-head {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 1153, 18px);
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .welfare__list-head {
    font-size: 16px;
  }
}
.welfare__list-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}
@media (max-width: 767px) {
  .welfare__list-txt {
    font-size: 13px;
  }
}
.welfare__env {
  margin-top: 25px;
  padding: 52px 20px 34px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
@media (max-width: 767px) {
  .welfare__env {
    margin-top: 50px;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}
.welfare__env-head {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 6 * (100vw - 767px) / 1153, 26px);
  margin-bottom: 35px;
}
.welfare__env-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 22px;
}
@media (max-width: 767px) {
  .welfare__env-list {
    gap: 9px;
  }
}
.welfare__env-list li {
  width: calc((100% - 44px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .welfare__env-list li {
    width: calc((100% - 22px) / 2);
  }
}
@media (max-width: 767px) {
  .welfare__env-list li {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 16px;
    border-radius: 10px;
    background-color: #F3FAFC;
    -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
            box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
  }
}
.welfare__env-ico {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .welfare__env-ico {
    width: 42px;
  }
}
.welfare__env-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 1153, 18px);
}
@media (max-width: 767px) {
  .welfare__env-ttl {
    font-size: 14px;
  }
}
.welfare__env-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #758486;
  margin-top: 4px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .welfare__env-txt {
    font-size: 12px;
    margin-top: 5px;
    word-break: keep-all;
  }
}
@media (max-width: 767px) {
  .welfare__env-txt .hidden {
    display: none;
  }
}

/*============================
maruketo form
============================*/
.form {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .form {
    padding: 50px 0;
  }
}
.form__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  margin-bottom: 14px;
  word-break: keep-all;
}
.form__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: calc(32 / 22 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 8 * (100vw - 767px) / 1153, 22px);
  margin-bottom: 55px;
  word-break: keep-all;
}

#mktoForm_1408 {
  max-width: 700px;
  width: 92% !important;
  margin-inline: auto;
}
#mktoForm_1408 .mktoButtonRow {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
#mktoForm_1408 .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
#mktoForm_1408 .mktoButtonRow .mktoButtonWrap .mktoButton {
  border: none;
  display: inline-block;
  padding: 20px 70px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #fff;
  background: #F5BF5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5BF5E), to(#DD712A));
  background: linear-gradient(to bottom, #F5BF5E 0%, #DD712A 100%);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #mktoForm_1408 .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 14px;
  }
}
#mktoForm_1408 .mktoButtonRow .mktoButtonWrap .mktoButton::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  right: 40px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#mktoForm_1408 .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  opacity: 0.75;
}
#mktoForm_1408.mktoForm .mktoLabel {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
}

#contact-form {
  padding: 80px 0;
  background-color: #F2FAFC;
}
#contact-form .mktoForm {
  max-width: 700px !important;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-style: normal;
  font-size: 16px;
  padding: 60px 40px 80px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
          box-shadow: 0 3px 15px rgba(22, 69, 77, 0.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #contact-form .mktoForm {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #contact-form .mktoForm {
    padding: 30px 4.2%;
  }
}
#contact-form .mktoForm .mktoFieldWrap,
#contact-form .mktoForm .mktoLabel,
#contact-form .mktoForm .mktoButtonWrap,
#contact-form .mktoForm .mktoLogicalField,
#contact-form .mktoForm .mktoRadioList,
#contact-form .mktoForm .mktoCheckboxList {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
#contact-form .mktoForm .mktoFormRow::after {
  content: "";
  display: block;
  clear: both;
}
#contact-form .mktoForm .mktoRadioList > label, #contact-form .mktoForm .mktoCheckboxList > label {
  margin: 0;
}
#contact-form .mktoForm .mktoClear {
  display: none;
}
#contact-form .mktoForm .mktoOffset,
#contact-form .mktoForm .mktoGutter,
#contact-form .mktoForm .mktoInstruction {
  display: none !important;
}
#contact-form .mktoForm .mktoFormRow {
  margin-bottom: 18px;
}
#contact-form .mktoForm .mktoFormRow:last-of-type {
  padding-bottom: 0;
}
#contact-form .mktoForm .mktoFormCol {
  width: 100% !important;
  margin: 0 !important;
}
/* 姓・名／セイ・メイなど、同一行に2カラムある行は横並び */
#contact-form .mktoForm .mktoFormRow:has(> .mktoFormCol + .mktoFormCol) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#contact-form .mktoForm .mktoFormRow:has(> .mktoFormCol + .mktoFormCol) > .mktoFormCol {
  float: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  width: auto !important;
}
#contact-form .mktoForm .mktoFormRow:has(> .mktoFormCol + .mktoFormCol) .mktoClear {
  display: none;
}
#contact-form .mktoForm .mktoFormRow:has(> .mktoFormCol + .mktoFormCol) input[type=text] {
  width: 100% !important;
}
@media (max-width: 767px) {
  #contact-form .mktoForm .mktoFormRow:has(> .mktoFormCol + .mktoFormCol) {
    gap: 10px;
  }
}
#contact-form .mktoForm .mktoFieldWrap {
  width: 100%;
}
#contact-form .mktoForm .mktoLabel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
  margin-top: 18px !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 700;
}
#contact-form .mktoForm .mktoAsterix {
  margin-right: 6px;
  color: #DD712A;
  font-size: 16px;
}
#contact-form .mktoForm input[type=text],
#contact-form .mktoForm input[type=email],
#contact-form .mktoForm input[type=tel] {
  height: 42px;
  padding: 0 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#contact-form .mktoForm input[type=text]:focus,
#contact-form .mktoForm input[type=email]:focus,
#contact-form .mktoForm input[type=tel]:focus {
  outline: none;
  border-color: #00AECB;
}
#contact-form .mktoForm #MobilePhone, #contact-form .mktoForm #Email {
  width: 100% !important;
}
#contact-form .mktoForm #recruitbikou {
  width: 100% !important;
  height: 160px;
  min-height: 160px;
}
#contact-form .mktoForm textarea {
  width: 100% !important;
  height: 160px;
  padding: 0 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  min-height: 160px;
  padding: 16px 18px;
}
#contact-form .mktoForm textarea:focus {
  outline: none;
  border-color: #00AECB;
}
#contact-form .mktoForm .mktoRadioList,
#contact-form .mktoForm .mktoCheckboxList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: auto !important;
  padding: 0 !important;
}
#contact-form .mktoForm .mktoRadioList input,
#contact-form .mktoForm .mktoCheckboxList input {
  display: none;
}
#contact-form .mktoForm .mktoRadioList label,
#contact-form .mktoForm .mktoCheckboxList label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  padding: 2px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact-form .mktoForm .mktoRadioList label:hover,
#contact-form .mktoForm .mktoCheckboxList label:hover {
  border-color: #00AECB;
}
#contact-form .mktoForm .mktoRadioList input:checked + label,
#contact-form .mktoForm .mktoCheckboxList input:checked + label {
  background: #00AECB;
  color: #fff;
  border-color: #00AECB;
}
@media (max-width: 767px) {
  #contact-form .mktoForm .mktoFormRow {
    margin-bottom: 12px;
  }
  #contact-form .mktoForm .mktoLabel {
    font-size: 14px;
    margin-top: 12px !important;
    margin-bottom: 8px !important;
  }
  /* 選択肢はPCと同様に横並び（幅に応じて折り返し） */
  #contact-form .mktoForm .mktoRadioList,
  #contact-form .mktoForm .mktoCheckboxList {
    gap: 8px;
  }
  #contact-form .mktoForm .mktoRadioList label,
  #contact-form .mktoForm .mktoCheckboxList label {
    min-height: 34px;
    padding: 2px 12px;
    font-size: 14px;
  }
}