@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.col_green {
  color: #138b67;
}

.col_orange {
  color: #e1724d !important;
}

.col_purple {
  color: #a854b1 !important;
}

.col_red {
  color: #d90034 !important;
}

/*--------------------------------------------------------------
base
--------------------------------------------------------------*/
html {
  font-size: 10px;
  margin: auto;
  transition: 0s;
}
html.menuon {
  overscroll-behavior: none;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
del {
  display: inline-block;
  text-decoration: none;
  padding: 0 0.2em;
  position: relative;
}
del::before, del::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 45%;
  background: #000;
}
del::after {
  top: 55%;
}

body {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
body.menuon {
  overscroll-behavior: none;
  overflow: hidden;
  height: 100vh;
}

img {
  vertical-align: bottom;
}

p,
li,
dt,
dd,
h3,
h4,
th,
td {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p,
li,
dt,
dd,
h3,
h4,
th,
td {
    line-height: 1.75;
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #222;
}

ul,
dl,
dt,
dd {
  padding-left: 0;
  margin: auto;
}

h3 {
  margin: auto;
}

figure {
  margin: 0;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 65%;
}

ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
ol li {
  padding-left: 1.5em;
}
ol li::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  text-align: left;
  font-size: 90%;
  opacity: 0.75;
}

._ib {
  display: inline-block;
}

._nw {
  white-space: nowrap;
}

.small {
  font-size: 85%;
}

.indent {
  display: block;
  padding-left: 1em;
}
.indent .dot {
  margin-left: -1em;
  display: inline-block;
}

.exc {
  display: inline-block;
  transform: rotate(15deg);
  padding-left: 0.2em;
}

.icontxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.icontxt .icon {
  vertical-align: middle;
}

.en {
  font-family: "Roboto", sans-serif;
}

.table_wrapper {
  overflow: scroll;
  margin: auto -20px;
  padding: 0 20px 20px;
}

.borderlist {
  border-top: 1px solid #138b67;
  padding-bottom: 6px;
}
.borderlist > * {
  position: relative;
  margin-top: 13px;
  background: rgba(19, 139, 103, 0.2);
}
.borderlist > *:first-child {
  margin-top: 5px;
}
.borderlist > *::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #138b67;
  margin: 5px auto 0;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.borderlist > *:nth-last-child(even) {
  background: rgba(19, 139, 103, 0.1);
}

hgroup.hg_reg {
  text-align: center;
}
hgroup.hg_reg .en {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3em;
}
hgroup.hg_reg h2 {
  margin-bottom: 10rem;
  display: inline-flex;
  width: 48rem;
  min-height: 5.2rem;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0.2em;
  letter-spacing: 0.1em;
}
hgroup.hg_reg h2 span {
  text-align: center;
}
hgroup.hg_reg h2::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #000;
  border-radius: 33rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%, 53% 50%, 48% 50%, 48% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%, 53% 50%, 48% 50%, 48% 100%, 0 100%);
}
hgroup.hg_reg h2::after {
  content: "";
  width: 1.5px;
  height: 2.5rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, 50%) rotate(22deg);
}
hgroup.hg_reg p.lead {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: -2rem;
  margin-bottom: 5rem;
}
hgroup.hg_reg.yellow .en {
  color: #ffeb00;
}
hgroup.hg_reg.yellow h2 {
  color: #ffeb00;
}
hgroup.hg_reg.yellow h2::before {
  border: 2px solid #ffeb00;
}
hgroup.hg_reg.yellow h2::after {
  background: #ffeb00;
}
@media screen and (max-width: 767px) {
  hgroup.hg_reg {
    text-align: center;
  }
  hgroup.hg_reg .en {
    font-size: 1.4rem;
  }
  hgroup.hg_reg h2 {
    flex-direction: column;
    line-height: 1.3;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 40rem;
    min-height: 5.2rem;
    font-size: 1.9rem;
    padding: 0.5em 1em;
  }
  hgroup.hg_reg p.lead {
    font-size: 1.7rem;
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}

.btn_reg {
  background: #d90034;
  width: 45rem;
  max-width: 100%;
  height: 8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  box-shadow: 0px 5px 0px black;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn_reg p {
  font-size: 2.2rem;
  font-weight: 500;
}
.btn_reg p .small {
  font-size: 75%;
}
.btn_reg:hover {
  background: #ff0d47;
}
.btn_reg.orange {
  background: #e1724d;
}
.btn_reg.orange:hover {
  background: #e89579;
}
.btn_reg.line {
  background: #06c755;
}
.btn_reg.line::before {
  content: "";
  width: 5.2rem;
  height: 100%;
  background: url(../images/icon_line.png) center center/contain no-repeat;
  margin-right: 1rem;
}
.btn_reg.line:hover {
  background: #07e060;
}
@media screen and (max-width: 767px) {
  .btn_reg {
    width: 32rem;
    max-width: 100%;
    font-size: 1.9rem;
  }
}

.thorn {
  position: relative;
  display: block;
}
.thorn::after {
  content: "";
  width: 2rem;
  height: 1.6rem;
  background: #138b67;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  -webkit-clip-path: polygon(10% 0, 100% 0, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 0 100%);
}

.fukidashi {
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #ffeb00;
  border-radius: 50%;
  color: #d90034;
  font-size: 1.7rem;
  font-weight: 800;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}
.fukidashi::after {
  content: "";
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: #ffeb00;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% - 1px), -50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .fukidashi {
    margin-right: 2rem;
    width: 4.5rem;
    font-size: 1.4rem;
  }
}

ul.check > li {
  line-height: 1.5;
  padding: 0 0 0 26px;
  background: url(../images/check_black.svg) 0em 0.4em no-repeat;
  background-size: 14px 14px;
  line-height: 1.5;
}
ul.check > li + li {
  margin-top: 0.6em;
}
ul.check.red > li {
  background-image: url(../images/check_red.svg);
}
ul.check.bt {
  border-top: rgba(34, 34, 34, 0.3) 1px solid;
  padding-top: 0.5em;
}
ul.check.bt > li {
  border-bottom: rgba(34, 34, 34, 0.3) 1px solid;
  padding-bottom: 0.5em;
  padding-bottom: 0.8em;
}
@media (max-width: 767px) {
  ul.check li {
    font-size: 15px;
    background-size: 12px 12px;
  }
}

ul.link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
ul.link a {
  transition: opacity 0.25s ease-in-out;
}
ul.link a .icon {
  width: 18px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  display: flex;
}
ul.link a .txt {
  font-size: 12px;
  white-space: nowrap;
}
ul.link a:hover {
  opacity: 0.6;
}

.large {
  font-size: 125%;
}

.komidashi {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .komidashi {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

p.red,
span.red,
strong.red {
  color: #d90034;
}

@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
main {
  overflow: hidden;
}

section {
  position: relative;
}
section .container {
  position: relative;
  z-index: 3;
}

.inner {
  width: 1040px;
  padding: 0 20px;
  position: relative;
  margin: auto;
}
.inner.wide {
  width: 100%;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .inner {
    max-width: 100%;
    min-width: unset;
  }
}

/*--------------------------------------------------------------
manualform
--------------------------------------------------------------*/
.manualform h2 {
  font-size: 17px;
  line-height: 1.8;
  padding: 0.3em 1em;
  font-weight: bold;
  color: #025545;
  margin-bottom: 1em;
  border-bottom: 1px solid #025545;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #025545;
  border-radius: 3px;
}
.manualform form {
  margin-top: 2rem;
}
.manualform form dl div dt {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.manualform form dl div dt .essential {
  font-size: 1.1rem;
  color: #d90034;
  display: inline-block;
  margin-left: 1px;
  margin-left: 1em;
}
.manualform form dl div dd {
  margin-top: 0.5rem;
  position: relative;
}
.manualform form dl div dd input {
  background: #eee;
  border-radius: 0.4rem;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
.manualform form dl div dd .error {
  white-space: nowrap;
  color: #fd7e00;
  position: absolute;
  left: 0;
  font-size: 11px;
  bottom: -1.2em;
  line-height: 1;
}
.manualform form .btn_wrapper button {
  background: #222;
  width: 100%;
  height: 5rem;
  color: #fff;
  border: none;
  justify-content: center;
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 3px solid #222;
  cursor: pointer;
}
.manualform form .btn_wrapper button:hover {
  background: #fff;
  color: #222;
}
.manualform form .btn_wrapper button:hover .icon {
  filter: invert(100%);
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
  transition: background 0.25s ease-in-out, height 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .upper {
  height: 4rem;
  background: #138b67;
  display: grid;
  place-content: center;
}
#header .upper .time {
  padding-bottom: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffeb00;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}
#header .upper .time span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 180%;
  vertical-align: middle;
  padding: 0.05em 0.1em 0;
}
#header .lower {
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  height: 8rem;
  padding: 0 1rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
#header .lower .sitename a {
  display: block;
  width: 20rem;
}
#header .lower nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
#header .lower nav .main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#header .lower nav .main li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  transition: color 0.25s ease-in-out;
  font-weight: bold;
}
#header .lower nav .main li a:hover {
  color: #138b67;
}
#header .lower nav .tel .icon {
  position: relative;
  top: 0px;
}
#header .lower nav .tel .icon img {
  width: 4rem;
}
#header .lower nav .tel .number {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
#header .lower nav .tel .reception {
  margin-top: 0rem;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
#header .lower nav ul.btns {
  display: flex;
  gap: 0.7rem;
}
#header .lower nav .contact {
  cursor: pointer;
  position: relative;
  top: -3px;
  width: 14rem;
  line-height: 1;
  height: 4.8rem;
  padding-bottom: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d90034;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 3px solid #d90034;
  line-height: 1;
  border-radius: 0.5rem;
  color: #ffeb00;
}
#header .lower nav .contact span {
  color: #d90034;
  background: #ffeb00;
  font-size: 80%;
  padding: 0.1em 0.3em;
  display: inline-block;
  margin-right: 0.3em;
  border-radius: 0.3rem;
}
#header .lower nav .contact:hover {
  color: #d90034;
  background-color: #fff;
}
#header .lower nav .contact.soudan {
  background: #e1724d;
  border-color: #e1724d;
}
#header .lower nav .contact.soudan span {
  color: #e1724d;
}
#header .lower nav .contact.soudan:hover {
  color: #e1724d;
  background: #fff;
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    height: auto;
    padding: 0;
    display: block;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }
  #header .upper {
    height: 3rem;
  }
  #header .upper .time {
    padding-bottom: 0.2em;
    font-size: 1.4rem;
  }
  #header .upper .time span {
    font-size: 130%;
    padding: 0.05em 0.1em 0;
  }
  #header .sitename {
    position: relative;
    z-index: 10;
  }
  #header .sitename a {
    display: block;
    width: 180px;
  }
  #header nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #header nav .main {
    margin: 0;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  #header nav .main li a {
    display: block;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.07em;
    transition: color 0.25s ease-in-out;
  }
  #header nav .main li a .en {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
    margin-top: 1rem;
  }
  #header nav .main li a:hover {
    color: #138b67;
  }
  #header nav .tel {
    margin-top: 10px;
  }
  #header nav .tel .number {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
  }
  #header nav .tel .reception {
    margin-top: 0.5rem;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #header nav .contact {
    position: relative;
    top: -3px;
    width: 17rem;
    line-height: 1;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 3px solid #222;
    line-height: 1;
  }
  #header nav .contact:hover {
    color: #222;
    background-color: #fff;
  }
  #header .gnav {
    opacity: 0;
    transition: opacity 0.6s, margin-left 0s 0.6s;
    margin-left: -100vw;
  }
  #header.menuon .gnav {
    opacity: 1;
    transition: opacity 0.6s 0s;
    margin-left: 0;
  }
  #header .btns {
    margin: 40px 0 0;
    display: flex;
    gap: 0.7rem;
  }
}

/*--------------------------------------------------------------
drawer
--------------------------------------------------------------*/
.menubutton {
  transition: 0.3s;
  z-index: 200;
  background: transparent;
  transition: 0.3s ease-out;
  width: 60px;
  height: 70px;
  position: fixed;
  top: 3rem;
  right: 0;
  cursor: pointer;
}
.menubutton span {
  transition: top 0.2s 0.2s ease-out, bottom 0.2s 0.2s ease-out, transform 0.2s 0s ease-out;
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  background: #000;
  left: 19px;
  top: calc(50% - 6px);
}
.menubutton span:nth-child(2) {
  top: 50%;
}
.menubutton span:nth-child(3) {
  top: calc(50% + 6px);
}
#header.menuon .menubutton span {
  transition: top 0.2s 0s ease-out, bottom 0.2s 0s ease-out, transform 0.2s 0.2s ease-out;
  transform: rotate(30deg);
  top: calc(50% - 0px);
}
#header.menuon .menubutton span:nth-child(2) {
  top: calc(50% + 0px);
  transform: rotate(-30deg);
}

/*--------------------------------------------------------------
mv
--------------------------------------------------------------*/
#mv {
  position: relative;
  min-width: 1080px;
  padding-top: 40px;
}
#mv .mv_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  text-align: center;
  z-index: 2;
}
#mv .mv_inner h1 {
  width: 100%;
  margin: 0;
  text-align: center;
}
#mv .mv_inner h1 img {
  width: 28%;
  filter: drop-shadow(0 2px 7px rgba(255, 255, 255, 0.6));
}
#mv .mv_inner .price {
  width: 100%;
  margin: -0.3% 0 1.1%;
  text-align: center;
}
#mv .mv_inner .price img {
  width: 49%;
  filter: drop-shadow(0 5px 16px rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  #mv {
    position: relative;
    min-width: unset;
    padding-top: 3cap;
  }
  #mv .mv_inner {
    background: rgba(19, 139, 103, 0.14);
    position: static;
    width: 100%;
    margin: 0;
    padding: 5vw 0 6vw;
    gap: 3.5vw;
    justify-content: flex-start;
  }
  #mv .mv_inner h1 {
    text-align: center;
  }
  #mv .mv_inner h1 img {
    width: 88%;
    filter: none;
  }
  #mv .mv_inner .price {
    margin: 0;
    text-align: center;
  }
  #mv .mv_inner .price img {
    width: 93%;
    transform: none;
  }
}

/*--------------------------------------------------------------
mvlower
--------------------------------------------------------------*/
#mvlower {
  padding-top: 2rem;
  background: #dceee8;
}
#mvlower .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#mvlower .btns a {
  cursor: pointer;
  position: relative;
}
#mvlower .btns a .sub {
  background: #ffeb00;
  width: 11rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  color: #d90034;
  font-size: 1.8rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mvlower .btns a .main {
  font-size: 2.4rem;
  color: #ffeb00;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.3em;
}
#mvlower .btns a .main .small {
  font-size: 70%;
  transform: translateY(15%);
}
#mvlower .note {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #mvlower {
    padding-top: 2rem;
    background: #dceee8;
  }
  #mvlower .btns {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    gap: 3rem;
  }
  #mvlower .btns a {
    cursor: pointer;
    position: relative;
  }
  #mvlower .btns a .sub {
    width: 10rem;
    height: 2.2rem;
    font-size: 1.6rem;
  }
  #mvlower .btns a .main {
    font-size: 2.1rem;
    flex-direction: column;
  }
  #mvlower .btns a .main .small {
    font-size: 70%;
    transform: translateY(15%);
  }
  #mvlower .note {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 2rem;
  }
}

/*--------------------------------------------------------------
interview
--------------------------------------------------------------*/
#interview {
  background: #dceee8;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#interview h2 {
  text-align: center;
}
#interview h2 span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 0.5em 2rem;
  line-height: 1.3;
  background: url(../images/interview_line.svg) center bottom no-repeat;
  letter-spacing: 0.1em;
}
#interview h2 span strong {
  font-weight: 500;
  color: #138b67;
}
#interview p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 2em auto;
}
#interview ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#interview ul li {
  width: 32rem;
}
#interview ul li a {
  transition: opacity 0.3s;
}
#interview ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #interview {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  #interview h2 {
    text-align: center;
  }
  #interview h2 span {
    display: inline-block;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 500;
    background: url(../images/interview_line.svg) center bottom no-repeat;
  }
  #interview p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 2em auto;
  }
  #interview ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
  }
  #interview ul li {
    width: 100%;
  }
  #interview ul li a {
    transition: opacity 0.3s;
  }
  #interview ul li a:hover {
    opacity: 0.8;
  }
}

/*--------------------------------------------------------------
offer
--------------------------------------------------------------*/
section.offer {
  padding: 10rem 0;
  background: #baeacc url(../images/offer_bg.png) center top/contain no-repeat;
}
section.offer.white {
  background: #fff;
  padding: 4rem 0;
}
section.offer .offer_contact {
  padding: 4rem;
}
section.offer .offer_contact .btns {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
section.offer .offer_contact .btns h5 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}
section.offer .offer_contact .telarrea {
  margin-top: 2rem;
  padding: 2rem 1rem;
  border: 1px solid #aaa;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.offer .offer_contact .telarrea .tel .number {
  line-height: 1;
}
section.offer .offer_contact .telarrea .tel .number .txt {
  padding-left: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}
section.offer .offer_contact .telarrea .tel .number .txt .reception {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0.2em;
}
section.offer .offer_contact .telarrea.green {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12rem;
  background: rgba(19, 139, 103, 0.1);
  border: none;
}
section.offer .offer_contact .telarrea.green .otoiawase {
  width: 30rem;
  height: 5rem;
  background: #138b67;
  display: grid;
  place-content: center;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.8;
}
section.offer .offer_contact .telarrea.green .otoiawase:hover {
  background: rgba(19, 139, 103, 0.8);
}
section.offer .offer_contact.white {
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 1.8rem;
}
section.offer div.plus {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -2rem 0;
}
section.offer div.plus img {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  section.offer {
    padding: 8rem 0;
  }
  section.offer.white {
    padding: 4rem 0;
  }
  section.offer .offer_contact {
    padding: 3rem 5vw;
  }
  section.offer .offer_contact .btns {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
  section.offer .offer_contact .btns li {
    text-align: center;
    width: 100%;
  }
  section.offer .offer_contact .btns h5 {
    font-size: 1.7rem;
  }
  section.offer .offer_contact .btns p.main {
    flex-direction: column;
    padding: 0;
    gap: 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  section.offer .offer_contact .telarrea {
    margin-top: 4rem;
    padding: 2rem 1rem;
    border: 1px solid #aaa;
    border-radius: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.offer .offer_contact .telarrea .tel .number {
    line-height: 1;
  }
  section.offer .offer_contact .telarrea .tel .number .txt {
    padding-left: 1rem;
    font-size: 2.8rem;
  }
  section.offer .offer_contact .telarrea .tel .number .txt .reception {
    font-size: 1.3rem;
  }
  section.offer .offer_contact .telarrea.green {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    background: rgba(19, 139, 103, 0.1);
    border: none;
  }
  section.offer .offer_contact .telarrea.green .otoiawase {
    width: 30rem;
    max-width: 100%;
    height: 5rem;
    font-size: 1.87rem;
  }
  section.offer .offer_contact.white {
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 1.8rem;
  }
  section.offer div.plus {
    margin: -2rem 0;
  }
  section.offer div.plus img {
    width: 7rem;
  }
}

.offer_present {
  background: #fff;
  border-radius: 1.8rem;
  position: relative;
  padding: 5rem 10rem 7rem;
  text-align: center;
}
.offer_present .limited {
  width: 17rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
.offer_present h2 {
  width: 57rem;
  text-align: center;
  position: relative;
  height: 9.6rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.offer_present h2::before, .offer_present h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: url(../images/present_ornament.png) left top/contain no-repeat;
}
.offer_present h2::after {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.offer_present h2 span {
  color: #2ba63d;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 900;
}
.offer_present .tokuten {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
  margin-top: 8rem;
}
.offer_present .tokuten li {
  width: 36rem;
  position: relative;
}
.offer_present .tokuten li.road {
  width: 32rem;
}
.offer_present .tokuten li .number {
  background: #fff;
  border: 2px solid #138b67;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 500;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  color: #138b67;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer_present .tokuten li .number .num {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
}
.offer_present .tokuten li h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 0.5em;
}
.offer_present .feature {
  margin-top: 4rem;
  border: 1px solid rgba(19, 139, 103, 0.5);
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
  align-items: center;
  padding: 2.4rem;
}
.offer_present .feature li {
  width: 15rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/present_num.svg) center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.offer_present .feature li .number {
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #138b67;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  display: grid;
  place-content: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 15%;
}
.offer_present .feature li .main {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4761904762;
  white-space: nowrap;
  font-weight: 500;
}
.offer_present .feature li .main strong {
  font-weight: inherit;
  color: #138b67;
}
.offer_present .btnarea {
  text-align: center;
  margin-top: 4rem;
}
.offer_present .btnarea a {
  width: 60rem;
}
.offer_present p.line {
  text-align: center;
}
.offer_present p.line span {
  display: inline-block;
  background: #06c755;
  font-size: 2rem;
  width: 24rem;
  height: 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 2rem;
}
.offer_present p.line span::after {
  background: #06c755;
}
.offer_present h3.popup {
  text-align: center;
  margin-top: 0;
}
.offer_present h3.popup img {
  width: 50rem;
}
.offer_present .tokuten.popup {
  margin-top: 3rem;
}
.offer_present .tokuten.popup .ornament {
  position: absolute;
  top: -0.3rem;
  left: -1rem;
}
.offer_present.popup {
  padding-bottom: 0;
}
.offer_present .btnarea.popup {
  margin-top: 0;
  transform: translateY(4rem);
}
.offer_present .btnarea.popup .sns {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #06c755;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .offer_present {
    border-radius: 1.4rem;
    padding: 5rem 5vw 4rem;
    text-align: center;
  }
  .offer_present .limited {
    width: 12rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, -50%);
  }
  .offer_present h2 {
    width: auto;
    height: 7rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
  }
  .offer_present h2::before, .offer_present h2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: url(../images/present_ornament.png) left top/contain no-repeat;
    display: none;
  }
  .offer_present h2::after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
  }
  .offer_present h2 span {
    font-size: 1.7rem;
  }
  .offer_present .tokuten {
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
  .offer_present .tokuten li {
    width: auto;
    position: relative;
  }
  .offer_present .tokuten li.road {
    width: auto;
  }
  .offer_present .tokuten li .number {
    transform: translate(-30%, -30%) scale(0.8);
  }
  .offer_present .tokuten li h3 {
    font-size: 1.6rem;
  }
  .offer_present .feature {
    margin-top: 4rem;
    flex-direction: column;
    gap: 4rem;
  }
  .offer_present .btnarea a {
    width: 60rem;
  }
  .offer_present p.line {
    text-align: center;
  }
  .offer_present p.line span {
    display: inline-block;
    background: #06c755;
    font-size: 2rem;
    width: 24rem;
    height: 3.2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 2rem;
  }
  .offer_present p.line span::after {
    background: #06c755;
  }
  .offer_present h3.popup {
    text-align: center;
    margin-top: 0;
  }
  .offer_present h3.popup img {
    width: 50rem;
  }
  .offer_present .tokuten.popup {
    margin-top: 3rem;
  }
  .offer_present .tokuten.popup .ornament {
    position: absolute;
    top: -0.3rem;
    left: -1rem;
  }
  .offer_present.popup {
    padding-bottom: 0;
  }
  .offer_present .btnarea.popup {
    margin-top: 0;
    transform: translateY(4rem);
  }
  .offer_present .btnarea.popup .sns {
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    color: #06c755;
    margin-bottom: 0.5em;
  }
}
/*--------------------------------------------------------------
movie
--------------------------------------------------------------*/
#movie {
  padding: 10rem 0;
  text-align: center;
}
#movie p.logo {
  text-align: center;
}
#movie p.logo img {
  width: 20rem;
}
#movie h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
#movie .youtube {
  width: 92rem;
  margin: auto;
  padding: 1rem;
  background: #138b67;
}
#movie .youtube iframe {
  width: 90rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  #movie {
    padding: 7rem 0;
  }
  #movie p.logo img {
    width: 16rem;
  }
  #movie h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  #movie .youtube {
    width: 100%;
    margin: auto;
    padding: 0.5rem;
  }
}

/*--------------------------------------------------------------
about
--------------------------------------------------------------*/
#about {
  padding-top: 8rem;
}
#about h2 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
#about .lower {
  margin-top: 3rem;
  background: rgba(167, 185, 198, 0.3);
  padding-top: 2rem;
  padding-bottom: 10rem;
}
#about .lower hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
#about .lower hgroup figure {
  width: 30rem;
}
#about .lower hgroup .txt h3 span {
  font-size: 2.5rem;
  font-weight: 500;
  color: #138b67;
  padding-bottom: 3rem;
  background: url(../images/about_darw.png) center bottom/contain no-repeat;
  display: inline-block;
}
#about .lower hgroup .txt p {
  font-size: 1.8rem;
  margin-top: 0.2em;
}
#about .lower h4 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 8rem;
  text-align: center;
}
#about .lower .inner > ul {
  margin-top: 13rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16rem 3rem;
}
#about .lower .inner > ul > li {
  width: calc(50% - 1.5rem);
  background: #fff;
  border-radius: 2.4rem;
  padding: 0 4rem 3rem;
}
#about .lower .inner > ul > li > a {
  display: block;
  margin-top: -10rem;
  transition: opacity 0.3s;
}
#about .lower .inner > ul > li > a img {
  border-radius: 1.2rem;
}
#about .lower .inner > ul > li > a:hover {
  opacity: 0.8;
}
#about .lower .inner > ul > li h5 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
#about .lower .inner > ul > li p.sns a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
}
#about .lower .inner > ul > li p.sns a .icon {
  width: 2.4rem;
}
#about .lower .inner > ul > li p.sns a .txt {
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
#about .lower .inner > ul > li ul {
  margin-top: 3rem;
  border-top: 1px solid #aaa;
}
#about .lower .inner > ul > li ul li {
  border-bottom: 1px solid #aaa;
  padding: 1rem 0 1rem 1.5em;
  font-size: 1.5rem;
  font-weight: 500;
}
#about .lower .inner > ul > li ul li::before {
  content: "・";
  color: #e1724d;
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}
#about .lower .lead {
  text-align: center;
  margin-top: 2em;
}
#about .lower .frame {
  margin-top: 2rem;
  background: #fff;
  border-radius: 1.8rem;
  padding: 3rem 4rem;
}
#about .lower .frame h5 {
  font-size: 1.8rem;
  color: #138b67;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
}
#about .lower .frame dl {
  margin-top: 2rem;
}
#about .lower .frame dl div {
  display: flex;
  border-radius: 0.8rem;
  background: rgba(19, 139, 103, 0.2);
  justify-content: flex-start;
  align-items: center;
}
#about .lower .frame dl div:nth-of-type(even) {
  background: rgba(19, 139, 103, 0.1);
}
#about .lower .frame dl div dt {
  padding: 1rem 1rem 1rem 4rem;
  width: 22rem;
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #138b67;
  font-size: 1.8rem;
  font-weight: bold;
}
#about .lower .frame dl div dd {
  padding: 1rem 1rem 1rem 4rem;
  width: calc(100% - 22rem);
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 6rem;
  }
  #about h2 {
    font-size: 2.4rem;
  }
  #about .lower {
    margin-top: 3rem;
    padding-bottom: 8rem;
  }
  #about .lower hgroup {
    flex-direction: column;
    gap: 3rem;
  }
  #about .lower hgroup figure {
    width: 20rem;
  }
  #about .lower hgroup .txt h3 {
    text-align: center;
  }
  #about .lower hgroup .txt h3 span {
    font-size: 2.1rem;
    padding-bottom: 2.5rem;
  }
  #about .lower hgroup .txt p {
    font-size: 1.6rem;
    margin-top: 0.9em;
  }
  #about .lower h4 {
    font-size: 2rem;
    margin-top: 6rem;
  }
  #about .lower .inner > ul {
    margin-top: calc(20vw + 3rem);
    display: flex;
    flex-wrap: wrap;
    gap: 32vw;
  }
  #about .lower .inner > ul > li {
    width: 100%;
    border-radius: 2rem;
    padding: 0 5vw 3rem;
  }
  #about .lower .inner > ul > li > a {
    display: block;
    margin-top: -20vw;
    transition: opacity 0.3s;
  }
  #about .lower .inner > ul > li > a img {
    border-radius: 1.2rem;
  }
  #about .lower .inner > ul > li > a:hover {
    opacity: 0.8;
  }
  #about .lower .inner > ul > li h5 {
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  #about .lower .inner > ul > li p.sns a .icon {
    width: 2.2rem;
  }
  #about .lower .inner > ul > li p.sns a .txt {
    font-size: 1.5rem;
  }
  #about .lower .inner > ul > li ul {
    margin-top: 2.5rem;
  }
  #about .lower .inner > ul > li ul li {
    padding: 1rem 0 1rem 1.5em;
    font-size: 1.5rem;
  }
  #about .lower .lead {
    text-align: left;
    margin-top: 2em;
  }
  #about .lower .frame {
    margin-top: 2rem;
    background: #fff;
    border-radius: 1.8rem;
    padding: 3rem 5vw;
  }
  #about .lower .frame h5 {
    font-size: 1.8rem;
    color: #138b67;
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
  }
  #about .lower .frame dl {
    margin-top: 2rem;
  }
  #about .lower .frame dl div {
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    background: rgba(19, 139, 103, 0.2);
    justify-content: flex-start;
    align-items: flex-start;
  }
  #about .lower .frame dl div:nth-of-type(even) {
    background: rgba(19, 139, 103, 0.1);
  }
  #about .lower .frame dl div dt {
    margin: 0;
    padding: 1rem 1rem 0.2rem;
    width: auto;
    min-width: 50%;
    border-right: none;
    border-bottom: 1px solid #138b67;
    font-size: 1.6rem;
  }
  #about .lower .frame dl div dd {
    margin: 0;
    padding: 1rem 1rem 1rem 1rem;
    width: auto;
  }
}

/*--------------------------------------------------------------
annoy
--------------------------------------------------------------*/
#annoy {
  padding: 10rem 0;
}
#annoy .serif {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#annoy .serif figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35rem;
  transform: translate(-40%, -50%);
}
#annoy .serif ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#annoy .serif ul li {
  margin-top: -1rem;
  padding: 0rem 3rem;
  width: auto;
  height: 12rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cad5e8;
  border-radius: 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
#annoy .serif ul li::after {
  content: "";
  width: 3.4rem;
  height: 2.4rem;
  background: #cad5e8;
  position: absolute;
  bottom: 50%;
  left: 100%;
  transform: translate(calc(0% - 1px), 50%);
  -webkit-clip-path: polygon(0% 0, 100% 50%, 0 100%);
          clip-path: polygon(0% 0, 100% 50%, 0 100%);
}
#annoy .serif ul li:nth-of-type(even) {
  background: #d7c6c6;
}
#annoy .serif ul li:nth-of-type(even):after {
  background: #d7c6c6;
}
#annoy .serif ul li:nth-of-type(1):after {
  transform: translate(calc(0% - 1px), 50%) skewY(25deg);
}
#annoy .serif ul li:nth-of-type(2) {
  left: 10rem;
}
#annoy .serif ul li:nth-of-type(2):after {
  transform: translate(calc(0% - 1px), 50%) skewY(15deg);
}
#annoy .serif ul li:nth-of-type(3) {
  left: 2rem;
}
#annoy .serif ul li:nth-of-type(3):after {
  transform: translate(calc(0% - 1px), 50%) skewY(-25deg);
}
#annoy .serif ul li:nth-of-type(4) {
  left: 5rem;
}
#annoy .serif ul li:nth-of-type(4):after {
  transform: translate(calc(0% - 1px), 50%) skewY(-15deg);
}
#annoy .serif ul:nth-of-type(2) {
  justify-content: flex-end;
  align-items: flex-end;
}
#annoy .serif ul:nth-of-type(2) li {
  background: #d7c6c6;
}
#annoy .serif ul:nth-of-type(2) li::after {
  background: #d7c6c6;
  bottom: 50%;
  left: unset;
  right: 100%;
  transform: translate(calc(0% + 1px), 50%);
  -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(even) {
  background: #cad5e8;
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(even):after {
  background: #cad5e8;
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(1) {
  left: -5rem;
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(1):after {
  transform: translate(calc(0% + 1px), 50%) skewY(-25deg);
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(2) {
  left: -2rem;
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(2):after {
  transform: translate(calc(0% + 1px), 50%) skewY(-15deg);
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(3) {
  left: -1rem;
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(3):after {
  transform: translate(calc(0% + 1px), 50%) skewY(15deg);
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(4) {
  left: 0;
}
#annoy .serif ul:nth-of-type(2) li:nth-of-type(4):after {
  transform: translate(calc(0% + 1px), 50%) skewY(25deg);
}
#annoy .fee p {
  margin: 5rem auto;
  text-align: center;
}
#annoy .fee p strong .colored {
  display: inline-block;
  color: #138b67;
  border-bottom: 2px solid #ffeb00;
}
#annoy .fee table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
#annoy .fee table .holytechframe {
  position: absolute;
  top: 0;
  left: 1px;
  border: 2px solid #025545;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
}
#annoy .fee table thead tr th {
  position: relative;
  height: 10rem;
  vertical-align: middle;
  text-align: center;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
#annoy .fee table thead tr th:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  color: #025545;
  border-bottom: 1px solid #025545;
}
#annoy .fee table thead tr th:nth-of-type(n + 2) {
  width: 27%;
  background: #4ab29d;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.5;
}
#annoy .fee table thead tr th:nth-of-type(n + 2) span {
  display: block;
  text-align: center;
}
#annoy .fee table thead tr th:nth-of-type(2) {
  background: #025545;
  color: #ffeb00;
  font-size: 2.1rem;
}
#annoy .fee table tbody tr {
  background: #ddefec;
}
#annoy .fee table tbody tr:nth-child(even) {
  background: #eef7f5;
}
#annoy .fee table tbody tr th {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #025545;
  background: #fff;
  border-bottom: 1px solid #025545;
}
#annoy .fee table tbody tr td {
  height: 13rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8em;
}
#annoy .fee table tbody tr td:nth-child(2) {
  font-size: 2.1rem;
  font-weight: bold;
  color: #138b67;
}
#annoy .fee .note {
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #annoy {
    padding: 8rem 0;
  }
  #annoy .serif {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  #annoy .serif figure {
    position: static;
    width: 80%;
    max-width: 400px;
    transform: unset;
  }
  #annoy .serif ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #annoy .serif ul li {
    margin-top: -1rem;
    padding: 2rem 2rem;
    width: auto;
    height: min-12rem;
    display: inline-flex;
    border-radius: 1.2rem;
    font-size: 1.8rem;
  }
  #annoy .serif ul li::after {
    content: "";
    width: 3.4rem;
    height: 2.4rem;
    background: #cad5e8;
    position: absolute;
    bottom: 50%;
    left: 100%;
    transform: translate(calc(0% - 1px), 50%);
    -webkit-clip-path: polygon(0% 0, 100% 50%, 0 100%);
            clip-path: polygon(0% 0, 100% 50%, 0 100%);
  }
  #annoy .serif ul li:nth-of-type(even) {
    background: #d7c6c6;
  }
  #annoy .serif ul li:nth-of-type(even):after {
    background: #d7c6c6;
  }
  #annoy .serif ul li:nth-of-type(1):after {
    transform: translate(calc(0% - 1px), 50%) skewY(25deg);
  }
  #annoy .serif ul li:nth-of-type(2) {
    left: 5rem;
  }
  #annoy .serif ul li:nth-of-type(2):after {
    transform: translate(calc(0% - 1px), 50%) skewY(15deg);
  }
  #annoy .serif ul li:nth-of-type(3) {
    left: 2rem;
  }
  #annoy .serif ul li:nth-of-type(3):after {
    transform: translate(calc(0% - 1px), 50%) skewY(-25deg);
  }
  #annoy .serif ul li:nth-of-type(4) {
    left: -1rem;
  }
  #annoy .serif ul li:nth-of-type(4):after {
    transform: translate(calc(0% - 1px), 50%) skewY(-15deg);
  }
  #annoy .serif ul:nth-of-type(2) {
    justify-content: flex-end;
    align-items: flex-end;
  }
  #annoy .serif ul:nth-of-type(2) li {
    background: #cad5e8;
  }
  #annoy .serif ul:nth-of-type(2) li::after {
    background: #cad5e8;
    bottom: 50%;
    left: unset;
    right: 100%;
    transform: translate(calc(0% + 1px), 50%);
    -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
            clip-path: polygon(0 50%, 100% 0%, 100% 100%);
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(even) {
    background: #d7c6c6;
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(even):after {
    background: #d7c6c6;
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(1) {
    left: -5rem;
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(1):after {
    transform: translate(calc(0% + 1px), 50%) skewY(-25deg);
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(2) {
    left: -2rem;
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(2):after {
    transform: translate(calc(0% + 1px), 50%) skewY(-15deg);
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(3) {
    left: -1rem;
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(3):after {
    transform: translate(calc(0% + 1px), 50%) skewY(15deg);
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(4) {
    left: 0;
  }
  #annoy .serif ul:nth-of-type(2) li:nth-of-type(4):after {
    transform: translate(calc(0% + 1px), 50%) skewY(25deg);
  }
  #annoy .fee p {
    margin: 5rem auto;
    text-align: center;
  }
  #annoy .fee table thead tr th {
    height: 10rem;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }
  #annoy .fee table thead tr th:first-child {
    font-size: 1.5rem;
  }
  #annoy .fee table thead tr th:nth-of-type(n + 2) {
    padding: 0 1rem;
    width: auto;
    font-size: 1.8rem;
  }
  #annoy .fee table thead tr th:nth-of-type(n + 2) span {
    display: block;
    font-size: 1.3rem;
  }
  #annoy .fee table thead tr th:nth-of-type(2) {
    font-size: 1.8rem;
  }
  #annoy .fee table tbody tr th {
    font-size: 1.5rem;
  }
  #annoy .fee table tbody tr td {
    height: 12rem;
    font-size: 1.6em;
  }
  #annoy .fee table tbody tr td:nth-child(2) {
    font-size: 1.8rem;
  }
  #annoy .fee .note {
    text-align: left;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------
monetization
--------------------------------------------------------------*/
#monetization {
  padding-bottom: 10rem;
}
#monetization ul {
  display: flex;
  gap: 3rem;
}
#monetization ul li {
  width: 25%;
}
#monetization ul li .num {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 2rem;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ef6d6d;
  display: grid;
  place-content: center;
  margin: auto;
}
#monetization ul li h3 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0.8em auto 0.5em;
}
#monetization ul li figure img {
  border-radius: 0.8rem;
}
#monetization ul li .body {
  margin-top: 0.5em;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4705882353;
  padding-left: 2rem;
}
#monetization ul li .body strong {
  font-weight: inherit;
  color: #d90034;
}
#monetization ul li .body .icon {
  width: 2rem;
  display: inline-block;
  margin-left: -2rem;
}
#monetization ul li .body .icon img {
  width: 1.4rem;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 767px) {
  #monetization {
    padding-bottom: 8rem;
  }
  #monetization ul {
    gap: 3rem;
    flex-direction: column;
  }
  #monetization ul li {
    width: 100%;
  }
  #monetization ul li .num {
    font-size: 1.8rem;
    width: 4rem;
  }
  #monetization ul li h3 {
    font-size: 2.2rem;
  }
  #monetization ul li .body {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}

/*--------------------------------------------------------------
reason
--------------------------------------------------------------*/
#reason {
  padding: 10rem 0;
  background: #e7f3f0;
}
#reason div.lead {
  padding-bottom: 15rem;
}
#reason div.step {
  background: rgba(61, 140, 219, 0.1);
  padding-bottom: 10rem;
}
#reason div.step hgroup {
  background: #3d8cdb;
  display: flex;
  width: 60rem;
  border-radius: 3rem;
  height: 4.6rem;
  border: 1px solid #3d8cdb;
  margin: auto;
  transform: translateY(-50%);
}
#reason div.step hgroup::after {
  background: #3d8cdb;
}
#reason div.step hgroup .step {
  width: 14rem;
  color: #3d8cdb;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
}
#reason div.step hgroup h2 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 14rem);
}
#reason div.step .frame {
  background: rgba(61, 140, 219, 0.2);
  border-radius: 1.8rem;
  padding: 4rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#reason div.step .frame .block {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3rem 6rem 4rem;
}
#reason div.step .frame .block .point {
  line-height: 3rem;
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 100;
  background: #3d8cdb;
  display: inline-block;
  border-radius: 0.3rem;
  margin-left: -9rem;
  font-family: "Roboto", sans-serif;
}
#reason div.step .frame .block .point .num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#reason div.step .frame .contents {
  margin-top: 0.5em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  padding: 0.1em;
}
#reason div.step .frame .contents li {
  font-size: inherit;
  font-weight: bold;
  color: #3d8cdb;
}
#reason div.step .frame .contents li .dot {
  display: inline-block;
  width: 0.8em;
  transform-style: scale(1.5);
  font-weight: 900;
}
#reason div.step .frame .body {
  font-weight: 500;
  margin-top: 0.5em;
}
#reason div.step .frame .block_inner:has(.txt) {
  display: flex;
  gap: 4rem;
}
#reason div.step .frame .block_inner:has(.txt) .right {
  width: 48.5801217039%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reason div.step .frame .point1car {
  margin-top: 2rem;
  display: flex;
  background: rgba(61, 140, 219, 0.1);
  padding: 2rem 0;
}
#reason div.step .frame .point1car li {
  padding: 0 2rem;
}
#reason div.step .frame .point1car li:first-child {
  border-right: 1px solid #3d8cdb;
}
#reason div.step .frame .point1car li:first-child img {
  display: inline-block;
}
#reason div.step .frame .note {
  margin-top: 1em;
}
#reason div.step.step2 {
  background: rgba(188, 129, 110, 0.1);
}
#reason div.step.step2 hgroup {
  background: #bc816e;
  border: 1px solid #bc816e;
}
#reason div.step.step2 hgroup::after {
  background: #bc816e;
}
#reason div.step.step2 hgroup .step {
  color: #bc816e;
}
#reason div.step.step2 .frame {
  background: rgba(188, 129, 110, 0.2);
}
#reason div.step.step2 .frame .block .point {
  background: #bc816e;
}
#reason div.step.step2 .frame .contents li {
  color: #bc816e;
}
#reason div.step.step3 {
  background: rgba(219, 167, 61, 0.1);
}
#reason div.step.step3 hgroup {
  background: #dba73d;
  border: 1px solid #dba73d;
}
#reason div.step.step3 hgroup::after {
  background: #dba73d;
}
#reason div.step.step3 hgroup .step {
  color: #dba73d;
}
#reason div.step.step3 .frame {
  background: rgba(219, 167, 61, 0.2);
}
#reason div.step.step3 .frame .block .point {
  background: #dba73d;
}
#reason div.step.step3 .frame .contents li {
  color: #dba73d;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 8rem 0;
    background: #e7f3f0;
  }
  #reason div.lead {
    padding-bottom: 10rem;
  }
  #reason div.step {
    padding-bottom: 8rem;
  }
  #reason div.step hgroup {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 3rem;
    height: 4.1rem;
    margin: auto;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
  }
  #reason div.step hgroup .step {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 12rem;
    font-size: 1.6rem;
    height: 2rem;
  }
  #reason div.step hgroup h2 {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    width: auto;
  }
  #reason div.step .frame {
    border-radius: 1.6rem;
    padding: 3vw;
    margin-top: 2rem;
    margin-left: -5vw;
    margin-right: -5vw;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #reason div.step .frame .block {
    border-radius: 1.2rem;
    padding: 3vw;
  }
  #reason div.step .frame .block .point {
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin-left: -3rem;
  }
  #reason div.step .frame .contents {
    font-size: 1.8rem;
    padding: 0.1em;
  }
  #reason div.step .frame .block_inner:has(.txt) {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #reason div.step .frame .block_inner:has(.txt) .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #reason div.step .frame .point1car {
    flex-direction: column;
    margin-top: 2rem;
    display: flex;
    padding: 0rem 0;
  }
  #reason div.step .frame .point1car li {
    padding: 5vw;
  }
  #reason div.step .frame .point1car li:first-child {
    border-right: none;
  }
  #reason div.step .frame .note {
    margin-top: 1em;
  }
  #reason div.step.step2 {
    background: rgba(188, 129, 110, 0.1);
  }
  #reason div.step.step2 hgroup {
    background: #bc816e;
    border: 1px solid #bc816e;
  }
  #reason div.step.step2 hgroup::after {
    background: #bc816e;
  }
  #reason div.step.step2 hgroup .step {
    color: #bc816e;
  }
  #reason div.step.step2 .frame {
    background: rgba(188, 129, 110, 0.2);
  }
  #reason div.step.step2 .frame .block .point {
    background: #bc816e;
  }
  #reason div.step.step2 .frame .contents li {
    color: #bc816e;
  }
  #reason div.step.step3 {
    background: rgba(219, 167, 61, 0.1);
  }
  #reason div.step.step3 hgroup {
    background: #dba73d;
    border: 1px solid #dba73d;
  }
  #reason div.step.step3 hgroup::after {
    background: #dba73d;
  }
  #reason div.step.step3 hgroup .step {
    color: #dba73d;
  }
  #reason div.step.step3 .frame {
    background: rgba(219, 167, 61, 0.2);
  }
  #reason div.step.step3 .frame .block .point {
    background: #dba73d;
  }
  #reason div.step.step3 .frame .contents li {
    color: #dba73d;
  }
}

/*--------------------------------------------------------------
guarantee
--------------------------------------------------------------*/
#guarantee {
  background: #138b67;
  padding: 10rem;
}
#guarantee .block {
  background: #fff;
  border-radius: 1.8rem;
  padding: 0 4rem 6rem;
  margin-top: 2rem;
}
#guarantee .block p.thorn {
  width: 25rem;
  height: 5rem;
  margin: auto;
  background: #138b67;
  border-radius: 33rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  display: grid;
  place-content: center;
  transform: translateY(-3.5rem);
}
#guarantee .block p.thorn::after {
  background: #138b67;
}
#guarantee .block h3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
  color: #138b67;
}
#guarantee .block p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
#guarantee .block ul.point {
  margin-top: 3rem;
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}
#guarantee .block ul.point + p {
  margin-top: 2em;
}
#guarantee .block ul.point li {
  width: calc(33% - 1.2rem);
  background: rgba(19, 139, 103, 0.2);
  padding: 2rem 1rem 4rem;
  border-radius: 0.8rem;
}
#guarantee .block ul.point li .point {
  line-height: 3rem;
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 100;
  background: #138b67;
  display: inline-block;
  border-radius: 0.3rem;
  margin-left: -2rem;
  font-family: "Roboto", sans-serif;
}
#guarantee .block ul.point li .point .num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#guarantee .block ul.point li h4 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0.5em 0 0.7em;
}
#guarantee .block ul.point li h4.icontxt {
  justify-content: center;
  gap: 0.8rem;
}
#guarantee .block ul.point li h4.icontxt .icon {
  display: flex;
}
#guarantee .block ul.point li h4.icontxt .icon img {
  width: 2rem;
}
#guarantee .block ul.point li p {
  font-size: 1.6rem;
}
#guarantee .block > figure {
  margin: 3rem 0;
}
#guarantee .block figure.img {
  text-align: center;
}
#guarantee .block figure.img img {
  width: 40rem;
}
#guarantee .block p.lead {
  font-size: 2.3rem;
  font-weight: bold;
}
#guarantee .block .foryou {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
#guarantee .block .foryou li {
  position: relative;
  margin-top: -3rem;
  margin-bottom: -3rem;
  width: 56rem;
  height: 14rem;
  background: rgba(19, 139, 103, 0.1);
  padding: 1rem;
  border-radius: 55rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 2rem;
}
#guarantee .block .foryou li figure img {
  width: 12rem;
}
#guarantee .block .foryou li p {
  line-height: 1.2;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
}
#guarantee .block .foryou li p strong {
  font-size: 150%;
}
#guarantee .block .foryou li:nth-child(even) {
  flex-direction: row-reverse;
  float: right;
}
#guarantee .block .foryou li:nth-of-type(1) {
  left: 5rem;
}
#guarantee .block .foryou li:nth-of-type(2) {
  left: -1rem;
  background: rgba(147, 182, 211, 0.1);
}
#guarantee .block .foryou li:nth-of-type(3) {
  left: 0;
  background: rgba(211, 206, 147, 0.2);
}
#guarantee .block .foryou li:nth-of-type(4) {
  left: 1rem;
  background: rgba(69, 19, 139, 0.1);
}
#guarantee .block .foryou li:nth-of-type(5) {
  left: 3rem;
  background: rgba(139, 63, 19, 0.1);
}
#guarantee .note {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  #guarantee {
    padding: 8rem 0;
  }
  #guarantee .block {
    border-radius: 1.6rem;
    padding: 0 5vw 6rem;
    margin-top: 2rem;
  }
  #guarantee .block p.thorn {
    width: 25rem;
    height: 4rem;
    margin: auto;
    font-size: 2.1rem;
    transform: translateY(-3rem);
  }
  #guarantee .block h3 {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
  #guarantee .block p {
    font-size: 1.6rem;
  }
  #guarantee .block ul.point {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  #guarantee .block ul.point + p {
    margin-top: 2em;
  }
  #guarantee .block ul.point li {
    width: 100%;
    padding: 1rem 1rem 3rem;
    border-radius: 0.8rem;
  }
  #guarantee .block ul.point li .point {
    line-height: 2.5rem;
    font-size: 1.5rem;
    margin-left: -2rem;
  }
  #guarantee .block ul.point li h4 {
    font-size: 1.8rem;
  }
  #guarantee .block ul.point li h4.icontxt .icon img {
    width: 1.8rem;
  }
  #guarantee .block ul.point li p {
    font-size: 1.5rem;
    text-align: left;
  }
  #guarantee .block > figure {
    margin: 3rem 0;
  }
  #guarantee .block figure.img {
    text-align: center;
  }
  #guarantee .block figure.img img {
    width: 40rem;
  }
  #guarantee .block p.lead {
    font-size: 2rem;
  }
  #guarantee .block .foryou {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
  #guarantee .block .foryou li {
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: auto;
    height: 14rem;
    background: rgba(19, 139, 103, 0.1);
    padding: 1rem;
    border-radius: 55rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 2rem;
  }
  #guarantee .block .foryou li figure {
    width: 12rem;
    flex-shrink: 0;
    flex-wrap: 0;
  }
  #guarantee .block .foryou li p {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
  }
  #guarantee .block .foryou li p strong {
    font-size: 115%;
  }
  #guarantee .block .foryou li:nth-child(even) {
    flex-direction: row-reverse;
    float: right;
  }
  #guarantee .block .foryou li:nth-of-type(1) {
    left: 0;
  }
  #guarantee .block .foryou li:nth-of-type(2) {
    left: 0;
  }
  #guarantee .block .foryou li:nth-of-type(2) p {
    padding-left: 2rem;
  }
  #guarantee .block .foryou li:nth-of-type(3) {
    left: 0;
  }
  #guarantee .block .foryou li:nth-of-type(4) {
    left: 0;
  }
  #guarantee .block .foryou li:nth-of-type(4) p {
    padding-left: 2rem;
  }
  #guarantee .block .foryou li:nth-of-type(5) {
    left: 0;
  }
  #guarantee .note {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
cpmparison
--------------------------------------------------------------*/
#comparison {
  padding: 10rem 0;
}
#comparison table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
#comparison table .holytechframe {
  position: absolute;
  top: 0;
  left: 1px;
  border: 2px solid #025545;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
}
#comparison table thead tr th {
  height: 10rem;
  vertical-align: middle;
  text-align: center;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  position: relative;
}
#comparison table thead tr th:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  color: #025545;
  border-bottom: 1px solid #025545;
}
#comparison table thead tr th:nth-of-type(n + 3) {
  background: #4ab29d;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.5;
}
#comparison table thead tr th:nth-of-type(n + 3) span {
  display: block;
  text-align: center;
}
#comparison table thead tr th:nth-of-type(2),
#comparison table thead tr th:nth-of-type(3) {
  background: #025545;
  color: #ffeb00;
  font-size: 2.1rem;
  text-align: center;
}
#comparison table thead tr th:nth-of-type(2) p.holy,
#comparison table thead tr th:nth-of-type(3) p.holy {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
#comparison table thead tr th:nth-of-type(2) p.mone,
#comparison table thead tr th:nth-of-type(3) p.mone {
  border: 1px solid #ffeb00;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.1;
  display: inline-block;
  padding: 0.2em 0.5em;
}
#comparison table tbody tr {
  background: #ddefec;
}
#comparison table tbody tr:nth-child(even) {
  background: #eef7f5;
}
#comparison table tbody tr th {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #025545;
  background: #fff;
  border-bottom: 1px solid #025545;
}
#comparison table tbody tr td {
  height: 13rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.5;
}
#comparison table tbody tr td .mark {
  font-size: 125%;
}
#comparison table tbody tr td .small {
  font-weight: 400;
}
#comparison table tbody tr td:nth-child(2), #comparison table tbody tr td:nth-child(3) {
  font-size: 1.6rem;
  font-weight: bold;
  color: #138b67;
}

/*--------------------------------------------------------------
case
--------------------------------------------------------------*/
#case {
  padding-top: 100px;
  border-bottom: 0.6rem solid #138b67;
}
#case div.case {
  border-top: 0.6rem solid #138b67;
  padding: 2rem 0 10rem;
}
#case div.case h3 {
  width: 25rem;
  height: 5rem;
  margin: auto;
  background: #138b67;
  border-radius: 33rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  display: grid;
  place-content: center;
  transform: translateY(-4.9rem);
}
#case div.case h3::after {
  background: #138b67;
}
#case div.case .body {
  display: flex;
  gap: 7rem;
}
#case div.case .body .left {
  width: 38rem;
  flex-shrink: 0;
  flex-grow: 0;
}
#case div.case .body .left figure {
  border-radius: 0.8rem;
  overflow: hidden;
}
#case div.case .body .left .profile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
#case div.case .body .left .profile p.div {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
#case div.case .body .left .profile p.name {
  margin-top: 0.6rem;
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}
#case div.case .body .left .profile p.name .small {
  font-size: 60%;
}
#case div.case .body .left .profile div.x {
  font-size: 2.8rem;
  font-weight: 100;
  padding: 0.5em 0.5em 0;
}
#case div.case .body .left .catch {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#case div.case .body .left .catch::before, #case div.case .body .left .catch::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 5.3rem;
  background: url(../images/case_lines.svg) center center/contain no-repeat;
}
#case div.case .body .left .catch::after {
  transform: scale(-1, 1);
}
#case div.case .body .left .catch span {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  color: #138b67;
  text-align: center;
  padding: 0 0.7em;
  display: block;
  font-weight: bold;
}
#case div.case .body .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#case div.case .body .right .unit {
  display: flex;
  gap: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#case div.case .body .right .unit .icon {
  width: 7rem;
}
#case div.case .body .right .unit .icon figcaption {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}
#case div.case .body .right .unit p {
  width: calc(100% - 10rem);
  padding: 3rem;
  border: 1px solid #138b67;
  border-radius: 1rem;
  position: relative;
}
#case div.case .body .right .unit p::before {
  position: absolute;
  top: 30px;
  left: -13px;
  width: 17px;
  height: 17px;
  content: "";
  background: url(../images/case_tri.svg);
}
@media screen and (max-width: 767px) {
  #case {
    padding-top: 80px;
  }
  #case div.case {
    margin-top: 3rem;
    padding: 2rem 0 8rem;
  }
  #case div.case h3 {
    width: 22rem;
    height: 4rem;
    font-size: 2.5rem;
    transform: translateY(-4.4rem);
  }
  #case div.case .body {
    flex-direction: column;
    gap: 4rem;
  }
  #case div.case .body .left {
    width: auto;
  }
  #case div.case .body .left .profile {
    margin-top: 1.5rem;
  }
  #case div.case .body .left .profile p.div {
    font-size: 1.3rem;
  }
  #case div.case .body .left .profile p.name {
    margin-top: 0.5rem;
    font-size: 2.4rem;
  }
  #case div.case .body .left .profile p.name .small {
    font-size: 60%;
  }
  #case div.case .body .left .profile div.x {
    font-size: 2.4rem;
  }
  #case div.case .body .left .catch {
    margin-top: 2rem;
  }
  #case div.case .body .left .catch span {
    font-size: 1.6rem;
  }
  #case div.case .body .right .unit {
    display: flex;
    gap: 2rem;
  }
  #case div.case .body .right .unit .icon {
    width: 6rem;
  }
  #case div.case .body .right .unit .icon figcaption {
    font-size: 1.4rem;
  }
  #case div.case .body .right .unit p {
    width: calc(100% - 8rem);
    padding: 5vw 5vw;
    border: 1px solid #138b67;
    border-radius: 1rem;
    position: relative;
  }
  #case div.case .body .right .unit p::before {
    position: absolute;
    top: 30px;
    left: -13px;
    width: 17px;
    height: 17px;
    content: "";
    background: url(../images/case_tri.svg);
  }
}

/*--------------------------------------------------------------
plan
--------------------------------------------------------------*/
#plan,
#flow {
  padding: 10rem 0;
}
#plan .tabbtn ul,
#flow .tabbtn ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
#plan .tabbtn ul li,
#flow .tabbtn ul li {
  width: 33%;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.2rem;
  background: #138b67;
  border-radius: 2rem;
  position: relative;
  cursor: pointer;
}
#plan .tabbtn ul li p,
#flow .tabbtn ul li p {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}
#plan .tabbtn ul li span,
#flow .tabbtn ul li span {
  position: absolute;
  width: 11rem;
  height: 3.6rem;
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffeb00;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  background: #138b67;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2em;
}
#plan .tabbtn ul li.ai,
#flow .tabbtn ul li.ai {
  background: #a854b1;
}
#plan .tabbtn ul li.weekend,
#flow .tabbtn ul li.weekend {
  background: #0088ff;
}
#plan .tabbtn ul li.current,
#flow .tabbtn ul li.current {
  cursor: unset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 12rem;
}
#plan .tabframe,
#flow .tabframe {
  margin-top: -2rem;
  border: 2rem solid #138b67;
  padding: 4rem 6rem 8rem;
  border-radius: 2rem;
}
#plan .tabframe:not(.current),
#flow .tabframe:not(.current) {
  display: none;
}
#plan .soudan,
#flow .soudan {
  margin: 8rem auto auto;
  text-align: center;
}
#plan .soudan h3,
#flow .soudan h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
#plan .soudan h3 strong,
#flow .soudan h3 strong {
  font-size: 120%;
}
#plan .soudan .note,
#flow .soudan .note {
  text-align: center;
}
#plan .soudan .btnarea,
#flow .soudan .btnarea {
  text-align: center;
  margin-top: 1.5rem;
}
#plan .soudan .btnarea .btn_reg,
#flow .soudan .btnarea .btn_reg {
  width: 60rem;
  max-width: 100%;
  height: 10rem;
  color: #ffeb00;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #plan,
#flow {
    padding: 8rem 0;
  }
  #plan .tabbtn ul,
#flow .tabbtn ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.8rem;
  }
  #plan .tabbtn ul li,
#flow .tabbtn ul li {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0rem;
    border-radius: 1rem;
  }
  #plan .tabbtn ul li p,
#flow .tabbtn ul li p {
    font-size: 2rem;
  }
  #plan .tabbtn ul li span,
#flow .tabbtn ul li span {
    position: absolute;
    height: 3rem;
    font-size: 1.5rem;
    top: 0;
    transform: translate(-50%, -60%);
  }
  #plan .tabbtn ul li.current,
#flow .tabbtn ul li.current {
    cursor: unset;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: 10rem;
  }
  #plan .tabframe,
#flow .tabframe {
    margin-top: 2rem;
    margin-left: -5vw;
    margin-right: -5vw;
    border: 1rem solid #138b67;
    padding: 4rem 5vw 8rem;
    border-radius: 1rem;
  }
  #plan .soudan,
#flow .soudan {
    margin: 4rem auto auto;
  }
  #plan .soudan h3,
#flow .soudan h3 {
    font-size: 1.6rem;
  }
  #plan .soudan h3 strong,
#flow .soudan h3 strong {
    font-size: 120%;
  }
  #plan .soudan .note,
#flow .soudan .note {
    text-align: center;
  }
  #plan .soudan .btnarea .btn_reg,
#flow .soudan .btnarea .btn_reg {
    max-width: 100%;
    height: 8rem;
    font-size: 2.2rem;
  }
}

#plan .tabframe {
  text-align: center;
}
#plan .tabframe .prize {
  margin-bottom: 5rem;
  text-align: center;
}
#plan .tabframe .prize img {
  width: 42rem;
}
#plan .tabframe .prize figcaption {
  font-size: 1.2rem;
  text-align: center;
}
#plan .tabframe .price {
  margin-bottom: 4rem;
}
#plan .tabframe .price h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #138b67;
  margin-bottom: 2rem;
  text-align: center;
}
#plan .tabframe .price .bar {
  margin: 0 -6rem 0;
  background: rgba(255, 235, 0, 0.5);
  padding: 4rem 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .tabframe .price .bar .before {
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
}
#plan .tabframe .price .bar .before del {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.8rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#plan .tabframe .price .bar .limited {
  position: relative;
  font-size: 2.3rem;
}
#plan .tabframe .price .bar .limited .kikan {
  margin: auto 1em;
  background: #138b67;
  color: #ffeb00;
  line-height: 1;
  padding: 0.3em 1.5em 0.4em 1em;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-weight: bold;
  display: inline-block;
}
#plan .tabframe .price .bar .limited .fusoku {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70%;
  color: #138b67;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 50%;
  width: 1px;
  white-space: nowrap;
  overflow: visible;
  transform: translate(0, -2em);
}
#plan .tabframe .price .bar .after {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  line-height: 1;
}
#plan .tabframe .price .bar .after .num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10rem;
  color: #138b67;
  letter-spacing: -0.03em;
  margin: auto 0.1em;
}
#plan .tabframe .price .bar .after .tax {
  font-size: 50%;
}
#plan .tabframe .aim {
  text-align: center;
  margin: 5rem auto 2rem;
  position: relative;
}
#plan .tabframe .aim p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 5rem;
  position: relative;
  border: 1px solid #d89941;
  line-height: 1;
  font-size: 3.3rem;
  font-weight: bold;
}
#plan .tabframe .aim p .color {
  font-weight: bold;
  color: #d89941;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .tabframe .aim p .num {
  font-size: 180%;
  font-family: "Roboto Condensed", sans-serif;
}
#plan .tabframe .aim .ok {
  border: none;
  background: #138b67;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 8.6rem;
  aspect-ratio: 1/1;
  font-size: 1.8rem;
  color: #ffeb00;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
}
#plan .tabframe .leadgroup h3 {
  font-size: 2.1rem;
  line-height: 1.619047619;
  font-weight: bold;
  text-align: center;
  color: #138b67;
  margin-bottom: 1em;
}
#plan .tabframe .leadgroup p {
  font-size: 1.8rem;
  text-align: center;
}
#plan .tabframe .frame {
  margin-top: 5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: rgba(19, 139, 103, 0.1);
}
#plan .tabframe .frame h3 {
  background: #138b67;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
#plan .tabframe .frame ul.check {
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
#plan .tabframe .frame ul.check li {
  margin: 0;
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  gap: 0.2em;
}
#plan .tabframe .frame ul.check li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
}
#plan .tabframe .frame ul.check li .icon img {
  width: 1em;
}
#plan .tabframe .gray {
  margin-top: 8rem;
  background: #f2f2f2;
  border-radius: 0.8rem;
  padding: 3rem 5rem 5rem;
}
#plan .tabframe .gray h3 {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}
#plan .tabframe .gray .youtube {
  text-align: center;
}
#plan .tabframe .gray .youtube iframe {
  display: inline-block;
  width: 60rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.8rem;
}
#plan .tabframe .gray .office {
  width: 40rem;
  max-width: 100%;
  margin: auto;
}
#plan .tabframe .gray .office img {
  border-radius: 1rem;
}
#plan .tabframe .gray .office p {
  margin-top: 1em;
}
#plan .tabframe.ai {
  border-color: #a854b1;
}
#plan .tabframe.ai .price h3 {
  color: #a854b1;
}
#plan .tabframe.ai .price .bar .limited .kikan {
  background: #a854b1 !important;
}
#plan .tabframe.ai .price .bar .limited .fusoku {
  color: #a854b1 !important;
}
#plan .tabframe.ai .price .bar .after .num {
  color: #a854b1 !important;
}
#plan .tabframe.ai .aim .ok {
  background: #a854b1;
}
#plan .tabframe.ai .leadgroup h3 {
  color: #a854b1;
}
#plan .tabframe.ai .frame {
  margin-top: 1rem;
  background: rgba(168, 84, 177, 0.1);
  text-align: center;
}
#plan .tabframe.ai .frame h3 {
  background: #a854b1;
}
#plan .tabframe.ai .frame ul.dot {
  padding: 3rem 0;
  display: inline-block;
}
#plan .tabframe.ai .frame ul.dot li {
  font-size: 1.8rem;
  padding-left: 1.2em;
}
#plan .tabframe.ai .frame ul.dot li .dot {
  display: inline-block;
  width: 1.2em;
}
#plan .tabframe.ai .thumnail {
  margin-top: 5rem;
}
#plan .tabframe.weekend {
  border-color: #0088ff;
}
#plan .tabframe.weekend .price h3 {
  color: #0088ff;
}
#plan .tabframe.weekend .price .bar .limited .kikan {
  background: #0088ff !important;
}
#plan .tabframe.weekend .price .bar .limited .fusoku {
  color: #0088ff !important;
}
#plan .tabframe.weekend .price .bar .after .num {
  color: #0088ff !important;
}
#plan .tabframe.weekend .aim .ok {
  background: #0088ff;
}
#plan .tabframe.weekend .leadgroup h3 {
  color: #0088ff;
}
#plan .tabframe.weekend .frame {
  background: rgba(0, 136, 255, 0.1);
}
#plan .tabframe.weekend .frame h3 {
  background: #0088ff;
}
#plan .tabframe.weekend .type {
  margin-top: 5rem;
}
#plan .tabframe.weekend .type ul {
  display: flex;
  gap: 7rem;
}
#plan .tabframe.weekend .type ul li hgroup {
  display: flex;
  justify-content: flex-start;
  gap: 0.8em;
  align-items: flex-start;
}
#plan .tabframe.weekend .type ul li hgroup h4 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0.8em;
  background: rgba(0, 136, 255, 0.1);
  border-radius: 0.4rem;
  color: #0088ff;
  font-weight: bold;
}
#plan .tabframe.weekend .type ul li hgroup p {
  font-size: 1.6rem;
  font-weight: 500;
}
#plan .tabframe.weekend .type ul li .small {
  margin-top: 0.8em;
}
#plan .tabframe.weekend .type ul li figure {
  margin-top: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
#plan .tabframe.weekend .type ul li .address {
  margin-top: 1em;
}
#plan .tabframe.weekend .car {
  margin-top: 5rem;
}
#plan .tabframe.weekend .car h3 {
  font-size: 2.1rem;
  font-weight: bold;
}
#plan .tabframe.weekend .car ul {
  background: #ecf5ed;
  margin-top: 2rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  #plan .tabframe {
    text-align: center;
  }
  #plan .tabframe .prize {
    margin-bottom: 5rem;
    text-align: center;
  }
  #plan .tabframe .prize img {
    max-width: 80%;
  }
  #plan .tabframe .prize figcaption {
    font-size: 1.2rem;
  }
  #plan .tabframe .price {
    margin-bottom: 4rem;
  }
  #plan .tabframe .price h3 {
    font-size: 1.8rem;
  }
  #plan .tabframe .price .bar {
    margin: 0 -5vw 0;
    padding: 3rem 5vw 2rem;
    display: flex;
    flex-direction: column;
  }
  #plan .tabframe .price .bar .before {
    font-size: 2.1rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
  }
  #plan .tabframe .price .bar .before del {
    font-size: 3rem;
  }
  #plan .tabframe .price .bar .limited {
    margin-top: 4rem;
    font-size: 2rem;
  }
  #plan .tabframe .price .bar .limited .kikan {
    margin: auto 1em;
    color: #ffeb00;
    line-height: 1;
    padding: 0.6em 1.5em 1em 1em;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  #plan .tabframe .price .bar .after {
    font-size: 2.2rem;
    line-height: 1;
  }
  #plan .tabframe .price .bar .after .num {
    font-size: 7rem;
    color: #138b67;
    letter-spacing: -0.03em;
    margin: auto 0.1em;
  }
  #plan .tabframe .price .bar .after .tax {
    font-size: 50%;
  }
  #plan .tabframe .aim {
    margin: 5rem auto 2rem;
  }
  #plan .tabframe .aim p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 5vw;
    gap: 0.8rem;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #plan .tabframe .aim p .color {
    font-weight: bold;
    color: #d89941;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #plan .tabframe .aim p .num {
    font-size: 180%;
    font-family: "Roboto Condensed", sans-serif;
  }
  #plan .tabframe .aim .ok {
    width: 7.6rem;
    font-size: 1.6rem;
  }
  #plan .tabframe .leadgroup h3 {
    font-size: 1.7rem;
  }
  #plan .tabframe .leadgroup p {
    font-size: 1.6rem;
  }
  #plan .tabframe .frame {
    margin-top: 5rem;
    border-radius: 0.6rem;
  }
  #plan .tabframe .frame h3 {
    padding: 0.5em 1em;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  #plan .tabframe .frame ul.check {
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  #plan .tabframe .frame ul.check li {
    padding-left: 0;
    margin: 0;
    font-size: 2rem;
    justify-content: center;
    line-height: 1;
    font-weight: 500;
    gap: 0.2em;
  }
  #plan .tabframe .frame ul.check li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.1em;
  }
  #plan .tabframe .frame ul.check li .icon img {
    width: 1em;
  }
  #plan .tabframe .gray {
    margin-top: 6rem;
    padding: 5vw;
  }
  #plan .tabframe .gray h3 {
    font-size: 1.7rem;
  }
  #plan .tabframe .gray .office {
    width: 40rem;
    max-width: 100%;
    margin: auto;
  }
  #plan .tabframe .gray .office img {
    border-radius: 1rem;
  }
  #plan .tabframe .gray .office p {
    margin-top: 1em;
  }
  #plan .tabframe.ai .frame {
    margin-top: 1rem;
    text-align: center;
  }
  #plan .tabframe.ai .frame h3 {
    background: #a854b1;
  }
  #plan .tabframe.ai .frame ul.dot {
    padding: 2rem 1rem;
  }
  #plan .tabframe.ai .frame ul.dot li {
    font-size: 1.6rem;
  }
  #plan .tabframe.ai .thumnail {
    margin-top: 5rem;
  }
  #plan .tabframe.weekend .type {
    margin-top: 4rem;
  }
  #plan .tabframe.weekend .type ul {
    gap: 7rem;
    flex-direction: column;
  }
  #plan .tabframe.weekend .type ul li hgroup {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
  }
  #plan .tabframe.weekend .type ul li hgroup h4 {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 0.8em;
    background: rgba(0, 136, 255, 0.1);
    border-radius: 0.4rem;
    color: #0088ff;
    font-weight: bold;
  }
  #plan .tabframe.weekend .type ul li hgroup p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  #plan .tabframe.weekend .car {
    margin-top: 5rem;
  }
  #plan .tabframe.weekend .car h3 {
    font-size: 2.1rem;
    font-weight: bold;
  }
  #plan .tabframe.weekend .car ul {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 5vw;
  }
}

/*--------------------------------------------------------------
flow
--------------------------------------------------------------*/
#flow {
  padding-bottom: 15rem;
}
#flow .tabframe h3 {
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 5rem;
  text-align: center;
  color: #138b67;
}
#flow .tabframe ul {
  border-bottom: 1px solid #138b67;
}
#flow .tabframe ul li {
  border-top: 1px solid #138b67;
  position: relative;
  padding: 5rem 2rem;
  display: flex;
}
#flow .tabframe ul li:not(:first-child)::before {
  content: "";
  width: 13rem;
  height: 2rem;
  background: #138b67;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
#flow .tabframe ul li hgroup {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
#flow .tabframe ul li hgroup .num {
  font-size: 4.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #138b67;
  line-height: 0.7;
}
#flow .tabframe ul li hgroup h5 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5;
}
#flow .tabframe ul li hgroup h5 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.3em;
  font-weight: 400;
}
#flow .tabframe ul li .txt {
  width: 50%;
}
#flow .tabframe ul li .txt p {
  font-size: 1.5rem;
  font-weight: 500;
}
#flow .tabframe ul li .txt p + p {
  margin-top: 1em;
}
#flow .tabframe ul li .txt p.note {
  font-size: 85%;
}
#flow .tabframe ul li .txt p strong {
  font-weight: bold;
}
#flow .tabframe ul li .txt h6 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
  background: rgba(19, 139, 103, 0.2);
  border-radius: 0.4rem;
  color: #138b67;
  padding: 0 1em 0.1em;
  margin: 1em 0 0.2em;
}
#flow .tabframe .note {
  margin-top: 5rem;
}
#flow .tabframe .note p {
  font-size: 1.3rem;
  line-height: 2;
}
#flow .tabframe.ai {
  border-color: #a854b1;
}
#flow .tabframe.ai h3 {
  color: #a854b1;
}
#flow .tabframe.ai ul {
  border-bottom: 1px solid #a854b1;
}
#flow .tabframe.ai ul li {
  border-top: 1px solid #a854b1;
}
#flow .tabframe.ai ul li:not(:first-child)::before {
  background: #a854b1;
}
#flow .tabframe.ai ul li hgroup .num {
  color: #a854b1;
}
#flow .tabframe.ai ul li .txt h6 {
  background: rgba(168, 84, 177, 0.2);
  color: #a854b1;
}
#flow .tabframe.weekend {
  border-color: #0088ff;
}
#flow .tabframe.weekend h3 {
  color: #0088ff;
}
#flow .tabframe.weekend ul {
  border-bottom: 1px solid #0088ff;
}
#flow .tabframe.weekend ul li {
  border-top: 1px solid #0088ff;
}
#flow .tabframe.weekend ul li:not(:first-child)::before {
  background: #0088ff;
}
#flow .tabframe.weekend ul li hgroup .num {
  color: #0088ff;
}
#flow .tabframe.weekend ul li .txt h6 {
  background: rgba(0, 136, 255, 0.2);
  color: #0088ff;
}
@media screen and (max-width: 767px) {
  #flow {
    padding-bottom: 10rem;
  }
  #flow .tabframe h3 {
    font-size: 2.1rem;
  }
  #flow .tabframe ul {
    border-bottom: 1px solid #138b67;
  }
  #flow .tabframe ul li {
    padding: 4rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #flow .tabframe ul li:not(:first-child)::before {
    width: 10rem;
    height: 1.5rem;
  }
  #flow .tabframe ul li hgroup {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  #flow .tabframe ul li hgroup .num {
    font-size: 4.6rem;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #138b67;
    line-height: 0.7;
  }
  #flow .tabframe ul li hgroup h5 {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  #flow .tabframe ul li hgroup h5 span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0.3em;
    font-weight: 400;
  }
  #flow .tabframe ul li .txt {
    width: 100%;
  }
  #flow .tabframe ul li .txt p {
    font-size: 1.5rem;
    font-weight: 500;
  }
  #flow .tabframe ul li .txt p + p {
    margin-top: 1em;
  }
  #flow .tabframe ul li .txt p.note {
    font-size: 85%;
  }
  #flow .tabframe ul li .txt p strong {
    font-weight: bold;
  }
  #flow .tabframe ul li .txt h6 {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2;
    background: rgba(19, 139, 103, 0.2);
    border-radius: 0.4rem;
    color: #138b67;
    padding: 0 1em 0.1em;
    margin: 1em 0 0.2em;
  }
  #flow .tabframe .note {
    margin-top: 5rem;
  }
  #flow .tabframe .note p {
    font-size: 1.3rem;
    line-height: 2;
  }
  #flow .tabframe.ai {
    border-color: #a854b1;
  }
  #flow .tabframe.ai h3 {
    color: #a854b1;
  }
  #flow .tabframe.ai ul {
    border-bottom: 1px solid #a854b1;
  }
  #flow .tabframe.ai ul li {
    border-top: 1px solid #a854b1;
  }
  #flow .tabframe.ai ul li:not(:first-child)::before {
    background: #a854b1;
  }
  #flow .tabframe.ai ul li hgroup .num {
    color: #a854b1;
  }
  #flow .tabframe.ai ul li .txt h6 {
    background: rgba(168, 84, 177, 0.2);
    color: #a854b1;
  }
  #flow .tabframe.weekend {
    border-color: #0088ff;
  }
  #flow .tabframe.weekend h3 {
    color: #0088ff;
  }
  #flow .tabframe.weekend ul {
    border-bottom: 1px solid #0088ff;
  }
  #flow .tabframe.weekend ul li {
    border-top: 1px solid #0088ff;
  }
  #flow .tabframe.weekend ul li:not(:first-child)::before {
    background: #0088ff;
  }
  #flow .tabframe.weekend ul li hgroup .num {
    color: #0088ff;
  }
  #flow .tabframe.weekend ul li .txt h6 {
    background: rgba(0, 136, 255, 0.2);
    color: #0088ff;
  }
}

/*--------------------------------------------------------------
faq
--------------------------------------------------------------*/
#faq {
  background: rgba(211, 240, 233, 0.2);
  padding: 10rem 0;
}
#faq dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#faq dl > div {
  background: #fff;
  border: 1px solid rgba(19, 139, 103, 0.2);
  border-radius: 0.8rem;
  padding: 3rem 8rem 3rem 4rem;
  position: relative;
  cursor: pointer;
}
#faq dl > div::before, #faq dl > div::after {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: #138b67;
  position: absolute;
  top: 4.5rem;
  right: 2rem;
}
#faq dl > div::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
#faq dl > div.on::after {
  transform: rotate(-180deg);
}
#faq dl dt,
#faq dl dd {
  display: flex;
  gap: 2rem;
}
#faq dl dt .q,
#faq dl dd .q {
  width: 6rem;
  height: 1em;
  border-right: 1px solid #138b67;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
  flex-grow: 0;
  color: #138b67;
  position: relative;
  bottom: -0.1em;
}
#faq dl dt p.main,
#faq dl dd p.main {
  font-size: 1.8rem;
  font-weight: bold;
}
#faq dl dd {
  margin-top: 3rem;
}
#faq dl dd .q {
  border-right: none;
  opacity: 0.5;
}
#faq dl dd p + p {
  margin-top: 1em;
}
#faq dl dd .youtube {
  margin: 2rem 0;
}
#faq dl dd .youtube iframe {
  width: 50rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 8rem 0;
  }
  #faq dl > div {
    border-radius: 0.6rem;
    padding: 2rem 5vw 2rem 2rem;
    position: relative;
    cursor: pointer;
  }
  #faq dl > div::before, #faq dl > div::after {
    width: 1.8rem;
    height: 2px;
    top: 3.2rem;
    right: 1rem;
  }
  #faq dl dt,
#faq dl dd {
    display: flex;
    gap: 2rem;
  }
  #faq dl dt .q,
#faq dl dd .q {
    width: 3rem;
    font-size: 2.2rem;
    bottom: -0.3em;
  }
  #faq dl dt p.main,
#faq dl dd p.main {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #faq dl dt {
    padding-right: 5rem;
  }
  #faq dl dd {
    margin-top: 3rem;
  }
  #faq dl dd .q {
    display: none;
    border-right: none;
    opacity: 0.5;
  }
  #faq dl dd p + p {
    margin-top: 1em;
  }
}

/*--------------------------------------------------------------
message
--------------------------------------------------------------*/
#message {
  background: #9cccf4 url(../images/message_bg.jpg) center top/contain no-repeat;
  padding: 10rem 0;
  position: relative;
}
#message::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/message_dg.png);
  position: absolute;
  mix-blend-mode: screen;
  opacity: 0.5;
}
#message h2 {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8rem;
}
#message .frame {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 8rem;
  border-radius: 1.8rem;
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.2);
}
#message .frame::before {
  content: "";
  width: 1px;
  height: 5rem;
  background: #bfe4ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}
#message .frame .profile {
  display: flex;
  gap: 5rem;
}
#message .frame .profile figure {
  width: 25rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#message .frame .profile .right h3 {
  font-size: 6.7rem;
  font-weight: 100;
  color: #80c1f1;
  line-height: 1;
  letter-spacing: 0.2em;
}
#message .frame .profile .right .com {
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: bold;
}
#message .frame .profile .right .name {
  font-size: 2.4rem;
  font-weight: bold;
}
#message .frame .profile .right .main {
  margin-top: 0.5em;
}
#message .frame .txt {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #ccc;
}
#message .frame .txt p {
  font-size: 1.8rem;
  line-height: 2;
}
#message .frame .txt p + * {
  margin-top: 3rem;
}
#message .frame .txt p.large {
  font-size: 2.8rem;
  font-weight: bold;
}
#message .frame .txt ul {
  margin: 3rem 0;
}
#message .frame .txt ul li {
  padding-left: 1.5em;
}
#message .frame .txt ul li .dot {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  text-align: center;
  font-weight: 900;
}
#message #media {
  margin-top: 10rem;
  border: 1rem #d3ebff solid;
  border-radius: 1.2rem;
  background: #fff;
  padding: 3rem;
  text-align: center;
}
#message #media h2 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d3ebff;
  color: #000;
  text-align: left;
  margin-bottom: 3rem;
}
#message #media ul {
  width: 86rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3rem 12%;
}
#message #media ul li {
  width: 25.3%;
}
@media screen and (max-width: 767px) {
  #message {
    padding: 7rem 0;
  }
  #message h2 {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
  #message .frame {
    padding: 4rem 5vw;
    border-radius: 1.6rem;
  }
  #message .frame::before {
    height: 4rem;
  }
  #message .frame .profile {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #message .frame .profile figure {
    width: 100%;
    text-align: center;
  }
  #message .frame .profile figure img {
    width: 200px;
  }
  #message .frame .profile .right h3 {
    font-size: 4.7rem;
    text-align: center;
  }
  #message .frame .profile .right .com {
    margin-top: 1.5em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #message .frame .profile .right .name {
    font-size: 2.1rem;
  }
  #message .frame .profile .right .main {
    margin-top: 0.5em;
  }
  #message .frame .txt {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  #message .frame .txt p {
    font-size: 1.6rem;
  }
  #message .frame .txt p + * {
    margin-top: 2.5rem;
  }
  #message .frame .txt p.large {
    font-size: 1.9rem;
  }
  #message .frame .txt ul {
    margin: 2rem 0;
  }
  #message #media {
    margin-top: 8rem;
    padding: 5vw;
  }
  #message #media h2 {
    font-size: 1.7rem;
    padding-bottom: 1em;
    color: #000;
    text-align: left;
    margin-bottom: 2rem;
  }
  #message #media ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    flex-direction: column;
  }
  #message #media ul li {
    width: 100%;
    text-align: center;
    display: block;
  }
  #message #media ul li figure {
    width: 100%;
    text-align: center;
  }
  #message #media ul li img {
    display: inline-block;
    width: 250px;
  }
  #message #media ul li p {
    text-align: center;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#footer {
  padding: 5rem;
}
#footer .logo {
  width: 22rem;
  max-width: 33%;
}
#footer .lower {
  margin-top: 3rem;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .lower ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#footer .lower ul h2 {
  font-size: 1.3rem;
}
#footer .lower ul li {
  font-size: 1.2rem;
}
#footer .lower .copyright {
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 3rem 0;
  }
  #footer .logo {
    width: 18rem;
    max-width: unset;
  }
  #footer .lower {
    margin-top: 2rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3rem;
    align-items: flex-start;
  }
  #footer .lower ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #footer .lower ul h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: bold;
  }
  #footer .lower ul li {
    font-size: 1.2rem;
  }
  #footer .lower .copyright {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
.manualform h2 {
  font-size: 17px;
  line-height: 1.8;
  padding: 0.3em 1em;
  font-weight: bold;
  color: #025545;
  margin-bottom: 1em;
  border-bottom: 1px solid #025545;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #025545;
  border-radius: 3px;
}
.manualform form {
  margin-top: 2rem;
}
.manualform form dl div dt {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.manualform form dl div dt .essential {
  font-size: 1.1rem;
  color: #d90034;
  display: inline-block;
  margin-left: 1px;
  margin-left: 1em;
}
.manualform form dl div dd {
  margin-top: 0.5rem;
  position: relative;
}
.manualform form dl div dd input {
  background: #eee;
  border-radius: 0.4rem;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
.manualform form dl div dd .error {
  white-space: nowrap;
  color: #fd7e00;
  position: absolute;
  left: 0;
  font-size: 11px;
  bottom: -1.2em;
  line-height: 1;
}
.manualform form .btn_wrapper button {
  background: #222;
  width: 100%;
  height: 5rem;
  color: #fff;
  border: none;
  justify-content: center;
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 3px solid #222;
  cursor: pointer;
}
.manualform form .btn_wrapper button:hover {
  background: #fff;
  color: #222;
}
.manualform form .btn_wrapper button:hover .icon {
  filter: invert(100%);
}

/*--------------------------------------------------------------
ポップアップ
--------------------------------------------------------------*/
.closebtn {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .closebtn {
    width: 30px;
    height: 30px;
    transform: translate(30%, -30%);
  }
}

#popup {
  position: fixed;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s;
}
#popup a {
  cursor: pointer;
}
#popup.scrolled {
  pointer-events: unset;
  opacity: 1;
}
#popup.off {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #popup {
    bottom: 0;
    left: 0;
    max-width: 40%;
  }
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
#exit-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#exit-popup .closebtn {
  z-index: 5;
}
#exit-popup .closebtn2 {
  top: 3rem;
}
#exit-popup .exit-popup__inner {
  position: relative;
}
#exit-popup .lower {
  display: none;
}
#exit-popup.scrolled .lower {
  display: block;
}
#exit-popup.scrolled .upper {
  display: none;
}
@media screen and (max-width: 767px) {
  #exit-popup .exit-popup__inner {
    padding: 5vw;
    width: 100vw;
  }
  #exit-popup .exit-popup__inner .closebtn1 {
    top: 5vw;
    right: 5vw;
  }
  #exit-popup .exit-popup__inner .offer_present {
    padding-top: 1rem;
    text-align: center;
  }
  #exit-popup .exit-popup__inner .offer_present .tokuten {
    gap: 1rem;
  }
  #exit-popup .exit-popup__inner .offer_present li {
    text-align: center;
    width: 100%;
  }
  #exit-popup .exit-popup__inner .offer_present .ornament {
    left: calc(50% - 123px);
  }
  #exit-popup .exit-popup__inner .offer_present figure {
    display: block;
    text-align: left;
    width: 200px;
    margin: auto;
    padding-left: 3rem;
  }
  #exit-popup .exit-popup__inner .offer_present figure img {
    width: 150px;
  }
  #exit-popup .exit-popup__inner .offer_present .btnarea {
    transform: translateY(2rem);
  }
  #exit-popup .exit-popup__inner .offer_present .sns {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */