@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  background-color: #FDF8F2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #4D4D4D;
  font-size: 17px;
  position: relative;
  letter-spacing: 0.15rem;
}
@media (min-width: 1001px) and (max-width:1390px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}

img {
  width: 100%;
}

.inner {
  padding: 0 100px;
  margin: 0 auto;
  min-width: 1350px;
  max-width: 1450px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .inner {
    padding: 0 40px;
    min-width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    padding: 0 20px;
    min-width: 200px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .inner {
    padding: 0 60px;
    min-width: 930px;
  }
}

.pc-none {
  display: none;
}
@media (min-width: 651px) and (max-width:1000px) {
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .pc-none {
    display: block;
  }
}

@media (min-width: 651px) and (max-width:1000px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sp-none {
    display: none;
  }
}

.section-title {
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .section-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .section-title {
    padding-bottom: 20px;
  }
}
.section-title span {
  display: block;
  font-size: 13px;
  color: #B71C26;
  font-family: "lato", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .section-title span {
    font-size: 11px;
  }
}
.section-title h2 {
  font-size: 28px;
  letter-spacing: 0.3rem;
}
@media (min-width: 651px) and (max-width:1000px) {
  .section-title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .section-title h2 {
    font-size: 20px;
  }
}

.section-subTitle {
  padding-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .section-subTitle {
    font-size: 19px;
    padding-bottom: 10px;
    letter-spacing: 0.01rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .section-subTitle {
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: 0.01rem;
    line-height: 1.5;
  }
}

.breadcrumb {
  text-align: right;
  padding-right: 70px;
}
@media screen and (max-width: 650px) {
  .breadcrumb {
    display: none;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .breadcrumb {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .breadcrumb {
    padding-right: 40px;
  }
}
.breadcrumb a {
  opacity: 0.7;
}

.bread-w {
  color: #fff;
  padding-bottom: 40px;
}
.bread-w a {
  color: #fff;
}

.bread-b {
  color: #4D4D4D;
  position: absolute;
  right: 70px;
  top: 40px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .bread-b {
    right: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .bread-b {
    right: 10px;
    top: -80px;
    padding-right: 0;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .bread-b {
    right: 10px;
    top: -80px;
    padding-right: 0;
  }
}
.bread-b a {
  color: #4D4D4D;
}

.red-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 1050px;
  background-color: #B71C26;
  z-index: -1;
}
@media (min-width: 651px) and (max-width:1000px) {
  .red-bg {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .red-bg {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .red-bg {
    height: 900px;
    width: 23%;
  }
}

header {
  display: flex;
  align-items: center;
  height: 130px;
  width: 100%;
  position: relative;
}
@media (min-width: 651px) and (max-width:1000px) {
  header {
    background-color: #B71C26;
    height: 85px;
  }
}
@media screen and (max-width: 650px) {
  header {
    background-color: #B71C26;
    height: 65px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  header {
    height: 110px;
  }
}

.page-header {
  background-color: #FDF8F2;
}

.header-logo {
  width: 200px;
  margin-left: 80px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .header-logo {
    width: 125px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 650px) {
  .header-logo {
    width: 95px;
    margin-left: 20px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-logo {
    width: 160px;
    margin-left: 40px;
  }
}

.header-nav {
  display: flex;
  margin-left: auto;
  gap: 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-nav {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-nav {
    gap: 20px;
  }
}
.header-nav li {
  position: relative;
}
.header-nav li a {
  color: #4D4D4D;
  transition: all 0.5s ease;
}
.header-nav li a:hover {
  opacity: 0.6;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-nav li a {
    font-size: 15px;
  }
}
.header-nav li:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #B71C26;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-nav li:not(:last-child)::before {
    right: -10px;
  }
}

.header-tel {
  color: #B71C26;
  font-size: 32px;
  font-family: "lato", sans-serif;
  letter-spacing: 0.35rem;
  margin-left: 30px;
  transition: all 0.5s ease;
}
.header-tel:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1000px) {
  .header-tel {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-tel {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-tel {
    margin-left: 15px;
    letter-spacing: 0.01rem;
    font-size: 28px;
  }
}
.header-tel span {
  display: block;
  letter-spacing: 0.15rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-tel span {
    letter-spacing: 0.01rem;
    font-size: 12px;
  }
}
.header-tel img {
  width: 35px;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-tel img {
    width: 30px;
    margin-right: 6px;
  }
}

.header-contact {
  width: 140px;
  height: 130px;
  text-align: center;
  padding-top: 60px;
  background-color: #B71C26;
  margin-left: 20px;
  transition: all 0.5s ease;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-contact {
    padding-top: 48px;
  }
}
.header-contact:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1000px) {
  .header-contact {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-contact {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .header-contact {
    margin-left: 10px;
    width: 130px;
    height: 110px;
  }
}
.header-contact a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.page-header .drawer-icon {
  background: url(../img/page-drawer-icon.png) no-repeat center center/contain;
}

header .drawer-icon {
  background: url(../img/drawer-icon2.png) no-repeat center center/contain;
}

.drawer-icon {
  display: none;
  position: fixed;
  z-index: 300;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 650px) {
  .drawer-icon {
    right: 20px;
    width: 30px;
    height: 30px;
    top: 80px;
    display: block;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .drawer-icon {
    right: 40px;
    width: 40px;
    height: 40px;
    top: 120px;
    display: block;
  }
}
.drawer-icon.is-active {
  top: 60px;
  background: none;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .drawer-icon.is-active {
    top: 20px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .drawer-icon.is-active {
    top: 40px;
  }
}
.drawer-icon.is-active::before, .drawer-icon.is-active::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #4D4D4D;
}
.drawer-icon.is-active::before {
  transform: rotate(45deg);
}
.drawer-icon.is-active::after {
  transform: rotate(-45deg);
}
.drawer-icon.top20 {
  top: 20px;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 299;
  background-color: #FDF8F2;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding: 160px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 650px) {
  .drawer-content {
    padding: 40px 0;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .drawer-content {
    padding: 60px 0;
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.drawer-nav li {
  border-bottom: 1px solid #4D4D4D;
  padding: 25px 0;
}
.drawer-nav li a {
  color: #4D4D4D;
  text-align: center;
  letter-spacing: 0.17rem;
  transition: all 0.5s;
  font-size: 16px;
}
.drawer-nav li a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.drawer-menu-title {
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 20px;
  position: relative;
}
.drawer-menu-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #4D4D4D;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.drawer-menu-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #4D4D4D;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.drawer-plan {
  padding-top: 10px !important;
}
.drawer-plan .plan-h3 {
  padding-left: 20px;
}
.drawer-plan .plan-h3 span {
  padding-bottom: 3px;
}
.drawer-plan .plan-wrap {
  padding: 20px;
}

.open-sub-menu {
  transition: all 0.7s;
}
.open-sub-menu:hover .hero-nav-menu {
  display: block;
}

.hero-nav-menu {
  display: none;
  position: fixed; /* ← absolute ではなく fixed にする */
  top: 75px; /* 画面最上部に配置 */
  left: 0; /* 左端から */
  width: 100vw; /* 画面幅いっぱい */
  height: auto;
  padding: 80px 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background-color: #FDF8F2;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .hero-nav-menu {
    top: 63px;
  }
}
.hero-nav-menu .hero-sub-menu {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.hero-nav-menu .hero-sub-menu a {
  color: #ffffff;
  opacity: 0.7;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
.hero-nav-menu .hero-sub-menu a:hover {
  opacity: 1;
  transform: translateY(-4px);
}

/*================================


contact


=================================*/
.contact {
  padding: 100px 0;
  background-color: #FAFAFA;
}
@media (min-width: 651px) and (max-width:1000px) {
  .contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 650px) {
  .contact {
    padding: 30px 0;
  }
}
.contact p {
  line-height: 2.2;
}
@media (min-width: 651px) and (max-width:1000px) {
  .contact p {
    line-height: 1.5;
    letter-spacing: 0.01rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .contact p {
    line-height: 1.5;
    letter-spacing: 0.01rem;
    padding-bottom: 20px;
  }
}

.contact-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .contact-wrap {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .contact-wrap {
    display: block;
    text-align: center;
  }
}

.contact-right {
  text-align: center;
}
.contact-right p {
  padding: 20px 0;
}
@media screen and (max-width: 650px) {
  .contact-right p {
    padding-bottom: 15px;
  }
}

.contact-btn {
  background-color: #6F7226;
  width: 500px;
  height: 100px;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.contact-btn:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1000px) {
  .contact-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .contact-btn {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    height: 80px;
  }
}
.contact-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  font-size: 32px;
  font-family: "lato", sans-serif;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 650px) {
  .contact-btn a {
    padding-top: 12px;
    font-size: 28px;
  }
}
.contact-btn a span {
  display: block;
  letter-spacing: 0.15rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-btn a img {
  width: 35px;
  vertical-align: middle;
  margin-bottom: 7px;
  margin-right: 10px;
}
@media screen and (max-width: 650px) {
  .contact-btn a img {
    width: 30px;
  }
}

/*================================


footer


=================================*/
.map-wrap {
  width: 100%;
  padding-top: 25%;
  position: relative;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-red {
  background-color: #B71C26;
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .footer-red {
    padding: 30px 0 20px 0;
  }
}

.footer-wrap {
  display: flex;
  gap: 130px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .footer-wrap {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .footer-wrap {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .footer-wrap {
    gap: 30px;
  }
}

.footer-logo {
  display: inline-block;
  width: 200px;
  margin-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .footer-logo {
    width: 150px;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .footer-logo {
    width: 100px;
    margin: 0 auto 20px auto;
  }
}

.footer-left p {
  padding-bottom: 15px;
}
@media screen and (max-width: 650px) {
  .footer-left p {
    padding-bottom: 10px;
  }
}
.footer-left p img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 650px) {
  .footer-left p img {
    width: 25px;
  }
}

.footer-right {
  display: flex;
  gap: 100px;
  flex-direction: column;
}

.footer-nav {
  display: flex;
  gap: 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .footer-nav {
    gap: 30px;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav {
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }
}
.footer-nav li {
  position: relative;
}
.footer-nav li a {
  color: #fff;
  transition: all 0.5s ease;
}
@media screen and (max-width: 650px) {
  .footer-nav li a {
    letter-spacing: 0.01rem;
    font-size: 13px;
  }
}
.footer-nav li a:hover {
  opacity: 0.7;
}
.footer-nav li:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .footer-nav li:not(:last-child)::before {
    right: -13px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav li:not(:last-child)::before {
    right: -13px;
  }
}

.sp-tel-btn {
  margin-bottom: 10px;
  margin-top: 10px;
}
.sp-tel-btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "lato", sans-serif;
  letter-spacing: 0.35rem;
  font-size: 24px;
}
.sp-tel-btn a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.footer-cta {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1000px) {
  .footer-cta {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .footer-cta {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .footer-cta {
    gap: 30px;
  }
}

.footer-tel a {
  color: #fff;
  font-size: 32px;
  font-family: "lato", sans-serif;
  letter-spacing: 0.35rem;
  transition: all 0.5s ease;
}
.footer-tel a:hover {
  opacity: 0.7;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .footer-tel a {
    font-size: 28px;
    letter-spacing: 0.1rem;
  }
}
.footer-tel a span {
  display: block;
  letter-spacing: 0.15rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .footer-tel a span {
    font-size: 12px;
    letter-spacing: 0.01rem;
  }
}
.footer-tel a img {
  width: 35px;
  vertical-align: middle;
  margin-bottom: 7px;
  margin-right: 10px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .footer-tel a img {
    width: 30px;
  }
}

.footer-btn a {
  display: inline-block;
  width: 300px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  padding-top: 24px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.5s ease;
  z-index: 0;
}
.footer-btn a span,
.footer-btn a img {
  position: relative;
  z-index: 1;
}
.footer-btn a img {
  width: 20px;
  right: 20px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.footer-btn a:hover {
  color: #B71C26;
}
.footer-btn a:hover::before {
  left: 0;
}
.footer-btn a:hover img {
  content: url("../img/contact-arrow-w.png");
}
@media (min-width: 1001px) and (max-width:1390px) {
  .footer-btn a {
    width: 270px;
  }
}

.footer-footer {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 651px) and (max-width:1000px) {
  .footer-footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .footer-footer {
    padding-top: 40px;
  }
}
.footer-footer img {
  width: 14px;
  vertical-align: end;
  margin-right: 5px;
}

.hero {
  position: relative;
  width: 100%;
  height: 800px; /* 全画面にする場合 */
  overflow: hidden;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .hero {
    height: 700px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .hero {
    padding: 0 20px;
    height: auto;
    background-color: #B71C26;
  }
}
@media screen and (max-width: 650px) {
  .hero {
    padding: 0 20px;
    height: auto;
    background-color: #B71C26;
  }
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 651px) and (max-width:1000px) {
  .hero-bg {
    aspect-ratio: 3/1.8;
  }
}
@media screen and (max-width: 650px) {
  .hero-bg {
    aspect-ratio: 3/1.8;
  }
}

.hero-bg .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 150px;
  left: 80px;
  background-color: rgba(77, 77, 77, 0.45);
  padding: 40px 40px 100px 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .hero-content {
    position: static;
    background-color: transparent;
    text-align: center;
    padding: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .hero-content {
    position: static;
    background-color: transparent;
    text-align: center;
    padding: 40px 0;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .hero-content {
    top: 120px;
    left: 40px;
    padding: 30px 30px 60px 30px;
  }
}
.hero-content h1 {
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.6rem;
  font-weight: 700;
  padding-top: 80px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .hero-content h1 {
    font-size: 22px;
    letter-spacing: 0.17rem;
    padding-top: 10px;
    text-align: left;
    width: 225px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .hero-content h1 {
    font-size: 18px;
    letter-spacing: 0.17rem;
    padding-top: 10px;
    text-align: left;
    width: 188px;
    margin: 0 auto;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .hero-content h1 {
    font-size: 45px;
    padding-top: 70px;
  }
}

.hero-en {
  letter-spacing: 0.24rem;
  font-size: 20px;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 650px) {
  .hero-en {
    font-size: 12px;
    letter-spacing: 0.06rem;
  }
}

.hero-ja {
  font-weight: 700;
  line-height: 1.8;
  font-size: 18px;
  padding-top: 20px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .hero-ja {
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 0.14rem;
  }
}
@media screen and (max-width: 650px) {
  .hero-ja {
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 0.14rem;
  }
}

/*================================


about


=================================*/
.about {
  padding-top: 300px;
  padding-bottom: 80px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .about {
    padding-top: 250px;
  }
}

.about-wrap {
  display: flex;
}
@media screen and (max-width: 650px) {
  .about-wrap {
    display: block;
  }
}

.about-imgs {
  margin-right: 50px;
}
@media screen and (max-width: 650px) {
  .about-imgs {
    margin-right: 0;
    display: flex;
    gap: 10px;
  }
}

.about-img1 {
  width: 90%;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .about-img1 {
    width: 50%;
  }
}

.about-img2 {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 650px) {
  .about-img2 {
    width: 50%;
  }
}

.about-content {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 650px) {
  .about-content {
    padding-top: 10px;
  }
}
.about-content p {
  line-height: 2.1;
  padding-bottom: 30px;
  white-space: nowrap;
}
@media (min-width: 651px) and (max-width:1000px) {
  .about-content p {
    padding-bottom: 0;
    line-height: 1.5;
    white-space: wrap;
  }
}
@media screen and (max-width: 650px) {
  .about-content p {
    padding-bottom: 0;
    line-height: 1.5;
    white-space: wrap;
  }
}

.flower-icon1 {
  width: 75px;
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 650px) {
  .flower-icon1 {
    display: none;
  }
}

/*================================


cta


=================================*/
.cta {
  width: 100%;
  padding: 20px 0;
  background-color: #6F7226;
  transition: all 0.5s ease;
}
.cta:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .cta {
    padding: 10px 0;
  }
}

.cta-content {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "lato", sans-serif;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 650px) {
  .cta-content {
    font-size: 26px;
  }
}
.cta-content span {
  display: block;
  letter-spacing: 0.15rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 650px) {
  .cta-content span {
    font-size: 12px;
  }
}
.cta-content img {
  width: 35px;
  vertical-align: middle;
  margin-bottom: 5px;
}
@media screen and (max-width: 650px) {
  .cta-content img {
    width: 26px;
    vertical-align: bottom;
  }
}

/*================================


plan


=================================*/
.plan {
  padding: 180px 0;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  .plan {
    padding: 20px 0;
  }
}

.plan-head {
  display: flex;
}
@media screen and (max-width: 650px) {
  .plan-head {
    flex-direction: column-reverse;
  }
}

.plan-head-left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .plan-head-left {
    width: 100%;
  }
}
.plan-head-left p {
  line-height: 2.1;
  padding-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-head-left p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .plan-head-left p {
    line-height: 1.5;
  }
}

.flower-icon2 {
  width: 110px;
  position: absolute;
  right: 0;
  top: -20px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .flower-icon2 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .flower-icon2 {
    display: none;
  }
}

.plan-head-right {
  width: 50%;
  margin-left: 50px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-head-right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .plan-head-right {
    width: 320px;
    margin: 0 auto 40px auto;
  }
}

.plan-content {
  padding-top: 60px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .plan-content {
    padding-top: 30px;
  }
}
.plan-content .plan-item {
  width: 450px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  opacity: 0.7;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 650px) {
  .plan-content .plan-item {
    opacity: 1;
  }
}
.plan-content .plan-item:hover {
  opacity: 1;
  transform: translateY(-4px);
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-content .plan-item {
    width: 300px;
  }
}
@media screen and (max-width: 650px) {
  .plan-content .plan-item {
    width: 50%;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-content .plan-item {
    width: 420px;
  }
}

.plan-content1 .plan-item:nth-child(1) {
  background-color: #939093;
}
.plan-content1 .plan-item:nth-child(2) {
  background-color: #C6C1C2;
}

.plan-content2 .plan-item:nth-child(1) {
  background-color: #457988;
}
.plan-content2 .plan-item:nth-child(2) {
  background-color: #A3B8BF;
}

.plan-content3 .plan-item:nth-child(1) {
  background-color: #F17642;
}
.plan-content3 .plan-item:nth-child(2) {
  background-color: #FFB58A;
}

.plan-h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #4D4D4D;
}
.plan-h3 span {
  font-size: 13px;
  display: block;
  padding-bottom: 8px;
}
.plan-h3 h3 {
  font-size: 28px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-h3 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .plan-h3 h3 {
    font-size: 16px;
  }
}

.plan-wrap {
  padding: 80px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .plan-wrap {
    padding: 40px 0;
    gap: 10px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-wrap {
    padding: 60px 40px;
    justify-content: center;
    gap: 40px;
  }
}

.plan-item-img {
  height: 138px;
  width: auto;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-item-img {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .plan-item-img {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.plan-item-img img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-item-img img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 650px) {
  .plan-item-img img {
    width: 100%;
    height: 100%;
  }
}

.plan-h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .plan-h4 {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.plan-h4 span {
  font-size: 16px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-h4 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .plan-h4 span {
    font-size: 8px;
    letter-spacing: 0.01rem;
  }
}
.plan-h4 h4 {
  font-size: 28px;
  text-align: center;
  padding: 10px 0;
  width: 280px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-h4 h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 650px) {
  .plan-h4 h4 {
    font-size: 16px;
    width: 140px;
    letter-spacing: 0.01rem;
  }
}

.plan-price {
  font-size: 32px;
  font-family: "lato", sans-serif;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-price {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .plan-price {
    font-size: 20px;
    letter-spacing: 0.01rem;
  }
}

.plan-arrow {
  width: 45px;
  margin: 30px 0;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-arrow {
    margin: 20px 0;
    width: 38px;
  }
}
@media screen and (max-width: 650px) {
  .plan-arrow {
    width: 25px;
    margin: 10px 0 20px 0;
  }
}

/*================================


company


=================================*/
.company-wrap {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .company-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .company-wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 650px) {
  .company-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.leaf-icon1 {
  position: absolute;
  width: 100px;
  left: 0;
  top: -100px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .leaf-icon1 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .leaf-icon1 {
    display: none;
  }
}

.company-bottom {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .company-bottom {
    padding-top: 0;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .company-bottom {
    display: block;
    padding-top: 0;
  }
}
.company-bottom p {
  line-height: 2.2;
}
@media (min-width: 651px) and (max-width:1000px) {
  .company-bottom p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .company-bottom p {
    line-height: 1.5;
  }
}

.company-bottom-left {
  margin-right: 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .company-bottom-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .company-bottom-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.red-btn a {
  display: inline-block;
  width: 200px;
  padding-top: 16px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #B71C26;
  color: #B71C26;
  border-radius: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease;
}
@media screen and (max-width: 650px) {
  .red-btn a {
    padding-top: 17px;
  }
}
.red-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #B71C26;
  transition: left 0.5s ease;
  z-index: 0;
}
.red-btn a span,
.red-btn a img {
  position: relative;
  z-index: 1;
}
.red-btn a img {
  right: 15px;
  width: 20px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.red-btn a:hover {
  color: #ffffff;
}
.red-btn a:hover::before {
  left: 0;
}
.red-btn a:hover img {
  content: url("../img/contact-arrow-r.png");
}

/*================================


faqs


=================================*/
.faqs {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .faqs {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

.leaf-icon2 {
  position: absolute;
  width: 160px;
  left: 100px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .leaf-icon2 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .leaf-icon2 {
    display: none;
  }
}

.faq-title {
  text-align: center;
}

.faqs-wrap {
  width: 1000px;
  margin: 60px auto;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-wrap {
    width: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .faqs-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .faqs-wrap {
    width: 90%;
  }
}

.fqs-item {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 25px;
  padding: 30px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .fqs-item {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 650px) {
  .fqs-item {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px;
  }
}

.faqs-head {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 40px 20px 40px;
  border-radius: 100px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-head {
    padding: 15px;
    gap: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .faqs-head {
    padding: 10px;
    gap: 10px;
    line-height: 1.5;
  }
}

@media (min-width: 651px) and (max-width:1000px) {
  .faqs-q-text {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .faqs-q-text {
    width: 90%;
    font-size: 13px;
  }
}

.faqs-q-icon {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-q-icon {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .faqs-q-icon {
    font-size: 20px;
  }
}

.faqs-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: flex;
  gap: 30px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-body {
    padding: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .faqs-body {
    padding: 0;
    gap: 10px;
  }
}

.faqs-body.open {
  border-top: 1px solid #B71C26;
  padding-top: 20px;
  margin: 0 45px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-body.open {
    padding: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .faqs-body.open {
    padding: 10px;
    margin: 0;
  }
}

.faqs-a-icon {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-a-icon {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .faqs-a-icon {
    font-size: 20px;
  }
}

.faqs-red-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4D4D4D;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-red-icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 650px) {
  .faqs-red-icon {
    width: 20px;
    height: 20px;
  }
}

.faqs-red-bar1, .faqs-red-bar2 {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faqs-red-bar1 {
  width: 23px;
  height: 2.5px;
}
@media screen and (max-width: 650px) {
  .faqs-red-bar1 {
    width: 13px;
    height: 1px;
  }
}

.faqs-red-bar2 {
  width: 2.5px;
  height: 23px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 650px) {
  .faqs-red-bar2 {
    width: 1px;
    height: 13px;
  }
}

.faqs-red-icon.minus .faqs-red-bar2 {
  opacity: 0;
}

.faqs-a-text {
  line-height: 1.8;
}
@media (min-width: 651px) and (max-width:1000px) {
  .faqs-a-text {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .faqs-a-text {
    line-height: 1.4;
    font-size: 13px;
  }
}

.corporate-top {
  display: flex;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-top {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 650px) {
  .corporate-top {
    flex-direction: column-reverse;
  }
}

@media (min-width: 651px) and (max-width:1000px) {
  .corporate-top-img {
    background-color: #6F3B00;
  }
}
@media screen and (max-width: 650px) {
  .corporate-top-img {
    background-color: #6F3B00;
  }
}

.corporate-title {
  width: 20%;
  text-align: center;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-title {
    width: 22%;
  }
}
@media screen and (max-width: 650px) {
  .corporate-title {
    width: auto;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-title {
    width: auto;
  }
}
.corporate-title h1 {
  font-size: 32px;
  writing-mode: vertical-rl;
  margin: 30px auto;
}
@media screen and (max-width: 650px) {
  .corporate-title h1 {
    writing-mode: horizontal-tb;
    font-size: 22px;
    margin: 50px auto 5px auto;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-title h1 {
    writing-mode: horizontal-tb;
    font-size: 22px;
    margin: 60px auto 5px auto;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-title h1 {
    font-size: 28px;
  }
}
.corporate-title span {
  font-size: 32px;
  font-family: "lato", sans-serif;
  padding: 0 10px;
}
@media screen and (max-width: 650px) {
  .corporate-title span {
    font-size: 20px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-title span {
    font-size: 20px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-title span {
    font-size: 26px;
  }
}

.leaf-icon3 {
  width: 90px;
  margin: 30px auto;
  padding-left: 30px;
}
@media screen and (max-width: 650px) {
  .leaf-icon3 {
    display: none;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .leaf-icon3 {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .leaf-icon3 {
    width: 80px;
  }
}

.corporate-body-top {
  position: relative;
  z-index: 0;
  background: url(../img/corporate-bg1.png) no-repeat top center/contain;
  padding-bottom: 100px;
  margin-bottom: 200px;
  padding-top: 180px;
}
@media screen and (max-width: 650px) {
  .corporate-body-top {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-body-top {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-body-top {
    margin-bottom: 170px;
    padding-bottom: 80px;
  }
}
.corporate-body-top::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #4D4D4D;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 650px) {
  .corporate-body-top::before {
    height: 50px;
    top: 30px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-body-top::before {
    height: 50px;
    top: 30px;
  }
}

.corporate-bg1 {
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.corporate-img1 {
  position: absolute;
  width: 280px;
  left: 15%;
  top: 300px;
}
@media screen and (max-width: 650px) {
  .corporate-img1 {
    width: 100px;
    top: 30px;
    left: 0;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-img1 {
    width: 150px;
    top: 30px;
    left: 50px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-img1 {
    width: 20%;
    left: 10%;
  }
}

.corporate-img2 {
  position: absolute;
  width: 350px;
  right: 15%;
  top: 240px;
}
@media screen and (max-width: 650px) {
  .corporate-img2 {
    width: 130px;
    right: 0;
    top: 60px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-img2 {
    width: 180px;
    right: 30px;
    top: 60px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-img2 {
    width: 25%;
    right: 10%;
  }
}

.corporate-img3 {
  position: absolute;
  width: 450px;
  left: 15%;
  bottom: -200px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-img3 {
    width: 230px;
    bottom: -20px;
    left: 30px;
  }
}
@media screen and (max-width: 650px) {
  .corporate-img3 {
    width: 180px;
    bottom: -20px;
    left: 0;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-img3 {
    width: 30%;
    left: 10%;
    bottom: -170px;
  }
}

.leaf-icon4 {
  position: absolute;
  width: 205px;
  bottom: 0;
  right: 18%;
}
@media (min-width: 651px) and (max-width:1000px) {
  .leaf-icon4 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .leaf-icon4 {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .leaf-icon4 {
    width: 15%;
    right: 13%;
  }
}

.corporate-text {
  margin: 80px auto; /* 中央寄せ */
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-text {
    width: 100%;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-text {
    margin-top: -60px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .corporate-text {
    margin-top: -80px;
    width: 95%;
  }
}
.corporate-text h2 {
  font-size: 32px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* Safari対策 */
  text-orientation: upright; /* 縦書き文字を縦に保つ */
  margin: 0 auto;
  line-height: 2;
  display: block;
  min-height: 310px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-text h2 {
    font-size: 24px;
    min-height: 250px;
  }
}
@media screen and (max-width: 650px) {
  .corporate-text h2 {
    font-size: 20px;
    min-height: 200px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-text h2 {
    font-size: 28px;
    min-height: 275px;
  }
}
.corporate-text p {
  text-align: center;
  padding-top: 100px;
  line-height: 2.4;
}
@media screen and (max-width: 650px) {
  .corporate-text p {
    line-height: 2;
    padding-top: 30px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-text p {
    line-height: 2;
    padding-top: 50px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-text p {
    padding-top: 60px;
  }
}

.corporate-body-bottom {
  display: flex;
  gap: 10px;
  padding-bottom: 300px;
}
@media screen and (max-width: 650px) {
  .corporate-body-bottom {
    display: block;
    padding-bottom: 100px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-body-bottom {
    display: block;
    padding-bottom: 100px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-body-bottom {
    padding-bottom: 250px;
  }
}

.corporate-body-left {
  width: 50%;
  padding-top: 60px;
  padding-right: 40px;
}
@media screen and (max-width: 650px) {
  .corporate-body-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-body-left {
    width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-body-left {
    padding-top: 30px;
  }
}
.corporate-body-left h2 {
  font-size: 32px;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .corporate-body-left h2 {
    font-size: 24px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-body-left h2 {
    font-size: 26px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .corporate-body-left h2 {
    font-size: 28px;
  }
}
.corporate-body-left p {
  line-height: 2;
  padding-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .corporate-body-left p {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .corporate-body-left p {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

@media (min-width: 651px) and (max-width:1000px) {
  .corporate-man {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .corporate-man {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}

.corporate-body-right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 650px) {
  .corporate-body-right {
    width: 100%;
  }
}

.big-square {
  position: absolute;
  width: 130%;
  right: -100px;
  height: 350px;
  top: 100px;
  background-color: #F4EBE1;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .big-square {
    display: none;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .big-square {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .big-square {
    right: -60px;
    height: 300px;
    width: 120%;
  }
}

.small-square {
  position: absolute;
  width: 55px;
  height: 55px;
  right: calc(125% - 100px);
  top: 430px;
  background-color: #E4D7D0;
}
@media (min-width: 651px) and (max-width:1000px) {
  .small-square {
    width: 40px;
    height: 40px;
    left: -20px;
    bottom: -20px;
    top: auto;
  }
}
@media screen and (max-width: 650px) {
  .small-square {
    width: 40px;
    height: 40px;
    left: -20px;
    bottom: -20px;
    top: auto;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .small-square {
    top: 370px;
    right: calc(115% - 60px);
  }
}

.normal-square {
  position: absolute;
  width: 83px;
  height: 83px;
  right: -40px;
  top: -40px;
  background-color: #E4D7D0;
}
@media screen and (max-width: 650px) {
  .normal-square {
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .normal-square {
    right: -30px;
    top: -30px;
  }
}

.profile {
  padding-bottom: 200px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .profile {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 650px) {
  .profile {
    padding-bottom: 100px;
  }
}

.profile-title {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 650px) {
  .profile-title {
    padding-bottom: 30px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .profile-title {
    padding-bottom: 30px;
  }
}
.profile-title h2 {
  font-size: 32px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .profile-title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .profile-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .profile-title h2 {
    font-size: 28px;
  }
}
.profile-title span {
  font-size: 20px;
  font-family: "lato", sans-serif;
}
@media (min-width: 651px) and (max-width:1000px) {
  .profile-title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .profile-title span {
    font-size: 14px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .profile-title span {
    font-size: 18px;
  }
}

.profile-box {
  background-color: #ffffff;
  padding: 80px 100px 120px 100px;
  box-shadow: 10px 10px 10px #EFE7E4;
  position: relative;
}
@media screen and (max-width: 650px) {
  .profile-box {
    padding: 30px 20px 40px 20px;
  }
}

.profile-big-square {
  position: absolute;
  width: 83px;
  height: 83px;
  right: -40px;
  top: -40px;
  background-color: #E4D7D0;
}
@media screen and (max-width: 650px) {
  .profile-big-square {
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px;
  }
}

.profile-small-square {
  position: absolute;
  width: 55px;
  height: 55px;
  left: -25px;
  bottom: -25px;
  background-color: #E4D7D0;
}
@media screen and (max-width: 650px) {
  .profile-small-square {
    width: 40px;
    height: 40px;
    left: -20px;
    bottom: -20px;
  }
}

.profile-row {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
}
@media screen and (max-width: 650px) {
  .profile-row {
    display: block;
    padding: 15px 0;
  }
}

.profile-label {
  width: 200px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .profile-label {
    width: 130px;
  }
}
@media screen and (max-width: 650px) {
  .profile-label {
    padding-bottom: 5px;
  }
}

.profile-text {
  width: calc(100% - 200px);
}
@media (min-width: 651px) and (max-width:1000px) {
  .profile-text {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 650px) {
  .profile-text {
    width: 100%;
  }
}

.access {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .access {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .access {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.access-title h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .access-title h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 650px) {
  .access-title h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .access-title h2 {
    font-size: 28px;
  }
}
.access-title span {
  font-size: 20px;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 650px) {
  .access-title span {
    font-size: 14px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .access-title span {
    font-size: 14px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .access-title span {
    font-size: 18px;
  }
}

.access-item {
  display: flex;
  gap: 40px;
  padding: 50px 0;
  align-items: center;
}
.access-item:not(:last-child) {
  border-bottom: 1px solid #707070;
}
@media (min-width: 651px) and (max-width:1000px) {
  .access-item {
    display: block;
    padding: 30px 0;
  }
}
@media screen and (max-width: 650px) {
  .access-item {
    display: block;
    padding: 30px 0;
  }
}

.access-content {
  width: 50%;
}
@media (min-width: 651px) and (max-width:1000px) {
  .access-content {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .access-content {
    width: 100%;
  }
}
.access-content h3 {
  font-size: 29px;
  color: #B71C26;
  margin-bottom: 10px;
}
@media screen and (max-width: 650px) {
  .access-content h3 {
    font-size: 17px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .access-content h3 {
    font-size: 26px;
  }
}
.access-content h3 img {
  width: 37px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 650px) {
  .access-content h3 img {
    width: 20px;
  }
}
.access-content p {
  line-height: 1.8;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .access-content p {
    padding-bottom: 10px;
  }
}

.access-tab {
  font-size: 15px;
  color: #ffffff;
  background-color: #B71C26;
  padding: 3px 20px;
  display: inline-block;
}
@media (min-width: 651px) and (max-width:1000px) {
  .access-tab {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .access-tab {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.access-img {
  width: 50%;
  margin-right: 40px;
}
@media screen and (max-width: 650px) {
  .access-img {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .access-img {
    width: 80%;
    margin-right: 0;
  }
}

.c-tabs__list {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 20px 100px 40px 100px;
}
@media screen and (max-width: 650px) {
  .c-tabs__list {
    flex-wrap: wrap;
    padding: 10px 20px 30px 20px;
    gap: 10px 20px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .c-tabs__list {
    flex-wrap: wrap;
    padding: 20px 20px 30px 20px;
    gap: 10px 20px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .c-tabs__list {
    padding: 20px 60px 40px 60px;
  }
}
.c-tabs__list a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 16.666%;
  line-height: 1.7;
  padding: 5px 0;
  opacity: 0.7;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
.c-tabs__list a:hover {
  opacity: 1;
  transform: translateY(-4px);
}
@media screen and (max-width: 650px) {
  .c-tabs__list a {
    width: calc(50% - 10px);
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .c-tabs__list a {
    width: calc(30% - 5px);
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .c-tabs__list a {
    letter-spacing: 0.01rem;
  }
}
.c-tabs__list a:nth-child(1) {
  background-color: #939093;
}
.c-tabs__list a:nth-child(2) {
  background-color: #C6C1C2;
}
.c-tabs__list a:nth-child(3) {
  background-color: #457988;
}
.c-tabs__list a:nth-child(4) {
  background-color: #A3B8BF;
}
.c-tabs__list a:nth-child(5) {
  background-color: #F17642;
}
.c-tabs__list a:nth-child(6) {
  background-color: #FFB58A;
}
.c-tabs__list a .tab-price {
  font-size: 25px;
  font-family: "lato", sans-serif;
}
@media screen and (max-width: 650px) {
  .c-tabs__list a .tab-price {
    font-size: 20px;
  }
}

.plan1 .plan-top {
  background-color: #939093;
}

.plan2 .plan-top {
  background-color: #C6C1C2;
}

.plan3 .plan-top {
  background-color: #457988;
}

.plan4 .plan-top {
  background-color: #A3B8BF;
}

.plan5 .plan-top {
  background-color: #F17642;
}

.plan6 .plan-top {
  background-color: #FFB58A;
}

.plan-top {
  padding: 60px 0;
}
@media screen and (max-width: 650px) {
  .plan-top {
    padding: 30px 0;
  }
}

.plan-top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .plan-top-wrap {
    display: block;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-wrap {
    display: block;
  }
}

.plan-top-img {
  width: 42%;
  margin-right: 60px;
}
@media screen and (max-width: 650px) {
  .plan-top-img {
    margin: 0 auto;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-img {
    margin: 0 auto;
  }
}

.plan-top-content {
  color: #ffffff;
  padding-left: 30px;
}
@media screen and (max-width: 650px) {
  .plan-top-content {
    padding-left: 0;
    width: 320px;
    margin: 15px auto;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-content {
    margin: 15px auto;
  }
}
.plan-top-content .page-plan-title h1 {
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .plan-top-content .page-plan-title h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-content .page-plan-title h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-top-content .page-plan-title h1 {
    font-size: 45px;
  }
}
.plan-top-content .plan-top-text {
  line-height: 1.7;
  padding-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .plan-top-content .plan-top-text {
    padding-bottom: 30px;
  }
}
.plan-top-content .plan-top-price p {
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .plan-top-content .plan-top-price p {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-content .plan-top-price p {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-top-content .plan-top-price p {
    font-size: 18px;
  }
}
.plan-top-content .plan-top-price .plan-big-price {
  color: #FFF100;
  font-size: 45px;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .plan-top-content .plan-top-price .plan-big-price {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-content .plan-top-price .plan-big-price {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-top-content .plan-top-price .plan-big-price {
    font-size: 36px;
  }
}

.plan-top-box {
  background-color: #C8607E;
  width: 80%;
  padding: 30px 40px;
  line-height: 1.7;
  margin-top: 40px;
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-top-box {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .plan-top-box {
    margin-top: 20px;
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-top-box {
    margin-top: 20px;
    padding: 15px;
    width: 90%;
  }
}

.page-plan-head {
  background-color: #F5F4F4;
  padding-top: 120px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .page-plan-head {
    padding-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .page-plan-head {
    padding-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recommend-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  padding: 25px 0;
  color: #B71C26;
  width: 100%;
  border-top: 3px solid #B71C26;
  border-bottom: 3px solid #B71C26;
}
@media screen and (max-width: 650px) {
  .recommend-title {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .recommend-title {
    font-size: 20px;
    padding: 10px 0;
  }
}
.recommend-title img {
  width: 50px;
}
@media screen and (max-width: 650px) {
  .recommend-title img {
    width: 20px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .recommend-title img {
    width: 30px;
  }
}

.plan-recommend-wrap {
  display: flex;
  justify-content: center;
  padding: 80px;
  gap: 20px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-recommend-wrap {
    padding: 30px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .plan-recommend-wrap {
    padding: 30px 0;
    flex-wrap: wrap;
  }
}

.plan-recommend-item {
  width: 29%;
  padding: 20px 30px;
  background-color: #ffffff;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-recommend-item {
    padding: 10px;
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .plan-recommend-item {
    width: calc(50% - 10px);
    padding: 10px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-recommend-item {
    width: 31%;
  }
}
.plan-recommend-item p {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  line-height: 1.7;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-recommend-item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .plan-recommend-item p {
    font-size: 13px;
    padding-top: 10px;
    letter-spacing: 0.01rem;
  }
}

.plan-step-title {
  text-align: center;
  background-color: #C8607E;
  color: #ffffff;
  padding: 20px 0;
  font-size: 25px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-step-title {
    font-size: 20px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 650px) {
  .plan-step-title {
    font-size: 16px;
    padding: 10px 0;
  }
}

.plan-step-wrap {
  display: flex;
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-step-wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 650px) {
  .plan-step-wrap {
    padding: 40px 0;
    gap: 5px;
  }
}

.plan-step-item {
  border: 1px solid #C8607E;
  padding: 20px 30px;
  writing-mode: vertical-rl;
  height: 250px;
  font-size: 28px;
  padding-top: 70px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-step-item {
    height: 220px;
    font-size: 24px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .plan-step-item {
    height: 160px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}

.plan-step-arrow {
  width: 20px;
}
@media screen and (max-width: 650px) {
  .plan-step-arrow {
    width: 12px;
  }
}

.page-plan-body {
  background-color: #ffffff;
  margin-bottom: 100px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .page-plan-body {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .page-plan-body {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.plan-content {
  padding: 80px 0;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .plan-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.plan-content h2 {
  font-size: 25px;
  text-align: center;
  color: #B71C26;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 650px) {
  .plan-content h2 {
    font-size: 18px;
  }
}

@media (min-width: 651px) and (max-width:1000px) {
  .sp-center .plan-content-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .sp-center .plan-content-wrap {
    justify-content: center;
    padding-bottom: 60px;
  }
}

.plan-content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  gap: 40px;
  padding-top: 60px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-content-wrap {
    width: 90%;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .plan-content-wrap {
    padding-top: 40px;
    width: 100%;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .plan-content-wrap {
    width: 75%;
  }
}

.plan-content-item {
  width: calc((100% - 80px) / 3);
  text-align: center;
}
@media (min-width: 651px) and (max-width:1000px) {
  .plan-content-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 650px) {
  .plan-content-item {
    width: calc((100% - 20px) / 2);
  }
}
.plan-content-item p {
  text-align: center;
  padding-top: 20px;
  line-height: 1.7;
  line-height: 1.7;
}
@media screen and (max-width: 650px) {
  .plan-content-item p {
    padding-top: 10px;
    letter-spacing: 0.01rem;
  }
}
.plan-content-item span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
}
@media screen and (max-width: 650px) {
  .plan-content-item span {
    font-size: 11px;
  }
}

.form-top {
  padding: 150px 0 150px 15%;
  background: url(../img/form-top.jpg) no-repeat center center/cover;
}
.form-top h1 {
  font-size: 40px;
}
@media screen and (max-width: 650px) {
  .form-top h1 {
    font-size: 24px;
  }
}
@media (min-width: 651px) and (max-width:1000px) {
  .form-top h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .form-top {
    padding: 70px 20px;
  }
}

.form-body {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .form-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.form-price {
  background-color: #ffffff;
}
.form-price h2 {
  font-size: 30px;
  border-bottom: 1px dashed #4D4D4D;
  padding: 80px 50px 15px 50px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .form-price h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .form-price h2 {
    padding: 60px 20px 10px 20px;
    font-size: 20px;
  }
}

.form-price-row {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 650px) {
  .form-price-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form-price-row1 {
  display: flex;
  align-items: end;
  gap: 30px;
}
@media screen and (max-width: 650px) {
  .form-price-row1 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .form-price-row1 .form-price-item {
    width: calc(50% - 15px);
  }
}
.form-price-row1 .form-price-item p {
  text-align: center;
  padding-top: 15px;
}

.form-price-row2 .form-price-item {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 650px) {
  .form-price-row2 .form-price-item {
    gap: 20px;
  }
}
.form-price-row2 .form-price-item .form-tree-price {
  line-height: 1.7;
}
.form-price-row2 .form-price-item .form-tree-price p {
  padding-bottom: 20px;
}

.form-price-row3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .form-price-row3 {
    display: block;
  }
}
.form-price-row3 .form-price-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .form-price-row3 .form-price-item {
    margin-bottom: 30px;
    gap: 20px;
  }
}
@media (min-width: 1001px) and (max-width:1390px) {
  .form-price-row3 .form-price-item {
    gap: 20px;
  }
}
.form-price-row3 .form-price-item p {
  line-height: 1.7;
}

.form-price-text {
  line-height: 1.5;
  padding: 60px 50px;
}
@media screen and (max-width: 650px) {
  .form-price-text {
    padding: 10px 20px 30px 20px;
  }
}
.form-price-text a {
  color: #B71C26;
}
.form-price-text a:hover {
  opacity: 0.7;
}

.form-main {
  background-color: #ffffff;
  padding-top: 120px;
}
@media screen and (max-width: 650px) {
  .form-main {
    padding-top: 60px;
  }
}

.form-main-title {
  text-align: center;
  font-size: 40px;
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1000px) {
  .form-main-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .form-main-title {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

.form-main-p {
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 651px) and (max-width:1000px) {
  .form-main-p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 650px) {
  .form-main-p {
    line-height: 1.5;
    padding-bottom: 0;
  }
}

.form-select-label {
  padding-bottom: 15px;
  border-bottom: 1px dashed #4D4D4D;
  padding-left: 20px;
}
@media screen and (max-width: 650px) {
  .form-select-label {
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.checkbox-group {
  padding-left: 20px;
  padding-top: 15px;
}
@media screen and (max-width: 650px) {
  .checkbox-group {
    padding-left: 0;
  }
}
.checkbox-group label {
  padding-right: 20px;
  line-height: 2;
}
.checkbox-group label [type=checkbox] {
  scale: 1.3;
}

.form-row {
  padding-top: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 650px) {
  .form-row {
    padding-left: 0;
    padding-top: 30px;
  }
}

.form-label span {
  display: inline-block;
  padding-left: 80px;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 650px) {
  .form-label span {
    display: block;
    padding-left: 0;
    font-size: 12px;
    padding-top: 10px;
  }
}

.requird {
  position: relative;
}
.requird::after {
  position: absolute;
  content: "必須";
  font-size: 14px;
  color: #ffffff;
  background-color: #B71C26;
  padding: 3px 10px;
  display: inline-block;
  white-space: nowrap;
  right: -60px;
}

.form-input {
  width: 80%;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .form-input {
    width: 100%;
    margin-top: 10px;
  }
}
.form-input [type=text] {
  width: 100%;
  height: 53px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.form-input [type=text]::-moz-placeholder {
  font-size: 15px;
}
.form-input [type=text]::placeholder {
  font-size: 15px;
}
.form-input [type=date] {
  width: 100%;
  height: 53px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.form-input [type=date]::-moz-placeholder {
  font-size: 15px;
}
.form-input [type=date]::placeholder {
  font-size: 15px;
}
.form-input [type=email] {
  width: 100%;
  height: 53px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.form-input [type=email]::-moz-placeholder {
  font-size: 15px;
}
.form-input [type=email]::placeholder {
  font-size: 15px;
}
.form-input [type=tel] {
  width: 100%;
  height: 53px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.form-input [type=tel]::-moz-placeholder {
  font-size: 15px;
}
.form-input [type=tel]::placeholder {
  font-size: 15px;
}

.l-address__wrap .p-form__zip p {
  width: 30%;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 650px) {
  .l-address__wrap .p-form__zip p {
    width: 80%;
    gap: 10px;
  }
}
.l-address__wrap .p-form__zip p [type=text] {
  width: 100%;
  height: 53px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.l-address__wrap .p-form__address {
  width: 80%;
  margin-top: 10px;
}
@media screen and (max-width: 650px) {
  .l-address__wrap .p-form__address {
    width: 100%;
  }
}
.l-address__wrap .p-form__address [type=text] {
  width: 100%;
  height: 53px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.l-address__wrap .p-form__address [type=text]::-moz-placeholder {
  font-size: 15px;
}
.l-address__wrap .p-form__address [type=text]::placeholder {
  font-size: 15px;
}

.form-textarea {
  width: 80%;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .form-textarea {
    width: 100%;
    margin-top: 10px;
  }
}
.form-textarea textarea {
  width: 100%;
  height: 173px;
  padding: 10px;
  border: none;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}

.label-p {
  color: #B71C26;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 650px) {
  .label-p {
    padding-left: 0;
    padding-top: 30px;
  }
}

/* Contact Form 7 acceptance カスタムチェック */
.wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; /* Safari対策 */
  width: 20px;
  height: 20px;
  border: 2px solid #B71C26;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  box-sizing: border-box;
}

/* チェックマークを擬似要素で描画 */
.wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #B71C26;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  cursor: pointer;
  color: #B71C26;
}
.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #B71C26;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-submit {
  margin-left: 20px;
}
@media screen and (max-width: 650px) {
  .form-submit {
    text-align: center;
    margin-left: 0;
  }
}
.form-submit [type=submit] {
  color: #ffffff;
  border: none;
  background-color: #B71C26;
  width: 270px;
  height: 45px;
  text-align: center;
}

.contact-main {
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .contact-main {
    padding-top: 80px;
  }
}

.contact-tel-wrap {
  text-align: center;
  padding-top: 20px;
}
.contact-tel-wrap p {
  padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .contact-tel-wrap {
    line-height: 1.5;
    padding-top: 40px;
  }
}
.contact-tel-wrap .contact-btn {
  margin: 20px auto;
}
@media screen and (max-width: 650px) {
  .contact-tel-wrap .contact-btn {
    width: 100%;
    margin: 10px auto;
  }
  .contact-tel-wrap .contact-btn span {
    margin-bottom: 0;
  }
}

.contact-check {
  margin-top: 60px;
}

.contact-main .thanks {
  padding-top: 40px;
}
@media screen and (max-width: 650px) {
  .contact-main .thanks {
    padding-top: 20px;
  }
}

.thanks {
  padding: 140px 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .thanks {
    padding: 60px 0;
  }
}
.thanks h2 {
  font-size: 35px;
  padding-bottom: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 650px) {
  .thanks h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.thanks p {
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  .thanks p {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */