@charset "UTF-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
/* --------------------------------------------------------
variable
-------------------------------------------------------- */
/* --------------------------------------------------------
common
-------------------------------------------------------- */
img, object, embed, video {
  max-width: 100%;
}

img { /* 縮小画像がぼやけて表示される際の対策 */
  image-rendering: -webkit-optimize-contrast;
}

ul {
  padding-left: 0;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
  width: 100%;
}

/* スクロール時にふわっと表示 */
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

a img:hover {
  opacity: 0.5;
  transition: 0.6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ふわっと表示 */
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-size: 16px;
  line-height: 2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #FFFBE7;
  color: #5E3C0B;
  padding: 0;
  margin: 0;
}

p {
  font-family: "Kosugi Maru", sans-serif;
}

span.spBr {
  display: block;
}

/* --------------------------------------------------------
header
-------------------------------------------------------- */
.headerTop {
  width: 90vw;
  margin: 0 auto;
}

h1 {
  color: #5E3C0B;
  font-size: 21px;
}

h1 span.h1Txt {
  display: block;
  font-size: 13px;
}

h1 a {
  text-decoration: none;
  color: #5E3C0B;
}

.mainImg {
  position: relative;
}

.mainImg .circle {
  position: absolute;
  width: 100vw;
  height: 200px;
  border-radius: 50% 50% 0 0;
  background: center bottom #FFEBB7;
  bottom: 0;
  z-index: 0;
}

.mainImg img {
  display: block;
  position: relative;
  z-index: 1;
}

img.mainImg_pc,
.contactLink_pc {
  display: none;
}

/* --------------------------------------------------------
nav
-------------------------------------------------------- */
/* ハンバーガーボタン */
nav {
  width: 20%;
  position: relative;
}

.pc_tel {
  display: none;
}

.openBtn {
  position: fixed;
  z-index: 100;
  right: 2%;
  top: 3%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #F18A1B;
  border-radius: 100px;
}

.openBtn span { /*×に変化*/
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(1) {
  top: 19px;
}

.openBtn span:nth-of-type(2) {
  top: 28px;
}

.openBtn span:nth-of-type(3) {
  top: 37px;
}

.openBtn.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: 8px;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openBtn.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  top: 48px;
}

#g-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.6s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list { /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav a {
  color: #6A3906;
  font-size: 18px;
  font-weight: 500;
}

#g-nav ul {
  position: absolute;
  z-index: 99;
  top: 50vw;
  left: 10%;
  width: 75%;
  font-family: "Kosugi Maru", sans-serif;
}

#g-nav li {
  list-style: none;
  text-align: center;
  font-size: 1rem;
}

#g-nav li a {
  text-decoration: none;
  margin: 8%;
  padding: 0;
  display: block;
  letter-spacing: 0.1em;
}

/* --------------------------------------------------------
main
-------------------------------------------------------- */
main {
  text-align: center;
}

/* --------------------------------------------------------
section.about
-------------------------------------------------------- */
section.about {
  background: #FFEBB7;
}

section h2,
footer h2 {
  font-size: 1.4rem;
  line-height: 1.8em;
}

section h2,
footer h2 {
  position: relative;
}

.aboutIllust,
.aboutIllust2 {
  display: none;
}

/* --------------------------------------------------------
section.about
-------------------------------------------------------- */
section.about {
  padding: 8% 0 0;
}

section h2::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 50px;
  background-image: url(../img/txt_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: -8%;
  margin-left: -5%;
}

.featuresWrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.features {
  width: 90vw;
  margin: 0 auto;
  text-align: left;
}

.features img {
  display: block;
  width: 80vw;
  margin: 0 auto;
}

.features h3 {
  color: #EC7100;
  font-size: 20px;
  text-align: center;
}

.features:nth-of-type(2) h3 {
  color: #5A9A01;
}

.features:nth-of-type(3) h3 {
  color: #9D5603;
}

.circlebottom {
  width: 100vw;
  height: 100px;
  border-radius: 0 0 50% 50%;
  background: #FFEBB7;
}

/* --------------------------------------------------------
section.photo
-------------------------------------------------------- */
section.photo {
  position: relative;
  color: #fff;
  width: 72%;
  margin: 100px auto 30px;
  background-image: url(../img/img_04_sp.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15% 11% 19%;
}

section.photo img.photoIllust {
  position: absolute;
  width: 26%;
  top: -9%;
  right: 5%;
}

section.photo img.photoIllust2 {
  position: absolute;
  width: 37%;
  bottom: -9%;
  left: 5%;
}

section.photo img {
  display: block;
  margin: 10% auto;
}

section.photo h2::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 70px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../img/txt_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: -11%;
  margin-left: -8%;
}

section.photo p {
  text-align: left;
}

.photoBox {
  background: #fff;
  color: #569004;
  border-radius: 20px;
  overflow: hidden;
}

.photoBox h3 {
  display: inline-block;
  background: #71B018;
  border-radius: 5px;
  color: #fff;
  padding: 2% 3%;
}

.photoBox ul {
  text-align: left;
  padding-bottom: 5%;
}

.photoBox li {
  margin-left: 15%;
}

/* --------------------------------------------------------
section.ProductionCase
-------------------------------------------------------- */
section.ProductionCase {
  width: 85vw;
  margin: 0 auto;
  padding: 20% 0 35%;
}

section.ProductionCase h2::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 150px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../img/txt_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: -12%;
  margin-left: -10%;
}

section.ProductionCase h2 {
  color: #E77800;
  padding-bottom: 5%;
}

.caseWrapFlex {
  display: flex;
  flex-direction: column; /* 縦方向に並べるために指定 */
  gap: 50px;
}

.caseWrapFlex:nth-of-type(2) {
  margin-top: 30px;
}

.caseWrap {
  overflow: hidden;
}

.caseWrap a.caseA {
  display: inline-block;
  padding: 2% 8%;
  background-color: #fff;
  color: #E77800;
  border: 2px solid #E77800;
  border-radius: 30px;
  text-decoration: none;
}

/* --------------------------------------------------------
section.plan
-------------------------------------------------------- */
section.plan {
  position: relative;
  background: #FAEEC7;
  padding-bottom: 28%;
}

section.plan h2::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 45px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../img/txt_07.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: -5%;
  margin-left: -8%;
}

section.plan img,
section.plan h2,
section.plan h3 {
  position: relative;
  z-index: 1;
}

section.plan img.planFlower {
  position: absolute;
  width: 30%;
  top: 3%;
  right: 2%;
}

section.plan img.planFlower2 {
  position: absolute;
  width: 30%;
  bottom: 1%;
  left: 2%;
}

section.plan h2 {
  padding-top: 6%;
}

section.plan h3 {
  color: #578500;
  font-size: 23px;
}

section.plan h3:first-of-type {
  padding-top: 10%;
}

section.plan .original h3 {
  color: #EC7A00;
  font-size: 23px;
  margin-top: 10%;
}

section.plan p.planTxt {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

section.plan img {
  width: 40%;
}

.initialCost p:first-of-type,
.MonthlyCost p:first-of-type {
  display: inline-block;
  background: #93CC25;
  color: #fff;
  padding: 2% 5%;
  border-radius: 5px;
}

.original .initialCost p:first-of-type,
.original .MonthlyCost p:first-of-type {
  background: #F18A1B;
}

.initialCost,
.MonthlyCost {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.initialCost p,
.MonthlyCost p {
  margin: 10px 0;
}

.MonthlyCost {
  margin: 0 auto;
  padding-top: 20px;
}

.MonthlyCost p:first-of-type {
  background: #73A117;
}

.original .MonthlyCost p:first-of-type {
  background: #CD6E07;
}

section.plan .content {
  text-align: left;
}

.initialCost p:nth-of-type(2),
.MonthlyCost p:nth-of-type(2) {
  font-size: 25px;
  padding: 0;
}

/* スマートフォンの画面幅で表示を切り替える */
@media screen and (max-width: 768px) {
  section.plan .accordion-table {
    width: 90vw;
    margin: 20px auto 0;
  }
  section.plan .accordion-row {
    margin: 0 auto;
    text-align: left;
  }
  section.plan .accordion-table td {
    display: block;
    width: 90vw;
  }
  section.plan .accordion-header {
    display: block; /* 縦に並べるために変更 */
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    margin: 5px 0;
  }
  section.plan .accordion-content {
    padding: 0;
  }
}
section.plan table.accordion-table {
  width: 90%;
  margin: 1.5em auto;
  max-width: 100%;
}

section.plan table.accordion-table .toggle {
  display: none;
}

section.plan table.accordion-table .title,
section.plan table.accordion-table .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

section.plan table.accordion-table .title {
  padding: 1em 0 1em 2em;
  display: block;
  font-weight: bold;
  border-bottom: 5px solid #A6DE3B;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
}

section.plan table.accordion-table .originalTitle {
  border-bottom: 5px solid #FFC34F;
}

section.plan table.accordion-table .title::after,
section.plan table.accordion-table .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.5em;
  width: 2px;
  height: 0.75em;
  transition: all 0.3s;
}

section.plan table.accordion-table .title::after {
  transform: rotate(90deg);
}

section.plan table.accordion-table .content {
  max-height: 0;
  overflow: hidden;
}

section.plan table.accordion-table .acordionPadding {
  padding: 0 20px 20px;
}

section.plan table.accordion-table .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}

section.plan table.accordion-table .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

section.plan .circle {
  position: absolute;
  width: 100vw;
  height: 200px;
  border-radius: 0 0 50% 50%;
  background: top center #FFFBE7;
  top: -8%;
  z-index: 0;
}

p.period,
p.period2 {
  display: flex;
  justify-content: center;
  font-size: 20px;
  background: #FFF8EB;
}

p.period2 {
  display: flex;
  justify-content: center;
  font-size: 20px;
  background: #F3FFDB;
}

p.period span {
  display: block;
}

.original {
  position: relative;
  z-index: 1;
}

section.plan .circle2 {
  position: absolute;
  width: 100vw;
  height: 200px;
  border-radius: 50% 50% 0 0;
  background: center bottom #FFFBE7;
  bottom: -8%;
  z-index: 0;
}

p.tax {
  width: 90%;
  margin: 0 auto;
  text-align: right;
  color: #ec3939;
}

p.tax {
  margin-top: 5px;
}

/* --------------------------------------------------------
section.flow
-------------------------------------------------------- */
section#link5 {
  padding-bottom: 8%;
}
section#link5 h2 {
  color: #E77800;
}
section#link5 h2::before {
  background-image: url(../img/txt_08.webp);
  margin-top: -7%;
  margin-left: -8%;
  width: 45px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
}
section#link5 h3 {
  background: #FFAC5F;
  width: 60%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 50px;
}
section#link5 ul {
  width: 80%;
  margin: 3% auto;
  background: #fff;
  text-align: left;
  padding: 3% 3% 3% 8%;
  font-family: "Kosugi Maru", sans-serif;
  border-radius: 10px;
}
section#link5 ul li.kome::marker {
  content: "※";
}
section#link5 .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #5E3C0B;
  border-bottom: 0;
  margin: 0 auto 8%;
}

/* --------------------------------------------------------
section.qa
-------------------------------------------------------- */
section.qa {
  margin: 20% 0;
}

section.qa h2::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 45px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../img/txt_04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: -6%;
  margin-left: -8%;
}

.accordion {
  margin: 3em auto;
  max-width: 90%;
  text-align: left;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  padding: 1em 0;
  display: block;
  color: #5E3C0B;
  font-weight: bold;
  border-bottom: 1px solid #D8B581;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.8em;
  width: 2px;
  height: 0.75em;
  background-color: #C2934C;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  padding-top: 2%;
}

.content p {
  margin: 0;
  padding: 0.8em 1em;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.qaMark {
  padding-right: 2%;
  color: #C2934C;
}

/* --------------------------------------------------------
footer
-------------------------------------------------------- */
footer {
  position: relative;
  text-align: center;
  margin-top: 150px;
}

footer .circle {
  width: 100vw;
  height: 200px;
  border-radius: 50% 50% 0 0;
  background: center bottom #FFEBB7;
  z-index: 0;
}

img.footerIllust {
  position: absolute;
  width: 30%;
  top: -3%;
  left: 2%;
}

.footerWrap {
  position: absolute;
  top: 40%;
}

.footerContent {
  padding: 0 10%;
  margin: 0 auto;
  background: #FFEBB7;
}

footer h2 {
  text-align: center;
}

footer h2::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 9ch; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../img/txt_05.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-top: -8%;
  margin-left: -8%;
}

footer p {
  text-align: left;
}

footer .contactA,
footer .contactA{
  display: inline-block;
  padding: 2% 5%;
  margin: 0 auto;
  border-radius: 50px;
  background: #9B9074;
  color: #fff;
  text-decoration: none;
}

.contactBox {
  padding: 7% 8%;
  border-radius: 20px;
  background: #FFFBEF;
}

a.telLink:link {
  color: #482C04;
  font-size: 25px;
  text-decoration: none;
}

.companyTel {
  text-align: center;
}

.link {
  border: 1px solid #122A88;
  background: #fff;
  border-radius: 20px;
  padding: 3% 0 0;
  margin: 8% 0;
}

.link img {
  width: 80%;
  text-align: center;
}

small {
  display: block;
  margin-top: 8%;
}

.footerImg {
  background: #FFEBB7;
  line-height: 0;
}

img, picture, source {
  vertical-align: top;
}

/* タブレットレイアウト : 768px～。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  /*----------------------------------------------------------------------
  #pagetop
  ----------------------------------------------------------------------*/
  /*リンクを右下に固定*/
  #page-top {
    display: none;
  }
  /*　上に上がる動き　*/
  #page-top.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(150px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /*　下に下がる動き　*/
  #page-top.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(150px);
    }
  }
  .slidein {
    /* 装飾に関わるスタイルは省略 */
    margin: 0 auto;
    transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
  }
  .slide_left {
    transform: translateX(calc(-3vw - 50%));
  }
  .slide_right {
    transform: translateX(calc(3vw + 50%));
  }
  .show {
    transform: translateX(0);
  }
  /* --------------------------------------------------------
  common
  -------------------------------------------------------- */
  span.spBr {
    display: inline-block;
  }
  span.pcBr {
    display: block;
  }
  /* --------------------------------------------------------
  header
  -------------------------------------------------------- */
  .headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85vw;
    padding-top: 5px;
    margin: 0 auto;
  }
  h1 {
    font-size: 28px;
  }
  h1 span.h1Txt {
    font-size: 15px;
    padding-bottom: 10px;
  }
  h1 a:hover {
    opacity: 0.5;
    transition: 0.6s;
  }
  .mainImg {
    text-align: center;
  }
  .mainImg img {
    display: block;
    width: 980px;
    margin: 0 auto;
  }
  .mainImg .circle {
    width: 100%;
    height: 100px;
    border-radius: 50% 50% 0 0;
    padding-top: 450px;
    bottom: -150px;
  }
  img.mainImg_pc {
    display: block;
    position: absolute;
  }
  img.mainImg_pc:first-of-type {
    width: 21%;
    bottom: 20%;
    left: 50px;
  }
  img.mainImg_pc:last-of-type {
    width: 20%;
    bottom: 25%;
    right: 50px;
  }
  .contactLink_pc a:link,
  .contactLink_pc a:visited {
    color: #fff;
    text-decoration: none;
  }
  .contactLink_pc {
    display: inline-block;
    background: #92D338;
    border-radius: 5px;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    top: 30vh;
    left: auto;
    right: 0;
    width: 30px;
    height: auto;
    padding: 20px;
    z-index: 999;
    writing-mode: vertical-rl; /* 縦書きの右から左への書き順 */
    text-orientation: upright; /* 文字を直立させる */
  }
  .contactLink_pc:hover {
    opacity: 0.5;
    transition: 0.6s;
  }
  .contactA {
    color: #fff;
  }
  /* --------------------------------------------------------
  nav
  -------------------------------------------------------- */
  .openBtn {
    top: 30px;
  }
  #g-nav {
    width: 370px;
    border-radius: 30px 0 0 0;
  }
  #g-nav.panelactive #g-nav-list { /*ナビの数が増えた場合縦スクロール*/
    width: 370px;
  }
  #g-nav ul {
    top: 10%;
  }
  #g-nav li {
    text-align: left;
  }
  /* --------------------------------------------------------
  section.about
  -------------------------------------------------------- */
  section h2 {
    font-size: 35px;
  }
  .pc_w {
    width: 1200px;
    margin: 0 auto;
  }
  section h2,
  footer h2 {
    position: relative;
  }
  /* --------------------------------------------------------
  section.about
  -------------------------------------------------------- */
  .aboutPCWrap {
    position: relative;
  }
  section.about .aboutPCWrap h2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section.about {
    position: relative;
  }
  section h2::before {
    margin: -6% 0 0 -15px;
  }
  .featuresWrap {
    gap: 80px;
  }
  .features {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .features:first-of-type {
    padding-top: 80px;
  }
  .features:nth-of-type(2) .featuresTxt {
    order: 1;
  }
  .features:nth-of-type(2) img {
    order: 2;
  }
  .features img {
    width: 400px;
  }
  .features h3 {
    font-size: 28px;
    text-align: left;
    line-height: 1.7em;
  }
  .circlebottom {
    width: 100%;
    height: 250px;
  }
  .aboutIllust {
    display: block;
    width: 15vw;
    position: absolute;
    left: 0;
    top: 600px;
  }
  .aboutIllust2 {
    display: block;
    width: 15vw;
    position: absolute;
    right: 50px;
    bottom: 200px;
  }
  /* --------------------------------------------------------
  section.photo
  -------------------------------------------------------- */
  section.photo {
    width: 1100px;
    margin: 200px auto 30px;
    background-image: url(../img/img_04.webp);
    background-size: contain;
    padding: 80px 100px;
  }
  section.photo img.photoIllust {
    width: 174px;
    top: -200px;
  }
  section.photo img.photoIllust2 {
    width: 239px;
    bottom: -180px;
  }
  section.photo h2::before {
    width: 117px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    margin-top: -35px;
    margin-left: -35px;
  }
  section.photo h2 {
    font-size: 28px;
  }
  .photoContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .explanation {
    width: 700px;
  }
  section.photo ul {
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  section.photo li {
    width: 250px;
    padding-left: 0;
    margin-left: 0;
  }
  /* --------------------------------------------------------
  section.ProductionCase
  -------------------------------------------------------- */
  section.ProductionCase {
    padding: 200px 0;
  }
  .caseWrapFlex2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 50px;
  }
  .caseWrapFlex {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
  .caseWrapFlex:nth-of-type(2) {
    width: 800px;
    margin: 0 auto;
  }
  section.ProductionCase h2::before {
    margin-top: -30px;
    margin-left: -80px;
  }
  .caseWrap a.caseA {
    display: block;
    width: 150px;
    margin: 20px auto 0;
    padding: 2% 0;
  }
  .caseWrap a.caseA:hover {
    background-color: #E77800;
    color: #fff;
    transition: 0.6s;
  }
  /* --------------------------------------------------------
  section.plan
  -------------------------------------------------------- */
  .original {
    margin-bottom: 50px;
  }
  section.plan {
    padding-bottom: 150px;
  }
  section.plan h2::before {
    width: 70px; /*画像の幅*/
    margin-top: -30px;
    margin-left: -40px;
  }
  section.plan img.planFlower {
    width: 222px;
  }
  section.plan img.planFlower2 {
    width: 228px;
    bottom: 60px;
  }
  section.plan h3 {
    font-size: 32px;
  }
  section.plan h3:first-of-type {
    padding-top: 0px;
  }
  section.plan h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .dogIllst {
    position: relative;
  }
  section.plan p.planTxt {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  section.plan .original h3 {
    font-size: 35px;
  }
  section.plan .original h3 {
    padding-top: 0;
    margin-top: 100px;
  }
  section.plan img {
    width: 830px;
  }
  .initialCost {
    padding-top: 10px;
  }
  /* スマートフォンの画面幅で表示を切り替える */
  section.plan table {
    border-collapse: collapse; /* セルの境界線を取り込む */
    border-spacing: 0;
  }
  section.plan td, section.plan th {
    border: 1px solid #000; /* セルに境界線を設定（任意の線のスタイルと色を選択） */
    padding: 0; /* セル内の余白（任意の余白サイズを選択） */
  }
  section.plan td {
    width: 200px;
    height: 310px;
  }
  section.plan table.accordion-table {
    background: #fff;
    border-radius: 5px;
  }
  .original .accordion-table:first-of-type {
    width: 980px;
  }
  section.plan .template table.accordion-table {
    width: 1250px;
    padding-bottom: 50px;
  }
  .initialCost {
    gap: 8px;
  }
  section.plan .original table.accordion-table:last-of-type {
    margin-bottom: 0;
  }
  section.plan table, section.plan tr, section.plan td {
    border: 1px solid #8EC229;
  }
  section.plan table.accordion-header {
    margin: 0;
  }
  section.plan table.accordion-table .toggle {
    display: none;
  }
  section.plan table.accordion-table .title {
    border-bottom: none;
    background: #C3F561;
    text-align: center;
    border-radius: 0;
    padding: 1em 0;
  }
  section.plan table.accordion-table .accordion-content {
    padding: 0;
  }
  section.plan table.accordion-table .title::after,
  section.plan table.accordion-table .title::before {
    display: none;
  }
  section.plan table.accordion-table .content {
    max-height: 1000px;
  }
  section.plan table.accordion-table .acordionPadding {
    padding: 10px 30px 20px;
  }
  section.plan .template table.accordion-table .acordionPadding {
    padding: 10px 10px 20px;
  }
  section.plan .template {
    margin-bottom: 100px;
  }
  section.plan .original .accordion-table table, section.plan .original .accordion-table tr, section.plan .original .accordion-table td {
    border: 1px solid #D4934C;
  }
  section.plan .original .accordion-table .accordion-content {
    padding: 0;
  }
  section.plan .original .accordion-table .title {
    background: #FFCC6A;
  }
  section.plan .circle {
    width: 100%;
    height: 300px;
  }
  section.plan .circle2 {
    width: 100%;
    height: 300px;
  }
  p.tax {
    width: 980px;
    margin-top: 15px;
  }
  p.tax2 {
    width: 1200px;
    margin-top: 15px;
  }
  /* --------------------------------------------------------
  section.flow
  -------------------------------------------------------- */
  section#link5 h2::before {
    margin-top: -30px;
    margin-left: -60px;
    width: 80px; /*画像の幅*/
  }
  section#link5 .flowWrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }
  section#link5 .flowWrapAll {
    padding: 30px 0 0;
  }
  section#link5 h3 {
    position: absolute;
    width: 295px;
    padding: 20px 0;
    z-index: 2;
  }
  section#link5 ul {
    width: 650px;
    position: relative;
    padding: 0 0 0 350px;
    border-radius: 50px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 上下中央揃え */
  }
  section#link5 .triangle {
    margin: 0 auto;
  }
  /* --------------------------------------------------------
  section.qa
  -------------------------------------------------------- */
  section.qa {
    margin: 150px 0;
  }
  section.qa h2::before {
    width: 70px; /*画像の幅*/
    margin-top: -50px;
    margin-left: -30px;
  }
  .accordion {
    width: 1200px;
    margin: 0 auto;
    margin: 80px auto;
  }
  .title {
    cursor: pointer;
    font-size: 20px;
  }
  .original .title,
  .template .title {
    cursor: default;
  }
  /* --------------------------------------------------------
  footer
  -------------------------------------------------------- */
  footer {
    margin-top: 200px;
  }
  footer .circle {
    width: 100%;
    height: 300px;
  }
  img.footerIllust {
    width: 428px;
    top: -50px;
    left: 100px;
  }
  .footerWrap {
    width: 100%;
  }
  .footerContent {
    padding: 0;
  }
  footer h2 {
    font-size: 35px;
  }
  footer h2::before {
    margin-top: -40px;
    margin-left: -20px;
  }
  footer .contactA {
    padding: 15px 30px;
  }
  .contactBox {
    width: 780px;
    margin: 80px auto 0;
    padding: 30px 150px;
  }
  .contactBox2 {
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .linkWrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  address {
    display: block;
    width: 580px;
  }
  footer .link {
    width: 400px;
  }
  .link {
    padding: 20px 0 0;
    margin: 70px 0;
  }
  small {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-style: normal;
  }
  .footerImg {
    text-align: right;
  }
}
@media (max-width: 1366px) {
  img.mainImg_pc:first-of-type {
    display: none;
  }
  img.mainImg_pc:last-of-type {
    display: none;
  }
}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */ /*# sourceMappingURL=style.css.map */