/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	h2
+++++++++++++++++++++++++++++++++++++++++++ */
.h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .h2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .h2 h2 {
    text-align: center;
  }
}
.h2 h2 span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 12px 10px;
  font-size: 3.6rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .h2 h2 span {
    font-size: 5.2vw;
  }
}
.h2 h2 span:nth-of-type(2) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .h2 h2 span:nth-of-type(2) {
    margin-left: 0;
  }
}
.h2 p {
  flex: 1;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .h2 p {
    font-size: 4vw;
    padding: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	section1
+++++++++++++++++++++++++++++++++++++++++++ */
.section1 {
  padding-right: 340px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    padding-right: 0;
  }
}
.section1::after {
  content: '';
  display: block;
  width: 511px;
  height: 616px;
  background: url("../img/illust_ses_1.webp") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -100px;
  right: -180px;
}
@media screen and (max-width: 767px) {
  .section1::after {
    max-width: 511px;
    width: 100%;
    max-height: 616px;
    height: 70vw;
    margin: 0 auto 10px;
    position: static;
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .section1 h3 {
    order: -2;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	section2
+++++++++++++++++++++++++++++++++++++++++++ */
.section2 {
  position: relative;
}
.section2 .columnBox {
  max-width: 804px;
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section2 .columnBox {
    margin-bottom: 0;
  }
}
.section2 .columnBox:nth-of-type(2) {
  margin-left: auto;
}
.section2 .columnBox .columnItem {
  max-width: 368px;
}
@media screen and (max-width: 767px) {
  .section2 .columnBox .columnItem {
    max-width: none;
    margin: 0 auto 30px;
  }
}
.section2 .columnBox .columnItem figure {
  margin: 0 auto 5px;
  text-align: center;
}
.section2 .columnBox .columnItem h4 {
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  color: #7C77CA;
}
@media screen and (max-width: 767px) {
  .section2 .columnBox .columnItem h4 {
    font-size: 5.2vw;
  }
}
.section2 .columnBox .columnItem h4::before {
  content: none;
}
.section2 .columnBox .columnItem p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .section2 .columnBox .columnItem p {
    font-size: 3.6vw;
  }
}
.section2 .bg1 {
  position: absolute;
  bottom: 0;
  left: -186px;
}
@media screen and (max-width: 767px) {
  .section2 .bg1 {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	section3
+++++++++++++++++++++++++++++++++++++++++++ */
.section3 {
  position: relative;
}
.section3 h3 {
  border-left-color: #B3751F;
}
.section3 .bg1 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(250px);
}
@media screen and (max-width: 767px) {
  .section3 .bg1 {
    display: none;
  }
}
.caseList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px 0;
  flex-wrap: wrap;
  max-width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .caseList {
    gap: 0;
  }
}
.caseList_item {
  padding: 20px 42px 20px 0;
  max-height: 100px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .caseList_item {
    width: 100%;
    max-height: none;
    padding: 12px 10px;
    border-bottom: #E5D8C6 1px solid;
  }
}
.caseList_item:nth-of-type(2n) {
  padding: 20px 0 20px 42px;
  border-left: #E5D8C6 1px solid;
}
@media screen and (max-width: 767px) {
  .caseList_item:nth-of-type(2n) {
    padding: 12px 10px;
    border-left: none;
  }
}
.caseList_item:nth-of-type(-n + 2) .caseList_item_inner::before {
  content: none;
}
.caseList_item_inner {
  position: relative;
  padding: 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .caseList_item_inner {
    padding: 0;
  }
}
.caseList_item_inner::before {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background: #E5D8C6;
  position: absolute;
  top: -35px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .caseList_item_inner::before {
    content: none;
  }
}
.caseList .tag {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
}
.caseList .tag li {
  padding: 0px 10px;
  border: #D4D4D4 1px solid;
  border-radius: 5px;
  background: #FFF;
  font-size: 1.6rem;
  color: #CA8077;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .caseList .tag li {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ctaArea
+++++++++++++++++++++++++++++++++++++++++++ */
.ctaArea {
  margin: 0 0 70px;
  padding: 40px 48px 40px 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px 30px 30px 30px;
  backdrop-filter: blur(8px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ctaArea {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .ctaArea {
    padding: 20px 10px;
    border-radius: 20px;
  }
}
.ctaArea p {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ctaArea p {
    font-size: 4.4vw;
  }
}
.ctaArea .btn {
  margin: 50px 0 0;
}
.ctaArea .btn a {
  max-width: 406px;
  min-height: 62px;
  background: #7C77CA;
}
.ctaArea figure {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(220px);
}
