@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* CSS Document */
/*** Media Query ***/
.icon-open {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: unset;
  left: unset;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
}
.icon-open::before {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: unset;
  bottom: unset;
  left: unset;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #02aadb;
  transition: 0.3s;
  left: unset;
  width: 100%;
}
.icon-open::after {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: unset;
  bottom: unset;
  left: unset;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #02aadb;
  transition: 0.3s;
  left: unset;
  width: 100%;
  transform: rotate(90deg);
}
.show .icon-open::after {
  transform: rotate(0);
}

/****************************************************************
 *** Overwrite / Common
 ****************************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #1c1c1c;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  width: 100%;
}

input[type=file] {
  display: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.2em;
  border: unset;
  border-radius: 2em;
  text-align: center;
  font-size: 1.625rem;
  color: #fff;
  cursor: pointer;
}
.btn.inquiry {
    background-color: #f89e46;
}
.btn.trial {
    background-color: #FFE002;
    color: #1c1c1c;
}
@media screen and (max-width: 600px) {
  .btn {
    width: 100%;
    padding: 0.75em 1em;
    font-size: 5.2vw;
  }
}
.btn img {
  width: auto;
  height: 100%;
}
.btn .icon-mail {
  display: block;
  width: auto;
  height: 0.931034em;
  margin-right: 0.4em;
}
.btn .icon-mail--round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.65em;
  height: 2.65em;
  margin-right: 0.7em;
  border-radius: 50%;
  background: #fff;
}
.btn .icon-mail--round img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .btn .icon-mail--round {
    margin-right: 0.4em;
  }
}
.btn .sm {
  margin-left: 0.2em;
  font-size: 0.689655em;
}
.btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.2em;
  background: #f89e46;
  border: unset;
  border-radius: 2em;
  text-align: center;
  font-size: 1.625rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid #f89e46;
  background: #fff;
  color: #f89e46;
}
@media screen and (max-width: 600px) {
  .btn-submit {
    width: 100%;
    padding: 0.75em 1em;
    font-size: 5.2vw;
  }
}
.btn-submit img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .btn-submit {
    padding-right: calc(7% + 40px);
  }
}
.btn-submit .icon-arrow {
  display: block;
  height: 1.55em;
  margin-left: 0.7em;
}
@media screen and (max-width: 600px) {
  .btn-submit .icon-arrow {
    position: absolute;
    top: 50%;
    right: 7%;
    bottom: unset;
    left: unset;
    transform: translateY(-50%);
  }
}
.btn__wrapper {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.4s;
}
.btn__wrapper:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .btn__wrapper {
    width: 100%;
  }
}

.marker.bg-yellow {
  position: relative;
  z-index: 1;
  padding: 0 0.1em;
}
.marker.bg-yellow::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -3px;
  left: 0;
  content: "";
  width: 0;
  height: 0.5em;
  background: #f8d379;
  z-index: -1;
  transition: all 1s;
}
.marker.bg-yellow.isActive:after {
  width: 100%;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

/****************************************************************
 *** Header
 ****************************************************************/
#header {
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1000;
  width: 100%;
  transition: 0.4s;
}
#header.fixed {
  background: #02aadb;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1641px) {
  .header__inner {
    padding-right: 50px;
  }
}

#title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 110px;
  padding-left: 90px;
  padding-right: 15px;
  background: #fff;
}
#title::after {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: unset;
  left: unset;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 60px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
#title img {
  width: 244px;
}
@media screen and (max-width: 1640px) {
  #title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1540px) {
  #title {
    height: 55px;
    padding-left: 20px;
  }
  #title::after {
    right: -30px;
    border-width: 55px 30px 0 0;
  }
  #title img {
    width: 151px;
  }
}

.global-nav {
  transition: 0.5s;
}
@media screen and (max-width: 1540px) {
  .global-nav {
    display: none;
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #02aadb;
  }
  #navBtn.open + .global-nav {
    display: block;
  }
}

/* ボタン */
#navBtn {
  display: none;
  position: absolute;
  top: 14px;
  right: 20px;
  bottom: unset;
  left: unset;
  z-index: 100;
  width: 40px;
  height: 27px;
  border: unset;
  background: unset;
  cursor: pointer;
}
@media screen and (max-width: 1540px) {
  #navBtn {
    display: block;
  }
}
#navBtn span {
  position: absolute;
  top: unset;
  right: unset;
  bottom: unset;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
#navBtn span:nth-of-type(1) {
  top: 0;
}
#navBtn span:nth-of-type(2) {
  top: 50%;
}
#navBtn span:nth-of-type(3) {
  top: 100%;
}
#navBtn.open span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-38deg);
}
#navBtn.open span:nth-of-type(2) {
  opacity: 0;
}
#navBtn.open span:nth-of-type(3) {
  top: 50%;
  transform: rotate(38deg);
}

.menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
    gap: 3rem;
}
@media screen and (max-width: 1900px) {
    .menu-list {
        gap: 2rem;
    }
}
@media screen and (max-width: 1700px) {
    .menu-list {
        gap: 1rem;
    }
}
@media screen and (max-width: 1540px) {
  .menu-list {
    position: absolute;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    display: block;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
  }
}

.menu-list-item {
  position: relative;
  padding: 20px 0 12px;
  text-align: center;
  font-size: 1.0625rem;
}
.menu-list-item a br {
    display: none;
}
.menu-list-item:first-child a {
  border-top: unset !important;
}
.menu-list-item:last-child {
  max-width: unset;
  padding: 0;
  filter: unset;
}
.menu-list-item:last-child::after {
  display: none;
}
@media screen and (max-width: 1540px) {
  .menu-list-item:last-child {
    margin-top: 35px;
  }
}
.menu-list-item::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  transition: 0.4s;
}
.menu-list-item:hover::after {
  width: 100%;
}
@media screen and (min-width: 1541px) {
  .menu-list-item.current::after {
    width: 100%;
  }
}
@media screen and (max-width: 1540px) {
  .menu-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1em;
    text-align: center;
    filter: unset;
  }
}
@media screen and (max-width: 768px) {
  .menu-list-item {
    width: 100%;
    max-width: 284px;
    margin: auto;
    padding: 0;
    font-size: 1.142857rem;
  }
  .menu-list-item::after {
    display: none;
  }
    .menu-list-item a br {
        display: block;
    }
}
.menu-list-item a:not(.btn__wrapper) {
  color: #fff;
}
.menu-list-item a:not(.btn__wrapper) span {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  color: #a7cce5;
  filter: drop-shadow(0px 1px 2px rgba(167, 204, 229, 0.2));
}
@media screen and (max-width: 768px) {
  .menu-list-item a:not(.btn__wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #fff;
  }
  .menu-list-item a:not(.btn__wrapper) span {
    margin-left: 1em;
    padding-top: 0;
  }
}
.menu-list-item .btn {
  border: 2px solid #fff;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .menu-list-item .btn {
    font-size: 22px;
  }
}

/****************************************************************
 *** Footer
 ****************************************************************/
#footer .sec__inner {
    max-width: 1000px;
    padding: 40px 0;
    text-align: left;
}
@media screen and (max-width: 600px) {
  #footer .sec__inner {
    padding: 30px 20px;
  }
}
#footer .sec__cont {
  margin-top: 20px;
}
#footer * {
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
}
#footer .copyright {
  margin-top: 3em;
  text-align: center;
  font-size: 0.8rem;
}

.other {
  background: #8cd3f2;
}
.other .sec__inner {
  max-width: 100%;
}
.other h3 {
  font-weight: 500;
  color: #1c1c1c !important;
}
.other li {
  margin-top: 0.5em;
}

.service__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .service__wrapper > div {
    width: 40%;
  }
}

.company {
  background: #01aadb;
}
.company .sec__inner {
  max-width: 720px;
}
.company .sec__ttl {
  font-weight: 300;
}
.company * {
  font-weight: 300;
}

.table dl {
  display: table;
  width: 100%;
  padding: 0.75em 0;
  border-bottom: 1px solid #fff;
}
.table dl:last-child {
  border-bottom: unset;
}
.table dl > * {
  display: table-cell;
}
.table dt {
  width: 270px;
}
@media screen and (max-width: 600px) {
  .table dt {
    width: 100px;
  }
}

/****************************************************************
 *** Content
 ****************************************************************/
.sec {
  position: relative;
}
.sec__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .sec__inner {
    width: 100%;
    padding: 50px 20px;
  }
}
.sec__ttl {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.sec__ttl span {
  position: relative;
}
.sec__ttl span::before {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -0.3em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #1c1c1c;
  content: "";
}
.sec__ttl span::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -0.3em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #1c1c1c;
  content: "";
  bottom: calc(-0.3em - 8px);
  width: 70%;
}
.service-title {
    margin: 1rem 8rem;
}
@media screen and (max-width: 768px) {
    .sec__ttl {
        font-size: 5.5vw;
    }
    .service-title {
        margin: 1rem 2rem;
    }
}
@media screen and (max-width: 600px) {
    .sec__ttl {
        font-size: 6vw;
    }
    .service-title {
        margin: 1rem 2rem;
    }
}
.sec__cont {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec__cont {
    margin-top: 60px;
  }
}
.sec__bg {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: unset;
  font-size: 14vw;
  font-weight: 700;
  line-height: 1;
  color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  .sec__bg {
    font-size: 25vw;
  }
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 192/93;
  background: url(fv_bg-pc.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .fv {
    background-image: url(fv_bg-sp.png);
  }
}
.fv::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 9%;
  left: 15%;
  transform: translateX(-50%);
  width: 117px;
  height: 69px;
  background: #d0e9f3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media screen and (min-width: 1981px) {
  .fv::after {
    bottom: 8%;
    left: 23%;
  }
}
@media screen and (max-width: 600px) {
  .fv::after {
    bottom: 4%;
    left: 13%;
    width: 71px;
    height: 42px;
  }
}
.fv .sec__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1520px;
  margin: auto;
  padding: 8% 0 0;
}
@media screen and (max-width: 1400px) {
  .fv .sec__inner {
    padding-top: 5%;
  }
}
@media screen and (max-width: 600px) {
  .fv .sec__inner {
    display: block;
    aspect-ratio: 750/1176;
    padding: 24% 20px 0;
  }
}
.fv-catch {
  width: 50%;
  padding-bottom: 6%;
}
@media screen and (max-width: 1400px) {
  .fv-catch {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .fv-catch {
    width: 100%;
  }
}
.fv .catch {
  text-align: left;
  font-weight: 700;
}
.fv .catch p {
  margin: 0 -8px 1em -8px;
  font-size: 1.9vw;
}
@media screen and (min-width: 1920px) {
  .fv .catch p {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .fv .catch p {
    font-size: 5vw;
  }
}
.fv .catch span {
  margin: 0 8px;
  padding: 0.2em;
  background: #fff;
  vertical-align: middle;
  font-size: 1.46em;
}
@media screen and (max-width: 600px) {
  .fv .catch span {
    margin: 0 4px;
  }
}
.fv .catch h2 {
  font-size: 3.4vw;
}
@media screen and (min-width: 1920px) {
  .fv .catch h2 {
    font-size: 68px;
  }
}
@media screen and (max-width: 600px) {
  .fv .catch h2 {
    font-size: 8.37vw;
  }
}
.fv-img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .fv-img {
    width: 100%;
    margin: 15px auto 20px;
  }
}
.fv .btn__wrapper {
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 5px 5px rgba(0, 54, 84, 0.57));
}
.fv .btn__wrapper.pc-only {
  margin: 8% 0 0;
}
.fv .btn__wrapper.pc-only .btn {
  font-size: 1.6vw;
}
@media screen and (min-width: 1910px) {
  .fv .btn__wrapper.pc-only .btn {
    font-size: 29px;
  }
}

.logo {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 2vw auto;
}
@media screen and (max-width: 768px) {
    .logo {
        margin: 5vw auto;
    }
}
@media screen and (max-width: 600px) {
    .logo {
        margin: 7vw auto;
    }
}
.logo .sec_logo__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.logo .logo-img {
    max-width: 180px;
    max-height: 88px;
    object-fit: cover;
}

.about .sec__inner {
  padding-top: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about .sec__inner {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .about .sec__inner {
    padding-top: 45px;
  }
}
.about .sec__cont {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .about .sec__cont {
    text-align: left;
  }
}

.support {
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .support .sec__cont {
    margin-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .support .sec__cont {
    margin-top: 60px;
  }
}
.support .sec__bg {
  left: 50%;
  top: -2vw;
}
@media screen and (max-width: 600px) {
  .support .sec__bg {
    top: 0;
    transform: translateX(-50%);
  }
}

.support-item {
  width: calc(25% - 30px);
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .support-item {
    width: calc(25% - 1vw);
  }
}
@media screen and (max-width: 600px) {
  .support-item {
    width: calc(50% - 4px);
  }
}
.support-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 5vw 60px;
  background: #fff;
  border-radius: 18px;
}
@media screen and (max-width: 1400px) {
  .support-item__wrapper {
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .support-item__wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .support-item__wrapper {
    padding: 48px 16px 8px;
  }
}

.support__term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 118px;
  aspect-ratio: 1;
  margin: 0 auto -50%;
  background: #02aadb;
  border-radius: 50%;
  line-height: 1.1;
  font-size: 1.75rem;
  font-weight: 500;
  color: #fff;
  transform: translateY(-50%);
}
.support-item:nth-child(2n) .support__term {
  padding-top: 0.25em;
  background: #f89e46;
}
@media screen and (max-width: 600px) {
  .support-item:nth-child(2n) .support__term {
    padding-top: 0.3em;
  }
}
@media screen and (max-width: 1400px) {
  .support__term {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .support__term {
    width: 70%;
    max-width: unset;
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .support__term {
    margin-bottom: 5vw;
    font-size: 6vw;
    transform: unset;
  }
}

.support__desc {
  padding-top: 96px;
  text-align: left;
  font-size: 1.1rem;
}
@media screen and (max-width: 1400px) {
  .support__desc {
    padding-top: 5.5vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .support__desc {
    font-size: 0.928571rem;
  }
}
@media screen and (max-width: 600px) {
  .support__desc {
    padding-top: 0;
  }
}
.support__desc ul {
  margin-bottom: -1em;
}
.support__desc li {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-bottom: 1em;
  line-height: 1.2;
}
.support__desc li::before {
  display: block;
  width: 1em;
  height: 1em;
  color: #acacac;
  content: "・";
}

.work {
  font-weight: 500;
}
.work-ttl {
  margin: 0 0.5em;
  padding: 1.2em 1em;
  border-radius: 3em;
  background: #e3f0f6;
  writing-mode: vertical-rl;
  font-size: 1.75rem;
}
@media screen and (max-width: 1400px) {
  .work-ttl {
    padding: 0.9em;
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .work-ttl {
    margin: 0 0.3em;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 600px) {
  .work-ttl {
    width: 100%;
    margin: 0.5em 0;
    padding: 0.8em 0;
    writing-mode: unset;
    font-size: 5vw;
  }
}
.work-ttl__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0.5em;
}
@media screen and (max-width: 768px) {
  .work-ttl__wrapper {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .work-ttl__wrapper {
    display: block;
    margin: 4vw 0;
  }
}
.work-ttl__wrapper img {
  max-width: 60px;
}
@media screen and (max-width: 1400px) {
  .work-ttl__wrapper img {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .work-ttl__wrapper img {
    display: block;
    width: 12%;
    max-width: 40px;
    margin: auto;
  }
}
.work-ttl__wrapper img.arrow--left {
  transform: rotate(-90deg);
}
@media screen and (max-width: 600px) {
  .work-ttl__wrapper img.arrow--left {
    transform: unset;
  }
}
.work-ttl__wrapper img.arrow--right {
  transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
  .work-ttl__wrapper img.arrow--right {
    transform: rotate(180deg);
  }
}

.work-item {
  width: 37.833333%;
  border-radius: 18px;
  color: #fff;
}
.work-item.non-core {
  background: #f89e46;
}
.work-item.core {
  background: #02aadb;
}
@media screen and (max-width: 768px) {
  .work-item {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .work-item {
    width: 100%;
  }
}
.work-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .work-item__wrapper {
    display: block;
  }
}

.work__term {
  padding: 0.7em 0 0.6em;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .work__term {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  .work__term {
    font-size: 5.4vw;
  }
}

.work__desc {
  font-size: 1.25rem;
}
@media screen and (max-width: 1400px) {
  .work__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .work__desc {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 600px) {
  .work__desc {
    font-size: 1rem;
  }
}

.work-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1.5em;
  text-align: left;
  color: #1c1c1c;
}
.work-list .sm {
  font-size: 0.75em;
}
.work-list__item {
  margin-bottom: 1.5em;
  line-height: 1.2;
}
.work-list__wrapper {
  padding: 1.5em 1.2em 1.6em;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .work-list__wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.example-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.3em 1.2em;
}
@media screen and (max-width: 768px) {
  .example-list {
    padding: 1.1em 1em;
  }
}
@media screen and (max-width: 600px) {
  .example-list {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 1.142857em;
  }
}
.example-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.example-list__item:nth-child(2n) {
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}
.example-list__item:last-child, .example-list__item:nth-last-child(2) {
  border-bottom: unset;
}

.point {
  background: #e3f0f6;
}
.point .sec__bg {
  left: 50%;
  color: #d9ebf3;
}
@media screen and (max-width: 600px) {
  .point .sec__bg {
    top: 2vw;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .point .sec__ttl span {
    display: block;
  }
}

.point-item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .point-item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .point-item {
    display: block;
    margin-bottom: 30px;
  }
}
.point-item__wrapper {
  max-width: 960px;
  margin: 0 auto 212px;
}
@media screen and (max-width: 768px) {
  .point-item__wrapper {
    margin-bottom: 146px;
  }
}

.point__term {
  width: 186px;
  margin-right: 40px;
  padding: 0.9em 0 0.85em;
  background: #02aadb;
  border-radius: 13px;
  font-size: 1.3125rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .point__term {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .point__term {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    padding: 0.8em 1.3em 0.75em;
    font-size: 1.285714rem;
  }
}

.point__desc {
  width: calc(100% - 226px);
  text-align: left;
}
.point__desc h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  color: #02aadb;
}
.point__desc p {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .point__desc {
    width: 100%;
  }
  .point__desc h3 {
    margin-bottom: 0.4em;
    font-size: 1.142857rem;
  }
}

.point__detail {
  position: relative;
  padding: 60px 32px 48px;
  border-radius: 22px;
  background: url(point_bg.jpg) no-repeat center;
}
@media screen and (max-width: 600px) {
  .point__detail {
    padding: 60px 16px;
  }
}
.point__detail-img {
  position: absolute;
  top: -136px;
  right: unset;
  bottom: unset;
  left: 50%;
  width: 157px;
  margin: auto;
  transform: translateX(calc(-50% - 20px));
}
@media screen and (max-width: 600px) {
  .point__detail-img {
    top: -112px;
    width: 134px;
  }
}
.point__detail-balloon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.2em;
  padding: 0.7em 1.5em 0.6em;
  border-radius: 3em;
  background: #f89e46;
  font-size: 1.375rem;
  line-height: 1.47;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .point__detail-balloon {
    width: 100%;
    font-size: 4.5vw;
  }
}
.point__detail-balloon::before {
  position: absolute;
  top: -12px;
  right: unset;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 21px;
  background: #f89e46;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
}
.point__detail-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
}

.plan-catch {
  position: relative;
  max-width: 660px;
  margin: auto;
  padding: 1em;
  border-radius: 4em;
  background: #e3f0f6;
  color: #f89e46;
}
.plan-catch::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background: #e3f0f6;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.plan-catch p {
  font-size: 1.16rem;
}
@media screen and (max-width: 600px) {
  .plan-catch p {
    font-size: 3.7vw;
  }
}
.plan-table {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr;
  grid-template-rows: 0.8fr 1fr 1fr 1.1fr;
  grid-auto-flow: column;
  gap: 0 4px;
}
@media screen and (max-width: 1400px) {
  .plan-table {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan-table {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 600px) {
  .plan-table {
    font-size: 1rem;
    width: 705px;
  }
}
.plan-table__wrapper {
  margin: 80px auto 60px;
}
@media screen and (max-width: 600px) {
  .plan-table__wrapper {
    overflow-x: scroll;
    margin: 70px auto 25px;
  }
}
.plan-table__item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
}
.plan-table__item:not(.blank) {
  background: #f6f6f6;
}
.plan-table__item:not(.ttl) {
  padding: 1.5em 0;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.plan-table__item:not(.ttl) .lg {
  font-size: 2.647058em;
}
.plan-table__item:not(.ttl) .sm {
  font-size: 0.384615em;
}
.plan-table__item.full {
  color: #f28316;
}
.plan-table__item.half {
  color: #f89e46;
}
.plan-table__item.standard {
  color: #f8bf46;
}
.plan-table__item.ttl {
  margin-bottom: 4px;
  border-radius: 18px;
  font-size: 1.3125em;
  color: #fff;
}
.plan-table__item.ttl .plan-name-en {
  font-size: 0.619047em;
}
.plan-table__item.ttl .plan-name {
  margin: 0.3em 0 0.25em;
  font-weight: 700;
}
.plan-table__item.ttl .plan-time {
  font-size: 0.761904em;
}
.plan-table__item.ttl .plan-time .lg {
  font-size: 1.4375em;
}
.plan-table__item.ttl.full {
  background: #f28316;
}
.plan-table__item.ttl.half {
  background: #f89e46;
}
.plan-table__item.ttl.standard {
  background: #f8bf46;
}
.plan-table__item.top {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.plan-table__item.bottom {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  padding-bottom: 2.5em;
}
.plan-table__item .monthly .lg {
  margin-right: 0.1em;
  letter-spacing: -0.04em;
}
.plan-table__item .hourly {
  margin-top: 0.5em;
  font-size: 1.529411em;
}
.plan-txt {
  margin: 12px auto;
  font-size: 1.2em;
  color: #737373;
}
@media screen and (max-width: 600px) {
  .plan-txt {
    font-size: 4vw;
  }
}
.plan-txt * {
  vertical-align: middle;
}
.plan-txt span {
  margin: 0 0.1em;
}
.plan-txt img {
  width: 25px;
}
.plan-txt img.line--right {
  transform: scale(-1, 1);
}
@media screen and (max-width: 600px) {
  .plan-txt img {
    width: 20px;
  }
}
.plan-btn {
  padding: 7px 1.2em 7px 8px;
}
@media screen and (max-width: 600px) {
  .plan-btn {
    padding-right: 1em;
  }
}

.flow {
  background: #f6f6f6;
}
.flow .sec__bg {
  left: 50%;
}
@media screen and (max-width: 600px) {
  .flow .sec__bg {
    top: 2vw;
    transform: translateX(-50%);
  }
}

.flow-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .flow-list {
    display: block;
  }
}
.flow-list__item {
  width: 20%;
}
@media screen and (max-width: 1100px) {
  .flow-list__item {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .flow-list__item {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-bottom: 7vw;
  }
}

.flow__figure {
  position: relative;
  width: 90%;
  max-width: 180px;
  margin: 0 auto 1.7em;
}
@media screen and (max-width: 1100px) {
  .flow__figure {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__figure {
    width: 30%;
    margin: 0;
  }
}
.flow__figure::after {
  position: absolute;
  top: 50.5%;
  right: -49%;
  bottom: unset;
  left: unset;
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #acacac;
}
@media screen and (max-width: 768px) {
  .flow__figure::after {
    top: unset;
    right: 45%;
    bottom: -95%;
    width: 2px;
    height: 98%;
  }
}
.flow-list__item:last-of-type .flow__figure::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .flow__detail {
    width: 70%;
    padding-left: 7.5%;
  }
}
.flow__detail .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 3.3em;
  margin-bottom: 0.8em;
  padding-bottom: 0.9em;
  font-size: 1.59rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .flow__detail .ttl {
    margin-bottom: 1.1em;
    padding-bottom: 1.3em;
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 1100px) {
  .flow__detail .ttl {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__detail .ttl {
    justify-content: flex-start;
    height: auto;
    margin-bottom: 0.5em;
    padding-bottom: 0.6em;
    text-align: left;
    font-size: 5vw;
  }
  .flow__detail .ttl br {
    display: none;
  }
}
.flow__detail .ttl::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background: #f89e46;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .flow__detail .ttl::after {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .flow__detail .ttl::after {
    left: 0;
    width: 27%;
    transform: unset;
  }
}
.flow__detail .txt {
  text-align: left;
  font-weight: 500;
    line-break: anywhere;
}

.faq {
  background: #e3f0f6;
}
.faq .sec__bg {
  right: 35%;
  color: #d9ebf3;
}
@media screen and (max-width: 600px) {
  .faq .sec__bg {
    right: 50%;
    transform: translateX(50%);
  }
}

.faq-list-item {
  margin-top: 15px;
  padding: 0 80px;
  background: #fff;
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq-list-item {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .faq-list-item {
    padding: 0 12px;
  }
}
.faq-list-item.show {
  background: #d6e9f2;
}

.faq-list-ttl {
  position: relative;
  padding: 40px 80px;
  cursor: pointer;
}
.faq-list-ttl::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 0;
  box-sizing: border-box;
  width: 48px;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .faq-list-ttl::before {
    width: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list-ttl {
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .faq-list-ttl {
    padding: 20px 40px 20px 50px;
  }
}
.faq-list-ttl::before {
  content: "Q";
  height: 48px;
  background: #02aadb;
  color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .faq-list-ttl::before {
    height: 30px;
  }
}
.faq-list-item.show .faq-list-ttl {
  color: #a2a2a2;
}

.faq-list-cont {
    display: flex;
    align-items: center;
    position: relative;
    height: 0;
    opacity: 0;
    transition: 0.4s;
    padding: 0 80px;
    border-top: 1px solid #acacac;
}
.faq-list-cont::before {
    text-align: center;
    position: absolute;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 0;
    box-sizing: border-box;
    width: 48px;
    border-radius: 50%;
    font-size: 24px;
}
@media screen and (max-width: 600px) {
  .faq-list-cont::before {
    width: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list-cont {
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .faq-list-cont {
    padding-left: 50px;
  }
}
.faq-list-cont p {
  line-height: 1.4;
}
.faq-list-cont a {
  text-decoration: underline;
  color: #02aadb;
}
.faq-list-cont::before {
  content: "A";
  top: unset;
  color: #02aadb;
}
@media screen and (max-width: 600px) {
  .faq-list-cont::before {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
  }
}
.faq-list-item.show .faq-list-cont {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .faq-list-item.show .faq-list-cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.contact .sec__inner {
  padding-bottom: 100px;
}

fieldset {
  margin-bottom: 40px;
}

.form-item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.form-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .form-item {
    display: block;
  }
}
.form-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  padding-right: 56px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form-item label {
    width: 200px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form-item label {
    justify-content: left;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.form-item label + * {
  display: block;
  width: 100%;
}
.form-item .form-label {
  width: 51px;
  margin-right: 6px;
  padding: 5px 0 4px;
  background: #acacac;
  border-radius: 13px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.form-item .form-label.required {
  background: #f89e46;
}
@media screen and (max-width: 600px) {
    .form-item > *:last-child {
        margin-top: 10px;
    }
}
.form-item .input-txt {
    border: unset;
    background: #fef5ec;
    padding: 1em;
    width: 100%;
}
.form-item textarea {
  border: unset;
  background: #fef5ec;
  height: 368px;
  padding: 1em;
}
@media screen and (max-width: 600px) {
  .form-item textarea {
    height: 280px;
  }
}
.item__group {
    width: 100%;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
button.button__file {
    width: 50%;
    line-height: 2;
    text-align: center;
    color: #3B82F6;
    display: none;
    border: 1px solid #3B82F6;
    border-radius: 0.375rem;
    background-color: #fff;
    transition: all ease-in-out 0.15s;
}
.button__file:hover {
    background-color: #3B82F6;
    color: #ffffff;
    transition: all ease-in-out 0.15s;
}
@media screen and (max-width: 768px) {
    .button__file {
        display: block;
    }
}
.input-file__drop {
    width: 100%;
    min-height: 5rem;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F6;
    border-radius: 5px;
    border-width: 2px;
    border-style: dashed;
    border-color: #9CA3AF;
    padding: 2.5rem 0.75rem;
    display: flex;
}
.drop__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .input-file__drop {
        display: none;
    }
}
.input__file--wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.input__file--wrapper .text__sub {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.input__file--wrapper .file__list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.file__list .list-disc {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.checkbox__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.validate-message {
    line-height: 2;
    color: #DC2626;
}
.inner__btn {
    background-color: #fff;
    margin: 0 1rem 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
}
.inner__main {
    display: grid;
    justify-content: center;
    align-items: center;
}
.inner__main .text__sub {
    font-size: 0.9rem;
    margin-top: 1px;
    text-align: end;
}
.text__main {
    font-weight: bold;
    font-size: 1.2rem;
}
.btn__pointer {
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    font-size: 1.8rem;
}
.btn__arrow {
    font-size: 1.2rem;
}
.fv-btn__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
/*# sourceMappingURL=style.css.map */

/*** 2025.02 added ***/
.plan-table {
    grid-template-rows: 0.8fr 1fr 1fr 1fr 1.1fr;
}

.point-item {
    flex-direction: column;
    gap: 1em;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.point-item.isActive {
    opacity: 1;
    transform: translateY(0);
}
.point-item__wrapper {
    max-width: 819px;
}
@media screen and (min-width: 601px) {
    .point-item + .point-item {
        margin-top: 40px;
    }
}
@media screen and (min-width: 769px) {
    .point-item + .point-item {
        margin-top: 60px;
    }
}
.point-item:nth-child(2n) .point__term {
    background: #f89e46;
}
.point-item:nth-child(2n) strong {
    color: #f89e46;
}

.point__term {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .point__term {
        margin-left: 1.5rem;
    }
}
@media screen and (min-width: 601px) {
    .point__term {
        width: 300px;
        margin-right: 0;
        font-size: 1.75rem;
    }
}

.point__desc {
    width: 100%;
    margin-top: -55px;
    padding: 3.5rem 1.5rem 1.5rem;
    background: #fff;
    border-radius: 13px;
}
@media screen and (max-width: 600px) {
    .point__desc {
        margin-top: -44px;
        padding-top: 3rem;
    }
}
.point__desc p {
    font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
    .point__desc p {
        font-size: 1.15rem;
    }
}
.point__desc p strong {
    font-size: 1.2em;
    font-weight: 500;
    color: #02aadb;
}
@media screen and (min-width: 769px) {
    .point__desc {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .work .sec__inner {
        width: 80%;
    }
}
