@charset "UTF-8";
html {
  overflow: scroll;
}
html:focus-within {
  scroll-behavior: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #263747;
  font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  line-height: 1;
  overflow: hidden;
}

ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

img {
  display: inline;
  height: auto;
}

.chatItem__number {
  text-align: center;
}

.chatItem__panel {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -32px;
  padding: 40px 24.5px 20px 24.5px;
}

.chatItem__heading {
  background-image: url(../img/chat-item/line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 260px auto;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.34;
  padding-bottom: 34px;
  text-align: center;
}

.chatItem__img {
  margin-top: 16px;
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  position: relative;
}

.consultationContent {
  display: flex;
  flex-wrap: wrap;
}

.consultationContent__header {
  width: 228px;
}

.consultationContent__heading {
  align-items: center;
  background-color: #329bce;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.consultationContent__heading > span {
  font-size: 30px;
  margin-left: 6px;
}

.consultationContent__body {
  background-color: #fff;
  padding: 10px 24px;
  width: calc(100% - 228px);
}

.consultationContent__text {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.consultationContent__text > span {
  color: #329bce;
  font-size: 30px;
}

.exampleItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
}

.exampleItem__number {
  text-align: center;
}

.exampleItem__heading {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.exampleItem__heading.-single {
  margin-bottom: 9px;
  margin-top: 9px;
}

.exampleItem__img {
  text-align: center;
}

.exampleItem__content {
  display: none;
  margin-top: 16px;
}

.exampleItem__specList {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 6px 14px;
}
.exampleItem__specList > li {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.exampleItem__specList > li::before {
  color: #329bce;
  content: "-";
}
.exampleItem__specList > li > span {
  font-weight: 700;
}

.exampleItem__subHeading {
  background-color: #ffeb80;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}
.exampleItem__subHeading + .exampleItem__text {
  margin-top: 8px;
}
.exampleItem__subHeading + .exampleItem__wrap {
  margin-top: 8px;
}

.exampleItem__text {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.exampleItem__text + .exampleItem__subHeading {
  margin-top: 16px;
}
.exampleItem__text > span {
  color: #329bce;
  font-weight: 700;
}

.exampleItem__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exampleItem__person {
  width: 100px;
}

.exampleItem__body {
  width: calc(100% - 110px);
}

.exampleItem__button {
  align-items: center;
  background-color: #0990dc;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  font-weight: 800;
  height: 57px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.exampleItem__button.-active {
  background-image: url(../img/example-item/arrow2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  height: 39px;
}
.exampleItem__button.-active span {
  display: none;
}
.exampleItem__button > span {
  background-image: url(../img/example-item/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  padding-right: 41px;
}

.heading {
  padding-bottom: 14px;
  padding-top: 14px;
  position: relative;
}
.heading::before {
  background-color: #329bce;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.heading::after {
  background-color: #329bce;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.heading.-reverse::before {
  background-color: #fff;
}
.heading.-reverse::after {
  background-color: #fff;
}
.heading.-reverse > span {
  background-color: #fff;
  color: #329bce;
}
.heading > span {
  background-color: #329bce;
  color: #fff;
  display: inline-block;
  font-size: 44px;
  font-weight: 800;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.heading b {
  font-size: 48px;
}

.lineButton {
  align-items: center;
  background-color: #49a81c;
  border-bottom: 2px solid #327213;
  display: flex;
  height: 64px;
  justify-content: center;
  text-decoration: none;
}

.lineButton__icon {
  text-align: center;
}

.lineButton__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 2px;
  text-align: center;
}

.lineButton2 {
  align-items: center;
  background-color: #49a81c;
  border-bottom: 3px solid #327213;
  display: flex;
  height: 95px;
  justify-content: center;
  text-decoration: none;
}

.lineButton2__icon {
  text-align: center;
}

.lineButton2__text {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 2px;
  text-align: center;
}

.lineButton3 {
  align-items: center;
  background-color: #49a81c;
  border-bottom: 2px solid #327213;
  display: flex;
  height: 55px;
  justify-content: center;
  text-decoration: none;
}
.lineButton3__icon {
  text-align: center;
}
.lineButton3__text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
}

.mailButton {
  align-items: center;
  background-color: #DBA811;
  border-bottom: 2px solid #906F0D;
  display: flex;
  height: 64px;
  justify-content: center;
  text-decoration: none;
}

.mailButton__icon {
  text-align: center;
}

.mailButton__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 2px;
  text-align: center;
}

.mailButton2 {
  align-items: center;
  background-color: #dba811;
  border-bottom: 3px solid #906f0d;
  display: flex;
  height: 95px;
  justify-content: center;
  text-decoration: none;
}

.mailButton2__icon {
  text-align: center;
}

.mailButton2__text {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 2px;
  text-align: center;
}

.mailButton3 {
  align-items: center;
  background-color: #dba811;
  border-bottom: 2px solid #906f0d;
  display: flex;
  height: 55px;
  justify-content: center;
  text-decoration: none;
}
.mailButton3__icon {
  text-align: center;
}
.mailButton3__text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
}

.partner {
  background-color: #fff;
  background-image: url(../img/partner/bg.png);
  background-position: left top 0;
  background-repeat: no-repeat;
  background-size: 47px auto;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 39px 33px 35px;
}
.partner + .partner {
  margin-top: 12px;
}

.partner__img {
  text-align: center;
  width: 180px;
}
.partner__img figcaption {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.0833em;
  margin-top: 8px;
  text-align: center;
}

.partner__body {
  width: calc(100% - 195px);
}

.partner__profile {
  background-color: #e5f3fc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 16px 10px;
}
.partner__profile > div {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.partner__profile > div:last-child {
  width: 100%;
}
.partner__profile > div > dt {
  color: #329bce;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.partner__profile > div > dd {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.partner__text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 8px;
}

.point {
  position: relative;
}
.point::before {
  border: 3px solid #329bce;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.point__header {
  background-color: #329bce;
  padding: 20px 21px;
  width: 740px;
}

.point__heading {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 116px;
  position: relative;
}
.point__heading > span {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #329bce;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 67px;
  height: 100px;
  justify-content: center;
  left: 0;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  width: 100px;
}

.point__body {
  padding: 30px;
  width: 740px;
}

.point__text {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.point__img {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
}
.point__img img {
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.step {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step__img {
  width: 230px;
}

.step__body {
  border-bottom: 1px solid #329bce;
  padding-bottom: 30px;
  width: calc(100% - 270px);
}

.step__number > span {
  align-items: center;
  background-color: #329bce;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  width: 144px;
}
.step__number > span span {
  font-size: 28px;
}

.step__text {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 30px;
  padding-left: 16px;
}

.telButton {
  align-items: center;
  background-color: #3f7fba;
  border-bottom: 2px solid #265886;
  display: flex;
  height: 64px;
  justify-content: center;
  text-decoration: none;
}

.telButton__number {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.telButton__number > span {
  padding-left: 33px;
  position: relative;
}
.telButton__number > span::before {
  background-image: url(../img/tel-button/icon.png);
  background-repeat: no-repeat;
  background-size: 28px auto;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.telButton__time {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin-top: 7px;
  padding-right: 2em;
  text-align: center;
}

.telButton2 {
  align-items: center;
  background-color: #3f7fba;
  border-bottom: 3px solid #265886;
  display: flex;
  height: 95px;
  justify-content: center;
  text-decoration: none;
}

.telButton2__number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.telButton2__number > span {
  padding-left: 55px;
  position: relative;
}
.telButton2__number > span::before {
  background-image: url(../img/tel-button/icon.png);
  background-repeat: no-repeat;
  background-size: 48px auto;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}

.telButton2__time {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.telButton3 {
  align-items: center;
  background-color: #3f7fba;
  border-bottom: 2px solid #265886;
  display: flex;
  height: 55px;
  justify-content: center;
  text-decoration: none;
}
.telButton3__icon {
  text-align: center;
}
.telButton3__text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
}

.telItem__tel {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.telItem__tel > a {
  background-image: url(../img/tel-item/phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  color: #263747;
  padding-left: 30px;
  text-decoration: none;
}

.telItem__text {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

.header {
  background-color: #fff;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__logo {
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header__buttonList {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.header__buttonList > li {
  width: 170px;
}
.header__buttonList > li:last-child {
  width: 190px;
}

.mv {
  margin-top: 100px;
}

.mv__img img {
  vertical-align: bottom;
  width: 100%;
}

.mv__button {
  align-items: center;
  background-color: #49a81c;
  border-bottom: 2px solid #088b3d;
  bottom: 30px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
  width: 320px;
}
.mv__button > span {
  background-image: url(../img/cta2/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  padding-right: 32px;
}

.cta {
  background-color: #329bce;
  padding-bottom: 47px;
  padding-top: 48px;
}

.cta__heading {
  align-items: center;
  background-color: #071987;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-weight: 800;
  height: 60px;
  justify-content: center;
  margin-left: 35px;
  position: relative;
  width: 313px;
}

.cta__panel {
  background-color: #fff;
  margin-top: -35px;
  padding: 40px 40px 40px 35px;
}

.cta__buttonList {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta__buttonList > li.-tel {
  width: 380px;
}
.cta__buttonList > li.-button {
  width: 286px;
}

.cta__tel {
  font-size: 38px;
  font-weight: 800;
  padding-left: 47px;
  position: relative;
}
.cta__tel::before {
  background-image: url(../img/cta/phone.png);
  background-repeat: no-repeat;
  background-size: 39px auto;
  content: "";
  height: 39px;
  left: 0;
  position: absolute;
  width: 39px;
}
.cta__tel > a {
  color: #000;
  text-decoration: none;
}

.cta__text {
  color: #000;
  font-size: 17px;
  font-weight: 800;
  margin-top: 9px;
  padding-left: 47px;
}

.cta__text2 {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 800;
  margin-top: 5px;
  padding-left: 47px;
}

.cta__text3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}

.cta__text4 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
}

.strength {
  padding-bottom: 41px;
  padding-top: 41px;
}

.strength__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.strength__header {
  width: 255px;
}

.strength__heading {
  align-items: center;
  background-color: #329bce;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.strength__heading span {
  font-size: 40px;
}

.strength__body {
  width: calc(100% - 285px);
}

.strength__itemizedList > li {
  background-image: url(../img/strength/check.png);
  background-position: top 10px left 0;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 35px;
}
.strength__itemizedList > li + li {
  margin-top: 12px;
}
.strength__itemizedList > li span {
  color: #329bce;
  font-size: 36px;
}

.consultation {
  background-color: #e8e8e8;
  padding-top: 46px;
  position: relative;
}

.consultation__heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
}
.consultation__heading > span {
  background-image: url(../img/consultation/line.png);
  background-position: center bottom 0;
  background-repeat: no-repeat;
  background-size: 903px auto;
  display: inline-block;
  padding-bottom: 31px;
  width: 100%;
}

.consultation__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 21px;
}

.consultation__img {
  padding-left: 39px;
  width: 353px;
}
.consultation__img img {
  vertical-align: bottom;
}

.consultation__body {
  width: calc(100% - 369px);
}

.consultation__contentList > li + li {
  margin-top: 12px;
}

.consultation__buttonList {
  margin-top: 27px;
}

.consultation__button {
  align-items: center;
  background-color: #49a81c;
  border-bottom: 6px solid #088b3d;
  color: #fff;
  display: flex;
  font-size: 33px;
  font-weight: 800;
  height: 78px;
  justify-content: center;
  text-decoration: none;
  width: 514px;
}
.consultation__button > figure img {
  vertical-align: bottom;
}
.consultation__button > span {
  background-image: url(../img/consultation/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  padding-right: 38px;
}

.consultation__button2 {
  bottom: 100px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.delay__heading {
  background-color: #329bce;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.delay__heading::before {
  border-left: 23.5px solid transparent;
  border-right: 23.5px solid transparent;
  border-top: 26px solid #329bce;
  bottom: -26px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.delay__body {
  background-color: #d0ebf9;
  padding-bottom: 72px;
  padding-top: 86px;
  position: relative;
}
.delay__body::before {
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff;
  border-top: 263px solid #d0ebf9;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.delay__text {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.delay__img {
  margin-top: 50px;
}

.delay__text2 {
  font-size: 62px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.27;
  margin-top: 55px;
  position: relative;
  text-align: center;
}
.delay__text2 > b {
  color: #329bce;
  font-size: 72px;
  font-weight: 800;
}

.delay__arrow {
  margin-top: 55px;
  position: relative;
  text-align: center;
}

.delay__panel {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.delay__panelBody {
  width: calc(100% - 244px);
}

.delay__subHeading {
  align-items: center;
  background-color: #d51111;
  border-radius: 0px 0px 10px 0px;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  height: 66px;
  justify-content: center;
  letter-spacing: 0.07em;
  text-align: center;
  width: 436px;
}

.delay__itemizedList {
  margin-top: 30px;
  padding-left: 12px;
}
.delay__itemizedList > li {
  color: #000;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.delay__itemizedList > li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.delay__itemizedList > li + li {
  margin-top: 10px;
}
.delay__itemizedList > li span {
  color: #d51111;
}

.delay__panelImg {
  padding-bottom: 20px;
  padding-left: 7px;
  padding-right: 17px;
  padding-top: 21px;
  width: 244px;
}
.delay__panelImg img {
  vertical-align: bottom;
  width: 100%;
}

.about {
  padding-bottom: 147px;
  padding-top: 100px;
}

.about__text {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 60px;
  text-align: center;
}
.about__text b {
  font-size: 46px;
}
.about__text b span {
  color: #329bce;
}

.about__img {
  margin-top: 107px;
  text-align: center;
}

.difference {
  background-color: #dcf1fb;
  padding-bottom: 113px;
  padding-top: 116px;
}

.difference__img {
  margin-top: 23px;
  text-align: center;
}

.reason {
  padding-bottom: 100px;
  padding-top: 100px;
}

.reason__pointList {
  margin-top: 60px;
}
.reason__pointList > li + li {
  margin-top: 40px;
}

.example {
  background-color: #329bce;
  background-image: url(../img/example/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1280px auto;
  padding-bottom: 80px;
  padding-top: 60px;
}

.example__itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 60px;
}
.example__itemList > li {
  width: calc(50% - 17.5px);
}

.chat {
  padding-bottom: 100px;
  padding-top: 60px;
}

.chat__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  position: relative;
}

.chat__heading {
  position: relative;
  text-align: center;
}

.chat__panel {
  background-color: #e5f3fc;
  margin-top: -68px;
  padding: 110px 32.5px 54px 32.5px;
}

.chat__pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
.chat__pointList > li {
  color: #329bce;
  font-size: 20px;
  font-weight: 800;
}
.chat__pointList > li img {
  margin-right: 5px;
  vertical-align: middle;
}

.chat__flowList {
  margin-top: 40px;
}
.chat__flowList > ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chat__flowList > ol > li {
  width: 310px;
}
.chat__flowList > ol > li + li {
  position: relative;
}
.chat__flowList > ol > li + li::before {
  background-image: url(../img/chat/arrow.png);
  background-repeat: no-repeat;
  background-size: 26px auto;
  content: "";
  height: 31px;
  left: -34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.chat__scroll {
  background-image: url(../img/chat/arrow2.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  font-size: 14px;
  font-weight: 800;
  margin-right: 16px;
  margin-top: 30px;
  padding-right: 50px;
  text-align: right;
}

.cta2 {
  background-color: #49a81c;
  padding-bottom: 30px;
  padding-top: 30px;
}

.cta2__img {
  bottom: -30px;
  left: 0;
  position: absolute;
}
.cta2__img img {
  vertical-align: bottom;
}

.cta2__panel {
  background-color: #fff;
  margin-left: auto;
  padding: 13px 62.5px 23px 65px;
  width: 787px;
}

.cta2__text {
  color: #49a81c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.92;
  text-align: center;
}

.cta2__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.cta2__icon {
  width: 89px;
}

.cta2__body {
  width: 559px;
}

.cta2__button {
  align-items: center;
  background-color: #49a81c;
  border-bottom: 4px solid #088b3d;
  color: #fff;
  display: flex;
  font-size: 36px;
  font-weight: 800;
  height: 86px;
  justify-content: center;
  text-decoration: none;
}
.cta2__button > span {
  background-image: url(../img/cta2/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-right: 48px;
}

.message__header {
  padding-bottom: 62px;
  padding-top: 100px;
}

.message__body {
  background-color: #e5f3fc;
  padding-bottom: 60px;
  padding-top: 60px;
}

.director {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.director__name {
  background-color: #565656;
  width: 406px;
}
.director__name > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 56px;
}
.director__name > div > dt {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.0535em;
  padding-left: 30px;
  padding-right: 30px;
}
.director__name > div > dd {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.0535em;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.director__name > div > dd::before {
  background-color: #fff;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.director__img {
  width: 406px;
}

.director__body {
  width: calc(100% - 436px);
}

.director__text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 24px;
}

.introduction {
  background-color: #e5f3fc;
  padding-bottom: 60px;
  padding-top: 60px;
}

.introduction__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.22;
  text-align: center;
}
.introduction__heading > span {
  background-image: url(../img/introduction/line.png);
  background-position: center bottom 0;
  background-repeat: no-repeat;
  background-size: 470px auto;
  display: inline-block;
  padding-bottom: 31px;
  width: 100%;
}

.introduction__text {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}

.introduction__slider {
  margin-top: 40px;
}
.introduction__slider .swiper {
  padding-bottom: 60px;
  padding-left: 62px;
  padding-right: 62px;
}
.introduction__slider .swiper-button-prev {
  background-image: url(../img/introduction/prev.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  height: 50px;
  left: 0;
  width: 50px;
}
.introduction__slider .swiper-button-next {
  background-image: url(../img/introduction/next.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  height: 50px;
  right: 0;
  width: 50px;
}
.introduction__slider .swiper-pagination-bullet-active {
  background-color: #263747;
}

.flow {
  padding-bottom: 100px;
  padding-top: 100px;
}

.flow__text {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 60px;
  text-align: center;
}

.flow__stepList {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 840px;
}
.flow__stepList > li + li {
  margin-top: 48px;
  position: relative;
}
.flow__stepList > li + li::before {
  background-image: url(../img/flow/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  left: 50%;
  position: absolute;
  top: -38px;
  transform: translateX(-50%);
  width: 53px;
}

.faq {
  padding-bottom: 100px;
  padding-top: 100px;
}

.faq__qaList {
  margin-top: 60px;
}
.faq__qaList > div + div {
  margin-top: 24px;
}
.faq__qaList > div > dt {
  background-color: #e9f8ff;
  background-image: url(../img/faq/plus.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 54px auto;
  cursor: pointer;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  padding: 12px 105px 12px 95px;
  position: relative;
}
.faq__qaList > div > dt::before {
  background-image: url(../img/faq/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}
.faq__qaList > div > dt.-active {
  background-image: url(../img/faq/minus.png);
}
.faq__qaList > div > dd {
  display: none;
  margin-top: 27px;
  padding-left: 95px;
  position: relative;
}
.faq__qaList > div > dd::before {
  background-image: url(../img/faq/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  left: 20px;
  position: absolute;
  top: 0;
  width: 45px;
}

.faq__text {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.0533em;
  line-height: 1.7;
}

.map {
  background-color: #f4fcff;
  padding-bottom: 61px;
  padding-top: 61px;
}

.map__img {
  text-align: center;
}

.cta3 {
  background-image: url(../img/cta3/bg.jpg);
  padding-bottom: 50px;
  padding-top: 50px;
}

.cta3__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  position: relative;
}

.cta3__panel {
  background: rgba(255, 255, 255, 0.9);
  padding: 37px 94px 41px 94px;
}

.cta3__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}

.cta3__text {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.0307em;
  margin-top: 30px;
  text-align: center;
}

.cta3__labelList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.cta3__labelList > li {
  width: 240px;
}
.cta3__labelList > li > span {
  align-items: center;
  background-color: #ffeb66;
  border-radius: 9999px;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  height: 41px;
  justify-content: center;
}

.cta3__buttonList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.cta3__buttonList > li {
  width: 300px;
}

.overview {
  padding-bottom: 100px;
  padding-top: 100px;
}

.overview__heading {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}

.overview__descriptionList {
  margin-top: 60px;
}
.overview__descriptionList > div {
  border-bottom: 1px solid #c6c6c0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.overview__descriptionList > div + div {
  margin-top: 24px;
}
.overview__descriptionList > div > dt {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.0363em;
  line-height: 1.5;
  padding-left: 16px;
  width: 178px;
}
.overview__descriptionList > div > dd {
  width: calc(100% - 178px);
}

.overview__text {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.overview__text > span {
  margin-right: 0.5em;
}

.footer {
  padding-bottom: 100px;
}

.footer__logo {
  text-align: center;
}

.cta4 {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  padding: 10px 16px 14px 10px;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.cta4__buttonList {
  -moz-column-gap: 6px;
  column-gap: 6px;
  display: flex;
  justify-content: space-between;
}
.cta4__buttonList > li {
  width: calc(33.3333333333% - 6px);
}

.u-block {
  display: block !important;
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 1279px){
  .chatItem__number img {
    width: 6.5625vw;
  }
  .chatItem__panel {
    padding: 3.125vw 1.9140625vw 1.5625vw 1.9140625vw;
  }
  .chatItem__heading {
    background-size: 20.3125vw auto;
    font-size: 2.03125vw;
    padding-bottom: 2.65625vw;
  }
  .chatItem__img img {
    width: 18.359375vw;
  }
  .container {
    max-width: 84.375vw;
  }
  .consultationContent__header {
    width: 17.8125vw;
  }
  .consultationContent__heading {
    font-size: 1.5625vw;
    padding-bottom: 0.78125vw;
    padding-top: 0.78125vw;
  }
  .consultationContent__heading > span {
    font-size: 2.34375vw;
    margin-left: 0.46875vw;
  }
  .consultationContent__body {
    padding: 0.78125vw 1.875vw;
    width: calc(100% - 17.8125vw);
  }
  .consultationContent__text {
    font-size: 2.03125vw;
  }
  .consultationContent__text > span {
    font-size: 2.34375vw;
  }
  .exampleItem {
    padding: 1.171875vw 1.953125vw;
  }
  .exampleItem__number img {
    width: 7.890625vw;
  }
  .exampleItem__heading {
    font-size: 2.8125vw;
  }
  .exampleItem__heading.-single {
    margin-bottom: 0.703125vw;
    margin-top: 0.703125vw;
  }
  .exampleItem__img img {
    width: 18.75vw;
  }
  .exampleItem__content {
    margin-top: 1.25vw;
  }
  .exampleItem__specList {
    margin-bottom: 1.25vw;
    padding: 0.46875vw 1.09375vw;
  }
  .exampleItem__specList > li {
    font-size: 1.71875vw;
  }
  .exampleItem__subHeading {
    font-size: 1.71875vw;
  }
  .exampleItem__subHeading + .exampleItem__text {
    margin-top: 0.625vw;
  }
  .exampleItem__subHeading + .exampleItem__wrap {
    margin-top: 0.625vw;
  }
  .exampleItem__text {
    font-size: 1.71875vw;
  }
  .exampleItem__text + .exampleItem__subHeading {
    margin-top: 1.25vw;
  }
  .exampleItem__person {
    width: 7.8125vw;
  }
  .exampleItem__body {
    width: calc(100% - 8.59375vw);
  }
  .exampleItem__button {
    font-size: 2.34375vw;
    height: 4.453125vw;
    margin-top: 0.390625vw;
  }
  .exampleItem__button.-active {
    background-size: 1.015625vw auto;
    height: 3.046875vw;
  }
  .exampleItem__button > span {
    background-size: 2.1875vw auto;
    padding-right: 3.203125vw;
  }
  .heading {
    padding-bottom: 1.09375vw;
    padding-top: 1.09375vw;
  }
  .heading::before {
    height: 0.3125vw;
  }
  .heading::after {
    height: 0.3125vw;
  }
  .heading > span {
    font-size: 3.4375vw;
    padding-bottom: 0.78125vw;
    padding-top: 0.78125vw;
  }
  .heading b {
    font-size: 3.75vw;
  }
  .lineButton {
    height: 5vw;
  }
  .lineButton__icon img {
    width: 1.875vw;
  }
  .lineButton__text {
    font-size: 1.40625vw;
    margin-top: 0.15625vw;
  }
  .lineButton2 {
    height: 7.421875vw;
  }
  .lineButton2__icon img {
    width: 3.125vw;
  }
  .lineButton2__text {
    font-size: 2.03125vw;
    margin-top: 0.15625vw;
  }
  .mailButton {
    height: 5vw;
  }
  .mailButton__icon img {
    width: 1.875vw;
  }
  .mailButton__text {
    font-size: 1.40625vw;
    margin-top: 0.15625vw;
  }
  .mailButton2 {
    height: 7.421875vw;
  }
  .mailButton2__icon img {
    width: 3.125vw;
  }
  .mailButton2__text {
    font-size: 2.03125vw;
    margin-top: 0.15625vw;
  }
  .partner {
    padding: 2.734375vw 3.046875vw 2.578125vw 2.734375vw;
  }
  .partner + .partner {
    margin-top: 0.9375vw;
  }
  .partner__img {
    width: 14.0625vw;
  }
  .partner__img figcaption {
    font-size: 1.40625vw;
    margin-top: 0.625vw;
  }
  .partner__body {
    width: calc(100% - 15.234375vw);
  }
  .partner__profile {
    gap: 0.78125vw 2.34375vw;
    padding: 1.25vw 0.78125vw;
  }
  .partner__profile > div {
    -moz-column-gap: 0.78125vw;
    column-gap: 0.78125vw;
  }
  .partner__profile > div > dt {
    font-size: 1.328125vw;
  }
  .partner__profile > div > dd {
    font-size: 1.328125vw;
  }
  .partner__text {
    font-size: 1.40625vw;
    margin-top: 0.625vw;
  }
  .point__header {
    min-height: 10.9375vw;
    padding: 1.5625vw 1.640625vw;
    width: calc(100% - 26.5625vw);
  }
  .point__heading {
    font-size: 3.125vw;
    padding-left: 9.0625vw;
  }
  .point__heading > span {
    font-size: 5.234375vw;
    height: 7.8125vw;
    width: 7.8125vw;
  }
  .point__body {
    padding: 2.34375vw;
    width: calc(100% - 26.5625vw);
  }
  .point__text {
    font-size: 2.03125vw;
  }
  .point__img {
    width: 26.5625vw;
  }
  .step__img {
    width: 17.96875vw;
  }
  .step__body {
    padding-bottom: 2.34375vw;
    width: calc(100% - 21.09375vw);
  }
  .step__number > span {
    font-size: 1.71875vw;
    width: 11.25vw;
  }
  .step__number > span span {
    font-size: 2.1875vw;
  }
  .step__text {
    font-size: 2.8125vw;
    margin-top: 2.34375vw;
    padding-left: 1.25vw;
  }
  .telButton {
    height: 5vw;
  }
  .telButton__number {
    font-size: 1.328125vw;
  }
  .telButton__number > span {
    padding-left: 2.578125vw;
  }
  .telButton__number > span::before {
    background-size: 2.1875vw auto;
    height: 2.1875vw;
    width: 2.1875vw;
  }
  .telButton__time {
    font-size: 0.859375vw;
    margin-top: 0.546875vw;
  }
  .telButton2 {
    height: 7.421875vw;
  }
  .telButton2__number {
    font-size: 1.875vw;
  }
  .telButton2__number > span {
    padding-left: 4.296875vw;
  }
  .telButton2__number > span::before {
    background-size: 3.75vw auto;
    height: 3.75vw;
    width: 3.75vw;
  }
  .telButton2__time {
    font-size: 1.5625vw;
    margin-top: 1.171875vw;
  }
  .header {
    height: 7.8125vw;
  }
  .header__logo {
    left: 3.125vw;
  }
  .header__logo img {
    width: 47.265625vw;
  }
  .header__buttonList {
    -moz-column-gap: 0.78125vw;
    column-gap: 0.78125vw;
    right: 3.125vw;
  }
  .header__buttonList > li {
    width: 13.28125vw;
  }
  .header__buttonList > li:last-child {
    width: 14.84375vw;
  }
  .mv {
    margin-top: 7.8125vw;
  }
  .cta {
    padding-bottom: 3.671875vw;
    padding-top: 3.75vw;
  }
  .cta__heading {
    font-size: 2.03125vw;
    height: 4.6875vw;
    margin-left: 2.734375vw;
    width: 24.453125vw;
  }
  .cta__panel {
    margin-top: -2.734375vw;
    padding: 3.125vw 3.125vw 3.125vw 2.734375vw;
  }
  .cta__buttonList > li.-tel {
    width: 29.6875vw;
  }
  .cta__buttonList > li.-button {
    width: 22.34375vw;
  }
  .cta__tel {
    font-size: 2.96875vw;
    padding-left: 3.671875vw;
  }
  .cta__tel::before {
    background-size: 3.046875vw auto;
    height: 3.046875vw;
    width: 3.046875vw;
  }
  .cta__text {
    font-size: 1.328125vw;
    margin-top: 0.703125vw;
    padding-left: 3.671875vw;
  }
  .cta__text2 {
    font-size: 1.25vw;
    margin-top: 0.390625vw;
    padding-left: 3.671875vw;
  }
  .cta__text3 {
    font-size: 1.5625vw;
    margin-bottom: 0.78125vw;
  }
  .strength {
    padding-bottom: 3.203125vw;
    padding-top: 3.203125vw;
  }
  .strength__header {
    width: 19.921875vw;
  }
  .strength__heading {
    font-size: 2.1875vw;
  }
  .strength__heading span {
    font-size: 3.125vw;
  }
  .strength__body {
    width: calc(100% - 22.265625vw);
  }
  .strength__itemizedList > li {
    background-size: 2.34375vw auto;
    font-size: 1.875vw;
    padding-left: 2.734375vw;
  }
  .strength__itemizedList > li + li {
    margin-top: 0.9375vw;
  }
  .strength__itemizedList > li span {
    font-size: 2.8125vw;
  }
  .consultation {
    padding-top: 3.59375vw;
  }
  .consultation__heading {
    font-size: 3.125vw;
  }
  .consultation__heading > span {
    background-size: 70.546875vw auto;
    padding-bottom: 2.421875vw;
  }
  .consultation__wrap {
    margin-top: 1.640625vw;
  }
  .consultation__img {
    padding-left: 3.046875vw;
    width: 27.578125vw;
  }
  .consultation__body {
    width: calc(100% - 28.828125vw);
  }
  .consultation__contentList > li + li {
    margin-top: 0.9375vw;
  }
  .consultation__buttonList {
    margin-top: 2.109375vw;
  }
  .consultation__button {
    font-size: 2.578125vw;
    height: 6.09375vw;
    width: 40.15625vw;
  }
  .consultation__button > span {
    background-size: 2.1875vw auto;
    padding-right: 2.96875vw;
  }
  .delay__heading {
    font-size: 3.75vw;
    padding-bottom: 3.125vw;
    padding-top: 3.125vw;
  }
  .delay__heading::before {
    border-left: 1.8359375vw solid transparent;
    border-right: 1.8359375vw solid transparent;
    border-top: 2.03125vw solid #329bce;
    bottom: -2.03125vw;
  }
  .delay__body {
    padding-bottom: 5.625vw;
    padding-top: 6.71875vw;
  }
  .delay__body::before {
    border-top: 20.546875vw solid #d0ebf9;
  }
  .delay__text {
    font-size: 2.8125vw;
  }
  .delay__img {
    margin-top: 3.90625vw;
  }
  .delay__text2 {
    font-size: 4.84375vw;
    margin-top: 4.296875vw;
  }
  .delay__text2 > b {
    font-size: 5.625vw;
  }
  .delay__arrow {
    margin-top: 4.296875vw;
  }
  .delay__arrow img {
    width: 7.5vw;
  }
  .delay__panel {
    margin-top: 3.125vw;
  }
  .delay__panelBody {
    width: calc(100% - 19.0625vw);
  }
  .delay__subHeading {
    border-radius: 0px 0px 0.78125vw 0px;
    font-size: 2.1875vw;
    height: 5.15625vw;
    width: 34.0625vw;
  }
  .delay__itemizedList {
    margin-top: 2.34375vw;
    padding-left: 0.9375vw;
  }
  .delay__itemizedList > li {
    font-size: 1.796875vw;
  }
  .delay__itemizedList > li + li {
    margin-top: 0.78125vw;
  }
  .delay__panelImg {
    padding-bottom: 1.5625vw;
    padding-left: 0.546875vw;
    padding-right: 1.328125vw;
    padding-top: 1.640625vw;
    width: 19.0625vw;
  }
  .about {
    padding-bottom: 11.484375vw;
    padding-top: 7.8125vw;
  }
  .about__text {
    font-size: 2.8125vw;
    margin-top: 4.6875vw;
  }
  .about__text b {
    font-size: 3.59375vw;
  }
  .about__img {
    margin-top: 8.359375vw;
  }
  .about__img img {
    width: 76.171875vw;
  }
  .difference {
    padding-bottom: 8.828125vw;
    padding-top: 9.0625vw;
  }
  .difference__img {
    margin-top: 1.796875vw;
  }
  .reason {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
  .reason__pointList {
    margin-top: 4.6875vw;
  }
  .reason__pointList > li + li {
    margin-top: 3.125vw;
  }
  .example {
    padding-bottom: 6.25vw;
    padding-top: 4.6875vw;
  }
  .example__itemList {
    gap: 2.734375vw;
    margin-top: 4.6875vw;
  }
  .example__itemList > li {
    width: calc(50% - 1.3671875vw);
  }
  .chat {
    padding-bottom: 7.8125vw;
    padding-top: 4.6875vw;
  }
  .chat__container {
    max-width: 84.375vw;
  }
  .chat__panel {
    margin-top: -5.3125vw;
    padding: 8.59375vw 2.5390625vw 4.21875vw 2.5390625vw;
  }
  .chat__pointList {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .chat__pointList > li {
    font-size: 1.5625vw;
  }
  .chat__pointList > li img {
    margin-right: 0.390625vw;
    width: 1.875vw;
  }
  .chat__flowList {
    margin-top: 3.125vw;
  }
  .chat__flowList > ol > li {
    width: 24.21875vw;
  }
  .chat__flowList > ol > li + li::before {
    background-size: 2.03125vw auto;
    height: 2.421875vw;
    left: -2.65625vw;
    width: 2.03125vw;
  }
  .cta2 {
    padding-bottom: 2.34375vw;
    padding-top: 2.34375vw;
  }
  .cta2__img {
    bottom: -2.34375vw;
  }
  .cta2__img img {
    width: 23.90625vw;
  }
  .cta2__panel {
    padding: 1.015625vw 4.8828125vw 1.796875vw 5.078125vw;
    width: 61.484375vw;
  }
  .cta2__text {
    font-size: 2.34375vw;
  }
  .cta2__wrap {
    margin-top: 1.25vw;
  }
  .cta2__icon {
    width: 6.953125vw;
  }
  .cta2__body {
    width: 43.671875vw;
  }
  .cta2__button {
    font-size: 2.8125vw;
    height: 6.71875vw;
  }
  .cta2__button > span {
    background-size: 2.8125vw auto;
    padding-right: 3.75vw;
  }
  .message__header {
    padding-bottom: 4.84375vw;
    padding-top: 7.8125vw;
  }
  .message__body {
    padding-bottom: 4.6875vw;
    padding-top: 4.6875vw;
  }
  .director__name {
    width: 31.71875vw;
  }
  .director__name > div {
    height: 4.375vw;
  }
  .director__name > div > dt {
    font-size: 2.1875vw;
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .director__name > div > dd {
    font-size: 2.1875vw;
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .director__name > div > dd::before {
    height: 2.34375vw;
  }
  .director__img {
    width: 31.71875vw;
  }
  .director__body {
    width: calc(100% - 34.0625vw);
  }
  .director__text {
    font-size: 1.5625vw;
    margin-top: 1.875vw;
  }
  .introduction {
    padding-bottom: 4.6875vw;
    padding-top: 4.6875vw;
  }
  .introduction__heading {
    font-size: 3.4375vw;
  }
  .introduction__heading > span {
    background-size: 36.71875vw auto;
    padding-bottom: 2.421875vw;
  }
  .introduction__text {
    font-size: 2.8125vw;
    margin-top: 3.125vw;
  }
  .introduction__slider {
    margin-top: 3.125vw;
  }
  .flow {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
  .flow__text {
    font-size: 2.8125vw;
    margin-top: 4.6875vw;
  }
  .flow__stepList {
    margin-top: 4.6875vw;
  }
  .flow__stepList > li + li {
    margin-top: 3.75vw;
  }
  .flow__stepList > li + li::before {
    height: 2.1875vw;
    top: -2.96875vw;
    width: 4.140625vw;
  }
  .faq {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
  .faq__qaList {
    margin-top: 4.6875vw;
  }
  .faq__qaList > div + div {
    margin-top: 1.875vw;
  }
  .faq__qaList > div > dt {
    background-position: right 1.5625vw center;
    background-size: 4.21875vw auto;
    font-size: 2.5vw;
    padding: 0.9375vw 8.203125vw 0.9375vw 7.421875vw;
  }
  .faq__qaList > div > dt::before {
    height: 3.515625vw;
    left: 1.5625vw;
    width: 3.515625vw;
  }
  .faq__qaList > div > dd {
    margin-top: 2.109375vw;
    padding-left: 7.421875vw;
  }
  .faq__qaList > div > dd::before {
    height: 3.515625vw;
    left: 1.5625vw;
    width: 3.515625vw;
  }
  .faq__text {
    font-size: 2.5vw;
  }
  .map {
    padding-bottom: 4.765625vw;
    padding-top: 4.765625vw;
  }
  .map__img img {
    width: 70.3125vw;
  }
  .cta3 {
    padding-bottom: 3.90625vw;
    padding-top: 3.90625vw;
  }
  .cta3__container {
    max-width: 90.625vw;
  }
  .cta3__panel {
    padding: 2.890625vw 7.34375vw 3.203125vw 7.34375vw;
  }
  .cta3__heading {
    font-size: 3.4375vw;
  }
  .cta3__text {
    font-size: 2.03125vw;
    margin-top: 2.34375vw;
  }
  .cta3__labelList {
    margin-top: 2.34375vw;
  }
  .cta3__labelList > li {
    width: 18.75vw;
  }
  .cta3__labelList > li > span {
    font-size: 2.1875vw;
    height: 3.203125vw;
  }
  .cta3__buttonList {
    margin-top: 2.34375vw;
  }
  .cta3__buttonList > li {
    width: 23.4375vw;
  }
  .overview {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
  .overview__heading {
    font-size: 3.4375vw;
  }
  .overview__descriptionList {
    margin-top: 4.6875vw;
  }
  .overview__descriptionList > div {
    padding-bottom: 1.875vw;
  }
  .overview__descriptionList > div + div {
    margin-top: 1.875vw;
  }
  .overview__descriptionList > div > dt {
    font-size: 1.71875vw;
    padding-left: 1.25vw;
    width: 13.90625vw;
  }
  .overview__descriptionList > div > dd {
    width: calc(100% - 13.90625vw);
  }
  .overview__text {
    font-size: 1.71875vw;
  }
  .footer {
    padding-bottom: 7.8125vw;
  }
  .footer__logo img {
    width: 43.90625vw;
  }
}

@media screen and (max-width: 767px){
  .chatItem__number img {
    width: 70px;
  }
  .chatItem__panel {
    padding: 46px 10px 16px 10px;
  }
  .chatItem__heading {
    background-size: 250px auto;
    font-size: 26px;
    padding-bottom: 34px;
  }
  .chatItem__img img {
    width: 200px;
  }
  .container {
    margin-left: 16px;
    margin-right: 16px;
    max-width: inherit;
  }
  .consultationContent {
    display: block;
  }
  .consultationContent__header {
    width: 146px;
  }
  .consultationContent__heading {
    font-size: 14px;
    margin-bottom: -5px;
    position: relative;
  }
  .consultationContent__heading > span {
    font-size: 18px;
  }
  .consultationContent__body {
    padding: 6px 0;
    width: auto;
  }
  .consultationContent__text {
    font-size: 18px;
    line-height: 1.4211;
    text-align: center;
  }
  .consultationContent__text > span {
    font-size: 21px;
  }
  .exampleItem {
    padding: 30px 16px;
  }
  .exampleItem__number img {
    width: 100px;
  }
  .exampleItem__heading {
    font-size: 26px;
  }
  .exampleItem__heading.-single {
    margin-bottom: 0;
    margin-top: 0;
  }
  .exampleItem__img img {
    width: 240px;
  }
  .exampleItem__content {
    margin-top: 16px;
  }
  .exampleItem__specList {
    margin-bottom: 16px;
    padding: 6px 14px;
  }
  .exampleItem__specList > li {
    font-size: 14px;
  }
  .exampleItem__subHeading {
    font-size: 16px;
  }
  .exampleItem__subHeading + .exampleItem__text {
    margin-top: 8px;
  }
  .exampleItem__subHeading + .exampleItem__wrap {
    margin-top: 8px;
  }
  .exampleItem__text {
    font-size: 14px;
  }
  .exampleItem__text + .exampleItem__subHeading {
    margin-top: 16px;
  }
  .exampleItem__person {
    width: 100px;
  }
  .exampleItem__body {
    width: calc(100% - 110px);
  }
  .exampleItem__button {
    font-size: 24px;
    height: 48px;
    margin-top: 10px;
  }
  .exampleItem__button.-active {
    background-size: 13px auto;
    height: 39px;
  }
  .exampleItem__button > span {
    background-size: 28px auto;
    padding-right: 41px;
  }
  .heading {
    padding-bottom: 10px;
    padding-top: 14px;
  }
  .heading::before {
    height: 4px;
  }
  .heading::after {
    height: 4px;
  }
  .heading > span {
    font-size: 34px;
    padding-bottom: 17px;
    padding-top: 17px;
  }
  .heading b {
    font-size: 34px;
  }
  .lineButton2 {
    height: 55px;
  }
  .lineButton2 > div {
    align-items: center;
    display: flex;
  }
  .lineButton2__icon img {
    width: 24px;
  }
  .lineButton2__text {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 0;
  }
  .mailButton2 {
    height: 55px;
  }
  .mailButton2 > div {
    align-items: center;
    display: flex;
  }
  .mailButton2__icon img {
    width: 24px;
  }
  .mailButton2__text {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 0;
  }
  .partner {
    display: block;
    padding: 22px 12px 13px 12px;
  }
  .partner__img {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto;
  }
  .partner__img img {
    width: 79px;
  }
  .partner__img figcaption {
    font-size: 18px;
    padding-left: 16px;
  }
  .partner__body {
    margin-top: 12px;
    width: auto;
  }
  .partner__profile {
    display: block;
    padding: 16px 10px;
  }
  .partner__profile > div {
    gap: 4px 0;
  }
  .partner__profile > div:first-child > dt {
    width: 4em;
  }
  .partner__profile > div:first-child > dd {
    padding-left: 2px;
    width: calc(100% - 4em);
  }
  .partner__profile > div:nth-child(2) > dt {
    width: 5.5em;
  }
  .partner__profile > div:nth-child(2) > dd {
    padding-left: 2px;
    width: calc(100% - 5.5em);
  }
  .partner__profile > div:last-child > dt {
    width: 5em;
  }
  .partner__profile > div:last-child > dd {
    padding-left: 2px;
    width: calc(100% - 5em);
  }
  .partner__profile > div > dt {
    font-size: 16px;
    line-height: 1.25;
  }
  .partner__profile > div > dd {
    font-size: 16px;
    line-height: 1.25;
  }
  .partner__text {
    font-size: 16px;
    margin-top: 11px;
  }
  .point__header {
    padding: 36px 21px 20px 21px;
    width: auto;
  }
  .point__heading {
    font-size: 30px;
    padding-left: 0;
  }
  .point__heading > span {
    font-size: 38px;
    height: 56px;
    left: 50%;
    top: -64px;
    transform: translateX(-50%);
    width: 56px;
  }
  .point__body {
    padding: 30px;
    width: auto;
  }
  .point__text {
    font-size: 18px;
    letter-spacing: 0;
  }
  .point__img {
    position: static;
    width: auto;
  }
  .point__img img {
    width: 100%;
  }
  .step {
    border-bottom: 1px solid #329bce;
    padding-bottom: 10px;
  }
  .step__img {
    width: 124px;
  }
  .step__body {
    border-bottom: 0;
    padding-bottom: 0;
    width: calc(100% - 140px);
  }
  .step__number > span {
    font-size: 14px;
    height: 27px;
    width: 118px;
  }
  .step__number > span span {
    font-size: 20px;
  }
  .step__text {
    font-size: 20px;
    margin-top: 10px;
    padding-left: 5px;
  }
  .telButton2 {
    height: 55px;
  }
  .telButton2__number {
    font-size: 20px;
  }
  .telButton2__number > span {
    padding-left: 40px;
  }
  .telButton2__number > span::before {
    background-size: 28px auto;
    height: 28px;
    width: 28px;
  }
  .telButton2__time {
    font-size: 11px;
  }
  .header {
    height: 63px;
  }
  .header__logo {
    left: 18px;
  }
  .header__logo img {
    width: 339px;
  }
  .mv {
    margin-top: 63px;
    position: relative;
  }
  .cta {
    padding-bottom: 23px;
    padding-top: 23px;
  }
  .cta__heading {
    font-size: 26px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 313px;
  }
  .cta__panel {
    margin-top: -30px;
    padding: 44px 20px 33px 20px;
  }
  .cta__buttonList {
    display: block;
  }
  .cta__buttonList > li.-tel {
    width: auto;
  }
  .cta__buttonList > li.-button {
    width: auto;
  }
  .cta__buttonList > li + li {
    margin-top: 12px;
  }
  .strength {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .strength__wrap {
    display: block;
  }
  .strength__header {
    text-align: center;
    width: auto;
  }
  .strength__heading {
    display: inline-block;
    font-size: 21px;
    padding: 8px 24px;
  }
  .strength__heading span {
    font-size: 30px;
  }
  .strength__body {
    margin-top: 29px;
    width: auto;
  }
  .strength__itemizedList > li {
    background-position: top 5px left 0;
    background-size: 30px auto;
    font-size: 18px;
    padding-left: 35px;
  }
  .strength__itemizedList > li + li {
    margin-top: 12px;
  }
  .strength__itemizedList > li span {
    font-size: 22px;
  }
  .consultation {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .consultation__heading {
    font-size: 26px;
    line-height: 1.5;
  }
  .consultation__heading > span {
    background-size: auto 14px;
    padding-bottom: 32px;
  }
  .consultation__wrap {
    display: block;
    margin-top: 18px;
  }
  .consultation__body {
    width: auto;
  }
  .consultation__contentList > li + li {
    margin-top: 12px;
  }
  .consultation__buttonList {
    margin-top: 75px;
  }
  .consultation__button {
    border-bottom-width: 4px;
    font-size: 20px;
    font-weight: 500;
    height: 100px;
    justify-content: left;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding-left: 162px;
    position: relative;
    width: auto;
  }
  .consultation__button > figure {
    bottom: 0;
    left: 17px;
    position: absolute;
  }
  .consultation__button > span {
    background-position: right 30px bottom 5px;
    background-size: 19px auto;
  }
  .delay__heading {
    font-size: 21px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .delay__heading::before {
    border-left: 9.5px solid transparent;
    border-right: 9.5px solid transparent;
    border-top: 11px solid #329bce;
    bottom: -11px;
  }
  .delay__body {
    padding-bottom: 8px;
    padding-top: 41px;
  }
  .delay__body::before {
    border-left: 98px solid transparent;
    border-right: 98px solid transparent;
    border-top: 58px solid #d0ebf9;
    bottom: -58px;
  }
  .delay__text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .delay__img {
    background-color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 32px;
    max-width: inherit;
    text-align: center;
    width: calc(100% + 32px);
  }
  .delay__text2 {
    font-size: 40px;
  }
  .delay__text2 > b {
    font-size: 50px;
  }
  .delay__text2 > span {
    font-size: 28px;
  }
  .delay__arrow {
    margin-top: 34px;
  }
  .delay__arrow img {
    width: 96px;
  }
  .delay__panel {
    display: block;
    margin-top: 60px;
  }
  .delay__panelBody {
    width: auto;
  }
  .delay__subHeading {
    border-radius: 0px 0px 6px 0px;
    font-size: 24px;
    height: 54px;
    max-width: 331px;
    width: auto;
  }
  .delay__itemizedList {
    margin-top: 24px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .delay__itemizedList > li {
    font-size: 18px;
  }
  .delay__itemizedList > li span {
    font-size: 20px;
  }
  .delay__panelImg {
    margin-top: 24px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .about {
    padding-bottom: 60px;
    padding-top: 105px;
  }
  .about__text {
    font-size: 18px;
    margin-top: 30px;
  }
  .about__text b {
    font-size: 20px;
  }
  .about__img {
    margin-top: 30px;
  }
  .difference {
    padding-bottom: 47px;
    padding-top: 57px;
  }
  .difference__img {
    margin-top: 12px;
  }
  .reason {
    padding-bottom: 60px;
    padding-top: 56px;
  }
  .reason__pointList {
    margin-top: 60px;
  }
  .reason__pointList > li + li {
    margin-top: 40px;
  }
  .example {
    padding-bottom: 80px;
    padding-top: 56px;
  }
  .example__itemList {
    display: block;
  }
  .example__itemList > li {
    width: auto;
  }
  .example__itemList > li + li {
    margin-top: 12px;
  }
  .chat {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .chat__container {
    max-width: inherit;
  }
  .chat__panel {
    margin-top: -80px;
    padding: 110px 0px 54px 16px;
  }
  .chat__pointList {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .chat__pointList > li {
    font-size: 18px;
  }
  .chat__pointList > li + li {
    margin-top: 20px;
  }
  .chat__pointList > li img {
    margin-right: 5px;
    width: 24px;
  }
  .chat__flowList {
    margin-top: 25px;
    overflow-x: scroll;
  }
  .chat__flowList > ol {
    width: 892px;
  }
  .chat__flowList > ol > li {
    width: 270px;
  }
  .chat__flowList > ol > li + li::before {
    background-size: 26px auto;
    height: 31px;
    left: -31px;
    width: 26px;
  }
  .cta2 {
    padding-bottom: 21px;
    padding-top: 21px;
  }
  .cta2__img {
    left: 20px;
    top: -40px;
  }
  .cta2__img img {
    width: 130px;
  }
  .cta2__panel {
    padding: 27px 8px 14px 8px;
    width: auto;
  }
  .cta2__text {
    font-size: 20px;
    line-height: 1.5;
    margin-left: 110px;
  }
  .cta2__icon {
    width: 50px;
  }
  .cta2__body {
    width: calc(100% - 54px);
  }
  .cta2__button {
    border-bottom-width: 2px;
    font-size: 21px;
    height: 50px;
    position: relative;
  }
  .cta2__button > span {
    background-size: 21px auto;
    padding-right: 30px;
  }
  .message__header {
    padding-bottom: 30px;
    padding-top: 56px;
  }
  .message__body {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .director {
    display: block;
  }
  .director__name {
    margin-left: 160px;
    margin-top: -60px;
    position: relative;
    width: 177px;
  }
  .director__name > div {
    height: 70px;
    justify-content: center;
  }
  .director__name > div > dt {
    font-size: 20px;
    letter-spacing: 0.075em;
    text-align: center;
    width: 100%;
  }
  .director__name > div > dd {
    font-size: 20px;
    letter-spacing: 0.075em;
    text-align: center;
    width: 100%;
  }
  .director__name > div > dd::before {
    height: 1px;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    width: 93px;
  }
  .director__img {
    width: auto;
  }
  .director__body {
    width: auto;
  }
  .director__text {
    font-size: 16px;
    margin-top: 24px;
  }
  .introduction {
    padding-bottom: 93px;
    padding-top: 30px;
  }
  .introduction__heading {
    font-size: 26px;
    line-height: 1.5;
  }
  .introduction__heading > span {
    background-size: auto 12px;
    padding-bottom: 32px;
  }
  .introduction__text {
    font-size: 20px;
    margin-top: 14px;
  }
  .introduction__slider {
    margin-top: 24px;
  }
  .introduction__slider .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .introduction__slider .swiper-button-prev {
    background-size: 40px auto;
    height: 40px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-85px);
    width: 40px;
  }
  .introduction__slider .swiper-button-next {
    background-size: 40px auto;
    height: 40px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-85px);
    width: 40px;
  }
  .flow {
    padding-bottom: 60px;
    padding-top: 17px;
  }
  .flow__text {
    font-size: 20px;
    margin-top: 40px;
  }
  .flow__stepList {
    margin-top: 40px;
  }
  .flow__stepList > li + li {
    margin-top: 48px;
  }
  .flow__stepList > li + li::before {
    height: 28px;
    top: -38px;
    width: 53px;
  }
  .faq {
    padding-bottom: 60px;
    padding-top: 56px;
  }
  .faq__qaList {
    margin-top: 20px;
  }
  .faq__qaList > div + div {
    margin-top: 10px;
  }
  .faq__qaList > div > dt {
    background-position: right 8px center;
    background-size: 26px auto;
    font-size: 16px;
    padding: 10px 42px 10px 40px;
  }
  .faq__qaList > div > dt::before {
    height: 28px;
    left: 8px;
    width: 28px;
  }
  .faq__qaList > div > dd {
    padding-left: 38px;
  }
  .faq__qaList > div > dd::before {
    height: 28px;
    left: 0;
    width: 28px;
  }
  .faq__text {
    font-size: 16px;
    letter-spacing: 0.0444em;
  }
  .map {
    padding-bottom: 34px;
    padding-top: 56px;
  }
  .map__img img {
    width: 343px;
  }
  .cta3 {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .cta3__container {
    margin-left: 8px;
    margin-right: 8px;
    max-width: inherit;
  }
  .cta3__panel {
    padding: 24px 16px 24px 16px;
  }
  .cta3__heading {
    font-size: 28px;
  }
  .cta3__text {
    font-size: 16px;
    margin-top: 16px;
  }
  .cta3__labelList {
    gap: 4px 2px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .cta3__labelList > li {
    width: calc(50% - 1px);
  }
  .cta3__labelList > li > span {
    font-size: 18px;
    height: 30px;
  }
  .cta3__buttonList {
    display: block;
  }
  .cta3__buttonList > li {
    width: auto;
  }
  .cta3__buttonList > li + li {
    margin-top: 12px;
  }
  .overview {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .overview__heading {
    font-size: 32px;
  }
  .overview__descriptionList {
    margin-top: 20px;
  }
  .overview__descriptionList > div {
    display: block;
    padding-bottom: 20px;
  }
  .overview__descriptionList > div + div {
    margin-top: 20px;
  }
  .overview__descriptionList > div > dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6666;
    padding-left: 0;
    width: auto;
  }
  .overview__descriptionList > div > dd {
    margin-top: 6px;
    width: auto;
  }
  .overview__text {
    font-size: 16px;
    font-weight: 400;
  }
  .overview__text.-indent {
    padding-left: 86px;
    position: relative;
  }
  .overview__text.-indent > span {
    left: 0;
    position: absolute;
    top: 0;
  }
  .overview__text + .overview__text {
    margin-top: 6px;
  }
  .footer {
    padding-bottom: 163px;
  }
  .footer__logo img {
    width: 302px;
  }
  .md\:u-block {
    display: block !important;
  }
  .md\:u-flex {
    display: flex !important;
  }
  .md\:u-hidden {
    display: none;
  }
}

@media (hover: hover){
  .exampleItem__button:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .lineButton:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .lineButton2:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .lineButton3:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .mailButton:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .mailButton2:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .mailButton3:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .telButton:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .telButton2:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .telButton3:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .consultation__button:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .consultation__button2:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .cta2__button:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.inquiry-box {
  padding: 100px 0;
  background: #fcf5e5;
}
.inquiry-box .heading {
  margin-bottom: 50px;
}
.inquiry-box .heading > span {
  background: #dba811;
}
.inquiry-box .heading::before,
.inquiry-box .heading::after {
  background: #dba811;
}
.inquiry-box .contact-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.inquiry-box .form-group {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 40px;
}
.inquiry-box .labels {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.inquiry-box .labels::after {
  content: '任意';
  display: block;
  width: 57px;
  text-align: center;
  line-height: 27px;
  background: #aeaeae;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
  border-radius: 4px;
  margin-left: 13px;
}
.inquiry-box .required .labels::after {
  content: '必須';
  background: #e15023;
}
.inquiry-box .input {
  width: 100%;
  position: relative;
}
.inquiry-box select,
.inquiry-box textarea,
.inquiry-box input[type='text'],
.inquiry-box input[type='email'] {
  width: 100%;
  height: 67px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  font-size: 23px;
  padding: 0 15px;
}
.inquiry-box select:focus,
.inquiry-box textarea:focus,
.inquiry-box input[type='text']:focus,
.inquiry-box input[type='email']:focus {
  outline: none;
  outline: 0;
}
.inquiry-box select {
  color: #cfcfcf;
}
.inquiry-box .w100 {
  width: 100%;
  margin-bottom: 0;
}
.inquiry-box textarea {
  padding: 15px;
  height: 264px;
}
.inquiry-box .agree-box {
  width: 100%;
  max-width: 806px;
  margin: 50px auto 0;
}
.inquiry-box .agree-box__text {
  height: 162px;
  overflow-y: scroll;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 45px;
}
.inquiry-box .agree-box__text p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #767676;
}
.inquiry-box .agree-box__text p span {
  font-size: 14px;
  font-weight: 700;
}
.inquiry-box .agree-box__check {
  text-align: center;
}
.inquiry-box .agree-box__check--input {
  margin-bottom: 20px;
  font-size: 23px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-box .agree-box__check--input input {
  margin: 0;
  transform: scale(1.5);
  margin-right: 20px;
}
.inquiry-box .agree-box__check p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 40px;
}
.inquiry-box .more-box {
  width: 100%;
  text-align: center;
}
.inquiry-box .more-box button {
  width: 330px;
  padding: 0;
  text-align: center;
  background: #dba811;
  line-height: 78px;
  border-radius: 38px;
  border: none;
  cursor: pointer;
  font-size: 26px;
  color: #FFFFFF;
  transition: all 300ms ease-in-out;
}
.inquiry-box .more-box button:hover {
  background: #329bce;
}
.inquiry-box .more-box button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.error {
  font-size: 16px;
  position: absolute;
  bottom: -23px;
  left: 0;
  color: #FF0000;
}
#result input.error {
  border-color: #e41919;
}
#result div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}
#result div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}
.thanks-box {
  padding: 35px 0 50px;
}
.thanks-box .container {
  max-width: 600px;
}
.thanks-box__logo {
  margin-bottom: 115px;
}
.thanks-box__logo img {
  width: 100%;
} 
.thanks-box__main {
  margin-bottom: 80px;
}
.thanks-box__main h2 {
  font-size: 37px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #12c8eb;
} 
.thanks-box__main p {
  font-size: 16px;
  line-height: 29px;
} 
.thanks-box__copyright {
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .inquiry-box {
    padding: 9.375vw 0;
  }
  .inquiry-box .heading {
    margin-bottom: 7.8125vw;
  }
  .inquiry-box .contact-form {
    margin: 0;
  }
  .inquiry-box .form-group {
    width: 100%;
    padding: 0;
    margin-bottom: 6.25vw;
  }
  .inquiry-box .labels {
    margin-bottom: 2.03125vw;
    font-size: 3.59375vw;
  }
  .inquiry-box .labels::after {
    width: 8.90625vw;
    line-height: 4.21875vw;
    font-size: 2.65625vw;
    margin-left: 2.03125vw;
  }
  .inquiry-box select,
  .inquiry-box textarea,
  .inquiry-box input[type='text'],
  .inquiry-box input[type='email'] {
    width: 100%;
    height: 10.46875vw;
    font-size: 16px;
    padding: 0 2.34375vw;
  }
  .inquiry-box textarea {
    padding: 2.34375vw;
    height: 41.25vw;
  }
  .inquiry-box .agree-box {
    max-width: 100%;
    margin: 7.8125vw auto 0;
  }
  .inquiry-box .agree-box__text {
    height: 25.3125vw;
    padding: 3.125vw;
    margin-bottom: 7.03125vw;
  }
  .inquiry-box .agree-box__text p {
    margin-bottom: 2.34375vw;
    font-size: 1.875vw;
    line-height: 2.8125vw;
  }
  .inquiry-box .agree-box__text p span {
    font-size: 2.1875vw;
  }
  .inquiry-box .agree-box__check--input {
    margin-bottom: 3.125vw;
    font-size: 3.59375vw;
  }
  .inquiry-box .agree-box__check--input input {
    margin-right: 3.125vw;
    transform: scale(1.2);
  }
  .inquiry-box .agree-box__check p {
    font-size: 2.34375vw;
    line-height: 3.4375vw;
    margin-bottom: 6.25vw;
  }
  .inquiry-box .more-box button {
    width: 69.0625vw;
    line-height: 16.25vw;
    border-radius: 8.125vw;
    font-size: 4.0625vw;
  }
  .error {
    font-size: 2.5vw;
    position: static;
    margin-top: 2vw;
  }
  .thanks-box__main h2 {
    line-height: 1.4;
  }
  .thanks-box__copyright {
    line-height: 1.4;
  }
}