@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ========================
  リセット
======================== */
:root a {
  color: unset;
  text-decoration: unset;
  cursor: pointer;
}
a:hover {
  color: unset;
}
li {
  /* list-style-type: none; */
}
ol, ul {
  padding-left: 1em;
}
input[type=submit] {
  width: unset;
  padding: unset;
}
.main {
  width: unset;
  margin: unset;
}
.wrap {
  width: unset;
  margin: unset;
}
.main.main {
  padding: unset;
}
.content {
  margin-top: unset;
}
.footer {
  margin-top: unset;
}


/* ========================
  リキッド
======================== */
html {
  /* font-size: 1vw; 10px / 1000px */
  font-size: 0.694444444444444vw; /* 10px / 1440px */
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 834px){
  html {
    font-size: 2.083333333333333vw; /* 10px / 480px */
  }
}


/* ========================
  共通
======================== */
:root {
  --color-allwin: #E13844;
  --color-white: #FFFFFF;
  --color-gray: #FAFAFA;
}

body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  color: #1E3571;
  /* line-height: 3.2rem; */
  /* letter-spacing: 0.1em; */
  line-height: 1;
  /* font-feature-settings: "palt"; */
}
.fz-15px { font-size: 1.5rem; }
.fz-16px { font-size: 1.6rem; }

/* モバイルメニュー：電話番号のリンク動作調整 */
a[href^="tel:"] { pointer-events: none; }
@media screen and (max-width: 1023px){
  a[href^="tel:"] { pointer-events: auto; }
}

.slicknav_menu {
  position: relative;
  z-index: 10;
}
.header-container-in {
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

/* モバイルメニュー：ハンバーガーメニューアイコン */
.slicknav_menu .slicknav_menutxt { display: none; }
.slicknav_menu .slicknav_icon { margin: 0.188em 0; }
.slicknav_menu { background: var(--color-white); }
.slicknav_nav * { color: #202B33; }


#aw_main {
  max-width: 1440px;
  /* width: 144.0rem; */
  margin-inline: auto;
}
.aw_inner {
  max-width: 100rem;
  /* width: 100.0rem; */
  margin-inline: auto;
}
@media screen and (max-width: 834px){
  .aw_inner {
    margin-inline: 2.0rem;
  }
}

/* ========================
  共通：ナビメニュー
======================== */

/* トップメニュー */
.header-container,
.header-container-in {
  background-color: rgba(255, 255, 255, 0.7);
}
.navi {
  background-color: revert;
}
.navi-in a,
.slicknav_nav * {
  color: #4F9EEC;
}
.navi-in > ul {
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 18px;
}
.navi-in > ul li {
  /* height: 80px; */
  width: auto;
}
#navi .navi-in > ul > li > a {
  /* padding: 0 1.4em; */
  padding: 0 18px;
}
.navi-in a:hover {
  background-color: unset;
  transition: unset;
  color: unset;
}

/* モバイルメニュー */
.slicknav_nav {
  font-size: 16px;
  padding-top: 45px;
  padding-bottom: 45px;
}
ul.slicknav_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.slicknav_nav a {
  padding: unset;
  margin: unset;
}
.slicknav_nav a:hover {
  border-radius: unset;
  background: unset;
  color: unset;
}

/* モバイルメニュー：ロゴ位置調整 */
@media screen and (max-width: 1023px){
    .home {
    position: relative;
  }
  #header-container {
    position: absolute;
    top: 6.7px;
    top: 10.5px;
  }
}



/* 「メールで予約する」「電話で相談予約」 */
.aw-btn__mail,
.aw-btn__phone {
  /* margin-inline: 1.4em; */
  margin-inline: 18px;
  text-align: center;
}
.footer-navi .aw-btn__mail,
.footer-navi .aw-btn__phone {
    margin-inline: unset;
}
@media screen and (max-width: 834px){
  .aw-btn__mail,
  .aw-btn__phone {
    display: inline-block;
    margin-inline: unset;
  }
}


#navi .navi-in > ul > li.aw-btn__mail > a,
.slicknav_nav li.aw-btn__mail > a,
li.aw-btn__mail > a {
  line-height: 50px;
  letter-spacing: 0.07em;
  color: var(--color-white);
  width: 220px;
  border-radius: 40px;
  background-color: #4F9EEC;
  padding: unset;
  padding-left: 60px;
  position: relative;
}
#footer li.aw-btn__mail > a {
  font-size: 16px;
  display: block;
}
#navi .navi-in > ul > li.aw-btn__mail > a {
  margin-top: 5px;
}
.slicknav_nav li.aw-btn__mail *,
#footer li.aw-btn__mail * {
  color: var(--color-white);
}
.aw-btn__mail > a::before {
  content: url(./images/nav-button__mail.svg);
  /* height: 30px; */
  position: absolute;
  left: 17.85px;
  top: 10px;
}
#footer .aw-btn__mail > a::before {
  /* height: 3.0rem; */
  /* left: 1.785rem; */
  /* top: calc(2.0rem / 2); */
}



#navi .navi-in > ul > li.aw-btn__phone > a,
.slicknav_nav li.aw-btn__phone > a,
li.aw-btn__phone > a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.07em;
  width: 240px;
  height: 50px;
  border-radius: 40px;
  background-color: var(--color-white);
  padding: unset;
  padding-top: 7.5px;
  padding-left: 39px;
  position: relative;
}
#footer li.aw-btn__phone > a {
  display: block;
  color: #4F9EEC;
}
#navi .navi-in > ul > li.aw-btn__phone > a,
li.aw-btn__phone > a {
  margin-top: 5px;
}
.slicknav_nav li.aw-btn__phone > a,
li.aw-btn__phone > a {
  border: 1px solid #4F9EEC;
}
.aw-btn__phone-number {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  letter-spacing: 0.07em;
}
.aw-btn__phone > a::before {
  content: url(./images/nav-button__phone.svg);
  position: absolute;
  left: 16.5px;
  top: 7.5px;
}


/* ========================
  共通：フッター
======================== */
.footer-left { width: 100%; }
.footer-center, .footer-right { display: none; }
.footer-body {
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-inline: 15px;
}
.footer-widgets {
	width: 100%;
	max-width: 1440px;
}
@media screen and (max-width: 1280px){  /* フッターナビの幅で調整 */
  .footer-body {
    flex-direction: column;
    align-items: center;
  }
}

.footer-company__profile {
  /* font-size: 14px; */
  font-size: 16px;
  line-height: 21px;
  /* width: 400px; */
  margin-top: 20px;
}
.footer-company__profile dt {
  clear: left;
  float: left;
  width: 6.6em;
  margin-bottom: 4px;
}
.footer-company__profile dd {
  width: 28em;
  margin-bottom: 4px;
}
.footer-navi {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-navi li {
  list-style-type: none;
}
/* .footer-navi a {
  text-decoration: none;
} */
.footer-bottom {  /* Cocoon既存 */
  margin-top: unset;
}
@media screen and (max-width: 1280px){  /* フッターナビの幅で調整 */
  .footer-company__profile dt {
    float: unset;
  }
  .footer-company__profile dt::before {
    content: "■";
  }
  .footer-company__profile dd {
    /* font-size: 1.8rem; */
    /* line-height: 3.6rem; */
    /* letter-spacing: 0.1em; */
    /* width: unset; */
    width: 21em;
    margin-left: 3px;
    margin-bottom: 1em;
  }
  .footer-navi {
    flex-direction: column;
    /* margin-top: 60px; */
    gap: 30px;
    margin-top: 40px;
    /* display: none; */
  }
}




/* ========================
  共通：タイトル
======================== */
.section__title {
  text-align: center;
  /* margin-top: 10.0rem; */
  /* margin-bottom: 10.0rem; */
  margin-bottom: 8.0rem;
}
.section__title-jp {
  font-size: 2.4rem;
  /* font-weight: 400; */
  color: #4F9EEC;
  line-height: 2.4rem;
  letter-spacing: 0.07em;
}
.section__title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  color: #3C5597;
  line-height: 7.8rem;
  letter-spacing: 0.07em;
  margin-top: 1.0rem;
}



.section__description {
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px){
  .section__title {
    margin-bottom: 5.0rem;
  }
  .section__description {
    margin-inline: 2.0rem;
  }
}


/* ========================
  共通：ボタン
======================== */
.button-maru {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  min-width: 18.0rem;
  border: 1px solid #1E3571;
  border-radius: 4.0rem;
  padding-left: 2.0em;
  padding-right: 2.5em;
  position: relative;
}
.button-maru::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #1E3571;
  border-right: 1px solid #1E3571;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  right: 1.5em;
}

#aw_main .button-submit {
  display: block;
  font-size: 1.6rem;
  line-height: 6.0rem;
  letter-spacing: 0.07em;
  color: var(--color-white);
  text-align: center;
  width: 37.6rem;
  border-radius: 4.9rem;
  background-color: #1E3571;
}
#aw_main .button-submit:hover {
  color: var(--color-white);
}


/* ========================
  共通：CAT
======================== */
.c-cta {
  width: 110.0rem;
  border-radius: 4.0rem;
  background-color: #EEF8FE;
  padding-top: 7.0rem;
  padding-bottom: 4.6rem;
  padding-inline: 10.0rem;
  margin-top: 20.0rem;
  margin-bottom: 10.0rem;
  margin-inline: auto;
  position: relative;
}
.c-cta__title {
  width: 60.9rem;
  font-size: 2.8rem;
  line-height: 4.2rem;
  letter-spacing: 0.07em;
  color: var(--color-white);
  text-align: center;
  background-color: #4F9EEC;
  border-radius: 2px;
  position: absolute;
  top: -2.0rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.c-cta__description {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.07em;
  text-align: center;
}
.c-cta__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-cta__body-text {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.07em;
  color: #4F9EEC;
}
.c-cta__body-main {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-cta__phone {
  font-family: "Montserrat", sans-serif;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.c-cta__phone-icon {
  width: 3.8rem;
  height: 3.8rem;
}
.c-cta__phone-icon img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 834px){
  .c-cta {
    width: 46.0rem;
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
    padding-inline: 2.7rem;
    margin-top: 5.0rem;
    margin-bottom: 5.0rem;
    margin-inline: auto;
    position: unset;
  }
  .c-cta__title {
    width: fit-content;
    font-size: 2.3rem;
    line-height: 3.45rem;
    color: #4F9EEC;
    background-color: unset;
    
    position: relative;
  }
  .c-cta__title::before,
  .c-cta__title::after {
    position: relative;
    display: inline-block;
    content: "";
    background-color: #4F9EEC;
    width: 2px;
    /* height: 6.1rem; */
    /* margin: 0 1em; */
    /* margin-top: -.2em; */
    vertical-align: middle;

    position: absolute;
    top: 0;
    bottom: 0;
  }
  .c-cta__title:before {
    margin-left: -3.0rem;
    transform: rotate(-29deg);
  }
  .c-cta__title:after {
    margin-left: 6.5rem;
    transform: rotate(29deg);
  }

  .c-cta__description {
    width: fit-content;
    line-height: 3.6rem;
    text-align: left;
    margin-top: 5.5rem;
    margin-inline: auto;
  }
  .c-cta__body {
    display: block;
  }
  .c-cta__body-text {
    line-height: 2.34rem;
    margin-top: 3.0rem;
  }
}


/* ========================
  共通：下層ページ
======================== */
.page-header {
  top: -80px;
  position: relative;
}
.page-header__title {
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  letter-spacing: 0.07em;
  text-align: center;
  position: absolute;
  /* top: 15.0rem; */
  bottom: 7.2rem;
  right: 0;
  left: 0;
}
.page-header__title--jp {
  font-size: 5.0rem;
  bottom: 7.8rem;
}
@media screen and (max-width: 834px){
  .page-header {
    top: unset;
  }
  .page-header__title {
    font-size: 4.9rem;
    bottom: 9.1rem;
  }
  .page-header__title--jp {
    font-size: 3.6rem;
    bottom: 9.3rem;
  }
}


/* ========================
  トップページ
======================== */
.top-mv {
  top: -80px;
  position: relative;
}
.top-mv__image {
  width: 144.0rem;
  height: 68.7rem;
}
.top-mv__title-main img {
  width: 52.1rem;
  height: 29.2rem;
  position: absolute;
  top: 23.0rem;
  left: 12.0rem;
}
.top-mv__title-sub img {
  width: 55.3rem;
  height: 6.4rem;
  position: absolute;
  top: 55.6rem;
  left: 10.4rem;
}
@media screen and (max-width: 834px){
  .top-mv {
    top: unset;
  }
  .top-mv__title-main img {
    width: 44.6rem;
    height: 24.3rem;
    top: 6.3rem;
    left: 1.4rem;
  }
  .top-mv__title-sub img {
    width: 31.4rem;
    height: 33.3rem;
    padding: 5.8rem 5.0rem;
    top: 39.0rem;
    left: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.top-section {
  padding-top: 10.0rem;
  padding-bottom: 10.0rem;
}
.top-section--gray {
  background-color: var(--color-gray);
}


.top-service {
  padding-bottom: unset;
}
.top-service__allwin {
  width: 8.3rem;
  height: 2.0rem;
}
.top-service__cards {
  height: 60.0rem;
  margin-top: 8.0rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  gap: 3.0rem;
}
.top-service__card {
  width: 46.0rem;
  height: 18.0rem;
  border-radius: 2px;
  background-color: #446CA0;
  padding: 2.0rem;
  display: flex;
  align-items: center;
}
.top-service__card-image {
  width: 16.0rem;
  height: 14.0rem;
}
.top-service__card-text {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  color: var(--color-white);
  margin-left: 3.0rem;
}
.top-service__button {
  text-align: center;
  margin-top: 8.0rem;
  margin-bottom: 10.0rem;
}
@media screen and (max-width: 834px){
  .top-service {
    padding-bottom: 5.0rem;
  }
  .top-service__cards {
    height: unset;
    margin-top: 5.0rem;
    flex-wrap: nowrap;
    margin-inline: 2.0rem;
  }
  .top-service__card {
    width: unset;
    height: unset;
    padding: 1.6rem;
  }
  .top-service__card-text {
    margin-left: 2.0rem;
  }
  .top-service__button {
    margin-top: 5.0rem;
    margin-bottom: 5.0rem;
  }
}


.top-aboutus__section {
  padding-bottom: 20.0rem;
}
.top-aboutus__body {
  margin: 0 2.0rem;
  display: flex;
  gap: 6.0rem;
}
.top-aboutus__image img {
  width: 68.9rem;
  height: 32.4rem;
}
.top-aboutus__text {
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  width: 60.0rem;
  margin-top: 1.6rem;
}
.top-aboutus__button {
  margin-top: 8.0rem;
}
@media screen and (max-width: 834px){
  .top-aboutus__section {
    padding-bottom: 3.0rem;
  }  
  .top-aboutus__body {
    margin: unset;
    flex-direction: column;
  }
  .top-aboutus__image img {
    width: unset;
    height: unset;
  }
  .top-aboutus__text {
    width: unset;
    margin: 0 2.0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-aboutus__button {
    margin-top: 5.0rem;
    margin-bottom: 5.0rem;
  }
}

.top-voice__body {
  width: 129.7rem;
  height: 75.4rem;
  margin-top: 8.0rem;
  margin-inline: auto;
  position: relative;
}
.top-voice__image {
  position: absolute;
  bottom: 5.0rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 78.9rem;
  height: 55.2rem;
}
.top-voice__comment {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  position: absolute;
  background-size: cover;
}
.top-voice__comment--01 {
  top: 0;
  left: 0;
  width: 54.6rem;
  height: 14.9rem;
  padding-top: 3.9rem;
  padding-left: 7.2rem;
}
.top-voice__comment--02 {
  top: 0;
  right: 0;
  width: 51.5rem;
  height: 19.7rem;
  padding-top: 4.1rem;
  padding-left: 5.2rem;
}
.top-voice__comment--03 {
  bottom: 0;
  left: 13.6rem;
  width: 61.1rem;
  height: 20.2rem;
  padding-top: 7.9rem;
  padding-left: 4.1rem;
}
.top-voice__button {
  text-align: center;
  margin-top: 8.0rem;
  /* margin-bottom: 10.0rem; */
}
@media screen and (max-width: 834px){
  .top-voice__section {
    padding-bottom: 5.0rem;
  }  
  .top-voice__body {
    width: 100%;
    position: static;
  }
  .top-voice__image {
    position: static;
    width: 41.8rem;
    height: 29.237rem;
    margin-top: 5.0rem;
    margin-bottom: 5.0rem;
    display: block;
    margin-inline: auto;
  }
  .top-voice__comment {
    position: static;
    width: unset;
    height: unset;
    background-image: unset !important;
    background-color: var(--color-white);
    border-radius: 2.0rem;
    padding: 2.4rem 1.6rem;;
    box-shadow: 0px 4px 4px 0px #0000000D;
    margin-inline: 1.0rem;
    line-height: 2.38rem;
  }
  .top-voice__comment--02,
  .top-voice__comment--03 {
      margin-top: 2.4rem;
  }
  .top-voice__button {
    margin-top: 5.0rem;
    margin-bottom: unset;
  }
}

.top-instagram__title {
  margin-bottom: 2.4rem;
}
.top-instagram__description {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #4F9EEC;
}
.top-instagram__body {
  margin-top: 5.0rem;
  margin-inline: 10.0rem;
}
.top-instagram__body #sb_instagram #sbi_images .sbi_item {
  padding: 1.6rem !important;
}
.top-instagram__button {
  text-align: center;
  margin-top: 9.0rem;
}
@media screen and (max-width: 834px){
  .top-instagram__body {
    margin-top: 5.0rem;
  }  
  .top-instagram__button {
    margin-top: 5.0rem;
  }
}

#sb_instagram .sbi_photo img {
    object-fit: contain;
}

.top-posts {
  display: flex;
  justify-content: center;
  gap: 5.7rem;
}
.top-posts__title {
  font-size: 3.7rem;
  line-height: 7.4rem;
  text-align: center;
}
.top-posts__title br {
    display: block;
    content: "";
    margin: -3.7rem;
}
.top-posts__title--jp {
  font-size: 3.2rem;
}
.top-posts__cards {
  margin-top: 1.20rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.top-posts__button {
  text-align: right;
  margin-top: 8.0rem;
}
@media screen and (max-width: 834px){
  .top-posts {
    flex-direction: column;
    align-items: center;
  }
  .top-posts__cards {
    gap: 1.2rem;
  }
  .top-posts__button {
    text-align: center;
    margin-top: 5.0rem;
  }
}


/* ========================
  service
======================== */
.service-description {
  margin-top: 10.0rem;
  margin-bottom: 10.0rem;
}
@media screen and (max-width: 834px){
  .service-description {
    margin-bottom: 5.0rem;
  }
}

.service-service__cards {
  margin-inline: 4.0rem;
  display: flex;
  flex-direction: column;
  gap: 10.0rem;
}
.service-service__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service-service__card--reverse {
  flex-direction: row-reverse;
}
.service-service__card-image {
  width: 54.6rem;
  height: 35.0rem;
}
.service-service__card-body {
  width: 71.4rem;
  height: 35.0rem;
  background-color: #F7FBFF;
  border-top-right-radius: 4.0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-service__card--reverse .service-service__card-body {
  border-top-right-radius: unset;
  border-top-left-radius: 4.0rem;
}
.service-service__card-body-inner {
  width: 57.0rem;
}
.service-service__card-title {
  font-size: 2.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.6rem;
  border-bottom: 3px solid #446CA0;
  width: fit-content;
}
.service-service__card-text {
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-top: 5.4rem;
}
@media screen and (max-width: 834px){
  .service-service__cards {
    margin-inline: 2.0rem;
    gap: 3.2rem;
  }
  .service-service__card {
    display: flex;
    flex-direction: column;
  }
  .service-service__card-image {
    width: 100%;
    height: auto;
  }
  .service-service__card-body {
    width: 100%;
    height: 32.6rem;
    border-radius: unset;
  }
  .service-service__card--reverse .service-service__card-body {
    border-radius: unset;
  }
  .service-service__card-body-inner {
    width: 40.6rem;
    height: 24.6rem;
  }
  .service-service__card-title {
    font-size: 2.1rem;
    line-height: 3.15rem;
    letter-spacing: unset;
    padding-bottom: 2.0rem;
    border-bottom-width: 2px;
  }
  .service-service__card-text {
    margin-top: 3.2rem;
  }
}

.service-disclaimer {
  background-color: #FAFAFA;
  padding-top: 7.8rem;
  padding-bottom: 7.8rem;
  margin-top: 20.0rem;
  margin-bottom: 20.0rem;
}
.service-disclaimer__title {
  display: block;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #3C5597;
  margin-inline: auto;
}
.service-disclaimer__allwin {
  width: 8.6rem;
  height: 2.0rem;
  margin-right: 0.2em;
}
.service-disclaimer__body {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.2rem;
}
.service-disclaimer__text {
  display: block;
  width: fit-content;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #4F9EEC;
}
.service-disclaimer__image {
  width: 9.8rem;
  height: 14.8rem;
}
@media screen and (max-width: 834px){
  .service-disclaimer {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
    padding-inline: 1.8rem;
    margin-top: 10.0rem;
    margin-bottom: 10.0rem;
  }
  .service-disclaimer__title {
    width: 100%;
    line-height: 3.6rem;
    border-top: 1px solid #3C5597;
    text-align: center;
  }
  .service-disclaimer__body {
    margin-top: 4.3rem;
    gap: 1.8rem;
    flex-direction: column-reverse;
  }
  .service-disclaimer__text {
    font-size: 1.6rem;
  }
}

.service-promise {
  background-size: cover;
  padding-top: 10.0rem;
  padding-bottom: 20.0rem;
}
.service-promise .section__title-en {
  color: #B9D5E5;
}
@media screen and (max-width: 834px){
  .service-promise {
    padding-top: uset;
    padding-bottom: 5.0rem;
  }
}

.service-promise__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.47rem;
  margin-top: 10.0rem;
  margin-inline: 10.0rem;
}
@media screen and (max-width: 834px){
  .service-promise__cards {
    gap: 4.0rem;
    margin-inline: unset;  
  }
}
.service-promise__card {
  width: 40.0rem;
  height: 38.0rem;
  border-radius: 2.0rem;
  background-color: #FAFAFA;
}
.service-promise__card-title {
  height: 8.2rem;
  font-size: 2.4rem;
  line-height: 8.2rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
  border-top-right-radius: 2.0rem;
  border-top-left-radius: 2.0rem;
}
.service-promise__card:nth-child(1) .service-promise__card-title {
  background-color: #446CA0;
}
.service-promise__card:nth-child(2) .service-promise__card-title {
  background-color: #3C5597;
}
.service-promise__card:nth-child(3) .service-promise__card-title {
  background-color: #4F9EEC;
}
.service-promise__card:nth-child(4) .service-promise__card-title {
  background-color: #1E3571;
}
.service-promise__card-body {
  height: 29.8rem; /* 380px - 82px */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-inline: 5.0rem;
}
.service-promise__card-icon01 {
  width: 10.5rem;
  height: 10.5rem;
}
.service-promise__card-icon02 {
  width: 8.7rem;
  height: 8.7rem;
}
.service-promise__card-icon03 {
  width: 8.9rem;
  height: 8.9rem;
}
.service-promise__card-icon04 {
  width: 8.7rem;
  height: 8.7rem;
}
.service-promise__card-text {
  line-height: 3.2rem;
  letter-spacing: 0.1em;
}

.service-value {
  background-color: #F7FBFF;
  padding-top: 20.0rem;
  padding-bottom: 15.0rem;
}
.service-value__cards {
  display: flex;
  flex-direction: column;
  gap: 15.0rem;
}
.service-value__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service-value__card--reverse {
  flex-direction: row-reverse;
}
.service-value__card-image {
  width: 65.4rem;
  height: 37.6rem;
}
.service-value__card-body {
  width: 74.4rem;
  height: 37.6rem;
  background-color: #FFFFFF;
  border-top-right-radius: 4.0rem;
}
.service-value__card--reverse .service-value__card-body {
  border-top-right-radius: unset;
  border-top-left-radius: 4.0rem;
}
.service-value__card-title {
  height: 10.0rem;
  font-size: 2.4rem;
  line-height: 10.0rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
  background-color: #4F9EEC;
  border-top-right-radius: 4.0rem;
}
.service-value__card--reverse .service-value__card-title {
  border-top-right-radius: unset;
  border-top-left-radius: 4.0rem;
}
.service-value__card-body-inner {
  height: 27.6rem;
  display: flex;
  align-items: center;
}
.service-value__card-text {
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  padding-inline: 6.6rem;
}
@media screen and (max-width: 834px){
  .service-value {
    padding-top: 10.0rem;
    padding-bottom: unset;
  }  
  .service-value__cards {
    /* display: block; */
    /* flex-direction: column; */
    gap: 4.0rem;
  }
  .service-value__card {
    display: unset;
    /* align-items: center; */
    /* justify-content: flex-start; */
  }
  .service-value__card--reverse {
    /* flex-direction: row-reverse; */
  }

  .service-value__card-title {
    /* font-size: 2.4rem; */
    line-height: 3.12rem;
    /* letter-spacing: 0.1em; */
    /* color: #FFFFFF; */
    text-align: center;
    /* background-color: #4F9EEC; */
    border-top-right-radius: 2.0rem;
    border-top-left-radius: 2.0rem;
  }
  .service-value__card-title.u-only-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-value__card--reverse .service-value__card-title {
    border-top-right-radius: 2.0rem;
    border-top-left-radius: 2.0rem;
  }

  .service-value__card-image {
    width: 100%;
    height: auto;
  }
  .service-value__card-body {
    width: 100%;
    height: unset;
    border-top-right-radius: unset;
  }
  .service-value__card--reverse .service-value__card-body {
    border-top-left-radius: unset;
  }
  .service-value__card-body-inner {
    height: unset;
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
  }
  .service-value__card-text {
    padding-inline: 2.0rem;
  }
}

.service-voice {
  background-color: #F7FBFF;
  padding-top: 10.0rem;
  padding-bottom: 15.0rem;
}
.service-voice .section__title {
  position: relative;
}
.service-voice .section__title::after {
  content: "";
  display: block;
  width: 56.0rem;
  height: 21.9rem;
  background-image: url(./images/service-voice__image.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 834px){
  .service-voice .section__title::after {
    content: none;
  }
}

.service-voice__cards .slick-prev {
  left: 1.0rem;
  z-index: 1;
}
.service-voice__cards .slick-next {
  right: 1.0rem;
  z-index: 1;
}
.service-voice__cards .slick-prev:before,
.service-voice__cards .slick-next:before {
  color: #000 !important;
}
.service-voice__cards .slick-dots {
  display: block !important;
}
@media screen and (max-width: 834px){
  .service-voice__cards .slick-dots li {
    height: 1.5rem;
    width: 1.2rem;
    margin: 0;
  }
}

.service-voice__cards p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  width: 35.0rem;
  padding: 2.6rem 3.0rem;
  border-radius: 2.0rem;
  margin-inline: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #0000000D;
}
.service-voice__cards p:nth-child(2) {
  margin-top: 1.8rem;
}
@media screen and (max-width: 834px){
  .service-voice {
    background-color: #F7FBFF;
    /* padding-top: 10.0rem; */
    padding-bottom: 15.0rem;
  }
  .service-voice__cards p {
    width: 35.0rem;
  }
}


/* ========================
  about us
======================== */
.company-section {
  padding-top: 10.0rem;
  padding-bottom: 10.0rem;
}
.company-section--top {
  /* margin-top: 10.0rem; */
}
.company-section--bottom {
  margin-bottom: 10.0rem;
}
.company-section--gray {
  background-color: var(--color-gray);
  padding-top: 10.0rem;
  padding-bottom: 10.0rem;
}
@media screen and (max-width: 834px){
  .company-section {
    padding-inline: 2.0rem;
  }
  .company-section--top {
    /* margin-top: 12.0rem; */
    /* margin-top: 10.0rem; */
    padding-bottom: unset;
    margin-top: unset;
  }
  .company-section--bottom {
    margin-bottom: unset;
  }
}

.company-section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 6.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
}
.company-section__title::before,
.company-section__title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1E3571;
}
.company-section__title::before {
  margin-right: 1em;
  margin-left: 41.8rem;
}

.company-section__title::after {
  margin-left: 1em;
  margin-right: 41.8rem;
}
@media screen and (max-width: 834px){
  .company-section__title::before {
    margin-left: 1.0rem;
  }
  
  .company-section__title::after {
    margin-right: 1.0rem;
  }
}

.company-section__allwin {
  width: 19.0rem;
  height: 2.8rem;
}
.company-section__description {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4F9EEC;
  line-height: 4.08rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 4.2rem;
}
.company-section__text {
  font-family: Kosugi Maru;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 4.0rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.4rem;
}

.company-profile {
  width: 59.5rem;
  margin-top: 8.0rem;
  margin-inline: auto;
}
.company-profile dt {
  font-size: 1.4rem;
  /* line-height: 2.8rem; */
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  clear: left;
  float: left;
  width: 4.5em;
  margin-bottom: 1.8rem;
}
.company-profile dd {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  margin-left: 17.2rem;   /* 109px + 14px * 4.5 */
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 834px){
  .company-profile {
    width: unset;
    margin-top: 5.0rem;
  }
  .company-profile dt {
    font-size: 1.4rem;
    line-height: 2.8rem;
    /* line-height: 3.6rem; */
    letter-spacing: 0.1em;
    text-align: center;
    width: fit-content;
    margin-bottom: unset;
    /* clear: unset; */
    float: unset;
  }
  .company-profile dt::before {
    content: "■";
  }
  .company-profile dd {
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    /* margin-left: 3.6rem; */
    margin-left: 0.3rem;
    margin-bottom: 1.8rem;
  }
}

.company-map {
  width: fit-content;
  margin-inline: auto;
}
.company-map > iframe {
  width: 65.0rem;
  height: 35.2rem;
}


/* ========================
  ご相談のご予約
======================== */
.contact-body {
  /* margin-bottom: 20.0rem; */
  margin-bottom: 10.0rem;
}
/* @media screen and (max-width: 834px){
  .contact-body {
    margin-bottom: 10.0rem;
  }
} */

.contact-description {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 834px){
  .contact-description {
    /* margin-top: 12.0rem; */
    margin-top: 10.0rem;
  }
}

.contact-notes {
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  width: 105.1rem;
  border-radius: 2.0rem;
  background-color: #F7FBFF;
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  margin-inline: auto;
  margin-top: 3.6rem;
}
.contact-notes ul {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 834px){
  .contact-notes {
    width: 100%;
    border-radius: unset;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    padding-inline: 2.0rem;
    margin-top: 3.0rem;
  }
}

.contact-form {
  width: 85.7rem;
  margin-top: 10.0rem;
  margin-bottom: 10.0rem;
  margin-inline: auto;
}
.contact-form dt {
  font-size: 1.4rem;
  /* line-height: 2.8rem; */
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  clear: left;
  float: left;
  /* width: 4.5em; */
  /* width: 21.5rem; */
  width: 22.0rem;
  margin-bottom: 1.8rem;
}
.contact-form dd {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-left: 23.7rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 834px){
  .contact-form {
    width: unset;
    margin-top: 8.0rem;
    margin-inline: 3.0rem;
  }
  .contact-form dt {
    width: fit-content;
    clear: unset;
    float: unset;    
    margin-bottom: 1.0rem;
  }
  .contact-form dd {
    margin-left: unset;
  }
}

.contact-form__item {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  color: var(--color-white);
  text-align: center;
  display: inline-block;
  width: 19.4rem;
  border-radius: 2px;
  background-color: #446CA0;
}
.contact-form__required {
  font-size: 1.4rem;
  color: var(--color-allwin);
  margin-inline: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  font-size: 1.6rem;
  padding: 0.5em;
  width: unset;
}
.contact-form .wpcf7-list-item.first{
  margin-left: 0;
}

.contact-form__date-text {
  margin-bottom: 2.4rem;
}
/* 「第２希望」「第３希望」右側余白の調整 */
.contact-form label[for="your-date2"],
.contact-form label[for="your-date3"] {
  margin-right: 2.5rem;   /* 0.5rem + 1.4rem + 0.5rem*/
}
.contact-form span[data-name^="your-time"] {
  margin-inline: 1.0rem;
}
.contact-form .wpcf7-not-valid-tip {
  color: var(--color-allwin);
  font-size: 0.8em;
}
.contact-form #checkbox-kentou {
  display: flex;
  flex-direction: column;
}
.contact-form #checkbox-kentou .wpcf7-list-item {
  margin-left: 0;
}

#your-name1, #your-name2 { width: 29.5rem; }
#your-name2 { margin-left: 1.0rem; }
#your-phone { width: 60.0rem;}
#checkbox-renraku > span:nth-child(3) { margin-right: 32.0rem; }
#checkbox-renraku > span:nth-child(4) { margin-left: 0; }
#text-renraku { margin-left: 1.0rem; }
#text-renraku { width: 44.8rem; }
input[name^="your-date"] { 
  font-size: 1.6rem;
  width: 10em;
  height: 3em;
}
select[name^="your-time"] { 
  font-size: 1.6rem;
  width: 4em;
  height: 3em;
}
#your-email { width: 60.0rem; }
#your-message { width: 60.0rem; }

@media screen and (max-width: 834px){
  #your-name1, #your-name2 { width: 100%; }
  #your-name2 { margin-left: unset; }
  #your-phone { width: 100%;}
  #checkbox-renraku > span:nth-child(3) { margin-right: 10.0rem; }
  #text-renraku { width: 30.0rem; }
  #your-email { width: 100%;}
  #your-message { width: 100%;}
}

.contact-disclaimer {
  width: 115.0rem;
  border-radius: 2.0rem;
  background-color: #F7FBFF;
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
  margin-inline: auto;
}
.contact-disclaimer__title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.1em;
  color: #4F9EEC;
  text-align: center;
}
.contact-disclaimer__description {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.6rem;
}
.contact-disclaimer__text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.1em;
  margin-top: 2.8rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 834px){
  .contact-disclaimer {
    width: 100%;
    border-radius: unset;
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
    padding-inline: 1.2rem;
    margin-top: 3.0rem;
  }
  .contact-disclaimer__description {
    line-height: 2.72rem;
  }
}

/* 同意する */
p:has(.contact-form__acceptance) {  
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10.0rem;
}
p:has(.contact-form__acceptance) a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 834px){
  p:has(.contact-form__acceptance) {  
    margin-top: 5.0rem;
  }
}
#aw_main .contact-submit {
  margin-top: 4.15rem;
  margin-inline: auto;
}
.wpcf7-spinner {
  display: none;
}


/* ========================
  privacy policy
======================== */
.privacy-body--top {
  margin-top: 12.0rem;
}
.privacy-body * {
  margin-bottom: 1em;
  line-height: 1.5;
}
.privacy-body--top {
  margin-top: 12.0rem;
}
.privacy-button {
  text-align: center;
  margin-top: 8.0rem;
  margin-bottom: 10.0rem;
}
@media screen and (max-width: 834px){
  .privacy-body--top {
    margin-top: 10.0rem;
  }
  .privacy-button {
    margin-top: 5.0rem;
    margin-bottom: 5.0rem;
  }
}


/* ========================
  投稿（一覧）
======================== */

.posts-archive {
  background-color: #F7FBFF;
  padding-bottom: 20.0rem;
}
@media screen and (max-width: 834px){
  .posts-archive {
    padding-bottom: 10.0rem;
  }
}

.posts-cards {
  margin-top: 12.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem 9.6rem;
}
.posts-cards::after {
  content: "";
  display: block;
  width: 47.5rem;
}
.posts-card {
  width: 47.5rem;
  height: 18.0rem;
  background-color: #FFFFFF;
  display: flex;
}
.posts-card__thumbnail {
  width: 18.0rem;
  height: 18.0rem;
  background-color: #D9D9D9;
}
.posts-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-card__body {
  font-size: 1.4rem;
  width: 29.5rem;
  padding: 1.9rem 1.6rem;
  overflow: hidden;
  position: relative;
}
.posts-card__title {
  text-align: center;
  line-height: 2.8rem;
  object-fit: contain;
  position: relative;
  margin-bottom: 2.0rem;
}
.posts-card__title::after {
  content: "";
  display:block;
  width: 20.8rem;
  height: 1px;
  background-color: #1E3571;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.posts-card__text {
  line-height: 2.4rem;
  letter-spacing: 0.1em;
}
.posts-card__readmore {
  width: 8.6rem;
  height: 2.4rem;
  background-color: white;
  position: absolute;
  bottom: 1.4rem;
  right: 1.5rem;
}
@media screen and (max-width: 834px){
  .posts-cards {
    gap: 1.2rem;
  }
  .posts-cards::after {
    content: none;
  }
  .posts-card {
    width: 44.0rem;
    height: 16.0rem;
  }
  .posts-card__thumbnail {
    width: 16.0rem;
    height: 16.0rem;
  }
  .posts-card__body {
    width: 28.0rem;
    padding: 0.9rem 0.9rem;
  }
  .posts-card__readmore {
    bottom: 0.6rem;
    right: 0.9rem;
  }
}

.post-pagenation {
  margin-top: 10.0rem;
}
.post-pagenation .nav-links ul {
  list-style: none;
  padding: unset;
  border: unset;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.post-pagenation .nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  height: 4.2rem;
  border-radius: 2px;
  border-color: #3C5597;
  background-color: #FFFFFF;
}
.post-pagenation .nav-links li > *:not(.dots) {
  width: 3.1rem;
  color: #3C5597;
}
.post-pagenation .nav-links li .prev,
.post-pagenation .nav-links li .next {
  width: 9.4rem;
}
.post-pagenation .nav-links li .prev {
  padding-right: 1.2rem;
}
.post-pagenation .nav-links li .next {
  padding-left: 1.2rem;
}
.post-pagenation .nav-links li .prev::before,
.post-pagenation .nav-links li .next::after {
  content: "";
  display: inline-block;
  width: 2.9rem;
  height: 2.4rem;
}
.post-pagenation .nav-links li .prev::before {
  background: url(./images/posts-archive__prev.svg) no-repeat;
  background-size: contain;
}
.post-pagenation .nav-links li .next::after {
  background: url(./images/posts-archive__next.svg) no-repeat;
  background-size: contain;
}
.post-pagenation .nav-links li > .current {
  color: #ffffff;
  background: #3C5597;
}
@media screen and (max-width: 834px){
  .post-pagenation {
    margin-top: 8.0rem;
  }
}


/* ========================
  投稿（詳細）
======================== */
.posts-single {
  margin-top: 10.0rem;
  margin-bottom: 20.0rem;
  padding-inline: 2.0rem;
  max-width: 115.0rem;
  margin-inline: auto;
}
.posts-single__title {
  line-height: 3em;
  display: block;
  text-align: center;
}
.posts-single__date {
  display: block;
  text-align: right;
}
.posts-single__body {
  margin-top: 6.0rem;
  line-height: 2em;
}
.posts-single__button {
  text-align: right;
  margin-top: 9.0rem;
}
@media screen and (max-width: 834px){
  .posts-single {
    margin-bottom: 10.0rem;
  }
  .posts-single__button {
    text-align: center;
    margin-top: 5.0rem;
  }
}


/* ========================
  Utility
======================== */
.u-only-sp { display: none; }
@media screen and (max-width: 834px){
  .u-only-pc { display: none; }
  .u-only-sp { display: block; }
}

.u-text-align--right {
  display: block;
  text-align: right;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
