@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.0860495437vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.c-button {
  display: flex;
  align-items: center;
  gap: 6rem;
  border-radius: 1.6rem;
  border: 3px solid #145bad;
  background: #b8f4ff;
  box-shadow: 4px 4px 0 0 #145bad;
  width: fit-content;
  padding: 3rem 3rem 3rem 6rem;
}
@media only screen and (max-width: 767px) {
  .c-button {
    gap: 4.6875vw;
    padding: 3.125vw 4.6875vw 3.125vw 7.8125vw;
  }
}
.c-button.--yellow {
  padding: 2rem 8rem 2rem 4rem;
  color: #145bad;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  background: #f8ef53 url(../img/common/icon-arrow03.svg) no-repeat 91% center;
}
@media only screen and (max-width: 1580px) {
  .c-button.--yellow {
    padding: 0.6329113924vw 5.0632911392vw 0.6329113924vw 2.5316455696vw;
    font-size: 1.8987341772vw;
  }
}
@media only screen and (max-width: 1200px) {
  .c-button.--yellow {
    padding: 1rem 8rem 1rem 3rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-button.--yellow {
    padding: 3.125vw 12.5vw 3.125vw 6.25vw;
  }
}
@media only screen and (max-width: 1580px) {
  .c-button.--yellow span {
    font-size: 1.8987341772vw;
  }
}
@media only screen and (max-width: 1200px) {
  .c-button.--yellow span {
    font-size: 2.4rem;
  }
}
.c-button span {
  color: #145bad;
  font-feature-settings: "halt" on;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-button span {
    font-size: 4.6875vw;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.color-blue {
  color: #145bad;
}

a.no-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header {
    min-width: 100%;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b1b1a7;
  width: 6.25vw;
  height: 6.25vw;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 1200px) {
  .header-logo {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 12vw;
    height: 12vw;
  }
}
.header-logo img {
  width: 5vw;
}
@media only screen and (max-width: 1200px) {
  .header-logo img {
    width: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 80%;
  }
}

.kaitori-logo {
  width: 20.8333333333vw;
}
@media only screen and (max-width: 1200px) {
  .kaitori-logo {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .kaitori-logo {
    width: 46.9973890339vw;
    margin-top: 0.7832898172vw;
  }
}

.header__left-link {
  margin-left: 1em;
}
.header__left-link a {
  display: block;
  color: #fff;
  font-feature-settings: "halt" on;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #145bad;
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 1.9270833333vw;
  border-radius: 100vw;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header__left-link a {
    font-size: 1.2rem;
    padding: 0.6rem 1.3rem 0.6rem 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__left-link a {
    font-size: 2rem;
    padding: 0.7em 2em 0.8em 3em;
  }
}
.header__left-link a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow01.svg) no-repeat center center;
  background-size: contain;
  width: 0.46875vw;
  height: 0.625vw;
  top: 50%;
  left: 1.0416666667vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .header__left-link a::before {
    width: 0.56rem;
    height: 0.75rem;
    left: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__left-link a::before {
    width: 0.9rem;
    height: 1.2rem;
    left: 4.6875vw;
  }
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 1.8229166667vw;
}
@media only screen and (max-width: 1200px) {
  .header__left {
    gap: 2.2rem;
  }
}

.button-gnav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .button-gnav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 12vw;
    height: 12vw;
    background: #145bad url(../img/common/btn_nav.png) no-repeat center center;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 767px) {
  .header__right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #edfafd;
    transition: right 0.3s ease;
    isolation: isolate;
  }
}
@media only screen and (max-width: 767px) {
  .header__right.is-open {
    right: 0;
  }
}
.header__right.is-open .button-close {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header__right .button-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 12vw;
    height: 12vw;
    background: #145bad url(../img/common/btn_close.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 10;
    display: none;
  }
}

.header__right-inner {
  display: flex;
  align-items: center;
  gap: 3.125vw;
}
@media only screen and (max-width: 1200px) {
  .header__right-inner {
    gap: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__right-inner {
    flex-direction: column;
    padding-top: 28.125vw;
    gap: 5rem;
  }
}

.gnav__list {
  display: flex;
  gap: 2.5vw;
}
@media only screen and (max-width: 1200px) {
  .gnav__list {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__list {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}

.gnav__item a {
  text-decoration: none;
  font-feature-settings: "halt" on;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .gnav__item a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__item a {
    color: #145bad;
    font-size: 4.6875vw;
  }
}

.header__contact {
  margin-right: 1.3020833333vw;
}
@media only screen and (max-width: 1200px) {
  .header__contact {
    margin-right: 1.5rem;
  }
}
.header__contact p {
  color: #1f1713;
  font-feature-settings: "halt" on;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .header__contact p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__contact p {
    color: #145bad;
    font-size: 3.4375vw;
    text-align: center;
  }
}
.header__contact a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3645833333vw;
}
@media only screen and (max-width: 1200px) {
  .header__contact a {
    gap: 0.4rem;
  }
}
.header__contact img {
  width: 3.125vw;
}
@media only screen and (max-width: 1200px) {
  .header__contact img {
    width: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__contact img {
    width: 10.9375vw;
  }
}
.header__contact span {
  color: #145bad;
  font-feature-settings: "halt" on;
  font-family: Oswald;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  .header__contact span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__contact span {
    font-size: 9.375vw;
  }
}

.container {
  padding-top: 6.25vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-top: 12vw;
    min-width: 100%;
  }
}

main {
  margin: 0 auto 80px;
}

.content {
  padding: 12rem 0;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 10.9375vw 0;
  }
}

.page_title {
  padding: 0.25em 0.75em;
  font-size: 4rem;
  color: #fff;
  background: #145bad;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page_title {
    width: fit-content;
  }
}
.page_title_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 400px;
  background: url(../img/common/bg_pagetitle.webp) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap {
    height: 30rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    margin: 0 0 6vw;
    padding: 30vw 0 0;
    text-align: center;
    background-size: 200% auto !important;
  }
  .page-title .en {
    margin: 0.5em;
    font-size: 5rem;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .page-title .en:first-letter {
    color: #e40011;
  }
  .page-title h1 {
    font-size: 2rem;
  }
}

#breadcrumb {
  margin: 0.5em auto 0;
  padding: 0 30px;
  max-width: 1200px;
  display: flex;
  font-size: 1.3rem;
  letter-spacing: 0;
}
#breadcrumb a {
  display: block;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
#breadcrumb a:after {
  padding: 0 0.5em;
  content: "-";
  display: inline-block;
}
#breadcrumb li:last-child {
  color: #e40011;
}

section {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section {
    margin-bottom: 8vw;
  }
}
section h2 {
  margin: 1.5em 0 1em;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  section h2 {
    font-size: 2.4rem;
  }
}
section h2.uline {
  /* padding-bottom: .5em;
  border-bottom: solid 2px rgba(0,0,0,1); */
  letter-spacing: 0.15em;
}
section h3 {
  margin-bottom: 1em;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  section h3 {
    font-size: 2rem;
  }
}
section .anchor {
  position: absolute;
  top: -120px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  section .anchor {
    top: 0;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 5vw;
    max-width: 100%;
  }
}
.inner.-md {
  max-width: 1330px;
}
@media only screen and (max-width: 767px) {
  .inner.-md {
    width: 100%;
  }
}
.inner.-md-wide {
  max-width: 138rem;
}
.inner.-lg {
  max-width: 1580px;
}
@media only screen and (max-width: 767px) {
  .inner.-lg {
    width: 100%;
  }
}
.inner.-full {
  width: 100%;
  max-width: 100%;
}

.nav-page {
  margin: 1em auto 60px;
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.075);
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.nav-page li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.nav-page a {
  padding: 1em 20px 1em;
  background: transparent url(../img/common/arw_s_b_b.png) no-repeat center bottom 0.5em;
  background-size: 16px auto;
  display: block;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .nav-page a {
    padding: 1em 20px 1.5em;
  }
}
.nav-page .act a {
  color: #e40011;
  background: none;
}

.nav-btm {
  margin: 60px auto 0;
  padding: 0 30px;
  overflow: hidden;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .nav-btm {
    padding: 0 4vw;
    width: 100%;
  }
}
.nav-btm li {
  padding: 0.75em 3em 0 0;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .nav-btm li {
    padding: 0.75em 0 0 0;
    width: 48%;
  }
}
.nav-btm .parent {
  padding: 0 0 0.25em;
  border-bottom: solid 1px #ccc;
  float: none;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}
.nav-btm .parent:first-letter {
  color: #e40011;
}
.nav-btm li:first-child {
  border-top: none;
}
.nav-btm .act a {
  background: none;
  color: #e40011;
}
.nav-btm a {
  padding: 0 0 0 15px;
  display: block;
  background: transparent url(../img/common/arw_s_b_r.png) no-repeat left center;
  background-size: auto 12px;
  display: block;
  text-decoration: none;
  color: #000;
}
.nav-btm .parent a {
  padding: 0;
  background: none;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    gap: 1em;
  }
}
.footer__bottom small {
  font-feature-settings: "halt" on;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer__link ul {
  display: flex;
  gap: 3rem;
}
.footer__link li a {
  display: block;
  font-feature-settings: "halt" on;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer_cta {
  min-width: 1200px;
  padding: 8rem 0 10rem;
  background: url(../img/common/bg_cta.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer_cta {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_cta {
    min-width: 100%;
    padding-bottom: 8rem;
  }
}
.footer_cta .footer_lttl {
  margin-bottom: 1em;
  color: rgb(252, 238, 33);
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer_cta .footer_lttl {
    margin-bottom: 9.375vw;
    font-size: 5.625vw;
  }
}
.footer_cta .cta_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_cta .cta_container {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.footer_cta .cta_item {
  padding: 5rem;
  width: 55rem;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_cta .cta_item {
    padding: 3rem;
    width: 100%;
  }
}
.footer_cta .cta_item figure {
  margin: 0 auto 2rem;
  width: 14rem;
}
.footer_cta .cta_check {
  margin-bottom: 3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .footer_cta .cta_check {
    margin-bottom: 2rem;
  }
}
.footer_cta .cta_check li {
  margin-bottom: 0.5em;
  padding-left: 3.6rem;
  font-size: 2.4rem;
  line-height: 1.3;
  background: url(../img/purchase/icon_check.svg) no-repeat left top 0.15em;
  background-size: 2.4rem auto;
}
@media (max-width: 767px) {
  .footer_cta .cta_check li {
    font-size: 2rem;
  }
}
.footer_cta .btn-assessment {
  width: 100%;
}
.footer_cta .btn-assessment button {
  padding: 0.35em 1em 0.35em 0.25em;
  border-radius: 9999px;
  font-size: 3.2rem;
  color: rgb(20, 91, 173);
  background: rgb(252, 238, 33) url(../img/purchase/arrow_blue_b_s.svg) no-repeat right 0.75em center;
  text-decoration: none;
  display: block;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .footer_cta .btn-assessment button {
    font-size: 2.4rem;
  }
}
.footer_cta .freedial_text {
  font-size: 3.6rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .footer_cta .freedial_text {
    font-size: 3.2rem;
  }
}
.footer_cta .freedial_num a {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 6rem;
  color: rgb(252, 238, 33);
  text-decoration: none;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .footer_cta .freedial_num a {
    font-size: 4.8rem;
  }
}
.footer_cta .freedial_num a img {
  width: 7.2rem;
}
@media (max-width: 767px) {
  .footer_cta .freedial_num a img {
    width: 4.8rem;
  }
}

@media (min-width: 768px) {
  .freedial a[href^="tel:"] {
    pointer-events: none;
  }
}
.anchor {
  position: absolute;
  top: -120px;
  left: 0;
}

.floating {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 2;
  line-height: 1.2;
  width: 3.6em;
}
@media only screen and (max-width: 767px) {
  .floating {
    padding: 0.25em;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
  }
}
.floating a,
.floating span {
  padding: 2.75em 0.5em 1em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #e40011;
  font-weight: 900;
  text-decoration: none;
  width: 3.6em;
  letter-spacing: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .floating a,
  .floating span {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 3em;
    writing-mode: horizontal-tb;
    width: 49.5%;
    height: 4em;
    font-size: 1.4rem;
    background-position: left 0.5em center;
    display: flex !important;
  }
  .floating a br,
  .floating span br {
    display: none !important;
  }
}
.floating-request {
  margin-bottom: 10px;
  background: url(../img/common/ico_request.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-tel {
  margin-bottom: 10px;
  background: url(../img/common/ico_tel.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-assessment {
  margin-bottom: 10px;
  background: url(../img/common/ico_assessment.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-modelhouse {
  background: url(../img/common/ico_model.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-chat {
  margin-bottom: 10px;
  background: url(../img/common/ico_chat.png) no-repeat center top 0.5em;
  background-size: 28px auto;
  cursor: pointer;
}
.floating-online {
  background: url(../img/common/ico_online.png) no-repeat center top 0.5em;
  background-size: 28px auto;
  cursor: pointer;
}

.button__more {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.button-more-new {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  width: 25rem;
  height: 5rem;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  background: #000;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}
.button-more-new:before, .button-more-new:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.button-more-new:before {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.button-more-new:after {
  bottom: 0;
  right: 0;
  background: #e40011;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.button-more-new.-white {
  color: #000;
  background: #fff;
}
.button-more-new.-white:before {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.form {
  position: fixed;
  right: 0;
  top: 10.4166666667vw;
  display: flex;
  transition: transform 0.3s ease;
  transform: translateX(1%);
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .form {
    top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .form {
    top: auto;
    bottom: 0;
    left: 0;
    flex-direction: column;
    transform: translateX(0);
  }
}
.form.is-hidden {
  transform: translateX(89%);
}
@media only screen and (max-width: 767px) {
  .form.is-hidden {
    transform: translateY(89%);
  }
}
.form.is-hidden .form-button button img {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .form.is-hidden .form-button button img {
    transform: rotate(-90deg);
  }
}

.form-button {
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .form-button {
    display: flex;
    justify-content: space-between;
    margin: 0 1.5rem;
  }
}
.form-button button {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-direction: column;
  border-radius: 16px 0 0 16px;
  border: 3px solid #145bad;
  background: #f8ef53;
  box-shadow: 4px 4px 0 0 #145bad;
  padding: 2rem 1rem 5rem 1.5rem;
}
@media only screen and (max-width: 1580px) {
  .form-button button {
    padding: 1.2658227848vw 0.6329113924vw 3.164556962vw 0.9493670886vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-button button {
    padding: 1.5rem 0.8rem 3.8rem 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-button button {
    flex-direction: row;
    padding: 1.5rem 3rem;
    border-radius: 16px 16px 0 0;
    box-shadow: 4px 4px 0 0 #145bad;
    width: 48%;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.form-button button img {
  width: 2.3rem;
  height: 1.8rem;
}
@media only screen and (max-width: 1580px) {
  .form-button button img {
    width: 1.4556962025vw;
    height: 1.1392405063vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-button button img {
    width: 1.7rem;
    height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-button button img {
    transform: rotate(90deg);
    width: 2.5rem;
    height: 2rem;
  }
}
.form-button span {
  color: #145bad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 1580px) {
  .form-button span {
    font-size: 2.0253164557vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-button span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-button span {
    writing-mode: horizontal-tb;
    font-size: 2.4rem;
  }
}

.form-free {
  border-radius: 0 0 0 16px;
  border: 3px solid #145bad;
  background: #fff;
  box-shadow: 4px 4px 0 0 #145bad;
  padding: 3.4rem 5rem 6rem 5rem;
}
@media only screen and (max-width: 1580px) {
  .form-free {
    padding: 1.8987341772vw 3.164556962vw 2.5316455696vw 3.164556962vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free {
    padding: 2.4rem 3.5rem 4rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-free {
    border-radius: 4px 4px 0 0;
    width: 95%;
    margin: 0 auto;
    padding: 2.4rem 3rem 4rem 3rem;
  }
}

.form-free__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1580px) {
  .form-free__title {
    font-size: 2.5316455696vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__title {
    font-size: 3rem;
  }
}
.form-free__title span {
  font-size: 3.2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1580px) {
  .form-free__title span {
    font-size: 2.0253164557vw;
    margin-right: 0.6329113924vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__title span {
    font-size: 2.4rem;
    margin-right: 0.8rem;
  }
}

.form-free__text {
  color: #1f1713;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 2.8rem 0;
}
@media only screen and (max-width: 1580px) {
  .form-free__text {
    font-size: 0.9493670886vw;
    margin: 1.7721518987vw 0;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__text {
    font-size: 1.2rem;
    margin: 1.5rem 0;
  }
}

.form-free__field {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 1580px) {
  .form-free__field {
    gap: 1.5189873418vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field {
    gap: 1.5rem;
  }
}
.form-free__field.--textarea {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.form-free__field.--textarea .form-free__field-item {
  width: 100%;
  height: 14rem;
  flex: none;
}
@media only screen and (max-width: 1580px) {
  .form-free__field.--textarea .form-free__field-item {
    height: 6.3291139241vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field.--textarea .form-free__field-item {
    height: 8rem;
  }
}

.form-free__field + .form-free__field {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1580px) {
  .form-free__field + .form-free__field {
    margin-top: 1.5189873418vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field + .form-free__field {
    margin-top: 1.5rem;
  }
}

.form-free__field-head {
  width: 12rem;
}
@media only screen and (max-width: 1580px) {
  .form-free__field-head {
    width: 7.5949367089vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field-head {
    width: 9rem;
  }
}

.form-free__field-label {
  color: #145bad;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1580px) {
  .form-free__field-label {
    font-size: 1.2658227848vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field-label {
    font-size: 1.6rem;
  }
}
.form-free__field-label span {
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1580px) {
  .form-free__field-label span {
    font-size: 0.8227848101vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field-label span {
    font-size: 1rem;
  }
}

.form-free__field-item {
  flex: 1;
  height: 4.8rem;
}
@media only screen and (max-width: 1580px) {
  .form-free__field-item {
    height: 3.0379746835vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__field-item {
    height: 3.2rem;
  }
}

.form-text {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fefefe;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 0.5em;
}

.form-textarea {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fefefe;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0.5em;
  resize: none;
}

.form-free__submit {
  margin-top: 2.8rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1580px) {
  .form-free__submit {
    margin-top: 1.7721518987vw;
  }
}
@media only screen and (max-width: 1200px) {
  .form-free__submit {
    margin-top: 1.5rem;
  }
}

/*--------------------------
//sp固定ボタン　電話
--------------------------*/
.sp-fixed {
  width: 48%;
  border-radius: 16px 16px 0 0;
  border: 3px solid #145bad;
  background: #145bad;
  box-shadow: 4px 4px 0 0 #145bad;
}
.sp-fixed a p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 21.725px */
  letter-spacing: 0.836px;
  margin-top: 0.5em;
}
.sp-fixed a .-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-left: 0.5em;
}
.sp-fixed a img {
  aspect-ratio: 61/40;
  width: 3rem;
}
.sp-fixed a span {
  color: #fcee21;
  text-align: center;
  font-family: Oswald;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=common.css.map */