@charset "UTF-8";
/* CSS Document */


html {
  scrollbar-gutter: stable;
  background-color: #333;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #333;
  background: #1D539F;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  position: relative;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}
a:hover {
  opacity: .7;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img {
  pointer-events: none;
}
input, textarea, select, button, label {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
button {
  background: none;
  cursor: pointer;
}
#wrap {
  position: relative;
  z-index: 1;
  background: #fff;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}


/* header
-----------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
header .logo {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  header {
    height: 60px;
    padding: 0 20px;
  }
  header .logo {
    max-width: 200px;
  }
}


/* main
-----------------------------------------------*/
main {
  overflow: clip;
}
section {}
section .inner {
  margin: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto 200px;
}
@media only screen and (max-width: 767px) {
  section .inner {
    margin: 0 auto 100px;
  }
}


/* kv
-----------------------------------------------*/
#kv {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #AEE0F0;
  background-image: url("../img/bgi-kv.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 756px;
  background-size: 100% 100%;
  background-position: center;
}
#kv .inner {
  position: relative;
  max-width: 1440px;
  padding: 180px 90px 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#kv .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bgi-kv-item.png");
  background-size: cover;
}
#kv .txt h1 {
  font-size: 64px;
  line-height: 1.5;
  color: #F26161;
  font-weight: 500;
  margin-bottom: 22px;
  margin-left: -10px;
  font-feature-settings: "palt"1;
}
#kv .txt p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
#kv .txt .img {
  max-width: 624px;
}
#kv .txt .img img {
  margin: 0 0 0 auto;
  max-width: 191px;
}
#kv .txt-inner {
  align-items: flex-end;
}
#kv .txt-inner img {
  max-width: 325px;
}
#kv .txt-inner p {
  font-size: 12px;
  margin-top: 24px;
  line-height: 1.5;
}
#kv .txt-inner p span {
  line-height: 1.7;
  font-weight: bold;
}
#kv .caption {
  position: absolute;
  right: 75px;
  bottom: 70px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
}
#kv .caption span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
#kv .bnr {
  position: absolute;
  right: 40px;
  bottom: 0;
}
#kv .bnr a {
  display: block;
  width: 300px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  opacity: 1;
}
#kv .bnr a img {
  transition: opacity .2s;
  widows: 100%;
}
#kv .bnr a:hover img {
  opacity: .7;
}
@media only screen and (max-width: 1440px) {
  #kv {
    height: 52.5vw;
    background-size: auto 100%;
    background-position: center;
  }
  #kv .inner {
    padding: 13vw 7.9vw 4.0vw;
  }
  #kv .txt h1 {
    font-size: 4.58vw;
    margin-bottom: 1.53vw;
    margin-left: -0.69vw;
  }
  #kv .txt p {
    font-size: 1.67vw;
  }
  #kv .txt .img {
    max-width: 43.33vw;
  }
  #kv .txt .img img {
    max-width: 13.26vw;
  }
  #kv .txt-inner {
    gap: 3.47vw;
  }
  #kv .txt-inner img {
    max-width: 22.8vw;
  }
  #kv .txt-inner p {
    font-size: 0.83vw;
  }
  #kv .txt-inner p span {
    font-size: 0.9vw;
  }
  #kv .caption {
    right: 4.21vw;
    bottom: 4.86vw;
    font-size: 0.69vw;
  }
  #kv .caption span {
    font-size: 0.97vw;
  }
}
@media only screen and (max-width: 767px) {
  #kv {
    height: 179vw;
  }
  #kv .inner {
    padding: 18.667vw 7.4vw 5.333vw;
    max-width: 106.667vw;
  }
  #kv .inner::before {
    background-image: url("../img/bgi-kv-item-sp.png");
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: auto;
    width: 209px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 54vw;
  }
  #kv .txt h1 {
    font-size: 9.75vw;
    margin-bottom: 7.7vw;
    margin-left: 0;
    line-height: 1.2;
    margin-top: 20px;
  }
  #kv .txt p {
    font-size: 3.34vw;
    line-height: 1.8;
  }
  #kv .txt .img {
    display: none;
    max-width: 48vw;
  }
  #kv .txt .img img {
    max-width: 13.333vw;
  }
  #kv .txt-inner {
    gap: 5.333vw;
    flex-direction: column;
    align-items: flex-start;
  }
  #kv .txt-inner img {
    max-width: 41vw;
  }
  #kv .txt-inner p {
    font-size: 2.4vw;
  }
  #kv .txt-inner p span {
    font-size: 2.4vw;
  }
  #kv .caption {
    right: 4vw;
    bottom: 5.333vw;
    font-size: 2.133vw;
    color: #fff;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .4));
  }
  #kv .caption span {
    font-size: 2.933vw;
    margin-top: 0;
  }
}


/* kvmodal
-----------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  text-align: center;
  font-size: 0;
}
.modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal .inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 980px;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.modal .close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}
.modal .close span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.modal .close span::before, .modal .close span::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
}
.modal .close span::before {
  transform: rotate(-45deg);
}
.modal .close span::after {
  transform: rotate(45deg);
}
.modal .box {
  aspect-ratio: 16 / 9;
}
.modal .box iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 0 0;
  }
  .modal .inner {
    position: relative;
    border-radius: 0;
    height: auto;
    padding: 20px;
  }
  .modal .close {
    top: -26px;
    right: 20px;
  }
  .modal .close span {
    width: 36px;
    height: 36px;
  }
}


/* follow
-----------------------------------------------*/
#follow {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
#follow .button {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
#follow .button p {
  vertical-align: middle;
  font-size: 21px;
}
#follow .button .btn a {
  padding: 16px 30px;
  border-radius: 100px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
}
#follow .button .btn.btn-dl a {
  background-color: #fff;
  color: #333;
}
#follow .button .btn.btn-dl a::after {
  content: "資料ダウンロード";
}
#follow .button .btn.btn-contact a {
  background-color: #FFE648;
}
#follow .button .btn.btn-contact a::after {
  content: "お問い合わせはこちら";
}
@media only screen and (max-width: 1023px) {
  #follow .button p {
    font-size: 18px;
  }
  #follow .button .btn a {
    padding: 16px 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #follow .button {
    padding: 8px 20px;
    gap: 6px;
    align-items: center;
  }
  #follow .button p {
    font-size: 13px;
    width: 100%;
  }
  #follow .button .btn {
    flex: 1;
  }
  #follow .button .btn a {
    padding: 8px 12px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
  }
  #follow .button .btn.btn-dl a::after {
    content: "サービス資料ダウンロード";
  }
  #follow .button .btn.btn-contact a::after {
    content: "導入のご相談はこちら";
  }
  #follow .button {
    padding: 8px 12px;
  }
  #follow .button .btn a {
    padding: 8px 12px;
    min-width: 85px;
  }
  #follow .button .btn.btn-dl a::after {
    content: "サービス資料";
  }
  #follow .button .btn.btn-contact a::after {
    content: "導入のご相談";
  }
}
@media only screen and (max-width: 480px) {
  #follow .button .btn.btn-dl a::after {
    content: "サービス資料\Aダウンロード";
    white-space: pre;
  }
  #follow .button .btn.btn-contact a::after {
    content: "導入のご相談は\Aこちら";
    white-space: pre;
  }
  #follow .button .btn a {
    font-size: 14px;
  }
  #follow .button .btn.btn-dl a::after {
    content: "サービス\A資料";
  }
  #follow .button .btn.btn-contact a::after {
    content: "導入の\Aご相談";
  }
}


/* ttl
-----------------------------------------------*/
.ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.ttl p {
  font-size: 20px;
  line-height: 1.6;
}
.ttl h2 {
  font-size: 42px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .ttl p {
    font-size: 13px;
  }
  .ttl h2 {
    font-size: 24px;
  }
}


/* video
-----------------------------------------------*/
#video {
  background-color: #F8F8F8;
  position: relative;
  z-index: 1;
}
#video .inner {
  padding-top: 45px;
  padding-bottom: 180px;
}
#video .ttl {
  align-items: flex-start;
  margin-top: 43px;
}
#video .ttl p {
  margin-top: 20px;
}
#video::before, #video::after {
  position: absolute;
  content: "";
  width: 554px;
  height: 494px;
  background-color: #fff;
  z-index: -3;
}
#video::before {
  left: 0;
  top: 0;
}
#video::after {
  right: 0;
  bottom: 0;
  height: 337px;
}
#video .video {
  margin-top: 15px;
}
#video .video .img {
  width: 100%;
}
#video .video .img img {
  transform: translate(98%, -4%);
  margin: 0 auto;
}
#video .video h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-shadow:
    2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff;
}
#video .video .thumb {
  margin: 31px auto;
  position: relative;
}
#video .video .thumb::before {
  position: absolute;
  content: "";
  width: 972px;
  height: 325px;
  left: 50%;
  top: 50%;
  background-color: #F26161;
  transform: translate(-50%, -50%);
  z-index: -2;
}
#video .video .thumb .item {
  position: absolute;
  width: 585px;
  height: 1113px;
  right: -63px;
  top: -500px;
  z-index: -1;
  background-image: url(../img/img-video-bg-01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#video .video .thumb .item .item-parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 120px;
  background-image: url(../img/img-video-bg-02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#video .video .thumb .thumb-box {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  background: #304A5C;
}
#video .video .thumb .thumb-box .video-box {
  display: none;
  aspect-ratio: 16 / 9;
  width: 100%;
}
#video .video .thumb .thumb-box .video-box:first-child {
  display: block;
}
#video .video .thumb .thumb-box .video-box iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
#video .video-btn {
  margin-top: 30px;
}
#video .video-btn ul {
  display: flex;
  max-width: 532px;
  width: 100%;
  margin: 0 auto;
}
#video .video-btn ul {
  display: flex;
  max-width: 532px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #cccccc;
  padding: 3px;
}
#video .video-btn ul li {
  position: relative;
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  transition: color .1s;
}
#video .video-btn ul li.active {
  color: #fff;
}
#video .video-btn ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  z-index: -2;
  width: 1px;
  height: 8px;
  background: #cccccc;
  border-radius: 28px;
}
#video .video-btn ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F26161;
  border-radius: 28px;
  opacity: 0;
  transition: opacity .1s;
}
#video .video-btn ul li.active::before {
  opacity: 1;
}
@media only screen and (max-width: 970px) {
  #video .video .thumb .item {
    right: -233px;
  }
}
@media only screen and (max-width: 767px) {
  #video .inner {
    padding: 0 0 10px;
    margin: 0 20px 150px;
  }
  #video .video {
    margin-top: 85px;
  }
  #video .ttl {
    align-items: flex-start;
    margin-top: 95px;
  }
  #video .ttl p {
    margin-top: 13px;
  }
  #video .video .thumb {
    margin: 0px -20px 15px;
  }
  #video .video .thumb a {
    height: 180px;
  }
  #video .video .thumb::before {
    width: 700px;
    height: 100px;
  }
  #video .video .thumb .item {
    position: absolute;
    content: "";
    width: 380px;
    height: 720px;
    background-size: contain;
    right: -120px;
    top: -330px;
    z-index: -1;
  }
  #video .video .thumb .item .item-parallax {
    top: 0;
  }
  #video .video-btn {
    margin-top: 5px;
  }
  #video .video-btn ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  #video .ttl h2 {
    font-size: 26px;
  }
  #video .video h3 {
    font-size: 20px;
    padding: 12px 16px;
    background-color: #fff;
    margin-left: -20px;
    z-index: 10;
	  display: none;
  }
  #video .video .img img {
    transform: none;
    width: 110px;
    content: url("../img/img-txt-video-sp.png");
    margin-left: 0;
  }
}


/* detail
-----------------------------------------------*/
#detail {
  margin-top: -70px;
}
#detail .inner {
  padding: 0 20px;
}
#detail .ttl {
  align-items: center;
  margin-bottom: 143px;
}
#detail .ttl .img {
  width: 100%;
}
#detail .ttl .img img {
  transform: translate(-311%, 54%);
  margin: 0 auto;
}
#detail .ttl h2 {
  text-align: center;
  font-size: 50px;
}
#detail .ttl h2 .line span {
  font-size: 36px;
}
#detail .ttl h2 .line {
  border-bottom: solid 6px #F26161;
  width: fit-content;
}
#detail .col2 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 250px;
}
#detail .col2 ul li {
  display: flex;
  gap: 40px;
  max-width: 1088px;
  width: 100%;
  position: relative;
}
#detail .col2 ul li:nth-child(2n) {
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
}
#detail .col2 ul li:last-child {
  gap: 34px;
}
#detail .col2 ul li::before {
  position: absolute;
  content: "";
  width: 372px;
  height: 372px;
  left: 10px;
  top: auto;
  bottom: -32px;
  background-color: #F0F6FA;
  z-index: -3;
}
#detail .col2 ul li:nth-child(2n)::before {
  left: auto;
  right: 10px;
}
#detail .col2 ul li:nth-child(2)::before {
  bottom: -210px;
  left: auto;
  right: -280px;
  width: 554px;
  height: 554px;
}
#detail .col2 ul li:nth-child(5)::before {
  left: -20px;
  top: auto;
  bottom: 58px;
}
#detail .col2 ul li:nth-child(2n-1) .img img {
  margin: 0 0 0 auto;
}
#detail .col2 ul li .img {
  max-width: 532px;
  flex: 0 0 532px;
  width: 100%;
}
#detail .col2 ul li .txt {
  width: 100%;
  flex: 1;
  padding-top: 60px;
  position: relative;
}
#detail .col2 ul li:last-child .txt {
  width: fit-content;
}
#detail .col2 ul li:last-child .txt h3 {
  width: fit-content;
}
#detail .col2 ul li .txt::after {
  content: "";
  position: absolute;
  background-image: url("../img/img-txt-point01.svg");
  width: 205px;
  background-repeat: no-repeat;
  height: 128px;
  top: 0;
  right: -180px;
}
#detail .col2 ul li:nth-child(2n) .txt::after {
  left: -155px;
}
#detail .col2 ul li:nth-child(1) .txt::after {
  right: -170px;
}
#detail .col2 ul li:nth-child(2) .txt::after {
  background-image: url("../img/img-txt-point02.svg");
}
#detail .col2 ul li:nth-child(3) .txt::after {
  background-image: url("../img/img-txt-point03.svg");
  right: -160px;
}
#detail .col2 ul li:nth-child(4) .txt::after {
  background-image: url("../img/img-txt-point04.svg");
}
#detail .col2 ul li:nth-child(5) .txt::after {
  background-image: url("../img/img-txt-point05.svg");
}
#detail .col2 ul li .txt h3 {
  font-size: 30px;
  line-height: 1.5;
}
#detail .col2 ul li .txt h3 span {
  color: #F26161;
}
#detail .col2 h3 span {
  background: linear-gradient(transparent 60%, #FFE648 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.8s ease;
}
#detail .col2 h3 span.active {
  background-size: 100% 100%;
}
#detail .col2 ul li .txt p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 16px;
}
#detail .btn {
  position: relative;
  width: fit-content;
  height: 56px;
  padding-top: 40px;
}
#detail button {
  background-color: #F26161;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 24px;
  float: left;
  display: flex;
  gap: 10px;
  border-radius: 100px;
  transition: opacity .2s;
}
#detail button:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1300px) {
  #detail .col2 ul li .txt::after {
    right: -50px;
  }
  #detail .col2 ul li:nth-child(2n) .txt::after {
    left: -20px;
  }
}
@media only screen and (max-width: 1250px) {
  #detail .col2 ul li:nth-child(2n) .txt::after {
    left: 0px;
  }
  #detail .col2 ul li:nth-child(1) .txt::after {
    right: -40px;
  }
  #detail .col2 ul li:nth-child(3) .txt::after {
    right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  #detail .ttl h2 {
    margin: 0 40px;
  }
  #detail .ttl .img {}
  #detail .ttl .img img {
    transform: none;
    margin: 0 auto -20px 0;
  }
  #detail .col2 ul li .btn::after {
    right: -270px;
  }
}
@media only screen and (max-width: 1050px) {
  #detail .col2 ul li .img {
    flex: 1;
  }
  #detail .col2 ul li .txt::after {
    right: -50px;
    ;
  }
}
@media only screen and (max-width: 940px) {
  #detail .col2 ul li .btn::after {
    right: -240px;
  }
}
@media only screen and (max-width: 767px) {
  #detail .ttl h2 {
    margin: 0 20px;
  }
  #detail .ttl .img {
    width: 120px;
  }
  #detail .ttl .img img {
    transform: translate(-90%, 40%);
    margin: 0 auto;
  }
  #detail .col2 ul {
    display: flex;
    gap: 80px;
  }
  #detail .col2 ul li {
    gap: 20px;
    flex-direction: column;
  }
  #detail .col2 ul li::before {
    content: none;
  }
  #detail .col2 ul li:nth-child(2n) {
    flex-direction: column;
  }
  #detail .col2 ul li .img {
    max-width: 800px;
  }
  #detail .col2 ul li .img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #detail .col2 ul li:nth-child(2n-1) .img img {
    margin: 0 auto;
  }
  #detail .ttl {
    align-items: center;
    margin-bottom: 60px;
  }
  #detail .ttl h2 {
    font-size: 24px;
  }
  #detail .ttl h2 .line span {
    font-size: 18px;
  }
  #detail .ttl h2 .line {
    border-bottom: solid 3px #F26161;
    line-height: 1.5;
  }
  #detail .col2 ul li .txt {
    padding-top: 0px;
  }
  #detail .col2 ul li .txt h3 {
    font-size: 18px;
  }
  #detail .col2 ul li .txt p {
    font-size: 14px;
    max-width: none;
  }
  #detail .col2 ul li .txt::after {
    width: 150px;
    height: 64px;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    background-size: contain;
    background-position: right;
  }
  #detail .col2 ul li:nth-child(2n) .txt::after {
    right: 0;
    left: auto;
  }
  #detail .col2 ul li:nth-child(1) .txt::after {
    right: 0;
    left: auto;
  }
  #detail .col2 ul li:nth-child(3) .txt::after {
    right: 0;
  }
  #detail .col2 ul li:last-child .txt {
    width: 100%;
  }
  #detail .col2 ul li:last-child .txt h3 {
    width: 100%;
  }
  #detail .col2 ul li .btn {
    margin: 0 auto 0;
    padding-top: 20px;
  }
  #detail .col2 ul li:nth-child(4) .btn {
    padding-top: 20px;
  }
  #detail .col2 ul li .btn::after {
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: center;
  }
  #detail .col2 ul li .btn::after {
    top: auto;
    bottom: 20px !important;
    right: auto;
    left: 0;
  }
  #detail button {
    font-size: 14px;
  }
}


/* modal
-----------------------------------------------*/
body.modal-hidden {
  overflow-y: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.modal-scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  width: 100%;
  padding: 20px;
}
.modal-scroll::-webkit-scrollbar {
  display: none;
}
.modal-inner {
  position: relative;
  max-width: 1236px;
  padding: 0 60px;
  margin: 0 auto;
  pointer-events: auto;
}
.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal-content {
  background: #fff;
  padding: 78px 80px 48px;
  border-radius: 8px;
  z-index: 1;
}
.modal-content h2 {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
.modal-content .img {
  text-align: center;
  width: 100%;
  margin: 24px 0 4px;
  padding: 20px 0;
  background-color: #F2F2F2;
}
.modal-content .img img {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}
.modal-content h3 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-top: 14px;
}
.modal-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 18px;
  text-align: left;
}
.modal-content p.note {
  font-size: 13px;
}
.modal-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -8px;
  width: 56px;
  height: 2px;
  background-color: #fff;
}
.modal-close::before {
  transform: translateY(-50%) rotate(45deg);
}
.modal-close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.modal-close-btn {
  background-color: #F26161;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 24px;
  display: flex;
  border-radius: 100px;
  transition: opacity .2s;
  position: static;
  width: 200px;
  margin: 40px auto 0;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    padding: 30px 20px 20px;
  }
  .modal-inner {
    padding: 0;
  }
  .modal-close {
    display: none;
  }
  .modal-content h2 {
    font-size: 22px;
  }
  .modal-content .img {
    margin: 24px 0 4px;
  }
  .modal-content h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 14px;
  }
  .modal-content p {
    margin-top: 18px;
  }
  .modal-close-btn {
    font-size: 14px;
  }
}


/* contact
-----------------------------------------------*/
#contact .inner {
  z-index: 3;
  margin: 0 auto;
  padding: 0 0px;
  max-width: none;
  position: relative;
}
#contact .inner .ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#contact .contact {
  background-color: #F26161;
  width: 100%;
  padding: 80px 40px 64px;
}
#contact .contact {
  position: relative;
}
#contact .contact::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid #fff;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  z-index: 2;
}
#contact .col2 {
  display: flex;
  gap: 40px;
  justify-content: center;
}
#contact .col {
  padding: 32px 44px 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#contact .col p {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 24px;
}
#contact .col > p {
  min-height: 57px;
}
#contact .telcol {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .telcol h3 {
  font-size: 29px;
  margin-right: 40px;
}
#contact .telcol .tel-txt {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
}
#contact .telcol .tel-link {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.7;
  margin-top: 16px;
}
#contact .telcol .tel-link a {
  text-align: center;
}
#contact .telcol .tel-link a {
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#contact .telcol .tel-link img {
  width: 57px;
}
#contact .telcol .tel-note {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}
#contact .col2 .btn a {
  background-color: #fff;
  padding: 22px 30px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 22px;
  width: 324px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#contact .col2 .btn:last-child a {
  background-color: #FFE648;
}
#contact .col2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1300px) {
  #contact .col2 {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 24px;
    width: 100%;
  }
  #contact .col2 .btn {
    margin: 0 auto;
    width: 100%;
  }
  #contact .col2 .btn a {
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner {
    padding: 0;
  }
  #contact .inner::before {
    content: none;
  }
  #contact .inner::after {
    content: none;
  }
  #contact .telcol .tel-txt {
    font-size: 15px;
  }
  #contact .telcol .tel-link {
    font-size: 32px;
    margin-top: 12px;
  }
  #contact .telcol .tel-link img {
    width: 40px;
  }
  #contact .contact {
    padding: 50px 20px 50px;
  }
  #contact .col {
    padding: 30px 0 0;
  }
  #contact .col2 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }
  #contact .col2 .btn a {
    font-size: 14px;
    padding: 17px 15px;
    max-width: 100%;
    gap: 5px;
  }
  #contact .col2 .btn a img {
    width: 16px;
  }
  #contact .telcol .tel-txt {
    text-align: left;
  }
  #contact .telcol {
    justify-content: flex-start;
  }
  #contact .telcol .tel-link a {
    font-size: 28px;
    text-align: left;
    margin-bottom: 10px;
  }
  #contact .telcol .tel-note {
    font-size: 11px;
    text-align: left;
  }
}


/* contact-01
-----------------------------------------------*/
#contact.contact-01 {
  padding: 0 0 397px;
}
#contact.contact-01::before {
  inset: -40px 0 0 0;
}
#contact.contact-01 .ttl .space {
  margin: 0 3px;
}
#contact.contact-01 .ttl .img {
  width: 100%;
}
#contact.contact-01 .ttl .img img {
  transform: translate(76%, 59%);
  margin: 0 auto 0 0;
}
#contact.contact-01 .contact {
  margin-top: 20px;
  position: relative;
}
#contact.contact-01 .contact-inner::after {
  content: "";
  position: absolute;
  background-image: url("../img/img-info-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-size: contain;
  width: 272px;
  top: -310px;
  left: calc(50% + -676px);
  background-position: left;
  z-index: 2;
  aspect-ratio: 272 / 856;
}
#contact.contact-01 .inner-2 {
  position: relative;
}
#contact.contact-01 .inner-2::before {
  content: "";
  position: absolute;
  background-color: #F0F6FA;
  width: 554px;
  height: 554px;
  bottom: -494px;
  left: -201px;
  z-index: -2;
}
#contact.contact-01 .inner-2::after {
  content: "";
  position: absolute;
  background-color: #F0F6FA;
  width: 554px;
  height: 554px;
  bottom: 170px;
  right: -201px;
  z-index: -2;
}
#contact.contact-01 .inner .ttl {
  z-index: 10;
}
#contact.contact-01 .inner .ttl h2 .span1 {
  text-align: center;
  font-size: 44px;
  line-height: 1.4;
  display: block;
}
#contact.contact-01 .inner .ttl h2 .span1:first-child {
  margin-bottom: -50px;
}
#contact.contact-01 .inner .ttl h2 .span1 span {
  display: inline-block;
  border-bottom: solid 6px #F26161;
}
#contact.contact-01 .inner .ttl h2 .span1 span.small {
  border-bottom: none;
  font-size: 28px;
}
#contact.contact-01 .inner .ttl h2 .span2 {
  font-size: 64px;
  line-height: 1.6;
  letter-spacing: -0.06em;
}
#contact.contact-01 .inner .ttl h2 .span2 span {
  font-size: 36px;
}
#contact.contact-01 .inner::after {
  right: -61px;
}
#contact.contact-01 .inner::before, #contact.contact-01 .inner::after {
  content: none;
}
@media only screen and (max-width: 1300px) {
  #contact.contact-01 .contact {
    margin-top: 40px;
  }
  #contact.contact-01 .contact-inner::after {
    width: 180px;
    top: -50px;
    left: calc(50% + -400px);
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  #contact.contact-01 {
    padding: 0 0 100px;
  }
  #contact.contact-01 .contact {
    padding: 65px 10px;
  }
  #contact.contact-01 .ttl .img img {
    transform: translate(60%, 59%);
    width: 110px;
  }
  #contact.contact-01 .inner .ttl h2 .span1 {
    font-size: 26px;
  }
  #contact.contact-01 .inner .ttl h2 .span1:first-child {
    margin-bottom: -30px;
  }
  #contact.contact-01 .inner .ttl h2 .span1 span.small {
    font-size: 16px;
  }
  #contact.contact-01 .inner .ttl h2 .span2 {
    font-size: 30px;
  }
  #contact.contact-01 .inner .ttl h2 .span2 span {
    font-size: 20px;
  }
  #contact.contact-01 .ttl .space {
    margin: 0 1px;
  }
  #contact.contact-01 .contact {
    margin-top: 36px;
  }
  #contact.contact-01 .contact-inner {
    margin: 0 auto;
    max-width: 300px;
  }
  #contact.contact-01 .contact-inner-2 {}
  #contact.contact-01 .inner-2::before {
    content: none;
  }
  #contact.contact-01 .inner-2::after {
    content: none;
  }
  #contact.contact-01 .col2 {
    gap: 25px;
  }
  #contact.contact-01 .col {
    justify-content: center;
  }
  #contact.contact-01 .telcol .tel-link a {
    font-size: 31px;
    margin: 0 -6px;
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  #contact.contact-01 .contact-inner-2 {
    max-width: 400px;
  }
  #contact.contact-01 .contact-inner {
    position: relative;
    max-width: 400px;
    margin: 0 0 0 auto;
    padding-left: 140px;
  }
  #contact.contact-01 .contact-inner::after {
    content: none;
  }
  #contact.contact-01 {
    position: relative;
  }
  #contact.contact-01::after {
    content: "";
    position: absolute;
    background-image: url("../img/img-info-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    background-position: left;
    z-index: 20;
    aspect-ratio: 272 / 856;
    width: 213px;
    right: auto;
    left: 5px;
    top: 180px;
    height: 499px;
  }
  #contact.contact-01 .col2 {
    gap: 25px;
    width: fit-content;
    margin: 0 auto;
  }
  #contact.contact-01 .telcol .tel-link a {
    text-align: left;
  }
  #contact.contact-01 .telcol .tel-note {
    text-align: left;
    margin: 8px -6px 0;
  }
}
@media only screen and (max-width: 400px) {
  #contact.contact-01 .contact-inner {
    max-width: 335px;
  }
}


/* contact-02
-----------------------------------------------*/
#contact.contact-02 .inner > h3 {
  color: #333;
  margin: 138px auto 35px;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  width: fit-content;
}
#contact.contact-02 .inner > h3::before, #contact.contact-02 .inner > h3::after {
  content: "";
  position: absolute;
  top: 60%;
  width: 34px;
  border-top: 2px solid #333;
}
#contact.contact-02 .inner > h3::before {
  left: -40px;
  transform: translateY(-50%) rotate(65deg);
}
#contact.contact-02 .inner > h3::after {
  transform: translateY(-50%) rotate(-65deg);
  right: -40px;
}
#contact.contact-02 .inner-2 {
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #contact.contact-02 .contact-inner::before {
    left: calc(50% + 160px);
  }
}
@media only screen and (max-width: 767px) {
  #contact.contact-02 .inner > h3 {
    font-size: 24px;
    margin: 60px auto 35px;
  }
  #contact.contact-02 .contact-inner {
    position: relative;
    max-width: 335px;
    margin: 0 auto;
    padding-right: 0;
  }
  #contact.contact-02 .inner-2::after {
    width: 145px;
    height: 179px;
    bottom: 0;
    right: 10px;
  }
  #contact.contact-02 .col2 .btn a {
    font-size: 17px;
    padding: 18px 15px;
  }
  #contact.contact-02 .telcol .tel-txt {
    font-size: 17px;
  }
  #contact.contact-02 .telcol .tel-link a {
    font-size: 38px;
    text-align: center;
  }
  #contact.contact-02 .inner {
    padding: 0;
  }
  #contact.contact-02 .contact-inner > h3 {
    margin: 0 auto;
    font-size: 20px;
  }
  #contact.contact-02 .col2 {
    display: flex;
    gap: 25px;
    flex-direction: column;
    width: 260px;
    margin: 20px auto 0;
  }
}


/* contact-03
-----------------------------------------------*/
#contact.contact-03 {
  position: relative;
  background-color: #F26161;
  padding: 0 40px 97px;
}
#contact.contact-03 .bg {
  position: absolute;
  left: 60px;
  top: 60px;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  background: #F26161;
}
#contact.contact-03 .inner {
  max-width: 780px;
  position: relative;
  z-index: 1;
}
#contact.contact-03 .inner-2 {
  max-width: 800px;
  margin: 0 auto;
}
#contact.contact-03 .telcol::after {
  content: none;
}
#contact.contact-03 .contact {
  background-color: none;
  padding: 113px 0 0;
}
#contact.contact-03 .contact-inner {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
#contact.contact-03 .contact > h3 {
  position: relative;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  width: max-content;
  padding: 0 40px;
  margin: 0 auto;
}
#contact.contact-03 .contact > h3::before, #contact.contact-03 .contact > h3::after {
  content: "";
  position: absolute;
  top: 60%;
  width: 35px;
  border-top: 2px solid #FFE648;
}
#contact.contact-03 .contact > h3::before {
  left: 0;
  transform: translateY(-50%) rotate(65deg);
}
#contact.contact-03 .contact > h3::after {
  transform: translateY(-50%) rotate(-65deg);
}
#contact.contact-03 .col2 {
  display: flex;
  gap: 25px;
  flex-direction: column;
  width: fit-content;
  margin: 110px 0 0 0;
}
#contact.contact-03 .telcol .tel-txt {}
#contact.contact-03 .telcol {
  justify-content: flex-start;
  margin: 0;
}
#contact.contact-03 .telcol .tel-link a {}
#contact.contact-03 .col {
  padding: 17px 0 0;
}
#contact.contact-03::after {
  content: "";
  position: absolute;
  background-image: url("../img/img-info-foot.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 373 / 606;
  width: 395px;
  height: 514px;
  bottom: 0px;
  left: 50%;
  transform: translate(8%, 0%);
  z-index: 4;
}
#contact.contact-03 .col2 .btn:first-child a {
  background-color: #FFE648;
}
#contact.contact-03 .col2 .btn:last-child a {
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  #contact.contact-03 .bg {
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  #contact.contact-03 .contact {
    padding: 40px 0 0;
  }
  #contact.contact-03 .inner-2::before {
    width: 200px;
    top: 140px;
    left: -80px;
  }
  #contact.contact-03 .inner-2::after {
    width: 300px;
    right: -140px;
  }
}
@media only screen and (max-width: 767px) {
  #contact.contact-03 {
    position: relative;
    background-color: #F26161;
    padding: 0px 15px 280px;
  }
  #contact.contact-03::after {
    background-size: cover;
    background-position: top;
    aspect-ratio: 373 / 606;
    width: 233px;
    height: 256px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 4;
  }
  #contact.contact-03 .bg {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  #contact.contact-03 .contact > h3 {
    font-size: 22px;
    text-align: center;
  }
  #contact.contact-03 .inner::before, #contact.contact-03 .inner::after {
    width: 40px;
    height: 40px;
  }
  #contact.contact-03 .inner-2::before {
    display: none;
  }
  #contact.contact-03 .col2 .btn a {
    font-size: 17px;
    padding: 18px 15px;
  }
  #contact.contact-03 .col {
    padding: 32px 0 0;
  }
  #contact.contact-03 .contact {
    padding: 80px 0 0;
  }
  #contact.contact-03 .contact-inner {
    width: auto;
  }
  #contact.contact-03 .telcol .tel-txt {
    font-size: 17px;
  }
  #contact.contact-03 .telcol .tel-link a {
    font-size: 38px;
    text-align: center;
  }
  #contact .telcol .tel-note {
    font-size: 12px;
    text-align: center;
  }
  #contact.contact-03 .inner {
    padding: 0;
  }
  #contact.contact-03 .inner-2 {
    position: relative;
    max-width: 355px;
    margin: 0 auto;
    padding: 0;
  }
  #contact.contact-03 .inner-2::after {
    width: 170px;
    right: -30px;
    bottom: -80px;
  }
  #contact.contact-03 .contact-inner > h3 {
    margin: 0 auto;
    font-size: 20px;
  }
  #contact.contact-03 .col2 {
    width: 260px;
    margin: 50px auto 0;
  }
}


/* achievements
-----------------------------------------------*/
#achievements {
  text-align: center;
  z-index: 5;
  position: relative;
}
#achievements .ttl h2 {
  font-size: 48px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: keep-all;
}
#achievements h4 {
  font-size: 40px;
  color: #fff;
  background-color: #F26161;
  line-height: 1.4;
  padding: 24px 40px;
  font-weight: 400;
  display: inline-block;
  margin: 24px auto 27px;
  position: relative;
}
#achievements h4::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 19px solid #F26161;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
#achievements .border {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto;
}
#achievements .border h3 {
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
}
#achievements .border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url("../img/img-dot.svg") repeat-x;
}
#achievements .border h3 span {
  font-size: 64px;
  font-weight: 900;
}
#achievements .border h3::before, #achievements .border h3::after {
  content: '';
  position: absolute;
  background-image: url("../img/img-particle.svg");
  width: 30px;
  height: 30px;
  bottom: -3px;
  left: -36px;
  background-repeat: no-repeat;
  background-size: contain;
}
#achievements .border h3::after {
  bottom: auto;
  left: auto;
  top: 5px;
  right: -36px;
}
#achievements .border h3 span.toppa {
  font-size: 50px;
  font-weight: bold;
}
#achievements .img {
  max-width: 1000px;
  margin: 24px auto 0;
}
#achievements p.note {
  text-align: right;
  font-size: 14px;
  max-width: 834px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #achievements .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #achievements .ttl h2 {
    font-size: 24px;
  }
  #achievements h4 {
    font-size: 20px;
    padding: 16px 30px;
  }
  #achievements .border h3 {
    font-size: 3.2vw;
  }
  #achievements .border h3 span {
    font-size: 7.47vw;
  }
  #achievements .border h3 span.toppa {
    font-size: 6.4vw;
  }
  #achievements .border h3::before, #achievements .border h3::after {
    transform: scale(.8);
  }
  #achievements .img {
    margin: 40px auto 0;
  }
  #achievements p.note {
    font-size: 12px;
  }
}


/* voice
-----------------------------------------------*/
#voice {
  padding-bottom: 115px;
}
#voice .inner {
  margin-bottom: 0;
}
#voice .ttl h2 {
  position: relative;
  width: 100%;
  font-size: 40px;
  text-align: center;
  white-space: pre-wrap;
  word-break: keep-all;
}
#voice .ttl h2::after {
  content: "VOICE";
  font-family: "Hiragino Kaku Gothic Pro";
  position: absolute;
  font-size: 160px;
  line-height: 1.2;
  right: 0px;
  bottom: -10px;
  color: #F26161;
  opacity: 0.1;
  font-weight: 400;
}
#voice .ttl .img {
  max-width: 773px;
  margin: 35px auto 0;
}
#voice .col3 {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 57px;
}
#voice .col3 .col {
  width: calc(33.333% - 38px);
}
#voice .col3 .col .img img {
  width: 100%;
}
#voice .col3 .col .voiceDetail {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  align-items: center;
}
#voice .col3 .col .voiceDetail p.tennant {
  font-size: 12px;
  line-height: 1.2;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #FBDBDB;
  width: auto;
}
#voice .col3 .col .voiceDetail p.tennant span {
  font-weight: bold;
}
#voice .col3 .col h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 12px;
  position: relative;
}
#voice .col3 .col .txt > p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 14px;
}
@media only screen and (max-width: 1024px) {
  #voice .col3 .col {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  #voice {
    padding-bottom: 60px;
  }
  #voice .ttl h2 {
    font-size: 24px;
  }
  #voice .ttl h2::after {
    font-size: 80px;
    right: 5px;
    bottom: 0;
  }
  #voice .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #voice .col3 {
    display: block;
    margin-top: 30px;
  }
  #voice .col3 .col {
    width: 100%;
    padding: 0 10px;
  }
  #voice .col3 .col h3 {
    font-size: 24px;
  }
  #voice .col3 .col .voiceDetail p.tennant {
    padding: 5px 10px;
  }
}


/* steps
-----------------------------------------------*/
#steps {
  background-color: #F8F8F8;
  padding: 194px 0 190px;
}
#steps .inner {
  margin-bottom: 0;
}
#steps .ttl {
  position: relative;
}
#steps .ttl::after {
  content: "STEPS";
  font-family: "Hiragino Kaku Gothic Pro";
  position: absolute;
  font-size: 160px;
  line-height: 1.2;
  left: 5px;
  bottom: -15px;
  color: #F26161;
  opacity: 0.1;
  pointer-events: none;
}
#steps ul {
  max-width: 1200px;
  margin-top: 82px;
  display: flex;
  gap: 24px;
}
#steps ul li {
  background-color: #fff;
  width: calc(16.6% - 10px);
  padding: 90px 10px 10px 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 330px;
}
#steps ul li .step {
  position: absolute;
  left: calc(50% - 28px);
  top: -28px;
  background: #fff;
  text-align: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding-top: 8px;
}
#steps ul li .step span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
#steps ul li .step strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}
#steps ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-top: 10px solid #F26161;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 2;
}
#steps ul li p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #steps ul {
    flex-direction: column;
    gap: 24px;
    max-width: 680px;
    margin: 82px auto 0;
    padding-left: 28px;
  }
  #steps ul li {
    width: 100%;
    padding: 30px 10px 30px 40px;
    display: flex;
    gap: 16px;
    flex-direction: row;
    height: auto;
  }
  #steps ul li:not(:last-child)::after {
    right: 50%;
    top: 100%;
    transform: translateY(0) rotate(-0deg);
  }
  #steps ul li .step {
    left: -28px;
    top: calc(50% - 28px);
  }
  #steps ul li p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #steps {
    padding: 100px 0 60px;
  }
  #steps .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #steps .ttl::after {
    font-size: 80px;
    left: 5px;
    bottom: -15px;
  }
  #steps ul {
    gap: 20px;
    margin: 30px auto 0;
  }
  #steps ul li {
    padding: 20px 10px 20px 30px;
    gap: 16px;
    gap: 10px;
  }
  #steps ul li img {
    width: 70px;
  }
  #steps ul li p {
    font-size: 16px;
  }
}


/* faq
-----------------------------------------------*/
#faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 200px;
}
#faq::before {
  content: "";
  position: absolute;
  top: 580px;
  right: 0;
  z-index: -1;
  background: #F8F8F8;
  width: 100%;
  height: 100%;
}
#faq .ttl {
  position: relative;
  padding-bottom: 100px;
  padding-top: 90px;
}
#faq .ttl::after {
  content: "FAQ";
  font-family: "Hiragino Kaku Gothic Pro";
  position: absolute;
  font-size: 160px;
  line-height: 1;
  left: 0px;
  top: 0;
  color: #F26161;
  opacity: 0.1;
  pointer-events: none;
}
#faq .ttl .item {
  position: absolute;
  right: 0;
  bottom: 0;
}
#faq .inner {
  max-width: 1280px;
  margin: 0 auto 0;
}
#faq .ttl h2 {
  text-align: center;
  z-index: 2;
}
#faq ul {
  display: flex;
  gap: 64px;
  flex-direction: column;
}
#faq ul li h3 {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  background: #333;
  padding: 26px 24px 26px 64px;
  cursor: pointer;
}
#faq ul li h3::before {
  content: 'Q';
  position: absolute;
  font-size: 26px;
  transform: translateY(-50%);
  left: 24px;
  top: 50%;
  font-weight: bold;
}
#faq ul li p {
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#faq ul li p span {
  position: relative;
  display: block;
  padding: 31px 24px 31px 64px;
}
#faq ul li p span::before {
  content: 'A';
  position: absolute;
  left: 27px;
  top: 42px;
  color: #F26161;
  font-size: 26px;
  transform: translateY(-50%);
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
  #faq .ttl {
    align-items: flex-start;
    padding-left: 60px;
  }
  #faq .ttl h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 980px) {
  #faq .ttl {
    padding-left: 40px;
  }
  #faq .ttl .item {
    width: 300px;
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  #faq {
    position: relative;
    padding: 100px 0 60px;
  }
  #faq::before {
    top: 350px;
  }
  #faq .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #faq .ttl {
    position: relative;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 0;
  }
  #faq .ttl .item {
    width: 140px;
    right: -25px;
  }
  #faq .ttl::after {
    font-size: 80px;
    left: 0;
    top: -50px;
  }
  #faq ul {
    gap: 20px;
  }
  #faq ul li h3 {
    font-size: 18px;
    padding: 26px 24px 26px 64px;
  }
  #faq ul li h3::before {
    left: 24px;
  }
  #faq ul li p {
    font-size: 16px;
    padding: 31px 24px 31px 64px;
  }
  #faq ul li p span {
    padding: 0;
  }
  #faq ul li p span::before {
    left: -38px;
    top: 11px;
  }
  #faq ul li p::before {
    left: 24px;
  }
}


/* movie
-----------------------------------------------*/
#movie {
  padding-top: 300px;
}
#movie .ttl {
  position: relative;
}
#movie .ttl::after {
  content: "MOVIE";
  font-family: "Hiragino Kaku Gothic Pro";
  position: absolute;
  font-size: 160px;
  line-height: 1.2;
  right: -10px;
  bottom: 0;
  color: #F26161;
  opacity: 0.1;
  pointer-events: none;
}
#movie .thumb {
  margin: 54px auto 0;
  position: relative;
  z-index: 1;
  max-width: 902px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#movie .thumb iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
#movie .thumb::before, #movie .thumb::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
}
#movie .thumb::before {
  right: calc(100% - 90px);
  top: -60px;
}
#movie .thumb::after {
  left: calc(100% - 150px);
  top: 120px;
}
@media only screen and (max-width: 767px) {
  #movie {
    padding: 100px 0 80px;
  }
  #movie .inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
  #movie .ttl::after {
    font-size: 80px;
    left: 0;
    top: -50px;
  }
  #movie .thumb::before {
    right: calc(100% - 90px);
    top: -40px;
  }
  #movie .thumb::after {
    left: calc(100% - 150px);
    top: 40px;
  }
}


/* footer
-----------------------------------------------*/
footer {
  background: #000;
}
footer .inner {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
footer ul li {
  display: flex;
  font-size: 14px;
}
footer ul li:not(:last-child)::after {
  content: "｜";
}
footer ul li a {
  color: #fff;
  text-decoration: underline;
}
footer ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
footer .txt {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
footer .copy {
  font-size: 14px;
  margin-top: 10px;
  width: 50%;
}
footer .note {
  font-size: 12px;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer {
    flex-direction: column;
    padding: 40px 20px 20px;
  }
  footer .inner {
    justify-content: center;
    padding: 0;
    gap: 20px;
  }
  footer .txt {
    margin-top: 0px;
    gap: 10px;
    flex-direction: column;
  }
  footer .logo {
    max-width: 240px;
  }
  footer .copy {
    font-size: 10px;
    text-align: center;
    width: 100%;
  }
  footer .note {
    width: 100%;
    text-align: center;
  }
}


/* slick
-----------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 0;
}
.slick-dots li button {
  display: block;
  border: none;
  font-size: 0;
  background: #F26161;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  transition: opacity .2s;
  cursor: pointer;
  opacity: .2;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
  opacity: 1;
}