@charset "UTF-8";

/*
Theme Name : tukusinbo
*/

* {
  font-family: "Noto Sans JP", "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}

html {
  height: 100%;
  font-size: 62.5%;
  background: #F2F0E2;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  color: #545454;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.contents-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #F2F0E2;
}

.content-block {
  width: 100%;
  position: relative;
}

.subpage-main .content-block {
  margin-top: 0;
  padding: 100px 0;
}

.subpage-main .content-block .content-block__inner {
  padding: 0 50px 0;
  margin: 0 auto;
}

.subpage-main .content-block .content-block__inner::after {
  border-radius: 10px;
}

.subpage-main .single-block {
  padding-top: 150px !important;
  background: #035d6f !important;
}

.color-bg-section {
  background: #F9F4E0;
}

.content-block__inner {
  max-width: 1100px;
  padding: 0 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content-block__inner + .flex-strech-block {
  margin-top: 50px;
}

.section-block {
  padding: 100px 0;
  position: relative;
}

.section-block .section-block__inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  padding: 50px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
  filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
}

.section-block .section-block__inner h3 {
  color: #11AAC9;
}

.content-block.subpage-section-block {
  padding: 140px 0 100px;
  position: relative;
}

.content-block.subpage-section-block .subpage-section-block__inner {
  position: relative;
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
  filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
}

.content-block.subpage-section-block .subpage-section-block__inner h3 {
  color: #11AAC9;
}

.content-block.subpage-section-block .subpage-section-block__inner h3 .inner-small-text {
  color: #11AAC9;
}

.right-bg-section-block,
.left-bg-section-block {
  position: relative;
}

.right-bg-section-block .bg-heading-block,
.left-bg-section-block .bg-heading-block {
  margin-bottom: 30px;
}

.right-bg-section-block .bg-heading,
.left-bg-section-block .bg-heading {
  width: auto;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 0.3em 0.5em;
  line-height: 2.5;
  background-color: #11AAC9;
  color: #FFFFFF;
  font-size: 2.9rem;
}

.right-bg-section-block .text-item,
.left-bg-section-block .text-item {
  width: 55%;
}

.right-bg-section-block .right-bg-section-block__inner,
.right-bg-section-block .left-bg-section-block__inner,
.left-bg-section-block .right-bg-section-block__inner,
.left-bg-section-block .left-bg-section-block__inner {
  padding-top: 50px;
  background: #F2F0E2;
  border-radius: 10px 10px 0 0;
}

.right-bg-section-block .text-item {
  padding-right: 50px;
}

.left-bg-section-block .bg-heading-block {
  position: absolute;
  top: 0;
  right: 50px;
}

.left-bg-section-block .bg-heading {
  right: 50px;
}

.left-bg-section-block .text-item {
  padding-left: 50px;
  margin-left: auto;
}

.left-bg-section-block .btn04 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row-block + .row-block,
.row-block + .row-block--475,
.row-block + .row-block--310,
.row-block + .row-block--text650,
.row-block + .large-link-block {
  margin-top: 50px;
}

.row-block--475,
.row-block--310,
.row-block--232,
.row-block--text650 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row-block--475 + .row-block,
.row-block--475 + .row-block--475,
.row-block--475 + .row-block--310,
.row-block--475 + .row-block--232,
.row-block--475 + .row-block--text650,
.row-block--475 + .large-link-block,
.row-block--310 + .row-block,
.row-block--310 + .row-block--475,
.row-block--310 + .row-block--310,
.row-block--310 + .row-block--232,
.row-block--310 + .row-block--text650,
.row-block--310 + .large-link-block,
.row-block--232 + .row-block,
.row-block--232 + .row-block--475,
.row-block--232 + .row-block--310,
.row-block--232 + .row-block--232,
.row-block--232 + .row-block--text650,
.row-block--232 + .large-link-block,
.row-block--text650 + .row-block,
.row-block--text650 + .row-block--475,
.row-block--text650 + .row-block--310,
.row-block--text650 + .row-block--232,
.row-block--text650 + .row-block--text650,
.row-block--text650 + .large-link-block {
  margin-top: 50px;
}

.last_block {
  padding-bottom: 110px;
}

.inner_h3_block {
  margin-top: 50px;
  width: 100%;
}

.row-block + p {
  margin-top: 20px;
}

.row-block img + h5 {
  margin: 16px 0 0;
}

.row-block .col__100p + .col__100p {
  margin-top: 30px;
}

.row-block .col__100p + .row-block--475 {
  margin-top: 30px;
}

.row-block .col__100p .inner-wide-image-block {
  margin: 0;
}

.row-block .col__100p .lead-text {
  margin-bottom: 30px;
}

.row-block--232 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.row-block--310 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-block--475 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-block--text650 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}

.col__475 {
  width: 47.5%;
  max-width: 475px;
  position: relative;
}

.col__475 p + p {
  margin-top: 1em;
}

.col__475 p + .note {
  margin-top: 1em;
}

.col__475 img {
  border-radius: 10px;
}

.col__475 img + p {
  margin-top: 1em;
}

.col__475 img + h4 {
  margin-top: 10px;
}

.col__475 h4 {
  margin-bottom: 0;
}

.col__475 h4 + p {
  margin-top: 2px;
}

.card-item {
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15));
}

.card-item .card-image img {
  border-radius: 10px 10px 0 0;
}

.card-item .card-text {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}

.card-item .card-text .card-heading {
  font-size: 22px;
  text-align: center;
  color: #11AAC9;
  margin-bottom: 16px;
}

.card-item .card-text p {
  color: #545454;
}

.card-item .card-text .btn-block--right {
  margin-top: 20px;
}

.col__100p {
  width: 100%;
  position: relative;
}

.col__100p p + p {
  margin-top: 0.25em;
}

.col__100p p + .note {
  margin-top: 0.25em;
}

.col__100p img + p {
  margin-top: 10px;
}

.col__100p img + h4 {
  margin-top: 10px;
}

.col__100p h4 + p {
  margin-top: 10px;
}

.col__90p {
  width: 90%;
  position: relative;
}

.col__90p p + p {
  margin-top: 1em;
}

.col__90p p + .note {
  margin-top: 8px;
}

.col__90p img + p {
  margin-top: 1em;
}

.col__310 {
  width: 31%;
  max-width: 310px;
  position: relative;
}

.col__310 p {
  line-height: 1.6;
}

.col__310 p + p {
  margin-top: 1em;
}

.col__310 p + .note {
  margin-top: 8px;
}

.col__310 img {
  border-radius: 10px;
}

.col__310 img + p {
  margin-top: 1em;
}

.col__310 img + h3 {
  margin-top: 16px;
}

.col__310 img + h4 {
  margin-top: 10px;
}

.col__text650 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col__232 {
  width: 23.2%;
  max-width: 232px;
  position: relative;
}

.col__232 p {
  line-height: 1.6;
}

.col__232 p + p {
  margin-top: 1em;
}

.col__232 p + .note {
  margin-top: 8px;
}

.col__232 img {
  border-radius: 10px;
}

.col__232 img + p {
  margin-top: 1em;
}

.col__232 img + h4 {
  margin-top: 10px;
}

.image--baloon {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #11AAC9;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -10px;
  left: -20px;
}

.image--baloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #11AAC9;
  border-width: 8px 0 8px 16px;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

.image--baloon.baloon--orange {
  background: #D76836;
}

.image--baloon.baloon--orange::after {
  border-color: transparent transparent transparent #D76836;
}

.image--baloon.baloon--green {
  background: #1FAF4A;
}

.image--baloon.baloon--green::after {
  border-color: transparent transparent transparent #1FAF4A;
}

.image--baloon.baloon--blue {
  background: #1973B7;
}

.image--baloon.baloon--blue::after {
  border-color: transparent transparent transparent #1973B7;
}

.inner-btn-col a.inner-link-block {
  position: relative;
  display: block;
  margin-bottom: -10px;
}

.inner-btn-col a.inner-link-block .a-ratio-32 {
  height: auto;
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.inner-btn-col a.inner-link-block .a-ratio-32 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner-btn-col a.inner-link-block img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.inner-btn-col a.inner-link-block .btn-heading {
  width: 280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  background: #11AAC9;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 30px;
  top: -24px;
}

.inner-btn-col a.inner-link-block .btn-heading::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 10px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  line-height: 1.4;
}

.inner-btn-col a.inner-link-block:hover {
  opacity: 1;
}

.inner-btn-col a.inner-link-block:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.inner-btn-col a.inner-link-block:hover .btn-heading::before {
  left: 6px;
}

.col__400 {
  width: 40%;
  max-width: 400px;
}

.wide-image-block {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.wide-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flex-strech-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-strech-block__item01,
.flex-strech-block__item02,
.flex-strech-block__item03 {
  width: 33.333333%;
  position: relative;
}

.flex-strech-block__item01 a,
.flex-strech-block__item02 a,
.flex-strech-block__item03 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.flex-strech-block__item01 a:hover,
.flex-strech-block__item02 a:hover,
.flex-strech-block__item03 a:hover {
  opacity: 1;
}

.flex-strech-block__item01 a:hover figure img,
.flex-strech-block__item02 a:hover figure img,
.flex-strech-block__item03 a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.flex-strech-block__item01 a:hover .more span,
.flex-strech-block__item02 a:hover .more span,
.flex-strech-block__item03 a:hover .more span {
  width: 100px;
}

.flex-strech-block__item01 {
  background: rgb(222, 213, 177);
  background: -webkit-linear-gradient(283deg, rgb(222, 213, 177) 0%, rgb(210, 129, 108) 48%, rgb(250, 155, 155) 100%);
  background: linear-gradient(167deg, rgb(222, 213, 177) 0%, rgb(210, 129, 108) 48%, rgb(250, 155, 155) 100%);
}

.flex-strech-block__item02 {
  background: rgb(187, 230, 203);
  background: -webkit-linear-gradient(283deg, rgb(187, 230, 203) 0%, rgb(114, 205, 216) 48%, rgb(155, 228, 250) 100%);
  background: linear-gradient(167deg, rgb(187, 230, 203) 0%, rgb(114, 205, 216) 48%, rgb(155, 228, 250) 100%);
}

.flex-strech-block__item03 {
  background: rgb(246, 216, 249);
  background: -webkit-linear-gradient(283deg, rgb(246, 216, 249) 0%, rgb(228, 177, 129) 48%, rgb(227, 212, 152) 100%);
  background: linear-gradient(167deg, rgb(246, 216, 249) 0%, rgb(228, 177, 129) 48%, rgb(227, 212, 152) 100%);
}

.flex-strech-block__item-inner {
  width: 60%;
  max-width: 296px;
  margin: 0 auto;
}

.flex-strech-block__item-inner h4 {
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px;
}

.flex-strech-block__item-inner figure {
  margin: 0 0 20px;
  overflow: hidden;
}

.flex-strech-block__item-inner figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.flex-strech-block__item-inner p {
  color: #FFFFFF;
}

.flex-strech-block__item-inner .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 20px;
}

.flex-strech-block__item-inner .more span {
  font-size: 1.5rem;
  color: #FFFFFF;
  width: 80px;
  text-align: right;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.inner-wide-image-block {
  width: 100%;
  height: 340px;
}

.inner-wide-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.features-block .features-item {
  width: 232px;
  border: 3px solid #11AAC9;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 14px 0 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-block .features-item .features-image {
  width: 71px;
  height: 71px;
}

.features-block .features-item .features-image img {
  width: 100%;
  border-radius: 50%;
}

.features-block .features-item .features-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-block .features-item .features-text .sub-text {
  font-size: 1.7rem;
  color: #11AAC9;
  line-height: normal;
}

.features-block .features-item .features-text .main-text {
  font-size: 2.7rem;
  letter-spacing: 2px;
  color: #11AAC9;
  line-height: normal;
}

.check-point-block .check-point-block-heading {
  font-size: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  background: #11AAC9;
  margin: 0;
  padding: 15px 10px 14px;
  border-radius: 10px 10px 0 0;
}

.check-point-block .check-point-list {
  background: #FFFFFF;
  border: 3px solid #11AAC9;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px;
  width: 100%;
}

.check-point-block .check-point-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.check-point-block .check-point-list ul li {
  margin: 0;
  padding: 0 0 10px 30px;
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  border-bottom: 1px solid #9A9A9A;
  color: #545454;
}

.check-point-block .check-point-list ul li::before {
  font-family: "fontello";
  content: "\e702";
  color: #11AAC9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: normal;
}

.check-point-block .check-point-list ul li + li {
  margin-top: 20px;
}

.cta-block {
  background-image: url(assets/images/common/cta-block-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.cta-block .cta-inner-top {
  max-width: 1100px;
  padding: 50px 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}

.cta-block .cta-inner-top .cta-illust {
  width: 143px;
  margin-bottom: -3px;
}

.cta-block .cta-inner-top .cta-illust img {
  width: 100%;
}

.cta-block .cta-inner-top .cta-tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-block .cta-inner-top .cta-tel-block > p {
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}

.cta-block .cta-inner-top .cta-tel-block .cta-tel-block__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 4.6rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none;
}

.cta-block .cta-inner-top .cta-tel-block .cta-tel-block__inner a .cta-tel-heading {
  color: #034350;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  background: #FFFFFF;
  padding: 4px 16px;
  border-radius: 6px;
  margin-bottom: -3px;
}

.cta-block .cta-inner-top .cta-tel-block .cta-tel-block__inner p {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}

.cta-block .cta-inner-bottom {
  background: rgba(25, 115, 183, 0.7);
  padding: 50px 5%;
}

.cta-block .cta-inner-bottom .cta-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.large-price-block > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #11AAC9;
  border-radius: 10px;
}

.large-price-block > dl > dt {
  background: #11AAC9;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 900;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.large-price-block > dl > dd {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.large-price-block > dl > dd .price-detail > dt {
  font-size: 1.7rem;
  font-weight: 900;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 2px solid #11AAC9;
}

.large-price-block > dl > dd .price-detail > dd {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: right;
  margin: 0;
}

.large-price-block > dl > dd .price-detail > dd .tax {
  font-size: 1.3rem;
}

.large-price-block > dl > dd .price-detail + .note-block {
  margin-top: 14px;
}

.large-price-block > dl > dd .note-block p.note {
  font-size: 1.5rem;
}

.large-price-block > dl > dd .note-block p.note + p.note {
  margin-top: 4px;
}

.border-radius-block::before {
  content: "";
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

.border-radius-block + .border-radius-block {
  margin-top: 60px;
}

.border-radius-block .border-radius-block-heading {
  font-size: 2.4rem;
  font-weight: 900;
  color: #FFFFFF !important;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #11AAC9;
  padding: 15px;
  margin: 0;
}

.border-radius-block .border-radius-block__inner {
  border: 3px solid #11AAC9;
  border-radius: 0 0 10px 10px;
  padding: 50px;
  background: #FFFFFF;
}

.border-radius-block .border-radius-block__inner .inner-lead-text {
  text-align: center;
  font-size: 1.8rem;
  text-align: center;
}

.border-radius-block .border-radius-block__inner .inner-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.border-radius-block .border-radius-block__inner .inner-price-block .inner-price-item {
  width: 275px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #11AAC9;
  border-radius: 10px;
}

.border-radius-block .border-radius-block__inner .inner-price-block .inner-price-item .main-text {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 900;
}

.border-radius-block .border-radius-block__inner .inner-price-block .inner-price-item .sub-text {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 900;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 {
  margin-top: 30px;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 + .border-radius-block-row280 {
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 + .border-radius-block-row435 {
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280-heading {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #545454;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 3%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 {
  padding: 30px;
  background: #FFFFFF;
  max-width: 280px;
  width: 31.2%;
  -webkit-filter: drop-shadow(rgba(158, 158, 158, 0.3) 2px 2px 6px);
  filter: drop-shadow(rgba(158, 158, 158, 0.3) 2px 2px 6px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 .service-name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #11AAC9;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 .service-icon {
  height: 64px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 .service-limit {
  background: #11AAC9;
  width: 100%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 7px;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 p {
  font-size: 1.6rem;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 {
  margin-top: 30px;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 + .border-radius-block-row435 {
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 + .border-radius-block-row280 {
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435-heading {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #545454;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 {
  padding: 30px;
  background: #FFFFFF;
  max-width: 435px;
  width: calc(50% - 12px);
  -webkit-filter: drop-shadow(rgba(158, 158, 158, 0.3) 2px 2px 6px);
  filter: drop-shadow(rgba(158, 158, 158, 0.3) 2px 2px 6px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 .service-name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #11AAC9;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 .service-icon {
  height: 64px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 .service-limit {
  background: #11AAC9;
  width: 100%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 7px;
}

.border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 p {
  font-size: 1.6rem;
}

.simple-contact-parts .cta-block-heading {
  background: #11AAC9;
}

.image_1col_block {
  width: 100%;
  margin-bottom: 40px;
}

.map-block {
  margin-top: 20px;
}

.map-block iframe {
  width: 100%;
  height: 450px;
}

.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.progressbar .item {
  position: relative;
  width: 50%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 24px solid transparent;
  border-left: 20px solid #9FBB41;
  margin: auto;
}

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFFFFF;
}

.progressbar .item span {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.progressbar-sp {
  width: 100%;
  position: relative;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progressbar-sp .step1-3 {
  margin: 0 0 10px;
  width: 93%;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.progressbar-sp .step1-3::after {
  position: absolute;
  z-index: 2;
  left: 100%;
  height: 40px;
  content: "";
  border: 25px solid transparent;
  border-left: 25px solid #9FBB41;
}

.progressbar-sp .step4-6 {
  margin: 20px 0 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.progressbar-sp span {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.step1-3 {
  background: #9FBB41;
}

.step4-6 {
  background: #D76836;
}

.parallel-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parallel-flow .flow-item {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #9A9A9A;
  border-radius: 8px;
  padding: 6px 0;
  position: relative;
  margin-right: 44px;
}

.parallel-flow .flow-item::after {
  font-family: "fontello";
  content: "\e801";
  color: #9A9A9A;
  font-weight: normal;
  font-size: 3rem;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.parallel-flow .flow-item:last-of-type {
  margin-right: 0;
}

.parallel-flow .flow-item:last-of-type::after {
  content: none;
}

.parallel-flow .flow-item .parallel-flow-step {
  width: 100%;
  color: #D9428C;
  font-size: 15px;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9A9A9A;
}

.parallel-flow .flow-item .parallel-flow-image {
  width: 60px;
}

.parallel-flow .flow-item .parallel-flow-text {
  width: 100%;
  height: 3em;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parallel-flow .flow-item .parallel-flow-text p {
  font-size: 15px;
  line-height: normal;
}

.simple-flow-block {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(224, 224, 224, 0.8));
  filter: drop-shadow(1px 1px 3px rgba(224, 224, 224, 0.8));
}

.simple-flow-block dl {
  padding-left: 250px;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}

.simple-flow-block dl:last-of-type {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.simple-flow-block dl::after {
  content: "";
  border-left: 16px solid #dcdcdc;
  position: absolute;
  left: 124px;
  top: 0;
  bottom: 0;
}

.simple-flow-block dl dt {
  margin-bottom: 0;
  margin-left: -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-flow-block dl dt img {
  width: 110px;
  margin-right: 17px;
}

.simple-flow-block dl dt .flow-step {
  position: relative;
  color: #FFFFFF;
  width: 110px;
  font-size: 1.8rem;
  text-align: center;
  margin-right: 17px;
  background: #D76836;
}

.simple-flow-block dl dt .flow-step::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -6px;
  border-left-color: #D76836;
  left: 100%;
  top: 50%;
}

.simple-flow-block dl dt span {
  padding-left: 100px;
  color: #11AAC9;
  font-size: 2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.simple-flow-block dl dt span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #11AAC9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.simple-flow-block dl dt span::after {
  content: "";
  border-left: 2px dotted #9A9A9A;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 60px;
  position: absolute;
  left: 56px;
}

.simple-flow-block dl dd {
  line-height: 2;
  margin: 0 0 0 -20px;
}

.simple-flow-block dl dd img {
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}

.simple-flow-block .cta-box {
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border: 1px solid #9A9A9A;
  border-radius: 10px;
  width: 100%;
}

.simple-flow-block .cta-box h2 {
  font-size: 22px;
  color: #545454;
  margin-bottom: 20px;
}

.simple-flow-block .cta-box .cta-tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.simple-flow-block .cta-box .tel {
  font-size: 3rem;
  position: relative;
  margin-left: 50px;
  text-align: center;
  color: #545454;
  text-align: center;
}

.simple-flow-block .cta-box .tel:before {
  content: "";
  display: block;
  background-image: url(assets/images/common/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 6px;
  left: -58px;
}

.simple-flow-block .cta-box .tel2 {
  font-size: 2rem;
  margin: 0 0 10px;
  color: #545454;
  line-height: 1;
}

.simple-flow-block .cta-box .no-pc {
  display: none;
}

.simple-flow-block .cta-box p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
}

.simple-flow-block .cta-box .cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.simple-flow-block .cta-box .btn01 {
  width: 220px;
}

.simple-flow-block .cta-box .btn01 + .btn01 {
  margin-left: 20px;
}

.image-flow-block .image-flow-block__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-flow-block .image-flow-block__flow-item:last-of-type .image-flow-block__flow-item--image::after {
  content: none;
}

.image-flow-block .image-flow-block__flow-item--image {
  position: relative;
  width: 32%;
  max-width: 320px;
}

.image-flow-block .image-flow-block__flow-item--image img {
  width: 100%;
  border-radius: 10px;
}

.image-flow-block .image-flow-block__flow-item--baloon {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #11AAC9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -10px;
  left: -20px;
}

.image-flow-block .image-flow-block__flow-item--baloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #11AAC9;
  border-width: 8px 0 8px 16px;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

.image-flow-block .image-flow-block__flow-item--text {
  margin-left: 50px;
  width: 63%;
  max-width: 630px;
}

.image-flow-block .image-flow-block__flow-item + .image-flow-block__flow-item {
  margin-top: 30px;
}

.point-list-block {
  padding: 30px;
  width: 100%;
  border: 2px solid #545454;
  border-radius: 10px;
  background: #FFFFFF;
}

.point-list-block ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.point-list-block ul li {
  margin: 0;
  padding: 0 0 10px 18px;
  background-image: -webkit-linear-gradient(left, #545454, #545454 5px, transparent 5px);
  background-image: linear-gradient(to right, #545454, #545454 5px, transparent 5px);
  background-size: 9px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}

.point-list-block ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #11AAC9;
  position: absolute;
  top: 0.5em;
  left: 0;
  font-size: 1.4rem;
  line-height: normal;
}

.point-list-block ul li + li {
  margin-top: 20px;
}

.point-list-block + p {
  margin-top: 10px;
}

.loop-slide-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.loop-slide-block ul.loop-slide-block__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 50px;
}

.loop-slide-block ul.loop-slide-block__list li {
  width: 200px;
}

.loop-slide-block ul.loop-slide-block__list li img {
  width: 100%;
}

.illust-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin: 50px auto;
}

.illust-map-block .speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px;
  border: 3px solid #706a62;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #706a62;
}

.illust-map-block .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 86%;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #706a62 transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.illust-map-block .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 86%;
  border-style: solid;
  border-width: 23.3px 11.6px 0 11.6px;
  border-color: #ffffff transparent transparent;
  translate: -48% 98%;
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.illust-map-block .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.illust-map-block .location::before {
  font-family: "fontello";
  content: "\f031";
  font-weight: normal;
  color: #11AAC9;
  font-size: 3.3rem;
  margin-right: 10px;
}

.illust-map-block .illust-map-item img {
  width: 330px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header .header-pc .header-pc__inner {
  padding: 0 50px;
  height: 100px;
}

header .header-pc .header-pc__inner--logo h1 {
  margin: 0;
}

header .header-pc .header-pc__inner--logo a {
  width: 226px;
  display: block;
}

header .header-pc .header-pc__inner--logo .white-logo img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

header .header-pc .header-pc__inner--logo img {
  width: 100%;
}

header .header-pc .header-pc__inner--logo p {
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 14px;
  line-height: 1;
}

header .header-pc .header-pc__inner--logo p::before,
header .header-pc .header-pc__inner--logo p::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #545454;
}

header .header-pc .header-pc__inner--logo p::before {
  margin-right: 1em;
}

header .header-pc .header-pc__inner--logo p::after {
  margin-left: 1em;
}

header .header-pc .header-pc__inner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 20px 0 0;
  z-index: 10;
}

header .header-pc .header-pc-nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .open-time {
  font-size: 1.5rem;
  font-weight: 900;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li {
  line-height: 1;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li:last-of-type {
  margin-bottom: 0;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #11AAC9;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li + li {
  margin-left: 20px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .parent-menu {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .parent-menu:hover .child-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .child-menu {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 20% 0 5%;
  background: #11AAC9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .child-menu li + li {
  margin-left: 30px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .child-menu a {
  font-weight: 900;
  color: #FFFFFF;
}

header.view-bg::after {
  opacity: 1;
}

.header-pc-nav-block__floating-nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 10;
  margin: 10px auto 0;
  background: #FCE77C;
  padding: 20px 30px;
  border-radius: 36px;
}

.header-pc-nav-block__floating-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header-pc-nav-block__floating-nav ul li:last-of-type {
  margin-bottom: 0;
}

.header-pc-nav-block__floating-nav ul li a,
.header-pc-nav-block__floating-nav ul li span {
  color: #545454;
  font-size: 15px;
  font-weight: 900;
}

.header-pc-nav-block__floating-nav ul li a:hover,
.header-pc-nav-block__floating-nav ul li span:hover {
  opacity: 0.8;
}

.header-pc-nav-block__floating-nav ul li + li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #979797;
}

.header-pc-nav-block__floating-nav .parent-menu {
  color: #545454;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.header-pc-nav-block__floating-nav .parent-menu::before {
  font-family: "fontello";
  content: "\e800";
  color: #11AAC9;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  left: 9px;
  line-height: 1.9;
}

.header-pc-nav-block__floating-nav .parent-menu:hover .child-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-pc-nav-block__floating-nav .parent-menu .child-menu {
  display: block;
  width: 200px;
  position: absolute;
  top: 185%;
  background: #11AAC9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-pc-nav-block__floating-nav .parent-menu .child-menu li {
  width: 100%;
  text-align: center;
  padding: 0;
}

.header-pc-nav-block__floating-nav .parent-menu .child-menu li + li {
  margin: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #FFFFFF;
  border-left: 0;
}

.header-pc-nav-block__floating-nav .parent-menu .child-menu a {
  font-weight: 900;
  color: #FFFFFF;
  display: block;
  padding: 14px 10px;
}

.header-pc-nav-block__floating-nav .wide {
  width: 98%;
}

.logo-sp-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5%;
  z-index: 4;
}

.logo-sp-block .logo-sp-block__logo {
  width: 160px;
  margin-top: 14px;
}

.logo-sp-block .logo-sp-block__logo span {
  display: block;
  font-size: 1.2rem;
  color: #545454;
  margin-top: 10px;
}

.logo-sp-block .logo-sp-block__logo a {
  display: block;
}

#drawer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 999;
  position: inherit;
  width: 74px;
  height: 74px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #11AAC9;
  border-radius: 0 0 0 10px;
}

#drawer .open p {
  position: absolute;
  bottom: 13px;
  left: 6%;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 27%;
  width: 40%;
  border-bottom: 3px solid #FFFFFF;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #FFFFFF;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #FFFFFF;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu > ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li ul {
  margin: 16px 0 0 16px;
}

#drawer #navTgl:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #FFFFFF;
  font-weight: bold;
  background: #545454;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp-menu-block {
  padding: 40px 0;
}

.sp-menu-block .sp-menu-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.sp-menu-block .sp-menu-block__logo a {
  display: block;
  width: 210px;
}

.sp-menu-block .sp-menu-block__company-info {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.sp-menu-block .sp-menu-block__company-info p {
  text-align: center;
  margin-bottom: 20px;
}

.sp-menu-block .sp-menu-block__company-info .tel-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-menu-block .sp-menu-block__company-info .tel-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #545454;
  line-height: 1;
  text-decoration: none;
}

.sp-menu-block .sp-menu-block__company-info .tel-box a .header-tel-heading {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  background: #545454;
  padding: 4px 16px;
  border-radius: 6px;
}

.sp-menu-block .sp-menu-block__company-info .info p {
  margin-bottom: 10px;
  line-height: normal;
}

.sp-menu-block .sp-menu-block__company-info .ilust-icon-btn {
  margin: 20px auto 0;
}

.sp-menu-block .mail-btn {
  border-radius: 10px;
  background: #FFFFFF;
  width: 320px;
}

.sp-menu-block .mail-btn a {
  background: #E363B4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 20px 0;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.6rem;
  position: relative;
  padding-left: 80px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.sp-menu-block .mail-btn a:hover {
  opacity: 0.8;
}

.sp-menu-block .mail-btn a::before {
  font-family: "fontello";
  color: #FFFFFF;
  font-weight: normal;
  width: 80px;
  background: #11AAC9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-menu-block .mail-btn.btn-icon--mail a::before {
  font-size: 2.2rem;
}

.sp-menu-block .drawer-btn-block {
  width: 90%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.sp-menu-block .drawer-btn-block .drawer-btn-item {
  border-radius: 10px;
  overflow: hidden;
  width: 290px;
}

.sp-menu-block .drawer-btn-block .drawer-btn-item a {
  display: block;
  width: 100%;
}

.sp-menu-block .sp-menu-block__nav {
  margin: 0 auto 30px;
  width: 90%;
}

.sp-menu-block .sp-menu-block__nav > ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-menu-block .sp-menu-block__nav > ul > li {
  margin-bottom: 16px;
  width: 100%;
}

.sp-menu-block .sp-menu-block__nav > ul > li a {
  color: #545454;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #545454;
  font-weight: 900;
}

.sp-menu-block .sp-menu-block__nav > ul > li a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 12px;
  color: #11AAC9;
  margin-right: 10px;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li {
  width: 100%;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li + li {
  margin-top: 16px;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li a {
  color: #545454;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #545454;
  font-weight: 900;
}

.sp-menu-block .sp-menu-block__nav > ul > li ul li a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 12px;
  color: #11AAC9;
  margin-right: 10px;
}

.accordion-003 {
  margin-bottom: 7px;
}

.accordion-003 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 10px;
  font-size: 1.8rem;
  color: #545454;
  font-weight: 900;
  border-bottom: 1px solid #545454;
  cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #11AAC9;
  border-right: 3px solid #11AAC9;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-003[open] summary::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.accordion-003 p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #FFFFFF;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-003[open] p {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

footer {
  background: #034350;
}

footer .footer__inner {
  margin: 0 auto;
  padding: 100px 50px 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

footer .footer__inner .pagetop-item {
  position: absolute;
  top: 0;
  right: 50px;
}

footer .footer__inner .pagetop-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  background: #2b5c68;
  padding: 8px 30px;
  font-weight: 900;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

footer .footer__inner .pagetop-item a::before {
  font-family: "fontello";
  content: "\e822";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 10px;
  font-size: 1.8rem;
}

footer .footer__inner .pagetop-item a:hover {
  opacity: 0.85;
}

footer .footer__inner .footer__left .footer-logo {
  width: 226px;
  margin-bottom: 20px;
}

footer .footer__inner .footer__left .footer-logo a {
  display: block;
}

footer .footer__inner .footer__left .footer-logo img {
  width: 100%;
}

footer .footer__inner .footer__left .footer-tel-block a {
  display: block;
}

footer .footer__inner .footer__left .footer-tel-block p,
footer .footer__inner .footer__left .footer-tel-block a {
  color: #FFFFFF;
  line-height: normal;
}

footer .footer__inner .footer__left .footer-tel-block p + p,
footer .footer__inner .footer__left .footer-tel-block p + a,
footer .footer__inner .footer__left .footer-tel-block a + p,
footer .footer__inner .footer__left .footer-tel-block a + a {
  margin-top: 10px;
}

footer .footer__inner .footer__left .footer-tel-block {
  margin-bottom: 20px;
}

footer .footer__inner .footer__left .footer-tel-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none;
}

footer .footer__inner .footer__left .footer-tel-block a .footer-tel-heading {
  color: #034350;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  background: #FFFFFF;
  padding: 4px 16px;
  border-radius: 6px;
}

footer .footer__inner .footer__left .footer-tel-block p {
  color: #FFFFFF;
  font-size: 1.4rem;
}

footer .footer__inner .footer__left .footer-address-block p {
  font-size: 1.4rem;
  color: #FFFFFF;
}

footer .footer__inner .footer__left .ilust-icon-btn {
  margin-top: 30px;
}

footer .footer__inner .footer__left .application-block {
  margin-top: 30px;
}

footer .footer__inner .footer__left .application-block .application-block-heading {
  display: block;
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 900;
  margin-bottom: 10px;
}

footer .footer__inner .footer__left .application-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

footer .footer__inner .footer__left .application-block__inner a {
  display: block;
  background: #FFFFFF;
  border-radius: 10px;
}

footer .footer__inner .footer__left .application-block__inner a img {
  height: 46px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

footer .footer__inner .footer__left .application-block__inner a:hover img {
  opacity: 0.8;
}

footer .footer__inner .footer-nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

footer .footer__inner .footer-nav-block > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer__inner .footer-nav-block > ul li a {
  font-weight: 900;
  color: #FFFFFF;
}

footer .footer__inner .footer-nav-block > ul li a:hover {
  opacity: 0.8;
}

footer .footer__inner .footer-nav-block > ul li + li {
  margin-top: 16px;
}

footer .footer__inner .footer-nav-block .footer-nav-parent-menu .footer-nav-child-menu li {
  padding-left: 1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

footer .footer__inner .footer-nav-block .footer-nav-parent-menu .footer-nav-child-menu li:first-of-type {
  margin-top: 16px;
}

footer .footer__inner .footer-nav-block .footer-nav-parent-menu .footer-nav-child-menu li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
}

footer .footer__right-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

footer .footer__right-btn-block .footer__right-btn-item {
  max-width: 290px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

footer .footer__right-btn-block .footer__right-btn-item a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .footer__right-btn-block .footer__right-btn-item a img {
  width: 100%;
  height: 100%;
}

footer .copy {
  padding: 50px;
}

footer .copy p {
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
}

.w100 {
  width: 100%;
}

a[href*="tel:"] {
  text-decoration: underline;
}

.bg_gray-light {
  background: #dcdcdc;
}

.bg_gray-lighter {
  background: #f4f4ed;
}

.bg_ivory {
  background: #F9F4E0;
}

.bg_white {
  background: #FFFFFF;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align_items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items--right {
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
}

.text_center {
  text-align: center !important;
}

.btn-block--left,
.btn-block--center,
.btn-block--right {
  gap: 20px;
}

.btn-block--left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.btn-block--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

.btn-block--center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-block--center .note-item {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.btn-block--center .note-item a {
  border-bottom: 1px solid #545454;
}

.btn01 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 280px;
  height: 62px;
}

.btn01 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  font-weight: 800;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 12px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01 a:hover {
  opacity: 0.85;
}

.btn01 a:hover::before {
  left: 6px;
}

.btn01--white {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 280px;
  height: 62px;
}

.btn01--white a {
  font-size: 1.6rem;
  color: #11AAC9 !important;
  width: 100%;
  height: 100%;
  font-weight: 800;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #FFFFFF;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01--white a::before {
  font-family: "fontello";
  content: "\e808";
  color: #11AAC9;
  font-weight: normal;
  margin-right: 12px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn01--white a:hover {
  opacity: 0.85;
}

.btn01--white a:hover::before {
  left: 6px;
}

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 16px;
}

.more-btn a:hover {
  opacity: 1;
}

.more-btn a:hover span {
  width: 130px;
}

.more-btn span {
  font-size: 1.6rem;
  font-weight: 800;
  color: #545454;
  width: 110px;
  text-align: right;
  border-bottom: 1px solid #11AAC9;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  display: inline-block;
}

a .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 16px;
}

a .more-btn > span {
  font-size: 1.6rem;
  font-weight: 800;
  color: #545454;
  width: 110px;
  text-align: right;
  border-bottom: 1px solid #11AAC9;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  display: inline-block;
}

a:hover {
  opacity: 1;
}

a:hover .more-btn > span {
  width: 130px;
}

.more-btn.base-color span {
  color: #F2F0E2;
  border-bottom: 1px solid #F2F0E2;
}

.btn02 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 210px;
  height: 52px;
}

.btn02 a {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  font-weight: 800;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border-radius: 40px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn02 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 12px;
  font-size: 2rem;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn02 a:hover {
  opacity: 0.85;
}

.btn02 a:hover::before {
  left: 6px;
}

.btn04 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 280px;
  height: 62px;
}

.btn04 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  font-weight: 800;
}

.btn04 a::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 2rem;
  line-height: 2;
}

.btn03 {
  margin-top: 30px;
}

.btn03 a {
  font-size: 1.4rem;
  color: #11AAC9 !important;
  width: 280px;
  height: 62px;
  border-radius: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #FFFFFF;
  position: relative;
}

.btn03 a::before {
  font-family: "fontello";
  content: "\f105";
  color: #11AAC9;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_320 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 320px;
  height: 60px;
}

.btn_320 a {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border-radius: 10px;
}

.btn_320 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_217 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 217px;
  height: 60px;
}

.btn_217 a {
  font-size: 1.7rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border-radius: 10px;
}

.btn_217 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_230 {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  width: 230px;
  height: 60px;
}

.btn_230 a {
  font-size: 1.7rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border-radius: 10px;
}

.btn_230 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn-icon--recruit a::before {
  content: "\e81b";
  font-size: 1.8rem;
}

.btn-icon--x a::before {
  content: "\e81a";
  font-size: 1.8rem;
}

.btn-icon--instagram a::before {
  content: "\f16d";
  font-size: 1.8rem;
}

.btn-icon--line a {
  background: #FFFFFF;
  border: 2px solid #06c755;
  color: #06c755 !important;
}

.btn-icon--line a::before {
  content: "";
  background: url(assets/images/common/line_logo.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.btn-icon--mail a::before {
  content: "࿨";
  font-size: 1.8rem;
}

.btn-icon--youtube a::before {
  content: "\f16a";
  font-size: 1.8rem;
}

.btn-icon--hotpepper a::before {
  content: "\e810";
  font-size: 1.8rem;
}

.btn-icon--phone a::before {
  content: "\e80d";
  font-size: 1.8rem;
}

.btn-icon--doc-text a::before {
  content: "\f0f6";
  font-size: 1.8rem;
}

.btn-bg--gradation a {
  background: rgb(71, 155, 220);
  background: -webkit-linear-gradient(29deg, rgb(71, 155, 220) 0%, rgb(241, 133, 204) 100%);
  background: linear-gradient(61deg, rgb(71, 155, 220) 0%, rgb(241, 133, 204) 100%);
}

.floating-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 999;
}

.floating-btn-block .floating-btn-item {
  border-radius: 10px 0 0 10px;
  background: #FFFFFF;
  overflow: hidden;
}

.floating-btn-block .floating-btn-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 14px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.floating-btn-block .floating-btn-item a:hover {
  opacity: 0.85;
}

.floating-btn-block .floating-btn-item a span {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}

.floating-btn-block .floating-btn-item.simulation-btn a {
  background: #1973B7;
}

.floating-btn-block .floating-btn-item.simulation-btn a::before {
  content: "";
  background-image: url(assets/images/common/illust-calculator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 24px;
}

.floating-btn-block .floating-btn-item.application-btn a {
  background: #C91186;
}

.floating-btn-block .floating-btn-item.application-btn a::before {
  content: "";
  background-image: url(assets/images/common/illust-mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}

.floating-btn-block-sp__inner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.floating-btn-block-sp__inner .floating-btn-item {
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
}

.floating-btn-block-sp__inner .floating-btn-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 12px 10px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.floating-btn-block-sp__inner .floating-btn-item a:hover {
  opacity: 0.85;
}

.floating-btn-block-sp__inner .floating-btn-item a span {
  color: #FFFFFF;
  font-weight: 900;
  line-height: 1;
  font-size: 1.3rem;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.floating-btn-block-sp__inner .floating-btn-item.simulation-btn a {
  background: #1973B7;
}

.floating-btn-block-sp__inner .floating-btn-item.simulation-btn a::before {
  content: "";
  background-image: url(assets/images/common/illust-calculator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 24px;
}

.floating-btn-block-sp__inner .floating-btn-item.application-btn a {
  background: #C91186;
}

.floating-btn-block-sp__inner .floating-btn-item.application-btn a::before {
  content: "";
  background-image: url(assets/images/common/illust-mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}

.ilust-icon-btn {
  height: 64px;
  width: 320px;
  border-radius: 36px;
  overflow: hidden;
  background: #FFFFFF;
}

.ilust-icon-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 900;
  background: #11AAC9;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.ilust-icon-btn a:hover {
  opacity: 0.85;
}

.ilust-icon-btn.pink-btn a {
  background: #C91186;
}

.ilust-icon-btn.lime-green-btn a {
  background: #9FBB41;
}

.ilust-icon-btn.orange-btn a {
  background: #D76836;
}

.ilust-icon-btn.white-btn a {
  background: #FFFFFF;
  color: #545454;
}

.ilust-icon-btn.illust--mail a::before {
  content: "";
  background-image: url(assets/images/common/illust-mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  margin-right: 12px;
}

.ilust-icon-btn.illust--phone a::before {
  content: "";
  background-image: url(assets/images/common/illust-phone.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 36px;
  margin-right: 12px;
}

.ilust-icon-btn.illust--calendar a::before {
  content: "";
  background-image: url(assets/images/common/illust-calendar.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 31px;
  margin-right: 12px;
}

.large-btn-block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.large-btn-block a.large-btn {
  display: block;
  width: 500px;
  padding: 20px;
  background-color: #1973B7;
  -webkit-box-shadow: 0 5px 0 #08548E;
  box-shadow: 0 5px 0 #08548E;
  border-radius: 10px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.large-btn-block a.large-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.large-btn-block a.large-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.large-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.large-link-block .large-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 475px;
  height: 130px;
  overflow: hidden;
}

.large-link-block .large-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.large-link-block .large-link-item a .large-link-block--image {
  width: 180px;
}

.large-link-block .large-link-item a .large-link-block--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0;
}

.large-link-block .large-link-item a .large-link-block--name {
  width: 295px;
  background: #11AAC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.large-link-block .large-link-item a .large-link-block--name span {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.large-link-block .large-link-item a .large-link-block--name span::before {
  font-family: "fontello";
  content: "\e808";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 10px;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  position: relative;
  left: 0;
}

.large-link-block .large-link-item a .large-link-block--name .large-link-bg-illust {
  position: absolute;
  width: 180px;
  mix-blend-mode: soft-light;
  right: -50px;
  bottom: 0;
  opacity: 0.5;
}

.large-link-block .large-link-item a .large-link-block--name.btn--orange {
  background: #D76836;
}

.large-link-block .large-link-item a .large-link-block--name.btn--green {
  background: #1FAF4A;
}

.large-link-block .large-link-item a .large-link-block--name.btn--blue {
  background: #1973B7;
}

.large-link-block .large-link-item a .large-link-block--name.btn--purple {
  background: #D297E8;
}

.large-link-block .large-link-item a:hover {
  opacity: 0.85;
}

.large-link-block .large-link-item a:hover .large-link-block--name span::before {
  left: 5px;
}

.large-link-block + .large-link-block {
  margin-top: 30px;
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a {
  color: #545454;
}

.pagination .page-numbers {
  margin: 0 10px;
}

.pagination .current {
  border-bottom: 1px solid #545454;
  font-size: 1.6rem;
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 400px;
  padding: 30px 10px 30px 0;
  z-index: 10px;
}

#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #9A9A9A;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}

#elevator_nav ul li {
  margin-bottom: 25px;
}

#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 1.3rem;
}

#elevator_nav ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#elevator_nav ul li a::before {
  font-size: 1.3rem;
  font-family: "fontello";
  content: "\e807";
  color: #9A9A9A;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#elevator_nav ul li a span {
  font-size: 1.3rem;
}

.current::before {
  color: #1973B7 !important;
  font-size: 16px !important;
}

.subpage_slide_block {
  width: 100%;
  margin-bottom: 40px;
}

ul[id^=section_slider] {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

ul[id^=section_slider] .slick-prev,
ul[id^=section_slider] .slick-next {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 26px;
  height: 26px;
}

ul[id^=section_slider] .slick-prev {
  left: 20px;
}

ul[id^=section_slider] .slick-prev::before {
  font-family: "fontello" !important;
  content: "\e80a" !important;
}

ul[id^=section_slider] .slick-next {
  right: 20px;
}

ul[id^=section_slider] .slick-next::before {
  font-family: "fontello" !important;
  content: "\e808" !important;
}

.slide-item img {
  width: 100%;
}

ul[id^=thumbnail-list] {
  width: 100%;
  margin: 0 auto -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% + 15px);
  overflow: hidden;
}

.thumbnail-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc(20% - 15px);
  margin: 0 15px 15px 0;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.carousel_slider {
  margin-top: 50px;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}

.carousel_slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}

.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}

.carousel_slider .slick-slider .slick-prev {
  position: absolute;
  left: 20px;
  top: 43%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-prev::before {
  font-size: 4rem;
  line-height: 0;
  font-family: "fontello";
  content: "\e804";
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.carousel_slider .slick-slider .slick-next {
  position: absolute;
  right: 20px;
  top: 43%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-next::before {
  font-size: 4rem;
  line-height: 0;
  font-family: "fontello";
  content: "\e805";
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.access-map iframe {
  width: 100%;
  height: 450px;
}

.access-map iframe + p {
  margin-top: 10px;
}

.access-root-block {
  margin-top: 30px;
}

.access-root-block .col__310 {
  position: relative;
}

.access-root-block .access-root--number {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #11AAC9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -6px;
  left: -10px;
}

.gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-row .gallery-col {
  width: calc(33.333% - 20px);
}

.gallery-row .gallery-col img {
  border-radius: 10px;
}

.modal-item {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.modal-item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #11AAC9;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
}

.gcalendar_block {
  width: 100%;
}

.gcalendar_block iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
}

.btn_icon::before {
  font-family: "fontello";
  margin-right: 8px;
  font-weight: normal;
}

.btn_icon.-right-circle::before {
  content: "\e808";
}

.cat-badge {
  display: block;
  margin-bottom: 10px;
}

.cat-badge a,
.cat-badge span {
  color: #fff;
  background: #11AAC9;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.cat-badge span.news-badge {
  background: #C91186;
}

.cat-badge span.blog-badge {
  background: #37CBC6;
}

.cat-badge span.campaign-badge {
  background: #91992F;
}

.case-cat-badge {
  color: #fff;
  background: #11AAC9;
  padding: 2px 12px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.bg--pink {
  background: #faf1f8;
}

.bg--orange {
  background: #D76836;
}

.bg--dot::before {
  content: "";
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #F2F0E2;
  background-image: -webkit-radial-gradient(#d0d0d0 10%, transparent 20%);
  background-image: radial-gradient(#d0d0d0 10%, transparent 20%);
  background-size: 5px 5px;
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq-list + .faq-list {
  margin-top: 30px;
}

.faq-list .faq-row {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  margin: 0;
}

.faq-list .faq-row:first-child {
  padding-top: 0;
}

.faq-list .faq-row .question,
.faq-list .faq-row .answer {
  line-height: normal;
  font-weight: 900;
  padding: 0 0 0 60px;
  position: relative;
  font-size: 2rem;
}

.faq-list .faq-row .question::before,
.faq-list .faq-row .answer::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border-radius: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}

.faq-list .faq-row .question {
  color: #11AAC9;
}

.faq-list .faq-row .question::before {
  content: "Q";
  background: #11AAC9;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}

.faq-list .faq-row .answer {
  margin-top: 30px;
  margin-bottom: 0;
}

.faq-list .faq-row .answer::before {
  content: "A";
  background: #C91186;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}

.faq-list .faq-row .answer a {
  font-weight: 900;
  font-size: 2rem;
}

.accordion-001 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  font-family: "fontello";
  content: "\e800";
  color: #11AAC9;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  line-height: 0;
}

.accordion-001[open] summary::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-001 p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #545454;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-001[open] p {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.dl-table-block {
  border: 1px solid #dcdcdc;
  width: 100%;
}

.dl-table-block + .row-block,
.dl-table-block + .row-block--310,
.dl-table-block + .row-block--475 {
  margin-top: 50px;
}

.dl-table-block dl {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: normal;
}

.dl-table-block dl:last-of-type {
  border: none;
}

.dl-table-block dl dt,
.dl-table-block dl dd {
  padding: 20px;
}

.dl-table-block dl dt {
  width: 36%;
  border-right: 1px solid #dcdcdc;
  background: #11AAC9;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dl-table-block dl dd {
  background: #FFFFFF;
  width: 64%;
  margin: 0;
}

.dl-table-block dl dd p {
  line-height: normal;
}

.dl-table-block dl dd p + p,
.dl-table-block dl dd p + ul {
  margin-top: 8px;
}

.dl-table-block dl dd iframe {
  width: 100%;
  height: 400px;
}

.dl-table-block dl dd ul {
  padding-left: 1.5em;
}

.dl-table-block dl dd ul li + li {
  margin-top: 4px;
}

.dl-table-block dl dd span.note::before {
  line-height: 1.75;
}

.dl-table-block dl dd a[href*="tel:"] {
  color: #545454;
}

.normal-table table {
  border-collapse: collapse;
  width: 100%;
}

.normal-table table thead th {
  background: #F0FAF4;
  color: #545454;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 16px 5px;
}

.normal-table table tbody td {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 16px 5px;
}

.normal-table table + p {
  margin-top: 20px;
}

.normal-table02 {
  margin-top: 40px;
}

.normal-table02 table {
  border-collapse: collapse;
  width: 100%;
}

.normal-table02 table thead th {
  background: #034350;
  color: #FFFFFF;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 16px 5px;
}

.normal-table02 table tbody th {
  background: #F0FAF4;
  color: #545454;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 16px 5px;
  width: 190px;
}

.normal-table02 table tbody td {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  padding: 16px 10px;
  text-align: center;
}

.normal-table02 table tbody td.unit {
  width: 120px;
  text-align: center;
}

.normal-table02 table tbody td.price {
  width: 200px;
  color: #545454;
  text-align: center;
}

.normal-table02 table + p {
  margin-top: 20px;
}

p,
a,
span,
li,
table,
dd,
dt {
  color: #545454;
  font-size: 1.8rem;
  font-weight: bold;
}

a {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

a:hover {
  opacity: 0.8;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  margin: 0;
}

p a {
  color: #1973B7;
  text-decoration: underline;
}

p a:hover {
  color: #1973B7;
  opacity: 0.8;
}

dd a {
  color: #1973B7;
  text-decoration: underline;
}

dd a:hover {
  color: #1973B7;
  opacity: 0.8;
}

h2 {
  width: 100%;
  font-size: 3rem;
  font-weight: 900;
  color: #11AAC9;
  margin: 0 0 30px;
  line-height: normal;
  letter-spacing: 1px;
}

.en-heading {
  font-weight: 900;
  color: #11AAC9;
  font-size: 7rem;
  margin-bottom: 6px;
}

h2 .inner-small-text,
h3 .inner-small-text {
  font-size: 1.6rem;
  font-weight: 900;
}

.section-heading--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-heading--center h2,
.section-heading--center h3 {
  text-align: center;
  display: block;
  width: 100%;
}

.section-heading--left,
.section-heading--center {
  margin-bottom: 40px;
}

.section-heading--left h2,
.section-heading--center h2 {
  font-size: 2.6rem;
  margin: 0;
}

.heading--white .en-heading,
.heading--white h2 {
  color: #FFFFFF;
}

.text-dots {
  background-image: -webkit-radial-gradient(center, circle, #11AAC9 20%, transparent 20%);
  background-image: radial-gradient(circle at center, #11AAC9 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.8em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
  font-weight: 900;
}

.inner-dots-heading {
  line-height: 1.5;
}

.subpage-main .bg-heading {
  color: #FFFFFF;
  background: #11AAC9;
  padding: 15px 20px;
  font-weight: 900;
  font-size: 3rem;
}

.underline {
  padding-bottom: 5px;
  font-size: 2.6rem;
  position: relative;
  border-bottom: 3px solid #9A9A9A;
  font-weight: 900;
  margin-bottom: 20px;
}

.underline::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #11AAC9;
}

h3.underline,
h4.underline {
  color: #11AAC9;
}

.short-border-heading {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 16px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#11AAC9), color-stop(50%, #1973B7));
  background: -webkit-linear-gradient(left, #11AAC9 0% 50%, #1973B7 50%);
  background: linear-gradient(90deg, #11AAC9 0% 50%, #1973B7 50%);
  background-repeat: no-repeat;
  background-size: 50px 5px;
  background-position: bottom;
}

h3 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0 0 20px;
  color: #545454;
  line-height: normal;
  letter-spacing: 1px;
}

.number-title--01,
.number-title--02,
.number-title--03,
.number-title--04 {
  position: relative;
  padding-left: 2em;
}

.number-title--01::before,
.number-title--02::before,
.number-title--03::before,
.number-title--04::before {
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 900;
  border-radius: 50%;
}

.number-title--01::before {
  content: "1";
  background: #D76836;
}

.number-title--02::before {
  content: "2";
  background: #1FAF4A;
}

.number-title--03::before {
  content: "3";
  background: #1973B7;
}

.number-title--04::before {
  content: "4";
  background: #D297E8;
}

h3.number_none {
  color: #11AAC9;
  padding-left: 20px;
  position: relative;
}

h3.number_none::before {
  content: "";
  border-left: 4px solid #11AAC9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

h4 {
  width: 100%;
  font-size: 2rem;
  color: #11AAC9;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: normal;
}

h5 {
  width: 100%;
  font-size: 1.9rem;
  color: #11AAC9;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: normal;
}

.number_item span {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-style: italic;
  font-weight: bold;
}

.number_item .number30_main_color {
  color: #11AAC9;
  font-size: 3rem;
}

.text--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-block .lead-text {
  margin-bottom: 50px;
}

.lead-text-lg--center {
  text-align: center;
}

.text_link {
  font-weight: bold;
  color: #1973B7;
  text-decoration: underline;
}

.text_link:hover {
  color: #1973B7;
  opacity: 0.8;
}

.fw {
  font-weight: bold;
}

.green-text {
  color: #11AAC9 !important;
}

.red-text {
  color: #B2040E !important;
}

.yellow-text {
  color: #FCE77C !important;
}

.pink-text {
  color: #ef75c4 !important;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px solid #545454;
}

.under_line_white {
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
}

.bold {
  font-weight: bold !important;
}

.note,
.quote,
.circle,
.square {
  position: relative;
  line-height: 1.5;
  padding-left: 1.3em;
}

.note::before,
.quote::before,
.circle::before,
.square::before {
  position: absolute;
  left: 0;
  margin: 0;
  top: 0.4px;
}

.note::before {
  content: "※";
}

.note + .note {
  margin-top: 8px;
}

.circle::before {
  content: "◎";
}

.square::before {
  content: "■";
}

.price {
  font-size: 1.8rem;
  color: #B2040E;
  line-height: 1.5;
}

.price + p {
  margin-top: 20px;
}

.no_border {
  border: none !important;
  padding: 0;
}

ol.circle_number_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ol.circle_number_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ol.circle_number_list li + li {
  margin-top: 6px;
}

ol.circle_number_list li span {
  position: absolute;
  left: 0;
  margin: 0;
}

ul.check-list {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

ul.check-list li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}

ul.check-list li::before {
  font-family: "fontello";
  content: "\e702";
  color: #11AAC9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
}

ul.check-list li + li {
  margin-top: 8px;
}

ul.note_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ul.note_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ul.note_list li + li {
  margin-top: 6px;
}

ul.note_list li::before {
  content: "※";
  position: absolute;
  left: 0;
  margin: 0;
}

ul.circle_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ul.circle_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ul.circle_list li + li {
  margin-top: 6px;
}

ul.circle_list li::before {
  content: "◎";
  position: absolute;
  left: 0;
  margin: 0;
}

ul.non_decoration_list {
  margin: 0 0 16px;
  padding: 0;
}

ul.non_decoration_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ul.non_decoration_list li + li {
  margin-top: 6px;
}

ol.step_flow_list {
  margin-bottom: 16px;
  padding: 0;
}

ol.step_flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ol.step_flow_list li + li {
  margin-top: 30px;
}

ol.step_flow_list li span {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 4px 20px;
  background: #545454;
  border-radius: 5px;
  margin: 0 20px 0 0;
  white-space: nowrap;
  position: relative;
}

ol.step_flow_list li span::after {
  position: absolute;
  font-family: "fontello";
  content: "\e800";
  color: #B2040E;
  font-size: 1.6rem;
  line-height: 0;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ol.step_flow_list li:last-of-type span::after {
  content: none;
}

.ceo_name_right {
  line-height: normal;
  text-align: right;
  font-size: 2rem;
  width: 100%;
}

.ceo_name_right span {
  font-size: 1.5rem;
}

.roboto-900 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.text-align--center {
  text-align: center;
}

.text-align--left {
  text-align: left;
}

.text-align--right {
  text-align: right;
}

.align-items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blur_catch01,
.blur_catch02,
.blur_item01,
.blur_item02,
.blur_item02,
.blur_block01,
.blur_block02,
.blur_block03,
.blur_block04,
.blur_block05,
.blur_block06,
.blur_block07,
.blur_block08,
.blur_block09,
.blur_block10,
.blur_block-cta {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-show01 {
  -webkit-animation: blur_animation01 0.5s ease-out both;
  animation: blur_animation01 0.5s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

@-webkit-keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show02 {
  -webkit-animation: blur_animation02 0.4s ease-out both;
  animation: blur_animation02 0.4s ease-out both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

@-webkit-keyframes blur_animation02 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation02 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show03 {
  -webkit-animation: blur_animation03 0.4s ease-out both;
  animation: blur_animation03 0.4s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

@-webkit-keyframes blur_animation03 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation03 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show04 {
  -webkit-animation: blur_animation04 0.5s ease-out both;
  animation: blur_animation04 0.5s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

@-webkit-keyframes blur_animation04 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation04 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomOutMV {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOutMV {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.add-animation {
  -webkit-animation: zoomOutMV 10s linear 0s normal both;
  animation: zoomOutMV 10s linear 0s normal both;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.add-animation_section_image {
  -webkit-animation: zoomOut 10s linear 0s normal both;
  animation: zoomOut 10s linear 0s normal both;
}

.left-mask01,
.left-mask02,
.left-mask03,
.left-mask04,
.left-mask05,
.left-mask06,
.left-mask07,
.left-mask08,
.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-show04.left-mask01,
.is-show04.left-mask02,
.is-show04.left-mask03,
.is-show04.left-mask04,
.is-show04.left-mask05,
.is-show04.left-mask06,
.is-show04.left-mask07,
.is-show04.left-mask08,
.is-show04.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.is-show04.left-mask01 img,
.is-show04.left-mask02 img,
.is-show04.left-mask03 img,
.is-show04.left-mask04 img,
.is-show04.left-mask05 img,
.is-show04.left-mask06 img,
.is-show04.left-mask07 img,
.is-show04.left-mask08 img,
.is-show04.left-mask09 img {
  -webkit-animation: zoomOutSection 10s linear 0s normal both;
  animation: zoomOutSection 10s linear 0s normal both;
}

@-webkit-keyframes zoomOutSection {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOutSection {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading-bg {
  background-color: #F2F0E2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 300px;
}

@-webkit-keyframes zoomOutLoading {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes zoomOutLoading {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.loading-logo img {
  -webkit-animation: zoomOutLoading 0.25s linear 0s normal both;
  animation: zoomOutLoading 0.25s linear 0s normal both;
}

.main-visual {
  position: relative;
  width: 100%;
  background-image: url(assets/images/top/top-mv-bg.webp);
  background-size: cover;
  background-position: center top;
  height: 100vh;
  min-height: 850px;
}

.main-visual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(17, 170, 201, 0.8);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.main-visual .main-visual__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  padding: 120px 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main-visual .main-visual__inner .main-visual-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price .price-text {
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 900;
  position: relative;
}

.main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price .price-text::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 8px;
  z-index: -1;
  height: 30px;
  background: #D76836;
}

.main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price .price-text .price-large-text {
  font-size: 6.7rem;
  color: #FCE77C;
  font-weight: 900;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-illust {
  width: 390px;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-illust img {
  width: 100%;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-sub-block .mv-catch-sub-text {
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFFFFF;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block {
  position: relative;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .mv-catch-circle-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 900;
  color: #FFFFFF;
  background: #C91186;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  -webkit-transform: rotate(339deg);
  transform: rotate(339deg);
  position: absolute;
  left: -80px;
  top: -40px;
  z-index: -1;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .mv-catch-main-text {
  font-size: 6.8rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.25;
  white-space: nowrap;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .mv-catch-main-decoration-image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .no1-image {
  width: 188px;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .no1-image img {
  width: 100%;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .ai-image {
  width: 188px;
}

.main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .ai-image img {
  width: 100%;
}

.main-visual .main-visual__inner .main-visual-center-content .mv-cta-block {
  width: 100%;
}

.main-visual .main-visual__inner .main-visual-center-content .mv-cta-block .mv-cta-heading {
  background: #FCE77C;
  border-radius: 10px 10px 0 0;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-visual .main-visual__inner .main-visual-center-content .mv-cta-block .mv-cta-heading span {
  color: #545454;
  font-size: 2.8rem;
  font-weight: 900;
}

.main-visual .main-visual__inner .main-visual-center-content .mv-cta-block .mv-cta-btn-block {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.main-visual .mv-cta-block .mv-cta-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.main-visual .main-visual__scroll-item {
  position: absolute;
  bottom: 160px;
  right: 20px;
  z-index: 1;
}

.main-visual .main-visual__scroll-item p {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #545454;
  font-size: 14px;
  font-weight: 900;
  height: 120px;
  line-height: normal;
}

.main-visual .main-visual__scroll-item p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 1px;
  height: 100%;
  background: #11AAC9;
  -webkit-animation: arrowlong01 2s ease infinite;
  animation: arrowlong01 2s ease infinite;
}

@-webkit-keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 1;
  }

  80% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 1;
  }

  80% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

.top-news-block .top-news-block__news-list {
  width: 100%;
}

.top-news-block .top-news-block__news-list--news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.top-news-block .top-news-block__news-list--news-item a .news-tmb {
  width: 300px;
  height: 207px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
}

.top-news-block .top-news-block__news-list--news-item a .news-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.top-news-block .top-news-block__news-list--news-item a .news-text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-news-block .top-news-block__news-list--news-item a .news-text-block .news-text-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.top-news-block .top-news-block__news-list--news-item a .news-text-block .news-text-block__top .cat-badge {
  margin: 0;
}

.top-news-block .top-news-block__news-list--news-item a .news-text-block .posts--title {
  font-size: 2rem;
  font-weight: 900;
  color: #11AAC9;
}

.top-news-block .top-news-block__news-list--news-item a:hover .news-tmb img {
  opacity: 0.8;
}

.top-news-block .top-news-block__news-list--news-item + .top-news-block__news-list--news-item {
  margin-top: 30px;
}

.top-reason-section {
  position: relative;
  background-image: url(assets/images/top/top-reason-bg.webp);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.top-reason-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(17, 170, 201, 0.8);
  -webkit-clip-path: polygon(-30% 0%, 30% 0%, 100% 100%, 30% 100%);
  clip-path: polygon(-30% 0%, 30% 0%, 100% 100%, 30% 100%);
}

.top-reason-section .section-heading--left {
  margin-bottom: 0;
}

.top-reason-section .row-block--475.top-reason-section__inner {
  row-gap: 60px;
}

.top-reason-section .top-reason-section__inner {
  margin-top: 90px;
}

.top-reason-section .top-reason-section__inner .top-reason-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}

.top-reason-section .top-reason-section__inner .top-reason-item h3 {
  font-size: 2.4rem;
  color: #11AAC9;
  text-align: center;
  line-height: 1.5;
  border-bottom: 5px solid #A7DDE8;
  margin-bottom: 10px;
  position: relative;
}

.top-reason-section .top-reason-section__inner .top-reason-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
}

.top-reason-section .top-reason-section__inner .top-reason-item .btn-block--center {
  margin-top: 20px;
}

.top-reason-section .top-reason-section__inner .top-reason-item--kakuyasu h3::before {
  width: 108px;
  background-image: url(assets/images/top/top-reason-item-kakuyasu.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.top-reason-section .top-reason-section__inner .top-reason-item--simple h3::before {
  width: 98px;
  background-image: url(assets/images/top/top-reason-item-simple.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.top-reason-section .top-reason-section__inner .top-reason-item--kantan h3::before {
  width: 108px;
  background-image: url(assets/images/top/top-reason-item-kantan.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 1px;
}

.top-reason-section .top-reason-section__inner .top-reason-item--quality h3::before {
  width: 78px;
  background-image: url(assets/images/top/top-reason-item-quality.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.top-service-section {
  background-image: url(assets/images/top/top-service-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.top-service-section .top-service-section__inner img {
  border-radius: 10px;
}

.top-service-section .top-service-section__inner h3,
.top-service-section .top-service-section__inner p {
  color: #FFFFFF;
}

.top-service-section .top-service-section__inner h3 {
  margin: 16px 0;
}

.top-price-section {
  padding-bottom: 0;
}

.top-price-section .top-price-shokizero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.top-price-section .top-price-shokizero-block img {
  width: 390px;
  margin: 0 auto;
}

.top-price-section .top-price-shokizero-block p {
  text-align: center;
  display: inline-block;
  padding: 10px 50px;
  background: #FCE77C;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 900;
  margin-top: 6px;
}

.top-price-section .top-price-section__inner {
  position: relative;
  padding-bottom: 100px;
}

.top-price-section .top-price-section__inner::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1973B7;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.top-price-section .top-price-section__inner .col__310 h3 {
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
  padding: 12px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.top-price-section .top-price-section__inner .col__310 h3 .recommend-badge {
  position: absolute;
  right: -20px;
  top: -10px;
  width: 77px;
  height: 77px;
  background: #FCE77C;
  border-radius: 50%;
  border: 3px solid #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: 1;
}

.top-price-section .top-price-section__inner .col__310 h3 .recommend-badge .recommend-badge-inner-text {
  color: #545454;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: normal;
  white-space: nowrap;
}

.top-price-section .top-price-section__inner .row-block--310.top-price-plan-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-price-section .top-price-section__inner .top-service-item__inner {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
}

.top-price-section .top-price-section__inner .top-service-item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.top-price-section .top-price-section__inner .top-service-item--price .price-sub {
  font-size: 2rem;
  font-weight: 900;
}

.top-price-section .top-price-section__inner .top-service-item--price .price-main {
  font-size: 4.4rem;
  color: #C91186;
  font-weight: 900;
  line-height: 1;
}

.top-price-section .top-price-section__inner .top-service-item--price .price-main--yen {
  font-size: 3rem;
  color: #545454;
  font-weight: 900;
}

.top-price-section .top-price-section__inner .top-service-item--recommend p.recommend-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  position: relative;
  margin-bottom: 14px;
}

.top-price-section .top-price-section__inner .top-service-item--recommend p.recommend-heading::after {
  content: "";
  background: #FCE77C;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.top-price-section .top-price-section__inner .top-service-item--recommend .speechBubble {
  position: relative;
  width: 100%;
  height: 66px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 10px;
  background: #11AAC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-price-section .top-price-section__inner .top-service-item--recommend .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #11AAC9 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  -webkit-transform: skew(6deg);
  transform: skew(6deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.top-price-section .top-price-section__inner .top-service-item--recommend .speechBubble p {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: #ffffff;
}

.top-price-section .top-price-section__inner .top-service-item--recommend .recommend-illust {
  width: 148px;
  margin: -10px auto 0;
}

.top-price-section .top-price-section__inner .top-service-item--recommend .recommend-illust img {
  width: 100%;
}

.top-price-section .top-price-section__inner .top-service-item--simple {
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.top-price-section .top-price-section__inner .top-service-item--simple h3 {
  background: #E363B4;
  margin: 0;
}

.top-price-section .top-price-section__inner .top-service-item--simple .speechBubble {
  background: #E363B4;
}

.top-price-section .top-price-section__inner .top-service-item--simple .speechBubble::after {
  border-color: #E363B4 transparent transparent;
}

.top-price-section .top-price-section__inner .top-service-item--light {
  position: relative;
  top: 50px;
}

.top-price-section .top-price-section__inner .top-service-item--light h3 {
  background: #37CBC6;
  margin: 0;
}

.top-price-section .top-price-section__inner .top-service-item--light .speechBubble {
  background: #37CBC6;
}

.top-price-section .top-price-section__inner .top-service-item--light .speechBubble::after {
  border-color: #37CBC6 transparent transparent;
}

.top-price-section .top-price-section__inner .top-service-item--standard h3 {
  background: #1FAF4A;
  margin: 0;
}

.top-price-section .top-price-section__inner .top-service-item--standard .speechBubble {
  background: #1FAF4A;
}

.top-price-section .top-price-section__inner .top-service-item--standard .speechBubble::after {
  border-color: #1FAF4A transparent transparent;
}

.top-price-section .top-price-quotation-block {
  background: #FFFFFF;
  padding: 50px;
  margin-top: 50px;
  border-radius: 10px;
}

.top-price-section .top-price-quotation-block .top-price-quotation-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.top-price-section .top-price-quotation-block .top-price-quotation-block__inner .top-price-quotation-image {
  width: 150px;
  position: relative;
}

.top-price-section .top-price-quotation-block .top-price-quotation-block__inner .top-price-quotation-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-price-section .top-price-quotation-block .top-price-quotation-block__inner .top-price-quotation-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-price-section .top-price-quotation-block h3 {
  color: #11AAC9;
}

.top-flow-section {
  background: #11AAC9;
}

.top-flow-section .top-flow-block {
  position: relative;
}

.top-flow-section .top-flow-block .top-flow-block__arrow {
  background: -webkit-linear-gradient(45deg, #0081c2 0%, #0074ae 25%, #0087cb 45%, #0089d3 65%, #009bcf 100%);
  background: linear-gradient(45deg, #0081c2 0%, #0074ae 25%, #0087cb 45%, #0089d3 65%, #009bcf 100%);
  content: "";
  height: 116px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.top-flow-section .top-flow-block .top-flow-block__arrow::before {
  border-color: transparent #11AAC9 transparent transparent;
  border-style: solid;
  border-width: 0 58px 58px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.top-flow-section .top-flow-block .top-flow-block__arrow::after {
  border-color: transparent transparent #11AAC9 transparent;
  border-style: solid;
  border-width: 0 0 58px 58px;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.top-flow-section .top-flow-block .top-flow-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 65px 0 20px;
  position: relative;
  z-index: 1;
}

.top-flow-section .top-flow-block .top-flow-block__list li {
  position: relative;
  width: calc(16.6666666667% - 20px);
  list-style: none;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.top-flow-section .top-flow-block .top-flow-block__list li::after {
  background: url(assets/images/top/flow-arrow.svg) no-repeat 100% 0/contain;
  bottom: 100%;
  content: "";
  height: 121px;
  margin-bottom: -45px;
  margin-right: -45px;
  position: absolute;
  right: 0;
  width: 63px;
  z-index: -1;
}

.top-flow-section .top-flow-block .top-flow-block__list li:last-of-type::after {
  content: none;
}

.top-flow-section .top-flow-block .top-flow-block__list li .top-flow-item-step span {
  font-size: 2rem;
  font-weight: 900;
  color: #11AAC9;
  display: block;
  text-align: center;
  border-bottom: 5px solid #A7DDE8;
}

.top-flow-section .top-flow-block .top-flow-block__list li .top-flow-item-image {
  text-align: center;
}

.top-flow-section .top-flow-block .top-flow-block__list li .top-flow-item-image img {
  height: 79px;
}

.top-flow-section .top-flow-block .top-flow-block__list li .top-flow-item-text p {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}

.top-faq-section .top-faq-block__inner {
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
  filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
}

.top-faq-section .top-faq-block__inner .inner-p {
  margin-top: 30px;
  text-align: center;
  font-weight: 900;
}

.top-column-section {
  background: #11AAC9;
}

.top-column-section .column-block__inner {
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
  background: #F2F0E2;
  border-radius: 10px;
}

.top-column-section .column-block__inner .post-card-block {
  margin-top: 50px;
}

.top-column-ranking-block {
  margin-top: 50px;
}

.top-column-ranking-block h3 {
  color: #11AAC9;
  font-size: 2.4rem;
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 2px solid #11AAC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-column-ranking-block h3::before {
  content: "";
  background-image: url(assets/images/common/ranking.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 35px;
}

.top-column-ranking-block .popular-posts {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.top-column-ranking-block .popular-posts li {
  position: relative;
  width: calc(20% - 20px);
  list-style: none;
  border-radius: 10px;
}

.top-column-ranking-block .popular-posts li a {
  font-size: 1.6rem;
  font-weight: 900;
  color: #545454;
  display: block;
  margin: 0;
}

.top-column-ranking-block .popular-posts li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
  margin: 0;
  display: block;
  float: none;
}

.top-column-ranking-block .popular-posts li .ranking-post-title {
  margin-top: 10px;
}

.top-column-ranking-block .popular-posts li .wpp-views {
  display: none;
}

.top-column-ranking-block .popular-posts li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.top-column-ranking-block .popular-posts li:nth-of-type(1)::before {
  content: "1";
  background: #DCCB24;
}

.top-column-ranking-block .popular-posts li:nth-of-type(2)::before {
  content: "2";
  background: #A6D0D3;
}

.top-column-ranking-block .popular-posts li:nth-of-type(3)::before {
  content: "3";
  background: #CF9C36;
}

.top-column-ranking-block .popular-posts li:nth-of-type(4)::before {
  content: "4";
  background: #6BD1BC;
}

.top-column-ranking-block .popular-posts li:nth-of-type(5)::before {
  content: "5";
  background: #6BD1BC;
}

.news-block__inner {
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
}

.news-block__inner .news-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dcdcdc;
}

.news-block__inner .news-text-block time {
  color: #11AAC9;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1;
}

.news-block__inner .news-text-block .posts--title {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.right-bg-section-block {
  background: #FFFFFF;
  padding-top: 200px;
}

.right-bg-section-block p,
.right-bg-section-block li {
  color: #545454;
}

.right-bg-section-block::before {
  content: "";
  background: #11AAC9;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 160px;
}

.right-bg-section-block::after {
  content: "";
  background-image: url(assets/images/top/top-section01-right-bg-section-block-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 80px;
  right: 0;
  width: calc(50% - 50px);
  height: 670px;
  z-index: 0;
  background-position: center;
  border-radius: 10px 0 0 0;
}

.right-bg-section-block .text-item p {
  color: #545454;
}

.top-reason-block h5 {
  text-align: center;
  font-size: 1.8rem;
}

.top-section02 {
  position: relative;
}

.top-case-section .case-card-item a img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.top-case-section .case-card-item a time,
.top-case-section .case-card-item a h4 {
  color: #545454;
}

.top-case-section .case-card-item a:hover img {
  opacity: 0.8;
}

.top-section02 .top-service-block {
  margin-top: 30px;
}

.top-section04.qa-section {
  position: relative;
}

.top-section04.qa-section .qa-list {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 10px;
}

.blog-block .blog-block__inner {
  width: 100%;
}

.blog-block .blog-block__inner-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
}

.blog-block .blog-block__inner-blog-list--blog-item {
  width: calc(33.33333% - 35px);
  margin-right: 35px;
}

.blog-block .blog-block__inner-blog-list--blog-item .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.blog-block .blog-block__inner-blog-list--blog-item .blog-tmb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.blog-block .blog-block__inner-blog-list--blog-item .blog-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-block .blog-block__inner-blog-list--blog-item h4 {
  font-size: 1.8rem;
  margin-top: 4px;
}

.main-visual-subpage-1col {
  padding: 0;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner {
  position: relative;
  height: 400px;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--image {
  width: 100%;
  height: 100%;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-h1 {
  font-family: "Roboto";
  color: #FFFFFF;
  font-weight: 900;
  font-size: 2.6rem;
  margin-bottom: 4px;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title h1 {
  font-size: 4rem;
  color: #FFFFFF;
  font-weight: 900;
  margin: 0;
  text-align: center;
  line-height: normal;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
  font-size: 6rem;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-top: 0;
  letter-spacing: 2px;
  color: #545454;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title span.subtitle {
  color: #545454;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner .breadcrumb-block {
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.main-visual-subpage-2col {
  padding: 162px 0 40px;
  background: #FAF6F9;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner {
  position: relative;
  height: 500px;
  max-width: 1100px;
  margin: 0 auto;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--image {
  position: absolute;
  right: 50px;
  width: 50%;
  padding: 0;
  margin-top: 0;
  z-index: 2;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
  font-size: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-top: 0;
  letter-spacing: 2px;
  color: #545454;
  text-transform: capitalize;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title span.subtitle {
  color: #545454;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

.mv_notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mv_notfound + .content_block {
  margin-top: 0;
}

.breadcrumb-block {
  width: calc(100% - 100px);
  margin: 0 auto;
}

.breadcrumb-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.breadcrumb-block ul li,
.breadcrumb-block ul a,
.breadcrumb-block ul li,
.breadcrumb-block ul span {
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
}

.breadcrumb-block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb-block ul li::before {
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  right: 10px;
}

.breadcrumb-block ul li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-block ul li:last-of-type::before {
  content: "";
}

.subpage-main .section-block__inner h3 {
  margin-bottom: 16px;
}

.subpage-section-intro img {
  border-radius: 10px;
}

.subpage-h3-block .col__480 img {
  border-radius: 10px;
}

.subpage-h3-block .col__480 img + p {
  margin-top: 20px;
}

.subpage-anchor-link-block {
  position: relative;
}

.subpage-anchor-link-block::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  background: #f2f0e2;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -79.8px;
  z-index: 1;
}

.subpage-anchor-link-block + section {
  padding-top: 180px !important;
}

.subpage-anchor-link-block .col__232 {
  padding: 20px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage-anchor-link-block .col__232 .subpage-anchor-link-heading {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 14px;
  color: #11AAC9;
  display: block;
  text-align: center;
}

.subpage-anchor-link-block .col__232 img {
  height: 80px;
}

.subpage-anchor-link-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  background: #11AAC9;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 900;
  height: 46px;
  width: 100%;
  border-radius: 30px;
}

.subpage-anchor-link-btn::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.6rem;
}

.subpage-anchor-link-btn:hover {
  color: #FFFFFF;
}

.subpage-anchor-link-btn.anchor-link-white-btn {
  background: #FFFFFF;
  color: #11AAC9;
}

.subpage-anchor-link-btn.anchor-link-white-btn::before {
  color: #11AAC9;
}

.subpage-anchor-link-btn.anchor-link-white-btn:hover {
  color: #11AAC9;
}

.main-color-section {
  background: #11AAC9;
}

.subpage-price-section01 {
  padding-bottom: 0 !important;
}

.subpage-price-section01 .subpage-price-shokizero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.subpage-price-section01 .subpage-price-shokizero-block img {
  width: 390px;
  margin: 0 auto;
}

.subpage-price-section01 .subpage-price-shokizero-block p {
  text-align: center;
  display: inline-block;
  padding: 10px 50px;
  background: #FCE77C;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 900;
  margin-top: 6px;
}

.subpage-price-section01 .subpage-price-section__inner {
  position: relative;
  padding-bottom: 100px;
}

.subpage-price-section01 .subpage-price-section__inner::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1973B7;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.subpage-price-section01 .subpage-price-section__inner .col__310 h3 {
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
  padding: 12px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.subpage-price-section01 .subpage-price-section__inner .col__310 h3 .recommend-badge {
  position: absolute;
  right: -20px;
  top: -10px;
  width: 77px;
  height: 77px;
  background: #FCE77C;
  border-radius: 50%;
  border: 3px solid #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: 1;
}

.subpage-price-section01 .subpage-price-section__inner .col__310 h3 .recommend-badge .recommend-badge-inner-text {
  color: #545454;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: normal;
  white-space: nowrap;
}

.subpage-price-section01 .subpage-price-section__inner .row-block--310.subpage-price-plan-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item__inner {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--price .price-sub {
  font-size: 2rem;
  font-weight: 900;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--price .price-main {
  font-size: 4.4rem;
  color: #C91186;
  font-weight: 900;
  line-height: 1;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--price .price-main--yen {
  font-size: 3rem;
  color: #545454;
  font-weight: 900;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend p.recommend-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  position: relative;
  margin-bottom: 14px;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend p.recommend-heading::after {
  content: "";
  background: #FCE77C;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .speechBubble {
  position: relative;
  width: 100%;
  height: 66px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 10px;
  background: #11AAC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #11AAC9 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  -webkit-transform: skew(6deg);
  transform: skew(6deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .speechBubble p {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: #ffffff;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .recommend-illust {
  width: 148px;
  margin: -10px auto 0;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .recommend-illust img {
  width: 100%;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--simple {
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--simple h3 {
  background: #E363B4;
  margin: 0;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--simple .speechBubble {
  background: #E363B4;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--simple .speechBubble::after {
  border-color: #E363B4 transparent transparent;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--light {
  position: relative;
  top: 50px;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--light h3 {
  background: #37CBC6;
  margin: 0;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--light .speechBubble {
  background: #37CBC6;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--light .speechBubble::after {
  border-color: #37CBC6 transparent transparent;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--standard h3 {
  background: #1FAF4A;
  margin: 0;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--standard .speechBubble {
  background: #1FAF4A;
}

.subpage-price-section01 .subpage-price-section__inner .subpage-service-item--standard .speechBubble::after {
  border-color: #1FAF4A transparent transparent;
}

.subpage-price-section01 .subpage-price-quotation-block {
  background: #FFFFFF;
  padding: 50px;
  margin-top: 90px;
  border-radius: 10px;
}

.subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner .subpage-price-quotation-image {
  width: 150px;
  position: relative;
}

.subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner .subpage-price-quotation-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner .subpage-price-quotation-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subpage-price-section01 .subpage-price-quotation-block h3 {
  color: #11AAC9;
}

.subpage-price-section01 .anchor-link-white-btn {
  height: 62px;
}

#hp-seisaku .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/designer02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#support .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/operator02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 72px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#sns-meo .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/sp02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 67px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#simulation .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/phone02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 53px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#option .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/option.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 101px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#plan .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/plan.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 110px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#keiyaku-ryokin .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/quotation.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

#mailform .subpage-section-block__inner::before {
  content: "";
  background-image: url(assets/images/common/mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

.border-radius-block#simple .border-radius-block-heading {
  background: #E363B4;
}

.border-radius-block#simple .border-radius-block__inner {
  border: 3px solid #E363B4;
}

.border-radius-block#simple .border-radius-block__inner .inner-price-block .inner-price-item {
  background: #E363B4;
}

.border-radius-block#simple .border-radius-block-row280__inner .service-name,
.border-radius-block#simple .border-radius-block-row435__inner .service-name {
  color: #E363B4;
}

.border-radius-block#simple .border-radius-block-row280__inner .service-limit,
.border-radius-block#simple .border-radius-block-row435__inner .service-limit {
  background: #E363B4;
}

.border-radius-block#light .border-radius-block-heading {
  background: #37CBC6;
}

.border-radius-block#light .border-radius-block__inner {
  border: 3px solid #37CBC6;
}

.border-radius-block#light .border-radius-block__inner .inner-price-block .inner-price-item {
  background: #37CBC6;
}

.border-radius-block#light .border-radius-block-row280__inner .service-name,
.border-radius-block#light .border-radius-block-row435__inner .service-name {
  color: #37CBC6;
}

.border-radius-block#light .border-radius-block-row280__inner .service-limit,
.border-radius-block#light .border-radius-block-row435__inner .service-limit {
  background: #37CBC6;
}

.border-radius-block#standard .border-radius-block-heading {
  background: #1FAF4A;
}

.border-radius-block#standard .border-radius-block__inner {
  border: 3px solid #1FAF4A;
}

.border-radius-block#standard .border-radius-block__inner .inner-price-block .inner-price-item {
  background: #1FAF4A;
}

.border-radius-block#standard .border-radius-block-row280__inner .service-name,
.border-radius-block#standard .border-radius-block-row435__inner .service-name {
  color: #1FAF4A;
}

.border-radius-block#standard .border-radius-block-row280__inner .service-limit,
.border-radius-block#standard .border-radius-block-row435__inner .service-limit {
  background: #1FAF4A;
}

.tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
  width: 100%;
}

.tab-2 > label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-width: 70px;
  padding: 0.6em 1em;
  border-radius: 10px 10px 0 0;
  border-top: 3px solid #11AAC9;
  border-left: 3px solid #11AAC9;
  border-right: 3px solid #11AAC9;
  background-color: #FFFFFF;
  color: #11AAC9;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}

.tab-2 > label:hover {
  opacity: 0.8;
}

.tab-2 input {
  display: none;
}

.tab-2 > div.option-service-list-block {
  display: none;
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #11AAC9;
}

.tab-2 label:has(:checked) {
  background-color: #11AAC9;
  color: #FFFFFF;
}

.tab-2 label:has(:checked) + div.option-service-list-block {
  display: block;
}

.option-service-list-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0;
}

.option-service-list-block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  position: relative;
}

.option-service-list-block dl dt .option-service-icon {
  width: 34px;
  height: 34px;
}

.option-service-list-block dl dt .option-service-icon img {
  width: 100%;
}

.option-service-list-block dl dt .option-service-name {
  font-weight: 900;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.option-service-list-block dl dt:hover .hover-balloon-item {
  display: block;
}

.option-service-list-block dl dt .hover-balloon-item {
  position: absolute;
  left: calc(100% + 4px);
  display: none;
  margin-left: 12px;
  padding: 20px;
  border-radius: 10px;
  background: #37CBC6;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
  width: 280px;
}

.option-service-list-block dl dt .hover-balloon-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent #37CBC6 transparent transparent;
  translate: -100% -50%;
}

.option-service-list-block dl dd {
  font-weight: 900;
  font-size: 1.8rem;
  color: #034350;
  margin: 0;
}

#simulation.content-block.subpage-section-block {
  padding: 140px 0 480px;
}

.simulation-block + .simulation-block {
  margin-top: 50px;
}

.simulation-block .simulation-block-heading {
  color: #11AAC9;
  font-size: 2.6rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.simulation-block .simulation-block-heading .heading-number {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
  line-height: 0;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #11AAC9;
  border-radius: 50%;
}

.simulation-block .simulation-block-sub-heading {
  font-size: 2.2rem;
  font-weight: 900;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #11AAC9;
}

.radio-group,
.checkbtn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}

.radio-area,
.checkbtn-area {
  width: calc(33.333% - 17px);
  max-width: 311px;
}

.radio-area input[type=radio],
.checkbtn-area input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.radio-area label,
.checkbtn-area label {
  cursor: pointer;
  padding: 26px 20px;
  color: #9A9A9A;
  background: #FFFFFF;
  border: 3px solid #9A9A9A;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.radio-area input[type=radio]:checked + label,
.checkbtn-area input[type=checkbox]:checked + label {
  background: #11AAC9;
  color: #FFFFFF;
  border: 3px solid #11AAC9;
}

.checkbox-group + .checkbox-group {
  margin-top: 30px;
}

.checkbox-group .checkbox-group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.app-checkbox {
  width: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.app-checkbox input[type=checkbox] {
  display: none;
}

.app-checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 50px;
  height: 26px;
  background-color: #FFF;
  border: 3px solid #9A9A9A;
  border-radius: 30px;
}

.app-checkbox input[type=checkbox]:checked + label {
  border-color: #11AAC9;
}

.app-checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  /* widthと同じ 上のラベルの高さに揃える */
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #9A9A9A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-checkbox input[type=checkbox]:checked + label:before {
  -webkit-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #11AAC9;
}

.app-checkbox span {
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
  top: 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scroll-section {
  position: relative;
  min-height: 500px;
}

.floating-content-block {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  padding: 50px;
  width: 100%;
}

.follow-element {
  position: absolute;
  bottom: 0;
}

.floating-calculator {
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
  filter: drop-shadow(2px 2px 6px rgba(158, 158, 158, 0.3));
}

.floating-calculator .floating-calculator-heading {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 10px;
  background: #11AAC9;
  margin: 0;
  border-radius: 10px 10px 0 0;
}

.floating-calculator .floating-calculator__inner {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
}

.price-breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

.price-option-block {
  height: 140px;
  overflow-y: auto;
}

.price-breakdown table {
  margin: 0;
  padding: 0;
  width: 380px;
  table-layout: fixed;
}

.price-breakdown table thead {
  border-bottom: 1px solid #11AAC9;
}

.price-breakdown table thead th {
  font-size: 1.5rem;
  font-weight: 900;
  color: #11AAC9;
  padding: 8px 0;
}

.price-breakdown table thead .table-option-th {
  width: 260px;
}

.price-breakdown table thead .table-price-th {
  text-align: right;
}

.price-breakdown table tbody > tr + tr {
  border-top: 1px solid #dcdcdc;
}

.price-breakdown table tbody td {
  font-size: 1.5rem;
  font-weight: 900;
  padding: 8px 0;
}

.price-breakdown table tbody .table-price-td {
  text-align: right;
  padding-right: 10px;
}

.total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.total-price dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.total-price dl dt {
  font-size: 16px;
  font-weight: 900;
  color: #11AAC9;
}

.total-price dl dd {
  font-size: 40px;
  font-weight: 900;
  color: #11AAC9;
  margin: 0;
}

.total-price .monthly-cost-block {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 2px solid #11AAC9;
}

.total-price .monthly-cost-block dd span {
  font-size: 1.8rem;
  font-family: 900;
  color: #11AAC9;
  margin-right: 4px;
}

main.page-flow {
  background: #FFFFFF;
}

main.page-flow .content-block.subpage-section-block {
  padding: 100px 0;
}

main.page-flow .content-block.subpage-section-block .subpage-section-block__inner {
  background: #F2F0E2;
  -webkit-filter: none;
  filter: none;
}

.subpage-flow-section {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 0 !important;
}

.subpage-flow-section .subpage-flow-block {
  position: relative;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__arrow {
  background: -webkit-linear-gradient(45deg, #0081c2 0%, #0074ae 25%, #0087cb 45%, #0089d3 65%, #009bcf 100%);
  background: linear-gradient(45deg, #0081c2 0%, #0074ae 25%, #0087cb 45%, #0089d3 65%, #009bcf 100%);
  content: "";
  height: 116px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__arrow::before {
  border-color: transparent #FFFFFF transparent transparent;
  border-style: solid;
  border-width: 0 58px 58px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__arrow::after {
  border-color: transparent transparent #FFFFFF transparent;
  border-style: solid;
  border-width: 0 0 58px 58px;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 50px 0 50px;
  position: relative;
  z-index: 1;
  gap: 20px;
  margin: 0;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li {
  position: relative;
  width: calc(16.6666666667% - 10px);
  list-style: none;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li::after {
  background: url(assets/images/subpage/flow/flow-arrow.svg) no-repeat 100% 0/contain;
  bottom: 100%;
  content: "";
  height: 121px;
  margin-bottom: -45px;
  margin-right: -45px;
  position: absolute;
  right: 0;
  width: 63px;
  z-index: -1;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li:last-of-type::after {
  content: none;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li .subpage-flow-item-step span {
  font-size: 2rem;
  font-weight: 900;
  color: #11AAC9;
  display: block;
  text-align: center;
  border-bottom: 5px solid #A7DDE8;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li .subpage-flow-item-image {
  text-align: center;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li .subpage-flow-item-image img {
  height: 79px;
}

.subpage-flow-section .subpage-flow-block .subpage-flow-block__list li .subpage-flow-item-text p {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}

.flow-block__down .subpage-section-block__inner .step-decoration {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFFFFF;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 2.2rem;
  background: #11AAC9;
  padding: 10px 30px;
  border-radius: 10px 0 0 0;
}

.flow-block__down .section-heading--center h2 {
  font-size: 2.8rem;
  color: #545454;
}

.flow-block__down + .flow-block__down::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 40px;
  background: #11AAC9;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-block__down#otoiawase .section-heading--center img {
  width: 46px;
  height: 56px;
  margin-bottom: 4px;
}

.flow-block__down#hearing .section-heading--center img {
  width: 68px;
  height: 56px;
  margin-bottom: 4px;
}

.flow-block__down#omoshikomi .section-heading--center img {
  width: 65px;
  height: 56px;
  margin-bottom: 4px;
}

.flow-block__down#seisaku .section-heading--center img {
  width: 72px;
  height: 56px;
  margin-bottom: 4px;
}

.flow-block__down#kakunin-syusei .section-heading--center img {
  width: 62px;
  height: 56px;
  margin-bottom: 4px;
}

.flow-block__down#kokai .section-heading--center img {
  width: 72px;
  height: 56px;
  margin-bottom: 4px;
}

.section-inner-cta-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.section-inner-cta-btn-block p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

.name-en {
  margin-left: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

.ceo-image-block img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center -50px;
  object-position: center -50px;
}

.history-block {
  margin-top: 50px;
  width: 100%;
}

.history-block .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.history-block .history-item + .history-item {
  margin-top: 16px;
}

.history-block .history-item:last-of-type::after {
  height: calc(100% - 17px);
}

.history-block .history-item::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #11AAC9;
  border-radius: 50%;
  position: absolute;
  left: 74px;
  top: 8px;
  z-index: 1;
}

.history-block .history-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 16px);
  background: #9A9A9A;
  left: 80px;
  top: 8px;
}

.history-block .history-item .history-year span {
  color: #11AAC9;
  font-size: 15px;
  display: inline-block;
  width: 110px;
  line-height: 2;
}

.history-block .history-item .history-detail-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history-block .history-item .history-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-block .history-item .history-detail-inner .history-month span {
  font-size: 15px;
  color: #545454;
  display: inline-block;
  width: 44px;
  line-height: 2;
}

.page-demosite .plan-anker-link-block {
  margin: 50px 0;
}

.page-demosite .plan-anker-link-block .simple-plan-btn a {
  background: #E363B4;
}

.page-demosite .plan-anker-link-block .light-plan-btn a {
  background: #37CBC6;
}

.page-demosite .plan-anker-link-block .standard-plan-btn a {
  background: #1FAF4A;
}

.page-demosite .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.page-demosite .slick-slide {
  margin: 0 10px;
}

.page-demosite .slick-slide img {
  width: 100%;
  height: auto;
}

.page-demosite .slick-prev,
.page-demosite .slick-next {
  z-index: 1;
}

.page-demosite .slick-prev::before,
.page-demosite .slick-next::before {
  color: #000;
}

.page-demosite .slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.page-demosite .slick-active {
  opacity: 1;
}

.page-demosite .slick-current {
  opacity: 1;
}

.page-demosite .thumb01,
.page-demosite .thumb02,
.page-demosite .thumb03 {
  margin: 0 0 50px;
}

.page-demosite .thumb01 .slick-prev::before,
.page-demosite .thumb02 .slick-prev::before,
.page-demosite .thumb03 .slick-prev::before {
  font-family: "fontello";
  content: "\e80a";
  font-weight: normal;
  font-size: 2.2rem;
}

.page-demosite .thumb01 .slick-next::before,
.page-demosite .thumb02 .slick-next::before,
.page-demosite .thumb03 .slick-next::before {
  font-family: "fontello";
  content: "\e808";
  font-weight: normal;
  font-size: 2.2rem;
}

.page-demosite .thumb01 .slick-slide,
.page-demosite .thumb02 .slick-slide,
.page-demosite .thumb03 .slick-slide {
  cursor: pointer;
}

.page-demosite .thumb01 .slick-slide:hover,
.page-demosite .thumb02 .slick-slide:hover,
.page-demosite .thumb03 .slick-slide:hover {
  opacity: 0.7;
}

.page-demosite .thumb_slider01.slider .slick-prev,
.page-demosite .thumb_slider01.slider .slick-next,
.page-demosite .thumb_slider02.slider .slick-prev,
.page-demosite .thumb_slider02.slider .slick-next,
.page-demosite .thumb_slider03.slider .slick-prev,
.page-demosite .thumb_slider03.slider .slick-next {
  display: none !important;
}

.page-demosite .demosite-slide-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-demosite .demosite-slide-main-block .demosite-slide-image {
  width: 300px;
}

.page-demosite .demosite-slide-main-block .demosite-slide-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-demosite .demosite-slide-main-block .demosite-slide-detail .demosite-slide-detail__inner {
  padding: 20px 30px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
}

.page-demosite .demosite-slide-main-block .demosite-slide-detail .demosite-slide-detail__inner h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.page-demosite .demosite-slide-main-block .demosite-slide-detail .demosite-slide-detail__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.page-demosite .demosite-slide-main-block .demosite-slide-detail .demosite-slide-detail__inner ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-demosite .demosite-slide-main-block .demosite-slide-detail .demosite-slide-detail__inner ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #11AAC9;
}

.page-demosite #simple .demosite-slide-main-block h4 {
  color: #E363B4;
}

.page-demosite #light .demosite-slide-main-block h4 {
  color: #37CBC6;
}

.page-demosite #standard .demosite-slide-main-block h4 {
  color: #1FAF4A;
}

.page-contact .page-contact-cta-section {
  padding: 100px 0 !important;
}

.page-contact .page-contact-cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-contact .page-contact-cta-block .section-inner-cta-btn-item p {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

.page-contact .page-contact-cta-block .section-inner-cta-btn-item p.small-text {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.page-contact .page-contact-cta-block .section-inner-cta-btn-item .ilust-icon-btn a i {
  font-size: 1.6rem;
  margin-left: 16px;
}

.page-contact .page-contact-cta-block .section-inner-cta-btn-item + .section-inner-cta-btn-item {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
}

.page-thanks .content-block .content-block__inner,
.page-recruit-form-thanks .content-block .content-block__inner {
  padding: 140px 0;
}

.wpcf7 input.wpcf7-text,
.wpcf7 textarea.wpcf7-textarea {
  width: 100%;
}

.wpcf7 input[type=tel] {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}

.wpcf7 input[type=date] {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: normal;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7 input[type=date]::after {
  font-family: "fontello";
  content: "຀";
  font-size: 1.4rem;
  color: #000;
  font-weight: normal;
  display: block;
  pointer-events: none;
}

.wpcf7 input[type=date].is-empty {
  color: #757575;
}

.wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.wpcf7 input[type=radio] {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.wpcf7 .wpcf7-list-item.first {
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.wpcf7 .form_btn_wrap {
  position: relative;
  width: 220px;
  margin: 30px auto 0;
}

.wpcf7 .form_btn_wrap .wpcf7-spinner {
  position: absolute;
  left: 13px;
  top: 13px;
  margin: 0;
  background-color: #FFFFFF !important;
}

.wpcf7 .form_btn_wrap .wpcf7-spinner::before {
  background-color: #11AAC9 !important;
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 1.6rem;
}

#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item .red_text {
  font-size: 1.4rem;
}

.form_item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.form_item_button input {
  border: none;
  background: #11AAC9;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.form_item_button input:hover {
  opacity: 0.8;
}

.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  margin: 50px auto 0;
  width: 220px;
  height: 50px;
}

.home_button a {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border-radius: 40px;
}

.home_button a::before {
  font-family: "fontello";
  content: "\e801";
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.contact_section {
  padding: 50px 50px 0;
  margin-bottom: 100px;
}

.form_block .form-list-block {
  border-radius: 10px;
  padding: 30px;
  border: 3px solid #11AAC9;
  margin-bottom: 30px;
}

.form_block .form-list-block ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.form_block .form-list-block ul li {
  position: relative;
  padding-left: 18px;
}

.form_block .form-list-block ul li a {
  color: #1973B7;
}

.form_block .form-list-block ul li + li {
  margin-top: 10px;
}

.form_block .form-list-block ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #11AAC9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.form_block .form_row {
  margin-bottom: 20px;
}

.form_block .form_row a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #545454;
}

.form_block .form_row_last {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
  border: none;
}

.form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_block .form_btn_wrap button {
  outline: none;
}

.form_block .form_btn {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #11AAC9;
  position: relative;
  border: none;
  cursor: pointer;
}

.form_block .form_btn:focus,
.form_block .form_btn:hover {
  opacity: 0.8;
}

.form_block .form_btn button {
  outline: none;
}

.form_block .form_btn[value=back] {
  background-color: #9A9A9A;
  border: none;
  color: #FFFFFF;
  margin-right: 24px;
}

.form_block .form_btn[value=back]:focus,
.form_block .form_btn[value=back]:hover {
  opacity: 1;
  background: #c5c5c5;
}

.form_block label {
  position: relative;
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
  color: #11AAC9;
  font-weight: 900;
}

.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #9A9A9A;
  border-radius: 3px;
  padding: 10px;
}

.form_block select {
  padding-right: 50px;
}

.form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.form_block .required {
  background-color: #C91186;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 3px 10px;
  vertical-align: middle;
  word-break: keep-all;
}

.form_block .input_long {
  width: 100%;
}

.form_block .confirm_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_block .recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.pp-text {
  margin: 20px auto 0;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mw_wp_form_preview h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #545454;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
  vertical-align: middle !important;
}

.page-thanks .subpage-section-block {
  background: #034350;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.recaptcha_text_block p a {
  text-decoration: underline;
}

.c-accordion__title {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 0;
}

.c-accordion__title::after {
  font-family: "fontello";
  content: "\f106";
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* オープンした時 */

.c-accordion__title.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-accordion__body {
  display: none;
}

.c-accordion__body.is-open {
  display: block;
}

.sub-sec-01 {
  margin-bottom: 0;
  padding-bottom: 50px !important;
}

.sub-sec-01 .content-block__inner {
  padding-bottom: 0 !important;
}

.sub-sec-01 .inner-wide-image-block {
  margin-bottom: 0;
}

.sub-sec-01 .service-box,
.sub-sec-01 .service-box2 {
  padding-top: 50px;
}

.sub-sec-01 .service-box:first-child,
.sub-sec-01 .service-box2:first-child {
  margin-top: 0;
}

.sub-sec-02 {
  padding-bottom: 0 !important;
}

.sub-sec-02 .content-block__inner {
  padding-bottom: 0 !important;
}

.sub-sec-02 .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-sec-02 .row .col-md-6 {
  width: 49%;
}

.sub-sec-02 .row .col-md-6 p {
  font-size: 1.6rem;
}

.sub-sec-02 .row .col-md-6 .right {
  text-align: right;
  font-weight: 900;
}

.post-section {
  margin-bottom: 100px;
}

.post-section .col-md-4 {
  position: relative;
}

.post-section .col-md-4 .cat-badge {
  position: absolute;
  top: 10px;
  left: 20px;
}

.post-section .col-md-4 .cat-badge span {
  color: #fff;
  background: #47C0ED;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.post-section .col-md-4 .posts--date {
  font-size: 15px;
  font-weight: 700;
  color: #545454;
  margin-bottom: 0;
}

.post-section .col-md-4 .posts--title {
  font-size: 1.8rem;
  font-weight: 900;
}

.post-section .col-md-4 figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.post-section .col-md-4 figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post-section .btn04 {
  margin-top: 40px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.page-company .sub-sec-01 {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.page-recruit .form_block label {
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  color: #545454;
}

.page-recruit .form_block label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 4px;
  background: #11AAC9;
  border-radius: 6px;
}

.page-recruit .form_block input[type=text],
.page-recruit .form_block input[type=email],
.page-recruit .form_block select,
.page-recruit .form_block textarea {
  border: 1px solid #9A9A9A;
  border-radius: 3px;
  padding: 10px;
}

.page-recruit .form_block .form_row {
  margin-bottom: 20px;
}

.page-recruit .form_block .form_row a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #545454;
}

.page-recruit .form_block .form_row_last {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
  border: none;
}

.page-recruit .form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recruit .form_block .form_btn_wrap button {
  outline: none;
}

.page-recruit .form_block .form_btn {
  font-size: 1.6rem;
  color: #FFFFFF !important;
  width: 220px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #D76836;
  position: relative;
  border: none;
  cursor: pointer;
}

.page-recruit .form_block .form_btn:focus,
.page-recruit .form_block .form_btn:hover {
  opacity: 1;
  background: #4E4E4E;
}

.page-recruit .form_block .form_btn button {
  outline: none;
}

.page-recruit .form_block .form_btn[value=back] {
  background-color: #9A9A9A;
  border: none;
  color: #FFFFFF;
  margin-right: 24px;
}

.page-recruit .form_block .form_btn[value=back]:focus,
.page-recruit .form_block .form_btn[value=back]:hover {
  opacity: 1;
  background: #c5c5c5;
}

.page-recruit .form_block select {
  padding-right: 50px;
}

.page-recruit .form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.page-recruit .form_block .required {
  background-color: #B2040E;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 1px 10px 2px;
  vertical-align: middle;
  word-break: keep-all;
  position: absolute;
  top: 3px;
}

.page-recruit .form_block .input_long {
  width: 100%;
}

.page-recruit .form_block .confirm_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recruit .form_block .recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.content-block.section-block.privacy-page .privacy-text-block {
  margin-bottom: 32px;
}

.content-block.section-block.privacy-page .privacy-text-block h2 {
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 5px;
  color: #11AAC9;
}

.content-block.section-block.privacy-page .privacy-text-block h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.content-block.section-block.privacy-page .privacy-text-block p {
  margin: 0;
}

.content-block.section-block.privacy-page .privacy-text-block p + .privacy-text-block__inner {
  margin-top: 20px;
}

.content-block.section-block.privacy-page .privacy-text-block p + .privacy-border-block {
  margin-top: 10px;
}

.content-block.section-block.privacy-page .privacy-text-block p + p {
  margin-top: 8px;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy-text-block__inner + .privacy-text-block__inner {
  margin-top: 20px;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy-border-block {
  border: 1px solid #1e1e1e;
  padding: 20px;
}

.content-block.section-block.privacy-page .privacy-text-block ul {
  margin: 0;
}

.content-block.section-block.privacy-page .privacy-text-block ul li + li {
  margin: 6px 0 0;
}

.content-block.section-block.privacy-page .privacy-text-block table {
  width: 100%;
  margin-top: 1em;
  border: 1px solid #545454;
}

.content-block.section-block.privacy-page .privacy-text-block table th,
.content-block.section-block.privacy-page .privacy-text-block table td {
  padding: 15px;
  border: 1px solid #545454;
}

.content-block.section-block.privacy-page .privacy-text-block table td {
  border: 1px solid #545454;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl + dl {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dt {
  width: 46px;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dd {
  margin: 0;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dd a.privacy_mail {
  text-decoration: underline;
  color: #1973B7;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy_right_block {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy_right_block p {
  text-align: right;
}

.content-block.section-block.privacy-page .privacy_text_block:last-of-type {
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item {
  padding: 50px 0;
  border-top: 1px solid #dcdcdc;
}

.privacy_list_block .privacy_list_item:last-of-type {
  padding-bottom: 0;
}

.privacy_list_block .privacy_list_item .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy_list_block .privacy_list_item .slogan h3 {
  margin-right: 100px;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .slogan p {
  font-size: 22px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text {
  padding-left: 20px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text p {
  font-size: 14px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text p a {
  color: #11AAC9;
  text-decoration: underline;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .large_text {
  font-size: 18px;
  margin-bottom: 20px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 36px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li::before {
  content: "ー";
  color: #11AAC9;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 36px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li::before {
  color: #11AAC9;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(1)::before {
  content: "01";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(2)::before {
  content: "02";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(3)::before {
  content: "03";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(4)::before {
  content: "04";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(5)::before {
  content: "05";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(6)::before {
  content: "06";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(7)::before {
  content: "07";
}

article {
  position: relative;
}

.archive-section {
  padding-bottom: 100px;
}

.pg--wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.pg--title {
  font-size: 2.4rem;
  margin: 0 0 50px;
  color: #11AAC9;
  text-align: center;
}

.pg--contents {
  background-color: #FFFFFF;
  padding: 50px;
  max-width: 700px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}

.pg--contents.pg-news {
  max-width: 100%;
  width: 100%;
}

.pg--contents.pg-news .content-block__inner {
  padding: 0 !important;
}

#toc_container {
  width: 100% !important;
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0 !important;
}

#toc_container + * {
  margin-top: 50px;
}

#toc_container .toc_title {
  padding: 15px 20px !important;
  background: #11AAC9;
  color: #FFFFFF;
}

#toc_container .toc_title span {
  color: #FFFFFF;
}

#toc_container .toc_title .toc_toggle a {
  color: #FFFFFF;
}

#toc_container .toc_list {
  padding: 20px !important;
  margin-top: 0 !important;
}

#toc_container .toc_list li + li {
  margin-top: 8px;
}

#toc_container .toc_number {
  color: #11AAC9 !important;
}

.main-tag-block ul.tag-link-list {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid #9A9A9A;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.main-tag-block ul.tag-link-list li a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  background: #11AAC9;
  padding: 4px 10px;
  border-radius: 20px;
}

aside {
  max-width: 370px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

aside .article-search-block,
aside .article-ranking-block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}

aside .article-ranking-block .popular-posts {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

aside .article-ranking-block .popular-posts li {
  position: relative;
  width: 100%;
  list-style: none;
  border-radius: 10px;
}

aside .article-ranking-block .popular-posts li a {
  font-size: 1.6rem;
  font-weight: 900;
  color: #545454;
  display: block;
  margin: 0;
}

aside .article-ranking-block .popular-posts li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
  margin: 0;
  display: block;
  float: none;
  border: 1px solid #dcdcdc;
}

aside .article-ranking-block .popular-posts li .ranking-post-title {
  margin-top: 10px;
}

aside .article-ranking-block .popular-posts li .wpp-views {
  display: none;
}

aside .article-ranking-block .popular-posts li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

aside .article-ranking-block .popular-posts li:nth-of-type(1)::before {
  content: "1";
  background: #DCCB24;
}

aside .article-ranking-block .popular-posts li:nth-of-type(2)::before {
  content: "2";
  background: #A6D0D3;
}

aside .article-ranking-block .popular-posts li:nth-of-type(3)::before {
  content: "3";
  background: #CF9C36;
}

aside .article-ranking-block .popular-posts li:nth-of-type(4)::before {
  content: "4";
  background: #6BD1BC;
}

aside .article-ranking-block .popular-posts li:nth-of-type(5)::before {
  content: "5";
  background: #6BD1BC;
}

aside #searchform {
  margin-bottom: 30px;
}

aside #searchform input {
  width: 100%;
  font-size: 16px;
  padding: 4px;
}

aside #searchform input::-webkit-input-placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

aside #searchform input::-moz-placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

aside #searchform input:-ms-input-placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

aside #searchform input::-ms-input-placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

aside #searchform input::placeholder {
  color: #6b6b6b;
  font-size: 14px;
}

aside .search-list-block {
  border: 1px solid #11AAC9;
  border-radius: 10px;
  overflow: hidden;
}

aside .search-list-block h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 15px;
  background: #11AAC9;
  margin: 0;
}

aside .search-list-block + .search-list-block {
  margin-top: 30px;
}

aside .search-list-block .search-list-block__inner {
  padding: 20px;
}

aside .search-list-block .text-link-list {
  list-style: none;
  padding: 0;
}

aside .search-list-block .text-link-list li {
  margin-bottom: 0;
}

aside .search-list-block .text-link-list li + li {
  margin-top: 16px;
}

aside .search-list-block .text-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 1.6rem;
}

aside .search-list-block .text-link-list li a::before {
  font-family: "fontello";
  content: "\e801";
  color: #11AAC9;
}

aside .search-list-block .tag-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

aside .search-list-block .tag-link-list li {
  margin-bottom: 0;
}

aside .search-list-block .tag-link-list li + li {
  margin-top: 10px;
}

aside .search-list-block .tag-link-list li a {
  color: #FFFFFF;
  background: #11AAC9;
  font-size: 1.4rem;
  padding: 10px;
  display: block;
  border-radius: 4px;
}

.search-result-text {
  margin-bottom: 30px;
}

.news-single-block {
  padding-top: 20px;
}

.posts-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.posts-item-list .posts {
  width: calc(33.33333% - 35px);
  position: relative;
  margin-bottom: 40px;
  margin-right: 35px;
}

.posts-item-list .posts .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.posts--tmb {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
}

.posts--tmb img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 3/2;
}

.posts--date {
  color: #9A9A9A;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
  font-weight: 900;
  text-align: right;
}

.posts--title {
  font-size: 2rem;
  margin: 0 0 10px;
  color: #545454;
  line-height: 1.5;
}

.posts--cat span {
  border: 1px solid;
  color: #11AAC9;
  font-size: 1.2rem;
  margin-right: 5px;
  padding: 2px 5px;
}

.posts--main-col {
  width: 100%;
}

.no-post {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}

.no-post h1 {
  font-size: 3rem;
  margin: 0 0 50px;
  color: #11AAC9;
  text-align: center;
}

.posts--content {
  margin-top: 30px;
}

.posts--content h1 {
  font-size: 2.6rem;
  color: #545454;
  margin: 0 0 15px;
}

.posts--content h1 strong {
  color: #545454;
}

.posts--content h2 {
  font-size: 2.4rem;
  margin: 0 0 15px;
  padding-bottom: 0;
  border: none;
  color: #545454;
}

.posts--content h2::after {
  content: none;
}

.posts--content h2 strong {
  color: #545454;
}

.posts--content h3 {
  font-size: 2.2rem;
  color: #11AAC9;
  margin: 50px 0 15px;
  padding: 0;
  border: none;
  font-weight: 900;
}

.posts--content h3 strong {
  color: #11AAC9;
}

.posts--content h3 span {
  font-size: 2.2rem;
  color: #11AAC9;
  margin: 50px 0 15px;
  padding: 0;
  border: none;
  font-weight: 900;
}

.posts--content h3 span strong {
  color: #11AAC9;
}

.posts--content h4 {
  padding-bottom: 5px;
  font-size: 2rem;
  color: #545454;
  position: relative;
  border-bottom: 3px solid #dcdcdc;
  font-weight: 900;
  margin: 30px 0 16px;
}

.posts--content h4::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #11AAC9;
}

.posts--content h5 {
  font-size: 1.8rem;
  color: #545454;
  margin: 2em 0 15px;
}

.posts--content h5 strong {
  color: #545454;
}

.posts--content h6 {
  font-size: 1.6rem;
  color: #545454;
  margin: 0 0 15px;
}

.posts--content h6 strong {
  color: #545454;
}

.posts--content p {
  margin-bottom: 1em;
}

.posts--content p a {
  text-decoration: underline;
}

.posts--content p a strong {
  color: #0000EE;
}

.posts--content p img + img {
  margin-left: 16px;
}

.posts--content ul,
.posts--content dl,
.posts--content ol {
  margin-bottom: 2em;
  line-height: 2;
}

.posts--content img {
  height: auto;
  width: auto;
}

.posts--content iframe {
  width: 100%;
  margin-bottom: 2em;
}

.pg-blog .blog--tmb {
  margin: 0 0 15px 0;
}

article.single-block .breadcrumb-block {
  max-width: 1100px;
  width: 100%;
  margin-bottom: 10px;
}

article.single-block .content_inner {
  max-width: 1000px;
  width: 100%;
}

.single-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 !important;
}

.pg-single--title {
  color: #545454;
  margin-bottom: 10px;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5;
}

.pg-single--contents > .blog--tmb {
  margin-bottom: 30px;
}

.pg-single--contents > .blog--tmb img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.pg-single--contents .breadcrumb-block {
  margin-bottom: 50px;
}

.pg-single--contents .posts--content table {
  margin-bottom: 30px;
}

.pg-single--contents .posts--content table,
.pg-single--contents .posts--content td {
  border: 1px solid #11AAC9;
  padding: 10px;
}

.pg-single--contents .posts--date {
  margin-bottom: 20px;
}

.column-cat-badge-block {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.column-cat-badge-block a span {
  background: #11AAC9;
  padding: 3px 16px;
  font-size: 1.4rem;
  border-radius: 4px;
  color: #FFFFFF;
}

.column-cat-badge-block .column-cat-badge {
  background: #11AAC9;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 2px 6px;
  border-radius: 4px;
}

.single-mv {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.single-mv h1 {
  color: #FFFFFF;
}

.archive-news .content-block__inner .archive--img,
.archive-blog .content-block__inner .archive--img {
  margin-bottom: 10px;
}

.archive-news .posts + .posts {
  margin-top: 40px;
}

.archive-news + .archive-news {
  margin-top: 20px;
}

.archive-news .posts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.archive-news .posts a .news--img {
  width: 240px;
  margin: 0;
}

.archive-news .posts a .news--img img {
  height: auto;
}

.archive-news .posts a .news-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.archive-news .posts a .news-content .cat-badge {
  margin-bottom: 4px;
}

.archive-news .posts a .news-content .posts--title {
  margin: 0;
}

.archive-news .posts a .news-content time {
  margin-bottom: 10px;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.wp-block-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 1.4rem !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

.wp-block-image figcaption {
  font-size: 1.4rem;
  margin-bottom: 2em !important;
}

.normal_post .posts_item .col {
  margin-bottom: 30px;
}

.category-news .archive_mv {
  margin: 0 !important;
}

.category-blog .archive_mv {
  margin: 0 !important;
}

.category-blog .posts--item {
  margin-bottom: 30px;
}

.category-blog .posts--item .col-4 {
  width: 100%;
}

.category-blog .posts--item .col {
  border: none;
}

.blog-archive-block time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.blog-archive-block .no_post {
  margin-bottom: 80px;
}

.blog-archive-block .no_post + .right_btn_block {
  visibility: hidden;
}

.post-card-block {
  width: 100%;
}

.post-card-block .post-card-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-card-block .post-card-block__inner .column-card-item {
  width: 31%;
  max-width: 310px;
  position: relative;
}

.post-card-block .post-card-block__inner .column-card-item .column-cat-badge-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.post-card-block .post-card-block__inner .column-card-item figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.post-card-block .post-card-block__inner .column-card-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.post-card-block .post-card-block__inner .column-card-item time {
  font-size: 1.4rem;
  display: block;
}

.post-card-block .post-card-block__inner .column-card-item h4 {
  font-size: 1.8rem;
  margin-bottom: 0;
  color: #545454;
}

.post-card-block .post-card-block__inner .column-card-item > a {
  display: block;
  margin: 0;
  position: relative;
}

.posts--content + .custom-post-block {
  margin-top: 40px;
}

.custom-post-block + .custom-post-block {
  margin-top: 40px;
}

.column-post-image-block img {
  height: auto;
  width: auto;
}

.features_list_block {
  border: 1px solid #9A9A9A;
  margin-bottom: 50px;
}

.features_list_block h4 {
  color: #FFFFFF;
  background: #11AAC9;
  padding: 10px 30px;
  font-size: 18px;
}

.features_list_block .features_list_block_inner {
  padding: 30px;
}

.features_list_block .features_list_block_inner ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.features_list_block .features_list_block_inner ul li {
  margin: 0;
  padding: 0 0 10px 18px;
  border-bottom: 1px dotted #6B603D;
  position: relative;
}

.features_list_block .features_list_block_inner ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #11AAC9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.features_list_block .features_list_block_inner ul li + li {
  margin-top: 20px;
}

.subpage-card-block {
  width: 100%;
}

.subpage-card-block .subpage-card-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-right: -35px;
}

.subpage-card-block .subpage-card-block__inner .posts--item {
  width: calc(33.33333% - 35px);
  position: relative;
  margin-bottom: 40px;
  margin-right: 35px;
}

.subpage-card-block .subpage-card-block__inner .posts--item figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.subpage-card-block .subpage-card-block__inner .posts--item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.subpage-card-block .subpage-card-block__inner .posts--item .column-cat-badge-block {
  position: absolute;
  top: 10px;
  left: 10px;
}

.subpage-card-block .subpage-card-block__inner .posts--item time {
  font-size: 14px;
  color: #9A9A9A;
  margin-bottom: 0;
  display: block;
}

.subpage-card-block .subpage-card-block__inner .posts--item h4 {
  font-size: 16px;
  color: #545454;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  .row-block--310 {
    -webkit-column-gap: 3.5%;
    -moz-column-gap: 3.5%;
    column-gap: 3.5%;
    row-gap: 40px;
  }

  .row-block--475 {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    row-gap: 40px;
  }

  header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100px;
  }

  .logo-sp-block {
    display: none;
  }

  #drawer {
    display: none;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .floating-btn-block-sp__inner {
    display: none;
  }

  .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .inner-tel-text {
    color: #545454;
  }

  .lg-none {
    display: none !important;
  }

  .page-contact .page-contact-cta-block .section-inner-cta-btn-item .ilust-icon-btn {
    width: 420px;
  }

  .pp-text {
    width: 60%;
  }

  .category-blog .posts--item .col-4 {
    width: 40%;
    margin-right: 3%;
  }

  .post-card-block .post-card-block__inner .column-card-item > a:hover {
    opacity: 1;
  }

  .post-card-block .post-card-block__inner .column-card-item > a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@media screen and (min-width: 1400px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  a:hover {
    opacity: 1;
  }

  .contents-wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  body {
    min-width: initial;
  }

  .subpage-main .content-block {
    padding: 80px 0;
  }

  .subpage-main .content-block .content-block__inner {
    padding: 0 5% 0;
  }

  .subpage-main .content-block .content-block__inner::after {
    border-radius: 0;
  }

  .content-block__inner {
    padding: 0 5%;
  }

  .content-block__inner + .content-block__inner .inner_row_img_block {
    margin-top: 0;
  }

  .section-block {
    padding: 80px 0;
  }

  .section-block .section-block__inner {
    max-width: 90%;
    padding: 50px 20px;
  }

  .content-block.subpage-section-block {
    padding: 120px 0 80px;
  }

  .content-block.subpage-section-block .subpage-section-block__inner {
    max-width: 90%;
    padding: 50px 20px;
  }

  .right-bg-section-block .bg-heading,
  .left-bg-section-block .bg-heading {
    font-size: 2.5rem;
    padding: 0.3em;
  }

  .right-bg-section-block .text-item,
  .left-bg-section-block .text-item {
    width: 100%;
    background: #F2F0E2;
    margin-top: 400px;
  }

  .right-bg-section-block .right-bg-section-block__inner,
  .right-bg-section-block .left-bg-section-block__inner,
  .left-bg-section-block .right-bg-section-block__inner,
  .left-bg-section-block .left-bg-section-block__inner {
    padding-top: 0;
  }

  .right-bg-section-block .text-item {
    padding: 10% 5% 50px;
  }

  .left-bg-section-block .bg-heading-block {
    top: -410px;
    left: 5%;
    right: auto;
    width: 90%;
  }

  .left-bg-section-block .text-item {
    padding: 10% 5% 50px;
  }

  .row-block + .subpage_h3_block {
    margin-top: 50px;
  }

  .row-block--475 + .subpage_h3_block,
  .row-block--310 + .subpage_h3_block,
  .row-block--232 + .subpage_h3_block,
  .row-block--text650 + .subpage_h3_block {
    margin-top: 50px;
  }

  .row-block--232 {
    gap: 30px;
  }

  .row-block--310 {
    gap: 50px;
  }

  .row-block--475 {
    gap: 50px;
  }

  .row-block--text650 {
    gap: 16px;
  }

  .col__475 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p + div {
    margin-top: 50px;
  }

  .col__310 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__232 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .image--baloon {
    top: -3%;
    left: -3%;
  }

  .sm-order01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sm-order02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col__400 {
    width: 100%;
    max-width: none;
  }

  .wide-image-block {
    width: 100%;
    height: 160px;
  }

  .flex-strech-block__item01,
  .flex-strech-block__item02,
  .flex-strech-block__item03 {
    width: 100%;
  }

  .flex-strech-block__item-inner {
    width: 70%;
  }

  .inner-wide-image-block {
    height: auto;
    aspect-ratio: 3/2;
    margin-bottom: 30px;
  }

  .features-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }

  .features-block .features-item {
    width: calc(50% - 16px);
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-block .features-item .features-image {
    margin-bottom: 10px;
  }

  .features-block .features-item .features-text .sub-text {
    font-size: 1.6rem;
  }

  .features-block .features-item .features-text .main-text {
    font-size: 2.6rem;
  }

  .check-point-block .check-point-block-heading {
    font-size: 1.8rem;
  }

  .check-point-block .check-point-list {
    padding: 20px;
  }

  .cta-block {
    background-position: 90% top;
  }

  .cta-block .cta-inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .cta-block .cta-inner-top .cta-illust {
    height: 130px;
    overflow: hidden;
  }

  .cta-block .cta-inner-top .cta-tel-block > p {
    font-size: 1.6rem;
  }

  .cta-block .cta-inner-top .cta-tel-block .cta-tel-block__inner a {
    font-size: 3.6rem;
  }

  .cta-block .cta-inner-bottom .cta-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .large-price-block > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-price-block > dl > dt {
    width: 100%;
    padding: 15px 10px 14px;
  }

  .border-radius-block .border-radius-block__inner {
    padding: 30px 20px;
  }

  .border-radius-block .border-radius-block__inner .inner-lead-text {
    text-align: left;
  }

  .border-radius-block .border-radius-block__inner .inner-price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .border-radius-block .border-radius-block__inner .inner-price-block .inner-price-item {
    width: 100%;
  }

  .border-radius-block .border-radius-block__inner .inner-price-block .inner-price-item .main-text {
    font-size: 2.2rem;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 {
    width: 100%;
    max-width: 100%;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 {
    width: 100%;
  }

  .border-radius-block .border-radius-block__inner .btn01 {
    width: 100%;
  }

  .simple-contact-parts .cta-block__inner {
    width: 100%;
  }

  .parallel-flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .parallel-flow .flow-item:nth-of-type(4n) {
    margin-left: 0;
  }

  .parallel-flow .flow-item {
    width: 31%;
    margin-right: 0;
  }

  .parallel-flow .flow-item::after {
    content: none;
  }

  .parallel-flow .flow-item + .flow-item {
    margin-left: 3.5%;
  }

  .simple-flow-block {
    padding: 30px 5%;
  }

  .simple-flow-block dl {
    padding-left: 0;
  }

  .simple-flow-block dl:last-of-type {
    padding-bottom: 0;
  }

  .simple-flow-block dl::after {
    content: none;
  }

  .simple-flow-block dl dt {
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simple-flow-block dl dt img {
    width: 90px;
  }

  .simple-flow-block dl dt .flow-step {
    width: 90px;
    margin-right: 14px;
  }

  .simple-flow-block dl dt .flow-step::after {
    content: none;
  }

  .simple-flow-block dl dt span {
    padding-left: 0;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .simple-flow-block dl dt span::before {
    content: none;
  }

  .simple-flow-block dl dt span::after {
    content: none;
  }

  .simple-flow-block dl dd {
    margin: 0;
  }

  .simple-flow-block .cta-box h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .simple-flow-block .cta-box .tel2 {
    margin: 14px 0 0 0;
  }

  .simple-flow-block .cta-box a {
    line-height: 1.5 !important;
  }

  .simple-flow-block .cta-box .no-pc {
    display: block;
  }

  .simple-flow-block .cta-box p {
    margin-top: 14px;
  }

  .simple-flow-block .cta-box .cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simple-flow-block .cta-box .btn01 + .btn01 {
    margin: 20px 0 0 0;
  }

  .image-flow-block .image-flow-block__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-flow-block .image-flow-block__flow-item--image {
    width: 100%;
    max-width: 100%;
  }

  .image-flow-block .image-flow-block__flow-item--baloon {
    top: -3%;
    left: -3%;
  }

  .image-flow-block .image-flow-block__flow-item--text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .point-list-block {
    padding: 30px 5%;
  }

  .illust-map-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .illust-map-block .speechBubble::before {
    left: 50%;
  }

  .illust-map-block .speechBubble::after {
    left: 50%;
  }

  .illust-map-block .illust-map-item {
    width: 80%;
  }

  .illust-map-block .illust-map-item img {
    width: 100%;
  }

  header {
    position: static;
  }

  header .header-pc {
    display: none;
  }

  #drawer {
    top: 20px;
  }

  #drawer .menu {
    width: 100%;
  }

  .sp-menu-block .sp-menu-block__logo a {
    width: 180px;
  }

  footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 80px 5% 0;
  }

  footer .footer__inner .pagetop-item {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  footer .footer__inner .footer__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  footer .footer__inner .footer__left .footer-tel-block p,
  footer .footer__inner .footer__left .footer-tel-block a {
    text-align: center;
  }

  footer .footer__inner .footer__left .footer-address-block p {
    text-align: center;
  }

  footer .footer__inner .footer__right {
    width: 100%;
  }

  footer .footer__inner .footer-nav-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    width: 90%;
    margin: 0 auto;
  }

  footer .footer__right-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .copy {
    padding: 50px 5% 98px;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }

  .btn-block--left,
  .btn-block--center,
  .btn-block--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-block--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn02 {
    width: 280px;
    height: 62px;
  }

  .btn02 a {
    font-size: 1.6rem;
  }

  .btn_320 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_320 + .btn_320 {
    margin-top: 20px;
  }

  .btn_217 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_217 + .btn_217 {
    margin-top: 20px;
  }

  .btn_230 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_230 + .btn_230 {
    margin-top: 20px;
  }

  .btn-icon--line a::before {
    width: 40px;
    height: 40px;
  }

  .floating-btn-block {
    display: none;
  }

  .ilust-icon-btn {
    width: 300px;
  }

  .ilust-icon-btn a {
    font-size: 1.6rem;
  }

  .large-btn-block a.large-btn {
    font-size: 2rem;
  }

  .large-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .large-link-block .large-link-item {
    height: auto;
    width: 100%;
  }

  .large-link-block .large-link-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 180px;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image img {
    -o-object-position: center 10%;
    object-position: center 10%;
  }

  .large-link-block .large-link-item a .large-link-block--name {
    width: 100%;
    padding: 20px 10px;
  }

  #elevator_nav {
    display: none;
  }

  ul[id^=section_slider] .slick-prev::before {
    font-size: 2.4rem;
  }

  ul[id^=section_slider] .slick-next::before {
    font-size: 2.4rem;
  }

  ul[id^=thumbnail-list] {
    margin-bottom: -15px;
  }

  .thumbnail-item {
    width: calc(33.33333% - 15px);
  }

  .thumbnail-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .thumbnail-item img {
    height: 60px;
  }

  .carousel_slider {
    margin-top: 0;
  }

  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 3rem;
  }

  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
    top: 40%;
  }

  .carousel_slider .slick-slider .slick-next::before {
    font-size: 3rem;
  }

  .carousel_slider .slick-slider .slick-next {
    right: 10px;
    top: 40%;
  }

  .access-root-block .access-root--number {
    top: -4px;
    left: -10px;
  }

  .modalImg {
    width: 90%;
  }

  .faq-list .faq-row .question,
  .faq-list .faq-row .answer {
    font-size: 1.6rem;
    padding: 0 0 0 50px;
  }

  .faq-list .faq-row .answer a {
    font-size: 1.6rem;
  }

  .accordion-001 summary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-001 summary::after {
    position: relative;
    top: 14px;
    right: -6px;
  }

  .sm-mt20 {
    margin-top: 20px !important;
  }

  .sm-mt80 {
    margin-top: 80px !important;
  }

  .sm-pb0 {
    padding-bottom: 0 !important;
  }

  .dl-table-block dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dl-table-block dl dt {
    width: 100%;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-right: 0;
  }

  .dl-table-block dl dd {
    width: 100%;
    border-top: 1px solid #dcdcdc;
  }

  .dl-table-block dl dd iframe {
    height: 300px;
  }

  .normal-table table thead {
    display: none;
  }

  .normal-table table tbody tr {
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table table tbody td {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
  }

  .normal-table table tbody td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

  .normal-table table tbody td:first-of-type {
    background: #F0FAF4;
  }

  .normal-table table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table thead th {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .normal-table02 table tbody tr {
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table02 table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table02 table tbody th {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .normal-table02 table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 16px;
  }

  .normal-table02 table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table tbody td.unit {
    width: 100%;
  }

  .normal-table02 table tbody td.price {
    width: 100%;
  }

  p,
  a,
  span,
  li,
  table,
  dd,
  dt {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .en-heading {
    font-size: 5rem;
  }

  .section-heading--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-heading--left h2,
  .section-heading--center h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .subpage-main .bg-heading {
    padding: 14px;
    font-size: 2.2rem;
  }

  .underline::before {
    width: 80px;
  }

  .underline {
    font-size: 2.2rem;
  }

  .short-border-heading {
    margin-bottom: 30px;
  }

  .number-title--01::before,
  .number-title--02::before,
  .number-title--03::before,
  .number-title--04::before {
    font-size: 2rem;
    width: 34px;
    height: 34px;
  }

  .section-block .lead-text {
    margin-bottom: 30px;
  }

  .lead-text-lg--center {
    text-align: left;
  }

  .sm-none {
    display: none !important;
  }

  .loading-logo {
    width: 220px;
  }

  .main-visual {
    height: auto;
    min-height: auto;
  }

  .main-visual::before {
    width: 100%;
  }

  .main-visual .main-visual__inner {
    padding: 80px 0 80px;
    max-width: 90%;
  }

  .main-visual .main-visual__inner .main-visual-center-content {
    gap: 0;
    width: 100%;
  }

  .main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price .price-text {
    font-size: 2rem;
  }

  .main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price .price-text::after {
    height: 10px;
  }

  .main-visual .main-visual__inner .main-visual-center-content .main-visual-center-content__price .price-text .price-large-text {
    font-size: 3rem;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-illust {
    width: 80vw;
    margin-top: 10px;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-sub-block .mv-catch-sub-text {
    font-size: 1.8rem;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .mv-catch-circle-text {
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    left: -34px;
    top: -40px;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .mv-catch-main-text {
    font-size: 3.8rem;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .no1-image {
    position: absolute;
    width: 100px;
    left: -7%;
    margin: 0;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .ai-image {
    position: absolute;
    width: 100px;
    right: -7%;
    margin: 0;
  }

  .main-visual .main-visual__inner .main-visual-center-content .mv-cta-block .mv-cta-heading span {
    font-size: 2rem;
  }

  .main-visual .mv-cta-block {
    margin-top: -10px;
  }

  .main-visual .mv-cta-block .mv-cta-btn-block {
    gap: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-visual .mv-cta-block .mv-cta-btn-block .ilust-icon-btn {
    height: 44px;
    width: 100%;
  }

  .main-visual .mv-cta-block .mv-cta-btn-block .ilust-icon-btn a {
    font-size: 1.6rem;
  }

  .main-visual .main-visual__scroll-item {
    display: none;
  }

  .main-visual .main-visual__scroll-item p {
    font-size: 13px;
  }

  .main-visual .main-visual__scroll-item p::before {
    left: -1px;
  }

  .top-news-block .top-news-block__news-list--news-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .top-news-block .top-news-block__news-list--news-item a .news-tmb {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }

  .top-reason-section {
    background-image: none;
  }

  .top-reason-section::before {
    -webkit-clip-path: none;
    clip-path: none;
    background: #11AAC9;
  }

  .top-reason-section .row-block--475.top-reason-section__inner {
    row-gap: 50px;
  }

  .top-reason-section .top-reason-section__inner {
    margin-top: 60px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item {
    padding: 30px 20px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item h3 {
    font-size: 2rem;
    letter-spacing: normal;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item h3::before {
    height: 75px;
    left: 0;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--kakuyasu h3::before {
    width: 80px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--simple h3::before {
    width: 72px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--kantan h3::before {
    width: 81px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--quality h3::before {
    width: 59px;
  }

  .top-service-section {
    background-image: none;
    background: #11AAC9;
  }

  .top-price-section {
    padding-bottom: 0;
  }

  .top-price-section .top-price-shokizero-block img {
    width: 288px;
  }

  .top-price-section .top-price-shokizero-block p {
    font-size: 1.8rem;
    width: 90%;
    margin: 9px auto 0;
    padding: 15px 5%;
  }

  .top-price-section .top-price-section__inner .col__310 h3 .recommend-badge {
    right: 6px;
  }

  .top-price-section .top-price-section__inner .top-service-item--recommend .speechBubble {
    height: auto;
  }

  .top-price-section .top-price-section__inner .top-service-item--recommend .speechBubble::after {
    bottom: 1px;
  }

  .top-price-section .top-price-section__inner .top-service-item--simple {
    position: static;
    margin: 0;
  }

  .top-price-section .top-price-section__inner .top-service-item--light {
    position: static;
  }

  .top-price-section .top-price-quotation-block {
    padding: 30px 20px;
  }

  .top-price-section .top-price-quotation-block .top-price-quotation-block__inner {
    gap: 20px;
  }

  .top-price-section .top-price-quotation-block .top-price-quotation-block__inner .top-price-quotation-image {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top-price-section .top-price-quotation-block .top-price-quotation-block__inner .top-price-quotation-image img {
    width: 114px;
    left: -52px;
  }

  .top-price-section .top-price-quotation-block .top-price-quotation-block__inner .top-price-quotation-text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 73%;
  }

  .top-flow-section .top-flow-block .top-flow-block__arrow {
    display: none;
  }

  .top-flow-section .top-flow-block .top-flow-block__list {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .top-flow-section .top-flow-block .top-flow-block__list li {
    width: calc(50% - 10px);
  }

  .top-flow-section .top-flow-block .top-flow-block__list li::after {
    display: none;
  }

  .top-flow-section .top-flow-block .top-flow-block__list li .top-flow-item-text p {
    font-size: 1.8rem;
  }

  .top-faq-section .top-faq-block__inner {
    max-width: 90%;
    padding: 50px 20px;
  }

  .top-column-section .column-block__inner {
    max-width: 90%;
    padding: 50px 20px;
  }

  .top-column-ranking-block .popular-posts {
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-column-ranking-block .popular-posts li {
    width: 100%;
  }

  .top-column-ranking-block .popular-posts li a {
    font-size: 1.8rem;
  }

  .top-column-ranking-block .popular-posts li::before {
    width: 36px;
    height: 36px;
  }

  .news-block__inner {
    max-width: 90%;
    padding: 50px 20px;
  }

  .news-block__inner .news-text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .right-bg-section-block::after {
    top: 50px;
    width: 100%;
    height: 480px;
    border-radius: 0;
  }

  .right-bg-section-block .text-item {
    border-radius: 10px 10px 0;
  }

  .top-section02 .top-service-block .btn-block--center {
    margin-top: 18px;
  }

  .top-section04.qa-section .qa-list {
    padding: 50px 5%;
  }

  .blog-block .blog-block__inner-blog-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .blog-block .blog-block__inner-blog-list--blog-item {
    width: 100%;
    margin-right: 0;
  }

  .blog-block .blog-block__inner-blog-list--blog-item + .col__310 {
    margin-top: 40px;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner {
    height: 80vh;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--image img {
    -o-object-position: right;
    object-position: right;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title {
    width: 100%;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-h1 {
    font-size: 2.2rem;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title h1 {
    font-size: 3rem;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
    font-size: 5.4rem;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner .breadcrumb-block {
    left: 0;
  }

  .main-visual-subpage-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0 60px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner {
    width: 90%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image {
    position: static;
    width: 100%;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
    height: 50vh;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin: 30px auto 0;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
    font-size: 54px;
  }

  .breadcrumb-block {
    max-width: auto;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .breadcrumb-block ul {
    overflow-x: scroll;
  }

  .breadcrumb-block ul li:last-of-type {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }

  .breadcrumb-block ul li {
    white-space: nowrap;
  }

  .single-news .breadcrumb-block {
    padding: 0;
  }

  .subpage-main .content-block:first-of-type {
    margin-top: 0;
  }

  .subpage-anchor-link-block::after {
    bottom: -79.4px;
  }

  .subpage-price-section01 .subpage-price-shokizero-block img {
    width: 288px;
  }

  .subpage-price-section01 .subpage-price-shokizero-block p {
    font-size: 1.8rem;
    width: 90%;
    margin: 9px auto 0;
    padding: 15px 5%;
  }

  .subpage-price-section01 .subpage-price-section__inner .col__310 h3 .recommend-badge {
    right: 6px;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .speechBubble {
    height: auto;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .speechBubble::after {
    bottom: 1px;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item--simple {
    position: static;
    margin: 0;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item--light {
    position: static;
  }

  .subpage-price-section01 .subpage-price-quotation-block {
    padding: 30px 20px;
  }

  .subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner {
    gap: 20px;
  }

  .subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner .subpage-price-quotation-image {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner .subpage-price-quotation-image img {
    width: 114px;
    left: -52px;
  }

  .subpage-price-section01 .subpage-price-quotation-block .subpage-price-quotation-block__inner .subpage-price-quotation-text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 73%;
  }

  .tab-2 {
    gap: 2%;
  }

  .tab-2 > label {
    font-size: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 48%;
    border: 3px solid #11AAC9;
    border-radius: 10px;
    margin-bottom: 2%;
    padding: 0.6em;
  }

  .tab-2 > div.option-service-list-block {
    border: none;
  }

  .option-service-list-block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 4px;
  }

  .option-service-list-block dl dt .option-service-name {
    font-size: 1.6rem;
  }

  .option-service-list-block dl dt .hover-balloon-item {
    left: 20%;
    top: -28px;
    width: 80%;
    margin: 0;
  }

  .option-service-list-block dl dd {
    text-align: right;
  }

  #simulation.content-block.subpage-section-block {
    padding: 120px 0 80px;
  }

  .simulation-block .simulation-block-heading {
    font-size: 2.2rem;
    gap: 10px;
  }

  .simulation-block .simulation-block-heading .heading-number {
    font-size: 2.8rem;
    width: 42px;
    height: 42px;
  }

  .simulation-block .simulation-block-sub-heading {
    font-size: 2rem;
  }

  .radio-group,
  .checkbtn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .radio-area,
  .checkbtn-area {
    width: 100%;
    max-width: 100%;
  }

  .checkbox-group .checkbox-group__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .app-checkbox {
    width: 100%;
  }

  .floating-content-block {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    background: none;
  }

  .follow-element {
    position: static !important;
    margin-top: 30px;
  }

  .price-breakdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .price-breakdown table {
    width: 100%;
  }

  .price-breakdown table thead .table-option-th {
    width: 180px;
  }

  .total-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .total-price dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .total-price dl dd {
    font-size: 3.6rem;
  }

  .total-price .monthly-cost-block {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 2px solid #11AAC9;
    border-left: none;
  }

  main.page-flow .content-block.subpage-section-block {
    padding: 80px 0;
  }

  .subpage-flow-section .subpage-flow-block {
    width: 90%;
    margin: 0 auto;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__arrow {
    height: calc(100% + 50px);
    width: 116px;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__arrow::before {
    border-color: transparent transparent #FFFFFF transparent;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li {
    width: calc(50% - 10px);
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li:nth-of-type(even) {
    position: relative;
    top: 15px;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li::after {
    display: none;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li .subpage-flow-item-text p {
    font-size: 1.8rem;
  }

  .flow-block__down .subpage-section-block__inner .step-decoration {
    font-size: 1.8rem;
    padding: 10px 20px;
  }

  .section-inner-cta-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ceo-image-block img {
    height: 440px;
  }

  .history-block .history-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 24px;
  }

  .history-block .history-item::before {
    top: 10px;
    left: 0px;
  }

  .history-block .history-item::after {
    top: 10px;
    left: 6px;
  }

  .history-block .history-item .history-year span {
    font-size: 16px;
  }

  .history-block .history-item .history-detail-inner {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .history-block .history-item .history-detail-inner .history-month span {
    font-size: 16px;
  }

  .page-demosite .sliderArea {
    padding: 0 10px;
  }

  .page-demosite .demosite-slide-main-block {
    gap: 20px;
  }

  .page-demosite .demosite-slide-main-block .demosite-slide-image {
    width: 100%;
  }

  .page-demosite .demosite-slide-main-block .demosite-slide-detail {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }

  .page-contact .page-contact-cta-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-contact .page-contact-cta-block .section-inner-cta-btn-item .ilust-icon-btn {
    width: 100%;
  }

  .page-contact .page-contact-cta-block .section-inner-cta-btn-item + .section-inner-cta-btn-item {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #dcdcdc;
  }

  .page-thanks .content-block .content-block__inner,
  .page-recruit-form-thanks .content-block .content-block__inner {
    padding: 100px 0;
  }

  .wpcf7 input[type=date] {
    margin: 0 0 14px 0;
    width: 100%;
  }

  .form_item_button {
    margin-top: 24px;
  }

  .form_item_button input {
    width: 110px;
  }

  .contact_section {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .form_block .form-list-block {
    padding: 20px;
  }

  .form_block .form-list-block ul li::before {
    top: 8px;
  }

  .form_block label {
    margin-bottom: 16px;
  }

  .form_block input[type=text],
  .form_block input[type=email],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 1.8rem;
    outline: none;
  }

  .form_block .recaptcha_text_block {
    display: block;
  }

  .mwform-tel-field input[type=text] {
    width: 30% !important;
  }

  .c-accordion__title::after {
    right: 0;
    top: 4px;
  }

  .sub-sec-01 .col__475 {
    margin-top: 30px;
  }

  .sub-sec-01 .col__475:first-child {
    margin-top: 0;
  }

  .sub-sec-02 .row .col-md-6 {
    width: 100%;
  }

  .sub-sec-02 .row .col-md-6 .right {
    margin-top: 20px;
  }

  .sub-sec-02 .row .mb-20 {
    margin-bottom: 20px;
  }

  .post-section {
    margin-bottom: 50px;
  }

  .post-section .col-md-4 {
    margin-top: 30px;
  }

  .post-section .col-md-4:first-child {
    margin-top: 0;
  }

  .post-section .btn04 {
    margin-top: 20px;
  }

  .page-company .sub-sec-01 {
    padding-bottom: 50px !important;
  }

  .page-recruit .form_block label {
    margin-bottom: 16px;
  }

  .page-recruit .form_block input[type=text],
  .page-recruit .form_block input[type=email],
  .page-recruit .form_block select,
  .page-recruit .form_block textarea {
    width: 100%;
    font-size: 1.8rem;
    outline: none;
  }

  .page-recruit .form_block .recaptcha_text_block {
    display: block;
  }

  .content-block.section-block.privacy-page .privacy-text-block table td dl {
    display: block;
  }

  .privacy_list_block .privacy_list_item h3 {
    font-size: 22px;
  }

  .privacy_list_block .privacy_list_item .slogan h3 {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text {
    padding-left: 0;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li {
    padding-left: 26px;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li {
    padding-left: 26px;
  }

  .archive-section {
    padding: 0;
    margin-bottom: 70px;
  }

  .pg--wrapper {
    padding: 0 5%;
  }

  .pg--contents {
    padding: 30px 5%;
    max-width: 100%;
  }

  aside {
    width: 100%;
    max-width: 100%;
  }

  aside .article-search-block,
  aside .article-ranking-block {
    padding: 30px 20px;
  }

  aside .article-ranking-block .popular-posts li::before {
    width: 36px;
    height: 36px;
  }

  .posts-item-list .posts {
    width: 100%;
    margin-right: 0;
  }

  .home .no-post {
    margin-top: 20px;
    padding: 0 0 30px;
  }

  .no-post h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .posts--content h3 {
    margin: 30px 0 15px;
  }

  .posts--content h4::before {
    width: 80px;
  }

  .posts--content p img + img {
    margin-left: auto;
    margin-top: 16px;
  }

  article.single-block .breadcrumb-block {
    max-width: auto;
  }

  .single-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }

  .pg-single--contents {
    padding: 30px 20px;
  }

  .single-mv {
    margin: 0 !important;
    padding-bottom: 70px !important;
  }

  .archive-news .content-block__inner,
  .archive-blog .content-block__inner {
    width: 100%;
  }

  .archive-news .posts a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .archive-news .posts a .news--img {
    width: 100%;
  }

  .wp-block-button__link {
    width: 250px;
    font-size: 1.6rem !important;
  }

  .wp-block-image figcaption {
    font-size: 1.6rem;
  }

  .category-news .column_block .column_block_inner {
    width: 90%;
  }

  .category-blog .column_block .column_block_inner {
    width: 90%;
  }

  .blog-archive-block .col-md-4 + .col-md-4 {
    margin-top: 30px;
  }

  .blog-archive-block .no_post {
    margin-bottom: 40px;
  }

  .post-card-block .post-card-block__inner .column-card-item {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .subpage-card-block {
    padding: 0 5%;
  }

  .subpage-card-block .subpage-card-block__inner {
    margin-right: 0;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item:last-of-type {
    margin-bottom: 0;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 999px) {
  a:hover {
    opacity: 1;
  }

  .contents-wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  body {
    min-width: 100%;
  }

  .content-block__inner + .content-block__inner .inner_row_img_block {
    margin-top: 0;
  }

  .section-block .section-block__inner {
    max-width: 90%;
  }

  .content-block.subpage-section-block .subpage-section-block__inner {
    max-width: 90%;
  }

  .right-bg-section-block,
  .left-bg-section-block {
    padding-top: 80px;
  }

  .right-bg-section-block .right-bg-section-block__inner,
  .right-bg-section-block .left-bg-section-block__inner,
  .left-bg-section-block .right-bg-section-block__inner,
  .left-bg-section-block .left-bg-section-block__inner {
    border-radius: 0;
  }

  .row-block--310 {
    -webkit-column-gap: 3.5%;
    -moz-column-gap: 3.5%;
    column-gap: 3.5%;
  }

  .row-block--475 {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }

  .col__90p {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p + div {
    margin-top: 50px;
  }

  .col__232 {
    width: calc(50% - 12px);
    min-width: auto;
    max-width: none;
  }

  .inner-btn-col a.inner-link-block .btn-heading {
    width: 92%;
  }

  .col__400 {
    width: 100%;
    max-width: none;
  }

  .features-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .features-block .features-item {
    width: calc(50% - 20px);
  }

  .check-point-block .check-point-block-heading {
    font-size: 2rem;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row280 .border-radius-block-row280__inner .col__280 {
    width: 100%;
    max-width: 100%;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .border-radius-block .border-radius-block__inner .border-radius-block-row435 .border-radius-block-row435__inner .col__435 {
    width: 100%;
    max-width: 100%;
  }

  .simple-contact-parts .cta-block__inner {
    width: 100%;
  }

  .parallel-flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .parallel-flow .flow-item {
    width: 28%;
    margin-right: 0;
  }

  .parallel-flow .flow-item:nth-of-type(4n) {
    margin-left: 0;
  }

  .parallel-flow .flow-item:nth-of-type(4n)::after {
    content: none;
  }

  .parallel-flow .flow-item::after {
    font-size: 4rem;
    right: -20%;
  }

  .parallel-flow .flow-item + .flow-item {
    margin-left: 8%;
  }

  .simple-flow-block .cta-box .tel2 {
    margin: 14px 0 0 0;
  }

  .simple-flow-block .cta-box a {
    line-height: 1.5 !important;
  }

  .simple-flow-block .cta-box .no-pc {
    display: block;
  }

  .simple-flow-block .cta-box p {
    margin-top: 10px;
  }

  .simple-flow-block .cta-box .cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simple-flow-block .cta-box .btn01 + .btn01 {
    margin: 20px 0 0 0;
  }

  .illust-map-block {
    gap: 20px;
  }

  .illust-map-block .illust-map-item {
    margin-top: 40px;
  }

  .illust-map-block .illust-map-item img {
    width: 230px;
  }

  header {
    position: static;
  }

  header .header-pc {
    display: none;
  }

  header .header-pc .header-pc__inner--top {
    height: 30px;
  }

  #drawer {
    display: block;
  }

  #drawer .menu {
    width: 70%;
  }

  footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 80px 5%;
  }

  footer .footer__inner .pagetop-item {
    right: 5%;
  }

  footer .footer__inner .footer__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  footer .footer__inner .footer__right {
    width: 100%;
  }

  footer .footer__inner .footer-nav-block {
    row-gap: 50px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer__inner .footer-nav-block > ul {
    width: calc(33% - 15px);
  }

  footer .footer__right-btn-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .copy {
    padding: 0 50px 110px;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }

  .btn-block--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_320 {
    width: 31%;
  }

  .floating-btn-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: auto;
    bottom: 12px;
  }

  .floating-btn-block .floating-btn-item {
    border-radius: 10px;
    width: 45%;
  }

  .floating-btn-block .floating-btn-item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .floating-btn-block .floating-btn-item a span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .floating-btn-block-sp__inner {
    display: none;
  }

  .large-link-block {
    gap: 5%;
  }

  .large-link-block .large-link-item {
    height: auto;
    width: 47.5%;
  }

  .large-link-block .large-link-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 200px;
    width: 100%;
  }

  .large-link-block .large-link-item a .large-link-block--image img {
    -o-object-position: center 10%;
    object-position: center 10%;
  }

  .large-link-block .large-link-item a .large-link-block--name {
    width: 100%;
    padding: 20px 10px;
  }

  #elevator_nav {
    background: none;
    right: 1%;
  }

  .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .thumbnail-item img {
    height: 80px;
  }

  .carousel_slider {
    margin-top: 0;
  }

  .modalImg {
    width: 80%;
  }

  .accordion-001 summary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-001 summary::after {
    position: relative;
    top: 16px;
    right: -6px;
  }

  .md-mt80 {
    margin-top: 80px !important;
  }

  .normal-table02 table thead th {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .normal-table02 table tbody tr {
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table02 table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table02 table tbody th {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .normal-table02 table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 16px;
  }

  .normal-table02 table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table tbody td.unit {
    width: 100%;
  }

  .normal-table02 table tbody td.price {
    width: 100%;
  }

  .md-none {
    display: none !important;
  }

  .main-visual {
    height: auto;
    min-height: auto;
  }

  .main-visual .main-visual__inner {
    padding: 100px 0 100px;
    max-width: 90%;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-illust {
    width: 300px;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-sub-block .mv-catch-sub-text {
    font-size: 2.6rem;
  }

  .main-visual .main-visual__inner .main-visual-center-content .top-chatch-block .mv-catch .mv-catch-main-block .mv-catch-main-text {
    font-size: 5rem;
  }

  .main-visual .main-visual__scroll-item {
    display: none;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item h3 {
    border: none;
    letter-spacing: normal;
    margin-bottom: 14px;
    font-size: 2.2rem;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background: #A7DDE8;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item h3::before {
    height: 75px;
    left: -30px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--kakuyasu h3::before {
    width: 80px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--simple h3::before {
    width: 72px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--kantan h3::before {
    width: 81px;
  }

  .top-reason-section .top-reason-section__inner .top-reason-item--quality h3::before {
    width: 59px;
  }

  .top-price-section .top-price-section__inner .col__310 h3 .recommend-badge {
    right: -12px;
    width: 72px;
    height: 72px;
  }

  .top-price-section .top-price-section__inner .col__310 h3 .recommend-badge .recommend-badge-inner-text {
    font-size: 1.3rem;
  }

  .top-price-section .top-price-section__inner .top-service-item__inner {
    padding: 20px;
  }

  .top-price-section .top-price-section__inner .top-service-item--recommend p.recommend-heading {
    font-size: 1.8rem;
  }

  .top-price-section .top-price-section__inner .top-service-item--recommend .speechBubble {
    height: 100px;
  }

  .top-flow-section .top-flow-block .top-flow-block__arrow {
    display: none;
  }

  .top-flow-section .top-flow-block .top-flow-block__list {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .top-flow-section .top-flow-block .top-flow-block__list li {
    width: 31%;
  }

  .top-flow-section .top-flow-block .top-flow-block__list li::after {
    display: none;
  }

  .top-flow-section .top-flow-block .top-flow-block__list li .top-flow-item-text p {
    font-size: 1.8rem;
  }

  .top-faq-section .top-faq-block__inner {
    max-width: 90%;
  }

  .top-column-section .column-block__inner {
    max-width: 90%;
  }

  .top-column-ranking-block .popular-posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-column-ranking-block .popular-posts li {
    width: calc(50% - 10px);
  }

  .news-block__inner {
    max-width: 90%;
  }

  .right-bg-section-block::after {
    height: 830px;
  }

  .right-bg-section-block .text-item {
    padding-top: 160px;
  }

  .blog-block .blog-block__inner-blog-list {
    margin-right: -20px;
  }

  .blog-block .blog-block__inner-blog-list--blog-item {
    width: calc(3333.33333% - 20px);
    margin-bottom: 0;
    margin-right: 20px;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
    font-size: 5.2rem;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner .breadcrumb-block {
    left: 0;
  }

  .main-visual-subpage-2col {
    padding: 114px 0 40px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner {
    height: 400px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
    height: 400px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
    font-size: 52px;
  }

  .breadcrumb-block {
    padding: 0 5%;
  }

  .single-news .breadcrumb-block {
    padding: 0;
  }

  .subpage-section-intro .col__480 {
    width: 100%;
    max-width: 100%;
  }

  .subpage-section-intro .col__480 + .col__480 {
    margin-top: 30px;
  }

  .subpage-anchor-link-block::after {
    bottom: -79.2px;
  }

  .subpage-price-section01 .subpage-price-section__inner .col__310 h3 .recommend-badge {
    right: -12px;
    width: 72px;
    height: 72px;
  }

  .subpage-price-section01 .subpage-price-section__inner .col__310 h3 .recommend-badge .recommend-badge-inner-text {
    font-size: 1.3rem;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item__inner {
    padding: 20px;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend p.recommend-heading {
    font-size: 1.8rem;
  }

  .subpage-price-section01 .subpage-price-section__inner .subpage-service-item--recommend .speechBubble {
    height: 100px;
  }

  .tab-2 {
    gap: 2%;
  }

  .tab-2 > label {
    font-size: 1.8rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 48%;
    border: 3px solid #11AAC9;
    border-radius: 10px;
    margin-bottom: 2%;
    padding: 0.6em;
  }

  .tab-2 > div.option-service-list-block {
    border: none;
  }

  #simulation.content-block.subpage-section-block {
    padding: 140px 0 580px;
  }

  .radio-group,
  .checkbtn-group {
    gap: 16px;
  }

  .radio-area,
  .checkbtn-area {
    width: calc(33.333% - 8px);
  }

  .price-breakdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .price-breakdown table {
    width: 100%;
  }

  .price-breakdown table thead .table-option-th {
    width: 70%;
  }

  .total-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subpage-flow-section .subpage-flow-block {
    width: 90%;
    margin: 0 auto;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__arrow {
    display: none;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li {
    width: 31%;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li::after {
    display: none;
  }

  .subpage-flow-section .subpage-flow-block .subpage-flow-block__list li .subpage-flow-item-text p {
    font-size: 1.8rem;
  }

  .section-inner-cta-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-demosite .plan-anker-link-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-demosite .demosite-slide-main-block {
    gap: 20px;
  }

  .page-demosite .demosite-slide-main-block .demosite-slide-image {
    width: 100%;
  }

  .page-demosite .demosite-slide-main-block .demosite-slide-detail {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }

  .page-contact .page-contact-cta-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-contact .page-contact-cta-block .section-inner-cta-btn-item .ilust-icon-btn {
    width: 420px;
    margin: 0 auto;
  }

  .page-contact .page-contact-cta-block .section-inner-cta-btn-item + .section-inner-cta-btn-item {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #dcdcdc;
  }

  .form_block .recaptcha_text_block p {
    text-align: center;
  }

  .pp-text {
    width: 80%;
  }

  .c-accordion__title::after {
    right: 0;
    top: 4px;
  }

  .page-recruit .form_block .recaptcha_text_block p {
    text-align: center;
  }

  .privacy_list_block .privacy_list_item .slogan h3 {
    margin-right: 50px;
  }

  .pg--contents {
    padding: 50px;
    max-width: 100%;
  }

  aside {
    width: 100%;
    max-width: 100%;
  }

  aside .article-ranking-block .popular-posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  aside .article-ranking-block .popular-posts li {
    width: calc(50% - 10px);
  }

  .posts-item-list .posts {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }

  .posts--content p img + img {
    margin-left: auto;
    margin-top: 16px;
  }

  article.single-block .breadcrumb-block {
    max-width: auto;
  }

  .single-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }

  .post-card-block .post-card-block__inner {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }

  .post-card-block .post-card-block__inner .column-card-item {
    width: 47.5%;
    min-width: auto;
    max-width: none;
  }

  .subpage-card-block .subpage-card-block__inner {
    margin-right: -20px;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
