@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
section {
  padding-top: 140px;
}
@media (max-width: 768px) {
  section {
    padding-top: 100px;
  }
}
section .title_wrap {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  section .title_wrap {
    margin-bottom: 25px;
  }
}
section .title_wrap .title {
  margin: 0 auto;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section .title_wrap .title {
    font-size: 3rem;
  }
}
section .title_wrap .sub_title {
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
}
section .title_wrap .sec_ttl_s {
  margin-top: 35px;
}
@media (max-width: 768px) {
  section .title_wrap .sec_ttl_s {
    margin-top: 15px;
  }
}

.sec01 {
  padding-top: 100px;
}
.sec01 .inner-cont {
  max-width: 956px;
}
.sec01 .inner-cont .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #746b63;
  background: #746b63;
}
@media (max-width: 768px) {
  .sec01 .inner-cont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec01 .inner-cont .flex .pic {
  width: calc(100% - 325px);
  background: #fff;
}
@media (max-width: 768px) {
  .sec01 .inner-cont .flex .pic {
    width: 100%;
  }
}
.sec01 .inner-cont .flex .pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sec01 .inner-cont .flex .txt {
  width: 325px;
  height: 275px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sec01 .inner-cont .flex .txt {
    width: 100%;
    height: auto;
  }
}
.sec01 .inner-cont .flex .txt p {
  line-height: 1;
  text-align: center;
}
.sec01 .inner-cont .flex .txt .p_wrap {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .sec01 .inner-cont .flex .txt .p_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec01 .inner-cont .flex .txt .p_wrap p:first-child {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .sec01 .inner-cont .flex .txt .p_wrap p:first-child {
    font-size: 1rem;
  }
}
.sec01 .inner-cont .flex .txt .p_wrap p.f_bell {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .sec01 .inner-cont .flex .txt .p_wrap p.f_bell {
    font-size: 2.2rem;
  }
}
.sec01 .inner-cont .flex .txt .p_wrap + p {
  margin-top: 40px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .sec01 .inner-cont .flex .txt .p_wrap + p {
    margin-top: 12px;
    padding-bottom: 15px;
    font-size: 1rem;
  }
}
.sec01 .inner-cont .flex .txt .p_wrap + p span {
  display: inline-block;
  margin-left: 4px;
  width: 10px;
}
@media (max-width: 768px) {
  .sec01 .inner-cont .flex .txt .p_wrap + p span {
    margin-left: 3px;
    font-size: 7.5px;
  }
}
@media (hover: hover) {
  .sec01 .inner-cont a:hover .pic img {
    opacity: 0.7;
  }
}

.sec02 .inner-cont {
  max-width: 736px;
}
.sec02 .inner-cont p.cap {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sec02 .inner-cont p.cap {
    margin-top: 10px;
  }
}
.sec02 .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec02 .btns_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
}
.sec02 .btns_wrap .plan_btn {
  width: 49%;
}
@media (max-width: 768px) {
  .sec02 .btns_wrap .plan_btn {
    width: 100%;
  }
}
.sec02 .btns_wrap .plan_btn a .pic {
  position: relative;
}
.sec02 .btns_wrap .plan_btn a .pic img {
  position: relative;
  z-index: 9;
}
.sec02 .btns_wrap .plan_btn a .pic p.more {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  z-index: 9;
}
@media (max-width: 768px) {
  .sec02 .btns_wrap .plan_btn a .pic p.more {
    font-size: 3.7vw;
    bottom: 5.3vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec02 .btns_wrap .plan_btn a .pic p.more {
    font-size: 1.4rem;
    bottom: 20px;
  }
}
.sec02 .btns_wrap .plan_btn a .pic p.more span {
  display: inline-block;
  position: relative;
}
.sec02 .btns_wrap .plan_btn a .pic p.more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #746b63;
  border-right: 1px solid #746b63;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 768px) {
  .sec02 .btns_wrap .plan_btn a .pic p.more span::after {
    width: 2.4vw;
    height: 2.4vw;
    right: -4vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec02 .btns_wrap .plan_btn a .pic p.more span::after {
    width: 9px;
    height: 9px;
  }
}
.sec02 .btns_wrap .plan_btn a .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media (hover: hover) {
  .sec02 .btns_wrap .plan_btn a:hover .pic::after {
    opacity: 0.5;
  }
  .sec02 .btns_wrap .plan_btn a:hover .pic p.more span::after {
    right: -20px;
  }
}
@media (hover: hover) and (max-width: 768px) {
  .sec02 .btns_wrap .plan_btn a:hover .pic p.more span::after {
    right: -5.3vw;
  }
}
@media (hover: hover) and (max-width: 768px) and (max-width: 480px) {
  .sec02 .btns_wrap .plan_btn a:hover .pic p.more span::after {
    right: -20px;
  }
}
.sec02 ul::after {
  display: none;
}

.sec03 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .sec03 {
    padding-top: 60px;
  }
}
.sec03 .pic {
  width: 100%;
}

.sec04 {
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .sec04 {
    padding-bottom: 60px;
  }
}
.sec04 .inner-cont {
  max-width: 956px;
}
.sec04 .inner-cont .box_wrap {
  padding: 75px 0 90px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .sec04 .inner-cont .box_wrap {
    padding: 40px 0;
  }
}
.sec04 .inner-cont .box_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
.sec04 .inner-cont .box_wrap > * {
  position: relative;
  z-index: 1;
}
.sec04 .inner-cont .box_wrap p.f_bell {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sec04 .inner-cont .box_wrap p.f_bell {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
}
.sec04 .inner-cont .box_wrap p:nth-child(2) {
  padding: 28px 0;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sec04 .inner-cont .box_wrap p:nth-child(2) {
    padding: 25px 0 20px;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec04 .inner-cont .box_wrap p:nth-child(2) {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.sec04 .inner-cont .box_wrap p:nth-child(3) {
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec04 .inner-cont .box_wrap .entryBtn {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .sec04 .inner-cont .box_wrap .entryBtn {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  header {
    position: relative;
    margin-top: -33px;
    background: #e9e8e4;
  }
}

h2.s_h2 {
  padding-top: 180px;
  color: #746b63;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  h2.s_h2 {
    padding-top: 100px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=dedic.css.map */