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

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

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
  display: none
}

html,
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

* {
  box-sizing: border-box
}

*::before,
*::after {
  box-sizing: inherit
}

html,
body {
  -webkit-font-smoothing: antialiased;
  color: #181818
}

a {
  color: inherit;
  text-decoration: none
}

button {
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none
}

img {
  width: 100%;
  pointer-events: none
}

.all {
  overflow: hidden
}

.header {
  background-color: #fff;
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1);
  position: fixed;
  width: 100%;
  z-index: 12
}

.header.is-fixed {
  z-index: 10;
  opacity: 1;
  transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1)
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto
}

.footer {
  padding: 20px 0
}

.footer-copyright {
  text-align: center;
  font-size: 14px
}

.common-accordion-button {
  position: relative;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 0;
  text-align: center;
  border-radius: 11px;
  background-color: #40b1a9
}

.common-accordion-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700
}

.common-accordion-icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.common-accordion-icon::before,
.common-accordion-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 6px;
  transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  content: ""
}

.common-accordion-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.common-accordion-frame {
  height: 0;
  overflow: hidden;
  transition: height .25s ease-in-out
}

.common-accordion-content {
  border-radius: 10px;
  padding: 0;
  line-height: 1.6111111111;
  font-size: 18px;
  margin: 0;
  color: #181818
}

.common-accordion.is-active .common-accordion-icon::before,
.common-accordion.is-active .common-accordion-icon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.common-accordion.is-active .common-accordion-icon::after {
  opacity: 0
}

.common-button-request {
  position: relative
}

.common-button-request-btn {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 380px;
  margin: 0 auto
}

.common-button-request-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #40b1a9;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .4)
}

.common-button-request-link-sub {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500
}

.common-button-request-link-text {
  display: block;
  line-height: 1.5;
  font-size: 24px;
  color: #ffff5a
}

.common-button-tel {
  position: relative
}

.common-button-tel-note {
  margin-top: 14px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.common-button-tel-btn {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 380px;
  margin: 0 auto
}

.common-button-tel-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #17aaba;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .4)
}

.common-button-tel-link-sub {
  position: relative;
  font-size: 32px;
  padding-left: 25px
}

.common-button-tel-link-sub::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 25px;
  height: 28px;
  background: url("/lp/2023a/assets/img/common/icon_tel.png") no-repeat;
  background-size: 25px 28px;
  content: ""
}

.common-button-tel-link-text {
  margin-top: 5px;
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500
}

.common-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  z-index: 1000
}

.common-modal-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.common-modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  cursor: pointer
}

.common-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 50px 100px;
  margin: 0 30px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0)
}

.common-modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer
}

.common-modal-close-item {
  position: absolute;
  left: 15%;
  top: calc(50% - 1px);
  width: 70%;
  height: 2px
}

.common-modal-close-item:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.common-modal-close-item:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.common-modal .common-button-tel-call .common-button-tel-link {
  position: relative;
  padding: 18px 0 18px 50px
}

.common-modal .common-button-tel-call .common-button-tel-link::before {
  content: "";
  z-index: 1;
  background-image: url("/lp/2023a/assets/img/common/icon_tel_white.png");
  background-size: 58px 58px;
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.common-modal .common-button-tel-call .common-button-tel-link::after {
  display: none
}

.common-modal .common-button-tel-call-text {
  display: block;
  font-size: 14px
}

.common-modal .common-button-tel-call-tel {
  font-size: 36px;
  font-weight: 700
}

[data-js=modal] [data-js-modal=target] {
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none
}

[data-js=modal] [data-js-modal=target].is-opened {
  z-index: 1000;
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto
}

.keyvisual {
  position: relative;
  background-image: url("/lp/2023a/assets/img/keyvisual/bg.png");
  background-size: 100%;
  z-index: 2;
  margin-top: 94px
}

.keyvisual-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 780px;
  margin: 0 auto
}

.keyvisual-title {
  width: 100%;
  max-width: 592px;
  position: absolute;
  left: 128px;
  top: 107px
}

.keyvisual-comment {
  width: 100%;
  max-width: 459px;
  position: absolute;
  left: 272px;
  top: 318px
}

.keyvisual-main {
  width: 764px;
  height: 780px;
  position: absolute;
  right: -75px;
  bottom: 0
}

.keyvisual-data {
  position: absolute;
  left: 100px;
  top: 497px;
  display: flex
}

.keyvisual-data-stats {
  flex-shrink: 0;
  width: 202px;
  height: 202px;
  border-radius: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #40b1a9;
  margin-right: 20px
}

.keyvisual-data-stats-inner {
  text-align: center;
  color: #fff
}

.keyvisual-data-stats-title {
  line-height: 1.65;
  font-size: 24px;
  font-weight: 500
}

.keyvisual-data-stats-num {
  font-size: 62px;
  font-weight: 900;
  color: #ffff5a
}

.keyvisual-data-stats-num span {
  font-size: 50%
}

.keyvisual-data-stats:first-of-type .keyvisual-data-stats-title {
  margin-top: -20px
}

.keyvisual-data-stats:nth-of-type(2) .keyvisual-data-stats-num span,
.keyvisual-data-stats:last-of-type .keyvisual-data-stats-num span {
  margin-top: 5px;
  display: block;
  font-size: 23px
}

.keyvisual-data-stats:last-of-type {
  margin-right: 0
}

.keyvisual-notes {
  position: absolute;
  left: 140px;
  top: 720px;
  font-size: 14px
}

.outline {
  position: relative;
  padding: 155px 0 90px
}

.outline-title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #17aaba
}

.outline-title-point {
  position: relative
}

.outline-title-point::before {
  content: "";
  z-index: -1;
  background-image: url("/lp/2023a/assets/img/outline/txt_01.png");
  background-repeat: no-repeat;
  width: 178px;
  height: 106px;
  position: absolute;
  left: -178px;
  top: -53px
}

.outline-title-point::after {
  content: "";
  z-index: -1;
  background-image: url("/lp/2023a/assets/img/outline/txt_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 157px;
  height: 99px;
  position: absolute;
  right: -157px;
  top: -50px
}

.outline-lead {
  margin-top: 40px;
  line-height: 1.9;
  letter-spacing: -0.03em;
  text-align: center;
  font-size: 20px
}

.outline-lead-point {
  padding: 0 0 10px 10px;
  font-weight: 500;
  color: #17aaba;
  background-image: url("/lp/2023a/assets/img/common/bg_underline.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat
}

.outline-flow {
  margin-top: 80px
}

.outline-flow-list {
  display: flex
}

.outline-flow-list-item {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin-right: 67px
}

.outline-flow-list-item-img {
  position: relative;
  min-width: 220px
}

.outline-flow-list-item-img img {
  border-radius: 16px
}

.outline-flow-list-item-img::after {
  content: "";
  z-index: 1;
  background-image: url("/lp/2023a/assets/img/outline/icon_arrow.png");
  background-repeat: no-repeat;
  width: 37px;
  height: 68px;
  margin-top: -34px;
  position: absolute;
  right: -50px;
  top: 50%
}

.outline-flow-list-item-title {
  margin-top: 20px;
  line-height: 1.9;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 22px;
  color: #17aaba;
  font-weight: 500
}

.outline-flow-list-item-text {
  margin-top: 12px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  text-align: center;
  font-size: 19px;
  color: #181818
}

.outline-flow-list-item:last-of-type {
  margin-right: 0
}

.outline-flow-list-item:last-of-type .outline-flow-list-item-img::after {
  display: none
}

.program {
  position: relative;
  padding: 50px 0 0;
  background-color: #edfdfc
}

.program-title {
  position: relative;
  text-align: center;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 500;
  color: #17aaba
}

.program-title-point {
  font-size: 34px;
  font-weight: 700
}

.program-flow {
  margin-top: 10px
}

.program-flow-list {
  display: flex;
  flex-wrap: wrap
}

.program-flow-list-item {
  position: relative;
  width: 100%;
  max-width: 234px;
  margin-top: 50px;
  margin-right: 48px
}

.program-flow-list-item:nth-of-type(4n) {
  margin-right: 0
}

.program-flow-list-item-img {
  overflow: hidden;
  border-radius: 16px
}

.program-flow-list-item-text {
  margin-top: 23px;
  line-height: 1.6;
  text-align: center;
  font-size: 18px
}

.program-lead {
  margin-top: 50px
}

.program-lead-inner {
  display: flex;
  justify-content: space-between
}

.program-lead-inner-content {
  margin-top: 60px;
  width: 100%;
  max-width: 620px;
  padding: 0 40px;
  text-align: center
}

.program-lead-inner-content-title {
  font-size: 32px;
  font-weight: 700
}

.program-lead-inner-content-title-marker {
  padding: 0 4px 10px;
  background-image: url("/lp/2023a/assets/img/program/bg_underline.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat
}

.program-lead-inner-content-title-num {
  font-size: 56px;
  font-weight: 700
}

.program-lead-inner-content-text {
  margin-top: 40px;
  line-height: 1.9;
  text-align: center;
  font-size: 20px
}

.program-lead-inner-content-text-point {
  font-weight: 700
}

.program-lead-inner-img {
  position: relative;
  right: 40px;
  width: 100%;
  max-width: 427px
}

.request {
  padding: 85px 0 0
}

.request.episode {
  background-color: #edfdfc
}

.request .wrap {
  max-width: 1280px
}

.request-title {
  margin-right: 30px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #17aaba
}

.request-inner {
  position: relative;
  margin-top: -60px;
  display: flex;
  align-items: center
}

.request-inner-photo {
  margin-left: -35px;
  margin-right: 12px;
  align-self: flex-end;
  width: 100%;
  max-width: 370px
}

.request-inner-btn {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 57px;
  margin-left: -10px
}

.request-inner-btn-lead {
  position: relative;
  text-align: center;
  line-height: 1.65;
  font-size: 20px;
  font-weight: 500
}

.request-inner-btn-lead::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  width: 32px;
  height: 59px;
  background: url("/lp/2023a/assets/img/common/bg_lead_l.png") no-repeat;
  background-size: 100%
}

.request-inner-btn-lead::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 30px;
  width: 32px;
  height: 59px;
  background: url("/lp/2023a/assets/img/common/bg_lead_r.png") no-repeat;
  background-size: 100%
}

.request-inner-btn .common-button-request {
  margin-top: 20px
}

.request-inner-btn .common-button-tel {
  margin-top: 20px
}

.request-inner-pamphlet {
  margin: 7px 0 0 -24px;
  width: 100%;
  max-width: 486px;
  padding-bottom: 20px
}

.reason {
  padding: 130px 0;
  background-color: #edfdfc
}

.reason-main {
  display: flex;
  justify-content: space-between
}

.reason-main-photo {
  margin-top: 60px;
  max-width: 380px
}

.reason-main-content {
  width: 100%;
  max-width: 684px
}

.reason-main-content-title {
  text-align: center;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 700
}

.reason-main-content-title-point {
  display: block;
  line-height: 1.3;
  font-size: 40px
}

.reason-main-content-text {
  padding: 40px 0 70px;
  text-align: center;
  line-height: 1.9;
  font-size: 20px;
  width: 100%;
  max-width: 684px;
  background-image: url("/lp/2023a/assets/img/reason/bg_lead.png");
  background-repeat: no-repeat;
  background-position: center bottom
}

.reason-main-content-text-point {
  font-weight: 700
}

.reason-slides {
  margin-top: -60px
}

.reason-slides-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.reason-slides-list-item {
  width: 100%;
  max-width: 500px;
  margin: 60px 0 0
}

.reason-slides-list-item-title {
  position: relative;
  display: inline-block;
  height: 47px;
  padding: 11px 34px 0 40px;
  background-color: #40b1a9;
  border-radius: 12px 20px 0 0;
  color: #fff;
  font-weight: 700
}

.reason-slides-list-item-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  width: 44px;
  height: 47px;
  background: url("/lp/2023a/assets/img/reason/bg_index_pink.png") no-repeat;
  background-size: 100%
}

.reason-slides-list-item-title-type {
  font-size: 22px
}

.reason-slides-list-item-title-num {
  margin-left: 18px;
  font-size: 16px
}

.reason-slides-list-item-content {
  padding: 30px 20px 30px 30px;
  border: 1px solid #40b1a9;
  border-radius: 0 12px 12px 12px;
  background-color: #fff
}

.reason-slides-list-item-content-inner {
  max-height: 478px;
  overflow-y: scroll;
  padding-right: 30px
}

.reason-slides-list-item-content-inner::-webkit-scrollbar {
  width: 20px;
  height: auto
}

.reason-slides-list-item-content-inner::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #eaeaea
}

.reason-slides-list-item-content-inner::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #40b1a9
}

.reason-slides-list-item-content-unit {
  display: flex
}

.reason-slides-list-item-content-unit-photo {
  width: 100%;
  max-width: 100%;
  border-radius: 15px
}

.reason-slides-list-item-content-unit-photo-img {
  overflow: hidden;
  border-radius: 14px
}

.reason-slides-list-item-content-title {
  margin-top: 20px;
  line-height: 1.7272727273;
  font-size: 22px;
  font-weight: 700
}

.reason-slides-list-item-content-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7777777778
}

.reason-slides-list-item-content-text strong {
  font-weight: 700
}

.reason-slides-list-item-content-specials {
  background-color: #edfdfc;
  border-radius: 14px;
  padding: 20px;
  margin-top: 20px
}

.reason-slides-list-item-content-specials-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff
}

.reason-slides-list-item-content-specials-title-text {
  padding: 0 15px;
  background-color: #40b1a9;
  border-radius: 14px
}

.reason-slides-list-item-content-specials-inner-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px
}

.reason-slides-list-item-content-specials-inner-list-item {
  width: 50%;
  line-height: 1.7777777778;
  font-size: 14px;
  font-weight: 500
}

.reason-slides-list .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -104px;
  left: 0;
  margin-top: 20px
}

.reason-slides-list .slick-dots li {
  display: inline-block;
  border-radius: 12px;
  position: relative;
  margin: 0 7px;
  vertical-align: top;
  width: 15px;
  height: 15px
}

.reason-slides-list .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0
}

.reason-slides-notes {
  margin-top: 38px;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: center
}

.reason .slick-slide:nth-of-type(2n) .story-slides-list-item-title::before {
  background-image: url("/lp/2023a/assets/img/story/bg_index_orange.png")
}

.reason .slick-slide:nth-of-type(2n) .story-slides-list-item-content {
  border: 1px solid
}

.staff {
  padding: 90px 0 110px
}

.staff-slide {
  margin-top: 70px
}

.staff-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #17aaba
}

.staff-content {
  display: flex;
  overflow: hidden
}

.staff-list {
  display: flex;
  list-style: none;
  -webkit-animation: infinity-scroll-left 50s infinite linear;
  animation: infinity-scroll-left 50s infinite linear
}

.staff-list-item {
  min-width: 169px;
  margin-left: 35px
}

.staff-list-item>img {
  width: 100%;
  border-radius: 15px
}

.consultation {
  padding: 90px 0
}

.consultation-bg-green {
  background-color: #edfdfc
}

.consultation-bg-green .consultation-content-example {
  background-color: #fff
}

.consultation-bg-white {
  background-color: #fff
}

.consultation-bg-white .consultation-content-example {
  background-color: #edfdfc
}

.consultation-inner {
  display: flex;
  justify-content: space-between
}

.consultation-photo {
  align-self: flex-end;
  width: 100%;
  max-width: 430px;
  margin-left: -20px
}

.consultation-photo-lead {
  position: relative;
  margin-bottom: -30px;
  text-align: center;
  line-height: 1.65;
  font-size: 20px;
  font-weight: 500
}

.consultation-photo-lead::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 40px;
  width: 32px;
  height: 59px;
  background: url("/lp/2023a/assets/img/common/bg_lead_l.png") no-repeat;
  background-size: 100%
}

.consultation-photo-lead::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 50px;
  width: 32px;
  height: 59px;
  background: url("/lp/2023a/assets/img/common/bg_lead_r.png") no-repeat;
  background-size: 100%
}

.consultation-content {
  width: 100%;
  max-width: 600px;
  margin-right: 30px
}

.consultation-content-title {
  text-align: center;
  line-height: 1.65;
  font-size: 32px;
  font-weight: 500;
  color: #17aaba
}

.consultation-content-title-num {
  font-size: 125%
}

.consultation-content-title-notes {
  color: #181818;
  font-size: 14px;
  margin-left: 15px
}

.consultation-content-lead {
  margin-top: 14px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.consultation-content-text {
  margin-top: 38px;
  line-height: 1.9;
  text-align: center;
  font-size: 20px
}

.consultation-content-example {
  border-radius: 14px;
  padding: 20px;
  margin-top: 20px
}

.consultation-content-example-title {
  line-height: 1.9;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff
}

.consultation-content-example-title-text {
  padding: 0 45px;
  background-color: #40b1a9;
  border-radius: 14px
}

.consultation-content-example-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px
}

.consultation-content-example-list-item {
  width: 50%;
  line-height: 1.7777777778;
  font-size: 18px;
  font-weight: 500
}

.consultation-btn {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 30px auto 0
}

.consultation-btn .common-button-request {
  margin-top: 20px;
  width: 100%;
  max-width: 380px
}

.consultation-btn .common-button-tel {
  margin-top: 20px;
  width: 100%;
  max-width: 380px
}

.case {
  padding: 90px 0 60px
}

.case-lead {
  margin-left: 60px;
  display: flex;
  align-items: center
}

.case-lead-title {
  margin-right: 50px;
  line-height: 1.625;
  font-size: 32px;
  font-weight: 700
}

.case-lead-stats {
  flex-shrink: 0;
  width: 212px;
  height: 212px;
  border-radius: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #40b1a9
}

.case-lead-stats-inner {
  text-align: center;
  color: #fff
}

.case-lead-stats-title {
  line-height: 1.65;
  font-size: 24px;
  font-weight: 500
}

.case-lead-stats-num {
  font-size: 54px;
  font-weight: 900;
  color: #ffff5a
}

.case-lead-stats-num span {
  font-size: 40%
}

.case-lead-stats-note {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500
}

.case-list-item {
  margin-top: 135px
}

.case-list-item:first-of-type {
  margin-top: 80px
}

.case-list-item-unit {
  display: flex;
  justify-content: space-between
}

.case-list-item-unit-img {
  width: 100%;
  max-width: 630px;
  margin-left: 40px
}

.case-list-item-unit-img img {
  border-radius: 16px
}

.case-list-item-unit-content {
  width: 100%;
  max-width: 410px;
  text-align: center
}

.case-list-item-unit-content-title {
  padding: 40px 0 63px;
  background-image: url("/lp/2023a/assets/img/case/bg_title_top.png"), url("/lp/2023a/assets/img/case/bg_title_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 100%, 100%
}

.case-list-item-unit-content-title-sub {
  line-height: 1.65;
  font-size: 20px
}

.case-list-item-unit-content-title-name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700
}

.case-list-item-unit-content-lead {
  margin-top: 20px;
  text-align: left;
  line-height: 1.8333333333;
  font-size: 24px;
  font-weight: 700
}

.case-list-item-text {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.6
}

.case-list-item-staff {
  display: flex;
  margin-top: 30px;
  padding: 30px 50px;
  border-radius: 15px;
  background-color: #40b1a9;
  color: #fff
}

.case-list-item-staff-img {
  width: 100%;
  max-width: 140px;
  margin-right: 40px
}

.case-list-item-staff-content-title {
  font-size: 20px;
  font-weight: 700
}

.case-list-item-staff-content-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667
}

.case-notes {
  margin-top: 20px;
  text-align: center;
  font-size: 14px
}

.price {
  padding: 70px 0;
  position: relative;
  z-index: 0
}

.price-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #17aaba
}

.price-lead {
  position: relative;
  z-index: 2;
  margin: 30px auto 0;
  line-height: 2.4;
  text-align: center;
  font-size: 20px
}

.price-lead-point {
  font-weight: 700
}

.price-data {
  margin-top: 20px
}

.price-data-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  color: #181818
}

.price-data-list {
  width: 100%;
  max-width: 1010px;
  margin: 50px auto 0;
  display: flex
}

.price-data-list-item {
  padding: 30px 20px;
  width: 100%;
  max-width: 322px;
  border-radius: 10px;
  background-color: #40b1a9;
  text-align: center;
  margin-right: 23px
}

.price-data-list-item:last-of-type {
  margin-right: 0
}

.price-data-list-item-stats-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

.price-data-list-item-stats-text {
  margin-top: 20px;
  color: #ffffa7;
  font-size: 40px;
  font-weight: 900
}

.office {
  padding: 80px 0 0;
  background-color: #edfdfc
}

.office-main {
  display: flex;
  justify-content: space-between;
  background-image: url("/lp/2023a/assets/img/office/img_map.png");
  background-repeat: no-repeat;
  background-position: 67px 60px;
  width: 100%;
  max-width: 970px;
  margin: 0 auto
}

.office-main-content {
  display: flex;
  flex-direction: column;
  margin-top: 100px
}

.office-main-content-title {
  font-size: 32px;
  font-weight: 700
}

.office-main-content-text {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #17aaba
}

.office-main-img {
  width: 100%;
  max-width: 353px
}

.office-list {
  margin-top: 60px
}

.office-list-item-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px
}

.office-list-item-content-photo {
  width: 100%;
  max-width: 530px
}

.office-list-item-content-photo img {
  border-radius: 16px
}

.office-list-item-content-info {
  width: 100%;
  max-width: 500px;
  margin-left: 50px
}

.office-list-item-content-info-name {
  font-size: 26px;
  font-weight: 700
}

.office-list-item-content-info-access {
  margin-top: 20px
}

.office-list-item-content-info-access-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff
}

.office-list-item-content-info-access-title-bg {
  display: inline-block;
  padding: 0 30px;
  background-color: #40b1a9;
  border-radius: 20px
}

.office-list-item-content-info-access-text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.9
}

.office-list-item-content-info-address {
  margin-top: 20px
}

.office-list-item-content-info-address-title {
  font-size: 22px;
  font-weight: 700
}

.office-list-item-content-info-map {
  margin-top: 16px
}

.office-list-item-content-info-map-link {
  display: block;
  padding: 9px 0;
  text-align: center;
  border: 1px solid #40b1a9;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #40b1a9
}

.office-example {
  margin-top: 48px;
  display: flex
}

.office-example-content {
  width: 100%;
  max-width: 615px;
  padding-bottom: 100px
}

.office-example-content:last-of-type {
  margin-right: 0
}

.office-example-content-lead {
  position: relative;
  text-align: center;
  line-height: 1.65;
  font-size: 20px;
  font-weight: 500
}

.office-example-content-lead::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 32px;
  height: 59px;
  background: url("/lp/2023a/assets/img/common/bg_lead_l.png") no-repeat;
  background-size: 100%
}

.office-example-content-lead::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 32px;
  height: 59px;
  background: url("/lp/2023a/assets/img/common/bg_lead_r.png") no-repeat;
  background-size: 100%
}

.office-example-content-catch {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

.office-example-content-title {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff
}

.office-example-content-title-bg {
  display: inline-block;
  padding: 15px 80px;
  background-color: #40b1a9;
  border-radius: 50px
}

.office-example-content-list {
  display: flex;
  margin-top: 30px
}

.office-example-content-list-item {
  width: 100%;
  max-width: 295px;
  text-align: center;
  margin-right: 24px
}

.office-example-content-list-item-img {
  border-radius: 16px;
  overflow: hidden
}

.office-example-content-list-item-caption {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: -0.054em
}

.office-example-img {
  align-self: flex-end;
  width: 100%;
  max-width: 448px
}

.faq {
  position: relative;
  padding: 90px 0 110px;
  background-color: #edfdfc
}

.faq-title {
  color: #17aaba;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 47
}

.faq-list {
  max-width: 621px;
  margin: 38px auto 0
}

.faq-list .common-accordion-button {
  margin-top: 10px;
  padding: 25px 40px 25px 18px;
  text-align: left;
  border-radius: 11px;
  background-color: #40b1a9
}

.faq-list .common-accordion-text {
  margin-right: 13px;
  font-size: 20px;
  color: #fff;
  line-height: 1.3
}

.faq-list .common-accordion-title {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 40px
}

.faq-list .common-accordion-title::before {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 32px;
  content: "Q"
}

.faq-list .common-accordion-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%
}

.faq-list .common-accordion-icon::before {
  position: absolute;
  top: 16px;
  right: 6px;
  width: 25px;
  height: 13px;
  background: url("/lp/2023a/assets/img/common/icon_arrow.png") no-repeat;
  background-size: 100%;
  content: ""
}

.faq-list .common-accordion-icon::after {
  display: none
}

.faq-list .common-accordion-frame {
  height: 0;
  overflow: hidden;
  transition: height .25s ease-in-out
}

.faq-list .common-accordion-content {
  position: relative;
  padding: 4px 22px 18px 57px;
  line-height: 1.6;
  font-size: 20px;
  color: #181818
}

.faq-list .common-accordion-content::before {
  position: absolute;
  top: -8px;
  left: 19px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5625;
  content: "A"
}

.faq-list .common-accordion.is-active .common-accordion-icon::before {
  top: 12px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

@media(min-width: 751px) {
  .only-tb {
    display: none
  }

  .only-sp {
    display: none
  }

  .header {
    height: 94px
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .header-logo {
    z-index: 2;
    width: 100%;
    max-width: 192px;
    padding: 30px 0
  }

  .header-btns {
    display: flex
  }

  .header-btns-tel-link {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1);
    background-color: #17aaba;
    display: block;
    color: #fff;
    padding: 13px 14px 13px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #127883
  }

  .header-btns-tel-link-num {
    position: relative;
    font-size: 21px;
    font-weight: 700;
    padding-left: 17px
  }

  .header-btns-tel-link-num::before {
    position: absolute;
    bottom: 4px;
    left: -4px;
    width: 18px;
    height: 20px;
    background: url("/lp/2023a/assets/img/common/icon_tel.png") no-repeat;
    background-size: 100%;
    content: ""
  }

  .header-btns-tel-link-text {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500
  }

  .header-btns-tel-link:hover {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1);
    opacity: .7
  }

  .header-btns-contact {
    margin-left: 15px;
    width: 184px;
    text-align: center;
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1)
  }

  .header-btns-contact-link {
    padding: 15px 10px 15px 9px;
    background-color: #40b1a9;
    display: block;
    color: #ffff5a;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #266c67
  }

  .header-btns-contact-link:hover {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1);
    opacity: .7
  }

  .common-button-request-link {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1)
  }

  .common-button-request-link:hover {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1);
    opacity: .7
  }

  .common-button-tel-link {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1)
  }

  .common-button-tel-link:hover {
    transition: opacity 100ms cubic-bezier(0.61, 1, 0.88, 1);
    opacity: .7
  }

  .office-list-item-content-info-map-link {
    transition: all 100ms cubic-bezier(0.61, 1, 0.88, 1)
  }

  .office-list-item-content-info-map-link:hover {
    transition: all 100ms cubic-bezier(0.61, 1, 0.88, 1);
    background-color: #40b1a9;
    color: #fff
  }
}

@media(min-width: 751px)and (max-width: 1080px) {
  .only-sp {
    display: none
  }

  .wrap {
    padding: 0 20px
  }

  .common-button-request {
    position: relative
  }

  .common-button-request-btn {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 380px;
    margin: 0 auto
  }

  .common-button-request-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #40b1a9;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .4)
  }

  .common-button-request-link-sub {
    display: block;
    line-height: 1.5;
    font-size: 18px
  }

  .common-button-request-link-text {
    display: block;
    line-height: 1.5;
    font-size: 18px;
    color: #ffff5a
  }

  .common-button-tel {
    position: relative
  }

  .common-button-tel-btn {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 380px;
    margin: 0 auto
  }

  .common-button-tel-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #17aaba;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .4)
  }

  .common-button-tel-link-sub {
    position: relative;
    font-size: 24px
  }

  .common-button-tel-link-sub::before {
    position: absolute;
    bottom: 6px;
    left: -20px;
    width: 18px;
    height: 21px;
    padding-left: 30px;
    background: url("/lp/2023a/assets/img/common/icon_tel.png") no-repeat;
    background-size: 18px 21px;
    content: ""
  }

  .common-button-tel-link-text {
    display: block;
    line-height: 1.5;
    font-size: 12px
  }

  .keyvisual-inner {
    height: 73.7683089214vw
  }

  .keyvisual-title {
    max-width: 50.8655126498vw;
    left: 5.3262316911vw;
    top: 9.3209054594vw
  }

  .keyvisual-comment {
    max-width: 45.2729693742vw;
    left: 9.3209054594vw;
    top: 26.6311584554vw
  }

  .keyvisual-main {
    width: 71.1051930759vw;
    height: 72.5699067909vw
  }

  .keyvisual-data {
    left: 5.3262316911vw;
    top: 45.2729693742vw
  }

  .keyvisual-data-stats {
    position: relative;
    width: 17.310252996vw;
    height: 17.310252996vw;
    border-radius: 17.310252996vw;
    margin-right: 1.3315579228vw
  }

  .keyvisual-data-stats-title {
    font-size: 2.396804261vw
  }

  .keyvisual-data-stats-num {
    font-size: 5.8588548602vw
  }

  .keyvisual-notes {
    left: 5.3262316911vw;
    top: 65.2463382157vw
  }

  .outline-flow-list-item-title {
    font-size: 18px
  }

  .outline-flow-list-item-text {
    font-size: 16px
  }

  .program-title {
    position: relative;
    text-align: center;
    line-height: 1.625;
    font-size: 32px;
    font-weight: 500;
    color: #17aaba
  }

  .program-title-point {
    font-size: 34px;
    font-weight: 700
  }

  .program-flow-list-item {
    width: 100%;
    max-width: calc(25% - 20px);
    margin-top: 50px;
    margin-right: 20px
  }

  .program-flow-list-item-text {
    font-size: 16px
  }

  .program-lead {
    margin-top: 60px
  }

  .program-lead-inner {
    display: flex;
    align-items: flex-end
  }

  .program-lead-inner-content {
    align-self: flex-start;
    margin-top: 20px;
    width: 100%;
    max-width: 85.2197070573vw;
    padding: 0 1.3315579228vw 3.9946737683vw
  }

  .program-lead-inner-content-title {
    font-size: 22px
  }

  .program-lead-inner-content-title-num {
    font-size: 36px
  }

  .program-lead-inner-content-text {
    margin-top: 40px;
    line-height: 1.9;
    text-align: center;
    font-size: 20px
  }

  .program-lead-inner-content-text-point {
    font-weight: 700
  }

  .program-lead-inner-img {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 48.8681757656vw
  }

  .request {
    padding: 40px 0 0
  }

  .request-inner {
    margin-top: 40px
  }

  .request-inner-btn {
    margin-top: -40px;
    max-width: 33.2889480692vw
  }

  .request-inner-btn-lead {
    font-size: 16px
  }

  .request-inner-btn-lead::before {
    left: -10px;
    width: 32px;
    height: 59px
  }

  .request-inner-btn-lead::after {
    right: -20px;
    width: 32px;
    height: 59px
  }

  .request-inner-pamphlet {
    margin-top: -40px
  }

  .reason {
    padding: 100px 0
  }

  .reason-main-content {
    margin-top: -60px
  }

  .reason-main-content-text {
    padding: 10px 0 70px;
    font-size: 16px;
    background-size: 100% auto
  }

  .reason-main-photo {
    margin-top: 60px
  }

  .reason-slides-list-item {
    max-width: 48%
  }

  .reason-slides-list-item-content-title {
    font-size: 18px
  }

  .reason-slides-list-item-content-text {
    margin-top: 20px;
    font-size: 16px
  }

  .reason-slides-list-item-content-specials-title {
    font-size: 16px
  }

  .reason-slides-list .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -104px;
    left: 0;
    margin-top: 20px
  }

  .reason-slides-list .slick-dots li {
    display: inline-block;
    border-radius: 12px;
    position: relative;
    margin: 0 7px;
    vertical-align: top;
    width: 15px;
    height: 15px
  }

  .reason-slides-list .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0
  }

  .reason-slides-notes {
    margin-top: 38px;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center
  }

  .reason .slick-slide:nth-of-type(2n) .story-slides-list-item-title::before {
    background-image: url("/lp/2023a/assets/img/story/bg_index_orange.png")
  }

  .reason .slick-slide:nth-of-type(2n) .story-slides-list-item-content {
    border: 1px solid
  }

  .consultation {
    padding: 90px 0
  }

  .consultation-photo-lead::before {
    left: 0
  }

  .consultation-photo-lead::after {
    right: 0
  }

  .consultation-content {
    width: 100%;
    margin-right: 0;
    margin-left: 30px
  }

  .consultation-content-title {
    padding-left: 0;
    line-height: 1.65;
    font-size: 28px
  }

  .consultation-content-title-notes {
    margin-left: 0;
    display: block
  }

  .consultation-content-lead {
    margin-top: 20px;
    line-height: 1.5357142857;
    font-size: 28px
  }

  .consultation-content-text {
    margin-top: 20px;
    line-height: 1.9;
    font-size: 16px
  }

  .consultation-content-example {
    margin-top: 20px
  }

  .consultation-content-example-title {
    font-size: 16px
  }

  .consultation-content-example-list {
    margin-top: 12px
  }

  .consultation-content-example-list-item {
    width: 100%;
    font-size: 14px
  }

  .consultation-btn .common-button-request {
    margin-right: 20px
  }

  .case-lead {
    margin-left: 20px
  }

  .case-list-item-unit-content-title-sub {
    font-size: 18px
  }

  .case-list-item-unit-content-lead {
    font-size: 20px
  }

  .office {
    padding: 80px 0 0
  }

  .office-main {
    justify-content: space-between;
    background-size: 50%;
    background-position: 0 bottom
  }

  .office-main-content {
    margin-top: 50px
  }

  .office-main-content-title {
    font-size: 30px
  }

  .office-main-img {
    max-width: 333px
  }

  .office-list-item-content {
    flex-wrap: nowrap
  }
}

@media(max-width: 750px) {
  .only-pc {
    display: none
  }

  .only-tb {
    display: none
  }

  .header {
    height: 19.4407456724vw
  }

  .header-content {
    position: fixed;
    z-index: 10;
    width: 100vw
  }

  .header-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4.6604527297vw 3.9946737683vw
  }

  .header-btns {
    display: flex
  }

  .header-tel {
    max-width: 9.3209054594vw;
    margin-left: 5.3262316911vw
  }

  .header-logo {
    z-index: 2;
    width: 100%;
    max-width: 29.2942743009vw
  }

  .header-contact {
    text-align: center
  }

  .header-contact-link {
    padding: 2.1304926764vw 2.6631158455vw;
    background-color: #40b1a9;
    display: block;
    color: #ffff5a;
    font-size: 3.7283621838vw;
    font-weight: 500;
    border-radius: 1.3315579228vw;
    box-shadow: 0px .7989347537vw 0px 0px #266c67
  }

  .footer {
    padding: 3.4620505992vw 0
  }

  .footer-copyright {
    font-size: 2.6631158455vw
  }

  .wrap {
    padding: 0 6.6577896138vw
  }

  .common-accordion-button {
    margin-top: 2.6631158455vw;
    margin-bottom: 2.6631158455vw;
    padding: 2.1304926764vw 11.9840213049vw 2.1304926764vw 12.6498002663vw;
    border-radius: 2.9294274301vw
  }

  .common-accordion-button::before {
    background-size: 14.6471371505vw 14.6471371505vw;
    width: 14.6471371505vw;
    height: 14.6471371505vw;
    margin-top: .5326231691vw
  }

  .common-accordion-button::after {
    width: 9.0545938748vw;
    height: 9.0545938748vw;
    right: 2.6631158455vw
  }

  .common-accordion-title {
    font-size: 5.3262316911vw
  }

  .common-accordion-icon {
    right: 5.5925432756vw
  }

  .common-accordion-icon::before,
  .common-accordion-icon::after {
    width: 18px;
    height: 2px;
    border-radius: 12px
  }

  .common-accordion-content {
    border-radius: 2.6631158455vw;
    padding: 0;
    line-height: 1.6428571429;
    font-size: 3.7283621838vw;
    margin: 0
  }

  .common-button-request {
    position: relative
  }

  .common-button-request-btn {
    max-width: 78.5619174434vw;
    height: 17.310252996vw
  }

  .common-button-request-link {
    padding: 2.6631158455vw 0;
    border-radius: 8.7882822903vw;
    box-shadow: 0px .7989347537vw 1.3315579228vw 0px rgba(0, 0, 0, .4)
  }

  .common-button-request-link-sub {
    line-height: 1.5;
    font-size: 3.7283621838vw
  }

  .common-button-request-link-text {
    line-height: 1.3333333333;
    font-size: 6.3914780293vw;
    margin-top: 0
  }

  .common-button-tel-btn {
    max-width: 78.5619174434vw;
    height: 17.310252996vw
  }

  .common-button-tel-link {
    display: block;
    padding: 3.0631158455vw 0;
    border-radius: 8.7882822903vw;
    box-shadow: 0px .7989347537vw 1.3315579228vw 0px rgba(0, 0, 0, .4)
  }

  .common-button-tel-note {
    margin-top: 3vw;
    font-size: 2.9631158455vw;
  }

  .common-button-tel-link-sub {
    font-size: 6.3914780293vw
  }

  .common-button-tel-link-sub::before {
    bottom: 1.5978695073vw;
    left: 0;
    width: 4.5272969374vw;
    height: 5.0599201065vw;
    padding-left: 7.9893475366vw;
    background-size: 4.5272969374vw 5.0599201065vw
  }

  .common-button-tel-link-text {
    font-size: 3.7283621838vw
  }

  .common-modal-content {
    padding: 0;
    margin: 0 auto;
    border-radius: 1.3315579228vw;
    border-width: .6657789614vw
  }

  .common-modal-close {
    width: 6.3914780293vw;
    height: 6.3914780293vw;
    top: 1.3315579228vw;
    right: 1.3315579228vw
  }

  .common-modal .common-button-tel-call {
    width: 82.5565912117vw;
    margin-top: 2.6631158455vw
  }

  .common-modal .common-button-tel-call .common-button-tel-link {
    padding: 3.396804261vw 0 3.396804261vw 2.6631158455vw
  }

  .common-modal .common-button-tel-call .common-button-tel-link::before {
    background-size: 9.3209054594vw 9.3209054594vw;
    width: 9.3209054594vw;
    height: 9.3209054594vw;
    left: 3.9946737683vw
  }

  .common-modal .common-button-tel-call-text {
    font-size: 2.6631158455vw
  }

  .common-modal .common-button-tel-call-tel {
    display: block;
    font-size: 7.1251664447vw
  }

  .keyvisual {
    margin-top: 19.4407456724vw;
    background-image: url("/lp/2023a/assets/img/keyvisual/bg_sp.png")
  }

  .keyvisual-inner {
    height: 166.4447403462vw
  }

  .keyvisual-title {
    max-width: 82.5565912117vw;
    left: 50%;
    top: 10.6524633822vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .keyvisual-comment {
    max-width: 50.4vw;
    left: 3.3288948069vw;
    top: 44.7403462051vw
  }

  .keyvisual-main {
    width: 99.8668442077vw;
    height: 158.189081225vw;
    right: 0
  }

  .keyvisual-data {
    left: 5.3262316911vw;
    top: 80.1597869507vw
  }

  .keyvisual-data-stats {
    position: absolute;
    width: 34.0878828229vw;
    height: 34.0878828229vw;
    border-radius: 34.0878828229vw;
    margin-right: 1.3315579228vw
  }

  .keyvisual-data-stats-title {
    font-size: 4.2609853529vw
  }

  .keyvisual-data-stats-num {
    font-size: 10.6524633822vw
  }

  .keyvisual-data-stats:nth-of-type(2) {
    position: absolute;
    left: 13.3155792277vw;
    top: 35.9520639148vw
  }

  .keyvisual-data-stats:nth-of-type(2) .keyvisual-data-stats-num span {
    font-size: 3.9946737683vw
  }

  .keyvisual-data-stats:last-of-type {
    position: absolute;
    top: 46.6045272969vw;
    left: 50.5992010652vw
  }

  .keyvisual-data-stats:last-of-type .keyvisual-data-stats-num span {
    font-size: 3.9946737683vw
  }

  .keyvisual-notes {
    left: 5.3262316911vw;
    top: auto;
    bottom: 2.6631158455vw;
    line-height: 1.2;
    font-size: 2.6631158455vw
  }

  .outline {
    position: relative;
    padding: 50.5992010652vw 0 11.9840213049vw
  }

  .outline-title {
    font-size: 7.4567243675vw
  }

  .outline-title-point {
    padding-top: 37.1504660453vw
  }

  .outline-title-point::before {
    background-image: url("/lp/2023a/assets/img/outline/txt_01_sp.png");
    background-size: 63.1158455393vw 37.1504660453vw;
    width: 63.1158455393vw;
    height: 37.1504660453vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .outline-title-point::after {
    display: none
  }

  .outline-lead {
    margin-top: 6.6577896138vw;
    line-height: 2.0625;
    letter-spacing: -0.06em;
    font-size: 4.2609853529vw
  }

  .outline-lead-point {
    padding: 0 0 2.6631158455vw 2.6631158455vw;
    background-image: url("/lp/2023a/assets/img/common/bg_underline_sp.png");
    background-size: 100% auto
  }

  .outline-flow {
    margin-top: 13.3155792277vw
  }

  .outline-flow-list {
    display: block
  }

  .outline-flow-list-item {
    position: relative;
    max-width: 100%;
    margin-right: 0
  }

  .outline-flow-list-item:nth-of-type(n + 2) {
    margin-top: 23.9680426099vw
  }

  .outline-flow-list-item::after {
    content: "";
    z-index: 1;
    background-image: url("/lp/2023a/assets/img/outline/icon_arrow_sp.png");
    background-repeat: no-repeat;
    background-size: 21.8375499334vw 11.8508655126vw;
    width: 21.8375499334vw;
    height: 11.8508655126vw;
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: -15.845539281vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .outline-flow-list-item-img {
    width: 78.5619174434vw;
    margin: 0 auto
  }

  .outline-flow-list-item-img img {
    border-radius: 4.2609853529vw
  }

  .outline-flow-list-item-img::after {
    display: none
  }

  .outline-flow-list-item-title {
    margin-top: 7.9893475366vw;
    line-height: 1.5;
    font-size: 5.8588548602vw
  }

  .outline-flow-list-item-text {
    margin-top: 1.3315579228vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw
  }

  .outline-flow-list-item:last-of-type {
    margin-right: 0
  }

  .outline-flow-list-item:last-of-type::after {
    display: none
  }

  .program {
    padding: 18.6418109188vw 0 0
  }

  .program-title {
    line-height: 1.625;
    font-size: 6.9241011984vw
  }

  .program-title-point {
    font-size: 7.4567243675vw
  }

  .program-flow {
    position: relative;
    margin-top: 7.9893475366vw;
    width: 100vw;
    left: -6.6577896138vw
  }

  .program-flow-list {
    display: flex;
    flex-wrap: wrap
  }

  .program-flow-list-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 0 12.5px
  }

  .program-flow-list-item:nth-of-type(4n) {
    margin-right: 0
  }

  .program-flow-list-item-img {
    border-radius: 4.2609853529vw
  }

  .program-flow-list-item-text {
    margin-top: 3.9946737683vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw
  }

  .program-flow-list .slick-prev {
    z-index: 5;
    position: absolute;
    left: 6.6577896138vw;
    top: calc(50% - 15.9786950732vw);
    width: 11.4513981358vw;
    height: 11.4513981358vw;
    background-image: url("/lp/2023a/assets/img/program/icon_slide_prev.png");
    background-size: 11.4513981358vw 11.4513981358vw
  }

  .program-flow-list .slick-next {
    z-index: 5;
    position: absolute;
    right: 6.6577896138vw;
    top: calc(50% - 15.9786950732vw);
    width: 11.4513981358vw;
    height: 11.4513981358vw;
    background-image: url("/lp/2023a/assets/img/program/icon_slide_next.png");
    background-size: 11.4513981358vw 11.4513981358vw
  }

  .program-flow .slick-dots {
    display: none !important
  }

  .program-lead {
    margin-top: 7.9893475366vw
  }

  .program-lead-inner {
    display: block
  }

  .program-lead-inner-content {
    margin-top: 0;
    padding: 0;
    text-align: center
  }

  .program-lead-inner-content-title {
    line-height: 1.7142857143;
    font-size: 7.4567243675vw
  }

  .program-lead-inner-content-title-marker {
    background-image: none
  }

  .program-lead-inner-content-title-marker01,
  .program-lead-inner-content-title-marker02 {
    padding-bottom: 2.6631158455vw;
    background-image: url("/lp/2023a/assets/img/program/bg_underline_sp.png");
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat
  }

  .program-lead-inner-content-title-num {
    font-size: 11.9840213049vw
  }

  .program-lead-inner-content-text {
    margin-top: 7.9893475366vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw;
    letter-spacing: -0.03em
  }

  .program-lead-inner-img {
    max-width: none;
    margin: 7.9893475366vw auto 0;
    right: 0
  }

  .reason {
    padding: 15.9786950732vw 0 27.9627163782vw
  }

  .reason-main {
    display: block;
    justify-content: space-between
  }

  .reason-main-content {
    width: 100%;
    max-width: 684px
  }

  .reason-main-content-title {
    line-height: 1.625;
    font-size: 7.4567243675vw
  }

  .reason-main-content-title-point {
    display: block;
    font-size: 9.3209054594vw
  }

  .reason-main-content-text {
    padding: 10.6524633822vw 0 26.6311584554vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw;
    background-image: url("/lp/2023a/assets/img/reason/bg_lead_sp.png");
    background-size: 100% auto
  }

  .reason-main-content-text-point {
    font-weight: 700
  }

  .reason-main-photo {
    max-width: 74.034620506vw;
    margin: 0 auto
  }

  .reason-slides {
    position: relative;
    width: 100vw;
    margin-top: 7.9893475366vw;
    left: -6.6577896138vw
  }

  .reason-slides-list {
    display: block
  }

  .reason-slides-list-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 7.5px
  }

  .reason-slides-list-item-title {
    height: 12.516644474vw;
    padding: 3.9946737683vw 34px 3.9946737683vw 40px;
    border-radius: 3.1957390146vw 5.3262316911vw 0 0
  }

  .reason-slides-list-item-title::before {
    width: 11.7177097204vw;
    height: 12.516644474vw
  }

  .reason-slides-list-item-title-type {
    font-size: 4.793608522vw
  }

  .reason-slides-list-item-title-num {
    margin-left: 0;
    font-size: 4.793608522vw
  }

  .reason-slides-list-item-content {
    padding: 5.3262316911vw 3.9946737683vw;
    border-radius: 0 3.1957390146vw 3.1957390146vw 3.1957390146vw
  }

  .reason-slides-list-item-content-inner {
    max-height: 108.3888149134vw;
    padding-right: 3.4620505992vw
  }

  .reason-slides-list-item-content-inner::-webkit-scrollbar {
    width: 3.4620505992vw
  }

  .reason-slides-list-item-content-inner::-webkit-scrollbar-track {
    border-radius: 13.3155792277vw
  }

  .reason-slides-list-item-content-inner::-webkit-scrollbar-thumb {
    border-radius: 13.3155792277vw
  }

  .reason-slides-list-item-content-unit {
    display: flex
  }

  .reason-slides-list-item-content-unit-photo {
    width: 100%;
    max-width: 100%;
    border-radius: 3.9946737683vw
  }

  .reason-slides-list-item-content-unit-photo-img {
    border-radius: 3.7283621838vw
  }

  .reason-slides-list-item-content-title {
    margin-top: 5.3262316911vw;
    line-height: 1.625;
    font-size: 4.2609853529vw
  }

  .reason-slides-list-item-content-text {
    margin-top: 5.3262316911vw;
    font-size: 3.7283621838vw;
    line-height: 1.7142857143
  }

  .reason-slides-list-item-content-specials {
    border-radius: 3.7283621838vw;
    padding: 5.3262316911vw;
    margin-top: 5.3262316911vw
  }

  .reason-slides-list-item-content-specials-title {
    font-size: 4.2609853529vw
  }

  .reason-slides-list-item-content-specials-title-text {
    padding: .5326231691vw 3.9946737683vw;
    border-radius: 3.7283621838vw
  }

  .reason-slides-list-item-content-specials-inner-list {
    margin-top: 3.1957390146vw
  }

  .reason-slides-list-item-content-specials-inner-list-item {
    font-size: 3.7283621838vw
  }

  .reason-slides-list .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -9.3209054594vw;
    left: 0;
    margin-top: 20px
  }

  .reason-slides-list .slick-dots li {
    background-color: #c7c7c7;
    display: inline-block;
    border-radius: 12px;
    position: relative;
    margin: 0 7px;
    vertical-align: top;
    width: 15px;
    height: 15px
  }

  .reason-slides-list .slick-dots li.slick-active {
    background-color: #181818
  }

  .reason-slides-list .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0
  }

  .reason-slides-notes {
    margin-top: 38px;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center
  }

  .reason .slick-slide:nth-of-type(2n) .story-slides-list-item-title::before {
    background-image: url("/lp/2023a/assets/img/story/bg_index_orange.png")
  }

  .reason .slick-slide:nth-of-type(2n) .story-slides-list-item-content {
    border: 1px solid
  }

  .request {
    padding: 15.9786950732vw 0 0
  }

  .request.episode .request-title {
    margin-top: 5.3262316911vw
  }

  .request-title {
    margin-right: 0;
    line-height: 1.7692307692;
    font-size: 6.9241011984vw
  }

  .request-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 0
  }

  .request-inner-photo {
    max-width: none;
    order: 3;
    margin-top: 20.9893475366vw
  }

  .request-inner-btn {
    order: 2;
    width: 100%;
    max-width: 78.5619174434vw;
    margin-top: 0;
    margin-left: 0
  }

  .request-inner-btn-lead {
    font-size: 5.3262316911vw;
    width: 100%
  }

  .request-inner-btn-lead::before {
    top: 2.6631158455vw;
    left: 0;
    width: 8.5219707057vw;
    height: 15.7123834887vw
  }

  .request-inner-btn-lead::after {
    top: 2.6631158455vw;
    right: 0;
    width: 8.5219707057vw;
    height: 15.7123834887vw
  }

  .request-inner-btn .common-button-request {
    margin-top: 2.6631158455vw
  }

  .request-inner-btn .common-button-tel {
    margin-top: 6.6577896138vw
  }

  .request-inner-pamphlet {
    margin: 0;
    order: 1;
    width: 100%;
    max-width: 486px;
    margin-top: 2.6631158455vw;
    padding-bottom: 0
  }

  .staff {
    padding: 18.6418109188vw 0
  }

  .staff-slide {
    margin-top: 0
  }

  .staff-title {
    padding: 15.9786950732vw 0;
    line-height: 1.7692307692;
    font-size: 6.9241011984vw
  }

  .staff-list-item {
    min-width: 35.6857523302vw;
    margin-left: 7.190412783vw
  }

  .staff-list-item>img {
    border-radius: 3.9946737683vw
  }

  .consultation {
    padding: 15.9786950732vw 0 0
  }

  .consultation-inner {
    display: block
  }

  .consultation-photo {
    max-width: none;
    width: 100%;
    margin-top: 12.6631158455vw
  }

  .consultation-photo-lead {
    display: none
  }

  .consultation-content {
    max-width: none;
    margin-right: 0
  }

  .consultation-content-title {
    padding-left: 0;
    line-height: 1.65;
    font-size: 5.3262316911vw
  }

  .consultation-content-title-num {
    font-size: 6.9241011984vw
  }

  .consultation-content-title-notes {
    text-align: right;
    display: block;
    margin-left: 0;
    margin-right: 14.6471371505vw;
    font-size: 2.6631158455vw
  }

  .consultation-content-lead {
    margin-top: 5.3262316911vw;
    line-height: 1.7692307692;
    font-size: 6.9241011984vw
  }

  .consultation-content-text {
    display: none
  }

  .consultation-content-example {
    border-radius: 3.7283621838vw;
    padding: 5.3262316911vw;
    margin-top: 7.9893475366vw
  }

  .consultation-content-example-title {
    line-height: 1.8333333333;
    font-size: 4.793608522vw
  }

  .consultation-content-example-title-text {
    display: inline-block;
    width: 63.9147802929vw;
    padding: 0 3.9946737683vw;
    border-radius: 7.9893475366vw
  }

  .consultation-content-example-list {
    margin-top: 3.1957390146vw
  }

  .consultation-content-example-list-item {
    width: 100%;
    line-height: 1.7777777778;
    font-size: 4.2609853529vw
  }

  .consultation-btn {
    display: block
  }

  .consultation-btn .common-button-request {
    max-width: none;
    margin-top: 5.3262316911vw
  }

  .consultation-btn .common-button-tel {
    max-width: none;
    margin-top: 5.3262316911vw
  }

  .case {
    padding: 11.9840213049vw 0 7.9893475366vw
  }

  .case-lead {
    margin-left: 0;
    display: block;
    align-items: center
  }

  .case-lead-title {
    margin-right: 0;
    text-align: center;
    font-size: 7.4567243675vw
  }

  .case-lead-title span {
    font-size: 9.3209054594vw
  }

  .case-lead-stats {
    width: 56.4580559254vw;
    height: 56.4580559254vw;
    border-radius: 56.4580559254vw;
    margin: 7.9893475366vw auto 0
  }

  .case-lead-stats-title {
    font-size: 6.3914780293vw
  }

  .case-lead-stats-num {
    font-size: 14.0439414115vw
  }

  .case-lead-stats-note {
    margin-top: 2.6631158455vw;
    font-size: 2.6631158455vw
  }

  .case-list {
    padding: 0 3.9946737683vw
  }

  .case-list-item {
    margin-top: 7.9893475366vw
  }

  .case-list-item:first-of-type {
    margin-top: 6.6577896138vw
  }

  .case-list-item-container {
    height: 151.7976031957vw;
    overflow: hidden
  }

  .case-list-item-container.is-opened {
    height: auto;
    overflow: visible
  }

  .case-list-item-readmore {
    cursor: pointer;
    display: block;
    margin-top: 10.6524633822vw;
    padding: 5.3262316911vw 0;
    text-align: center;
    border: .2663115846vw solid #40b1a9;
    background-color: #fff;
    font-size: 5.3262316911vw;
    color: #40b1a9;
    font-weight: 500
  }

  .case-list-item-readmore-close {
    display: none
  }

  .case-list-item-unit {
    display: block
  }

  .case-list-item-unit-img {
    margin-left: 0;
    margin-top: 5.3262316911vw
  }

  .case-list-item-unit-img img {
    border-radius: 4.2609853529vw
  }

  .case-list-item-unit-content {
    max-width: none
  }

  .case-list-item-unit-content-title {
    padding: 5.3262316911vw 0 11.051930759vw
  }

  .case-list-item-unit-content-title-sub {
    font-size: 4.2609853529vw
  }

  .case-list-item-unit-content-title-name {
    margin-top: 2.6631158455vw;
    font-size: 5.3262316911vw
  }

  .case-list-item-unit-content-lead {
    margin-top: 5.3262316911vw;
    font-size: 4.2609853529vw
  }

  .case-list-item-text {
    margin-top: 2.6631158455vw;
    font-size: 4.2609853529vw;
    line-height: 2.0625;
    letter-spacing: -0.03em
  }

  .case-list-item-staff {
    display: block;
    margin-top: 3.9946737683vw;
    padding: 7.9893475366vw 5.3262316911vw;
    border-radius: 3.9946737683vw
  }

  .case-list-item-staff-img {
    max-width: 26.3648468708vw;
    margin: 2.6631158455vw auto 0
  }

  .case-list-item-staff-content-title {
    text-align: center;
    font-size: 5.3262316911vw
  }

  .case-list-item-staff-content-text {
    line-height: 2.2142857143;
    margin-top: 2.6631158455vw;
    font-size: 3.7283621838vw
  }

  .case-notes {
    margin-top: 5.3262316911vw;
    font-size: 2.6631158455vw
  }

  .price {
    padding: 17.310252996vw 0
  }

  .price-title {
    font-size: 7.9893475366vw
  }

  .price-lead {
    margin: 7.9893475366vw auto 0;
    line-height: 2.0625;
    font-size: 4.2609853529vw
  }

  .price-data {
    margin-top: 0
  }

  .price-data-list {
    margin: 2.6631158455vw auto 0;
    display: block
  }

  .price-data-list-item {
    max-width: none;
    width: 78.5619174434vw;
    margin: 5.3262316911vw auto 0;
    padding: 9.3209054594vw 0;
    border-radius: 2.9294274301vw
  }

  .price-data-list-item:last-of-type {
    margin-right: auto
  }

  .price-data-list-item-stats {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .price-data-list-item-stats-title {
    font-size: 4.2609853529vw;
    letter-spacing: -0.05em
  }

  .price-data-list-item-stats-text {
    margin-top: 0;
    font-size: 7.4567243675vw;
    margin-left: 1.3315579228vw
  }

  .office {
    padding: 15.9786950732vw 0 0
  }

  .office-main {
    flex-direction: column;
    justify-content: space-between;
    background-position: right bottom;
    background-size: 100%;
    padding-bottom: 61.2516644474vw
  }

  .office-main-content {
    order: 2;
    display: flex;
    flex-direction: column;
    margin-top: 18.6418109188vw
  }

  .office-main-content-title {
    line-height: 1.3714285714;
    font-size: 9.3209054594vw;
    text-align: center
  }

  .office-main-content-text {
    position: relative;
    left: 13.3155792277vw;
    top: 23.9680426099vw;
    margin-top: 0;
    line-height: 1.8333333333;
    font-size: 4.793608522vw
  }

  .office-main-img {
    max-width: none;
    order: 1
  }

  .office-list {
    margin: 13.3155792277vw 3.9946737683vw 0
  }

  .office-list-item-content {
    display: block;
    flex-wrap: wrap;
    padding-top: 5.3262316911vw;
    padding-bottom: 2.6631158455vw
  }

  .office-list-item-content-photo {
    width: 100%;
    max-width: 100%;
    margin-top: 2.6631158455vw
  }

  .office-list-item-content-photo img {
    border-radius: 4.2609853529vw
  }

  .office-list-item-content-info {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    margin-top: 7.9893475366vw
  }

  .office-list-item-content-info-name {
    margin-top: 1.3315579228vw;
    font-size: 4.2609853529vw
  }

  .office-list-item-content-info-access {
    margin-top: 7.9893475366vw
  }

  .office-list-item-content-info-access-title {
    font-size: 4.2609853529vw
  }

  .office-list-item-content-info-access-title-bg {
    padding: .6657789614vw 5.3262316911vw;
    border-radius: 5.3262316911vw
  }

  .office-list-item-content-info-access-text {
    margin-top: 2.6631158455vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw
  }

  .office-list-item-content-info-address {
    margin-top: 5.3262316911vw;
    font-size: 4.2609853529vw
  }

  .office-list-item-content-info-address-title {
    font-size: 4.2609853529vw
  }

  .office-list-item-content-info-map {
    margin-top: 5.3262316911vw
  }

  .office-list-item-content-info-map-link {
    display: block;
    padding: 1.3315579228vw 0;
    font-size: 5.3262316911vw
  }

  .office-example {
    margin-top: 6.3914780293vw;
    display: block
  }

  .office-example-content {
    margin-top: 5.3262316911vw;
    padding-bottom: 0
  }

  .office-example-content:last-of-type {
    margin-right: 0
  }

  .office-example-content-title {
    font-size: 4.2609853529vw
  }

  .office-example-content-title-bg {
    padding: 1.3315579228vw 7.9893475366vw;
    border-radius: 7.9893475366vw
  }

  .office-example-content-list {
    margin-top: 7.9893475366vw;
    display: flex;
    justify-content: space-between
  }

  .office-example-content-list-item {
    width: 100%;
    max-width: 48%;
    margin-right: 24px
  }

  .office-example-content-list-item:last-of-type {
    margin-right: 0
  }

  .office-example-content-list-item-img {
    border-radius: 4.2609853529vw
  }

  .office-example-content-list-item-caption {
    margin-top: 2.6631158455vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw;
    letter-spacing: -0.05em
  }

  .office-example-img {
    align-self: flex-end;
    width: 100%;
    max-width: none
  }

  .faq {
    padding: 18.6418109188vw 0
  }

  .faq-title {
    font-size: 7.9893475366vw
  }

  .faq-list {
    margin: 10.6524633822vw 3.9946737683vw 0
  }

  .faq-list .common-accordion-button {
    margin-top: 2.6631158455vw;
    padding: 3.9946737683vw 15.9786950732vw 3.9946737683vw 13.3155792277vw;
    border-radius: 2.9294274301vw
  }

  .faq-list .common-accordion-button::before {
    position: absolute;
    top: 4.2609853529vw;
    left: 4.6604527297vw;
    font-size: 8.5219707057vw;
    font-weight: 700;
    color: #fff;
    content: "Q"
  }

  .faq-list .common-accordion-title {
    font-size: 4.2609853529vw;
    line-height: 1.3;
    padding-left: 0
  }

  .faq-list .common-accordion-title::before {
    display: none
  }

  .faq-list .common-accordion-icon {
    right: 5.3262316911vw;
    width: 10.119840213vw;
    height: 10.119840213vw
  }

  .faq-list .common-accordion-icon:before {
    top: 3.9946737683vw;
    right: 2.396804261vw;
    width: 5.3262316911vw;
    height: 5.3262316911vw
  }

  .faq-list .common-accordion-content {
    padding: 1.3315579228vw 2.6631158455vw 2.6631158455vw 13.3155792277vw;
    line-height: 2.0625;
    font-size: 4.2609853529vw
  }

  .faq-list .common-accordion-content::before {
    font-size: 8.5219707057vw;
    line-height: 1.5625
  }
}