/*------------------------------------------
  First View
------------------------------------------*/
.page-first-view {
  max-width: 1780px;
  width: 95%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 100px auto 0;
  padding: 3rem 0;

}

.page-first-view .inner {
  max-width: 1530px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.page-first-view .title {
  line-height: 1.5;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.page-first-view .title .jp {
  font-size: 34px;
  display: block;
  color: #34A1C6;
  font-weight: 900;
}

.page-first-view .title .en {
  font-size: 24px;
}

.page-8 .page-first-view .title {
  max-width: 100%;
}


@media only screen and (max-width: 1024px) {
  .page-first-view {
    border-top: none;
    padding: 0 0 1rem;
    margin: 70px auto 0;
  }

  .page-first-view .inner {
    flex-direction: column;
    gap: 1rem 0;
  }

  .page-first-view .title {
    max-width: 100%;
    text-align: left;
  }

  .page-first-view .title .jp {
    font-size: 24px;
  }

  .page-first-view .title .en {
    font-size: 20px;
  }

  .page-first-view .thumb {
    width: 100%;
  }

  .page-first-view .thumb img {
    width: 100%;
  }

  .page-13 .page-first-view .inner:after,
  .page-15 .page-first-view .inner:after {
    left: auto;
    right: 0;
    bottom: -1rem;
  }
}

@media only screen and (max-width: 600px) {

  .page-13 .page-first-view .inner:after,
  .page-15 .page-first-view .inner:after {
    width: 145px;
    height: 130px;
  }
}

/*------------------------------------------
  Content
------------------------------------------*/
/* Common */
.page-content {
  padding: 15rem 0 10rem;
}

@media only screen and (max-width: 1024px) {
  .page-content {
    padding: 7rem 0 5rem;
  }
}

/* About */
.section01 {}



.about-title {
  color: #333;

  font-family: "Rounded Mplus 1c";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  width: 387px;
  height: 98px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg1 {
  background: #EDD990;
}

.about-text {
  color: #333;
  font-family: "Rounded Mplus 1c";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;

}

.about-text01 {
  margin-top: 43px;
  width: max-content;
  margin-inline: auto;
  border-bottom: 2px solid #FBDACB;
}

.section02 {
  margin-top: 150px;
  padding-left: 22px;
}

.u-mr-max {
  margin-right: calc(50% - 50vw);
  background: #FAF7F0;
  padding-block: 40px 20px;
}

.section02 .about-title {
  margin-inline: 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;

}

.grid1 {
  max-width: 1300px;
  padding-inline: 90px;
  padding-block: 70px 40px;
  align-items: flex-start;
}

.u-ml-auto {
  margin-left: auto;
}

.about-content-item {}

.bg2 {
  background: #F2AC92;
  margin-left: 0;
}

.about-list {
  margin-left: 70px;
  color: #333;
  font-family: "Rounded Mplus 1c";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 20px;
}

.about-content-img {}

.section03 {
  margin-top: 75px;

}

.section03 .about-content {}

.section03 .about-content-item .about-title {
  margin-inline: 0;
  justify-content: flex-start;
}

.u-ml-max {
  margin-left: calc(50% - 50vw);
  background: #FAF7F0;

}

.bg3 {
  background: #9DDAA6;
}

.reverse .about-content-item {
  order: 2;
}

.reverse .about-content-img {
  order: 1;
}


@media only screen and (max-width: 1024px) {
  .about-title {
    width: 217px;
    height: 51px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.25;

  }

  .about-text {

    font-size: 14px;

    line-height: 3.21;

  }

  .about-text01 {
    margin-top: 23px;
    width: auto;
    text-align: center;
    border-bottom: none;
  }

  .section02 {
    margin-top: 57px !important;
    margin-left: 0;
    padding-left: 0;
  }

  .u-mr-max {
    margin: 0 calc(50% - 50vw);
    padding-block: 57px;
  }

  .section02 .about-title {
    margin-inline: auto;
  }

  .section02 .about-content-img {
    display: none;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;

  }

  .grid1 {
    max-width: 1300px;
    padding-inline: 25px;
    padding-block: 40px;
    align-items: flex-start;
  }

  .u-ml-auto {
    margin-left: auto;
  }

  .about-content-item {}

  .bg2 {
    background: #F2AC92;
    margin-left: 0;
  }

  .about-list {
    width: max-content;
    margin-inline: auto;
    font-size: 14px;

  }



  .section03 {
    margin-inline: 0px;

  }

  .section03 .about-content-item {
    order: 2;
  }

  .section03 .about-content-img {
    order: 1;
    margin-inline: auto;
  }

  .section03 .about-content-item .about-title {
    width: max-content;
    margin-inline: auto;
    text-align: center;

  }

  .section03 .about-content-item .about-text {
    text-align: center;
  }

  .u-ml-max,
  .u-mr-max {
    margin: 0 calc(50% - 50vw);

  }

  .section03 .u-mr-max {
    padding-block: 0;
  }

  .bg3 {
    background: #9DDAA6;
  }


}



/* Company */
.company-content {
max-width: 1780px;
margin-inline: auto;
width: 95%;
}

.company-content .inner{
width: auto;
margin-left: 0;
max-width: 1780px;
}

.company-content .u-mr-max {
  position: relative;
padding-top: 113px;

}

.company-content .u-mr-max:after{
  content: "";
  position: absolute;
  margin-right: calc(50% - 50vw);
  background: #FAF7F0;
  padding-block: 110px 140px;
margin-left: auto;
}

.company-content .m-list01 {
  max-width: 520px;
  width: 100%;
  margin: auto;
}

.u-fz35{
  font-size: 35px;
  margin-top: 169px;
}

@media only screen and (max-width: 1024px) {
  .u-fz35{
    font-size: 20px;
    margin-top: 100px;
  }
}



/* Contact */
.contact-content .flex-content {
  max-width: 360px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
}

.contact-content .section01 {
  font-size: 18px;
  text-align: center;
}

.contact-content .section02{
  margin-top: 10px;
}
.contact-content .complete-section {
  text-align: center;
}

.contact-content .complete-section .text01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5rem;
}

.contact-content .complete-section .text02 {
  margin-bottom: 5rem;
}

.contact-content .complete-section .m-button01 {
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .contact-content .section01 {
    font-size: 16px;
  }

  .contact-content .complete-section .text01 {
    font-size: 18px;
    margin-bottom: 3rem;
  }

  .contact-content .complete-section .text02 {
    font-size: 14px;
    margin-bottom: 3rem;
  }
}

/* Privacy Policy */
.privacy-content h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 3rem 0 1rem;
}

.privacy-content .ul01 {
  margin-top: 1rem;
}

.privacy-content .ul01 li {
  list-style: decimal;
  margin-left: 2rem;
  padding: 0.3rem 0;
}

.privacy-content .ul02 {
  margin: 1rem 0;
}

.privacy-content .ul02 li {
  margin-left: 6rem;
}

.privacy-content .ul03 li {
  margin-left: 10rem;
}

.privacy-content .ul03 {
  margin: 1rem 0;
}

/* Archive Single */
.single-content .date {
  font-size: 14px;
}

.single-content .title {
  font-size: 22px;
  font-weight: 600;
  margin: 1rem 0 2rem;
  line-height: 1.5;
}

.single-content .m-button01 {
  margin: 10rem auto 0;
}

.single-content .m-button01 a{
  border-color: #C5DECA;

}

.single-content .m-button01 a:hover{
  background: #C5DECA;
}

.archive-content,
.single-content,
.contact-content,
.privacy-content {
  background: #FAF7F0;
  margin-top: 41px;
  padding-top: 10rem;
}