@charset "UTF-8";
/* reset.scss start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* reset.scss end*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 1.7;
  font-family: "BIZ UDGothic", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

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

a {
  color: #2D2D2D;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover, a:link, a:visited, a:active, a:focus {
  color: #2D2D2D;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.boxwrap {
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.font {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* setting.scss end*/
header .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 100;
}
header .header__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
header .header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  header .header__flex {
    display: none;
    padding: 0;
  }
}
header .header__logo {
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  header .header__logo {
    display: none;
  }
}
header .header__nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  header .header__nav > ul {
    gap: 0;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  header .header__nav > ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  header .header__nav > ul li + li {
    border-left: rgba(0, 0, 0, 0.1) 1px solid;
  }
}
header .header__nav > ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  header .header__nav > ul li a {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
    padding: 15px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
header .header__contact {
  max-width: 267px;
}
@media screen and (max-width: 1024px) {
  header .header__contact {
    display: none;
  }
}
header .header.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  header .header.scroll .header__flex {
    display: block;
  }
}
header .header.scroll .header__nav > ul li a {
  color: #2D2D2D;
}

.mv {
  position: relative;
}
.mv__logo-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mv__logo-sp {
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 250px;
  }
}
@media screen and (max-width: 568px) {
  .mv__logo-sp {
    max-width: 185px;
  }
}

.introSec {
  padding-top: 57px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .introSec {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
.introSec__container {
  max-width: 90%;
  margin: 0 auto;
}
.introSec__title {
  color: #26CEED;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .introSec__title {
    margin-bottom: 8px;
  }
}
.introSec__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .introSec__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.introSec__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  width: calc(40% - 15px);
}
@media screen and (max-width: 768px) {
  .introSec__heading {
    width: 100%;
    font-size: 22px;
  }
}
.introSec__text {
  font-size: 16px;
  width: calc(60% - 15px);
}
@media screen and (max-width: 768px) {
  .introSec__text {
    width: 100%;
  }
}

.assignmentSec {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #fff), color-stop(35%, #F0FDFF), to(#F0FDFF));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 35%, #F0FDFF 35%, #F0FDFF 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #F0FDFF 35%, #F0FDFF 100%);
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .assignmentSec {
    padding-bottom: 40px;
  }
}
.assignmentSec__title {
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  max-width: 679px;
}
@media screen and (max-width: 768px) {
  .assignmentSec__title {
    max-width: 380px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 568px) {
  .assignmentSec__title {
    max-width: 263px;
    margin-bottom: 26px;
  }
}
.assignmentSec__block {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 7px 5px rgba(231, 247, 249, 0.8);
          box-shadow: 0px 3px 7px 5px rgba(231, 247, 249, 0.8);
  padding: 23px 70px 35px;
}
@media screen and (max-width: 1024px) {
  .assignmentSec__block {
    padding: 23px 25px 35px;
  }
}
@media screen and (max-width: 768px) {
  .assignmentSec__block {
    padding: 23px 22px 35px;
  }
}
.assignmentSec__content {
  padding-top: 35px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .assignmentSec__content {
    padding-top: 0px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}
@media screen and (max-width: 768px) {
  .assignmentSec__content02 {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.assignmentSec__content02 .assignmentSec__headingArea .assignmentSec__heading {
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .assignmentSec__content02 .assignmentSec__headingArea .assignmentSec__heading {
    margin-bottom: -5px;
  }
}
.assignmentSec__content02 .assignmentSec__headingArea .assignmentSec__heading--small {
  letter-spacing: 0;
}
.assignmentSec__content:not(:last-of-type) {
  position: relative;
}
.assignmentSec__content:not(:last-of-type)::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 0;
}
.assignmentSec__headingArea {
  width: calc(45% - 30px);
}
@media screen and (max-width: 768px) {
  .assignmentSec__headingArea {
    width: 100%;
  }
}
.assignmentSec__headingArea .assignmentSec__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .assignmentSec__headingArea .assignmentSec__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 568px) {
  .assignmentSec__headingArea .assignmentSec__heading {
    margin-bottom: 0px;
  }
}
.assignmentSec__headingArea .assignmentSec__heading--small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .assignmentSec__headingArea .assignmentSec__heading--small {
    font-size: 12px;
  }
}
.assignmentSec__headingArea .assignmentSec__heading--blue {
  color: #26CEED;
}
@media screen and (max-width: 768px) {
  .assignmentSec__headingArea .assignmentSec__image {
    max-width: 85%;
    margin: 0 auto;
  }
}
.assignmentSec__listArea {
  width: calc(55% - 30px);
  padding-bottom: 30px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .assignmentSec__listArea {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.assignmentSec__listArea .assignmentSec__list > li {
  font-size: 18px;
  line-height: 2;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .assignmentSec__listArea .assignmentSec__list > li {
    font-size: 14px;
    padding-left: 35px;
  }
}
.assignmentSec__listArea .assignmentSec__list > li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 11H13V6H11V11ZM12 15C12.2833 15 12.5208 14.9042 12.7125 14.7125C12.9042 14.5208 13 14.2833 13 14C13 13.7167 12.9042 13.4792 12.7125 13.2875C12.5208 13.0958 12.2833 13 12 13C11.7167 13 11.4792 13.0958 11.2875 13.2875C11.0958 13.4792 11 13.7167 11 14C11 14.2833 11.0958 14.5208 11.2875 14.7125C11.4792 14.9042 11.7167 15 12 15ZM12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22Z' fill='%2326CEEC'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}
.assignmentSec__listArea .assignmentSec__list > li > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.assignmentSec__listArea .assignmentSec__list > li .highlight-orange {
  color: #FE653B;
}

.serviceSec {
  padding-top: 135px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .serviceSec {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}
.serviceSec__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 411px;
}
.serviceSec__heading--subtitle {
  color: #26CEED;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .serviceSec__heading--subtitle {
    font-size: 16px;
  }
}
.serviceSec__heading--title {
  font-size: 44px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  margin-bottom: 45px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .serviceSec__heading--title {
    font-size: 22px;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.serviceSec__heading--title::before {
  content: "";
  width: 3px;
  height: 48px;
  background: #26CEED;
}
@media screen and (max-width: 768px) {
  .serviceSec__heading--title::before {
    height: 28px;
  }
}
.serviceSec__heading--title::after {
  content: "";
  width: 3px;
  height: 48px;
  background: #26CEED;
}
@media screen and (max-width: 768px) {
  .serviceSec__heading--title::after {
    height: 28px;
  }
}
.serviceSec__text {
  font-size: 18px;
  max-width: 653px;
  margin: 0 auto 35px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .serviceSec__text {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}
.serviceSec__image {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .serviceSec__image {
    margin-bottom: 20px;
  }
}
.serviceSec__services--title {
  padding: 5px;
  background-color: #26CEED;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .serviceSec__services--title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.serviceSec__services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 23px;
  flex-wrap: wrap;
}
@media screen and (max-width: 568px) {
  .serviceSec__services__list {
    gap: 10px;
  }
}
.serviceSec__services__listItem {
  width: calc(33.3333333333% - 15.3333333333px);
  padding: 13px 20px 28px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
}
@media screen and (max-width: 768px) {
  .serviceSec__services__listItem {
    width: calc(50% - 11.5px);
  }
}
@media screen and (max-width: 568px) {
  .serviceSec__services__listItem {
    width: 100%;
    padding: 18px 18px 25px;
  }
}
.serviceSec__serviceBox--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .serviceSec__serviceBox--title {
    gap: 18px;
    margin-bottom: 12px;
  }
}
.serviceSec__serviceBox--title .icon {
  max-width: 78px;
}
@media screen and (max-width: 768px) {
  .serviceSec__serviceBox--title .icon {
    max-width: 60px;
  }
}
.serviceSec__serviceBox--title h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.serviceSec__serviceBox--text {
  color: #A6A6A6;
  font-size: 12px;
  padding: 0 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .serviceSec__serviceBox--text {
    padding: 0;
  }
}

.worksSec {
  background-color: #F0FDFF;
  padding-top: 90px;
  padding-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .worksSec {
    padding-top: 50px;
    padding-bottom: 56px;
  }
}
.worksSec__heading--title {
  font-size: 44px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 34px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .worksSec__heading--title {
    font-size: 22px;
    gap: 32px;
    margin-bottom: 20px;
  }
}
.worksSec__heading--title::before {
  content: "";
  width: 3px;
  height: 48px;
  background: #26CEED;
}
@media screen and (max-width: 768px) {
  .worksSec__heading--title::before {
    height: 28px;
  }
}
.worksSec__heading--title::after {
  content: "";
  width: 3px;
  height: 48px;
  background: #26CEED;
}
@media screen and (max-width: 768px) {
  .worksSec__heading--title::after {
    height: 28px;
  }
}
.worksSec__heading--text {
  font-size: 18px;
  max-width: 653px;
  margin: 0 auto 50px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worksSec__heading--text {
    font-size: 16px;
    text-align: left;
    margin: 0 auto 35px;
  }
}
.worksSec__box {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 7px 5px #E7F7F9;
          box-shadow: 0px 3px 7px 5px #E7F7F9;
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  .worksSec__box {
    padding: 42px 20px 22px 20px;
  }
}
.worksSec__box:not(:last-of-type) {
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .worksSec__box:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.worksSec__boxHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxHeading {
    gap: 32px;
    padding-bottom: 22px;
  }
}
.worksSec__boxHeading--icon {
  max-width: 146px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxHeading--icon {
    max-width: 90px;
  }
}
.worksSec__boxHeading--subtitle {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 568px) {
  .worksSec__boxHeading--subtitle {
    margin-bottom: 0px;
  }
}
.worksSec__boxHeading--description {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .worksSec__boxHeading--description {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.worksSec__boxHeading--description .highlight-orange {
  color: #FE653B;
}
@media screen and (max-width: 768px) {
  .worksSec__boxHeading--description .highlight-orange {
    line-height: 1;
  }
}
.worksSec__boxHeading--description .highlight--bold {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .worksSec__boxHeading--description .highlight--bold {
    font-size: 26px;
  }
}
.worksSec__boxContents {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 29px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxContents {
    padding-top: 25px;
  }
}
.worksSec__boxContents--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  max-width: 83%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxContents--header {
    max-width: 100%;
    gap: 17px;
    margin: 0 auto 25px;
  }
}
.worksSec__boxContents--icon {
  max-width: 73.22px;
}
.worksSec__boxContents--title {
  color: #4058AE;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxContents--title {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.worksSec__boxContents__boxWrap {
  border-radius: 10px;
  background: rgba(255, 218, 51, 0.1);
  background: rgba(255, 218, 51, 0.1);
  padding: 27px 30px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxContents__boxWrap {
    padding: 27px 22px 18px;
  }
}
.worksSec__boxContents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  .worksSec__boxContents__box {
    gap: 12px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.worksSec__boxContents__box--icon {
  max-width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .worksSec__boxContents__box--icon {
    max-width: 67px;
  }
}
.worksSec__boxContents__box--list {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .worksSec__boxContents__box--list {
    font-size: 14px;
  }
}
.worksSec__boxContents__box--list > li {
  position: relative;
  padding-left: 35px;
}
.worksSec__boxContents__box--list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.5808 18.7538L17.3038 12.0307L16.25 10.977L10.5808 16.6463L7.73075 13.7963L6.677 14.85L10.5808 18.7538ZM12.0017 24C10.6877 24 9.45267 23.7507 8.2965 23.252C7.14033 22.7533 6.13467 22.0766 5.2795 21.2218C4.42433 20.3669 3.74725 19.3617 3.24825 18.206C2.74942 17.0503 2.5 15.8156 2.5 14.5017C2.5 13.1877 2.74933 11.9527 3.248 10.7965C3.74667 9.64033 4.42342 8.63467 5.27825 7.7795C6.13308 6.92433 7.13833 6.24725 8.294 5.74825C9.44967 5.24942 10.6844 5 11.9983 5C13.3123 5 14.5473 5.24933 15.7035 5.748C16.8597 6.24667 17.8653 6.92342 18.7205 7.77825C19.5757 8.63308 20.2528 9.63833 20.7518 10.794C21.2506 11.9497 21.5 13.1844 21.5 14.4983C21.5 15.8123 21.2507 17.0473 20.752 18.2035C20.2533 19.3597 19.5766 20.3653 18.7218 21.2205C17.8669 22.0757 16.8617 22.7528 15.706 23.2518C14.5503 23.7506 13.3156 24 12.0017 24Z' fill='%23FFD72F'/%3E%3C/svg%3E");
  background-size: cover;
}

.planSec {
  padding-top: 80px;
  padding-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .planSec {
    padding-top: 45px;
    padding-bottom: 65px;
  }
}
.planSec__title {
  font-size: 44px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 52px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 568px) {
  .planSec__title {
    font-size: 22px;
    gap: 17px;
    margin-bottom: 25px;
  }
}
.planSec__title::before {
  content: "";
  width: 3px;
  height: 48px;
  background: #26CEED;
}
@media screen and (max-width: 568px) {
  .planSec__title::before {
    height: 28px;
  }
}
.planSec__title::after {
  content: "";
  width: 3px;
  height: 48px;
  background: #26CEED;
}
@media screen and (max-width: 568px) {
  .planSec__title::after {
    height: 28px;
  }
}
.planSec__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 568px) {
  .planSec__flex {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.planSec__block {
  width: calc(50% - 20px);
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(231, 247, 249, 0.4);
          box-shadow: 0px 4px 4px 0px rgba(231, 247, 249, 0.4);
}
@media screen and (max-width: 568px) {
  .planSec__block {
    width: 100%;
  }
}
.planSec__blockHeading {
  border-radius: 8px 8px 0px 0px;
  background: #26CEED;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(231, 247, 249, 0.4);
          box-shadow: 0px 4px 4px 0px rgba(231, 247, 249, 0.4);
  color: #fff;
  font-size: 25px;
  height: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .planSec__blockHeading {
    font-size: 18px;
    height: 66px;
  }
}
.planSec__blockHeading .font {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .planSec__blockHeading .font {
    font-size: 36px;
  }
}
.planSec__blockHeading--middle {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .planSec__blockHeading--middle {
    font-size: 26px;
  }
}
.planSec__blockContents {
  padding: 20px 30px 35px 45px;
}
@media screen and (max-width: 768px) {
  .planSec__blockContents {
    padding: 25px 20px 25px 20px;
  }
}
.planSec__block01 .planSec__blockHeading {
  background-color: #26CEED;
}
.planSec__block01 .planSec__blockHeading--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
.planSec__block01 .planSec__listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .planSec__block01 .planSec__listItem:not(:last-of-type) {
    margin-bottom: 14px;
  }
}
.planSec__block01 .planSec__listItem .planSec__listItem--label {
  color: #26CEED;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.72px;
  letter-spacing: 0.06em;
  margin-right: 13px;
}
.planSec__block01 .planSec__listItem .planSec__listItem--num {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  background-color: #26CEED;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .planSec__block01 .planSec__listItem .planSec__listItem--num {
    margin-right: 0px;
  }
}
.planSec__block01 .planSec__listItem .planSec__listItem--title {
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .planSec__block01 .planSec__listItem .planSec__listItem--title {
    font-size: 16px;
    width: 100%;
    line-height: 1.6;
    margin-top: 5px;
    margin-left: 10px;
  }
}
.planSec__block02 {
  position: relative;
}
.planSec__block02 .planSec__block--plus-icon {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: -65px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__block--plus-icon {
    width: 60px;
    height: 60px;
    left: -50px;
  }
}
@media screen and (max-width: 568px) {
  .planSec__block02 .planSec__block--plus-icon {
    top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
}
.planSec__block02 .planSec__blockHeading {
  background-color: #FD9A00;
}
.planSec__block02 .planSec__blockHeading--title {
  text-align: center;
  color: #FFF;
  font-size: 24.857px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__blockHeading--title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.planSec__block02 .planSec__blockHeading--title .planSec__blockHeading--small {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__blockHeading--title .planSec__blockHeading--small {
    font-size: 10px;
  }
}
.planSec__block02 .planSec__listItem {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__listItem {
    padding-left: 0;
  }
}
.planSec__block02 .planSec__listItem:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__listItem:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.planSec__block02 .planSec__listItem::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FE653B;
  top: 18px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__listItem::before {
    display: none;
  }
}
.planSec__block02 .planSec__listItem--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
.planSec__block02 .planSec__listItem--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .planSec__block02 .planSec__listItem--text {
    font-size: 12px;
  }
}

.priceSec {
  background-image: url(../img/sec06_bg.jpg);
  background-position: top center;
  background-size: cover;
  padding-top: 116px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .priceSec {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.priceSec__arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 411px;
}
@media screen and (max-width: 768px) {
  .priceSec__arrow {
    width: 230px;
  }
}
.priceSec__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .priceSec__heading {
    margin-bottom: 20px;
  }
}
.priceSec__heading--subtitle {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .priceSec__heading--subtitle {
    font-size: 16px;
  }
}
.priceSec__heading--title {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  margin-bottom: 45px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .priceSec__heading--title {
    font-size: 22px;
    gap: 25px;
    margin-bottom: 0px;
  }
}
.priceSec__heading--title::before {
  content: "";
  width: 3px;
  height: 48px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .priceSec__heading--title::before {
    height: 28px;
  }
}
.priceSec__heading--title::after {
  content: "";
  width: 3px;
  height: 48px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .priceSec__heading--title::after {
    height: 28px;
  }
}
.priceSec__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px 0px 0px 0px;
  margin-bottom: 37px;
}
@media screen and (max-width: 568px) {
  .priceSec__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-radius: 0px;
  }
}
.priceSec__flexItem {
  width: 50%;
  background-color: #fff;
}
@media screen and (max-width: 568px) {
  .priceSec__flexItem {
    width: 100%;
    border-radius: 8px;
  }
}
.priceSec__flexItem--title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: #d4f5fb;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .priceSec__flexItem--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--title {
    font-size: 16px;
    height: 47px;
  }
}
@media screen and (max-width: 568px) {
  .priceSec__flexItem--title {
    border-radius: 8px 8px 0 0;
  }
}
.priceSec__flexItem--title h3 {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .priceSec__flexItem--title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .priceSec__flexItem--title h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.priceSec__flexItem--brand {
  color: #26CEED;
  font-size: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .priceSec__flexItem--brand {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--brand {
    font-size: 16px;
  }
}
.priceSec__flexItem--subtitle {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .priceSec__flexItem--subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--subtitle {
    font-size: 12px;
  }
}
.priceSec__flexItem--list {
  padding: 45px 72px 20px;
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--list {
    padding: 18px 18px 5px 18px;
  }
}
.priceSec__flexItem--list > li {
  padding: 12px 0;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-top: solid 1px rgba(45, 45, 45, 0.2);
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--list > li {
    padding: 9px 0;
    font-size: 11px;
  }
}
.priceSec__flexItem--list > li:last-of-type {
  border-bottom: solid 1px rgba(45, 45, 45, 0.2);
}
.priceSec__flexItem--price {
  color: #FE653B;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--price {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.priceSec__flexItem--price .txt-s {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--price .txt-s {
    font-size: 12px;
  }
}
.priceSec__flexItem--price .font {
  font-size: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--price .font {
    font-size: 28px;
  }
}
.priceSec__flexItem--price .priceUnit {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .priceSec__flexItem--price .priceUnit {
    font-size: 19px;
  }
}
.priceSec__flexItem--priceSmall {
  letter-spacing: 0.06em;
}
.priceSec__flexItem02 {
  border-left: 1px dotted rgba(38, 206, 236, 0.5);
}
@media screen and (max-width: 568px) {
  .priceSec__flexItem02 {
    border-left: none;
  }
}
.priceSec__flexItem02 .priceSec__flexItem--title {
  background: #d5d5d5;
}
.priceSec__flexItem02 .priceSec__flexItem--price {
  color: #2D2D2D;
}
.priceSec__des {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.priceSec__des--title {
  font-size: 38px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .priceSec__des--title {
    font-size: 26px;
  }
}
.priceSec__des--text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .priceSec__des--text {
    font-size: 16px;
  }
}

.contactSec {
  position: relative;
  padding-top: 92px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contactSec {
    padding-top: 60px;
  }
}
.contactSec__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contactSec__heading {
    margin-bottom: 30px;
  }
}
.contactSec__heading--title {
  color: #26CEED;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .contactSec__heading--title {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
.contactSec__heading--text {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contactSec__heading--text {
    font-size: 14px;
    text-align: left;
  }
}

.footer {
  background: #F7F7F7;
  font-size: 12px;
}
.footer__container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-bottom: 33px;
  }
}
.footer__nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .footer__nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
  }
}
.footer__nav > ul li a {
  text-decoration: underline;
}
.footer__copyright {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

.fix-btn {
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: -78px; /* 初期位置を画面の外に設定 */
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s; /* スライドアップのアニメーション */
}
.fix-btn a {
  display: block;
  max-width: 277px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .fix-btn.scroll {
    bottom: 0;
  }
}