@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 62.5% !important;
}

body {
  width: 100%;
  margin: 0 auto;
  font: 1rem/1.6 "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "Kosugi Maru";
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  word-break: break-all;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
}
body.fixed::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.site-container {
  position: relative;
}

.section-wrap {
  width: 100%;
  padding: 80px 32px;
  position: relative;
}
.section-wrap.pt-lg {
  padding-top: 120px;
}
.section-wrap.pt-0 {
  padding-top: 0;
}
.section-wrap.pt-35 {
  padding-top: 35px;
}
.section-wrap.pt-40 {
  padding-top: 40px;
}
.section-wrap.pb-0 {
  padding-bottom: 0;
}
.section-wrap.full .content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.content {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}

.w-sm {
  width: 936px;
  margin-right: auto;
  margin-left: auto;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.pannel-round {
  border-radius: 20px;
}

.bg-c01 {
  padding: 50px;
  background: linear-gradient(45deg, #65b771 0%, #3d8f49 100%);
  color: #FFF;
}
.bg-gray {
  background-color: #F5F5F5;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
a.imgLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.5s ease-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-color {
  color: #2175cb;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

.youtubeWrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.youtubeWrap iframe {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.875;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}

.slick-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0);
  position: relative;
  transition: border 0.3s ease-in-out;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slick-dots li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active {
  border-color: #333;
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots li > button {
  display: none;
}

.pcOnly {
  display: inherit;
}
@media screen and (max-width: 833px) {
  .pcOnly {
    display: none;
  }
}

.tabOnly {
  display: none;
}
@media screen and (max-width: 834px) {
  .tabOnly {
    display: inherit;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 833px) {
  .spOnly {
    display: inherit;
  }
}

.headline-01 {
  margin-bottom: 20px;
  color: #222;
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.headline-02 {
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.headline-02 .title {
  margin-top: 12px;
  font-size: 36px;
  line-height: 1.5555555556;
  display: block;
}
.headline-02 .caption {
  padding-left: 63px;
  padding-right: 45px;
  color: #06B787;
  font-size: 46px;
  line-height: 1.2173913043;
  position: relative;
}
.headline-02 .caption::before {
  content: "";
  width: 39px;
  height: 41px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.068%22%20height%3D%2240.067%22%20viewBox%3D%220%200%2038.068%2040.067%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_2%22%20data-name%3D%22%E7%B7%9A%202%22%20x2%3D%2231%22%20y2%3D%2233%22%20transform%3D%22translate(3.534%203.534)%22%20fill%3D%22none%22%20stroke%3D%22%23ffc033%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 0;
  bottom: 8px;
}
.headline-02 .caption::after {
  content: "";
  width: 39px;
  height: 41px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.068%22%20height%3D%2240.067%22%20viewBox%3D%220%200%2038.068%2040.067%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_3%22%20data-name%3D%22%E7%B7%9A%203%22%20x1%3D%2231%22%20y2%3D%2233%22%20transform%3D%22translate(3.534%203.534)%22%20fill%3D%22none%22%20stroke%3D%22%23ffc033%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 0;
  bottom: 8px;
}
.headline-03 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
}
.headline-jp {
  color: #06B787;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
}
.headline-jp.ex-large {
  font-size: 48px;
  line-height: 1.7083333333;
}
.headline-jp.large {
  font-size: 36px;
  line-height: 1.4444444444;
}
.headline-jp.small {
  font-size: 24px;
  line-height: 2.1666666667;
}
.headline-jp.ex-small {
  font-size: 20px;
  line-height: 1.2;
}
.headline-jp.mb-x2 {
  margin-bottom: 1.95em;
}
.headline-jp.mb-x05 {
  margin-bottom: 0.65em;
}
.headline-jp.mb-20 {
  margin-bottom: 20px;
}
.headline-jp.mb-40 {
  margin-bottom: 40px;
}
.headline-jp.mb-60 {
  margin-bottom: 60px;
}
.headline-jp.black {
  color: #000;
}
.headline-jp.white {
  color: #FFF;
}

.link-text {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.link-text::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FD1D1D;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out;
}
.link-text.large {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 72px;
  font-size: 20px;
}
.link-text.large::after {
  content: "";
  width: 56px;
  height: 56px;
  background-size: 14px 12px;
}
.link-text.large:hover::after {
  width: 68px;
  height: 68px;
  top: -6px;
  right: -6px;
}
.link-text.small {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 36px;
  font-size: 14px;
}
.link-text.small::after {
  content: "";
  width: 28px;
  height: 28px;
}
.link-text.small:hover::after {
  width: 34px;
  height: 34px;
  top: -3px;
  right: -3px;
}
.link-text.small.external {
  padding-right: 24px;
}
.link-text.small.external::after {
  background-color: transparent;
  background-image: url(./images/common/icon_external_red.svg);
  background-size: 16px 12px;
}
.link-text.light {
  color: #FFF;
  border-bottom-color: #FFF;
}
.link-text.light::after {
  background-color: #FFF;
  background-image: url(./images/common/arrow_right_red.svg);
}
.link-text:hover::after {
  width: 48px;
  height: 48px;
  top: -4px;
  right: -4px;
}
.link-text.external::after {
  background-image: url(./images/common/icon_external_wh.svg);
  background-size: 14px 10px;
}
.link-text.back {
  padding-right: 0;
  padding-left: 52px;
}
.link-text.back::after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.link-text.back:hover::after {
  right: auto;
  left: -4px;
}
.link-text.upper::after {
  transform: rotate(-45deg);
}
.link-line {
  padding-top: 7px;
  padding-bottom: 12px;
  padding-right: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  border-bottom: 1px solid #333333;
  display: inline-block;
  position: relative;
}
.link-line::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FD1D1D;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out;
}
.link-line.large {
  padding-top: 4px;
  font-size: 20px;
}
.link-line.small {
  padding-right: 24px;
  padding-bottom: 7px;
  font-size: 14px;
}
.link-line.small::after {
  background-color: transparent;
  background-image: url(./images/common/arrow_right_red.svg);
}
.link-line.small.external::after {
  background-image: url(./images/common/icon_external_red.svg);
  background-size: 16px 12px;
}
.link-line.light {
  color: #FFF;
  border-bottom-color: #FFF;
}
.link-line.light::after {
  background-image: url(./images/common/arrow_right_wh.svg);
}
.link-line:hover::after {
  width: 34px;
  height: 34px;
  top: -3px;
  right: -3px;
}
.link-line.external::after {
  background-image: url(./images/common/icon_external_wh.svg);
  background-size: 14px 10px;
}
.link-button {
  width: 240px;
  max-width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #FD1D1D;
  border: 2px solid #FD1D1D;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
}
.link-button:hover {
  background-color: #FFF;
  color: #FD1D1D;
}
.link-button.large {
  width: 360px;
  height: 64px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 32px;
  font-size: 16px;
}
.link-button.small {
  width: 168px;
  height: 32px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 16px;
  font-size: 12px;
}
.link-button.ex-small {
  width: 72px;
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 12px;
  font-size: 10px;
}
.link-button.flexible {
  width: fit-content;
}
.link-button.flexible.external {
  padding-right: 54px;
}
.link-button.flexible.external.center {
  padding-left: 54px;
}
.link-button.external {
  position: relative;
}
.link-button.external::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FD1D1D;
  background-image: url(./images/common/icon_external_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.link-button.gray {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  color: #333333;
}
.link-button.gray:hover {
  background-color: #FFF;
}
.link-external {
  background-image: url(./images/common/icon_external_red.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 12px;
}
.link-red {
  color: #FD1D1D;
}

p + .link-text {
  margin-top: 16px;
}

.btn {
  width: fit-content;
  display: block;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}
.btn-orange {
  background-color: #FD8933;
  color: #FFF;
  text-align: center;
}
.btn-orange.small {
  width: 140px;
  max-width: 100%;
  padding: 9px 5px;
  border-radius: 20px;
}
.btn-orange.big {
  width: 352px;
  max-width: 100%;
  padding: 24px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 40px;
}
.btn-orange.wide {
  width: 599px;
  padding: 26.5px 10px;
}
.btn-orange.mt-40 {
  margin-top: 40px;
}
.btn-sp {
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.btn-contact.none {
  pointer-events: none;
  background-color: #e5e5e5;
}
.btn-download {
  font-weight: 700;
  padding: 9.5px 50px;
  border-radius: 40px;
  letter-spacing: 0.05em;
}
.btn-map {
  margin-top: 30px;
  padding: 10px 50px;
  color: #06B787;
  font-weight: 700;
  background-color: #F5F5F5;
  border-radius: 40px;
}
.btn-submit {
  width: fit-content;
  min-width: 352px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  padding: 30px 103px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1;
  background-color: #FD8933;
  border-radius: 40px;
}
.btn-submit.back {
  background-color: #b1b1b1;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.text-caution {
  color: #FD1D1D;
}
.text-bold {
  font-weight: bold;
}
.text-lead {
  font-size: 24px;
}
.text-large {
  font-size: 16px;
}
.text-mid {
  font-size: 14px;
}
.text-small {
  font-size: 12px;
}

.message-area {
  margin: 60px 0;
  font-size: 36px;
  line-height: 1.4444444444;
}
.message-area.small {
  font-size: 16px;
  line-height: 1.875;
}
.message-area.small.m-0 {
  margin: 0;
}
.message-area.small.mb-60 {
  margin: 0 0 60px 0;
}
.message-area.white {
  color: #FFF;
}
.message-area.text-center {
  text-align: center;
}

.img-round {
  border-radius: 12px;
  overflow: hidden;
}
.img-round img {
  width: 100%;
}
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-through-right {
  margin-right: calc(50% - 50vw);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.visual-through-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-through-right + .process-lead-text {
  margin-top: 80px;
}
.visual-lead {
  margin-top: 80px;
}

ul {
  list-style-type: none;
}
ul.dot {
  list-style-type: none;
}
ul.dot li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
ul.dot li:before {
  content: "・";
}
ul.dot li:not(:last-child) {
  margin-bottom: 0.3em;
}
ul.note {
  list-style-type: none;
}
ul.note li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
ul.note li:before {
  content: "※";
}
ul.note li:not(:last-child) {
  margin-bottom: 0.3em;
}

.ol-type01 {
  counter-reset: number 0;
}
.ol-type01 li {
  padding-left: 3em;
  text-indent: -3em;
  list-style: none;
}
.ol-type01 li::before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
}
.ol-type01 li:not(:last-child) {
  margin-bottom: 8px;
}
.ol-type02 {
  counter-reset: number 0;
}
.ol-type02 li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.ol-type02 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.ol-type02 li:not(:last-child) {
  margin-bottom: 1em;
}

.ul-type01 li {
  padding-left: 16px;
  text-indent: -16px;
  list-style: none;
}
.ul-type01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #FD1D1D;
  display: inline-block;
  position: relative;
  top: -2px;
}
.ul-type01 li:not(:last-child) {
  margin-bottom: 8px;
}
.ul-type02 li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.ul-type02 li::before {
  content: "・";
}
.ul-type02 li:not(:last-child) {
  margin-bottom: 0.6em;
}

.l-table.col2 .t-row {
  padding: 23px 0;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: flex-start;
}
.l-table.col2 .t-row:not(:last-child) {
  margin-bottom: 0;
}
.l-table.col2 .t-row:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.l-table.col2 .t-row dt {
  min-width: 200px;
  margin-bottom: 0;
  font-weight: bold;
  flex: none;
}
.l-table.small .t-row {
  padding: 24.5px 0;
}
.l-table.small .t-row dt {
  min-width: 145px;
}

.contact-table th, .contact-table td {
  padding: 20px;
  text-align: left;
}

.caution-block {
  margin-top: 64px;
  padding: 32px;
  border: 2px solid #FD1D1D;
  color: #FD1D1D;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.caution-block::before {
  content: "";
  width: 48px;
  height: 48px;
  margin-right: 32px;
  display: block;
  background: url(./images/common/icon_alert.svg) no-repeat center/cover;
  flex: none;
}
.caution-block p:last-of-type {
  margin-bottom: 0;
}
.caution-block .image {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-right: -16px;
  margin-left: 32px;
  display: flex;
  flex: none;
}
.caution-block .image > span:not(:last-child) {
  margin-right: 8px;
}
.caution-block .image img {
  border-radius: 12px;
}

dl.note dt {
  position: relative;
}
dl.note dt span {
  position: absolute;
}
dl.note dd {
  padding-left: 1em;
}

.pager-number {
  display: flex;
  justify-content: center;
}
.pager-number .page-numbers {
  width: 30px;
  height: 34px;
  margin: 0 4px;
  border: 1px solid #DDD;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager-number .page-numbers.current {
  background-color: #06B787;
  border: none;
}
.pager-number .page-numbers.current a {
  color: #FFF;
}
.pager-number .prev, .pager-number .next {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  background-image: url(./images/common/arrow_right_red.svg);
}
.pager-number .prev:hover, .pager-number .next:hover {
  background-color: #F5F5F5;
}
.pager-number .prev {
  transform: rotate(180deg);
}

.slick-prev, .slick-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: 1px solid #DDD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev {
  left: -78px;
}
.slick-prev::before {
  content: "";
  width: 12px;
  height: 20px;
  margin-left: -4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.15%2020.33%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233d8f49%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%20id%3D%22_%E3%83%AB%E3%83%BC%E3%83%97_563%22%20transform%3D%22translate(0%200)%22%3E%3Cpath%20id%3D%22_%E3%82%B9_492%22%20class%3D%22cls-1%22%20d%3D%22M.34%2C10.16L10.17%2C.34l1.64%2C1.64L3.62%2C10.16l8.19%2C8.18-1.64%2C1.64L.34%2C10.16Z%22%2F%3E%3Cpath%20id%3D%22_%E3%82%B9_493%22%20class%3D%22cls-1%22%20d%3D%22M10.16%2C0l1.98%2C1.98-.17%2C.17L3.96%2C10.16l8.19%2C8.18-1.98%2C1.98L0%2C10.16l.17-.17L10.16%2C0Zm1.3%2C1.98l-1.3-1.3L.68%2C10.16l9.48%2C9.48%2C1.3-1.3L3.28%2C10.16l.17-.17L11.46%2C1.98Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 1;
}
.slick-next {
  right: -78px;
}
.slick-next::before {
  content: "";
  width: 12px;
  height: 20px;
  margin-right: -4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.15%2020.33%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233d8f49%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%20id%3D%22_%E3%83%AB%E3%83%BC%E3%83%97_563%22%20transform%3D%22translate(0%200)%22%3E%3Cpath%20id%3D%22_%E3%82%B9_492%22%20class%3D%22cls-1%22%20d%3D%22M11.8%2C10.16L1.98%2C19.99l-1.64-1.64L8.53%2C10.16%2C.34%2C1.98%2C1.98%2C.34%2C11.8%2C10.16Z%22%2F%3E%3Cpath%20id%3D%22_%E3%82%B9_493%22%20class%3D%22cls-1%22%20d%3D%22M1.98%2C20.33l-1.98-1.98%2C.17-.17L8.19%2C10.16%2C0%2C1.98%2C1.98%2C0%2C12.15%2C10.16l-.17%2C.17L1.98%2C20.33Zm-1.3-1.98l1.3%2C1.3L11.46%2C10.16%2C1.98%2C.68%2C.68%2C1.98%2C8.87%2C10.17l-.17%2C.17L.68%2C18.35Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 1;
}

/* スクロールバーの幅と高さを設定する */
.modal-inner::-webkit-scrollbar {
  width: 3px;
}

/* スクロールバーの色を設定する */
.modal-inner::-webkit-scrollbar-thumb {
  background-color: #06B787;
}

.anmContent {
  opacity: 0;
}
.anmContent.fadeup.is-animated {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-column {
  display: flex;
  flex-wrap: wrap;
}
.l-column.reverse {
  flex-direction: row-reverse;
}
.l-column.reverse .fixed-width {
  justify-content: flex-start;
}
.l-column.col-half {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-column.col-half .col-inner {
  width: 50%;
}
.l-column.col-half.text-light-wrap .text-area {
  width: 53.8%;
}
.l-column.col-half.text-light-wrap .image-area {
  width: 40.3%;
}
.l-column.col2 {
  justify-content: space-between;
  margin-bottom: -45px;
}
.l-column.col2 .col-inner {
  width: 48.4%;
  margin-bottom: 45px;
}
.l-column.col3 {
  margin-bottom: -5%;
}
.l-column.col3 .col-inner {
  width: 31.4%;
  margin: 0 2.9% 5% 0;
}
.l-column.col3 .col-inner:nth-child(3n) {
  margin-right: 0;
}
.l-column.col3 .col-inner:last-child {
  margin-right: 0;
}
.l-column.col4 {
  margin-bottom: -2%;
}
.l-column.col4 .col-inner {
  width: 23.33%;
  margin: 0 2.22% 2.22% 0;
}
.l-column.col4 .col-inner:nth-child(4n) {
  margin-right: 0;
}
.l-column.col5 {
  margin-bottom: -1.56%;
}
.l-column.col5 .col-inner {
  width: 18.75%;
  margin: 0 1.56% 1.56% 0;
}
.l-column.col5 .col-inner:nth-child(5n) {
  margin-right: 0;
}
.l-column.vCenter {
  align-items: center;
}
.l-column.center {
  justify-content: center;
}
.l-column .fixed-width {
  display: flex;
  justify-content: flex-end;
}
.l-column .fixed-width img {
  max-width: none;
  flex: none;
}

.column-overflow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.column-overflow.reverse {
  flex-direction: row-reverse;
}
.column-overflow.right .image-area {
  width: 50vw;
  height: 400px;
  margin-right: calc(50% - 50vw);
  background-color: #DDD;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.column-overflow.right .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-overflow.left {
  margin-left: calc(50% - 50vw);
}
.column-overflow.left .image-area {
  background-color: #DDD;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.column-overflow.v-bottom {
  align-items: flex-end;
}
.column-overflow.v-center {
  align-items: center;
}
.column-overflow .text-area {
  width: 50%;
  justify-content: flex-start;
}
.column-overflow.inner_style .image-area {
  width: 50vw;
  height: 500px;
}
.column-overflow.inner_style .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-overflow.inner_style.right {
  margin-right: calc(50% - 50vw);
}
.column-overflow.inner_style.right .text-area {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 74px;
  justify-content: flex-start;
}
.column-overflow.inner_style.left .text-area {
  padding-right: calc(50vw - 50%);
  padding-left: 74px;
  justify-content: flex-end;
}

.site-header {
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.site-header a {
  color: #222222;
}
.site-header.is-show {
  padding: 20px 0;
  position: fixed;
  background-color: rgba(6, 183, 135, 0.85);
}
.site-header.is-open {
  padding: 20px 0;
  position: fixed;
}
.site-header.is-fixed {
  padding: 20px 0;
  position: fixed;
  background-color: rgba(6, 183, 135, 0.85);
}

.header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-title {
  line-height: 0;
}
.header-title a {
  display: block;
}

.header-navi {
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
}
.header-navi ul {
  display: flex;
  align-items: center;
}
.header-navi li:not(:first-child) {
  margin-left: 2em;
}

.home .header-title path {
  fill: #FFF !important;
}
.home .header-navi a {
  color: #FFF;
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.hamburger-menu > div {
  width: 22px;
  height: 17.5px;
  cursor: pointer;
  position: relative;
}
.hamburger-menu span {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  background: #06B787;
  border-radius: 5px;
  transition: 0.35s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 0;
}
.hamburger-menu span:nth-child(2) {
  top: 9px;
}
.hamburger-menu span:nth-child(3) {
  top: 17.5px;
}
.hamburger-menu.open span:nth-child(1) {
  top: 8px;
  transform: rotate(315deg);
}
.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(360deg);
}
.hamburger-menu.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-315deg);
}

.hamburger-navi {
  display: none;
  width: 375px;
  max-height: 100vh;
  padding: 100px 32px 32px;
  background-color: #06B787;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
}
.hamburger-navi ul {
  margin: 1em 0;
  text-align: right;
}
.hamburger-navi li:not(:last-child) {
  margin-bottom: 1.5em;
}
.hamburger-navi a {
  color: #FFF;
}
.hamburger-navi a.current {
  color: #FFE000;
}

.bottom-nav a {
  padding: 50px 0 26px 0;
  height: 286px;
  background-color: #1CB787;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bottom-nav img {
  height: 138px;
}
.bottom-nav .title {
  width: 100%;
  height: 57px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-bottom-area {
  background-color: #E4F7F7;
}

.bottom-area01 dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.bottom-area01 dt::before {
  content: "・";
  color: #3389FF;
}
.bottom-area01 a {
  height: 100px;
  background-color: #FFF;
  border: 1px solid #1CB787;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-area02 {
  margin-top: 40px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.bottom-area02 figure {
  width: 256px;
  height: 90px;
  margin-right: 32px;
  background-color: #FFF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-area02 dt {
  margin-bottom: 8px;
  font-weight: 700;
}

.site-footer {
  padding: 80px 64px;
  background-color: #444444;
  color: #FFF;
  position: relative;
}
.site-footer a {
  color: #FFF;
}

.footer-inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-area01 {
  margin-right: 8%;
  flex: none;
}

.footer-area02 {
  width: 100%;
}

.footer-title {
  margin-bottom: 30px;
  line-height: 0;
}
.footer-title a {
  display: block;
}
.footer-title path {
  fill: #FFF !important;
}

.footer-info {
  font-size: 14px;
}

.footer-navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-navi .navi-list {
  margin-bottom: 50px;
}
.footer-navi .navi-list:not(:last-child) {
  margin-right: 1em;
}
.footer-navi .navi-list dt {
  font-size: 16px;
}
.footer-navi .navi-list dd {
  margin-top: 30px;
  font-size: 14px;
}
.footer-navi li:not(:last-child) {
  margin-bottom: 1em;
}
.footer-navi .tgl-btn {
  display: none;
}

.footer-sub-navi {
  width: fit-content;
  margin-top: 50px;
  margin-left: auto;
  font-size: 13px;
}
.footer-sub-navi ul {
  margin-bottom: -2em;
  display: flex;
  flex-wrap: wrap;
}
.footer-sub-navi li {
  margin-bottom: 2em;
}
.footer-sub-navi li:not(:last-child) {
  margin-right: 2em;
}

.copyright {
  margin-top: 100px;
  font-size: 12px;
  line-height: 1;
}

*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}

select {
  appearance: none;
  background-image: url(./images/common/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: right 34px center;
  background-size: 8px;
}
select::-ms-expand {
  display: none;
}
select.form-control {
  padding-right: 64px;
}

.radio-wrap.horizon {
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-wrap.horizon > * {
  margin-right: 32px;
  margin-bottom: 20px;
}
.radio-wrap.horizon > *:last-child {
  margin-right: 0;
}
.radio-wrap.vertical > *:not(:last-child) {
  margin-bottom: 1em;
}

.radio {
  position: absolute;
  opacity: 0;
}
.radio + span {
  display: flex;
  align-items: center;
  line-height: 1;
}
.radio + span:before {
  content: "";
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.radio:checked + span:before {
  background-color: #FFF;
  box-shadow: inset 0 0 0 7px #FD1D1D;
  border-color: #FD1D1D;
}
.radio:focus + span:before {
  outline: none;
  border-color: #FD1D1D;
}
.radio:disabled + span:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio + span:empty:before {
  margin-right: 0;
}

.checkbox-input {
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  appearance: none;
}
.checkbox-input:checked + .checkbox-parts::before {
  background-color: #FD8933;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 12px;
  height: 10px;
  margin-top: -3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.315%22%20height%3D%2211.784%22%20viewBox%3D%220%200%2016.315%2011.784%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M380.043%2C411l4.455%2C3.808%2C7.625-8.164%22%20transform%3D%22translate(-377.928%20-404.524)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
}
.checkbox-input:checked + .checkbox-parts.big::before {
  border-color: #FD8933;
}
.checkbox-input:checked + .checkbox-parts.big:after {
  width: 16px;
  height: 12px;
  margin-top: -4px;
  left: 4px;
}

.checkbox-parts {
  padding-left: 25px;
  position: relative;
}
.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #CCC;
  margin-top: -6px;
}
.checkbox-parts.big {
  padding-left: 22px;
}
.checkbox-parts.big:before {
  width: 22px;
  height: 22px;
  margin-top: 0;
  border-radius: 3px;
  top: 3px;
}

.checkbox-wrap .is-error {
  margin-top: 1em;
  text-align: center;
}

.form-area {
  margin-right: auto;
  margin-left: auto;
}
.form-area .link-button {
  margin-top: 80px;
}

.form-group:not(:last-of-type) {
  margin-bottom: 80px;
}

.form-horizon .form-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.form-horizon .form-box dt {
  width: 215px;
  margin-top: 8px;
  margin-right: 16px;
  flex: none;
  position: relative;
}
.form-horizon .form-box dd {
  width: 100%;
  max-width: 568px;
  position: relative;
}
.form-horizon .form-box p {
  text-align: left;
}

.form-vertical .form-box dt {
  margin-bottom: 12px;
}

.form-box:not(:last-child) {
  margin-bottom: 20px;
}
.form-box dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  position: relative;
}
.form-box .form-inner:not(:last-child) {
  margin-bottom: 12px;
}
.form-box .required {
  margin-top: -10px;
  font-size: 12px;
  color: #FD1D1D;
  position: absolute;
  top: 50%;
  right: 0;
}
.form-box .required::before {
  content: "必須";
  padding: 2px 8px;
  color: #FFF;
  background-color: #FD1D1D;
  font-weight: 700;
}
.form-box .error {
  margin-top: 0.5em;
  color: #d94e4e;
  font-size: 13px;
}
.form-box .note {
  margin-top: 1em;
  color: #868585;
}

span.is-error {
  margin-top: 0.4em;
  color: #FD1D1D;
  text-align: left;
  font-size: 12px;
  display: block;
}

.form-column {
  display: flex;
  align-items: center;
}
.form-column .col-inner {
  width: 100%;
  align-items: flex-start;
}
.form-column .col-inner:not(:last-of-type) {
  margin-right: 12px;
}
.form-column .col-inner + .note {
  margin-left: 20px;
}
.form-column .label {
  margin-right: 1em;
  flex: none;
  font-size: 14px;
}
.form-column .spacer {
  width: 20px;
  display: block;
}

.form-control {
  width: 100%;
  max-width: 737px;
  padding: 11.5px 1em;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  line-height: 1.5;
}

.form-postcode {
  position: relative;
}
.form-postcode::before {
  content: "〒";
  position: absolute;
  top: 20px;
  left: 1.5em;
}
.form-postcode .form-control {
  padding-left: 2.8em;
}

textarea.form-control {
  height: 140px;
}

.form-button-area {
  display: flex;
  justify-content: center;
}
.form-button-area .submit_wrap {
  margin-top: 40px;
  position: relative;
}
.form-button-area .submit_wrap::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background-color: #FFF;
  border-radius: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.76%208.16%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233d8f49%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20id%3D%22_%E3%82%B9_492%22%20class%3D%22cls-1%22%20d%3D%22M4.76%2C4.08L.68%2C8.16l-.68-.68%2C3.4-3.4L0%2C.68%2C.68%2C0%2C4.76%2C4.08Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
}

.privacy-area {
  margin-top: 80px;
}

#hero-visual {
  width: 100%;
  height: 580px;
  background-size: auto auto;
  background-color: #06B787;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #12ba8d 10px, #12ba8d 20px);
  position: relative;
}
#hero-visual:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201360%20104%22%20style%3D%22enable-background%3Anew%200%200%201360%20104%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22mask%22%20class%3D%22st0%22%20d%3D%22M1360%2C104H0V0c2.4%2C1.3%2C15.2%2C8.3%2C37.3%2C18.2c12.7%2C5.7%2C26%2C11.3%2C39.7%2C16.7c16.9%2C6.6%2C34.3%2C12.9%2C51.9%2C18.7%20c44.2%2C14.6%2C89.4%2C26.1%2C135.2%2C34.5c26.8%2C4.9%2C53.9%2C8.7%2C80.6%2C11.3c29.3%2C2.8%2C58.7%2C4.3%2C87.5%2C4.3h0c19.9%2C0%2C39.8-0.7%2C59.4-2%20c20.5-1.4%2C41.2-3.6%2C61.3-6.5c21.1-3%2C42.3-6.9%2C62.9-11.5c21.5-4.8%2C43.1-10.6%2C64.1-17.2c26.8-8.4%2C54.5-15.8%2C82.2-21.9%20c26.2-5.8%2C53.1-10.7%2C80-14.4c25.3-3.5%2C51.2-6.2%2C77.1-7.9c24.2-1.6%2C48.8-2.4%2C73.3-2.4c25%2C0%2C50.5%2C0.8%2C75.8%2C2.5%20c23%2C1.5%2C46.3%2C3.8%2C69.3%2C6.7c38.7%2C4.9%2C77.1%2C11.7%2C115%2C20.4c14.9%2C3.4%2C29.6%2C7.1%2C43.7%2C11c11.5%2C3.2%2C22.6%2C6.5%2C33.1%2C9.8%20c18.1%2C5.8%2C28.5%2C9.8%2C30.4%2C10.5L1360%2C104L1360%2C104z%22%2F%3E%3C%2Fsvg%3E");
  background-position: bottom;
  position: absolute;
  top: 1px;
}

.hero-image {
  width: 1184px;
  max-width: 100%;
  margin: auto;
  padding-top: 189px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 9;
}
.hero-image img {
  min-width: 0;
}

.hero-catch {
  margin-right: 34px;
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
  white-space: nowrap;
  position: relative;
}
.hero-catch span {
  position: relative;
}
.hero-catch span::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #FFE000;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.bold {
  font-weight: 700;
}

.content-inner:not(:last-child) {
  margin-bottom: 100px;
}
.content-inner p {
  font-size: 18px;
}

.text-right-wrap {
  flex-direction: row-reverse;
}
.text-right-wrap .image-area {
  text-align: center;
}
.text-right-wrap .text-area {
  padding-top: 45px;
  padding-left: 16px;
}

.point-wrap {
  padding-top: 50px;
}
.point-wrap dl {
  height: 100%;
  background-color: #E4F7F7;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.point-wrap dt {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  color: #FFF;
  background-color: #FFC033;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
}
.point-wrap dt figure {
  padding-top: 1px;
  padding-left: 3px;
}
.point-wrap dd {
  height: 100%;
  padding: 80px 30px 30px;
  color: #222;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.point-wrap dd p {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}
.point-wrap dd p:last-child {
  margin-bottom: 0;
}
.point-wrap dd span {
  display: block;
}
.point-wrap dd .big {
  font-size: 36px;
}
.point-wrap dd .medium {
  font-size: 27px;
}
.point-wrap dd .small {
  margin-top: 47px;
  font-size: 14px;
}
.point-wrap dd .time {
  font-size: 18px;
  font-weight: normal;
}

.line_01 {
  line-height: 1.6;
}
.line_01 .bold {
  line-height: 1.3333333333;
}

.line_02 {
  margin: auto;
  line-height: 1.4;
}
.line_02 .bold {
  line-height: 0.8666666667;
}
.line_02 .time {
  line-height: 1.4444444444;
}

.line_03 {
  padding-bottom: 5px;
  line-height: 1.5;
}
.line_03 .medium {
  line-height: 1.6666666667;
}
.line_03 .bold {
  line-height: 1.5;
}

.note-wrap {
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.note-wrap dt {
  margin-bottom: 10px;
  color: #06B787;
  font-size: 25px 20px 25px 30px;
  font-weight: 700;
}

.modal-area {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrapper {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
}
.modal-close::before, .modal-close::after {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 1.5px;
  background-color: #fff;
  content: "";
}
.modal-close::before {
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left 0;
}
.modal-close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: left 0;
}

.modal-opt {
  max-width: 1090px;
  margin: 0 auto;
}
.modal-opt .modal-close {
  top: -60px;
  right: -28px;
}
.modal-opt .btn-reserve {
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-inner {
  height: 50vw;
  max-height: 593px;
  position: relative;
}
.modal-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.checkbox-modal .modal-opt {
  max-width: 928px;
  padding: 10px 20px;
  background-color: #FFF;
  border-radius: 20px;
}
.checkbox-modal .modal-inner {
  width: 908px;
  max-width: 100%;
  height: 80vh;
  max-height: 860px;
  margin: auto;
  padding: 60px 0;
  overflow-y: scroll;
}
.checkbox-modal .title-area {
  margin-bottom: 35px;
  text-align: center;
}
.checkbox-modal h2 {
  margin-bottom: 25px;
  color: #06B787;
  font-size: 28px;
  font-weight: 700;
}
.checkbox-modal .inner-width {
  width: 646px;
  max-width: 100%;
  margin: auto;
}

.modal-check-inner {
  color: #222;
  counter-reset: number 0;
}
.modal-check-inner dl {
  display: flex;
  align-items: flex-start;
}
.modal-check-inner dl:not(:last-child) {
  margin-bottom: 10px;
}
.modal-check-inner dt {
  margin-right: 10px;
}
.modal-check-inner h3 {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  position: relative;
}
.modal-check-inner h3::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 20px;
  height: 20px;
  color: #FFF;
  background-color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.modal-check-inner ul {
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.875;
}
.modal-check-inner ul .num {
  margin-right: 10px;
}
.modal-check-inner .bottom-area {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}
.modal-check-inner .bottom-area p {
  margin-bottom: 15px;
}

.contact-parts {
  padding: 60px 20px;
  background-size: auto auto;
  background-color: #06B787;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #12ba8d 10px, #12ba8d 20px);
}

.contact-parts-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center-area {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.btn-wrap .btn-submit {
  margin: 40px 10px 0 10px;
}

.error_messe {
  margin-top: 50px;
  color: #F50000;
}

.movie-wrap dt {
  margin-bottom: 27.5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.movie-wrap dt span {
  position: relative;
}
.movie-wrap dt span:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FFC033;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.movie-wrap figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.movie-wrap figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.movie-wrap dd {
  position: relative;
}
.movie-wrap dd:after {
  content: "";
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5372%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205372%22%20transform%3D%22translate(-542%20-2963)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M15%2C0%2C30%2C22H0Z%22%20transform%3D%22translate(597.07%202988)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_77%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2077%22%20transform%3D%22translate(542%202963)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%3E%20%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2240%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2239%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.headline-area {
  width: 1120px;
  margin: auto;
}

.lower-hero {
  padding: 133px 0 109px 0;
  background-size: auto auto;
  background-color: #06B787;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #12ba8d 10px, #12ba8d 20px);
}

.breadcrumb-area {
  width: 1120px;
  max-width: 100%;
  margin-top: -57px;
  margin: -57px auto 0 auto;
  padding: 28px 40px 20px 40px;
  background-color: #FFF;
}

.breadcrumb {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: #444;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:not(:last-child) {
  margin-right: 30px;
}
.breadcrumb li:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-top: -4.5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.061%22%20height%3D%228.707%22%20viewBox%3D%220%200%205.061%208.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13033%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013033%22%20d%3D%22M4706.453-1240.027l4%2C4-4%2C4%22%20transform%3D%22translate(-4706.099%201240.381)%22%20fill%3D%22none%22%20stroke%3D%22%23afafaf%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  left: -12px;
}

.small-content {
  width: 1060px;
  max-width: 100%;
}

.sumarry-text dl:not(:last-child) {
  margin-bottom: 80px;
}
.sumarry-text dl:last-child {
  margin-bottom: 100px;
}
.sumarry-text dt {
  margin-bottom: 17px;
  padding-left: 15px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.sumarry-text dt::before {
  content: "";
  width: 5px;
  height: 30px;
  margin-top: -15px;
  background-color: #06B787;
  position: absolute;
  top: 50%;
  left: 0;
}
.sumarry-text span {
  font-weight: 700;
}

.process-wrap dt {
  margin-bottom: 25px;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.process-list {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  display: flex;
}
.process-list.col4 {
  margin-right: 65px;
  margin-bottom: 10px;
}
.process-list.col4 li {
  width: calc(100% - 65px);
  height: 225px;
  padding-bottom: 38px;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.process-list.col4 li::before, .process-list.col4 li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border: 115px solid transparent;
  border-right-width: 0;
  border-left-width: 65px;
}
.process-list.col4 li::before {
  border-left-color: #F5F5F5;
  z-index: 2;
}
.process-list.col4 li::after {
  border-left-color: #FFF;
  z-index: 1;
  transform: translateX(5px);
}
.process-list.col4 li:not(:last-child) {
  margin-right: 5px;
}
.process-list.col4 li:not(:first-child) {
  padding-left: 65px;
}
.process-list.col4 span {
  margin-top: 22px;
  display: block;
}
.process-list.col2 li {
  width: 50%;
  height: 155px;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process-list.col2 li:not(:last-child) {
  margin-right: 5px;
}
.process-list.col2 li:not(:last-child)::before, .process-list.col2 li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border: 78px solid transparent;
  border-right-width: 0;
  border-left-width: 45px;
  position: absolute;
  top: 0;
  left: 100%;
}
.process-list.col2 li:not(:last-child)::before {
  border-left-color: #F5F5F5;
  z-index: 2;
}
.process-list.col2 li:not(:last-child)::after {
  border-left-color: #FFF;
  z-index: 1;
  transform: translateX(5px);
}
.process-list.col2 div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-list.col2 span {
  margin-right: 30px;
}
.process-list.col2 span.small {
  margin-right: 20px;
  font-size: 15px;
}

.process-contet {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process-contet:not(:last-child) {
  margin-bottom: 60px;
}
.process-contet:not(:last-child)::after {
  content: "";
  width: 60px;
  height: 40px;
  margin-left: -30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2240%22%20viewBox%3D%220%200%2060%2040%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-4745%2C1627v-14h-15l30-26%2C30%2C26h-15v14Z%22%20transform%3D%22translate(-4700%201627)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 50%;
  bottom: -50px;
}
.process-contet.col2 {
  justify-content: flex-end;
}
.process-contet.col2.style02 {
  justify-content: flex-start;
}
.process-contet.col3 {
  justify-content: space-between;
}
.process-contet.end-wrap {
  align-items: stretch;
}
.process-contet .left-area {
  padding-right: 60px;
  position: relative;
}
.process-contet .left-area::before {
  content: "";
  width: 173px;
  height: 213px;
  margin-left: -48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22173%22%20height%3D%22213%22%20viewBox%3D%220%200%20173%20213%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5444%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205444%22%20transform%3D%22translate(-242%20-762)%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_7%22%20data-name%3D%22%E5%90%88%E4%BD%93%207%22%20d%3D%22M-4745%2C1752.885v-140.9h-15l30-24.99%2C30%2C24.99h-15v140.9Z%22%20transform%3D%22translate(2002%205675)%20rotate(90)%22%20fill%3D%22%231cb787%22%2F%3E%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1010%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201010%22%20d%3D%22M0%2C0H30a0%2C0%2C0%2C0%2C1%2C0%2C0V198a0%2C0%2C0%2C0%2C1%2C0%2C0H4a4%2C4%2C0%2C0%2C1-4-4V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22%20transform%3D%22translate(242%20762)%22%20fill%3D%22%231cb787%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 50%;
  bottom: -213px;
}
.process-contet .left-area:after {
  content: "";
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_6%22%20data-name%3D%22%E5%90%88%E4%BD%93%206%22%20d%3D%22M-4745%2C1627v-14h-15l30-26%2C30%2C26h-15v14Z%22%20transform%3D%22translate(-1587%20-4700)%20rotate(-90)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  right: 10px;
}
.process-contet .left-area.end {
  margin-right: 0;
  padding-right: 0;
}
.process-contet .left-area.end::before {
  width: 60px;
  height: 40px;
  margin-left: -30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2240%22%20viewBox%3D%220%200%2060%2040%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-4745%2C1627v-14h-15l30-26%2C30%2C26h-15v14Z%22%20transform%3D%22translate(-4700%201627)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
  left: 50%;
  bottom: -50px;
}
.process-contet .left-area.end::after {
  display: none;
}
.process-contet .left-area.end .side-text {
  width: 255px;
  height: 100%;
}
.process-contet .right-area {
  width: 100%;
  max-width: 276px;
  display: flex;
  justify-content: flex-end;
}
.process-contet .right-area .side-text {
  position: relative;
}
.process-contet .right-area .side-text::after {
  content: "";
  width: 40px;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_16%22%20data-name%3D%22%E5%90%88%E4%BD%93%2016%22%20d%3D%22M-4745%2C1627v-14h-15l30-26%2C30%2C26h-15v14Z%22%20transform%3D%22translate(1627%204760)%20rotate(90)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  left: -50px;
}
.process-contet .right-area.end {
  max-width: 255px;
  position: relative;
}
.process-contet .right-area.end::before {
  content: "";
  width: 60px;
  height: 40px;
  margin-left: -30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2240%22%20viewBox%3D%220%200%2060%2040%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-4745%2C1627v-14h-15l30-26%2C30%2C26h-15v14Z%22%20transform%3D%22translate(-4700%201627)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 50%;
  bottom: -50px;
}
.process-contet .right-area.end .side-text {
  width: 100%;
}
.process-contet .right-area.end .side-text::after {
  display: none;
}
.process-contet.wide {
  margin-bottom: 142px;
}
.process-contet.wide::after {
  width: 865px;
  height: 122px;
  margin-left: -432.5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22864.998%22%20height%3D%22121.912%22%20viewBox%3D%220%200%20864.998%20121.912%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5443%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205443%22%20transform%3D%22translate(-247.501%20-2575)%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_25%22%20data-name%3D%22%E5%90%88%E4%BD%93%2025%22%20d%3D%22M-4745%2C1708.911V1611.99h-15l30-24.99%2C30%2C24.99h-15v96.922Z%22%20transform%3D%22translate(-4050%204283.912)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_28%22%20data-name%3D%22%E5%90%88%E4%BD%93%2028%22%20d%3D%22M-4741%2C1672.391a4%2C4%2C0%2C0%2C1-4-4v-56.4h-15l30-24.99%2C30%2C24.99h-15v56.4a4%2C4%2C0%2C0%2C1-4%2C4Z%22%20transform%3D%22translate(-3647.501%204283.912)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_29%22%20data-name%3D%22%E5%90%88%E4%BD%93%2029%22%20d%3D%22M-4741%2C1672.4a4%2C4%2C0%2C0%2C1-4-4V1611.99h-15l30-24.99%2C30%2C24.99h-15V1668.4a4%2C4%2C0%2C0%2C1-4%2C4Z%22%20transform%3D%22translate(-4452.499%204283.912)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1035%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201035%22%20width%3D%2230%22%20height%3D%22805%22%20transform%3D%22translate(277.499%202641.345)%20rotate(-90)%22%20fill%3D%22%231cb787%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  bottom: -132px;
}
.process-contet.finish {
  display: block;
}

.finish-block {
  padding: 20px;
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 700;
  background-color: #FFC033;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.note-text {
  margin-top: 60px;
  font-size: 12px;
  font-weight: 400;
}
.note-text span {
  color: #F50000;
}

.process-block {
  width: 510px;
  max-width: 100%;
  padding: 33px 30px 30px 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.process-block dt {
  color: #06B787;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.process-block dd {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process-block dd p {
  width: 300px;
  max-width: 100%;
  margin-bottom: 0;
}
.process-block .pr-12 {
  padding-right: 12px;
}
.process-block .pr-17 {
  padding-right: 17px;
}
.process-block .pr-18 {
  padding-right: 18px;
}
.process-block .pr-27 {
  padding-right: 27px;
}
.process-block span {
  font-size: 16px;
  display: block;
}
.process-block .bg-white {
  width: 170px;
  margin: 5px auto;
  padding: 3px;
  background-color: #FFF;
  border-radius: 46px;
}
.process-block .black {
  color: #2D2D2D;
}
.process-block ul {
  width: 180px;
  max-width: 100%;
  margin: 10px auto 0 auto;
  text-align: left;
}
.process-block li::before {
  content: "・";
  color: #06B787;
}

.side-text {
  width: 215px;
  min-height: 79px;
  padding: 15px 5px;
  background-color: #F5F5F5;
  border-radius: 10px;
  color: #2D2D2D;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.side-text dt {
  font-size: 16px;
  font-weight: 700;
}
.side-text dt span {
  color: #F50000;
}
.side-text dd {
  font-size: 16px;
  font-weight: 400;
}
.side-text dd.font-14 {
  font-size: 14px;
}
.side-text dd.text-center span {
  display: block;
}
.side-text ul {
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.side-text ul li {
  position: relative;
}
.side-text ul li:first-child {
  margin-right: 1em;
}
.side-text ul li::before {
  content: "・";
  color: #06B787;
}
.side-text.balloon {
  width: 260px;
  padding: 26px 16px;
  position: relative;
}
.side-text.balloon::before {
  content: "";
  margin-top: -10px;
  border-style: solid;
  border-width: 10.5px 16px 10.5px 0;
  border-color: transparent #F5F5F5 transparent transparent;
  position: absolute;
  top: 50%;
  left: -16px;
}
.side-text.balloon::after {
  display: none;
}
.side-text.balloon.yellow {
  background-color: #FFDA86;
}
.side-text.balloon.yellow::before {
  border-color: transparent #FFDA86 transparent transparent;
}
.side-text .regular {
  color: #2D2D2D;
  font-weight: 400;
  display: block;
}

.faq-wrap {
  padding-top: 35px;
}

.faq-inner-wrap {
  padding-top: 50px;
}
.faq-inner-wrap dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}
.faq-inner-wrap dl.active dt::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M7.5%2C0%2C15%2C11H0Z%22%20transform%3D%22translate(15%2011)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  transform: scale(1, -1);
}
.faq-inner-wrap dl.active dd {
  display: block;
  padding-bottom: 20px;
}
.faq-inner-wrap dt {
  margin-bottom: 20px;
  padding-left: 45px;
  padding-right: 30px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.faq-inner-wrap dt::before {
  content: "Q";
  width: 35px;
  height: 35px;
  color: #06B787;
  background-color: #F5F5F5;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-inner-wrap dt::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #06B787;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M7.5%2C0%2C15%2C11H0Z%22%20transform%3D%22translate(15%2011)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  border-radius: 5px;
  position: absolute;
  top: 2.5px;
  right: 0;
}
.faq-inner-wrap dd {
  display: none;
}
.faq-inner-wrap span {
  font-weight: 700;
}

.inner-list {
  margin-top: 45px;
}
.inner-list li:not(:last-child) {
  margin-bottom: 40px;
}
.inner-list li.mb-0 {
  margin-bottom: 0;
}
.inner-list h3 {
  margin-left: 24px;
  text-indent: -24px;
  font-size: 16px;
}
.inner-list .num {
  margin-right: 5px;
}
.inner-list.style02 {
  margin-top: 20px;
}
.inner-list.style02 li:not(:last-child) {
  margin-bottom: 1em;
}
.inner-list.style02 .num {
  font-weight: 400;
}
.inner-list.style03 .num {
  font-weight: 400;
}

.case:not(:last-child) {
  margin-bottom: 85px;
}
.case .title {
  margin-bottom: 20px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.case .bage {
  width: 75px;
  height: 36px;
  margin-top: 3px;
  margin-right: 10px;
  padding: 0 8px;
  color: #FFF;
  font-size: 18px;
  background-color: #06B787;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cace-content-wrap {
  background-color: #F5F5F5;
}

.case-top-area {
  padding: 20px 30px;
  font-size: 18px;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
}
.case-top-area img {
  margin-right: 10px;
}
.case-top-area span {
  margin-right: 10px;
  color: #222;
  font-weight: 700;
}
.case-top-area .top-area-inner {
  display: flex;
  align-items: center;
}
.case-top-area .top-area-inner:not(:last-child) {
  margin-right: 40px;
}

.case-bottom-area {
  padding: 30px;
}
.case-bottom-area h3 {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.case-bottom-area h3 span {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #FFF;
  background-color: #06B787;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-bottom-area li:not(:last-child) {
  margin-bottom: 30px;
}

.download:not(:last-child) {
  margin-bottom: 115px;
}
.download .title-area {
  margin-bottom: 30px;
}
.download .title-area h2 {
  margin-bottom: 18px;
  padding-left: 15px;
  font-size: 26px;
  color: #222;
  position: relative;
}
.download .title-area h2::before {
  content: "";
  width: 5px;
  height: 30px;
  margin-top: -15px;
  background-color: #06B787;
  position: absolute;
  top: 50%;
  left: 0;
}
.download .inner-area li {
  padding: 20px 0;
}
.download .inner-area li:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
.download .inner-area dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.download .inner-area dt {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.download .inner-area dt::before {
  content: "●";
  margin-right: 10px;
  color: #06B787;
}
.download .btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.download .btn-wrap .btn-download:not(:last-child) {
  margin-right: 10px;
}
.download .child-wrap {
  margin-top: 20px;
}
.download .child-wrap p {
  margin-bottom: 10px;
}
.download .child {
  width: 100%;
}
.download .child dt {
  font-size: 16px;
}
.download .child dt::before {
  content: "・";
  margin-right: 0;
}

.content-inner-wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.access-wrap {
  margin-bottom: 60px;
  display: flex;
}
.access-wrap figure {
  margin-right: 40px;
}

.map-wrap iframe {
  margin: auto;
}
.map-wrap ul {
  margin-top: 30px;
}
.map-wrap li {
  margin-left: 16px;
  text-indent: -16px;
}
.map-wrap li::before {
  content: "・";
  color: #06B787;
}

.contact-wrap {
  text-align: center;
}

.contact-form {
  margin-top: 44px;
}
.contact-form dt {
  color: #222;
  font-weight: 700;
  text-align: left;
}
.contact-form textarea {
  height: 180px;
}
.contact-form .text-area {
  margin-top: 40px;
}
.contact-form .checkbox-wrap .checkbox-parts {
  color: #333;
  font-weight: 700;
}
.contact-form .checkbox-wrap .check-label {
  padding-right: 50px;
  position: relative;
}
.contact-form .checkbox-wrap .check-label:after {
  content: "必須";
  margin-top: -12px;
  padding: 2px 8px;
  color: #FFF;
  background-color: #C3233D;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
}

@media (min-width: 1321px) {
  .header-navi .current {
    position: relative;
  }
  .header-navi .current::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFC033;
    border-radius: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
  }
}
@media (max-width: 1320px) {
  .btn-sp {
    display: flex;
  }
  .header-navi {
    display: none;
  }
  .sp-right {
    display: flex;
    z-index: 9;
  }
  .hamburger-menu {
    display: flex;
    z-index: 1;
  }
  .hamburger-navi {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .hamburger-navi ul {
    margin-top: 92px;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #FFF;
  }
  .hamburger-navi li {
    padding: 25px 20px;
    border-bottom: 1px solid #FFF;
  }
  .hamburger-navi li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 833px) {
  .spHide {
    display: none;
  }
  body {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .section-wrap {
    padding: 20px 20px 40px 20px;
  }
  .section-wrap.sp_top0 {
    padding-top: 0;
  }
  .section-wrap.pt-40 {
    padding-top: 10px;
  }
  .section-wrap.pt-35 {
    padding-top: 10px;
  }
  .section-wrap.pb-0 {
    padding: 33px 10px 20px 10px;
  }
  .section-wrap.sp_plr-10 {
    padding: 20px 10px 40px 10px;
  }
  .bg-c01 {
    padding: 40px 20px;
  }
  .headline-01 {
    font-size: 24px;
    text-align: center;
  }
  .headline-02 {
    margin-bottom: 30px;
  }
  .headline-02 .title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .headline-02 .caption {
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
    display: inline-block;
    line-height: 1.25;
  }
  .headline-02 .caption::before {
    content: "";
    width: 25px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.441%22%20height%3D%2225.562%22%20viewBox%3D%220%200%2024.441%2025.562%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_2%22%20data-name%3D%22%E7%B7%9A%202%22%20x2%3D%2217.373%22%20y2%3D%2218.494%22%20transform%3D%22translate(3.534%203.534)%22%20fill%3D%22none%22%20stroke%3D%22%23ffc033%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    left: -45px;
    bottom: 3px;
  }
  .headline-02 .caption::after {
    content: "";
    width: 25px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.441%22%20height%3D%2225.562%22%20viewBox%3D%220%200%2024.441%2025.562%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_3%22%20data-name%3D%22%E7%B7%9A%203%22%20x1%3D%2217.373%22%20y2%3D%2218.494%22%20transform%3D%22translate(3.534%203.534)%22%20fill%3D%22none%22%20stroke%3D%22%23ffc033%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    right: -42px;
    bottom: 3px;
  }
  .headline-03 {
    font-size: 32px;
  }
  .headline-jp.ex-small {
    font-size: 18px;
  }
  .headline-jp.small {
    line-height: 1.7;
  }
  .headline-jp.large {
    font-size: 24px;
  }
  .headline-jp.ex-large {
    font-size: 28px;
  }
  .headline-jp.mb-40 {
    margin-bottom: 20px;
  }
  .headline-jp.mb-60 {
    margin-bottom: 30px;
  }
  .btn-orange.small {
    width: 100%;
  }
  .btn-orange.big {
    width: 100%;
    padding: 14px;
    font-size: 20px;
  }
  .btn-orange.wide {
    padding: 10px;
    font-size: 14px;
  }
  .btn-orange.mt-40 {
    margin-top: 20px;
  }
  .btn-download {
    width: 100%;
    margin-top: 10px;
  }
  .btn-submit {
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .btn-submit.back {
    margin-top: 10px;
  }
  .text-lead {
    font-size: 20px;
    line-height: 1.7;
  }
  .message-area {
    margin: 40px 0;
    font-size: 24px;
    line-height: 1.5;
  }
  .message-area.small.mb-60 {
    margin-bottom: 30px;
  }
  .l-table.col2 .t-row {
    display: block;
  }
  .l-table.col2 .t-row dt {
    margin-bottom: 5px;
  }
  .slick-prev, .slick-next {
    display: none;
  }
  .l-column.col-half {
    display: block;
  }
  .l-column.col-half .col-inner {
    width: 100%;
  }
  .l-column.col-half.text-light-wrap .text-area {
    width: 100%;
  }
  .l-column.col-half.text-light-wrap .image-area {
    width: 100%;
    text-align: center;
  }
  .l-column.col2 {
    display: block;
    margin-bottom: 0;
  }
  .l-column.col2 .col-inner {
    width: 100%;
    margin-bottom: 0;
  }
  .l-column.col2 .col-inner:not(:last-child) {
    margin-bottom: 40px;
  }
  .l-column.col2 .image-area {
    width: 100%;
    height: 36.8vw;
  }
  .l-column.col2 .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l-column.col3 {
    display: block;
  }
  .l-column.col3 .col-inner {
    width: 100%;
  }
  .l-column.col3 .col-inner:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .l-column.col3 .image-area {
    width: 100%;
    height: 59.7333333333vw;
  }
  .l-column.col3 .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l-column.col3.bottom-area01 {
    margin-bottom: 0;
  }
  .l-column.col3.bottom-area01 .col-inner {
    margin-bottom: 30px;
  }
  .l-column.col4 {
    margin-bottom: -5%;
  }
  .l-column.col4 .col-inner {
    width: 49%;
    margin: 0 2% 5% 0;
  }
  .l-column.col4 .col-inner:nth-child(2n) {
    margin-right: 0;
  }
  .l-column.col5 {
    justify-content: space-between;
    margin-bottom: -10px;
  }
  .l-column.col5 .col-inner {
    width: 48.5%;
    margin: 0 0 10px 0;
  }
  .column-overflow {
    display: block;
  }
  .column-overflow.inner_style .image-area {
    width: 89.3vw;
    height: 240px;
  }
  .column-overflow.inner_style.right {
    margin: 0;
  }
  .column-overflow.inner_style.right .image-area {
    margin-left: auto;
  }
  .column-overflow.inner_style.right .text-area {
    margin: 0;
    padding: 60px 0 0 0;
  }
  .column-overflow.inner_style.left {
    margin: 0;
  }
  .column-overflow.inner_style.left .image-area {
    margin-left: calc(50% - 50vw);
  }
  .column-overflow.inner_style.left .text-area {
    padding: 60px 0 0 0;
  }
  .column-overflow .text-area {
    width: 100%;
  }
  .contact-table tr {
    display: block;
  }
  .contact-table tr:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact-table th, .contact-table td {
    width: 100%;
    padding: 0;
    display: block;
  }
  .site-header {
    padding: 25px 10px 25px 20px;
  }
  .site-header.is-show {
    padding: 10px 10px 10px 20px;
  }
  .site-header.is-open {
    padding: 10px 10px 10px 20px;
  }
  .site-header.is-open svg {
    fill: #FFF;
  }
  .site-header.is-open .logo_st0, .site-header.is-open .logo_st1, .site-header.is-open .logo_st2 {
    fill: #FFF !important;
  }
  .site-header.is-fixed {
    padding: 10px 10px 10px 20px;
  }
  .header-inner {
    padding: 0;
  }
  .header-title {
    position: relative;
    z-index: 2;
  }
  .header-title img {
    width: 58.6666666667vw;
  }
  .hamburger-navi ul {
    margin-top: 70px;
  }
  .bottom-nav a {
    padding: 40px 5px 25px 5px;
    height: 230px;
  }
  .bottom-nav img {
    height: 109px;
  }
  .bottom-nav .title {
    font-size: 15px;
  }
  .bottom-area01 dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bottom-area01 a {
    height: 95px;
  }
  .bottom-area02 {
    margin-top: 30px;
    display: block;
  }
  .bottom-area02 figure {
    width: 100%;
    height: 118px;
    margin-right: 0;
  }
  .bottom-area02 img {
    width: 280px;
    height: 66px;
  }
  .bottom-area02 dl {
    margin-top: 10px;
  }
  .site-footer {
    padding: 60px 30px;
  }
  .footer-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer-area01 {
    margin-top: 40px;
    margin-right: 0;
  }
  .footer-title {
    margin-bottom: 20px;
  }
  .footer-title svg {
    width: 273px;
  }
  .footer-info {
    font-size: 13px;
  }
  .footer-navi {
    display: block;
  }
  .footer-navi .navi-list {
    margin-bottom: 0;
    font-size: 18px;
  }
  .footer-navi .navi-list li {
    margin-bottom: 40px;
  }
  .footer-navi .navi-list:not(:last-child) {
    margin-right: 0;
  }
  .footer-navi .navi-list dd {
    margin-top: 20px;
    margin-left: 15px;
  }
  .footer-sub-navi {
    margin-top: 40px;
    margin-left: 0;
    font-size: 16px;
  }
  .footer-sub-navi ul {
    display: block;
  }
  .footer-sub-navi li {
    margin-bottom: 40px;
  }
  .footer-sub-navi li:not(:last-child) {
    margin-right: 0;
  }
  .copyright {
    margin-top: 40.5px;
  }
  .form-horizon .form-box {
    display: block;
  }
  .form-horizon .form-box dt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .form-box:not(:last-child) {
    margin-bottom: 15px;
  }
  .checkbox-input:checked + .checkbox-parts.big:after {
    width: 14px;
    height: 10px;
    margin-top: -5px;
    left: 2px;
  }
  .checkbox-parts.big {
    padding-left: 17px;
  }
  .checkbox-parts.big:before {
    width: 17px;
    height: 17px;
  }
  #hero-visual {
    height: 120vw;
  }
  .hero-image {
    padding: 123px 5.34vw 0 5.34vw;
    display: block;
  }
  .hero-image img {
    width: 100%;
  }
  .hero-catch {
    font-size: 8.54vw;
    margin-right: 0;
    margin-bottom: 11.8vw;
    line-height: 1.53125;
  }
  .hero-catch span::after {
    height: 6px;
    bottom: 0;
  }
  .content-inner:not(:last-child) {
    margin-bottom: 60px;
  }
  .text-right-wrap .text-area {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-left: 0;
  }
  .point-wrap dl {
    height: 287px;
  }
  .point-wrap dd {
    font-size: 28px;
  }
  .point-wrap dd p {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .point-wrap dd .big {
    font-size: 34px;
  }
  .point-wrap dd .medium {
    font-size: 25px;
  }
  .point-wrap dd .time {
    font-size: 17px;
  }
  .line_01 {
    line-height: 1.6071428571;
  }
  .line_01 .bold {
    line-height: 1.3235294118;
  }
  .line_02 {
    line-height: 1.3928571429;
  }
  .line_02 .bold {
    line-height: 0.8571428571;
  }
  .line_02 .time {
    line-height: 1.4117647059;
  }
  .line_03 {
    line-height: 1.68;
  }
  .line_03 .medium {
    line-height: 1.68;
  }
  .line_03 .bold {
    line-height: 1.5;
  }
  .note-wrap dt {
    font-size: 20px;
  }
  .note-wrap dd {
    font-size: 18px;
  }
  .checkbox-modal .modal-opt {
    padding: 10px 7px;
  }
  .checkbox-modal .modal-inner {
    height: 70vh;
    padding: 10px;
  }
  .checkbox-modal .title-area {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .checkbox-modal .title-area p {
    font-size: 14px;
  }
  .checkbox-modal h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .modal-check-inner dt {
    margin-right: 5px;
  }
  .modal-check-inner h3 {
    padding-left: 20px;
    font-size: 13px;
  }
  .modal-check-inner h3::before {
    width: 18px;
    height: 18px;
    padding-left: 2px;
    line-height: 1.2;
    top: 2px;
  }
  .modal-check-inner ul {
    margin-top: 10px;
    margin-left: 22px;
    font-size: 13px;
  }
  .modal-check-inner ul .num {
    margin-right: 5px;
  }
  .modal-check-inner li {
    line-height: 1.4;
    text-indent: -20px;
  }
  .modal-check-inner li:not(:last-child) {
    margin-bottom: 5px;
  }
  .modal-check-inner .bottom-area {
    margin-top: 20px;
  }
  .modal-check-inner .bottom-area p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact-parts {
    padding: 20px 10px 30px 10px;
  }
  .contact-parts-inner {
    display: block;
    text-align: center;
  }
  .image-area-left {
    margin-bottom: 8px;
  }
  .center-area {
    font-size: 15px;
  }
  .movie-wrap dt {
    margin-bottom: 28px;
    font-size: 18px;
  }
  .movie-wrap figure {
    height: 198px;
  }
  .movie-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .movie-wrap dd:after {
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background-size: contain;
  }
  .headline-area {
    width: 100%;
    padding: 0 20px;
  }
  .lower-hero {
    padding: 97px 0 35px 0;
  }
  .breadcrumb-area {
    width: 94.7%;
    margin-top: -20px;
    padding: 15px 20px;
  }
  .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb li:not(:last-child) {
    margin-right: 20px;
  }
  .small-content {
    padding: 0 10px;
  }
  .sumarry-text dl:not(:last-child) {
    margin-bottom: 40px;
  }
  .sumarry-text dl:last-child {
    margin-bottom: 60px;
  }
  .sumarry-text dt {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 20px;
  }
  .process-wrap dt {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .process-wrap .scroll-x {
    height: 270px;
    overflow-x: scroll;
  }
  .process-list {
    width: 747px;
  }
  .process-list.col4 {
    width: 702px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .process-list.col4 li {
    width: calc(100% - 45px);
    height: 154px;
    padding-bottom: 27px;
  }
  .process-list.col4 li::before, .process-list.col4 li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 100%;
    border: 77px solid transparent;
    border-right-width: 0;
    border-left-width: 45px;
  }
  .process-list.col4 li::before {
    border-left-color: #F5F5F5;
    z-index: 2;
  }
  .process-list.col4 li::after {
    border-left-color: #FFF;
    z-index: 1;
    transform: translateX(5px);
  }
  .process-list.col4 li:not(:last-child) {
    margin-right: 5px;
  }
  .process-list.col4 li:not(:first-child) {
    padding-left: 45px;
  }
  .process-list.col4 img {
    width: auto;
    height: 63px;
  }
  .process-list.col4 span {
    margin-top: 15px;
    font-size: 13px;
  }
  .process-list.col2 li {
    height: 106px;
  }
  .process-list.col2 li:not(:last-child)::before, .process-list.col2 li:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border: 53px solid transparent;
    border-right-width: 0;
    border-left-width: 28px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .process-list.col2 li:not(:last-child)::before {
    border-left-color: #F5F5F5;
    z-index: 2;
  }
  .process-list.col2 li:not(:last-child)::after {
    border-left-color: #FFF;
    z-index: 1;
    transform: translateX(5px);
  }
  .process-list.col2 img {
    width: auto;
    height: 67px;
  }
  .process-list.col2 span {
    font-size: 13px;
  }
  .process-list.col2 span.small {
    font-size: 10px;
  }
  .sp-note {
    font-size: 12px;
    font-family: 400;
    text-align: right;
  }
  .process-contet {
    margin: 0 -10px;
    display: block;
  }
  .process-contet:not(:last-child) {
    margin-bottom: 0;
  }
  .process-contet:not(:last-child)::after {
    width: 39px;
    height: 26px;
    margin-left: -19.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2226%22%20viewBox%3D%220%200%2039%2026%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_33%22%20data-name%3D%22%E5%90%88%E4%BD%93%2033%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(39%2026)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    top: auto;
    left: 50%;
    bottom: -36px;
  }
  .process-contet.col2 {
    padding-bottom: 30px;
  }
  .process-contet.col2 .process-block {
    margin-bottom: 20px;
    position: relative;
  }
  .process-contet.col2 .process-block::after {
    content: "";
    width: 39px;
    height: 91px;
    margin-left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2291%22%20viewBox%3D%220%200%2039%2091%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_35%22%20data-name%3D%22%E5%90%88%E4%BD%93%2035%22%20d%3D%22M9.75%2C154V86.1H0L19.5%2C63%2C39%2C86.1H29.25V154Z%22%20transform%3D%22translate(39%20154.002)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    left: 47px;
    bottom: -101px;
  }
  .process-contet.col2 .pr-0 {
    width: 76px;
    padding-right: 5px;
  }
  .process-contet.style02 {
    margin-bottom: 159px;
    padding-bottom: 0;
  }
  .process-contet.style02::after {
    display: none;
  }
  .process-contet.style02 .process-block {
    margin-bottom: 0;
  }
  .process-contet.style02 .process-block::after {
    width: 39px;
    height: 139px;
    margin-left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%22139.11%22%20viewBox%3D%220%200%2039%20139.11%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_8%22%20data-name%3D%22%E5%90%88%E4%BD%93%208%22%20d%3D%22M9.75%2C202.112V86.1H0L19.5%2C63%2C39%2C86.1H29.25v116.01Z%22%20transform%3D%22translate(39%20202.112)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    right: 67px;
    left: auto;
    bottom: -149px;
  }
  .process-contet.style03 {
    padding-bottom: 20px;
  }
  .process-contet.style03 .process-block {
    margin-bottom: 40px;
  }
  .process-contet.style03 .process-block::after {
    width: 39px;
    height: 113px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%22113.33%22%20viewBox%3D%220%200%2039%20113.33%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_38%22%20data-name%3D%22%E5%90%88%E4%BD%93%2038%22%20d%3D%22M9.75%2C176.332V86.1H0L19.5%2C63%2C39%2C86.1H29.25v90.229Z%22%20transform%3D%22translate(39%20176.332)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    left: 61px;
    bottom: -123px;
  }
  .process-contet.style03 .process-block .pr-27 {
    width: 76px;
    padding-right: 20px;
  }
  .process-contet.col3 {
    margin-bottom: 46px;
  }
  .process-contet.col3::after {
    display: none;
  }
  .process-contet.col3 .left-area {
    bottom: 0;
  }
  .process-contet.col3 .right-area .side-text::after {
    content: "";
    width: 39px;
    height: 26px;
    margin-left: -19.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2226%22%20viewBox%3D%220%200%2039%2026%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_33%22%20data-name%3D%22%E5%90%88%E4%BD%93%2033%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(39%2026)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -36px;
    display: block;
  }
  .process-contet.col3 .pr-27 {
    width: 71px;
    padding-right: 20px;
  }
  .process-contet.end-wrap {
    width: 88%;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .process-contet.end-wrap .left-area {
    width: 100%;
    bottom: 80px;
  }
  .process-contet.end-wrap .left-area::before {
    display: none;
  }
  .process-contet.end-wrap .right-area {
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
  }
  .process-contet.end-wrap .right-area::before {
    display: none;
  }
  .process-contet.end-wrap .right-area .side-text::after {
    display: none;
  }
  .process-contet.end-wrap .side-text {
    width: 100% !important;
  }
  .process-contet.end-wrap .side-text::before {
    display: none;
  }
  .process-contet.end-wrap .side-text::after {
    display: none;
  }
  .process-contet.end-wrap .process-block {
    margin-bottom: 10px;
  }
  .process-contet.end-wrap .process-block dd p {
    width: 163px;
  }
  .process-contet.end-wrap .process-block .pr-27 {
    width: 64px;
    padding-right: 0;
  }
  .process-contet .left-area {
    padding-right: 0;
    position: absolute;
    bottom: -115px;
  }
  .process-contet .left-area::before {
    width: 39px;
    height: 26px;
    margin-left: -19.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2226%22%20viewBox%3D%220%200%2039%2026%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_33%22%20data-name%3D%22%E5%90%88%E4%BD%93%2033%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(39%2026)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    top: -32px;
    left: 50%;
  }
  .process-contet .left-area::after {
    width: 39px;
    height: 26px;
    margin-left: -19.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2226%22%20viewBox%3D%220%200%2039%2026%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_33%22%20data-name%3D%22%E5%90%88%E4%BD%93%2033%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(39%2026)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    top: auto;
    left: 50%;
    bottom: -36px;
  }
  .process-contet .right-area {
    max-width: 100%;
  }
  .process-contet .right-area .side-text::before {
    content: "";
    width: 39px;
    height: 26px;
    margin-left: -19.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2226%22%20viewBox%3D%220%200%2039%2026%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_33%22%20data-name%3D%22%E5%90%88%E4%BD%93%2033%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(39%2026)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    top: -32px;
    left: 50%;
  }
  .process-contet .right-area .side-text:after {
    display: none;
  }
  .process-contet.wide::after {
    width: 45px;
    height: 352px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.75%22%20height%3D%22351.5%22%20viewBox%3D%220%200%2044.75%20351.5%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5472%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205472%22%20transform%3D%22translate(-29.75%20-2402)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5471%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205471%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_46%22%20data-name%3D%22%E5%90%88%E4%BD%93%2046%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(74.5%202492.5)%20rotate(90)%22%20fill%3D%22%231cb787%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_47%22%20data-name%3D%22%E5%90%88%E4%BD%93%2047%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(74.5%202634.5)%20rotate(90)%22%20fill%3D%22%231cb787%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_48%22%20data-name%3D%22%E5%90%88%E4%BD%93%2048%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(74.5%202714.5)%20rotate(90)%22%20fill%3D%22%231cb787%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_45%22%20data-name%3D%22%E5%90%88%E4%BD%93%2045%22%20d%3D%22M9.75-236.9h19.5V104.8H9.75Z%22%20transform%3D%22translate(59%202506.804)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    left: 30px;
    bottom: -362px;
  }
  .process-contet.wide .process-block {
    margin-bottom: 10px;
  }
  .process-contet.finish::before {
    content: "";
    width: 39px;
    height: 26px;
    margin-left: -19.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2226%22%20viewBox%3D%220%200%2039%2026%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_33%22%20data-name%3D%22%E5%90%88%E4%BD%93%2033%22%20d%3D%22M9.75%2C26V16.9H0L19.5%2C0%2C39%2C16.9H29.25V26Z%22%20transform%3D%22translate(39%2026)%20rotate(180)%22%20fill%3D%22%231cb787%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    top: auto;
    left: 50%;
    top: -32px;
    display: block;
  }
  .finish-block {
    padding: 18.5px 10px;
  }
  .note-text {
    margin-top: 10px;
  }
  .process-block {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  .process-block dt {
    font-size: 14px;
  }
  .process-block dd {
    font-size: 14px;
  }
  .process-block dd p {
    width: 190px;
    line-height: 1.4285714286;
  }
  .process-block .pr-12 {
    width: 77px;
    padding-right: 10px;
  }
  .process-block .pr-17 {
    width: 78px;
    padding-right: 15px;
  }
  .process-block .pr-18 {
    width: 78px;
    padding-right: 10px;
  }
  .process-block .bg-white {
    width: 142px;
    font-size: 13px;
  }
  .process-block .black {
    font-size: 14px;
  }
  .process-block ul {
    margin-top: 0;
    width: 126px;
    letter-spacing: 0;
  }
  .side-text {
    width: 161px;
    min-height: 70px;
  }
  .side-text dt {
    font-size: 12px;
  }
  .side-text dd {
    font-size: 12px;
  }
  .side-text.balloon {
    padding: 10px;
    letter-spacing: 0;
  }
  .side-text.balloon::before {
    border-width: 0 10.5px 16px 10.5px;
    border-color: transparent transparent #F5F5F5 transparent;
    top: 0;
    left: 50%;
  }
  .side-text.balloon.yellow {
    width: 64.5%;
    min-height: 62px;
  }
  .side-text.balloon.yellow::before {
    width: auto;
    height: auto;
    margin-left: -10.5px;
    background-image: none;
    border-width: 0 10.5px 16px 10.5px;
    border-color: transparent transparent #FFDA86 transparent;
    top: -6px;
    left: 50%;
  }
  .side-text.balloon.yellow dt {
    font-size: 14px;
  }
  .side-text.balloon.yellow dd {
    font-size: 14px;
  }
  .faq-link {
    margin: 30px 0;
  }
  .faq-link li {
    padding-left: 24px;
  }
  .faq-link a {
    font-size: 15px;
  }
  .faq-inner-wrap {
    padding-top: 30px;
  }
  .faq-inner-wrap dl {
    margin-bottom: 40px;
  }
  .faq-inner-wrap dt {
    margin-bottom: 10px;
    padding-left: 32px;
    font-size: 18px;
  }
  .faq-inner-wrap dt::before {
    width: 28px;
    height: 28px;
    top: 2px;
  }
  .inner-list {
    margin-top: 30px;
  }
  .case:not(:last-child) {
    margin-bottom: 40px;
  }
  .case .title {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
  }
  .case .bage {
    margin: 0;
    height: 26px;
    font-size: 14px;
  }
  .case-top-area {
    padding: 20px 10px;
    font-size: 14px;
    flex-wrap: wrap;
  }
  .case-top-area span {
    margin-right: 5px;
  }
  .case-top-area .top-area-inner:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .case-top-area .top-area-inner img {
    width: 30px;
    height: 30px;
  }
  .case-bottom-area {
    padding: 20px 10px;
    font-size: 14px;
  }
  .case-bottom-area h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .case-bottom-area h3 span {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .case-bottom-area li:not(:last-child) {
    margin-bottom: 20px;
  }
  .download:not(:last-child) {
    margin-bottom: 50px;
  }
  .download .title-area {
    margin-bottom: 0;
  }
  .download .title-area h2 {
    font-size: 20px;
  }
  .download .title-area h2::before {
    height: 100%;
    margin-top: 0;
    top: 0;
  }
  .download .inner-area dl {
    display: block;
  }
  .download .inner-area dt {
    margin-left: 18px;
    text-indent: -18px;
    font-size: 16px;
  }
  .download .inner-area dt::before {
    font-size: 12px;
    margin-right: 5px;
  }
  .download .btn-wrap .btn-download:not(:last-child) {
    margin-right: 0;
  }
  .download .child-wrap p {
    font-size: 14px;
  }
  .access-wrap {
    margin-bottom: 30px;
    display: block;
  }
  .access-wrap figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .access-wrap figure img {
    width: 100%;
    height: auto;
  }
  .map-wrap iframe {
    width: 100%;
  }
  .contact-form {
    margin-top: 20px;
  }
  .contact-form .text-area p {
    font-size: 14px;
  }
  .contact-wrap .btn-wrap {
    margin-top: 30px;
  }
  .contact-wrap .btn-wrap > * {
    width: 100%;
  }
  .contact-wrap .btn-wrap > *:not(:last-child) .btn {
    margin-top: 15px;
  }
  .contact-wrap .btn-wrap .btn {
    margin: 0 auto;
  }
  .contact-wrap .btn-wrap.sp-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) {
  #hero-visual {
    height: 134vw;
  }
  .hero-image {
    padding-top: 32.8vw;
  }
}