@charset "UTF-8";
@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
  .main_img_sec {
    padding: 0 0 390px;
    position: relative;
    margin: 117px 0 0;
  }
}

.main_img {
  margin: 184px 0 0;
  height: 810px;
  background: url(../images/top/main_img_bk.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_img {
    margin: 0 0 0;
    background: url(../images/top/main_img_bk_sp.jpg) no-repeat center top -90px;
    background-size: cover;
    height: 400px;
    position: static;
  }
}
@media screen and (max-width: 500px) {
  .main_img {
    margin: 0 0 0;
    background: url(../images/top/main_img_bk_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 400px;
    position: static;
  }
}
.main_img .main_img_item {
  position: relative;
  padding: 0 30px;
  width: 100%;
  height: 810px;
  margin: 0 auto;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item {
    max-width: inherit;
    width: 100%;
    padding: 0;
    height: 450px;
    min-width: inherit;
    position: static;
    min-width: inherit;
    height: auto;
  }
}
.main_img .main_img_item .main_img_txt {
  max-width: 1500px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_txt {
    top: 10px;
    width: 94%;
    max-width: inherit;
    justify-content: center;
  }
}
.main_img .main_img_item .main_img_txt .main_img_txt_bk {
  text-align: center;
}
.main_img .main_img_item .main_img_txt .main_img_txt_01 {
  font-size: 4rem;
  margin: 0 0 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_txt .main_img_txt_01 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
  }
}
.main_img .main_img_item .main_img_txt .main_img_txt_01 .color01 {
  font-size: 5rem;
  color: #ba6b60;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_txt .main_img_txt_01 .color01 {
    font-size: 1.8rem;
  }
}
.main_img .main_img_item .main_img_txt .main_img_txt_02 {
  font-size: 11.4rem;
  color: #ba6b60;
  padding: 10px 30px 10px 0;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_txt .main_img_txt_02 {
    font-size: 4.1rem;
    padding: 3px 0 0;
    margin: 0 auto;
  }
}
.main_img .main_img_item .main_img_txt .main_img_txt_02 span {
  color: #333333;
  font-size: 9.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_txt .main_img_txt_02 span {
    font-size: 3.3rem;
  }
}
.main_img .main_img_item .main_img_01 {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 {
    max-width: inherit;
    bottom: inherit;
    position: static;
    left: inherit;
    transform: inherit;
    display: inline-block;
    padding: 0;
    bottom: inherit;
  }
}
.main_img .main_img_item .main_img_01 .main_img_sub {
  height: 410px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 .main_img_sub {
    position: absolute;
    top: 320px;
    width: calc(90% - 135px);
    left: 3%;
    max-width: 300px;
  }
}
.main_img .main_img_item .main_img_01 .main_img_sub img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 410px;
  border-radius: 42px;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 .main_img_sub img {
    height: 135px;
    border-radius: 12px;
  }
}
.main_img .main_img_item .main_img_01 ul {
  width: calc(67% - 30px);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul {
    flex-direction: column;
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main_img .main_img_item .main_img_01 ul li {
  background: #fff;
  border: 2px solid #814841;
  width: calc((100% - 20px) / 2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul li {
    width: 100%;
    border: 2px solid #ba6b60;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
  }
}
.main_img .main_img_item .main_img_01 ul li .main_img_01_txt_01 {
  position: absolute;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  background: #814841;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
  left: -2px;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_01 {
    padding: 0 20px;
    font-size: 1rem;
    margin: 0;
    height: 23px;
    top: -12px;
    left: -2px;
  }
}
.main_img .main_img_item .main_img_01 ul li .main_img_01_txt_01 .span_num {
  padding: 0;
  font-family: "Cinzel", serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_01 .span_num {
    font-size: 1.4rem;
    padding: 0;
  }
}
.main_img .main_img_item .main_img_01 ul li .main_img_01_txt_01 .span_hifun {
  padding: 0 6px;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_01 .span_hifun {
    padding: 0 4px;
  }
}
.main_img .main_img_item .main_img_01 ul li .main_img_01_txt_02 {
  font-size: min(1.6vw, 2.8rem);
  padding: 15px 0 15px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_02 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_02 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.main_img .main_img_item .main_img_01 ul li .main_img_01_txt_02 .color01 {
  font-size: min(1.8vw, 3.3rem);
  font-weight: 500;
  color: #ba6b60;
}
@media screen and (max-width: 1100px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_02 .color01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_01 ul li .main_img_01_txt_02 .color01 {
    font-size: 2.2rem;
  }
}
.main_img .main_img_item .main_img_02_wrap {
  max-width: 1800px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_02_wrap {
    max-width: inherit;
    left: inherit;
    transform: inherit;
    top: inherit;
    position: static;
    display: block;
  }
}
.main_img .main_img_item .main_img_02 {
  width: 255px;
  height: 255px;
  position: absolute;
  top: 340px;
  right: 30px;
  border-radius: 50%;
  background: #ba6b60;
  border: 3px solid #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_02 {
    width: 135px;
    height: 135px;
    border: 2px solid #fff;
    top: 320px;
    right: 3%;
  }
}
.main_img .main_img_item .main_img_02 .main_img_02_txt {
  color: #fff;
  font-size: 2.6rem;
  padding: 60px 0 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_02 .main_img_02_txt {
    font-size: 1.4rem;
    padding: 27px 0 10px;
    margin: 0 0 10px;
  }
}
.main_img .main_img_item .main_img_02 .main_img_02_txt::before {
  content: "";
  background: url(../images/top/icon_train.svg);
  background-size: cover;
  width: 30px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main_img .main_img_item .main_img_02 .main_img_02_txt::before {
    width: 15px;
    height: 22px;
  }
}

.sec01 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 30px 0 0;
  }
}
.sec01 .contents_full h2 {
  background: #ba6b60;
  font-size: 6.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 50px 0;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec01 .contents_full h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full h2 {
    font-size: 2.2rem;
    padding: 18px 0 23px;
  }
}
.sec01 .contents_full h2::before {
  content: "";
  background: #ba6b60;
  width: 800px;
  height: 100px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full h2::before {
    width: 130px;
    height: 30px;
    bottom: -29px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full h2 .br_sp {
    margin: 13px 0 0;
  }
}
.sec01 .contents_full h2 .h2_span {
  color: #ba6b60;
  font-size: 6.2rem;
  font-weight: 500;
  padding: 0 20px 5px;
  background: #fff;
  border-radius: 48px;
  margin: 0 10px 0;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full h2 .h2_span {
    font-size: 2.2rem;
    border-radius: 24px;
    padding: 2px 15px 5px;
  }
}
.sec01 .contents_full .sec01_conts {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts {
    padding: 40px 0 30px;
    max-width: inherit;
  }
}
.sec01 .contents_full .sec01_conts::before {
  content: "";
  background: url(../images/top/sec01_bk_01.svg);
  background-size: cover;
  width: 261px;
  height: 437px;
  position: absolute;
  left: -310px;
  bottom: -140px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts::before {
    left: -60px;
    top: 25px;
    bottom: inherit;
    transform: inherit;
  }
}
.sec01 .contents_full .sec01_conts::after {
  content: "";
  background: url(../images/top/sec01_bk_02.svg);
  background-size: cover;
  width: 261px;
  height: 437px;
  position: absolute;
  right: -310px;
  bottom: -180px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts::after {
    content: none;
  }
}
.sec01 .contents_full .sec01_conts ul {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts ul {
    flex-direction: column;
    gap: 10px;
    width: 94%;
    margin: 0 auto;
  }
}
.sec01 .contents_full .sec01_conts ul li {
  font-size: 3.2rem;
  width: 45%;
  border: 3px solid #d5cecd;
  position: relative;
  padding: 15px 0 15px 100px;
  transition: all 0.3s;
  background: #fff;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.sec01 .contents_full .sec01_conts ul li:nth-child(even) {
  width: calc(55% - 20px);
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts ul li:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts ul li {
    width: 100%;
    font-size: 1.8rem;
    padding: 15px 0 15px 55px;
    border: 2px solid #d5cecd;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
  }
}
.sec01 .contents_full .sec01_conts ul li::before {
  content: "";
  background: url(../images/top/sec01_icon.svg);
  background-size: cover;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .sec01_conts ul li::before {
    width: 24px;
    height: 24px;
    left: 15px;
  }
}

.sec02 {
  background: #eceae4;
  overflow: hidden;
  position: relative;
}
.sec02::before {
  content: "";
  background: #ba6b60;
  width: 800px;
  height: 100px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec02::before {
    width: 130px;
    height: 30px;
  }
}
.sec02 .contents_full {
  background: url(../images/top/sec02_img_01.png) no-repeat right center;
  background-size: contain;
  padding: 90px 0 65px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full {
    padding: 65px 0 30px;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full::before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    width: 1018px;
    height: 1018px;
    border-radius: 50%;
    position: absolute;
    left: -530px;
    bottom: -740px;
  }
}
.sec02 .contents_full .contents {
  position: relative;
}
.sec02 .contents_full .contents::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1900px;
  height: 1900px;
  border-radius: 50%;
  position: absolute;
  left: -1030px;
  bottom: -1660px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents::before {
    left: inherit;
    bottom: inherit;
    width: 354px;
    height: 354px;
    right: -220px;
    top: -130px;
  }
}
.sec02 .contents_full .contents .sec02_conts {
  position: relative;
  width: 1000px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 40px 40px;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid #42210b;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts {
    width: 100%;
    padding: 20px;
  }
}
.sec02 .contents_full .contents .sec02_conts .sec02_conts_tit {
  text-align: center;
  position: relative;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_tit {
    padding: 40px 0 0;
  }
}
.sec02 .contents_full .contents .sec02_conts .sec02_conts_tit::before {
  content: "";
  background: url(../images/top/icon_kensa_01.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_tit::before {
    width: 30px;
    height: 30px;
  }
}
.sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_01 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  color: #42210b;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_01 {
    font-size: 1.6rem;
  }
}
.sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.4rem;
  border-bottom: 3px dotted #814841;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_02 {
    font-size: 2.8rem;
    display: inline;
    line-height: 1.75;
  }
}
.sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_02 .color01 {
  font-size: 4.8rem;
  color: #ba6b60;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_02 .color01 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_tit .sec02_conts_tit_txt_02 .br_sp {
    display: inline-block;
  }
}
.sec02 .contents_full .contents .sec02_conts .sec02_conts_txt {
  padding: 20px 0 0;
  font-size: 1.8rem;
  line-height: 2;
  color: #42210b;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sec02_conts .sec02_conts_txt {
    font-size: 1.5rem;
  }
}
.sec02 .contents_full .contents .sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full .contents .sp_img {
    display: block;
    margin: 20px 0 0;
    position: relative;
  }
}

.sec_contact {
  background: #ba6b60;
}
.sec_contact .contents {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents {
    padding: 40px 0 30px;
  }
}
.sec_contact .contents .contact_conts h2 {
  font-size: 5.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts h2 {
    font-size: 2.8rem;
  }
}
.sec_contact .contents .contact_conts h2::before {
  content: "CONTACT";
  font-size: 9.6rem;
  font-family: "Cinzel", serif;
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts h2::before {
    top: -25px;
    font-size: 5rem;
  }
}
.sec_contact .contents .contact_conts .contact_conts_read {
  font-size: 2.4rem;
  position: relative;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 40px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_conts_read {
    font-size: 1.8rem;
    margin: 20px auto 25px;
  }
}
.sec_contact .contents .contact_conts .contact_conts_read::before {
  content: "";
  background: #fff;
  width: 200px;
  height: 1px;
  position: absolute;
  left: -220px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_conts_read::before {
    content: none;
  }
}
.sec_contact .contents .contact_conts .contact_conts_read::after {
  content: "";
  background: #fff;
  width: 200px;
  height: 1px;
  position: absolute;
  right: -220px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_conts_read::after {
    content: none;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap {
    width: 92%;
    flex-direction: column;
    gap: 10px;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box {
  width: 320px;
  background: #fff;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box::before {
  content: "";
  background: transparent;
  width: calc(100% - 8px);
  height: 242px;
  position: absolute;
  border: 1px solid #ba6b60;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box::before {
    height: calc(100% - 8px);
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box h3 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box h3 {
    font-size: 1.7rem;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box h3::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box .link_btn {
  position: relative;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box .link_btn .link_btn_a {
  width: 235px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box .link_btn .link_btn_a {
    width: 280px;
    height: 68px;
    margin: 72px 0 0;
    border-radius: 34px;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box .link_btn .link_btn_a::before {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box .link_btn .link_btn_a .link_btn_txt_03 {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box .link_btn .link_btn_a:hover {
    opacity: 0.7;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 h3 {
  color: #ba6b60;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 h3::before {
  content: "";
  background: #ba6b60;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 h3::after {
  width: 36px;
  height: 36px;
  bottom: -73px;
  -webkit-mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ba6b60;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 h3::after {
    display: none;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel {
  display: flex;
  flex-direction: column;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel {
    pointer-events: all;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel .link_btn_txt_01 {
  display: block;
  font-size: 1.8rem;
  color: #ba6b60;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel .link_btn_txt_01 {
    display: none;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel .link_btn_txt_02 {
  display: block;
  font-size: 3.2rem;
  color: #ba6b60;
  line-height: 1;
  border-bottom: 4px double #ba6b60;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel .link_btn_txt_02 {
    border-bottom: none;
    font-size: 2.5rem;
    color: #fff;
    padding: 0 30px 0 70px;
    margin: 30px 0 0;
    background: #ba6b60;
    height: 68px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_01 .link_btn .link_btn_tel .link_btn_txt_02::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/common/icon_tel_sp.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/common/icon_tel_sp.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    /*変更したい色をここに書く*/
    background-color: #fff;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_02 h3 {
  color: #814841;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_02 h3::before {
  content: "";
  background: #814841;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_02 h3::after {
  width: 48px;
  height: 48px;
  bottom: -86px;
  -webkit-mask-image: url(../images/common/icon_conv_01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_conv_01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #814841;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_02 h3::after {
    width: 40px;
    height: 40px;
    bottom: -65px;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_02 .link_btn .link_btn_a {
  background: #563730;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_03 h3 {
  color: #a13757;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_03 h3::before {
  content: "";
  background: #a13757;
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_03 h3::after {
  width: 50px;
  height: 38px;
  bottom: -82px;
  -webkit-mask-image: url(../images/common/icon_conv_02.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/common/icon_conv_02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #a13757;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_03 h3::after {
    width: 40px;
    height: 30px;
    bottom: -58px;
  }
}
.sec_contact .contents .contact_conts .contact_link_box_wrap .contact_link_box.contact_link_box_03 .link_btn .link_btn_a {
  background: #a13757;
}
.sec03 {
  background: #eceae4;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 40px 0 30px;
  }
}
.sec03 .contents_full {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full::before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    right: -140px;
    bottom: 80px;
  }
}
.sec03 .contents_full .contents {
  position: relative;
}
.sec03 .contents_full .contents::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1460px;
  height: 1460px;
  border-radius: 50%;
  position: absolute;
  left: -1200px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .contents::before {
    width: 250px;
    height: 250px;
    left: -120px;
    top: -130px;
  }
}
.sec03 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec03 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec03 .contents_full .contents h2::after {
  content: "DISEASE";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap {
    max-width: inherit;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01_bk {
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: 1600px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01_bk {
    max-width: inherit;
    display: block;
    margin: 60px auto 0;
    width: 94%;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01_bk::before {
  content: "";
  background: #d5cecd;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01_bk::before {
    content: "";
    background: #d5cecd;
    width: 94%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 {
  max-width: 1600px;
  width: 100%;
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 {
    max-width: inherit;
    padding: 20px 20px 60px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #d5cecd;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01::before {
  content: "";
  background: url(../images/top/sec03_img_01.jpg) no-repeat;
  background-size: cover;
  width: 780px;
  height: 100%;
  position: absolute;
  left: 820px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01::before {
    content: none;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul {
  width: 750px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul {
    width: 100%;
    margin: 0 auto;
    gap: 20px 0;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul li {
  padding: 0 0 0 50px;
  font-size: 3.2rem;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul li {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul li:nth-child(even) {
  width: 55%;
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul li::before {
  content: "";
  background: url(../images/top/sec03_icon_01.svg);
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 ul li::before {
    width: 18px;
    height: 18px;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 .sec03_conts_02 {
  width: 750px;
  margin: 30px 0 0;
  padding: 20px 20px 20px 80px;
  border: 1px solid #42210b;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 .sec03_conts_02 {
    display: none;
  }
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 .sec03_conts_02::before {
  content: "";
  background: #814841;
  background-size: cover;
  width: 55px;
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 11px 0 0 11px;
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 .sec03_conts_02::after {
  content: "";
  background: url(../images/top/sec03_icon_02.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.sec03 .contents_full .sec03_conts_01_wrap .sec03_conts_01 .sec03_conts_02 .sec03_conts_02_txt {
  font-size: 2rem;
  line-height: 2;
}
.sec03 .contents_full .sec03_sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_sp_img {
    display: block;
    width: 88%;
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .sec03 .contents_full .sec03_sp_img::before {
    content: "";
    background: #d5cecd;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -8px;
    top: 8px;
    z-index: -1;
  }
}
.sec03 .contents_full .sec03_conts_02_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec03 .contents_full .sec03_conts_02_sp {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 50px 15px 15px 15px;
    border: 1px solid #814841;
    border-radius: 12px;
    position: relative;
    background: #fff;
  }
}
.sec03 .contents_full .sec03_conts_02_sp::before {
  content: "";
  background: #814841;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 11px 11px 0 0;
}
.sec03 .contents_full .sec03_conts_02_sp::after {
  content: "";
  background: url(../images/top/sec03_icon_02.svg) no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03 .contents_full .sec03_conts_02_sp .sec03_conts_02_txt {
  font-size: 1.4rem;
  line-height: 2;
}

.sec04 {
  padding: 120px 0 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 60px 0 30px;
  }
}
.sec04::before {
  content: "";
  background: rgba(228, 198, 194, 0.4);
  height: 950px;
  width: 395px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04::before {
    height: 215px;
    width: 115px;
  }
}
.sec04::after {
  content: "";
  background: rgba(228, 198, 194, 0.4);
  height: 950px;
  width: 395px;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec04::after {
    height: 215px;
    width: 115px;
  }
}
.sec04 .contents_full {
  position: relative;
}
.sec04 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec04 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec04 .contents_full .contents h2::after {
  content: "REASON";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec04 .contents_full .contents h3 {
  background: #814841;
  font-size: 3.2rem;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents h3 {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
.sec04 .contents_full .contents h3 span {
  color: #fff;
}
.sec04 .contents_full .contents .color01 {
  color: #ba6b60;
}
.sec04 .contents_full .contents .sec04_conts_01 {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_01 {
    margin: 60px auto 0;
  }
}
.sec04 .contents_full .contents .sec04_conts_01 table {
  width: 100%;
  margin: 30px auto 0;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_01 table {
    margin: 20px auto 0;
  }
}
.sec04 .contents_full .contents .sec04_conts_01 table tr th {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #f8f3f4;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_01 table tr th {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.sec04 .contents_full .contents .sec04_conts_01 table tr td {
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_01 table tr td {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.sec04 .contents_full .contents .sec04_conts_01 table tr:nth-child(2) td {
  background: #fff;
}
.sec04 .contents_full .contents .sec04_conts_01 table tr:nth-child(3) td {
  background: #e8e3e2;
}
.sec04 .contents_full .contents .sec04_conts_01 table tr:nth-child(4) td {
  background: #f9eeed;
}
.sec04 .contents_full .contents .sec04_conts_01 .sec04_conts_01_cap {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_01 .sec04_conts_01_cap {
    font-size: 1rem;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 {
    margin: 30px auto 0;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box {
    margin: 20px auto 0;
    flex-direction: column;
    gap: 20px;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item {
  width: 525px;
  border: 1px solid #42210b;
  padding: 10px 10px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item {
    width: 100%;
    padding: 10px 10px 20px;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item.sec04_conts_02_box_item_02 {
  border: 1px solid #ba6b60;
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item.sec04_conts_02_box_item_02 h4 {
  background: #ba6b60;
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item h4 {
  background: #814841;
  font-size: 2.4rem;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item h4 {
    font-size: 1.8rem;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item ul {
  margin: 40px auto 30px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item ul {
    margin: 15px auto;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item ul li {
  font-size: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item ul li {
    font-size: 1.8rem;
  }
}
.sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item .sec04_conts_02_box_img {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_conts_02 .sec04_conts_02_box .sec04_conts_02_box_item .sec04_conts_02_box_img {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_txt_sp_wrap {
    border: 2px solid #ba6b60;
    padding: 15px;
    margin: 30px 0 0;
    text-align: center;
    background: #fff;
  }
}
.sec04 .contents_full .contents .sec04_txt_01 {
  margin: 80px auto 0;
  font-size: 4.6rem;
  text-align: center;
  letter-spacing: 0.2em;
  border-bottom: 6px double #ba6b60;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_txt_01 {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0;
    font-size: 2rem;
    line-height: 2.5;
    text-align: center;
    align-items: center;
    gap: 7px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_txt_01 .br_sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 6px double #ba6b60;
    display: inline-block;
    text-align: center;
  }
}
.sec04 .contents_full .contents .sec04_txt_02 {
  margin: 40px auto 0;
  font-size: 2.4rem;
  border: 3px solid #814841;
  padding: 30px;
  line-height: 2;
  background: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .contents .sec04_txt_02 {
    margin: 20px auto 0;
    border: navajowhite;
    padding: 0;
    text-align: left;
    font-size: 1.4rem;
  }
}

.sec05 {
  padding: 120px 0 80px;
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 60px 0 30px;
  }
}
.sec05 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec05 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec05 .contents_full .contents h2::after {
  content: "REASON";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec05 .contents_full .sec05_conts_wrap {
  margin: 150px auto 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_wrap {
    margin: 80px auto 0;
    gap: 50px;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 {
    max-width: inherit;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 {
  display: flex;
  justify-content: flex-end;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02::before {
  background: url(../images/top/sec05_img_02.jpg) center right;
  background-size: cover;
  left: -370px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02::before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 60px;
    left: -100px;
    right: inherit;
    z-index: 1;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02::after {
  background: #bd936d;
  left: inherit;
  right: -1000px;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk {
  padding: 30px 0 30px 30px;
  background: #bd936d;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk {
    width: 94%;
    margin: 0 auto;
    padding: 45px 3% 3%;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk::before {
  background: #927254;
  left: 0;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk h3 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk h3 {
    text-align: center;
    background: #927254;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk h3::before {
  right: inherit;
  left: 50px;
  top: -80px;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_02 .sec05_conts_01_bk .sec05_conts_01_ul::before {
  left: inherit;
  right: -200px;
  bottom: -120px;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_03::before {
  background: url(../images/top/sec05_img_03.jpg) center right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_03::before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 60px;
    left: -100px;
    right: inherit;
    z-index: 1;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_03::after {
  background: #e4c6c2;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_03 .sec05_conts_01_bk {
  background: #e4c6c2;
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_03 .sec05_conts_01_bk::before {
  background: #ca928f;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01.sec05_conts_03 .sec05_conts_01_bk h3 {
    background: #ca928f;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01::before {
  content: "";
  background: url(../images/top/sec05_img_01.jpg) center right;
  background-size: cover;
  width: 952px;
  height: 575px;
  position: absolute;
  left: 620px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01::before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 60px;
    left: -100px;
    right: inherit;
    z-index: 1;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01::after {
  content: "";
  background: #ba6b60;
  width: 1000px;
  height: 100%;
  position: absolute;
  left: -1000px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01::after {
    content: none;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk {
  padding: 30px 30px 30px 0;
  width: 690px;
  background: #ba6b60;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk {
    width: 94%;
    margin: 0 auto;
    padding: 50px 3% 3%;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk::before {
  content: "";
  background: #9c5a51;
  width: 1690px;
  height: 145px;
  position: absolute;
  left: -1000px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk::before {
    content: none;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk h3 {
  font-size: 4.8rem;
  font-weight: 500;
  color: #fff;
  text-align: right;
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk h3 {
    font-size: 2.4rem;
    text-align: center;
    background: #9c5a51;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    padding: 12px 0;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk h3::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  right: 50px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk h3::before {
    content: none;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_img_sp {
    display: block;
    margin: 0 0 3%;
    position: relative;
    z-index: 2;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul {
    gap: 10px;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  left: -200px;
  bottom: -120px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul::before {
    left: inherit;
    right: -130px;
    top: inherit;
    bottom: -110px;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li {
  background: #fff;
  border: 7px solid #ecdee1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  gap: 20px;
  height: 108px;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li {
    border: 2px solid #ecdee1;
    flex-direction: column;
    padding: 10px;
    height: auto;
    gap: 5px;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_num {
    flex-direction: row;
    margin: 0;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_num .sec05_conts_01_num_01 {
  font-size: 1.1rem;
  font-family: "Cinzel", serif;
  color: #ba6b60;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_num .sec05_conts_01_num_01 {
    font-size: 1rem;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_num .sec05_conts_01_num_02 {
  margin: 5px 0 0;
  font-size: 5.2rem;
  font-family: "Cinzel", serif;
  color: #ba6b60;
  line-height: 1;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_num .sec05_conts_01_num_02 {
    font-size: 2rem;
    margin: 0 0 0 5px;
  }
}
.sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_txt {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .sec05 .contents_full .sec05_conts_item .sec05_conts_01 .sec05_conts_01_bk .sec05_conts_01_ul li .sec05_conts_01_txt {
    font-size: 1.6rem;
    text-align: center;
  }
}

.sec06 {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  background: #eceae4;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full::before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    width: 325px;
    height: 325px;
    position: absolute;
    right: -190px;
    top: 50px;
    border-radius: 50%;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec06 .contents_full::before {
    right: -180px;
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full::after {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    width: 305px;
    height: 305px;
    position: absolute;
    left: -180px;
    bottom: -20px;
    border-radius: 50%;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec06 .contents_full::after {
    left: inherit;
    bottom: 40px;
    right: -220px;
  }
}
.sec06 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec06 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec06 .contents_full .contents h2::after {
  content: "FLOW";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec06 .contents_full .sec06_conts_wrap {
  max-width: 1200px;
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap {
    max-width: inherit;
    margin: 80px auto 0;
    width: 94%;
    gap: 30px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item {
    gap: 10px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_01::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  background-size: cover;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  position: absolute;
  left: -250px;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_01::before {
    width: 270px;
    height: 270px;
    left: -150px;
    top: 240px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_01 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_01.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_02::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  background-size: cover;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  position: absolute;
  right: -220px;
  top: 210px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_02::before {
    width: 230px;
    height: 230px;
    right: -120px;
    top: 210px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_02 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_02.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_03 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_03.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_04::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  background-size: cover;
  width: 468px;
  height: 468px;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  top: 200px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_04::before {
    left: -260px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_04 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_04.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_05::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  background-size: cover;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  position: absolute;
  right: -300px;
  top: 170px;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_05 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_05.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_06::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  background-size: cover;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  position: absolute;
  left: -330px;
  top: 220px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_06::before {
    top: 60px;
    left: -360px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_06 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_06.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_07 .sec06_conts_item_l::before {
  content: none;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item.item_07 .sec06_conts_item_r::before {
  background: url(../images/top/sec06_img_07.jpg) no-repeat;
  background-size: cover;
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l {
  width: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l {
    width: 55px;
    z-index: 3;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l::before {
  content: "";
  background: url(../images/top/sec06_dotted.svg);
  background-size: cover;
  width: 8px;
  height: 216px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l::before {
    background: url(../images/top/sec06_dotted_sp.svg) repeat-y;
    background-size: 100%;
    bottom: inherit;
    height: 85%;
    top: 70px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l .sec06_num {
  width: 150px;
  height: 150px;
  background: #ca928f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l .sec06_num {
    width: 55px;
    height: 55px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l .sec06_num .sec06_num_01 {
  font-size: 1.6rem;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l .sec06_num .sec06_num_01 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l .sec06_num .sec06_num_02 {
  font-size: 4rem;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_l .sec06_num .sec06_num_02 {
    font-size: 2rem;
    line-height: 1;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r {
  position: relative;
  width: 585px;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r {
    width: calc(100% - 65px);
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r::before {
  content: "";
  width: 520px;
  height: 350px;
  position: absolute;
  left: 460px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r::before {
    content: none;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r h3 {
  font-size: 3rem;
  background: #ba6b60;
  color: #fff;
  padding: 40px 50px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r h3 {
    font-size: 1.8rem;
    padding: 15px 20px;
    position: relative;
    z-index: 3;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r .sec06_conts_txt {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #fff;
  margin: 10px 0 0;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r .sec06_conts_txt {
    font-size: 1.4rem;
    padding: 0;
    height: auto;
    background: none;
    margin: 0 0 10px;
  }
}
.sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r .sec06_conts_sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r .sec06_conts_sp_img {
    display: block;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .contents_full .sec06_conts_wrap .sec06_conts_item .sec06_conts_item_r .sec06_conts_sp_wrap {
    background: #fff;
    padding: 15px;
    z-index: 3;
    position: relative;
  }
}

.sec07 {
  padding: 120px 0 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 60px 0 30px;
  }
}
.sec07::before {
  content: "";
  background: rgba(228, 198, 194, 0.4);
  height: 500px;
  width: 220px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec07::before {
    height: 220px;
    width: 110px;
  }
}
.sec07::after {
  content: "";
  background: rgba(228, 198, 194, 0.4);
  height: 500px;
  width: 220px;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec07::after {
    height: 220px;
    width: 110px;
  }
}
.sec07 .contents_full {
  position: relative;
}
.sec07 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec07 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec07 .contents_full .contents h2::after {
  content: "PRICE";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec07 .contents_full .contents .sec07_table {
  width: 100%;
  margin: 100px 0 0;
  border-left: 2px solid #d5cecd;
  border-top: 2px solid #d5cecd;
}
.sec07 .contents_full .contents .sec07_table tr th {
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  background: #814841;
  padding: 20px;
  border-right: 2px solid #d5cecd;
  border-bottom: 2px solid #d5cecd;
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents .sec07_table tr th {
    padding: 10px;
    font-size: 1.3rem;
  }
}
.sec07 .contents_full .contents .sec07_table tr td {
  text-align: right;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  padding: 20px;
  border-right: 2px solid #d5cecd;
  border-bottom: 2px solid #d5cecd;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents .sec07_table tr td {
    padding: 10px;
    font-size: 1.3rem;
  }
}
.sec07 .contents_full .contents .sec07_table tr td:first-child {
  background: #ba6b60;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents .sec07_table tr td:first-child {
    text-align: center;
  }
}
.sec07 .contents_full .contents .sec07_table_cap {
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec07 .contents_full .contents .sec07_table_cap {
    font-size: 1rem;
    margin: 10px 0 0;
  }
}

.sec08 {
  padding: 120px 0 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 60px 0 30px;
  }
}
.sec08::before {
  content: "";
  background: #f8f7f7;
  background-size: cover;
  width: 32%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec08::after {
  content: "";
  background: #eceae4;
  background-size: cover;
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sec08 .contents_full {
  position: relative;
}
.sec08 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec08 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec08 .contents_full .contents h2::after {
  content: "Q&A";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec08 .contents_full .contents .qa_box_wrap {
  margin: 60px 0 0;
}
.sec08 .contents_full .contents .qa_box {
  margin: 0 0 20px;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.05));
  background: #FAF9F6;
}
.sec08 .contents_full .contents .qa_box:last-child {
  margin: 0;
}
.sec08 .contents_full .contents .qa_box .qa_tit {
  position: relative;
  padding: 30px 0;
  pointer-events: all;
  cursor: pointer;
  background: #814841;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents .qa_box .qa_tit {
    padding: 15px 0;
  }
}
.sec08 .contents_full .contents .qa_box .qa_tit::before {
  content: "";
  background: url(../images/common/icon_q.svg);
  background-size: cover;
  position: absolute;
  width: 64px;
  height: 48px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents .qa_box .qa_tit::before {
    width: 25px;
    height: 20px;
    left: 15px;
  }
}
.sec08 .contents_full .contents .qa_box .qa_tit .close {
  position: relative;
  padding: 0 50px 0 130px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents .qa_box .qa_tit .close {
    font-size: 1.6rem;
    padding: 0 50px 0 50px;
  }
}
.sec08 .contents_full .contents .qa_box .qa_tit .close::before {
  content: "";
  background: #fff;
  border-radius: 1px;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents .qa_box .qa_tit .close::before {
    width: 15px;
    right: 10px;
  }
}
.sec08 .contents_full .contents .qa_box .qa_tit .close::after {
  content: "";
  background: #fff;
  border-radius: 1px;
  width: 30px;
  height: 1px;
  transition: 0.3s;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents .qa_box .qa_tit .close::after {
    width: 15px;
    right: 10px;
  }
}
.sec08 .contents_full .contents .qa_box .qa_tit .close.open::after {
  transform: rotate(0);
}
.sec08 .contents_full .contents .qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full .contents .qa_box .qa_txt {
    padding: 15px;
  }
}
.sec08 .contents_full .contents .qa_box .qa_txt .page_txt01 {
  line-height: 2;
  padding: 1em 0 0;
  font-size: 1.5rem;
}
.sec08 .contents_full .contents .qa_box .qa_txt .page_txt01:first-child {
  padding: 0;
}

.sec09 {
  overflow: hidden;
  position: relative;
}
.sec09::before {
  content: "";
  background: rgba(0, 0, 0, 0.06);
  background-size: cover;
  width: 32%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec09::after {
  content: "";
  background: rgba(0, 0, 0, 0.03);
  background-size: cover;
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sec09 .contents_full {
  position: relative;
  padding: 120px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full {
    padding: 60px 0 30px;
  }
}
.sec09 .contents_full::before {
  content: "";
  background: url(../images/top/sec09_bk_01.png) no-repeat center right;
  background-size: cover;
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full::before {
    content: none;
  }
}
.sec09 .contents_full .contents h2 {
  font-size: 5.6rem;
  color: #ba6b60;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .contents h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.sec09 .contents_full .contents h2::before {
  content: "";
  background: #ba6b60;
  background-size: cover;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .contents h2::before {
    width: 50px;
  }
}
.sec09 .contents_full .contents h2::after {
  content: "GREETING";
  font-size: 15rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  letter-spacing: 0.2em;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .contents h2::after {
    top: -40px;
    font-size: 5rem;
  }
}
.sec09 .contents_full .sec09_conts {
  margin: 100px auto 0;
  max-width: 1400px;
  padding: 0 30px;
  min-width: 1100px;
  height: 710px;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts {
    padding: 0;
    height: auto;
    max-width: inherit;
    min-width: inherit;
    width: 96%;
    margin: 60px auto 0;
  }
}
.sec09 .contents_full .sec09_conts .sec09_sp_doc_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_sp_doc_img {
    display: block;
    position: relative;
    z-index: 1;
  }
  .sec09 .contents_full .sec09_conts .sec09_sp_doc_img::before {
    content: "";
    background: #814841;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 5px;
    z-index: -1;
  }
}
.sec09 .contents_full .sec09_conts .sec09_conts_item {
  width: 680px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_conts_item {
    width: 100%;
  }
}
.sec09 .contents_full .sec09_conts .sec09_conts_item::before {
  content: "";
  background: url(../images/top/sec09_img_01.jpg) no-repeat;
  background-size: cover;
  width: 720px;
  height: 680px;
  position: absolute;
  left: 740px;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_conts_item::before {
    content: none;
  }
}
.sec09 .contents_full .sec09_conts .sec09_conts_item::after {
  content: "";
  background: #814841;
  width: 720px;
  height: 680px;
  position: absolute;
  left: 755px;
  top: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_conts_item::after {
    content: none;
  }
}
.sec09 .contents_full .sec09_conts .sec09_conts_item .sec09_conts_read {
  font-size: 2.8rem;
  color: #ba6b60;
  line-height: 2;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_conts_item .sec09_conts_read {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
}
.sec09 .contents_full .sec09_conts .sec09_conts_item .sec09_conts_txt_box .sec09_conts_txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_conts_item .sec09_conts_txt_box .sec09_conts_txt {
    font-size: 1.5rem;
  }
}
.sec09 .contents_full .sec09_conts .sec09_conts_item .sec09_conts_txt_box .sec09_conts_txt + .sec09_conts_txt {
  padding: 2em 0 0;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_conts_item .sec09_conts_txt_box .sec09_conts_txt + .sec09_conts_txt {
    padding: 1em 0 0;
  }
}
.sec09 .contents_full .sec09_conts .sec09_sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec09 .contents_full .sec09_conts .sec09_sp_img {
    margin: 30px auto 0;
    display: block;
  }
}

.loopSlide {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;
  width: auto;
  height: 440px;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .loopSlide ul {
    height: 270px;
  }
}
.loopSlide ul:first-child {
  -webkit-animation: slide1 180s -90s linear infinite;
          animation: slide1 180s -90s linear infinite;
}
.loopSlide ul:last-child {
  -webkit-animation: slide2 180s linear infinite;
          animation: slide2 180s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  text-align: center;
}
.loopSlide ul li img {
  display: block;
  width: auto;
  height: 450px;
  filter: drop-shadow(2px 2px 4px #B2B2B2);
}
@media screen and (max-width: 768px) {
  .loopSlide ul li img {
    height: 270px;
  }
}
.side_bnr {
  position: fixed;
  right: 0;
  z-index: 20;
}

@media print, screen and (min-width: 768px) {
  .side_bnr {
    top: 200px;
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: flex;
  }
}
.side_bnr {
  position: fixed;
  right: 0;
  z-index: 20;
}

@media only screen and (min-width: 768px) {
  .side_bnr {
    top: auto;
    bottom: 0;
    width: auto;
    right: 140px;
  }
  .side_bnr .side_bnr_block {
    display: flex;
  }
  .side_bnr li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
}
.side_bnr_block .pc {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .side_bnr2 {
    z-index: 20;
    position: fixed;
    margin: auto;
    top: 220px;
    left: auto;
    right: 0;
    bottom: auto;
  }
}
/*# sourceMappingURL=top.css.map */