@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
:root {
  --main-color: #000;
  --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  position: relative;
  min-width: 1440px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #4D4D4D;
  margin: 0;
}

body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./image/body-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

a[href $='.pdf'] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href $='.pdf']::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: #F5F5F5;
  padding-block: 140px;
  margin-block: 0 1em;
}

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

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 100px 0;
}

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

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* ----------------------- PC固定ページ 共通設定 ------------------------- */
/* パンくず */
.breadcrumb {
  font-size: 12px;
  color: #3E3E3E;
  letter-spacing: .08em;
}

.breadcrumb a {
  text-decoration: none;
  color: #3E3E3E;
}

/* ボタン */
.c_btn01 a {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  border-radius: 35px;
  padding: 9px 9px 9px 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn01 a::before,
.c_btn01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn01 a::before {
  background-image: url("./image/btn01-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_btn01 a::after {
  background: #1A1A1A;
  opacity: 0;
}

.c_btn01 .link_text {
  position: relative;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #fff;
  z-index: 1;
}

.c_btn01 a .arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.c_btn01 a .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn02 a {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  border-radius: 35px;
  background-image: url("./image/btn01-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13px 13px 13px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn02 a::before,
.c_btn02 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn02 a::before {
  background: #1A1A1A;
}

.c_btn02 a::after {
  background: #fff;
  opacity: 0;
}

.c_btn02 .link_text {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.c_btn02 a .arrow {
  position: relative;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.c_btn02 a .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* CTAパーツ */
.c_cta .items {
  width: 100%;
  max-width: 659px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-inline: auto;
  padding-left: 10px;
}

.c_cta .item:nth-child(1) {
  margin-top: 18px;
}

.c_cta .item:nth-child(3) {
  margin-top: 16px;
}

.c_cta .item:nth-child(1) .image {
  width: 200px;
}

.c_cta .item:nth-child(2) .image {
  position: relative;
  width: 190px;
  left: 5px;
}

.c_cta .item:nth-child(3) .image {
  position: relative;
  width: 220px;
  left: 10px;
}

.c_cta .btn {
  width: 100%;
  max-width: 410px;
  margin-inline: auto;
  margin-top: 18px;
}

.c_cta .text {
  width: 100%;
  max-width: 659px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 24px;
  text-align: center;
}

/* CTAセクション */
.common_cta {
  position: relative;
  background-image: url("./image/cta-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 60px 0 43px;
}

.common_cta .bubble {
  margin-top: -90px;
  text-align: center;
}

.common_cta .bubble_title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e349), to(#fff298));
  background: -webkit-linear-gradient(top, #f7e349, #fff298);
  background: linear-gradient(to bottom, #f7e349, #fff298);
  border-radius: 30px;
  padding: 12px 26px 12px 38px;
}

.common_cta .bubble_title::before {
  content: "";
  width: 30px;
  height: 14px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff298;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.common_cta .title {
  position: relative;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0.05em;
  color: #fff;
  padding-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.common_cta .title::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  opacity: 0.4;
}

.common_cta .title .number {
  font-family: "Afacad Flux", sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: 0.68;
  letter-spacing: 0.05em;
}

.common_cta .c_cta {
  margin-top: 20px;
}

.common_cta .c_cta .btn {
  margin-top: 10px;
}

.common_cta .c_cta .text {
  margin-top: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pc_header {
  position: fixed;
  width: 100%;
  top: 20px;
  z-index: 30;
  overflow-x: scroll;
}

.pc_header .body {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
}

.pc_header .logo {
  width: 100%;
  max-width: 139px;
  margin-left: 0;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.pc_header .menus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.pc_header .menu a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* FV */
#top_fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  min-height: 790px;
  background-image: url("./image/fv-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18.9vh 0 11.8vh;
}

#top_fv .image01 {
  width: 14.6%;
  height: 14.6%;
  position: absolute;
  top: 19.3%;
  left: 5.6%;
}

#top_fv .image02 {
  width: 23%;
  height: 34.1%;
  position: absolute;
  bottom: 12.5%;
  left: 0;
}

#top_fv .image03 {
  width: 23%;
  height: 23%;
  position: absolute;
  top: 0;
  right: 0;
}

#top_fv .image04 {
  width: 13.2%;
  height: 32.9%;
  position: absolute;
  bottom: 16.7%;
  right: 6.25%;
}

#top_fv .title {
  width: 100%;
  max-width: 604px;
  margin-inline: auto;
}

#top_fv .main_title {
  padding-left: 13px;
}

#top_fv .sub_title {
  margin-top: 7.4px;
}

#top_fv .c_cta {
  margin-top: 11px;
}

/* 週4勤務が人気の3つの理由 */
#top_reason {
  padding: 120px 0 0;
}

#top_reason .section_sub_title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  text-align: center;
}

#top_reason .section_main_title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.46;
  letter-spacing: 0.08em;
  color: #1A1A1A;
  text-align: center;
}

#top_reason .section_main_title .big {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.46;
  letter-spacing: 0.08em;
}

#top_reason .section_main_title .accent {
  color: #ff4e63;
}

#top_reason .section_main_title .number {
  font-family: "Afacad Flux", sans-serif;
  font-size: 81px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.08em;
}

#top_reason .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

#top_reason .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 6px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 39px 20px 25px;
}

#top_reason .head {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top_reason .head_number {
  position: relative;
  display: inline-block;
  min-width: 200px;
  font-family: "Afacad Flux", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  text-align: center;
}

#top_reason .item:nth-of-type(1) .head_number,
#top_reason .item:nth-of-type(1) .head_number::before {
  background: #ea638d;
}

#top_reason .item:nth-of-type(2) .head_number,
#top_reason .item:nth-of-type(2) .head_number::before {
  background: #f47354;
}

#top_reason .item:nth-of-type(3) .head_number,
#top_reason .item:nth-of-type(3) .head_number::before {
  background: #ed9134;
}

#top_reason .head_number::before {
  content: "";
  width: 27.5px;
  width: 25px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#top_reason .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/190;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_reason .title_wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#top_reason .title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.46;
  letter-spacing: 0.03em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff9b7));
  background: -webkit-linear-gradient(transparent 70%, #fff9b7 30%);
  background: linear-gradient(transparent 70%, #fff9b7 30%);
  z-index: 1;
}

#top_reason .item:nth-of-type(1) .title {
  color: #e5618a;
}

#top_reason .item:nth-of-type(2) .title {
  color: #f47354;
}

#top_reason .item:nth-of-type(3) .title {
  color: #e58b30;
}

#top_reason .title--mt {
  margin-top: -6px;
}

#top_reason .sub_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#top_reason .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.01em;
}

/* 週4勤務 × 高収入 */
#top_income {
  padding: 84px 0 170px;
}

#top_income .catch {
  text-align: center;
}

#top_income .catch_sub_title {
  font-size: 34px;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0.03em;
  color: #1A1A1A;
}

#top_income .catch_title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

#top_income .catch_title .main {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.05em;
  color: #4a2f4b;
  margin-top: 10px;
}

#top_income .catch_title::before {
  content: "";
  width: 73px;
  height: 69px;
  position: absolute;
  top: -30px;
  right: -65px;
  background-image: url("./image/income-catch-bubble.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_income .border img {
  display: block;
}

#top_income .box {
  color: #fff;
  margin-top: 95px;
  text-align: center;
}

#top_income .box_texts {
  position: relative;
  display: inline-block;
  z-index: 1;
}

#top_income .box_sub_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}

#top_income .box_title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-left: 8px;
  margin-top: 7px;
}

#top_income .box_title .small {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}

#top_income .box .triangle {
  position: absolute;
  width: 440px;
  height: 120px;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f0ba09;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}

#top_income .box_texts::before {
  content: "";
  width: 340px;
  height: 90px;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fddc84;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}

#top_income .body {
  background: #fff;
  border-radius: 20px;
  padding: 0 90px 9px;
}

#top_income .head {
  margin-top: 140px;
  text-align: center;
}

#top_income .head_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

#top_income .head_catch {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  background: #fff5a5;
  border-radius: 10px;
  padding: 8.5px 21.5px;
  margin-top: -25px;
}

#top_income .head_sub {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 5px;
}

#top_income .head_sub::before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 15px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

#top_income .head_sub::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -7.5px;
  left: calc(50% - 18px);
  -webkit-transform: translateX(-50%) rotate(35deg);
  transform: translateX(-50%) rotate(35deg);
  background: #1A1A1A;
}

#top_income .head_main {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1A1A1A;
  padding-right: 80px;
  padding-left: 28px;
  margin-top: 26px;
}

#top_income .head_main::before {
  content: "";
  width: 60px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 13px;
  background-image: url("./image/income-head-main-question.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_income .head_main .accent {
  display: inline-block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e200), to(#d99700));
  background: -webkit-linear-gradient(top, #f5e200, #d99700);
  background: linear-gradient(to bottom, #f5e200, #d99700);
  padding: 19px 23px;
  margin-right: 10px;
}

#top_income .head_main .point {
  display: inline-block;
  position: relative;
  bottom: -5px;
}

#top_income .head_main .big {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

#top_income .items {
  margin-top: 60px;
}

#top_income .item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding-bottom: 90px;
}

#top_income .item:not(:first-of-type) {
  padding-top: 80px;
  border-top: 2px dashed #777777;
}

#top_income .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#top_income .image {
  position: relative;
  width: calc(49.1% - 40px);
  z-index: 1;
}

#top_income .item:nth-of-type(even) .image {
  left: -10px;
}

#top_income .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: -10px;
  background: #e5a700;
  border-radius: 10px;
  z-index: -1;
}

#top_income .item:nth-of-type(2) .image::before {
  background: #E68829;
}

#top_income .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 480/360;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_income .contents {
  width: calc(50.9% - 40px);
}

#top_income .item:nth-of-type(odd) .contents {
  padding-left: 20px;
}

#top_income .item:nth-of-type(even) .contents {
  padding-right: 10px;
}

#top_income .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

#top_income .sub_title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1A1A1A;
}

#top_income .title {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  margin-top: 15px;
  z-index: 1;
}

#top_income .title::before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff9b7;
  z-index: -1;
}

#top_income .item:nth-of-type(2) .title::before {
  bottom: -3px;
}

#top_income .title .number {
  font-family: "Afacad Flux", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

#top_income .title .accent {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #de9100;
}

#top_income .item:nth-of-type(2) .title .accent {
  color: #E08528;
}

#top_income .title .accent .number {
  display: inline-block;
  font-family: "Afacad Flux", sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  padding-right: 8px;
}

#top_income .title .big {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

#top_income .title .accent .middle {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2692307692;
  letter-spacing: 0.04em;
}

#top_income .text {
  margin-top: 28px;
}

/* 施工管理の魅力 */
#top_pick_up {
  padding: 135px 0 0;
}

#top_pick_up .title_wrap {
  text-align: center;
}

#top_pick_up .section_sub_title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  padding: 0 20px 0 28px;
}

#top_pick_up .section_sub_title::before,
#top_pick_up .section_sub_title::after {
  content: "";
  position: absolute;
  top: 50%;
  top: calc(50% + 3px);
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1A1A1A;
}

#top_pick_up .section_sub_title::before {
  width: 3px;
  height: 30px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}

#top_pick_up .section_sub_title::after {
  width: 30px;
  height: 3px;
  left: auto;
  right: -5px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
  transform: translateY(-50%) rotate(-60deg);
}

#top_pick_up .section_title {
  font-size: 46px;
  font-weight: 900;
  line-height: 0.71;
  letter-spacing: 0.07em;
  color: #1A1A1A;
  margin-top: 24px;
}

#top_pick_up .section_title .number {
  font-family: "Afacad Flux", sans-serif;
  font-size: 86px;
  font-weight: 900;
  line-height: 0.38;
  letter-spacing: 0.07em;
}

#top_pick_up .section_title .accent {
  font-size: 50px;
  font-weight: 900;
  line-height: 0.66;
  letter-spacing: 0.07em;
  color: #ff4e63;
}

#top_pick_up .body {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 0 60px 60px;
  margin-top: 110px;
  text-align: center;
}

#top_pick_up .catch {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e200), to(#d99700));
  background: -webkit-linear-gradient(top, #f5e200, #d99700);
  background: linear-gradient(to bottom, #f5e200, #d99700);
  border-radius: 10px;
  padding: 13px 46px;
  margin-top: -100px;
}

#top_pick_up .catch .big {
  font-size: 36px;
  font-weight: 800;
  line-height: 0.97;
  letter-spacing: 0.03em;
}

#top_pick_up .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.01em;
  margin-top: 20px;
}

#top_pick_up .text .bold {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.53;
  letter-spacing: 0.01em;
  color: #1A1A1A;
}

#top_pick_up .main {
  margin-top: 55px;
}

#top_pick_up .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

#top_pick_up .row_title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #1A1A1A;
}

#top_pick_up .row_title .big {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.09;
  letter-spacing: 0.03em;
}

#top_pick_up .row_title .accent {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.09;
  letter-spacing: 0.03em;
  color: #ff4e63;
}

#top_pick_up .row .border {
  display: inline-block;
  padding-top: 8px;
}

#top_pick_up .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 28px 15px;
  margin-top: 45px;
}

#top_pick_up .item {
  position: relative;
  width: calc((100% - 30px) / 3);
  border-radius: 10px;
  padding: 23px 18px 15px;
}

#top_pick_up .item:nth-of-type(1) {
  background: #fdf4f7;
}

#top_pick_up .item:nth-of-type(2) {
  background: #fff4f4;
}

#top_pick_up .item:nth-of-type(3) {
  background: #fff7f5;
}

#top_pick_up .item:nth-of-type(4) {
  background: #fdf6f0;
}

#top_pick_up .item:nth-of-type(5) {
  background: #fffaef;
}

#top_pick_up .head {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top_pick_up .head_number {
  font-family: "Afacad Flux", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 20px;
  padding: 1px 24.5px;
  text-align: center;
}

#top_pick_up .item:nth-of-type(1) .head_number {
  background: #ea638d;
}

#top_pick_up .item:nth-of-type(2) .head_number {
  background: #f06161;
}

#top_pick_up .item:nth-of-type(3) .head_number {
  background: #f47354;
}

#top_pick_up .item:nth-of-type(4) .head_number {
  background: #ed9134;
}

#top_pick_up .item:nth-of-type(5) .head_number {
  background: #e6b11f;
}

#top_pick_up .image img {
  width: 100px;
  margin-inline: auto;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_pick_up .title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.41;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  margin-top: 10px;
  text-align: center;
}

#top_pick_up .title .accent {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  z-index: 1;
}

#top_pick_up .title .accent::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff8aa;
  z-index: -1;
}

#top_pick_up .item:nth-of-type(1) .title .accent {
  color: #ea638d;
}

#top_pick_up .item:nth-of-type(2) .title .accent {
  color: #ed5151;
}

#top_pick_up .item:nth-of-type(3) .title .accent {
  color: #f47354;
}

#top_pick_up .item:nth-of-type(4) .title .accent {
  color: #ed9134;
}

#top_pick_up .item:nth-of-type(5) .title .accent {
  color: #e6b11f;
}

#top_pick_up .title .number {
  display: inline-block;
  font-family: "Afacad Flux", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: 0.03em;
}

#top_pick_up .item:nth-of-type(4) .title .number {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: 0.01em;
}

#top_pick_up .main_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.01em;
  margin-top: 30px;
}

/* 開始実績紹介 */
#top_achievement {
  padding: 90px 0 155px;
  overflow: hidden;
}

#top_achievement .wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 65px;
}

#top_achievement .contents {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 390px;
  max-width: 390px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 100px;
  margin-top: 24px;
}

#top_achievement .section_sub_title {
  font-size: 30px;
  font-weight: 900;
  line-height: 0.73;
  letter-spacing: 0.07em;
  color: #1A1A1A;
}

#top_achievement .section_sub_title .number {
  font-family: "Afacad Flux", sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.38;
  letter-spacing: 0.07em;
}

#top_achievement .section_title {
  position: relative;
  display: inline-block;
  margin-top: 24px;
}

#top_achievement .section_title .ja {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.43;
  letter-spacing: 0.05em;
  color: #fff;
  background: #efb81c;
  border-radius: 10px;
  padding: 6px 19px;
}

#top_achievement .section_title .en {
  position: absolute;
  top: calc(50% + 20px);
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top_achievement .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

#top_achievement .card {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px;
}

#top_achievement .card .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/250;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_achievement .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

#top_achievement .title .accent {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.04em;
}

#top_achievement .swiper-container {
  position: relative;
  width: 100vw;
  min-width: 840px;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}

#top_achievement .swiper-slide {
  height: auto;
  padding-bottom: 4px;
}

#top_achievement .pagination-bullets,
#top_achievement .swiper-pagination-bullets.swiper-pagination-horizontal,
#top_achievement .swiper-pagination-custom,
#top_achievement .swiper-pagination-fraction {
  left: 60px;
  bottom: 27px;
  text-align: left;
}

#top_achievement .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#top_achievement .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

#top_achievement .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e3ddca;
  opacity: 1;
}

#top_achievement .swiper-pagination-bullet-active {
  background: #eeb81b;
}

#top_achievement .swiper-button-prev,
#top_achievement .swiper-button-next {
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  top: auto;
  bottom: 15px;
  color: transparent;
  z-index: 11;
}

#top_achievement .swiper-button-prev {
  left: 0;
}

#top_achievement .swiper-button-next {
  left: 140px;
}

#top_achievement .swiper-button-prev::after,
#top_achievement .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top_achievement .swiper-button-prev::after {
  background-image: url("./image/swiper-button-prev.svg");
}

#top_achievement .swiper-button-next::after {
  background-image: url("./image/swiper-button-next.svg");
}

/* 週4勤務が向いている人 */
#top_about {
  padding: 140px 0;
}

#top_about .title_wrap {
  text-align: center;
}

#top_about .section_sub_title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0.03em;
  color: #fff;
  background: #ff4e63;
  border-radius: 25px;
  padding: 8.5px 28px;
}

#top_about .section_sub_title::before {
  content: "";
  width: 40px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ff4e63;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#top_about .section_title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  margin-top: 30px;
}

#top_about .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 64px;
}

#top_about .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px 20px 24px 20px;
}

#top_about .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 255/180;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_about .contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top_about .title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  text-align: center;
}

#top_about .title .accent {
  position: relative;
  display: inline-block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  z-index: 1;
}

#top_about .item:nth-child(1) .title .accent {
  color: #ea638d;
}

#top_about .item:nth-child(2) .title .accent {
  color: #f47354;
}

#top_about .item:nth-child(3) .title .accent {
  color: #ed9134;
}

#top_about .item:nth-child(4) .title .accent {
  color: #e6b11f;
}

#top_about .title .accent::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff8aa;
  z-index: -1;
}

#top_about .triangle {
  position: relative;
  margin-top: 90px;
  text-align: center;
  z-index: 1;
}

#top_about .triangle .main {
  display: inline-block;
  width: 340px;
  height: 80px;
  background: #ff7989;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#top_about .triangle .sub {
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 70px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffb1bb;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}

#top_about .catch {
  margin-top: 45px;
  text-align: center;
}

#top_about .catch_title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  padding: 0 20px 0 28px;
}

#top_about .catch_title::before,
#top_about .catch_title::after {
  content: "";
  position: absolute;
  top: 50%;
  top: calc(50% + 3px);
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1A1A1A;
}

#top_about .catch_title::before {
  width: 3px;
  height: 30px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}

#top_about .catch_title::after {
  width: 30px;
  height: 3px;
  left: auto;
  right: -5px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
  transform: translateY(-50%) rotate(-60deg);
}

#top_about .box {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 34px 35px 35px;
  margin-top: 14px;
}

#top_about .box_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-inline: auto;
  gap: 12px;
}

#top_about .box_logo {
  width: 100%;
  max-width: 218px;
  margin-left: 0;
}

#top_about .box_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_about .box_text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}

#top_about .box_title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  margin-top: 10px;
  text-align: center;
}

#top_about .box_title .accent {
  position: relative;
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.05em;
  color: #fc5f72;
  z-index: 1;
}

#top_about .box_title .accent::before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff8aa;
  z-index: -1;
}

/* よくある質問 */
#top_faq {
  padding: 0 0 130px;
}

#top_faq .title_wrap {
  color: #1A1A1A;
  text-align: center;
}

#top_faq .section_sub_title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
  padding-left: 10px;
}

#top_faq .section_title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

#top_faq .items {
  margin-top: 50px;
}

#top_faq .item:not(:first-child) {
  margin-top: 11px;
}

#top_faq .accordion {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #fffaf5;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 150px;
  padding: 12px 30px 12px 14px;
  cursor: pointer;
}

#top_faq .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

#top_faq .body .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  padding: 11.5px 60px 13.5px 14px;
}

#top_faq .arrow {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 3px solid #1A1A1A;
  border-right: 3px solid #1A1A1A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -3px;
}

#top_faq .item.is-open .arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 7px;
}

#top_faq .en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-family: "Afacad Flux", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0em;
  color: #fff;
  border-radius: 50%;
  padding-left: 4px;
  padding-bottom: 1px;
}

#top_faq .accordion .en {
  background: #e68829;
}

#top_faq .item:nth-of-type(even) .accordion .en {
  background: #e2a400;
}

#top_faq .body .en {
  color: #e68829;
  background: #fffaf5;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

#top_faq .item:nth-of-type(even) .body .en {
  color: #e2a400;
}

#top_faq .items .body {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#top_faq .title,
#top_faq .text {
  color: #1A1A1A;
}

#top_faq .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

#top_faq .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* お問い合わせ */
#top_contact {
  background-image: url("./image/contact-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 155px 0 145px;
}

#top_contact .title_wrap {
  color: #fff;
  text-align: center;
}

#top_contact .section_title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top_contact .section_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 32px;
}

.mw_wp_form {
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 70px;
  margin-top: 40px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3E3E3E;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form {
  position: relative;
}

.common_contact_form::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  border: 1px dashed #CECECE;
}

.common_contact_form .form_box {
  margin-block: 0 60px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 19.7% 1fr;
  align-items: center;
  gap: 110px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl.start dt {
  padding-top: 12px;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.35em 0;
}

.common_contact_form .form_box dl dt {
  max-width: 197px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: .03em;
  font-weight: 700;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #C42F2F;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  color: #fff;
  background: #A5A5A5;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #FAFAFA;
  border: 2px solid #C9C9C9;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: .03em;
  font-weight: 500;
  padding: 0.9em 1em;
}

.common_contact_form textarea {
  resize: none;
  width: 100%;
  height: 200px;
  background: #FAFAFA;
  border: 2px solid #C9C9C9;
  border-radius: 8px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: .03em;
  font-weight: 500;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #DBDBDB;
}

.common_contact_form .select-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.common_contact_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: #FAFAFA;
  border: 2px solid #C9C9C9;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .03em;
  padding: 0.9em 2.5em 0.9em 1em;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6em);
  right: 1em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1A1A1A;
  border-right: 2px solid #1A1A1A;
  transform: rotate(135deg) translateY(-50%);
  -webkit-transform: rotate(135deg) translateY(-50%);
  pointer-events: none;
}

.select-wrapper.has-error::after {
  top: calc(50% - 1.4em);
}

.mw_wp_form_preview .select-wrapper::after,
.mw_wp_form_complete .select-wrapper::after {
  display: none;
}

.common_contact_form select.empty {
  color: #C7C4C4;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  margin-top: 20px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5A5A5A;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */
.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  width: 62%;
  margin-inline: auto;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3E3E3E;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item+.item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #5A5A5A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #A7A7A7;
  letter-spacing: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: .08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* ボタン修正 */
.page_contact #btn_wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  gap: 11px;
  background: #fff;
  border-radius: 35px;
  padding: 15px 15px 15px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page_contact #btn_wrap button::before,
.page_contact #btn_wrap button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.page_contact #btn_wrap button::before {
  background-image: url("./image/btn01-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_contact #btn_wrap button::after {
  background: #1A1A1A;
  opacity: 0;
}

.page_contact #btn_wrap button .link_text {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #fff;
  z-index: 1;
}

.page_contact #btn_wrap button .arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  flex-shrink: 0;
}

.page_contact #btn_wrap button .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

/* PC固定ページ 個人情報保護方針 */
.page_privacy .main_text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3em;
}

.page_privacy dl {
  margin-bottom: 50px;
}

.page_privacy dl:last-child {
  margin-bottom: 0;
}

.page_privacy dl dt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: .5em;
  border-left: 3px solid #ccc;
  padding-left: 1em;
}

.page_privacy dl dd {
  font-size: 14px;
  line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
  padding-right: 30px;
}

.archive_page_list>article:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.archive_page_list>article .date {
  font-weight: bold;
  font-size: 80%;
  width: 100px;
}

.archive_page_list>article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
  font-size: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.site_footer {
  padding: 80px 0 73px;
}

.site_footer .logo {
  width: 100%;
  max-width: 210px;
  margin-inline: auto;
}

.site_footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0em;
  color: #6e6e6e;
  margin-top: 7px;
  text-align: center;
}

.site_footer .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0em;
  color: #6e6e6e;
  margin-top: 35px;
  text-align: center;
}

.site_footer .copyright {
  display: block;
  font-family: "Afacad Flux", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.75;
  letter-spacing: 0em;
  color: #6e6e6e;
  margin-top: 60px;
  text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* デフォルトcss */
a[href $='.pdf']:hover {
  text-decoration: none;
}

/* サイト共通 */
.c_btn01 a:hover::before {
  opacity: 0;
}

.c_btn01 a:hover::after {
  opacity: 1;
}

.c_btn01 a .arrow .hover {
  opacity: 0;
}

.c_btn01 a:hover .arrow .default {
  opacity: 0;
}

.c_btn01 a:hover .arrow .hover {
  opacity: 1;
}

.c_btn02 a:hover::before {
  opacity: 0;
}

.c_btn02 a:hover::after {
  opacity: 1;
}

.c_btn02 a:hover .link_text {
  background-image: url("./image/btn01-bg.svg");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.c_btn02 a .arrow .hover {
  opacity: 0;
}

.c_btn02 a:hover .arrow .default {
  opacity: 0;
}

.c_btn02 a:hover .arrow .hover {
  opacity: 1;
}

/* ヘッダー */
.pc_header .logo a:hover {
  opacity: 0.8;
}

.pc_header .menu a:hover {
  color: #FF769B;
}

/* 下層ページ */
.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: .8;
}

.page_contact #btn_wrap button:hover::before {
  opacity: 0;
}

.page_contact #btn_wrap button:hover::after {
  opacity: 1;
}

.page_contact #btn_wrap button .arrow .hover {
  opacity: 0;
}

.page_contact #btn_wrap button:hover .arrow .default {
  opacity: 0;
}

.page_contact #btn_wrap button:hover .arrow .hover {
  opacity: 1;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* フッター */
.site_footer .logo a:hover {
  opacity: 0.8;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
@media (max-width: 750px) {
  .wrap {
    width: 89.7%;
  }

  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href $='.pdf']:hover {
    text-decoration: underline;
  }

  body {
    min-width: 100%;
    font-size: 3.33vw;
    line-height: 1.69;
  }

  body::before {
    background-image: url("./image/body-bg-sp.png");
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* ボタン */
  .c_btn01 a {
    gap: 6.15vw;
    border-radius: 8.97vw;
    padding: 3.33vw 3.33vw 3.33vw 6.15vw;
  }

  .c_btn01 a::before,
  .c_btn01 a::after {
    border-radius: 8.97vw;
  }

  .c_btn01 a:hover::before {
    opacity: 1;
  }

  .c_btn01 a:hover::after {
    opacity: 0;
  }

  .c_btn01 .link_text {
    font-size: 4.36vw;
  }

  .c_btn01 a .arrow {
    width: 9.74vw;
    height: 9.74vw;
  }

  .c_btn01 a .arrow .hover {
    opacity: 0;
  }

  .c_btn01 a:hover .arrow .default {
    opacity: 1;
  }

  .c_btn01 a:hover .arrow .hover {
    opacity: 0;
  }

  .c_btn01 a .arrow img {
    width: 100%;
  }

  .c_btn02 a {
    gap: 6.15vw;
    border-radius: 8.97vw;
    padding: 13px 13px 13px 30px;
    padding: 3.33vw 3.33vw 3.33vw 6.15vw;
  }

  .c_btn02 a::before,
  .c_btn02 a::after {
    border-radius: 8.97vw;
  }

  .c_btn02 a::before {
    background: #1A1A1A;
  }

  .c_btn02 a::after {
    background: #fff;
    opacity: 0;
  }

  .c_btn02 a:hover::before {
    opacity: 1;
  }

  .c_btn02 a:hover::after {
    opacity: 0;
  }

  .c_btn02 .link_text {
    font-size: 4.36vw;
    line-height: 1.47;
  }

  .c_btn02 a:hover .link_text {
    background-image: none;
    color: #fff;
  }

  .c_btn02 a .arrow {
    width: 9.74vw;
    height: 9.74vw;
  }

  .c_btn02 a .arrow .hover {
    opacity: 0;
  }

  .c_btn02 a:hover .arrow .default {
    opacity: 1;
  }

  .c_btn02 a:hover .arrow .hover {
    opacity: 0;
  }

  .c_btn02 a .arrow img {
    width: 100%;
  }

  /* CTAパーツ */
  .c_cta .items {
    max-width: 89.74vw;
    gap: 1.54vw;
    padding-left: 0;
  }

  .c_cta .item:nth-child(1),
  .c_cta .item:nth-child(3) {
    margin-top: 1.79vw;
  }

  .c_cta .item:nth-child(1) .image,
  .c_cta .item:nth-child(2) .image,
  .c_cta .item:nth-child(3) .image {
    width: 28.21vw;
  }

  .c_cta .item:nth-child(2) .image {
    left: 0.51vw;
  }

  .c_cta .item:nth-child(3) .image {
    left: 0.77vw;
  }

  .c_cta .btn {
    max-width: 89.74vw;
    margin-top: 1.79vw;
  }

  .c_cta .text {
    font-size: 3.08vw;
    line-height: 1.5;
    margin-top: 3.08vw;
  }

  /* CTAセクション */
  .common_cta {
    background-image: url("./image/cta-bg-sp.png");
    border-radius: 5.13vw;
    padding: 12.82vw 5.13vw 15.38vw;
  }

  .common_cta .wrap {
    width: 100%;
  }

  .common_cta .bubble {
    width: 100%;
    margin-top: -18.97vw;
  }

  .common_cta .bubble_title {
    font-size: 3.97vw;
    border-radius: 7.69vw;
    padding: 3.33vw 2.56vw 3.33vw 5.13vw;
  }

  .common_cta .bubble_title::before {
    width: 6.67vw;
    height: 2.56vw;
    bottom: -2.44vw;
  }

  .common_cta .title {
    font-size: 7.44vw;
    line-height: 1.34;
    padding-bottom: 5.13vw;
  }

  .common_cta .title::before {
    height: 0.51vw;
  }

  .common_cta .title .number {
    font-size: 14.87vw;
  }

  .common_cta .c_cta {
    margin-top: 5.13vw;
  }

  /* ----------------------- SPヘッダー ------------------------- */
  #sp_header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    padding-top: 26px;
    z-index: 60;
  }

  #sp_header .logo {
    width: 100%;
    max-width: 127px;
    margin-left: 0;
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 3vw;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
    background-image: url("./image/fv-bg-sp.png");
    padding: 84.36vw 2.56vw 0 2.56vw;
    overflow: hidden;
    z-index: 50;
  }

  #top_fv .wrap {
    width: 100%;
  }

  #top_fv .image01 {
    width: 25.64vw;
    height: 25.64vw;
    position: absolute;
    top: 55.13vw;
    left: auto;
    right: 5.13vw;
  }

  #top_fv .image02 {
    width: 56.41vw;
    height: 46.15vw;
    position: absolute;
    top: 31.03vw;
    left: 0;
    z-index: 1;
  }

  #top_fv .image03 {
    width: 48.72vw;
    height: 35.9vw;
    position: absolute;
    top: 14.1vw;
    right: 0;
  }

  #top_fv .image04 {
    width: 46.15vw;
    height: 46.15vw;
    position: relative;
    bottom: -11.67vw;
    right: auto;
    left: -2.56vw;
    margin-top: -5.13vw;
  }

  #top_fv .main_title {
    padding-inline: 2.05vw;
  }

  #top_fv .sub_title {
    margin-top: 1.79vw;
  }

  #top_fv .c_cta .wrap {
    padding-inline: 2.56vw;
  }

  #top_fv .c_cta {
    margin-top: 3.85vw;
  }

  /* 週4勤務が人気の3つの理由 */
  #top_reason {
    padding: 17.95vw 0;
  }

  #top_reason .section_sub_title {
    font-size: 4.1vw;
    line-height: 2;
  }

  #top_reason .section_main_title {
    font-size: 4.1vw;
    line-height: 1.5;
    padding-left: 8.72vw;
    margin-top: 2.56vw;
  }

  #top_reason .section_main_title .big {
    display: inline-block;
    font-size: 8.21vw;
    padding-right: 7.69vw;
    margin-top: -5.13vw;
  }

  #top_reason .section_main_title .number {
    font-size: 15.38vw;
  }

  #top_reason .items {
    grid-template-columns: 1fr;
    gap: 9.23vw;
    margin-top: 9.23vw;
  }

  #top_reason .item {
    gap: 3.33vw;
    border-radius: 2.56vw;
    padding: 7.69vw 3.85vw 5.64vw;
  }

  #top_reason .head {
    top: -5.13vw;
  }

  #top_reason .head_number {
    min-width: 46.15vw;
    font-size: 6.15vw;
    border-radius: 5.13vw;
    padding: 0.77vw 2.56vw;
  }

  #top_reason .head_number::before {
    width: 6.41vw;
    height: 2.15vw;
    bottom: -2.05vw;
  }

  #top_reason .image img {
    aspect-ratio: 320/170;
    border-radius: 2.56vw;
  }

  #top_reason .title_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #top_reason .item:nth-of-type(3) .title_wrap {
    margin-top: 1.28vw;
  }

  #top_reason .title {
    font-size: 5.13vw;
  }

  #top_reason .title--mt {
    margin-top: -1.54vw;
  }

  #top_reason .sub_title {
    display: inline-block;
    width: 100%;
    font-size: 4.1vw;
  }

  #top_reason .sub_title--row {
    width: auto;
  }

  #top_reason .item:nth-of-type(2) .sub_title--row {
    margin-top: 1.28vw;
  }

  #top_reason .text {
    font-size: 3.33vw;
    line-height: 1.57;
    letter-spacing: 0.03em;
  }

  #top_reason .item:nth-of-type(1) .text {
    letter-spacing: 0.02em;
  }

  /* 週4勤務 × 高収入 */
  #top_income {
    padding: 0 0 24.36vw;
  }

  #top_income .wrap {
    width: 94.8%;
  }

  #top_income .catch_sub_title {
    font-size: 4.62vw;
  }

  #top_income .catch_title {
    gap: 1.28vw;
  }

  #top_income .catch_title .main {
    font-size: 6.41vw;
    margin-top: 1.28vw;
  }

  #top_income .catch_title::before {
    width: 10.77vw;
    height: 10.26vw;
    top: -7.69vw;
    right: 3.33vw;
  }

  #top_income .box {
    margin-top: 12.82vw;
  }

  #top_income .box_sub_title {
    font-size: 3.59vw;
    line-height: 1.57;
  }

  #top_income .box_title {
    font-size: 4.62vw;
    line-height: 1;
    padding-left: 2.05vw;
    margin-top: 0;
  }

  #top_income .box_title .small {
    font-size: 4.1vw;
  }

  #top_income .box .triangle {
    width: 56.41vw;
    height: 19.23vw;
    top: calc(50% + 4.1vw);
  }

  #top_income .box_texts::before {
    width: 43.59vw;
    height: 12.82vw;
    top: -4.1vw;
  }

  #top_income .body {
    border-radius: 3.08vw;
    padding: 0 2.56vw;
  }

  #top_income .head {
    margin-top: 19.23vw;
  }

  #top_income .head_column {
    gap: 3.08vw;
  }

  #top_income .head_catch {
    font-size: 3.59vw;
    line-height: 1.5;
    border-radius: 2.05vw;
    padding: 1.54vw 2.31vw;
    margin-top: -4.1vw;
  }

  #top_income .head_sub {
    font-size: 4.1vw;
    line-height: 1.75;
    border-bottom: 0.51vw solid #1A1A1A;
    padding-bottom: 1.54vw;
  }

  #top_income .head_sub::before {
    width: 5.13vw;
    height: 0.51vw;
    bottom: -0.51vw;
    left: calc(50% - 0vw);
  }

  #top_income .head_sub::after {
    width: 4.1vw;
    height: 0.38vw;
    bottom: -1.67vw;
    left: calc(50% - 1.03vw);
  }

  #top_income .head_main {
    font-size: 5.64vw;
    line-height: 1.45;
    padding: 0 1.28vw;
    margin-top: 5.13vw;
  }

  #top_income .head_main::before {
    display: none;
  }

  #top_income .head_main .accent {
    font-size: 5.82vw;
    line-height: 1.48;
    border-radius: 2.56vw;
    padding: 2.05vw;
    margin-right: 0;
    margin-bottom: 1.28vw;
  }

  #top_income .head_main .big {
    font-size: 6.79vw;
  }

  #top_income .head_main .point {
    position: relative;
    display: inline-block;
    padding-right: 7.69vw;
  }

  #top_income .head_main .point::before {
    content: "";
    width: 6vw;
    height: 8vw;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("./image/income-head-main-question.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #top_income .items {
    margin-top: 6.15vw;
  }

  #top_income .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.5vw;
    padding-bottom: 7.18vw;
  }

  #top_income .item:not(:first-of-type) {
    padding-top: 7.69vw;
    border-top: 0.51vw dashed #777777;
  }

  #top_income .item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #top_income .image,
  #top_income .contents {
    padding-inline: 0;
  }

  #top_income .image {
    width: 94.8%;
    margin-right: 1vw;
  }

  #top_income .item:nth-of-type(even) .image {
    left: 0;
  }

  #top_income .image::before {
    width: 100%;
    top: 2.05vw;
    right: -2.05vw;
    border-radius: 2.56vw;
  }

  #top_income .image img {
    border-radius: 2.56vw;
    aspect-ratio: 332/210;
  }

  #top_income .contents {
    width: 100%;
    padding-inline: 1.28vw;
  }

  #top_income .item:nth-of-type(odd) .contents {
    padding-inline: 1.28vw;
  }

  #top_income .row {
    gap: 2.05vw;
  }

  #top_income .icon img {
    width: 6.41vw;
  }

  #top_income .sub_title {
    font-size: 4.1vw;
  }

  #top_income .title {
    font-size: 5.64vw;
    margin-top: 2.05vw;
  }

  #top_income .title::before {
    height: 3.08vw;
    bottom: -0.25vw;
  }

  #top_income .item:nth-of-type(2) .title::before {
    bottom: -0.25vw;
  }

  #top_income .title .number {
    font-size: 9.74vw;
    line-height: 1.2;
  }

  #top_income .title .accent {
    font-size: 5.64vw;
    line-height: 1.45;
  }

  #top_income .title .accent .number {
    font-size: 11.28vw;
    padding-right: 1.28vw;
  }

  #top_income .title .big {
    font-size: 7.18vw;
  }

  #top_income .title .accent .middle {
    font-size: 8.21vw;
    line-height: 1;
  }

  #top_income .text {
    margin-top: 3.85vw;
  }

  #top_income .item:nth-of-type(2) .text {
    margin-top: 5vw;
  }

  /* 施工管理の魅力 */
  #top_pick_up {
    padding: 17.95vw 0 6.15vw;
  }

  #top_pick_up .section_sub_title {
    font-size: 4.1vw;
    line-height: 1.44;
    padding-inline: 6.41vw;
  }

  #top_pick_up .section_sub_title::before {
    width: 0.64vw;
    height: 8.97vw;
    top: calc(50% + 1.79vw);
    left: 1.54vw;
  }

  #top_pick_up .section_sub_title::after {
    width: 8.97vw;
    height: 0.64vw;
    top: calc(50% + 1.79vw);
    right: -1.79vw;
  }

  #top_pick_up .section_title {
    font-size: 7.18vw;
    margin-top: 5.13vw;
  }

  #top_pick_up .section_title .number {
    font-size: 13.85vw;
  }

  #top_pick_up .section_title .accent {
    font-size: 8.21vw;
  }

  #top_pick_up .body {
    border-radius: 5.13vw;
    padding: 12.05vw 3.85vw 10.26vw;
    padding: 0 3.85vw 10.26vw;
    margin-top: 17.95vw;
  }

  #top_pick_up .catch {
    width: 100%;
    font-size: 4.62vw;
    line-height: 1.28;
    border-radius: 2.56vw;
    padding: 2.56vw 1.28vw;
  }

  #top_pick_up .catch .big {
    font-size: 6.15vw;
  }

  #top_pick_up .text {
    font-size: 3.33vw;
    line-height: 1.62;
    margin-top: 2.56vw;
  }

  #top_pick_up .text .bold {
    font-size: 3.59vw;
    line-height: 1.5;
  }

  #top_pick_up .main {
    margin-top: 7.69vw;
  }

  #top_pick_up .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.79vw;
  }

  #top_pick_up .row_title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 5.38vw;
    line-height: 1.48;
  }

  #top_pick_up .row_title .big {
    font-size: 6.15vw;
    line-height: 1.29;
  }

  #top_pick_up .row_title .accent {
    font-size: 6.15vw;
    line-height: 1.29;
  }

  #top_pick_up .row .border {
    padding: 0 0 3.08vw 0;
  }

  #top_pick_up .row .border img {
    display: block;
    width: 10.26vw;
  }

  #top_pick_up .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.9vw;
    margin-top: 8.46vw;
  }

  #top_pick_up .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.08vw;
    width: 100%;
    border-radius: 2.56vw;
    padding: 6.67vw 3.85vw 6.15vw;
  }

  #top_pick_up .head {
    top: -3.33vw;
  }

  #top_pick_up .head_number {
    font-size: 4.62vw;
    border-radius: 5.13vw;
    padding: 0.26vw 6.28vw;
  }

  #top_pick_up .image {
    width: 100%;
    max-width: 17.95vw;
    margin-left: 0;
  }

  #top_pick_up .title {
    font-size: 3.85vw;
    line-height: 1.47;
    margin-top: 0;
    text-align: left;
  }

  #top_pick_up .title .accent {
    font-size: 4.62vw;
    line-height: 1.22;
  }

  #top_pick_up .title .accent::before {
    height: 2.31vw;
    bottom: -0.51vw;
  }

  #top_pick_up .title .number {
    font-size: 7.18vw;
  }

  #top_pick_up .item:nth-of-type(4) .title .number {
    font-size: 7.18vw;
  }

  #top_pick_up .main_text {
    font-size: 3.33vw;
    line-height: 1.62;
    margin-top: 5.13vw;
  }

  /* 開始実績紹介 */
  #top_achievement {
    padding: 0 0 43.08vw;
  }

  #top_achievement .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 6.15vw;
  }

  #top_achievement .contents {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    text-align: center;
    padding-inline: 5.13vw;
  }

  #top_achievement .section_sub_title {
    font-size: 5.64vw;
    line-height: 1.29;
  }

  #top_achievement .section_sub_title .number {
    font-size: 11.03vw;
  }

  #top_achievement .section_title {
    margin-top: 3.08vw;
  }

  #top_achievement .section_title .ja {
    font-size: 7.18vw;
    line-height: 1.29;
    border-radius: 2.05vw;
    padding: 1.28vw 4.36vw;
  }

  #top_achievement .section_title .en {
    top: auto;
    bottom: -3.85vw;
    right: -12.82vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #top_achievement .section_title .en img {
    width: 23.08vw;
  }

  #top_achievement .text {
    font-size: 3.59vw;
    line-height: 1.57;
    margin-top: 5.13vw;
  }

  #top_achievement .card {
    border-radius: 2.56vw;
    padding: 3.85vw;
  }

  #top_achievement .card .image img {
    aspect-ratio: 270/190;
    border-radius: 2.56vw;
  }

  #top_achievement .title {
    font-size: 3.85vw;
    line-height: 1.47;
    margin-top: 2.05vw;
  }

  #top_achievement .title .accent {
    font-size: 4.36vw;
    line-height: 1.29;
  }

  #top_achievement .swiper-container {
    width: 100%;
    min-width: auto;
    padding-left: 5.13vw;
  }

  #top_achievement .swiper-slide {
    padding-bottom: 1.03vw;
  }

  #top_achievement .pagination-bullets,
  #top_achievement .swiper-pagination-bullets.swiper-pagination-horizontal,
  #top_achievement .swiper-pagination-custom,
  #top_achievement .swiper-pagination-fraction {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -13.85vw;
    text-align: center;
  }

  #top_achievement .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #top_achievement .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.54vw;
  }

  #top_achievement .swiper-pagination-bullet {
    width: 2.56vw;
    height: 2.56vw;
  }

  #top_achievement .swiper-button-prev,
  #top_achievement .swiper-button-next {
    width: 10.26vw;
    bottom: -16.67vw;
  }

  #top_achievement .swiper-button-prev {
    left: calc(50% - 23.08vw);
  }

  #top_achievement .swiper-button-next {
    left: auto;
    right: calc(50% - 23.08vw);
  }

  /* 週4勤務が向いている人 */
  #top_about {
    padding: 20.51vw 0;
  }

  #top_about .wrap {
    width: 94.8%;
  }

  #top_about .section_sub_title {
    font-size: 4.36vw;
    border-radius: 6.41vw;
    padding: 2.05vw 4.87vw;
  }

  #top_about .section_sub_title::before {
    width: 4.62vw;
    height: 2.05vw;
    bottom: -1.92vw;
  }

  #top_about .section_title {
    font-size: 7.18vw;
    line-height: 1.18;
    margin-top: 5.13vw;
  }

  #top_about .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    margin-top: 7.69vw;
  }

  #top_about .item {
    gap: 3.08vw;
    border-radius: 2.56vw;
    padding: 2.31vw 2.31vw 3.33vw;
  }

  #top_about .image img {
    aspect-ratio: 162/120;
    border-radius: 2.56vw;
  }

  #top_about .title {
    font-size: 3.33vw;
    line-height: 1.46;
  }

  #top_about .title .accent {
    font-size: 4.1vw;
    line-height: 1.19;
  }

  #top_about .title .accent::before {
    height: 1.79vw;
  }

  #top_about .triangle {
    margin-top: 14.36vw;
  }

  #top_about .triangle .main {
    width: 53.85vw;
    height: 12.82vw;
  }

  #top_about .triangle .sub {
    width: 41.03vw;
    height: 10.26vw;
    top: -4.1vw;
  }

  #top_about .catch {
    margin-top: 6.15vw;
  }

  #top_about .catch_title {
    font-size: 4.1vw;
    line-height: 1.5;
    padding-inline: 6.41vw;
  }

  #top_about .catch_title::before {
    width: 0.64vw;
    height: 11.54vw;
    top: calc(50% + 0.77vw);
    left: 1.54vw;
  }

  #top_about .catch_title::after {
    width: 11.54vw;
    height: 0.64vw;
    top: calc(50% + 1.79vw);
    right: -3.08vw;
  }

  #top_about .box {
    border-radius: 2.56vw;
    padding: 5.13vw;
    margin-top: 3.08vw;
  }

  #top_about .box_row {
    max-width: 49.23vw;
    gap: 2.18vw;
  }

  #top_about .box_logo {
    width: 42.56vw;
    max-width: 100%;
  }

  #top_about .box_text {
    font-size: 4.62vw;
    margin-top: 2.56vw;
    text-align: center;
  }

  #top_about .box_title {
    font-size: 6.15vw;
    line-height: 1.58;
    margin-top: 2.05vw;
  }

  #top_about .box_title .accent {
    font-size: 7.69vw;
    line-height: 1.27;
  }

  #top_about .box_title .accent::before {
    height: 3.08vw;
    bottom: -0.77vw;
  }

  #top_about .box_title .normal {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.58;
    letter-spacing: 0.05em;
    font-size: 6.15vw;
    color: #1A1A1A;
  }

  /* よくある質問 */
  #top_faq {
    padding: 0 0 23.08vw;
  }

  #top_faq .section_sub_title {
    font-size: 4.1vw;
  }

  #top_faq .section_title {
    font-size: 7.18vw;
    margin-top: 2.56vw;
  }

  #top_faq .items {
    margin-top: 7.18vw;
  }

  #top_faq .item:not(:first-child) {
    margin-top: 4.62vw;
  }

  #top_faq .accordion {
    gap: 2.56vw;
    border-radius: 38.46vw;
    padding: 3.08vw 5.13vw 3.08vw 3.85vw;
  }

  #top_faq .row {
    gap: 2.56vw;
  }

  #top_faq .body .row {
    gap: 2.56vw;
    padding: 2.82vw 2.56vw 0.51vw 3.85vw;
  }

  #top_faq .body .row-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #top_faq .arrow {
    width: 4.1vw;
    height: 4.1vw;
    border-top: 0.77vw solid #1A1A1A;
    border-right: 0.77vw solid #1A1A1A;
    margin-top: -1.79vw;
  }

  #top_faq .item.is-open .arrow {
    margin-top: 1.79vw;
  }

  #top_faq .en {
    width: 10.26vw;
    height: 10.26vw;
    font-size: 6.15vw;
    padding-left: 0.77vw;
    padding-bottom: 0.26vw;
  }

  #top_faq .title {
    font-size: 4.1vw;
    line-height: 1.38;
  }

  #top_faq .text {
    font-size: 3.08vw;
    line-height: 1.5;
  }

  /* お問い合わせ */
  #top_contact {
    background-image: url("./image/contact-bg-sp.png");
    padding: 21.5vw 0 20vw;
  }

  #top_contact .wrap {
    width: 94.8%;
  }

  #top_contact .section_title {
    font-size: 8.21vw;
  }

  #top_contact .section_text {
    font-size: 3.59vw;
    margin-top: 4.5vw;
  }

  .mw_wp_form {
    border-radius: 2.56vw;
    padding: 3.85vw 3.85vw 11.54vw 3.85vw;
    margin-top: 6.41vw;
  }

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: .06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }

  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    border-bottom: 0.51vw dashed #CECECE;
    padding-bottom: 3.85vw;
  }

  .common_contact_form .form_box dl:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .common_contact_form .form_box dl.start dt {
    padding-top: 0;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 3.85vw 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 3.85vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.08vw;
    padding: 0.25em 1em;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.59vw;
    border: 0.51vw solid #C9C9C9;
    border-radius: 2.05vw;
    padding: 1em 1.22em;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.59vw;
    border: 0.51vw solid #C9C9C9;
    border-radius: 2.05vw;
    padding: 0.93em 2.5em 0.93em 1.22em;
  }

  .select-wrapper::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.7em);
    right: 1.7em;
    width: 2.56vw;
    height: 2.56vw;
    border-top: 0.51vw solid #1A1A1A;
    border-right: 0.51vw solid #1A1A1A;
  }

  .select-wrapper.has-error::after {
    top: calc(50% - 1.5em);
  }

  .common_contact_form textarea {
    height: 41vw;
    font-size: 3.6vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }

  /* ボタン修正 */
  .page_contact #btn_wrap button {
    width: 100%;
    max-width: 76.92vw;
    gap: 2.56vw;
    border-radius: 8.97vw;
    padding: 3.08vw 3.85vw 3.08vw 6.41vw;
  }

  .page_contact #btn_wrap button::before,
  .page_contact #btn_wrap button::after {
    border-radius: 8.97vw;
  }

  .page_contact #btn_wrap button:hover::before {
    opacity: 1;
  }

  .page_contact #btn_wrap button:hover::after {
    opacity: 0;
  }

  .page_contact #btn_wrap button .link_text {
    font-size: 4.62vw;
  }

  .page_contact #btn_wrap button .arrow {
    width: 10.26vw;
    height: 10.26vw;
  }

  .page_contact #btn_wrap button .arrow img {
    width: 100%;
  }

  .page_contact #btn_wrap button:hover .arrow .default {
    opacity: 1;
  }

  .page_contact #btn_wrap button:hover .arrow .hover {
    opacity: 0;
  }

  /* フォーム編集 */
  .common_contact_form::before {
    display: none;
  }

  .common_contact_form .form_box dl dt {
    max-width: 100%;
  }

  .common_contact_form .select-wrapper {
    width: 100%;
  }

  /* SP固定ページ 個人情報保護方針 */
  .page_privacy .main_text {
    font-size: 3.5vw;
  }

  .page_privacy dl {
    margin-bottom: 10vw;
  }

  .page_privacy dl dt {
    font-size: 4vw;
  }

  .page_privacy dl dd {
    font-size: 3.5vw;
    margin-left: 5vw;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

  .archive_page_list>article .content_area {
    width: calc(100% - 80px);
  }

  .archive_page_list>article:after {
    width: 7px;
    height: 7px;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  /* ----------------------- フッター ------------------------- */
  /* フッター追従 */
  .fix_btn {
    position: fixed;
    width: 100%;
    max-width: 89.74vw;
    margin-inline: auto;
    bottom: 7.69vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }

  .fix_btn.visible {
    opacity: 1;
    pointer-events: auto;
  }

  /* フッター */
  .site_footer {
    padding: 15.38vw 0 32.31vw;
  }

  .site_footer .logo {
    max-width: 42.56vw;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .text {
    font-size: 3.08vw;
    margin-top: 1.03vw;
  }

  .site_footer .address {
    font-size: 3.33vw;
    line-height: 1.38;
    margin-top: 7.69vw;
  }

  .site_footer .copyright {
    font-size: 3.08vw;
    margin-top: 7.69vw;
  }
}