@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- 基本 -- */
:root {
  --font-weight: 400;
  --line-height: 2;
  --sans_serif: ;
  --font-color: #000000;
  --primary-color: #e25e4f;
  --secondary-color: #ffea00;
  --tertiary-color: #2a9d8f;
}

/* -- font-size -- */
:root {
  --font_h2: 5rem;
  --font_h3: 3.2rem;
  --font_h4: 2.8rem;
  --font_h5: 2.4rem;
  --font_h6: 2rem;
}

:root {
  --font_xl: 2rem;
  --font_lg: 1.8rem;
  --font: 1.6rem;
  --font_sm: 1.4rem;
  --font_xs: 1.2rem;
}

/* -- inner-padding -- */
:root {
  --ip: 10rem 0;
}

@media screen and (max-width: 1140px) {
  :root {
    --ip: 8rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --ip: 4rem 2rem;
    --line-height: 1.8;
  }
}

/* -- width -- */
:root {
  --max-width: 1140px;
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  font-family: var(--sans_serif);
}

#wrapper {
  overflow: hidden;
  position: relative;
}

/*========================================================================*\

$header

\*========================================================================*/

#headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
}

#headerInner #headContact {
  padding: 2rem 0;
}

#headerInner #headContact h3 {
  background: var(--primary-color);
  border-radius: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.5rem 2rem 0.7rem 2rem;
  margin: 0 0 1rem 0;
  line-height: 1;
  text-align: center;
}

#headerInner #headContact h3 span {
  color: var(--secondary-color);
}

#headerInner #headContact p {
  font-family: "Open Sans", system-ui;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1;
}

#headerInner #headContact p:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 23px;
  background-image: url(../images/ico_free.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#headerInner #headContact p .ss {
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}

@media screen and (max-width: 920px) {
  #headerInner h1 {
    width: 300px;
  }

  #headerInner h1 img {
    width: 100%;
  }

  #headerInner #headContact h3 {
    font-size: 1.4rem;
  }

  #headerInner #headContact p {
    font-size: 2.4rem;
  }

  #headerInner #headContact p .ss {
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
  }
}

/*========================================================================*\

$main

\*========================================================================*/

#topmain {
  background: url(../images/main.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

#topmain .mainInner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #topmain {
    background: url(../images/main.png) no-repeat center center;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
  }

  #topmain .mainInner {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
  }

  #topmain .mainInner h2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

/*========================================================================*\

$Co

\*========================================================================*/

#Co .sectionInner {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  padding: var(--ip);
}

#Co .sectionInner h2 {
  font-size: var(--font_h2);
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 700;
  line-height: 1.6;
}

#Co .sectionInner h2 .pink {
  font-size: 5.4rem;
  color: var(--primary-color);
}

#Co .sectionInner p .pink {
  color: var(--primary-color);
  font-weight: 700;
}

@media screen and (max-width: 1140px) {
  #Co .sectionInner h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }

  #Co .sectionInner h2 .pink {
    font-size: 4.4rem;
  }
}

/*========================================================================*\

$nayamiSection

\*========================================================================*/

#Co #nayamiSection .sectionInner {
  text-align: center;
}

#Co #nayamiSection .sectionInner h2 {
  position: relative;
  display: inline-block;
  text-align: center;
}

#Co #nayamiSection .sectionInner h2:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url(../images/ico_moyamoya.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -20px;
  top: 0;
}

#Co #nayamiSection .sectionInner p {
  margin-top: 0.5rem;
  font-size: var(--font_lg);
  font-weight: 700;
}

@media screen and (max-width: 1140px) {
  #Co #nayamiSection .sectionInner figure img {
    width: 100%;
  }

  #Co #nayamiSection .sectionInner p {
    font-size: var(--font);
  }
}

/*========================================================================*\

$priceSection

\*========================================================================*/

#Co #priceSection {
  background: #fcf0f0;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

#Co #priceSection .sectionInner {
  padding: 20rem 0;
}

#Co #priceSection .sectionInner h2 {
  margin-bottom: 3rem;
}

#Co #priceSection .sectionInner h2 .pink {
  position: relative;
}

#Co #priceSection .sectionInner h2 .pink:before {
  content: "";
  display: inline-block;
  width: 174px;
  height: 26px;
  background-image: url(../images/line.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: -1rem;
}

#Co #priceSection .sectionInner h3 {
  text-align: center;
  margin-bottom: 5rem;
}

#Co #priceSection .sectionInner .box02Inner {
  background: #ffffff;
  border-radius: 10px;
  border: 0.2rem solid var(--primary-color);
  width: 49%;
}

#Co #priceSection .sectionInner .box02Inner:nth-child(n + 3) {
  margin-top: 2rem;
}

#Co #priceSection .sectionInner h4 {
  font-size: 2.2rem;
  color: #ffffff;
  background: var(--primary-color);
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-weight: 700;
  padding: 0.2rem 0;
}

#Co #priceSection .sectionInner .itemBox {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 2rem;
}

#Co #priceSection .sectionInner .itemBox p {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

#Co #priceSection .sectionInner .itemBox .pointTxt {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1140px) {
  #Co #priceSection {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }

  #Co #priceSection .sectionInner {
    padding: 12rem 2rem 8rem 2rem;
  }
}

@media screen and (max-width: 800px) {
  #Co #priceSection h3 img {
    width: 100%;
  }
}

/*========================================================================*\

$priceSection

\*========================================================================*/

#Co #planSection .sectionInner .heading {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}

#Co #planSection .sectionInner h2 {
  line-height: 1;
  margin-bottom: 5rem;
}

#Co #planSection .sectionInner .pink {
  font-size: 3.5rem;
}

#Co #planSection .sectionInner .big {
  font-size: 8rem;
}

#Co #planSection .sectionInner .sliderBox {
  margin: 0 calc(50% - 50vw) 5rem calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

#Co #planSection .sectionInner .swiper-wrapper {
  max-width: 1140px;
  width: 100%;
}

#Co #planSection .sectionInner .swiper-slide {
  border: 0.2rem solid var(--primary-color);
  padding: 6rem 4rem 4rem 4rem;
  border-radius: 10px;
  margin-bottom: 5rem;
}

#Co #planSection .sectionInner .itemBox {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.priceBox {
  grid-area: 1 / 1 / 2 / 2;
}
.imageBox {
  grid-area: 1 / 2 / 3 / 3;
}
.tblBox {
  grid-area: 2 / 1 / 3 / 2;
}

#Co #planSection .sectionInner .priceBox .sub {
  font-size: 2.2rem;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
}

#Co #planSection .sectionInner .priceBox h2 {
  font-size: 4.5rem;
  text-align: left;
  margin-bottom: 2rem;
}

#Co #planSection .sectionInner .priceBox .area {
  background: var(--primary-color);
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem;
}

#Co #planSection .sectionInner .priceBox .price:before {
  content: "関東";
  display: inline-block;
  width: 62px;
  height: 40px;
  background: var(--primary-color);
  background-size: contain;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 2rem;
}

#Co #planSection .sectionInner .priceBox .price {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

#Co #planSection .sectionInner .priceBox .price .big {
  font-size: 5.6rem;
  color: var(--primary-color);
  margin: 0 0.5rem;
}

#Co #planSection .sectionInner .priceBox ul {
  margin-bottom: 2rem;
}

#Co #planSection .sectionInner .basic .priceBox .check li,
#Co #planSection .sectionInner .large .priceBox .check li {
  margin-bottom: 7.3rem;
}

#Co #planSection .sectionInner .priceBox li {
  width: 100%;
  font-weight: 500;
  position: relative;
  padding-left: 2.8rem;
}

#Co #planSection .sectionInner .priceBox li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/icon_check.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

#Co #planSection .sectionInner .tblBox table {
  margin: 0;
}

#Co #planSection .sectionInner .imageBox {
  margin-left: 3rem;
}

#Co #planSection .sectionInner .tblBox th,
#Co #planSection .sectionInner .tblBox td {
  font-size: 1.4rem;
  padding: 1rem;
  line-height: 1.4;
}

#Co #planSection .sectionInner .zirei_btn {
  padding: 1.2rem 1rem;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  width: 80%;
  font-weight: 700;
  color: var(--primary-color);
  margin: 3rem auto 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1.8;
}

#Co #planSection .sectionInner .zirei_btn:hover {
  color: #ffffff;
  background: var(--primary-color);
}

#Co #planSection .sectionInner .zirei_btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_service_orange.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

#Co #planSection .sectionInner .zirei_btn:hover:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_service.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

#Co #planSection .sectionInner .zireiBox {
  display: none; /* デフォルトは非表示 */
  margin: 3rem 0 0 0;
}

#Co #planSection .sectionInner .zireiBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#Co #planSection .sectionInner .zireiBox li {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#Co #planSection .sectionInner .zireiBox p {
  text-align: center;
  font-size: 1.4rem;
}

#Co #planSection .sectionInner .zireiBox.active {
  display: block; /* activeクラスが付いたら表示 */
}

#Co #planSection .sectionInner .type {
  background: #f8dfdb;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 20px 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 0.2rem 2rem;
  position: absolute;
}

#Co #planSection .sectionInner .swiper-button-prev,
#Co #planSection .sectionInner .swiper-button-next {
  height: 50px;
  width: 50px;
  transform: translateY(-50%);
  position: absolute;
}

#Co #planSection .sectionInner .swiper-button-prev {
  left: calc(50% - 645px) !important;
}

#Co #planSection .sectionInner .swiper-button-next {
  right: calc(50% - 645px) !important;
}

/* 前へ次への矢印カスタマイズ */
#Co #planSection .sectionInner .swiper-button-prev::after,
#Co #planSection .sectionInner .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 前への矢印カスタマイズ */
#Co #planSection .sectionInner .swiper-button-prev::after {
  background-image: url(../images/ico_prev.png);
}

/* 次への矢印カスタマイズ */
#Co #planSection .sectionInner .swiper-button-next::after {
  background-image: url(../images/ico_next.png);
}

/* 画像サイズ調整 */
#Co #planSection .sectionInner .swiper-slide img {
  height: auto;
  width: 100%;
}

#Co #planSection .sectionInner .swiper-pagination-bullet {
  background-color: var(--primary-color);
  height: 14px;
  width: 14px;
}

#Co #planSection .sectionInner .packBox {
  padding: 5rem 3rem;
  background: url(../images/ico_plan.png) no-repeat 95% bottom
    rgba(255, 215, 0, 0.1);
}

#Co #planSection .sectionInner .packBox .heading {
  margin-bottom: 4rem;
}

#Co #planSection .sectionInner .packBox .box02:before {
  content: "";
  display: inline-block;
  width: 212px;
  height: 58px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8rem;
}

#Co #planSection .sectionInner .packBox .box02Inner h4 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  background: var(--primary-color);
  color: #fff;
  line-height: 1;
  padding: 1.5rem 0;
  position: relative;
}

#Co #planSection .sectionInner .packBox .box02Inner h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid var(--primary-color);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

#Co #planSection .sectionInner .packBox .box02Inner h4 .yellow {
  color: var(--secondary-color);
}

#Co #planSection .sectionInner .packBox .box02Inner:first-child h4 {
  background: var(--tertiary-color);
}

#Co #planSection .sectionInner .packBox .box02Inner:first-child h4:before {
  border-top: 15px solid var(--tertiary-color);
}

#Co #planSection .sectionInner .packBox .box02Inner .packBoxInner {
  background: #fff;
  padding: 3rem;
}

#Co #planSection .sectionInner .packBox .box02Inner .packBoxInner .pink {
  font-size: 1.6rem;
}

#Co #planSection .sectionInner .packBox .box02Inner .packBoxInner p {
  margin-bottom: 1rem;
}

#Co #planSection .sectionInner .packBox .catch {
  font-size: 3.2rem;
  margin-top: 9rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

#Co #planSection .sectionInner .packBox .catch .dot {
  font-size: 3.2rem;
  color: var(--primary-color);
}

#Co #planSection .sectionInner .packBox .catch .dot::before {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 0.4rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 0.4rem;
}

@media screen and (max-width: 1140px) {
  #Co #planSection .sectionInner .heading {
    font-size: 2.5rem;
  }

  #Co #planSection .sectionInner .pink {
    font-size: 3.5rem;
  }

  #Co #planSection .sectionInner .big {
    font-size: 7rem;
  }

  #Co #planSection .sectionInner .swiper-slide {
    width: 85% !important;
  }

  #Co #planSection .sectionInner .box02 {
    margin-bottom: 0;
  }

  #Co #planSection .sectionInner .swiper-button-prev,
  #Co #planSection .sectionInner .swiper-button-next {
    height: 40px;
    width: 40px;
  }

  #Co #planSection .sectionInner .swiper-button-prev {
    left: 20px !important;
  }

  #Co #planSection .sectionInner .swiper-button-next {
    right: 20px !important;
  }

  /* 前へ次への矢印カスタマイズ */
  #Co #planSection .sectionInner .swiper-button-prev::after,
  #Co #planSection .sectionInner .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }

  #Co #planSection .sectionInner .packBox .box02Inner h4 {
    font-size: 1.8rem;
  }

  #Co #planSection .sectionInner .packBox .catch {
    font-size: 2.6rem;
  }

  #Co #planSection .sectionInner .packBox .catch .dot {
    font-size: 2.6rem;
  }
}

/*========================================================================*\

$tokutyoSection

\*========================================================================*/

#Co #tokutyoSection {
  background: var(--primary-color);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}

#Co #tokutyoSection #tokutyoArea {
  background-image: url(../images/blob_01.png), url(../images/blob_02.png),
    url(../images/blob_03.png), url(../images/blob_04.png);
  background-repeat: no-repeat;
  background-size: 20%, 22%, 30%, 20%;
  background-position: left 50px, right 20%, 3% 85%, 90% 85%;
}

#Co #tokutyoSection .sectionInner {
  padding: 20rem 0 10rem 0;
}

#Co #tokutyoSection .sectionInner h2 {
  color: #ffffff;
}

#Co #tokutyoSection .sectionInner h2 .pink {
  color: #ffffff;
  font-size: 5rem;
  position: relative;
}

#Co #tokutyoSection .sectionInner h2 .pink:before {
  content: "";
  display: inline-block;
  width: 142px;
  height: 11px;
  background-image: url(../images/line_02.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -1.5rem;
  bottom: 0;
}

#Co #tokutyoSection .tokutyoBox {
  padding: 5rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
}

#Co #tokutyoSection .tokutyoBox .box02 {
  align-items: center;
  margin-bottom: 0;
}

#Co #tokutyoSection .tokutyoBox:last-child {
  margin-bottom: 0;
}

#Co #tokutyoSection .tokutyoBox h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 7.4rem;
}

#Co #tokutyoSection .tokutyoBox h3::before {
  border: 2px solid #e25e4f;
  border-radius: 100vw;
  color: #e25e4f;
  content: "01";
  display: block;
  font-size: 3rem;
  font-weight: 700;
  height: 58px;
  left: 0;
  line-height: 51px;
  position: absolute;
  text-align: center;
  top: calc(50% - 29px);
  width: 58px;
}

#Co #tokutyoSection .tokutyoBox:nth-of-type(2) h3::before {
  content: "02";
}

#Co #tokutyoSection .tokutyoBox:nth-of-type(3) h3::before {
  content: "03";
}

#Co #tokutyoSection .tokutyoBox:nth-of-type(4) h3::before {
  content: "04";
}

#Co #tokutyoSection .tokutyoBox h3 .pink {
  color: var(--primary-color);
}

#Co #tokutyoSection .tokutyoBox p {
  font-weight: 700;
}

#Co #tokutyoSection .tokutyoBox figure {
  max-width: 480px;
}

@media screen and (max-width: 1140px) {
  #Co #tokutyoSection .sectionInner {
    padding: 20rem 2rem 10rem 2rem;
  }
}

/*========================================================================*\

$footer

\*========================================================================*/

footer {
  padding: 4rem 0;
  margin-bottom: 120px;
}

footer p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

/*========================================================================*\

$fixfoot

\*========================================================================*/

#fixfoot {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4rem 0 2rem 0;
  z-index: 100;
}

#fixfoot ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fixfoot li {
  width: 48%;
  line-height: 1.4;
}

#fixfoot li a {
  background: #ff6a59;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  border-radius: 600px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  padding-left: 9.1rem;
}

#fixfoot li a:hover {
  opacity: 0.8;
}

#fixfoot li a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

#fixfoot li a .ss {
  font-size: 1.4rem;
}

#fixfoot li a .title {
  position: relative;
}

#fixfoot li a .title:before {
  content: "";
  display: inline-block;
  width: 81px;
  height: 31px;
  background-image: url(../images/logo_f.png);
  background-size: contain;
  position: absolute;
  left: -9.1rem;
  bottom: -0.4rem;
}

#fixfoot li:last-child a {
  background: var(--primary-color);
  padding-left: 7.5rem;
}

#fixfoot li:last-child a .title:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 80px;
  background-image: url(../images/ico_phone.png);
  background-size: contain;
  position: absolute;
  left: -7.5rem;
  bottom: -0.8rem;
}
