@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "M PLUS 1p", "BIZ UDPGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #383838;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
}

.gradient-btn.orange {
  display: inline-block; /* これが重要 */
  padding: 12px 60px;
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  background: linear-gradient(270deg, #e93e35, #ffd66f);
  background-size: 200% 200%;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-btn.green {
  display: inline-block; /* これが重要 */
  padding: 18px 20px;
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  background: linear-gradient(270deg, #0e5d3f, #94dd2d);
  background-size: 200% 200%;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sp_only,
.gradient-btn.green.sp_only {
  display: none;
}

/* header */
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 200;
}
header .container {
  display: flex;
  justify-content: flex-end;
  background-color: #FCB028;
  height: 88px;
  gap: 20px;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
header .container .header_line_button {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
header .container .header_line_button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  background-color: #3da700;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
header .container .header_line_button a::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/asset_20.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .container .header_line_button a {
  transition: all 0.1s;
}
header .container .header_line_button a:active {
  transform: translateY(2px);
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
}
header .container .header_form_button {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 16px 50px 16px 0;
}
header .container .header_form_button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  background-color: #fb6155;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
header .container .header_form_button a::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/asset_20.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .container .header_form_button a {
  transition: all 0.1s;
}
header .container .header_form_button a:active {
  transform: translateY(2px);
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.main_visual .container {
  background-image: url("../img/asset_44.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  margin: 0 auto;
}
.main_visual .main_visual_content_01 {
  margin-top: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 20px;
  width: 26%;
}
.main_visual .main_visual_content_01 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_visual .main_visual_content_01 .title img {
  width: 95%;
}
.main_visual .main_visual_content_01 .title .under_tb {
  display: none;
}
.main_visual .main_visual_content_01 h1 img {
  width: 95%;
  margin: 0 auto;
}
.main_visual .main_visual_content_01 .main_button {
  position: relative;
  z-index: 90;
  width: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.main_visual .main_visual_content_01 .main_button a {
  white-space: nowrap;
  font-size: 28px;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1.8em;
  max-width: 90vw;
  box-sizing: border-box;
}
.main_visual .main_visual_content_02 {
  margin-top: 170px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.main_visual .main_visual_content_02 img {
  max-width: 490px;
  width: 100%;
}
.main_visual .main_visual_content_02::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -50px;
  width: 60%;
  height: 60%;
  background-image: url("../img/PC_2x.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.lead {
  padding-top: 62px;
}
.lead h2 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}
.lead h2 .lead_orange {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  color: #fb6155;
}
.lead h2 .lead_orange_big {
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  color: #fb6155;
  border-bottom: 2px solid #fb6155;
  padding-bottom: 5px;
}
.lead .lead_items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}
.lead .lead_items h4 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
  background-color: #FCB028;
  padding: 10px 60px;
  border-radius: 50px;
  width: 200px;
  margin: 0 auto;
  white-space: nowrap;
  box-sizing: unset;
}
.lead .lead_items ul {
  margin: 0;
}
.lead .lead_items ul li {
  line-height: 1.8;
}
.lead .lead_item_01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffe7c6;
  padding: 20px 40px 45px 5px;
  position: relative;
  border-radius: 10px;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.lead .lead_item_01 h4 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lead .lead_item_01 li {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fb6155;
  font-weight: 400;
  margin-bottom: 55px;
  list-style: none;
}
.lead .lead_item_01 li::before {
  content: "";
  margin-right: 10px;
  background-image: url("../img/asset_21.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.lead .lead_item_02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffe7c6;
  padding: 20px 40px 44px 5px;
  position: relative;
  border-radius: 10px;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.lead .lead_item_02 h4 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lead .lead_item_02 li {
  margin-top: 30px;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fb6155;
  font-weight: 400;
  margin-bottom: 50px;
  list-style: none;
}
.lead .lead_item_02 li:last-child {
  margin-bottom: calc(50px - 1rem);
}
.lead .lead_item_02 li::before {
  content: "";
  margin-right: 10px;
  background-image: url("../img/asset_21.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.lead .lead_text {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lead .lead_text .inner_01 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
}
.lead .lead_text .inner_01 p {
  display: flex;
  justify-content: center;
  font-size: 24px;
}
.lead .lead_text .inner_01 .orange_big {
  font-size: 32px;
  color: #fb6155;
  margin-top: -10px;
}
.lead .lead_text .inner_01::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/underline.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.lead .lead_text .inner_02 {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 20px;
}
.lead .lead_text .inner_02 img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lead .lead_text .inner_02 p {
  margin-left: 1rem;
  font-size: 25px;
}

.lead_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
.lead_cta p {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fb6155;
  display: flex;
}
.lead_cta.box {
  position: relative;
  padding: 20px;
  background: #fff; /* 中身の背景 */
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 775px;
  box-sizing: border-box;
}
.lead_cta.box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px; /* ← 枠の太さ */
  border-radius: 8px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
}
.lead_cta a {
  margin: 10px 0;
  font-size: 29px;
  letter-spacing: 0.15em;
  display: flex;
}

.reason {
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
.reason .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.reason .container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-image: url("../img/asset_26.webp");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -120px;
  background-size: 100% 100%;
}
.reason h2 {
  font-size: 34px;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 80px;
}
.reason h2 img {
  width: 28%;
  display: flex;
  align-self: center;
}
.reason h2 .text_center {
  display: flex;
  align-items: self-end;
  justify-content: center;
  padding-bottom: 0;
}
.reason h2 .orange {
  color: #fb6155;
  font-size: 60px;
  line-height: 0.8;
  letter-spacing: 0.1em;
  display: inline-block;
  align-self: baseline;
}
.reason .reason_items {
  max-width: 1006px; /* お好みで */
  margin: 0 auto;
  margin-top: 97px;
}
.reason .reason_items h3 {
  color: #f89300;
  font-size: 43px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
.reason .reason_items p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
}
.reason .reason_items .pc-only {
  width: 50%;
}
.reason .reason_items .number_sp {
  display: none;
}
.reason .reason_items .item_01,
.reason .reason_items .item_02,
.reason .reason_items .item_03 {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
.reason .reason_items .item_01 .inner_01,
.reason .reason_items .item_02 .inner_01,
.reason .reason_items .item_03 .inner_01 {
  flex: 0 0 35%; /* 画像側 */
}
.reason .reason_items .item_01 .inner_02,
.reason .reason_items .item_02 .inner_02,
.reason .reason_items .item_03 .inner_02 {
  flex: 1; /* テキスト側 */
  background: #fff;
  padding: 30px 40px 30px 60px;
  margin-bottom: auto;
  border-radius: 10px;
}
.reason .reason_items .item_01 .inner_02 p,
.reason .reason_items .item_02 .inner_02 p,
.reason .reason_items .item_03 .inner_02 p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
}
.reason .reason_items .item_02 {
  flex-direction: row-reverse;
  margin: 60px 0;
}
.reason .reason_items .item_02 .inner_01 {
  transform: translateX(-60px);
  margin-left: 30px;
  position: relative;
  z-index: 10;
}
.reason .reason_items .item_02 .inner_02 {
  transform: translateX(20px);
}
.reason .reason_items .item_02 .pc_only {
  position: absolute;
  top: -30px;
  left: 60px;
  width: 64px;
}
.reason .reason_items .item_01 .inner_01,
.reason .reason_items .item_03 .inner_01 {
  transform: translate(20px, -40px);
  position: relative;
  z-index: 10;
}
.reason .reason_items .item_01 .inner_01 img,
.reason .reason_items .item_03 .inner_01 img {
  width: 90%;
}
.reason .reason_items .item_01 .inner_02,
.reason .reason_items .item_03 .inner_02 {
  transform: translateX(-60px);
  margin-bottom: 0;
}
.reason .reason_items .item_01 .pc_only,
.reason .reason_items .item_03 .pc_only {
  position: absolute;
  top: -31px;
  left: 60px;
  width: 64px;
}
.reason .reason_items_02 {
  margin-top: 60px;
}
.reason .reason_items_02 .inner_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reason .reason_items_02 .inner_01 img {
  width: 50%;
}
.reason .reason_items_02 .inner_01 h2 {
  font-size: 44px;
  letter-spacing: 0.2em;
  margin: 20px 0 40px 0;
}
.reason .reason_items_02 .inner_02 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.reason .reason_items_02 .inner_02 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  max-width: 322px;
  width: 94%;
  height: 360px;
  position: relative;
  padding: 0 1rem;
}
.reason .reason_items_02 .inner_02 .item .number_sp {
  display: none;
}
.reason .reason_items_02 .inner_02 .item .pc_only {
  position: absolute;
  top: -5px;
  left: 0;
  width: 15%;
  height: 15%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reason .reason_items_02 .inner_02 .item h4 {
  font-size: 27px;
  color: #f89300;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 40px;
}
.reason .reason_items_02 .inner_02 .item .text_center {
  margin-bottom: 0;
}
.reason .reason_items_02 .inner_02 .item p {
  font-size: 15px;
  font-weight: 400;
  color: #383838;
  text-align: center;
}
.reason .reason_items_02 .inner_02 .item.second {
  position: relative;
}
.reason .reason_items_02 .inner_02 .item.second .inner_03 {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 230%;
  z-index: 10;
  display: flex;
}
.reason .reason_items_02 .inner_02 .item.second .inner_03 p {
  font-size: 17px;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #f89300;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  position: relative;
}
.reason .reason_items_02 .inner_02 .item.second .inner_03 p::after {
  content: "";
  position: absolute;
  top: -40px; /* ツノの高さ分だけ上に */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 20px 50px 20px; /* 上・左右・下の順（二等辺三角形） */
  border-color: transparent transparent #f89300 transparent;
}
.reason .reason_items_02 .inner_02 .item.second .inner_03 p {
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.reason .reason_items_02 p {
  font-size: 24px;
  color: white;
  z-index: 10;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  line-height: 1.8;
}
.reason .reason_text p {
  font-size: 33px;
  text-align: center;
  margin-top: 120px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.reason .reason_text p .orange {
  color: #fb6155;
}
.reason .reason_text p .orange .big {
  font-size: 55px;
  letter-spacing: 0;
}
.reason .cta_button_sp {
  display: none;
}

.price {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.price h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.price h2 .orange {
  color: #fb6155;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.price .price_items {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.price .price_items .item_01 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
}
.price .price_items .item_01 .plan-header {
  background-color: #ffffff;
  border: 3px solid #b8c8e6;
  border-bottom: none; /* 下の要素と重なるので調整 */
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.price .price_items .item_01 h3 {
  font-size: 26px;
  color: #383838;
  margin: 0;
  padding: 1rem 0;
  background-color: #ffffff;
  position: relative;
  border-radius: 20px 20px 0 0;
  letter-spacing: 0.1em;
  padding: 1.5rem 0;
}
.price .price_items .item_01 h3::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角形の高さ分だけ下に突き出す */
  left: 50%;
  transform: translateX(-50%);
  /* 小さめの三角形を作る */
  border-style: solid;
  border-width: 10px 10px 0 10px; /* 上側に色をつけて「下向き」にする */
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.price .price_items .item_01 {
  /* 内部の「ベーシックプラン」部分：背景薄いグレー、文字白 */
}
.price .price_items .item_01 p {
  background-color: #b8c8e6;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 1.5rem 0;
  letter-spacing: 0.1em;
}
.price .price_items .item_01 .plan-content {
  display: flex;
  padding: 2rem 1rem;
  background-color: #ffe7c6;
}
.price .price_items .item_01 .plan-content .column {
  flex: 1;
  text-align: center;
}
.price .price_items .item_01 .plan-content .column p {
  font-size: 22px;
  background-color: unset;
  color: #383838;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
}
.price .price_items .item_01 .plan-content .column p::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background-color: #b8c8e6;
}
.price .price_items .item_01 .plan-content .column .bold {
  font-weight: 700;
}
.price .price_items .item_01 .plan-content .column .big {
  font-size: 36px;
}
.price .price_items .item_01 .plan-footer {
  background-color: #ffe7c6;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-bottom: 1rem;
}
.price .price_items .item_01 .plan-footer h4 {
  font-size: 22px;
}
.price .price_items .item_01 .plan-footer p {
  font-size: 18px;
  font-weight: 400;
  background-color: unset;
  color: #383838;
  padding-top: 10px;
}
.price .price_items .item_02 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.price .price_items .item_02 .inner_01 .plan-header {
  border: 3px solid #FCB028;
  border-radius: 20px 20px 0 0;
}
.price .price_items .item_02 .inner_01 .plan-header p {
  background-color: #FCB028;
}
.price .price_items .item_02 .inner_01 .plan-content .column_01 {
  border: none;
  border-bottom: 2px solid #FCB028;
}
.price .price_items .item_02 .inner_01 .plan-footer p {
  opacity: 0;
}
.price .price_items .item_02 .inner_02 .plan-header {
  border: 3px solid #f89300;
  border-radius: 20px 20px 0 0;
}
.price .price_items .item_02 .inner_02 .plan-header p {
  background-color: #f89300;
}
.price .price_items .item_02 .inner_02 .plan-content .column_01 {
  border: none;
  border-bottom: 2px solid #f89300;
}
.price .price_items .item_02 .inner_02 .tax_text {
  font-size: 14px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.price .price_items .item_02 .inner_01,
.price .price_items .item_02 .inner_02 {
  width: 350px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
.price .price_items .item_02 .inner_01::before,
.price .price_items .item_02 .inner_02::before {
  content: "";
  background-image: url("../img/asset_27.webp");
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.price .price_items .item_02 .inner_01 .plan-header h3,
.price .price_items .item_02 .inner_02 .plan-header h3 {
  font-size: 1.4rem;
  border-radius: 30px 30px 0 0;
  padding: 2rem 0;
  text-align: center;
  position: relative;
  line-height: 1.8;
}
.price .price_items .item_02 .inner_01 .plan-header h3::after,
.price .price_items .item_02 .inner_02 .plan-header h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.price .price_items .item_02 .inner_01 .plan-header p,
.price .price_items .item_02 .inner_02 .plan-header p {
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 0;
  position: relative;
}
.price .price_items .item_02 .inner_01 .plan-content,
.price .price_items .item_02 .inner_02 .plan-content {
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffe7c6;
}
.price .price_items .item_02 .inner_01 .plan-content .column_01,
.price .price_items .item_02 .inner_02 .plan-content .column_01 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 30px 20px;
  padding-bottom: 15px;
}
.price .price_items .item_02 .inner_01 .plan-content .column_01 p,
.price .price_items .item_02 .inner_02 .plan-content .column_01 p {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  padding: 0 1.5rem;
}
.price .price_items .item_02 .inner_01 .plan-content .column_01 p .big,
.price .price_items .item_02 .inner_02 .plan-content .column_01 p .big {
  font-size: 36px;
  letter-spacing: 0;
}
.price .price_items .item_02 .inner_01 .plan-content .column_02,
.price .price_items .item_02 .inner_02 .plan-content .column_02 {
  line-height: 1.8;
  font-size: 22px;
}
.price .price_items .item_02 .inner_01 .plan-content .column_02 span,
.price .price_items .item_02 .inner_02 .plan-content .column_02 span {
  font-size: 18px;
  font-weight: 400;
}
.price .price_items .item_02 .inner_01 .plan-footer,
.price .price_items .item_02 .inner_02 .plan-footer {
  background: #f7dcc1;
  padding: 20px 0 40px 0;
  min-height: 80px;
  border-radius: 0 0 20px 20px;
}
.price .price_items .item_02 .inner_01 .plan-footer p,
.price .price_items .item_02 .inner_02 .plan-footer p {
  font-size: 22px;
}
.price .price_items .item_02 .inner_01 .plan-footer p span,
.price .price_items .item_02 .inner_02 .plan-footer p span {
  font-size: 18px;
  font-weight: 400;
}
.price .price_items .item_03 {
  display: block;
  margin-top: 20px;
  width: 100%;
  margin-left: 3.5rem;
}
.price .price_items .item_03 p {
  font-size: 28px;
  color: #f89300;
}
.price .price_items .item_03 p .small_black {
  color: #383838;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  font-weight: 400;
}
.price .price_items .item_04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  text-align: center;
}
.price .price_items .item_04 p {
  font-size: 28px;
  letter-spacing: 0.1em;
}
.price .price_items .item_04 p .orange {
  color: #fb6155;
  font-size: 43px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 3px solid #fb6155;
  padding-bottom: 5px;
}
.price .price_items .item_04 a {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.data {
  margin-top: 80px;
}
.data .container {
  background: url("../img/asset_42.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.data .container h2 {
  margin-top: 80px;
  font-size: 34px;
}
.data .container h2 .text_center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.data .container h2 img {
  width: 40%;
}
.data .container h2 .big {
  display: block;
  transform: translateY(-30px);
  font-size: 44px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.data .data_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20%;
}
.data .data_items p {
  font-size: 27px;
  letter-spacing: 0.1em;
}
.data .data_items p .orange {
  color: #fb6155;
  border-bottom: 3px solid #fb6155;
  padding-bottom: 5px;
}
.data .data_items .item_01 {
  margin-top: 50px;
}
.data .data_items .item_01 .inner {
  margin-top: 30px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.data .data_items .item_01 .inner .illustration {
  z-index: 90;
  width: 38%;
  margin-top: -80px;
  margin-left: -30px;
}
.data .data_items .item_02 {
  margin-top: 50px;
}
.data .data_items .item_02 .inner {
  margin-top: 30px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.data .data_items .item_02 .inner .illustration {
  z-index: 90;
  width: 45%;
  margin-top: -60px;
  margin-right: -30px;
}
.data .data_text {
  margin-top: 25px;
  padding-bottom: 80px;
}
.data .data_text p {
  font-size: 32px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fb6155;
}

.flow .container {
  background-color: #ffe7c6;
  padding: 80px 0;
}
.flow .container h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.flow .container h2 img {
  width: 30%;
  margin: 0 auto;
}
.flow .container h2 .orange {
  color: #fb6155;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.flow .flow_items {
  margin-top: 40px;
}
.flow .flow_items .item_01 {
  padding: 0 10%;
  width: 90%;
  margin: 0 auto;
}
.flow .flow_items .item_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 30px;
}
.flow .flow_items .form_button {
  padding: 18px 85px;
}
.flow .flow_items .inner_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow .flow_items .inner_01 .text {
  font-size: 22px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 10px;
  color: #0e5d3f;
  font-weight: 400;
}
.flow .flow_items .inner_01 a {
  font-size: 26px;
  letter-spacing: 0.2em;
}
.flow .flow_items .inner_02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow .flow_items .inner_02 .text {
  font-size: 22px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 10px;
  color: #fb6155;
  font-weight: 400;
}
.flow .flow_items .inner_02 a {
  font-size: 26px;
  letter-spacing: 0.2em;
}

.faq {
  margin-top: 80px;
}
.faq .container {
  padding: 0 10%;
}
.faq .container h2 {
  text-align: center;
  font-size: 44px;
}
.faq .faq_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}
.faq .faq_items .item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
}
.faq .faq_items .item h5 {
  font-size: 23px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #f89300;
  margin-left: 4rem;
  position: relative;
}
.faq .faq_items .item h5 .q_mark {
  position: absolute;
  top: -8px;
  left: -4rem;
  width: 53px;
  height: 53px;
  background: url("../img/asset_37.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 1rem;
}
.faq .faq_items .item {
  max-width: 746px;
  width: 100%;
}
.faq .faq_items .item p {
  background-color: #ffe7c6;
  border-radius: 10px;
  padding: 30px 10px 32px 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: -10px;
}

.summary {
  margin-top: 80px;
}
.summary .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  background: url("../img/asset_41.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.summary .container h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #573806;
  margin-top: 80px;
  margin-bottom: 50px;
}
.summary .container h2 .orange {
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fb6155;
}
.summary .item_01_wrap {
  max-width: 1000px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.summary .item_01_wrap::before {
  content: "";
  background: url("../img/asset_38.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 30px;
  width: 45%;
  height: 45%;
}
.summary .item_01_wrap::after {
  content: "";
  background: url("../img/asset_39.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 40%;
  height: 40%;
}
.summary .item_01_wrap .item_01 {
  max-width: 746px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 30px;
  box-shadow: 4px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.summary .item_01_wrap .item_01 h5 {
  font-size: 43px;
  color: #f89300;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.summary .item_01_wrap .item_01 p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
  font-weight: 400;
  padding: 0 100px 55px 100px;
}
.summary .summary_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.summary .summary_items .brown_img {
  margin-top: 20px;
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.summary .summary_items .item_02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.summary .summary_items .item_02 .item {
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.summary .summary_items .item_02 .item h6 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin: auto;
  color: #f89300;
}
.summary .summary_items .item_02 .item p {
  font-size: 21px;
  line-height: 1.5;
}
.summary .summary_items .text {
  margin-top: 40px;
  font-size: 30px;
  color: #573806;
  text-align: center;
  padding-bottom: 100px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.contact {
  margin-top: 80px;
  position: relative;
  padding-bottom: 80px; /* 写真が下にはみ出す場合の余白調整 */
}
.contact .container {
  position: relative;
}
.contact .container .contact_img {
  position: absolute;
  bottom: -120px;
  right: 15%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 90;
  margin: 0 auto;
  margin-top: 40px;
}
.contact .container h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.1em;
}
.contact .contact_item {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact .contact_item p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
}
.contact .contact_item p .orange {
  color: #fb6155;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.contact .contact_item p .orange::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/underline.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact .contact_item.box {
  position: relative;
  padding: 40px;
  background: #ffe7c6; /* 中身の背景 */
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 775px;
  box-sizing: border-box;
}
.contact .contact_item.box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px; /* ← 枠の太さ */
  border-radius: 8px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
}
.contact .contact_item .inner_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.contact .contact_item .inner_01 .text {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #0e5d3f;
}
.contact .contact_item .inner_01 a {
  font-size: 28px;
  letter-spacing: 0.2em;
}
.contact .contact_item .inner_02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.contact .contact_item .inner_02 .text {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fb6155;
}
.contact .contact_item .inner_02 a {
  font-size: 28px;
  letter-spacing: 0.2em;
}
.contact .contact_item .inner_02 .form_button {
  padding: 18px 80px;
}
.contact .contact_item .inner_03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  background-color: white;
  max-width: 475px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  color: #f89300;
}
.contact .contact_item .inner_03 .text {
  font-size: 24px;
}
.contact .contact_item .inner_03 a {
  font-size: 40px;
  letter-spacing: 0;
  color: #f89300;
  position: relative;
  margin-left: 3rem;
  margin-top: 10px;
}
.contact .contact_item .inner_03 a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -4rem;
  width: 80%;
  height: 80%;
  background: url("../img/asset_40.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact .contact_item .inner_03 a:hover {
  opacity: 0.8;
}
.contact .contact_item .inner_03 .under_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

footer {
  position: relative;
  z-index: 100;
}
footer .container {
  background-color: #FCB028;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0 30px 0;
}
footer .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 30px;
}
footer .container ul li {
  font-size: 18px;
  letter-spacing: 0.1em;
  list-style: none;
  font-weight: 400;
}
footer .container ul li a {
  color: white;
}
footer .container ul li a:hover {
  opacity: 0.8;
}
footer .container p {
  color: white;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1270px) {
  .contact_img {
    scale: 0.9;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 1160px) {
  .summary .item_01_wrap::after {
    right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  body, html {
    overflow-x: hidden;
  }
  .container {
    padding: 0 1.5rem;
  }
  header .container {
    height: 61px;
  }
  .main_visual .container {
    padding-bottom: 50px;
  }
  .main_visual .main_visual_content_01 {
    margin-top: 100px;
    width: 45%;
    padding-left: 3rem;
    margin-left: 2rem;
  }
  .main_visual .main_visual_content_01 .title .under_tb {
    display: block;
    width: 75%;
    margin-bottom: 10px;
  }
  .main_visual .main_visual_content_01 .main_button a {
    font-size: 20px;
    letter-spacing: 0.3em;
    padding: 0.3em 2em;
  }
  .main_visual .main_visual_content_02 {
    margin-top: 100px;
  }
  .main_visual .main_visual_content_02 img {
    width: 85%;
  }
  .main_visual .main_visual_content_02::before {
    top: 10px;
    right: 10px;
    width: 50%;
    height: 50%;
  }
  .lead h2 {
    font-size: 24px;
  }
  .lead h2 .lead_orange_big {
    font-size: 30px;
  }
  .lead .lead_items h4 {
    font-size: 16px;
    padding: 10px 20px;
  }
  .lead .lead_items {
    gap: 20px;
  }
  .lead .lead_item_01 li {
    font-size: 17px;
  }
  .lead .lead_item_02 li {
    font-size: 17px;
  }
  .lead_cta p {
    font-size: 21px;
  }
  .lead_cta a {
    font-size: 22px;
  }
  .reason {
    margin-top: 50px;
  }
  .reason .container::before {
    bottom: -70px;
  }
  .reason h2 {
    font-size: 25px;
    margin-top: 50px;
  }
  .reason h2 img {
    width: 40%;
  }
  .reason h2 .orange {
    font-size: 40px;
  }
  .reason .reason_items h3 {
    font-size: 31px;
  }
  .reason .reason_items .item_01 .inner_02,
  .reason .reason_items .item_02 .inner_02,
  .reason .reason_items .item_03 .inner_02 {
    padding-left: 50px;
  }
  .reason .reason_items .item_01 .inner_02 .pc_only,
  .reason .reason_items .item_02 .inner_02 .pc_only,
  .reason .reason_items .item_03 .inner_02 .pc_only {
    width: 45px;
    top: -20px;
    left: 50px;
  }
  .reason .reason_items .item_01 .inner_02 p,
  .reason .reason_items .item_02 .inner_02 p,
  .reason .reason_items .item_03 .inner_02 p {
    font-size: 13px;
  }
  .reason .reason_items .item_01 .inner_02 p .pc_only,
  .reason .reason_items .item_02 .inner_02 p .pc_only,
  .reason .reason_items .item_03 .inner_02 p .pc_only {
    display: none;
  }
  .reason .reason_items .item_01 .inner_01,
  .reason .reason_items .item_03 .inner_01 {
    transform: translate(20px, -20px);
  }
  .reason .reason_items .item_01 .inner_02,
  .reason .reason_items .item_03 .inner_02 {
    transform: translateX(-40px);
  }
  .reason .reason_items .item_02 .inner_01 {
    flex: 0 0 40%;
  }
  .reason .reason_items_02 {
    margin-top: 40px;
  }
  .reason .reason_items_02 .inner_01 img {
    width: 45%;
  }
  .reason .reason_items_02 .inner_01 h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .reason .reason_items_02 .inner_02 .item {
    height: 280px;
  }
  .reason .reason_items_02 .inner_02 .item h4 {
    font-size: 21px;
  }
  .reason .reason_items_02 .inner_02 .item p {
    font-size: 12px;
  }
  .reason .reason_items_02 .inner_02 .item p .pc_only {
    display: none;
  }
  .reason .reason_items_02 .inner_02 .item.second .inner_03 {
    width: 280%;
  }
  .reason .reason_items_02 .inner_02 .item.second .inner_03 p {
    font-size: 16px;
  }
  .reason .reason_text p {
    margin-top: 100px;
    font-size: 24px;
  }
  .reason .reason_text p .orange .big {
    font-size: 40px;
  }
  .price .container {
    margin: unset;
  }
  .price {
    margin-top: 110px;
  }
  .price h2 {
    font-size: 23px;
  }
  .price h2 .orange {
    font-size: 31px;
  }
  .price .price_items .item_01 {
    width: 95%;
  }
  .price .price_items .item_01 .plan-header h3 {
    font-size: 20px;
  }
  .price .price_items .item_01 .plan-header p {
    font-size: 20px;
  }
  .price .price_items .item_01 .plan-content .column p {
    font-size: 18px;
    padding: 10px 0;
  }
  .price .price_items .item_01 .plan-content .column p .big {
    font-size: 28px;
  }
  .price .price_items .item_01 .plan-footer h4 {
    font-size: 18px;
  }
  .price .price_items .item_01 .plan-footer p {
    font-size: 16px;
  }
  .price .price_items .item_02 {
    width: 90%;
    margin-top: 10px;
  }
  .price .price_items .item_02 .inner_01::before, .price .price_items .item_02 .inner_02::before {
    width: 25%;
    height: 25%;
    top: -80px;
  }
  .price .price_items .item_02 .inner_01 .plan-header h3, .price .price_items .item_02 .inner_02 .plan-header h3 {
    font-size: 19px;
  }
  .price .price_items .item_02 .inner_01 .plan-header p, .price .price_items .item_02 .inner_02 .plan-header p {
    font-size: 20px;
  }
  .price .price_items .item_02 .inner_01 .plan-content .column_01 p, .price .price_items .item_02 .inner_02 .plan-content .column_01 p {
    font-size: 16px;
  }
  .price .price_items .item_02 .inner_01 .plan-content .column_01 p .big, .price .price_items .item_02 .inner_02 .plan-content .column_01 p .big {
    font-size: 28px;
  }
  .price .price_items .item_02 .inner_01 .plan-content .column_02 p, .price .price_items .item_02 .inner_02 .plan-content .column_02 p {
    font-size: 16px;
  }
  .price .price_items .item_02 .inner_01 .plan-content .column_02 p span, .price .price_items .item_02 .inner_02 .plan-content .column_02 p span {
    font-size: 14px;
  }
  .price .price_items .item_02 .inner_01 .plan-footer p, .price .price_items .item_02 .inner_02 .plan-footer p {
    font-size: 16px;
  }
  .price .price_items .item_02 .inner_01 .plan-footer p span, .price .price_items .item_02 .inner_02 .plan-footer p span {
    font-size: 14px;
  }
  .price .price_items .item_02 .inner_01 .tax_text, .price .price_items .item_02 .inner_02 .tax_text {
    font-size: 12px;
    bottom: -20px;
  }
  .price .price_items .item_03 p {
    font-size: 20px;
  }
  .price .price_items .item_03 p .small_black {
    font-size: 14px;
  }
  .price .price_items .item_04 {
    margin-top: 10px;
  }
  .price .price_items .item_04 p {
    font-size: 20px;
  }
  .price .price_items .item_04 p .orange {
    font-size: 30px;
  }
  .price .price_items .item_04 a {
    font-size: 20px;
    margin-top: 20px;
  }
  .data {
    margin-top: 50px;
  }
  .data .container h2 {
    margin-top: 50px;
    font-size: 25px;
  }
  .data .container h2 .big {
    font-size: 30px;
    line-height: 1.5;
  }
  .data .data_items {
    padding: 0 10%;
  }
  .data .data_items .item_01 {
    margin-top: auto;
  }
  .data .data_items .item_01 .inner {
    margin-top: 20px;
  }
  .data .data_items .item_01 .inner .text {
    font-size: 19px;
  }
  .data .data_items .item_01 .inner .orange {
    font-size: 19px;
  }
  .data .data_items .item_01 .inner .illustration {
    width: 43%;
  }
  .data .data_items .item_02 {
    margin-top: 30px;
  }
  .data .data_items .item_02 .inner {
    margin-top: 40px;
  }
  .data .data_items .item_02 .inner .text {
    font-size: 19px;
  }
  .data .data_items .item_02 .inner .orange {
    font-size: 19px;
  }
  .data .data_items .item_02 .inner .illustration {
    width: 46%;
    margin-right: -20px;
  }
  .data .data_text {
    padding-bottom: 40px;
  }
  .data .data_text p {
    font-size: 25px;
  }
  .flow .container {
    padding: 50px 0;
  }
  .flow .container h2 {
    font-size: 20px;
  }
  .flow .container h2 .pc_br {
    display: none;
  }
  .flow .container h2 .orange {
    font-size: 28px;
  }
  .flow .flow_items {
    margin-top: 20px;
  }
  .flow .flow_items .item_01 {
    padding: 0 2rem;
    width: 100%;
  }
  .flow .flow_items .item_02 .inner_01 .text {
    font-size: 18px;
  }
  .flow .flow_items .item_02 .inner_01 a {
    font-size: 20px;
  }
  .flow .flow_items .item_02 .inner_02 .text {
    font-size: 18px;
  }
  .flow .flow_items .item_02 .inner_02 a {
    font-size: 20px;
  }
  .faq {
    margin-top: 30px;
  }
  .faq .container {
    padding: 0 15%;
  }
  .faq .container h2 {
    font-size: 30px;
  }
  .faq .faq_items .item h5 {
    margin-top: 20px;
    margin-left: 3rem;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .faq .faq_items .item h5 .q_mark {
    width: 39px;
    height: 39px;
    top: -6px;
    left: -3rem;
  }
  .faq .faq_items .item p {
    font-size: 12px;
  }
  .faq .faq_items .item p .pc_only {
    display: none;
  }
  .summary {
    margin-top: 50px;
  }
  .summary .container {
    padding: 0;
  }
  .summary .container h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .summary .container h2 .orange {
    font-size: 32px;
  }
  .summary .item_01_wrap {
    max-width: 700px;
  }
  .summary .item_01_wrap::before {
    left: 5%;
    top: 20px;
    width: 40%;
    height: 40%;
  }
  .summary .item_01_wrap::after {
    bottom: 20px;
    right: 0;
    width: 40%;
    height: 40%;
  }
  .summary .item_01_wrap .item_01 {
    width: 70%;
  }
  .summary .item_01_wrap .item_01 h5 {
    font-size: 30px;
  }
  .summary .item_01_wrap .item_01 p {
    font-size: 13px;
    padding: 0 15% 50px 15%;
  }
  .summary .summary_items {
    padding: 0 2rem;
  }
  .summary .summary_items .brown_img {
    margin-top: auto;
    width: 45%;
    height: 45%;
  }
  .summary .summary_items .item_02 .item h6 {
    font-size: 21px;
  }
  .summary .summary_items .item_02 .item p {
    font-size: 15px;
  }
  .summary .summary_items .text {
    font-size: 23px;
    padding-bottom: 80px;
  }
  .contact {
    margin-top: 30px;
    padding-bottom: 35px;
  }
  .contact .container {
    padding: 0 15%;
  }
  .contact .container h2 {
    font-size: 24px;
  }
  .contact .container .contact_img {
    bottom: -60px;
  }
  .contact .contact_item p {
    font-size: 13px;
  }
  .contact .contact_item p .orange {
    font-size: 23px;
  }
  .contact .contact_item p .orange::after {
    bottom: -25px;
  }
  .contact .contact_item .inner_01 {
    margin-top: 20px;
  }
  .contact .contact_item .inner_01 .text {
    font-size: 16px;
    font-weight: 700;
  }
  .contact .contact_item .inner_01 a {
    font-size: 20px;
    padding: 15px 20px;
  }
  .contact .contact_item .inner_02 {
    margin-top: 20px;
  }
  .contact .contact_item .inner_02 .text {
    font-size: 16px;
    font-weight: 700;
  }
  .contact .contact_item .inner_02 a {
    font-size: 20px;
  }
  .contact .contact_item .inner_02 .form_button {
    padding: 15px 65px;
  }
  .contact .contact_item .inner_03 {
    max-width: 380px;
    width: 100%;
    padding: 15px;
  }
  .contact .contact_item .inner_03 .text {
    font-size: 16px;
  }
  .contact .contact_item .inner_03 a {
    font-size: 30px;
  }
  .contact .contact_item .inner_03 a::before {
    left: -3rem;
    bottom: 8px;
    width: 75%;
    height: 75%;
  }
  .contact .contact_item .inner_03 .under_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .contact .container .contact_img {
    bottom: -60px;
  }
}
@media screen and (max-width: 750px) {
  .reason .reason_items_02 .inner_02 .item h4 {
    font-size: 18px;
  }
  .reason .reason_items_02 .inner_02 .item.second .inner_03 {
    bottom: -100px;
  }
  .reason .reason_text p {
    margin-top: 120px;
  }
  .flow .flow_items .item_02 {
    flex-direction: column;
  }
  .flow .flow_items .item_02 .inner_02 a {
    padding: 18px 60px;
  }
  .contact .container .contact_img {
    bottom: -190px;
    right: 30px;
    scale: 0.7;
  }
}
@media screen and (max-width: 674px) {
  .reason .container h2 {
    scale: 0.9;
    white-space: nowrap;
  }
  .reason .container h2 .sp_only_flex {
    display: flex;
  }
  .reason .container h2 .orange {
    margin-top: -10px;
  }
  .price .price_items .item_02 {
    gap: 3%;
  }
  .summary .item_01_wrap::before {
    width: 33%;
    height: 33%;
  }
  .summary .item_01_wrap::after {
    width: 33%;
    height: 33%;
  }
}
@media screen and (max-width: 550px) {
  main {
    position: relative;
  }
  main .follow_button {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
  }
  main .follow_button a {
    font-size: 14px;
    text-align: center;
  }
  main .follow_button .gradient-btn {
    padding: 8px 15px;
    border: 2px solid white;
    line-height: 1.3;
    border-radius: 50px;
  }
  .pc_only {
    display: none;
  }
  .gradient-btn.orange.pc_only,
  .gradient-btn.green.pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .gradient-btn.green.sp_only {
    display: block;
  }
  .container {
    padding: 0 2rem;
  }
  header .container {
    height: 40px;
    position: relative;
    box-shadow: none;
  }
  header .container::before {
    content: "";
    background: url("../img/asset_04_2x.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .container .header_line_button,
  header .container .header_form_button {
    display: none;
  }
  .main_visual .container {
    padding: 0 2rem;
    flex-direction: column;
    padding-bottom: 30px;
    height: 100vh;
    z-index: 100;
    position: relative;
    background-image: url("../img/sp/FV/asset_143.webp");
  }
  .main_visual .main_visual_content_01 {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
    margin-left: auto;
  }
  .main_visual .main_visual_content_01 .title {
    position: relative;
    z-index: 2;
  }
  .main_visual .main_visual_content_01 .main_button.pc_only {
    display: none;
  }
  .main_visual .main_visual_content_01 h1 img {
    display: none;
  }
  .main_visual .main_visual_content_02 {
    margin-top: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .main_visual .main_visual_content_02 .inner_02 {
    width: 55%;
    margin-right: 130px;
  }
  .main_visual .main_visual_content_02::before {
    width: 70%;
    height: 70%;
    left: 50%;
    top: -50px;
  }
  .main_visual .main_visual_content_02 .sp_only {
    width: 100%;
    margin-top: 20px;
  }
  .main_visual .main_button.sp_only {
    display: block;
    text-align: center;
  }
  .main_visual .main_button.sp_only a {
    font-size: 16px;
    padding: 10px 30px;
    margin: 0 auto;
    letter-spacing: 0.2em;
  }
  .lead {
    padding-top: 30px;
  }
  .lead h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lead h2 .lead_orange_big {
    font-size: 20px;
  }
  .lead h2 {
    white-space: nowrap;
  }
  .lead .lead_items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 50px;
  }
  .lead .lead_items h4 {
    font-size: 16px;
    padding: 10px 20px;
  }
  .lead .lead_items .lead_item_01,
  .lead .lead_items .lead_item_02 {
    padding: 10px 20px 40px 5px;
  }
  .lead .lead_items .lead_item_01 ul,
  .lead .lead_items .lead_item_02 ul {
    margin-top: 20px;
  }
  .lead .lead_items .lead_item_01 li,
  .lead .lead_items .lead_item_02 li {
    font-size: 17px;
    white-space: nowrap;
    margin: 10px auto 20px auto;
  }
  .lead .lead_items .lead_item_02 {
    padding: 10px 10px 30px 0;
  }
  .lead .lead_text {
    white-space: nowrap;
    margin-top: 40px;
  }
  .lead .lead_text .inner_01 p {
    font-size: 16px;
  }
  .lead .lead_text .inner_01 .orange_big {
    font-size: 21px;
    margin-top: -5px;
  }
  .lead .lead_text .inner_01::after {
    top: 20px;
  }
  .lead .lead_text .inner_02 p {
    font-size: 16px;
  }
  .lead .lead_text .inner_02 img {
    width: 80%;
  }
  .lead_cta {
    margin-top: 20px;
  }
  .lead_cta p {
    font-size: 18px;
  }
  .lead_cta a {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .lead_cta .gradient-btn.green.sp_only {
    padding: 10px 40px;
    white-space: nowrap;
  }
  .lead_cta.box {
    margin-top: 20px;
    padding: 20px 0;
  }
  .reason {
    margin-top: 48px;
  }
  .reason .container::before {
    background-image: url("../img/sp/reason_bg_sp.webp");
    background-position: center;
    background-size: 100% 100%;
    bottom: -60px;
  }
  .reason .container h2 {
    font-size: 18px;
  }
  .reason .container h2 img {
    width: 100%;
  }
  .reason .container h2 .orange {
    font-size: 28px;
    margin-top: 15px;
  }
  .reason .container h2 .text_center {
    flex-direction: column;
    align-items: center;
  }
  .reason .container h2 .sp_only_flex {
    display: flex;
  }
  .reason .reason_items {
    margin-top: 30px;
  }
  .reason .reason_items .item_01,
  .reason .reason_items .item_02,
  .reason .reason_items .item_03 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reason .reason_items .item_01 .inner_01,
  .reason .reason_items .item_02 .inner_01,
  .reason .reason_items .item_03 .inner_01 {
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .reason .reason_items .item_01 .inner_01 img,
  .reason .reason_items .item_02 .inner_01 img,
  .reason .reason_items .item_03 .inner_01 img {
    width: 55%;
  }
  .reason .reason_items .item_01 .inner_01,
  .reason .reason_items .item_02 .inner_01,
  .reason .reason_items .item_03 .inner_01 {
    transform: none;
  }
  .reason .reason_items .item_01 .inner_02,
  .reason .reason_items .item_02 .inner_02,
  .reason .reason_items .item_03 .inner_02 {
    flex: unset;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
  }
  .reason .reason_items .item_01 .inner_02 .number_sp,
  .reason .reason_items .item_02 .inner_02 .number_sp,
  .reason .reason_items .item_03 .inner_02 .number_sp {
    display: block;
    background-color: #f89300;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
  }
  .reason .reason_items .item_01 .inner_02 h3,
  .reason .reason_items .item_02 .inner_02 h3,
  .reason .reason_items .item_03 .inner_02 h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .reason .reason_items .item_01 .inner_02 p,
  .reason .reason_items .item_02 .inner_02 p,
  .reason .reason_items .item_03 .inner_02 p {
    font-size: 15px;
  }
  .reason .reason_items .item_01 .inner_02,
  .reason .reason_items .item_02 .inner_02,
  .reason .reason_items .item_03 .inner_02 {
    transform: none;
  }
  .reason .reason_items .item_02 {
    margin: 30px 0;
  }
  .reason .reason_items .item_02 .inner_01 img {
    width: 80%;
  }
  .reason .reason_items_02 {
    margin-top: 50px;
    padding: 0 1rem;
  }
  .reason .reason_items_02 .inner_01 img {
    width: 80%;
  }
  .reason .reason_items_02 .inner_01 h2 {
    font-size: 24px;
    margin-top: 5px;
  }
  .reason .reason_items_02 .inner_02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .reason .reason_items_02 .inner_02 .item {
    padding: 10px 20px;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 5px;
  }
  .reason .reason_items_02 .inner_02 .item h4 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .reason .reason_items_02 .inner_02 .item p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .reason .reason_items_02 .inner_02 .item .number_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
    background-color: #f89300;
    color: white;
  }
  .reason .reason_items_02 .inner_02 .item.second {
    margin-bottom: 155px;
  }
  .reason .reason_items_02 .inner_02 .item.second .inner_03 {
    padding: 0 1rem;
    bottom: -160px;
    padding: 0;
  }
  .reason .reason_items_02 .inner_02 .item.second .inner_03 p {
    font-size: 16px;
    width: 32%;
    padding: 1rem 1rem 20px 1rem;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    line-height: 1.7;
    margin-top: 10px;
  }
  .reason .reason_items_02 .inner_02 .item.second .inner_03 p::after {
    top: -15px;
    border-width: 0 20px 30px 20px;
  }
  .reason .reason_text p {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
  }
  .reason .reason_text p .orange .big {
    font-size: 28px;
  }
  .reason .cta_button_sp.gradient-btn.green {
    margin-top: 20px;
    padding: 10px 40px;
  }
  .reason .cta_button_sp.gradient-btn.green a {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: white;
    white-space: nowrap;
  }
  .price {
    margin-top: 80px;
  }
  .price .container {
    margin: 0 auto;
    width: 100%;
  }
  .price .container h2 {
    font-size: 18px;
  }
  .price .container h2 .orange {
    font-size: 24px;
  }
  .price .price_items {
    margin-top: 30px;
  }
  .price .price_items .item_01 {
    padding: 0;
    width: 100%;
  }
  .price .price_items .item_01 .plan-header h3 {
    font-size: 16px;
    padding: 1.5rem 0;
  }
  .price .price_items .item_01 .plan-header p {
    font-size: 23px;
  }
  .price .price_items .item_01 .plan-content {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 2px;
  }
  .price .price_items .item_01 .plan-content .column {
    margin-top: 20px;
  }
  .price .price_items .item_01 .plan-footer {
    background-color: #f7dcc1;
    padding-top: 20px;
  }
  .price .price_items .item_01 .plan-footer p {
    font-size: 15px;
  }
  .price .price_items .sp_only.text {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
  .price .price_items .sp_only.text .orange {
    font-size: 24px;
    color: #fb6155;
  }
  .price .price_items .item_02 {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .price .price_items .item_02 .inner_01,
  .price .price_items .item_02 .inner_02 {
    width: 100%;
    margin-top: 30px;
  }
  .price .price_items .item_02 .inner_01::before,
  .price .price_items .item_02 .inner_02::before {
    top: -70px;
    width: 100px;
    height: 100px;
  }
  .price .price_items .item_02 .sp_only.text {
    text-align: center;
    font-size: 24px;
    color: #f89300;
    margin-top: 20px;
    margin-bottom: auto;
  }
  .price .price_items .item_02 .inner_01 .plan-footer {
    display: none;
  }
  .price .price_items .item_02 .inner_01 .plan-content {
    border-radius: 0 0 10px 10px;
    overflow: visible;
  }
  .price .price_items .item_02 .inner_01 .plan-content .column_01 {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    z-index: 20;
  }
  .price .price_items .item_02 .inner_01 .plan-content .column_01 .yellow_line {
    width: 100%;
    height: 2px;
    background-color: #FCB028;
    margin-top: 30px;
  }
  .price .price_items .item_02 .inner_01 .plan-content .color {
    background-color: #f7dcc1;
    width: 100%;
    height: 98px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
  }
  .price .price_items .item_02 .inner_01 .plan-content p {
    position: relative;
    z-index: 10;
  }
  .price .price_items .item_02 .inner_02 {
    margin-top: 70px;
  }
  .price .price_items .item_02 .inner_02 p {
    left: 0;
  }
  .price .price_items .item_02 .inner_02 .plan-content .column_01 {
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
    z-index: 20;
  }
  .price .price_items .item_02 .inner_02 .plan-content .column_01 .yellow_text_line {
    width: 100%;
    height: 2px;
    background-color: #f89300;
    margin-top: 30px;
  }
  .price .price_items .item_02 .inner_02 .column_02 p {
    position: relative;
    z-index: 10;
  }
  .price .price_items .item_02 .inner_02 .column_02 .color {
    background-color: #f7dcc1;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 103px;
    left: 0;
  }
  .price .price_items .item_02 .inner_02 .plan-footer {
    background-color: #ffe7c6;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .price .price_items .item_02 .inner_02 .plan-footer p {
    font-size: 15px;
  }
  .price .price_items .item_02 .inner_02 .tax_text {
    font-size: 13px;
    text-align: left;
  }
  .price .price_items .item_03 {
    margin-left: auto;
    margin-top: 10px;
  }
  .price .price_items .item_03 p .sp_only_bg_yellow {
    font-size: 17px;
    background-color: #f89300;
    color: white;
    text-align: center;
    padding: 20px 1rem;
    display: block;
  }
  .price .price_items .item_03 p .small_black {
    text-align: left;
    font-size: 11px;
  }
  .price .price_items .item_04 p {
    font-size: 18px;
    text-align: center;
  }
  .price .price_items .item_04 p .orange {
    font-size: 24px;
    color: #fb6155;
    border-bottom: 1px solid #fb6155;
  }
  .price .price_items .item_04 a {
    font-size: 16px;
    letter-spacing: 0.3em;
    color: white;
    padding: 10px 40px;
    margin-top: 20px;
    white-space: nowrap;
  }
  .data .container h2 {
    margin-top: 40px;
    white-space: nowrap;
    display: block;
    text-align: center;
  }
  .data .container h2 img {
    width: 70%;
    display: block;
    margin: 0 auto -10px;
    margin-bottom: 10px;
  }
  .data .container h2 {
    font-size: 18px;
    line-height: 2;
  }
  .data .container h2 .text_center {
    display: inline;
  }
  .data .container h2 .text_center .sp_only {
    display: none;
  }
  .data .container h2 .pc_only {
    display: none;
  }
  .data .container h2 .big {
    font-size: 18px;
    transform: none;
    display: inline;
  }
  .data .container h2 .sp_orange {
    color: #fb6155;
    font-size: 24px;
  }
  .data .data_items {
    padding: 0;
  }
  .data .data_items p {
    font-size: 17px;
    text-align: center;
  }
  .data .data_items p .orange {
    border-bottom: 1px solid #fb6155;
    white-space: nowrap;
  }
  .data .data_items p .sp_only_big {
    font-size: 24px;
  }
  .data .data_items .item_01 {
    margin-top: 30px;
  }
  .data .data_items .item_01 .inner {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .data .data_items .item_01 .inner .text {
    font-size: 17px;
  }
  .data .data_items .item_01 .inner .text .orange {
    font-size: 17px;
  }
  .data .data_items .item_01 .inner .illustration {
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
  }
  .data .data_items .item_01 .sp_only p {
    font-size: 11px;
    margin-top: 20px;
    text-align: left;
  }
  .data .data_items .item_02 {
    margin-top: 30px;
  }
  .data .data_items .item_02 .inner {
    display: flex;
    flex-flow: column-reverse nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .data .data_items .item_02 .inner .text {
    font-size: 17px;
  }
  .data .data_items .item_02 .inner .text .orange {
    font-size: 17px;
  }
  .data .data_items .item_02 .inner .illustration {
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
  }
  .data .data_text {
    margin-top: 20px;
    letter-spacing: 0.05em;
  }
  .data .data_text p {
    font-size: 18px;
  }
  .flow .container {
    padding: 40px 1rem;
  }
  .flow .container h2 img {
    width: 80%;
  }
  .flow .container h2 .orange {
    font-size: 24px;
  }
  .flow .flow_items .item_02 {
    margin-top: 20px;
    gap: 0;
  }
  .flow .flow_items .item_02 .inner_01 a {
    font-size: 16px;
    letter-spacing: 0.3em;
    color: white;
    padding: 10px 30px;
  }
  .faq .container {
    padding: 0 1.5rem;
  }
  .faq .container h2 {
    font-size: 24px;
  }
  .faq .faq_items .item.pc_only {
    display: none;
  }
  .faq .faq_items .item h5 {
    font-size: 16px;
    margin-left: 2rem;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .faq .faq_items .item h5 .q_mark {
    width: 25px;
    height: 25px;
    top: 0;
    left: -2rem;
  }
  .faq .faq_items .item.fifth h5 {
    white-space: normal;
  }
  .faq .faq_items .item .q_mark {
    width: 23px;
    height: 23px;
    top: 0;
    left: -2rem;
  }
  .faq .faq_items .item p {
    font-size: 13px;
    padding: 20px 1rem 20px 1rem;
    margin-top: -20px;
  }
  .summary {
    margin-top: 40px;
  }
  .summary .container {
    background: url("../img/sp/asset_135.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }
  .summary .container h2 {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    margin-bottom: auto;
  }
  .summary .container h2 .orange {
    font-size: 24px;
  }
  .summary .item_01_wrap {
    padding-top: 90px;
  }
  .summary .item_01_wrap::before {
    background-position: top center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: auto;
  }
  .summary .item_01_wrap::after {
    display: none;
  }
  .summary .item_01_wrap .item_01 {
    margin-bottom: auto;
    width: 98%;
  }
  .summary .item_01_wrap .item_01 h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .summary .item_01_wrap .item_01 p {
    font-size: 15px;
    padding: 0 1rem 30px 1rem;
    letter-spacing: 0.05em;
  }
  .summary .summary_items {
    padding: 0;
  }
  .summary .summary_items .brown_img {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .summary .summary_items .item_02 {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 90%;
  }
  .summary .summary_items .item_02 .item {
    padding: 15px 1rem;
  }
  .summary .summary_items .item_02 .item h6 {
    font-size: 18px;
  }
  .summary .summary_items .item_02 .item p {
    font-size: 13px;
  }
  .summary .summary_items .sp_only_img {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .summary .summary_items .sp_only_img img {
    width: 75%;
  }
  .summary .summary_items .text {
    font-size: 18px;
  }
  .summary .summary_items .text.sp_only {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .contact {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .contact .container {
    padding: 0 1rem;
  }
  .contact .container h2 {
    font-size: 24px;
    text-align: center;
  }
  .contact .container .contact_img {
    scale: 1;
    bottom: -150px;
    right: 30px;
    width: 25%;
    height: auto;
    transform: none;
    display: inline;
  }
  .contact .contact_item.box {
    margin-top: 20px;
    padding: 1rem;
    max-width: 400px;
    width: 100%;
  }
  .contact .contact_item p {
    font-size: 15px;
  }
  .contact .contact_item .inner_01 {
    margin-top: auto;
  }
  .contact .contact_item .inner_01 .text {
    font-size: 15px;
  }
  .contact .contact_item .inner_01 a {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 10px 35px;
    white-space: nowrap;
  }
  .contact .contact_item .inner_03 {
    margin-top: auto;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
  }
  .contact .contact_item .inner_03 .text {
    font-size: 15px;
  }
  .contact .contact_item .inner_03 a {
    font-size: 24px;
    margin-left: initial;
    margin-top: auto;
    text-align: center;
  }
  .contact .contact_item .inner_03 a::before {
    width: 50%;
    height: 50%;
    left: -1.5rem;
  }
  .contact .contact_item .inner_03 a:hover {
    opacity: 0.8;
  }
  .contact .contact_item .inner_03 .under_text {
    margin-top: auto;
    font-size: 12px;
  }
  footer {
    margin-top: 90px;
  }
  footer .container {
    padding: 0 1rem;
  }
  footer .container ul {
    padding: 0;
    gap: 10px;
  }
  footer .container ul li a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  footer .container p {
    white-space: nowrap;
    padding-bottom: 30px;
    margin: auto;
  }
} /*550終わりかっこ*/
@media screen and (max-width: 585px) {
  /* 28pxを585pxで可変にする計算 */
  .gradient-btn.green {
    white-space: nowrap;
  }
  .lead h2 .lead_orange_big {
    border-bottom: 1px solid #fb6155;
  }
  .contact .container .contact_img {
    right: 0;
    bottom: -120px;
  }
  .contact a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 460px) {
  .contact .container .contact_img {
    width: 28%;
    right: 0;
  }
}
@media screen and (max-width: 375px) {
  .main_visual .main_visual_content_02::before {
    width: 75%;
    height: 75%;
    left: 140px;
  }
  .reason .reason_items_02 {
    margin-top: 30px;
  }
  .reason .reason_items_02 .inner_01 img {
    width: 100%;
  }
  .reason .reason_items_02 .inner_01 h2 {
    font-size: 21px;
  }
  .summary .item_01_wrap {
    padding-top: 130px;
  }
  .summary .item_01_wrap::before {
    width: 45%;
    align-items: center;
  }
  .contact .container .contact_img {
    width: 32%;
    right: 0;
  }
}