@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff;
  margin: auto;
  color: #272727;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

/*----------------------------------------------
共通
----------------------------------------------*/
.pc-none {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .sp-none {
    display: none !important;
  }
}

.inner {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) and (max-width: 1199px) {
  .inner {
    width: 92%;
    max-width: 92%;
  }
}
@media screen and (max-width: 1000px) {
  .inner {
    max-width: 87.2%;
    width: 87.2%;
  }
}

.section-ttl {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #000;
}
.section-ttl span {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  display: inline-block;
}
.section-ttl span::before, .section-ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 25px;
  height: 8px;
  background: url(../img/ttl-deco.png) no-repeat center center/contain;
}
.section-ttl span::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-ttl span::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 1000px) {
  .section-ttl {
    font-size: min(5.8666666667vw, 32px);
  }
  .section-ttl span {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.section-ttl.sectionttl-w {
  color: #fff;
}
.section-ttl.sectionttl-w span::before, .section-ttl.sectionttl-w span::after {
  background: url(../img/ttl-deco-w.png) no-repeat center center/contain;
}

/*----------------------------------------------
header
----------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  position: sticky;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .header {
    height: 52px;
  }
}
.header__main {
  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;
  width: 100%;
  max-width: 1600px;
  min-height: 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .header__main {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .header__main {
    padding-left: 0;
    padding-right: 24px;
  }
}
.header__logo {
  width: 160px;
  min-width: 160px;
}

@media screen and (min-width: 769px) {
  .header__logo {
    width: 200px;
    min-width: 200px;
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo {
    height: 24px;
  }
}
.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.header__link {
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link--button {
  margin-left: 16px;
  margin-right: 0px;
}

.button {
  background: #fff;
  border-radius: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button.u-border {
  border: 2px solid #ddd;
}

.button.u-border.u-12 {
  padding: 10px 22px;
  max-height: 36px;
}

.button.u-border.u-12 .button__text {
  font-size: 12px;
}

.button__text {
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.06em;
}

.button.u-border.u-12 .button__text {
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  .navi-sp-none {
    display: none;
  }
}
.navi-pc-none {
  display: none;
}

@media screen and (max-width: 1000px) {
  .navi-pc-none {
    display: block;
  }
}
.sp-menu {
  display: none;
  position: relative;
}

.sp-menu.global-menu {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e9f2f0;
  margin-top: 52px;
}

.sp-menu.global-menu .sp-menu__inner {
  padding-bottom: 50vh;
}

.sp-menu.is-active,
.sp-menu li[data-more] > ul.is-active {
  display: block;
}

.sp-menu__inner {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 52px;
  font-size: 14px;
}

.sp-menu__inner ul a,
.sp-menu__inner ul span {
  text-decoration: underline;
}

.sp-menu__inner li {
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.sp-menu__inner li span {
  min-height: 54px;
}

.sp-menu__inner li[data-more] > ul {
  display: none;
}

.sp-menu__inner li[data-more] span {
  text-decoration: none !important;
}

.sp-menu__inner li[data-more] > ul > li > ul > li,
.sp-menu__inner li[data-more] > ul > li > span,
.sp-menu__inner li[data-more] > ul > li {
  position: relative;
}

.sp-menu__inner li[data-more] > ul > li > ul > li a,
.sp-menu__inner li[data-more] > ul > li > span a,
.sp-menu__inner li[data-more] > ul > li a {
  padding-left: 24px;
}

.sp-menu__inner li[data-more] > ul > li > ul > li ul a,
.sp-menu__inner li[data-more] > ul > li > span ul a,
.sp-menu__inner li[data-more] > ul > li ul a {
  padding-left: 48px;
}

.sp-menu__inner li[data-more] > ul > li > ul > li.line,
.sp-menu__inner li[data-more] > ul > li > span.line,
.sp-menu__inner li[data-more] > ul > li.line {
  border-bottom: 1px dashed #bbb;
}

.sp-menu__inner.dark li[data-more] li::after,
.sp-menu__inner.dark li[data-more] > ul > li > span::after {
  background-image: linear-gradient(to right, rgba(233, 242, 240, 0.3), rgba(233, 242, 240, 0.3) 2px, transparent 2px, transparent 8px);
  height: 12px;
}

.sp-menu__inner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-menu__inner span a {
  width: 100%;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-menu__inner > ul > li:last-of-type {
  border-bottom: 3px solid #ddd;
}

.sp-menu__inner > ul > li > span {
  padding-left: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.sp-menu__inner > ul > li > span > ul {
  font-weight: 400;
}

.sp-menu__inner .more {
  -webkit-transition-duration: 3;
          transition-duration: 3;
}

.sp-menu__inner .more.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sp-menu__inner.dark > ul > li:last-of-type {
  border-bottom: 3px solid rgba(233, 242, 240, 0.3);
}

.sp-menu__inner.dark > ul > li > span {
  border-bottom: 1px solid rgba(233, 242, 240, 0.3);
}

.sp-menu__inner > ul > li[data-more] > ul.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sp-menu__inner.no-margin {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.sp-menu__buttons {
  padding: 28px 62px;
  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;
}

.sp-menu__buttons > *:not(:last-of-type) {
  margin-bottom: 14px;
}

.sp-menu__buttons.u-borderBottom {
  border-bottom: 1px solid #ddd;
}

.header .hamburger,
.headerNoAnimate .hamburger {
  width: 36px;
  height: 36px;
  position: relative;
}

.header .hamburger__line,
.headerNoAnimate .hamburger__line {
  background: #191414;
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header .hamburger__line.u-top,
.headerNoAnimate .hamburger__line.u-top {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% + 3px));
          transform: translateY(calc(-50% + 3px));
}

.header .hamburger__line.u-bottom,
.headerNoAnimate .hamburger__line.u-bottom {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 3px));
          transform: translateY(calc(-50% - 3px));
}

.header .hamburger.is-active .hamburger__line.u-top,
.headerNoAnimate .hamburger.is-active .hamburger__line.u-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .hamburger.is-active .hamburger__line.u-bottom,
.headerNoAnimate .hamburger.is-active .hamburger__line.u-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button__arrow {
  background: #191414;
  border-radius: 50%;
  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;
}

.button__arrow.u-blue {
  background: #0b98af;
}

.button.u-32 .button__arrow {
  min-width: 24px;
  min-height: 24px;
}

@media screen and (max-width: 1000px) {
  .button.u-sp20 {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding: 20px 32px 20px 24px;
    max-height: 56px;
  }
  .button.u-sp20 .button__text {
    font-size: 14px;
  }
  .button.u-sp20 .button__arrow {
    min-width: 16px;
    min-height: 16px;
  }
  .button.u-sp20 .button__arrow svg {
    width: 4px;
  }
}
.floating {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4vw;
  min-width: 40px;
  max-width: 65px;
  z-index: 14;
}
@media screen and (max-width: 1000px) {
  .floating {
    min-width: 35px;
    max-width: 40px;
  }
}

/*----------------------------------------------
kv
----------------------------------------------*/
.kv {
  height: 50.43vw;
  position: relative;
}
.kv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/kv.png) no-repeat center center/cover;
  width: 100%;
  height: 57.18vw;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .kv {
    height: 147vw;
    padding-top: 15.4vw;
  }
  .kv::before {
    background: url(../img/kv-sp.png) no-repeat center center/cover;
    height: 100%;
  }
}

.kv__inner {
  max-width: 1350px;
  width: 84.375%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .kv__inner {
    max-width: 87.2%;
    width: 87.2%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1001px) {
  .KV__main {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.KV__main .text1 {
  font-size: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.KV__main .text1 img {
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 17.4px;
}
@media screen and (max-width: 1000px) {
  .KV__main .text1 {
    font-size: 5.6vw;
  }
  .KV__main .text1 img {
    height: 8vw;
    margin-right: 5.7px;
  }
}

.KV__main .ttl {
  font-weight: 700;
  font-size: 63px;
  color: #0b98af;
  margin-top: 31px;
  line-height: 1.4444;
}
@media screen and (max-width: 1000px) {
  .KV__main .ttl {
    font-size: 10.1333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.KV__main .text2 {
  font-weight: 700;
  font-size: 28px;
  border-radius: 31px;
  background: #0b98af;
  color: #fff;
  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;
  padding: 11px 44px;
  margin-top: 30px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .KV__main .text2 {
    font-size: 4.8vw;
    padding: 5px 20px;
    margin-top: 3.4666666667vw;
  }
}

.KV__main .text3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 55px;
  color: #000000;
}
.KV__main .text3 span {
  font-weight: 700;
  font-size: 23px;
  color: #0b98af;
}
@media screen and (max-width: 1000px) {
  .KV__main .text3 {
    font-size: 3.4666666667vw;
    margin-top: 5.6vw;
  }
  .KV__main .text3 span {
    font-size: 4.5333333333vw;
  }
}

@media screen and (max-width: 1000px) {
  .kv__btn {
    position: relative;
    bottom: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .kv__btn a {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background: #ff7337;
    border-radius: 33px;
    font-weight: 700;
    font-size: 4.2666666667vw;
    color: #fff;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    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;
  }
  .kv__btn a span {
    display: inline-block;
    position: relative;
    padding-left: 8.2666666667vw;
  }
  .kv__btn a span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    background: url(../img/download-icon.png) no-repeat center center/contain;
  }
}
.kv__form {
  width: 32%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #0b98af;
  overflow-y: scroll;
  padding-top: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 15;
}
@media screen and (max-width: 1000px) {
  .kv__form {
    display: none;
  }
}

.kv__form__wrapper {
  width: 86.745%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kv__form__ttl {
  border-radius: 8px 8px 0px 0px;
  background: #ffd43b;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 12px;
}

.kv__form__main {
  padding: 1.4641288433vw 3.6603221083vw 2.5622254758vw;
}

/*----------------------------------------------
about - point
----------------------------------------------*/
.about {
  padding-top: 69px;
}
@media screen and (max-width: 1000px) {
  .about {
    padding-top: 38px;
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .about__contents {
    gap: 0 15px;
  }
}

.about__contents > label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  width: 293px;
  padding: 1.1em 1em;
  background-color: rgba(11, 152, 175, 0.1);
  border-radius: 10px;
  color: #0b98af;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about__contents > label {
    font-size: min(4.2666666667vw, 28px);
    width: 37%;
    padding: 1em 1em;
  }
}

.has-line::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
  width: 2px;
  height: 100%;
  background: #707070;
  opacity: 0.2;
}
@media screen and (max-width: 1000px) {
  .has-line::after {
    content: none;
  }
}

.about__contents > label:hover,
.about__contents label:has(:checked) {
  background-color: #0b98af;
  color: #fff;
}

.about__contents label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 62px;
  height: 14px;
  background-color: #0b98af;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.about__contents input {
  display: none;
}

.about__contents > div {
  display: none;
  width: 100%;
}

.about__contents label:has(:checked) + div {
  display: block;
}

.about__tabcontents {
  text-align: center;
  margin-top: 84px;
}
@media screen and (max-width: 1000px) {
  .about__tabcontents {
    margin-top: 34px;
  }
}

.about__tabcontents .ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .about__tabcontents .ttl {
    margin-bottom: 33px;
  }
}

.about__tabcontents .text {
  font-size: 18px;
  margin-top: 43px;
  position: relative;
  z-index: 10;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .about__tabcontents .text {
    margin-top: 10px;
    text-align: left;
    margin-top: 29px;
  }
}

.about__tabcontents .text2 {
  margin-top: 22px;
}

.about__tabcontents .strong {
  font-weight: 500;
  color: #00838b;
  margin-top: 32px;
  position: relative;
  z-index: 10;
  font-size: 22px;
}
.about__tabcontents .strong span {
  font-size: 0.7em;
}
@media screen and (max-width: 1000px) {
  .about__tabcontents .strong {
    margin-top: 22px;
    text-align: left;
  }
}

.about__tabcontents .notice {
  color: #272727;
  opacity: 0.6;
  margin-top: 14px;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .about__tabcontents .notice {
    text-align: left;
  }
}

.about__point-top {
  padding-bottom: calc(4.09375vw + 50px);
}
@media screen and (max-width: 1000px) {
  .about__point-top {
    padding-bottom: calc(4.09375vw + 20px);
  }
}

.point {
  position: relative;
  padding-top: 80px;
  padding-bottom: 39px;
}
.point::before {
  position: absolute;
  content: "";
  top: -2.59375vw;
  height: 7.1875vw;
  left: 0;
  width: 99vw;
  margin-left: calc(50% - 50vw);
  z-index: 5;
  background: url(../img/about-bottom.png) no-repeat center top/contain;
}
.point::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 99vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: rgba(11, 152, 175, 0.05) url(../img/dots.png) repeat center center/cover;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .point {
    background: url(../img/about-bottom-sp.png);
    padding-top: 23px;
    padding-bottom: 64px;
  }
  .point::before {
    top: -1vw;
    height: 18.666vw;
  }
}

.point__ttl {
  position: relative;
  z-index: 5;
  font-weight: 700;
  color: #0b98af;
  font-size: 34px;
  margin-top: 43px;
}
.point__ttl .three {
  font-size: 49px;
  display: inline-block;
  margin-left: 8px;
}
.point__ttl .dots {
  font-size: 65px;
  padding-top: 0.4em;
  background-position: top 18px left -2px;
  background-repeat: repeat-x;
  background-size: 0.85em 0.3em;
  background-image: radial-gradient(0.1em 0.1em at center center, #0cc590, #0cc590 100%, transparent, transparent);
}
@media screen and (max-width: 1000px) {
  .point__ttl {
    font-size: min(4.8vw, 26px);
  }
  .point__ttl .three {
    font-size: min(9.0666666667vw, 48px);
    margin-left: 0;
    margin-top: -5px;
  }
  .point__ttl .dots {
    font-size: min(12vw, 64px);
    padding-top: 5px;
    background-position: top 7px left -2px;
  }
}

.point__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 56px;
  padding-left: 47px;
}
@media screen and (max-width: 1000px) {
  .point__tab {
    margin-top: 27px;
    padding-left: 0;
  }
}

.point__tab > label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  width: 466px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.7em 1em;
  background-color: transparent;
  border-radius: 10px;
  color: #0b98af;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 66px;
  padding-left: 60px;
  text-align: left;
}

.point__tab > label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 48px;
  height: 48px;
}

.point__tab > label:nth-child(1):after {
  background: url(../img/01-b.png) no-repeat center center/contain;
}

.point__tab > label:nth-child(2):after {
  background: url(../img/02-b.png) no-repeat center center/contain;
}

.point__tab > label:nth-child(3):after {
  background: url(../img/03-b.png) no-repeat center center/contain;
}

.point__tab > label:hover,
.point__tab label:has(:checked) {
  color: #0b98af;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point__tab label:has(:checked)::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  width: 466px;
  height: 150px;
  content: "";
  background: url(../img/point-bg.png) no-repeat center center/contain;
  -webkit-clip-path: none;
          clip-path: none;
  z-index: -1;
}

.point__tab input {
  display: none;
}

.point__tabcontents > div {
  display: none;
  width: 98%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .point__tabcontents > div {
    display: block;
    width: 100%;
  }
}

.point__tab label:first-child:has(:checked) ~ .point__tabcontents div:first-child,
.point__tab label:nth-child(2):has(:checked) ~ .point__tabcontents div:nth-child(2),
.point__tab label:nth-child(3):has(:checked) ~ .point__tabcontents div:nth-child(3) {
  display: block;
}

.point__tabcontents {
  position: absolute;
  width: calc(99% - 466px);
  right: 29px;
}
@media screen and (min-width: 1001px) {
  .point__tabcontents {
    min-height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .point__tabcontents {
    position: static;
    width: 100%;
    height: auto;
  }
}

.point__card {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0901960784);
  border-radius: 7px;
  padding: 5% 7.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .point__card {
    min-height: 360px;
  }
}
.point__card p + p,
.point__card ul + p {
  margin-top: 13px;
}
@media screen and (max-width: 1000px) {
  .point__card {
    position: relative;
    margin-top: -4px;
    padding-right: 6.5%;
    padding-left: 6.5%;
    padding-top: 51px;
    padding-bottom: 22px;
    text-align: left;
    height: auto;
  }
  .point__card::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    top: -19px;
    left: 21px;
  }
}

@media screen and (max-width: 1000px) {
  .point__card:nth-child(1)::before {
    background: url(../img/01-b.png) no-repeat center center/contain;
  }
  .point__card:nth-child(2)::before {
    background: url(../img/02-b.png) no-repeat center center/contain;
  }
  .point__card:nth-child(3)::before {
    background: url(../img/03-b.png) no-repeat center center/contain;
  }
  .point__card + .point__card {
    margin-top: 55px;
  }
}
.point__card .note {
  color: #272727;
  opacity: 0.6;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.52;
  margin-top: 14px;
}

.point__card .ttl {
  color: #0b98af;
  font-weight: 500;
  font-size: min(4.2666666667vw, 22px);
}
@media screen and (max-width: 1000px) {
  .point__card .ttl {
    margin-bottom: 0px;
  }
}

.point__card .list {
  margin-top: 16px;
}

.point__card .list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}
.point__card .list li::before {
  position: absolute;
  content: "●";
  color: #0cc590;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.point__card .list li + li {
  margin-top: 8px;
}

/*----------------------------------------------
cta
----------------------------------------------*/
.cta {
  background: url(../img/cta-bg.png) no-repeat center center/cover;
  padding-top: 62px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .cta {
    background: #0b98af;
    padding-top: 55px;
    padding-bottom: 50px;
  }
}

.cta__inner {
  display: grid;
  grid-template-columns: 63% 39%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta__inner {
    grid-template-columns: 100%;
  }
}

.cta__text {
  color: #fff;
  font-weight: 700;
}
.cta__text .text {
  font-size: 36px;
  line-height: 1.44444;
}
.cta__text .btn {
  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;
  background: #ff7337 0% 0% no-repeat padding-box;
  border-radius: 46px;
  width: 360px;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-top: 46px;
  font-size: 22px;
}
@media screen and (max-width: 1000px) {
  .cta__text .text {
    font-size: min(6.6666666667vw, 36px);
    text-align: center;
  }
  .cta__text .btn {
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 11px;
    margin-top: min(4.2666666667vw, 26px);
    font-size: min(5.0666666667vw, 28px);
  }
}

@media screen and (max-width: 1000px) {
  .cta__img {
    margin-top: min(3.7333333333vw, 24px);
    width: 67.88%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------------
schedule
----------------------------------------------*/
.schedule {
  padding-top: 164px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .schedule {
    padding-top: 60px;
    padding-bottom: 67px;
  }
}

@media screen and (max-width: 1000px) {
  .schedule .section-ttl span {
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }
  .schedule .section-ttl span::before {
    content: none;
  }
  .schedule .section-ttl span::after {
    width: 31px;
    height: 8px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background: url(../img/ttl-bottom.png) no-repeat center center/contain;
  }
}

.schedule__text {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .schedule__text {
    text-align: left;
    margin-top: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .schedule__img__inner {
    display: contents;
  }
}

.schedule__img {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .schedule__img {
    overflow: auto;
    margin-top: 40px;
  }
  .schedule__img img {
    width: auto;
    max-width: none;
    height: 465px;
  }
}

@media screen and (max-width: 1000px) {
  ::-webkit-scrollbar {
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    background-color: #e6e6e6;
  }
  ::-webkit-scrollbar-thumb {
    background: #0b98af;
    width: 80%;
  }
}
.schedule__contents {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .schedule__contents {
    margin-top: 105px;
  }
}

.schedule__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.833333%;
     -moz-column-gap: 6.833333%;
          column-gap: 6.833333%;
  row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .schedule__cards {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.schedule__card .ttl {
  font-weight: 700;
  background: #0b98af;
  color: #fff;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 22px;
}
.schedule__card .ttl span {
  display: inline-block;
  padding-left: 29px;
  position: relative;
}
.schedule__card .ttl span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1000px) {
  .schedule__card .ttl {
    font-size: min(4.8vw, 26px);
  }
  .schedule__card .ttl span {
    line-height: 1.5;
    padding-left: 35px;
  }
  .schedule__card .ttl span::before {
    top: 0.75em;
  }
}

.schedule__card:nth-child(1) .ttl span::before {
  background: url(../img/01.png) no-repeat center center/contain;
}

.schedule__card:nth-child(2) .ttl span::before {
  background: url(../img/02.png) no-repeat center center/contain;
}

.schedule__card:nth-child(3) .ttl span::before {
  background: url(../img/03.png) no-repeat center center/contain;
}

.schedule__card:nth-child(4) .ttl span::before {
  background: url(../img/04.png) no-repeat center center/contain;
}

.schedule__card img {
  margin-top: 21px;
}

.schedule__card .text {
  margin-top: 7px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .schedule__card .text {
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
}

.schedule__note {
  color: #0b98af;
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
  margin-top: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .schedule__note {
    margin-top: 49px;
    text-align: left;
  }
}

/*----------------------------------------------
service
----------------------------------------------*/
.service {
  background: rgba(112, 112, 112, 0.05) url(../img/dots.png) repeat;
  padding-top: 175px;
  padding-bottom: 146px;
}
@media screen and (max-width: 1000px) {
  .service {
    padding-top: 64px;
    padding-bottom: 73px;
  }
}

.service__ttl {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #0b98af;
}
.service__ttl img {
  width: 310px;
  margin-right: 15px;
}
.service__ttl strong {
  font-weight: 700;
  font-size: 60px;
}
@media screen and (max-width: 1000px) {
  .service__ttl {
    font-size: min(4.5333333333vw, 36px);
  }
  .service__ttl img {
    width: 50.6666666667vw;
  }
  .service__ttl strong {
    font-size: min(9.6vw, 52px);
  }
}

.service__ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4.916666%;
     -moz-column-gap: 4.916666%;
          column-gap: 4.916666%;
  row-gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .service__cards {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 23px;
    margin-top: 30px;
  }
}

.service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service__card .ttl {
  font-weight: 700;
  font-size: clamp(15px, 1.25vw, 18px);
  background: #0b98af;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 17px 1.0625vw;
  letter-spacing: 0.02em;
  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;
}
@media screen and (max-width: 1000px) {
  .service__card .ttl {
    font-size: 18px;
  }
}

.service__card .text {
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  padding: 15px 17px 28px;
  color: #000;
  line-height: 1.7813;
  margin-top: -5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------------
case
----------------------------------------------*/
.case {
  background: url(../img/case-bg.png) repeat;
  padding-top: 134px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1000px) {
  .case {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 81px;
  }
}

.ttl-wrapper {
  position: relative;
}

.ttl-wrapper .to-archive {
  position: absolute;
  right: 0;
  bottom: 6px;
}

.to-archive {
  padding-right: 48px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.to-archive::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/more-b.png) no-repeat center center/contain;
}

.more-sp {
  text-align: center;
  margin-top: 39px;
}

.case__swiper-wrapper {
  margin-top: 53px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .case__swiper-wrapper {
    padding-bottom: 47px;
    margin-top: 42px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #0cc590;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

/*----------------------------------------------
cta2
----------------------------------------------*/
.cta2 {
  padding-top: 100px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .cta2 {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}

.cta2__inner {
  position: relative;
  padding: 88px 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cta2__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 65.4%;
  width: 100%;
  background: url(../img/cta2-bg.png) center center/cover;
  z-index: -1;
  border-radius: 28px;
}
@media screen and (max-width: 1000px) {
  .cta2__inner {
    padding: 49px 35px 0px 35px;
  }
  .cta2__inner::before {
    height: 100%;
    border-radius: 12px;
  }
}

.cta2__ttl {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #fff;
  line-height: 1.4523;
}
@media screen and (max-width: 1000px) {
  .cta2__ttl {
    font-size: min(5.8666666667vw, 32px);
  }
}

.cta2__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin-top: 54px;
}
@media screen and (max-width: 1000px) {
  .cta2__contents {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
    margin-top: 48px;
  }
}

.cta2__item .ttl {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .cta2__item .ttl {
    font-size: min(4.8vw, 26px);
    min-height: auto;
  }
}

.cta2__item .img {
  margin-top: 19px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .cta2__item .img {
    margin-top: 14px;
    width: 94%;
  }
}

.cta2__item .btn {
  background: #ff7337 0% 0% no-repeat padding-box;
  border-radius: 33px;
  color: #ffffff;
  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;
  font-size: 20px;
  padding: 10px;
  width: 272px;
  margin-inline: auto;
  font-weight: 700;
  margin-top: 9px;
}
@media screen and (max-width: 1000px) {
  .cta2__item .btn {
    position: relative;
    top: -39px;
    left: -11px;
    width: 77%;
  }
}

/*----------------------------------------------
qa
----------------------------------------------*/
.qa {
  background: #fafafa;
  padding-top: 100px;
  background-attachment: fixed;
  padding-bottom: 185px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .qa {
    padding-top: 64px;
    padding-bottom: 97px;
  }
}

.qa__box {
  margin-top: 46px;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .qa__box {
    width: 100%;
    margin-top: 44px;
  }
}

.qa__item {
  background: #fff;
  padding: 30px 35px 30px 29px;
  border-radius: 52px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0823529412);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0823529412);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.qa__item:nth-child(n+2) {
  margin-top: 21px;
}
@media screen and (max-width: 1000px) {
  .qa__item {
    padding: 16px 15px 19px 6px;
    border-radius: 8px;
  }
  .qa__item:nth-child(n+2) {
    margin-top: 13px;
  }
}

.qa__item.is-open {
  border: 1px solid #0b98af;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 25px;
}
@media screen and (max-width: 1000px) {
  .qa__item.is-open {
    border-radius: 8px;
  }
}

.item__q {
  padding-left: 67px;
  padding-right: 63px;
  position: relative;
  font-weight: bold;
  color: #0b98af;
  font-size: 22px;
  line-height: 1.45;
  cursor: pointer;
}
.item__q:before {
  position: absolute;
  top: 0.525em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "Q";
  left: 5px;
  line-height: 1;
  color: #0b98af;
  font-size: 34px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .item__q {
    font-size: min(4.2666666667vw, 24px);
    padding-left: 37px;
    padding-right: 22px;
  }
  .item__q:before {
    top: 0.625em;
    font-size: min(5.3333333333vw, 26px);
  }
}

.open-btn {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #0b98af;
}
.open-btn::after {
  content: "";
  position: absolute;
  right: 50%;
  top: -11px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 2px;
  height: 24px;
  background: #0b98af;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.open-btn.is-open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 11px;
  top: -11px;
}
@media screen and (max-width: 1000px) {
  .open-btn {
    width: 13px;
  }
  .open-btn::after {
    height: 13px;
    top: -5px;
  }
  .open-btn.is-open::after {
    right: 6px;
    top: -6px;
  }
}

.item__a {
  margin-top: 32px;
  padding: 11px 63px;
  line-height: 2.125;
  letter-spacing: 0.05em;
  display: none;
}
.item__a.is-open {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .item__a {
    font-size: min(4.2666666667vw, 24px);
    margin-top: 5px;
    padding: 11px 20px;
  }
}

/*----------------------------------------------
document
----------------------------------------------*/
.document {
  padding-top: 121px;
  padding-bottom: 194px;
}
@media screen and (max-width: 1000px) {
  .document {
    padding-top: 63px;
    padding-bottom: 85px;
  }
}

.document .to-archive {
  color: #0b98af;
}

.document__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
  margin-top: 54px;
}
@media screen and (max-width: 1000px) {
  .document__contents {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 16px;
    margin-top: 30px;
  }
}

.document__card {
  border-radius: 8px;
  border: 4px solid #0b98af;
  padding-bottom: 42px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .document__card {
    padding-bottom: 37px;
  }
}

.document__card .img img {
  width: 100%;
}

.document__card .ttl {
  padding-left: 18px;
  padding-right: 18px;
  color: #0b98af;
  font-size: 18px;
  font-weight: 500;
  margin-top: 19px;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .document__card .ttl {
    font-size: min(4.8vw, 24px);
  }
}

.document__card .text {
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .document__card .text {
    margin-top: 13px;
  }
}

.document__card .btn {
  background: #ff7337 0% 0% no-repeat padding-box;
  border-radius: 33px;
  color: #ffffff;
  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;
  font-size: 20px;
  padding: 10px;
  width: 76%;
  margin-inline: auto;
  font-weight: 700;
  margin-top: 21px;
}

@media screen and (max-width: 1000px) {
  .document .more-sp {
    margin-top: 57px;
  }
}

/*----------------------------------------------
footer
----------------------------------------------*/
.footer {
  background: #191414;
  color: #fff;
  padding: 60px 160px 223px 160px;
}

.footer__sectionTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__sectionLogo {
  width: 240px;
  height: 49px;
  background: url(../img/logo_white.svg) no-repeat center;
}

.footer__sectionLink {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
}

.footer__sectionLink:not(:first-of-type) {
  margin-left: 40px;
}

.footer__contactInfo {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__contractInfoIcon {
  min-width: 40px;
  min-height: 40px;
}

.footer__telAndReceptionHours {
  height: 55px;
  margin-left: 12px;
}

.footer__tel {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.08em;
}

.footer__receptionHours {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.footer__linkLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-top: 60px;
}

.footer .footer__linkList--notLink:not(:first-of-type),
.footer .footer__linkList:not(:first-of-type) {
  margin-left: 60px;
}

.footer .footer__linkTitle--notLink,
.footer .footer__linkTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.footer__linkTitle {
  text-decoration-line: underline;
}

.footer__linkTitle--notLink {
  opacity: 0.7;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__link:not(:first-of-type) {
  margin-top: 16px;
}

.footer__link:before {
  content: "";
  background: #fff;
  display: block;
  width: 6px;
  height: 1px;
  margin-right: 12px;
}

.footer__line {
  border-top: 1px solid #fff;
  opacity: 0.1;
}

.footer__line.u-top60 {
  margin-top: 60px;
}

.footer__line.u-top40 {
  margin-top: 40px;
}

.footer__line.u-bottom20 {
  padding-bottom: 20px;
}

.footer__line.u-bottom25 {
  padding-bottom: 25px;
}

.footer__line.u-bottom40 {
  padding-bottom: 40px;
}

.footer__marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__mark {
  background: #fff;
  border-radius: 4px;
  height: 66px;
  background-repeat: no-repeat;
}

.footer__mark:not(:first-of-type) {
  margin-left: 12px;
}

.footer__mark.u-privacy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  background-image: url(../img/privacy_mark.svg);
  background-position: center;
}

.footer__mark.u-sgsIsms {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  background-image: url(../img/sgs_mark.svg), url(../img/isms_mark.svg);
  background-position: center left 11px, center right 16px;
}

.footer__mark.u-jiima {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  background-image: url(../img/jiima_mark.svg), url(../img/jiima_mark2.svg);
  background-position: top 8px left 8px, top 8px right 10px;
}

.footer__markDescription {
  font-weight: 400;
  font-size: 11px;
  line-height: 200%;
  letter-spacing: 0.1em;
  margin-left: 40px;
}

.footer__copyrightAndLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 66px;
}

.footer__copyright {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.footer__copyrightWithLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
}

.footer__copyrightWithLink {
  margin-left: 28px;
}

.footer__pageTop {
  margin-left: 80px;
}

.spFooter {
  background: #191414;
  color: #fff;
  padding: 20px 24px 80px;
}

.spFooter__accordionLinkTitle {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(233, 242, 240, 0.3);
}

.spFooter__accordionLinkTitle:last-of-type {
  border-bottom: 3px solid rgba(233, 242, 240, 0.3);
}

.spFooter__sectionLogo {
  width: 200px;
  height: 41px;
  background: url(../img/logo_white.svg) no-repeat center;
  background-size: contain;
  margin-top: 40px;
}

.spFooter__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 35px;
}

.spFooter__link {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
}

.spFooter__link:not(:first-of-type) {
  margin-top: 24px;
}

.spFooter__link:before {
  content: url(../img/icon_spFooter_link_white.svg);
  width: 6px;
  height: 9px;
  margin-right: 10px;
}

.spFooter__companyOutlineLink {
  display: block;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  margin-top: 24px;
  margin-left: 16px;
}

.spFooter__companyOutlineLink:after {
  content: url(../img/icon_spFooter_anchor_white.svg);
  width: 13px;
  height: 13px;
  margin-left: 8px;
}

.spFooter__contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.spFooter__contractInfoIcon {
  min-width: 36px;
  min-height: 36px;
}

.spFooter__telAndReceptionHours {
  margin-left: 5px;
}

.spFooter__tel {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.08em;
}

.spFooter__receptionHours {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.spFooter__marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.spFooter__mark {
  background: #fff;
  border-radius: 4px;
  height: 62px;
  background-repeat: no-repeat;
}

.spFooter__mark:not(:first-of-type) {
  margin-left: 8px;
}

.spFooter__mark.u-privacy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  background-image: url(../img/privacy_mark.svg);
  background-position: center;
  background-size: 49px 50px;
}

.spFooter__mark.u-sgsIsms {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  background-image: url(../img/sgs_mark.svg), url(../img/isms_mark.svg);
  background-position: center left 7px, center right 12px;
  background-size: 43px 42px, 32px 43px;
}

.spFooter__mark.u-jiima {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  background-image: url(../img/jiima_mark.svg), url(../img/jiima_mark2.svg);
  background-position: top 8px left 8px, top 8px right 7px;
  background-size: 46px 46px, 46px 41px;
}

.spFooter__markDescription {
  font-weight: 400;
  font-size: 11px;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.spFooter__copyright {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 60px;
  text-align: center;
}

.button.u-32 {
  padding: 32px 30px 32px 24px;
  max-height: 82px;
}

.caseStudyWithSlideShow__showDetail {
  width: 380px;
}

@media screen and (min-width: 769px) {
  .caseStudyWithSlideShow__showDetail {
    margin: 30px auto 0 auto;
  }
}
i.icon-home {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-home-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.sp-menu__inner .more::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  right: 12px;
  background-image: url(../img/icon-more-white.svg);
}

.sp-menu__inner .more.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}