@font-face {
  font-family: "MaruFoPro Medium";
  src: url("../fonts/MaruFoPro-Medium.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaruFoPro Bold";
  src: url("../fonts/MaruFoPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #755046;
  overflow-x: hidden;
}

.section-1__content {
  display: flex;
  padding: 0;
}
.section-1__image {
  height: 700px;
}
.section-1__image img {
  object-fit: cover;
  object-position: left center;
  width: 100vw;
  height: 100%;
}

.section-1__title {
  font-family: kozuka-gothic-pr6n, sans-serif;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.section-1__title h1 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  position: relative;
  line-height: 2.2;
  letter-spacing: 9px;
  color: #755046;
  text-align: center;
  margin-bottom: 0;
  max-width: 250px;
}

/*.section-1__title h1 span {
  background-color: #F9D3D4;
}*/
.section-1__title h1::before {
  content: "";
  background-color: #755046;
  height: 3px;
  width: 291.5891px;
  position: absolute;
  top: -50px;
  left: 45%;
  transform: translateX(-50%);
}
.section-1__title h1::after {
  content: "";
  background-color: #755046;
  height: 3px;
  width: 291.5891px;
  position: absolute;
  bottom: -50px;
  left: 45%;
  transform: translateX(-50%);
}
.header-top {
  background-image: url("/images/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 564.5639px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-top h1 {
  font-size: 40.37px;
  line-height: 87.28px;
  text-align: center;
  margin-bottom: 0;
  background-color: #f9d3d4;
  border-top: 4.1351px solid #755046;
  border-bottom: 4.1351px solid #755046;
  padding: 82.7733px 71.2228px;
}
.header-text {
  position: relative;
  height: 107.2471px;
  background-color: #755046;
  color: #fff;
  font-size: 32.1234px;
  text-align: center;
  padding: 32.878px 0 42.2461px;
}
.header-text .text {
	font-family: "MaruFoPro Medium", sans-serif;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.header-text .images {
  display: inline-block;
  margin: -25px 25px 0;
}
.header-text img {
  width: 143.6346px;
}
.section-heading {
  font-family: "MaruFoPro Medium", sans-serif;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}
.section-heading.line::after {
  content: "";
  position: absolute;
  background-color: #cfc2be;
  height: 3px;
  width: 44.2802px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section-2 {
  height: 547.9694px;
  background: radial-gradient(#fff, #fffaef);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-2 .section-heading {
  line-height: 55px;
}
.section-2__content p {
  text-align: center;
  font-family: "MaruFoPro Medium", sans-serif;
  font-size: 16.5px;
  line-height: 43px;
  margin: 0 auto;
}

.section-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 163.2139px;
  padding-bottom: 206.3192px;
  margin: 0 auto;
}

.section-3__content {
  display: flex;
  justify-content: center;
}
.section-3__content .row {
  gap: 84.5614px;
}
.section-3__item {
  display: flex;
  flex-direction: column;
  width: 291.1549px;
}
.section-3__item p {
  font-family: "m-plus-1p", sans-serif;
  font-size: 20.68px;
  line-height: 42px;
  border-top: 2px dotted #755046;
  border-bottom: 2px dotted #755046;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 177.0092px;
  text-align: center;
}
.section-3__image {
  height: 183.3169px;
  text-align: center;
  margin-top: 108.2736px;
}
.section-3__image.icon-3 {
  padding-top: 16px;
}
.section-3__image img {
  width: 195.324px;
}
.section-3__image.icon-3 img {
  height: 82px;
}
.section-4 {
  padding-bottom: 301.2787px;
}
.section-4 .sub-heading {
  font-family: "m-plus-1p", sans-serif;
  font-size: 20.68px;
  line-height: 39px;
  letter-spacing: 1px;
  color: #595757;
  text-align: center;
  margin-top: 29px;
}
.section-4__content {
  max-width: 1000.2484px;
  margin: 98.9885px auto 84.3852px;
}
.section-4__content .row {
  gap: 104px;
}
.section-4__item {
  width: 263.9723px;
}
.section-4__item iframe {
  width: 100%;
}
.section-4__item p {
  font-family: "m-plus-1p", sans-serif;
  font-size: 18.86px;
  color: #595757;
  line-height: 31px;
  letter-spacing: -0.95px;
}
.section-4__item a {
  text-decoration: none;
  color: #755046;
  border-bottom: 2px solid #755046;
  font-size: 22.37px;
  padding-bottom: 17.0083px;
}
.section-4__item a span {
  /*background-color: #F9D3D4;*/
  margin-right: 30.8862px;
}
.section-4__item a img {
  width: 29.9583px;
  margin-bottom: 10px;
}
.btn-more {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  font-family: m-plus-1p, sans-serif;
  font-size: 27.5876px;
  color: #755046;
  background-color: #fff;
  padding: 14.7936px 157.3946px;
  border: 2px solid #755046;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.btn-more span {
  background-color: none;
}
.btn-more img {
  position: absolute;
  width: 35px;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
}
.section-5 {
  background-color: #fffaef;
  position: relative;
}
.section-5 h2 {
  font-family: "m-plus-1p", sans-serif;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.section-5 h2 span {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.section-5 h2::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30%;
  background-color: #755046;
  top: 40%;
  left: 0;
}
.section-5 h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30%;
  background-color: #755046;
  top: 50%;
  right: 0;
}
.section-5__item {
  padding-top: 147.9567px;
}
.section-5__text-area {
  padding: 8.1796px 0 0 51.0239px;
}
.section-5__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.section-5 .num {
  font-family: "m-plus-1p", sans-serif;
  font-size: 89px;
  /*background-color: #F9D3D4;*/
  -webkit-text-stroke: 1.2px #755046;
  color: transparent;
  line-height: 1;
}
.section-5 .num img {
  width: 100%;
}
.section-5 h3 {
  font-family: "MaruFoPro Medium", sans-serif;
  font-size: 29px;
  line-height: 52px;
  letter-spacing: -1px;
}
.section-5__description {
  position: relative;
}
.section-5__description img {
  position: absolute;
  width: 131.8585px;
  top: -25px;
}
.section-5__description p {
  font-size: 16.5px;
  line-height: 37px;
  font-family: m-plus-1p, sans-serif;
  color: #595757;
  letter-spacing: -0.2px;
  background-color: #fff;
  padding: 40.5468px 36.6276px;
  margin-bottom: 0;
  border-radius: 20px;
}
.section-6 {
  background-color: #fffaef;
  padding: 149.7359px 0 168.4346px;
}
.section-6__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-6 .section-heading {
  font-size: 29.56px;
  line-height: 51px;
  margin-bottom: 33.8738px;
}
.section-6 p {
  font-family: "m-plus-1p", sans-serif;
  color: #595757;
  font-size: 19.8px;
  line-height: 34.8px;
  margin-top: 16.7953px;
}

.footer {
  height: 245.5666px;
  background-color: #755046;
  text-align: center;
}

.logo {
  width: 180.7101px;
  margin-top: 43.1015px;
}

 
 .pc { display:inline; }
 .sp { display:none; }


/* X-Large devices (large desktops, 1200px and up) */

@media (max-width: 1199px) {
  body,
  p {
    line-height: 30px;
    font-size: 14px;
  }
  .section-3__item {
    width: auto;
  }
  .section-4__content .row {
    column-gap: 84px;
  }
  .section-5 h3 {
    font-size: 24px;
    line-height: 2;
    margin-top: 12px;
  }
  .section-5__description p {
    font-size: 18px;
    padding: 20px;
    line-height: 2;
  }
	.pc { display:none; }
.sp { display:inline; }
}

.section-1__image {
    height: auto;
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .section-1__title h1::before,
  .section-1__title h1::after {
    height: 2px;
  }
  .header-text .images {
    margin: 0 15px;
  }
  .header-text img {
    width: 126px;
  }
  .section-1__content {
    flex-direction: column;
  }
  .section-1__title h1::before {
    width: 50px;
    left: -50px;
    top: 50%;
  }
  .section-1__title h1::after {
    width: 50px;
    right: -70px;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: unset;
  }
  .section-1__title h1 {
    max-width: 100%;
  }
  .section-2 p br {
    display: none;
  }
  .section-3 {
    width: 100%;
    padding-bottom: 150px;
  }
  .section-3__item {
    width: 100%;
  }
  .section-4 {
    width: 100%;
    padding-bottom: 200px;
  }
  .section-4__content {
    margin: 60px 0;
  }
  .section-5 h2::before,
  .section-5 h2::after {
    width: 18%;
    z-index: 100;
  }
  .section-4__item {
    width: 100%;
  }
  .section-5 h3 {
    padding-left: 20px;
  }
  .section-5__item {
    padding-top: 60px;
  }
  .section-5__text-area {
    padding: 30px 20px;
    gap: 60px;
  }
  .footer {
    height: unset;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .logo {
    margin-top: 0;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 749px) {
  h2 {
    font-size: 24px !important;
  }
  .section-1__title h1::before,
  .section-1__title h1::after {
    height: 1px;
  }
  .section-heading {
    line-height: 1.8 !important;
    font-size: 2.4rem;
  }
  .sub-heading {
    font-size: 18px !important;
    margin-top: 20px !important;
  }
  .section-1__title {
    padding: 7px 0;
  }
  .section-1__title h1 {
    font-size: 12px;
    letter-spacing: 3.6px;
  }
	
.section-1__title h1::before {
  display: none;
}
.section-1__title h1::after {
  display: none;
}	
	/*
	
  .section-1__title h1::before {
    width: 36px;
    left: -30px;
  }
  .section-1__title h1::after {
    width: 36px;
    right: -50px;
  }
	*/
  .header-text {
    height: unset;
  }
  .header-text .text {
    font-size: 13.2px;
  }
  .header-text .text img {
    width: 74px;
  }
  .section-2 {
    height: unset;
    padding: 60px 0;
  }
  .section-2 .section-heading {
    line-height: 1.8;
    font-size: 3rem;
  }
  .section-2__content p {
    font-size: 16px;
    line-height: 2.3;
    max-width: 70%;
  }
  .section-3 {
    padding: 60px 0;
  }
  .section-3__content .row {
    gap: 40px;
  }
  .section-3__image {
    width: 30%;
    height: auto;
    margin: 40px auto;
  }
  .section-3__image img {
    width: 100%;
  }
  .section-3__content p {
    height: unset;
    font-size: 18px;
    line-height: 2.3;
    padding: 15px 0;
  }
  .section-4 {
    padding-bottom: 100px;
  }
  .section-5 h2 span {
    top: -8px;
  }
  .section-5__item {
    padding-top: 30px;
  }
  .section-5__text-area {
    padding: 10px 0;
    gap: 30px;
  }
  .section-5__text-area .num {
    font-size: 44px;
    letter-spacing: -0.73px;
  }
  .section-5__text-area h3 {
    font-size: 20px;
    line-height: 2.7;
    margin-left: 0;
    margin-top: 0;
    letter-spacing: 1px;
  }
  .section-4__item p {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .section-4__item a {
    font-size: 18px;
    border-bottom: 1px solid #755046;
    padding-bottom: 8px;
  }
  .section-4__item a img {
    width: 13px;
    margin-bottom: 2px;
  }
  .section-5__description img {
    position: absolute;
    width: 80px;
    top: -12px;
  }
  .section-5__description p {
    line-height: 2.3;
    padding: 13px 20px;
    font-size: 18px;
  }
  .section-6 {
    padding: 27px 0;
  }
  .btn-more {
    max-width: 81%;
    font-size: 18px;
    padding: 0px 50px;
    margin-top: 1px;
    letter-spacing: -0.1px;
  }
  .btn-more span {
    line-height: 1;
    margin: 5px 0;
  }
  .btn-more img {
    width: 21px;
    right: 6px;
  }
  .section-6 p {
    font-size: 8.7px;
    line-height: 1.4;
    max-width: 60%;
    margin-top: 7px;
  }
  .footer {
    padding-top: 36px;
  }
  .footer .logo {
    width: 90.355px;
    height: 24.512px;
  }
}

.section-1__image img {
	width: 100vw;}

/* Small devices  */
@media (max-width: 575px) {
  .header-text {
    padding: 35px 0;
  }
  .header-text .images {
    margin: 0 5px;
  }
  .header-text .text img {
    width: 70px;
  }
 .section-1__image img {
	width: 100vw;}
	
  .section-3__content .row {
    gap: 5px;
  }
  .section-4 {
    padding-bottom: 80px;
  }
  .section-4__content {
    margin: 40px 0;
  }
  .section-4__content .row {
    gap: 50px;
  }
  .section-5__image {
    height: 165px;
    overflow: hidden;
  }
  .section-5__image img {
    width: 100%;
  }
  .section-5 h2::before,
  .section-5 h2::after {
    width: 10%;
    z-index: 100;
  }

  .section-5 h2 span {
    position: revert;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1100px) {
  .adjust-pos {
    flex: 0 0 auto;
    width: auto;
    margin-left: 120px;
  }
}

@media (min-width: 1200px) {
  .adjust-pos {
    margin-left: 100px;
  }
}

@media (min-width: 1300px) {
  .adjust-pos {
    margin-left: 80px;
  }
}

@media (min-width: 1400px) {
  .adjust-pos {
    margin-left: 60px;
  }
}
