@import url('calendar.css');
.sec-calendar {
  padding-top: 0 !important;
  background-color: rgba(var(--gray), 1);
}
@media screen and (min-width: 768px) {
  .calendar-area {
    transform: translateY(var(--sz-30));
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .calendar-area {
    transform: translateY(var(--sz-40));
  }
}

.sec-pickup {
  background-color: rgba(var(--gray), 1);
}
.sec-pickup::before {
  content: 'PICK UP';
  color: rgba(var(--white), .4);
}
.pickup-wrapper {
  margin-top: var(--sz60);
}
.pickup-item a {
  border-top: 1px solid rgb(var(--gray2));
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pickup-item-title {
  font-weight: 800;
  line-height: 1.4;
  transition: var(--transition-base);
}
.pickup-item a:hover .pickup-item-title {
  color: rgb(var(--gold));
}
.pickup-item-text {
  line-height: 1.4;
  transition: var(--transition-base);
}
@media screen and (min-width: 768px) {
  .pickup-wrapper {
    border-bottom: 1px solid rgb(var(--gray2));
  }
  .pickup-wrapper .embla__container-sp {
    display: block;
    margin-top: 0;
  }
  .pickup-item a {
    gap: var(--sz30);
    padding: var(--sz20);
  }
  .pickup-item-date {
    font-size: var(--sz18);
    width: calc((100% - var(--sz30)) * .085);
  }
  .pickup-item-info {
    width: calc((100% - var(--sz30)) * .915);
  }
  .pickup-item-title {
    font-size: var(--sz20);
    margin-bottom: var(--sz15);
  }
}
@media screen and (max-width: 767px) {
  .pickup-wrapper {
    margin-top: var(--sz40);
  }
  .pickup-item-slider {
    flex: 0 0 100%;
    width: 100%;
  }
  .pickup-item a {
    padding: var(--sz20) var(--sz15);
  }
  .pickup-item:last-of-type a {
    border-bottom: 1px solid rgb(var(--gray2));
  }
  .pickup-item-date {
    font-size: var(--sz18);
  }
  .pickup-item-title {
    font-size: var(--sz16);
    margin-bottom: var(--sz10);
  }
  .pickup-item-text {
    font-size: var(--sz14);
    display: -webkit-box;             
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  
  }
  .pickup-wrapper .embla__viewport-sp {
    flex-direction: column;
    gap: var(--sz10);
  }
  .pickup-wrapper .embla__controls-sp {
    display: flex;
    justify-content: flex-end;
    gap: var(--sz6);
    margin-top: var(--sz20);
    position: initial;
  }
  .pickup-wrapper .embla__controls-sp button {
    border: 1px solid rgb(var(--gray2));
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    width: var(--sz45);
    height: var(--sz25);
    position: initial;
  }
  .pickup-wrapper .embla__controls-sp button svg {
    vertical-align: text-bottom;
  }
  .pickup-wrapper .embla__controls-sp button::after {
    content: none;
    display: none;
  }
}

.sec-news {
  color: rgb(var(--white));
}
.sec-news::before {
  content: 'NEWS';
  color: rgba(var(--white), .1);
}
.news-title::before {
  background: rgb(var(--white));
}
.home-news-wrapper {
  border-bottom: var(--sz1) solid rgb(var(--white));
}
.news-item {
  border-top: var(--sz1) solid rgb(var(--white));
}
.news-item a {
  color: rgb(var(--white));
}
.news-item a:hover {
  background: rgba(var(--white),.2);
}
.news-item-date {
  font-size: var(--sz18);
}
@media screen and (min-width: 768px) {
  .sec-news {
    background: url('../images/bg_01.png') repeat-y top center / 100%;
  }
  .sec-news .sec-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-title {
    width: var(--sz435);
  }
  .home-news-wrapper {
    width: var(--sz585);
  }
  .home-news-all {
    position: absolute;
    left: 0;
    top: var(--sz115);
  }
  .news-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--sz30);
    padding: var(--sz16) var(--sz20);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-news .sec-inner {
    display: block;
  }
  .news-title {
    width: 100%;
  }
  .home-news-wrapper {
    width: 100%;
    margin-top: var(--sz40);
    margin-bottom: var(--sz80);
  }
  .home-news-all {
    position: initial;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-news {
    background: url('../images/bg_01_sp.png') repeat-y top center / 100%;
  }
  .home-news-wrapper {
    margin-top: var(--sz40);
    margin-bottom: var(--sz40);
  }
  .news-item a {
    display: block;
    padding: var(--sz20) var(--sz15);
  }
}


.sec-greeting {
  overflow: hidden;
}
.sec-greeting::before {
  content: 'MESSAGE';
  color: rgba(var(--white), .4);
}


.greeting-title span {
  display: block;
  font-size: var(--sz16);
}
@media screen and (min-width: 768px) {
  .sec-greeting {
    background: url('../images/bg_02.png') no-repeat top center / cover;
    padding-bottom: var(--sz200);
  }
  .greeting-subTitle {
    font-size: var(--sz28);
    margin-top: var(--sz60);
    margin-bottom: var(--sz40);
  }
  .greeting-photo {
    position: absolute;
    top: var(--sz-190);
    left: var(--sz-262);
  }
  .greeting-wrapper {
    width: var(--sz540);
    margin-left: auto;
  }
  .greeting-text {
    line-height: 2.4;
  }
  .greeting-img {
    position: absolute;
    right: 0;
    bottom: var(--sz-145);
  }
  .greeting-img p {
    text-align: right;
  }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .greeting-wrapper {
    width: var(--sz620);
    position: relative;
    z-index: 1;
  }
  .greeting-subTitle {
    font-size: var(--sz28);
    margin-top: var(--sz60);
    margin-bottom: var(--sz40);
  }
  .greeting-photo {
    width: 75%;
    top: 0;
    left: var(--sz-190);
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting {
    background: url('../images/bg_02_sp.png') no-repeat top center / cover;
  }
  .greeting-subTitle {
    font-size: var(--sz22);
    margin-top: var(--sz30);
    margin-bottom: var(--sz20);
  }
  .greeting-photo {
    margin: var(--sz35) var(--sz-30) var(--sz-80);
  }
  .greeting-text {
    line-height: 2.4;
  }
  .greeting-img {
    display: none !important;
  }
}

/* 
.sec-access::before {
  content: 'ACCESS';
  color: rgba(var(--white), .4);
}
.access-info-dl-inner {
  border-top: 1px solid rgb(var(--gray2));
}
.access-info-dl-inner dt {
  position: relative;
}
.access-info-dl-inner dt::before {
  background: rgb(var(--blue3));
  border-radius: 50%;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .access-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--sz60);
  }
  .access-map {
    width: min(50%,var(--sz540));
  }
  .access-info {
    width: min(46.3%,var(--sz500));
  }
  .access-info-address {
    font-size: var(--sz18);
    margin-bottom: var(--sz30);
  }
  .access-info-dl-inner {
    padding: var(--sz30) 0;
  }
  .access-info-dl-inner:last-of-type {
    padding-bottom: 0;
  }
  .access-info-dl-inner dt {
    font-size: var(--sz18);
    margin-bottom: var(--sz20);
    padding-left: var(--sz20);
  }
  .access-info-dl-inner dt::before {
    top: 0;
    bottom: 0;
    width: var(--sz10);
    height: var(--sz10);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
  .access-wrapper {
    margin-top: var(--sz60);
  }

  .access-info-address {
    font-size: var(--sz18);
    margin: var(--sz30) 0;
  }
  .access-info-dl-inner {
    padding: var(--sz20) 0;
  }
  .access-info-dl-inner:last-of-type {
    padding-bottom: 0;
  }
  .access-info-dl-inner dt {
    font-size: var(--sz18);
    margin-bottom: var(--sz20);
    padding-left: var(--sz20);
  }
  .access-info-dl-inner dt::before {
    top: var(--sz12);
    width: var(--sz12);
    height: var(--sz12);
  }
} */

/*sec-reviews*/
.sec-reviews {
  background: rgb(var(--gray));
}
.sec-reviews::before {
  content: 'REVIEWS';
  color: rgba(var(--white), .4);
}
.reviews-bnr {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .reviews-bnr {
    margin-top: var(--sz37);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reviews-bnr {
    margin-top: var(--sz37);
  }
}
@media screen and (max-width: 767px) {
  .reviews-bnr {
    margin-top: var(--sz50);
  }
}


.sec-do_not_bother-inner {
  background-attachment: fixed;
  position: relative;
}
.do_not_bother-fixImg {
  margin-right: auto;
  margin-left: auto;
  width: min(100vw,var(--sz1920));
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec-do_not_bother-text {
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.do_not_bother-contents-text {
  text-align: center;
  line-height: 2.4;
}
.do_not_bother-contents-list {
  display: flex;
  flex-wrap: wrap;
}
.do_not_bother-contents-list li {
  background: linear-gradient(to bottom,  #1c3dac 0%,#121540 100%);
  border-radius: var(--sz5);
  color: rgb(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-do_not_bother-inner {
    padding: var(--sz150) var(--sz10) var(--sz400);
  }
  .do_not_bother-fixImg {
    background-image: url('../images/bg_03.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .sec-do_not_bother-contents {
    background: url('../images/bg_04.png') no-repeat top center / cover;
    padding-top: var(--sz100);
    padding-bottom: var(--sz150);
    margin-bottom: var(--sz-1);
  }
  .sec-do_not_bother-text {
    font-size: var(--sz31);
    margin-bottom: var(--sz85);
  }
  .do_not_bother-contents-list {
    justify-content: center;
    gap: var(--sz40);
    margin-top: var(--sz60);
    margin-bottom: var(--sz60);
  }
  .do_not_bother-contents-list li {
    font-size: var(--sz20);
    width: var(--sz240);
    padding-top: var(--sz32);
    padding-bottom: var(--sz32);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .do_not_bother-contents-list {
    gap: 2%;
  }
  .do_not_bother-contents-list li {
    font-size: var(--sz18);
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .sec-do_not_bother-inner {
    padding: var(--sz150) 0;
  }
  .do_not_bother-fixImg {
    background-image: url('../images/bg_03_sp.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  .sec-do_not_bother-contents {
    background: url('../images/bg_04_sp.png') no-repeat top center / cover;
    padding-top: var(--sz80);
    padding-bottom: var(--sz80);
  }
  .sec-do_not_bother-text {
    font-size: var(--sz25);
    margin-bottom: var(--sz60);
  }
  .do_not_bother-contents-list {
    flex-direction: column;
    gap: var(--sz20);
    margin-top: var(--sz40);
    margin-bottom: var(--sz60);
  }
  .do_not_bother-contents-list li {
    font-size: var(--sz18);
    height: var(--sz100);
    display: flex;
    align-items: center;
  }
}


.sec-menu::before {
  content: 'MENU';
  color: rgba(var(--white), .4);
}



.sec-feature {
  color: rgb(var(--white));
}
.sec-feature::before {
  content: 'FEATURE';
  color: rgba(var(--white), .1);
}
.sec-feature .title-01::before {
  background: rgb(var(--white));
}
.feature-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--sz60);
}
.feature-item-title {
  border-bottom: solid rgb(var(--white));
  font-weight: 700;
  margin-top: var(--sz20);
  margin-bottom: var(--sz20);
  padding-bottom: var(--sz15);
}
@media screen and (min-width: 768px) {
  .sec-feature {
    background: url('../images/bg_01.png') repeat-y top center / 100%;
  }
  .feature-box {
    gap: var(--sz50) var(--sz30);
  }
  .feature-item {
    width: var(--sz280);
  }
  .feature-item-title {
    border-bottom-width: var(--sz1);
  }
  .feature-item-text {
    font-size: var(--sz14);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-box {
    justify-content: flex-start;
    gap: var(--sz40) 3.5%;
  }
  .feature-item {
    width: 31%;
  }
  .feature-item-title {
    font-size: var(--sz19);
  }
  .feature-item-text {
    font-size: var(--sz16);
  }
}
@media screen and (max-width: 767px) {
  .sec-feature {
    background: url('../images/bg_01_sp.png') repeat-y top center / 100%;
  }
  .feature-box {
    flex-direction: column;
    gap: var(--sz40);
  }
  .feature-item-title {
    font-size: var(--sz19);
    border-bottom-width: var(--sz2);
  }
}



.sec-reason {
  color: rgb(var(--white));
}
.sec-reason::before {
  content: 'REASON TO WORRY';
  color: rgba(var(--black), .1);
}
.reason-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-reason .title-01::before {
  background: rgb(var(--white));
}
.distress-title {
  border-bottom: var(--sz2) solid rgb(var(--white));
  font-weight: 700;
  text-align: center;
}
.reason-text p {
  line-height: 2.4;
}

.distress-list-title {
  text-align: center;
  line-height: 1.3;
  letter-spacing: var(--sz4);
}
.distress-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.distress-box:nth-of-type(1) .distress-list-title {
  background: rgb(var(--green3));
}
.distress-box:nth-of-type(2) .distress-list-title {
  background: rgb(var(--green2));
}
.distress-box:nth-of-type(3) .distress-list-title {
  background: rgb(var(--green));
}
.distress-list {
  background: rgb(var(--white));
}
.distress-list-item {
  border-bottom: solid rgb(var(--gray));
  color: rgb(var(--black));
  font-weight: 800;
  position: relative;
}
.distress-list-item-no {
  background: rgb(var(--gray));
  color: rgb(var(--black));
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.6;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec-reason {
    background: url('../images/bg_05.png') repeat-y top center / 100%;
  }
  .reason-box {
    margin-top: var(--sz55);
    margin-bottom: var(--sz60);
  }
  .reason-text {
    width: var(--sz500);
  }
  .distress-title {
    font-size: var(--sz30);
    padding-bottom: var(--sz20);
    margin-bottom: var(--sz30);
  }
  .distress-inner {
    gap: var(--sz15);
  }
  .distress-box {
    width: var(--sz350);
  }
  .distress-list-title {
    font-size: var(--sz48);
  }
  .distress-list-title span {
    font-size: var(--sz20);
    margin-left: var(--sz10);
  }
  .distress-list-item {
    border-bottom-width: var(--sz2);
    font-size: var(--sz18);
    padding: var(--sz15) var(--sz10) var(--sz15) var(--sz70);
  }
  .distress-list-item-no {
    font-size: var(--sz30);
    gap: var(--sz5);
    width: var(--sz50);
    height: var(--sz50);
    left: var(--sz10);
  }
  .distress-list-item-no span {
    font-size: var(--sz12);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason-text {
    width: 58%;
  }
  .rason-img {
    width: 38%;
  }
  .distress-inner {
    gap: 2%;
  }
  .distress-box {
    background: rgb(var(--white));
    width: 32%;
  }
  .distress-list-item {
    border-bottom-width: 1px;
    font-size: var(--sz15);
  }
}
@media screen and (max-width: 767px) {
  .sec-reason {
    background: url('../images/bg_05_sp.png') repeat-y top center / 100%;
  }
  .reason-box {
    flex-direction: column-reverse;
    gap: var(--sz40);
    margin-top: var(--sz60);
    margin-bottom: var(--sz65);
  }
  .distress-title {
    font-size:  var(--sz20);
    padding-bottom: var(--sz17);
    margin-bottom: var(--sz40);
    line-height: 1.6;
  }
  .distress-inner {
    gap: var(--sz18);
  }
  .distress-box {
    width: 100%;
  }
  .distress-list-title {
    font-size: var(--sz42);
  }
  .distress-list-title span {
    font-size: var(--sz18);
    margin-left: var(--sz10);
  }
  .distress-list-item {
    border-bottom-width: 1px;
    padding: var(--sz10) var(--sz10) var(--sz10) var(--sz80);
  }
  .distress-list-item-no {
    font-size: var(--sz26);
    gap: var(--sz3);
    width: var(--sz45);
    height: var(--sz45);
    left: var(--sz20);
  }
  .distress-list-item-no span {
    font-size: var(--sz10);
  }
}





.sec-column {
  background: url('../images/bg_06.png') no-repeat top center / cover;
  color: rgb(var(--white));
}
.sec-column::before {
  content: 'COLUMN';
  color: rgba(var(--white), .1);
}
.sec-column .title-01::before {
  background: rgb(var(--white));
}
.column-top-text {
  margin-top: var(--sz60);
  margin-bottom: var(--sz40);
}
.home-column-all {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-column-all {
    margin-top: var(--sz60);
  }
  .home-column-all a {
    width: var(--sz380);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column-wrapper {
    gap: 2%;
  }
  .column-item {
    width: calc((100% - 6%) / 4);
  }
}
@media screen and (max-width: 767px) {
  .home-column-all {
    margin-top: var(--sz60);
  }
}

.home-case-all {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home-case-all {
    margin-top: var(--sz60);
  }
  .home-case-all .btn-02 {
    width: var(--sz450);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-case-all {
    margin-top: var(--sz60);
  }
  .home-case-all .btn-02 {
    width: var(--sz380);
  }
}
@media screen and (max-width: 767px) {
  .home-case-all {
    margin-top: var(--sz60);
  }
}