@charset "UTF-8";
h2,
h2 > p, h2 > span,
h3 {
  letter-spacing: 0.18em;
}

.mv .mv_image {
  margin-bottom: 10px;
}

.mv .mv_image img {
  width: 100%;
}

.mv .mv_notice {
  text-align: right;
}

.about .page_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.about .page_container figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(210, 210, 210, .8) inset;
          box-shadow: 0px 0px 5px 1px rgba(210, 210, 210, .8) inset;
}

.about .page_container figure > div {
  width: 47%;
}

.about .page_container figure:not(:last-of-type) {
  margin-bottom: 45px;
}

.about .page_container figcaption {
  width: 50%;
}

.about .page_container figcaption h3 {
  font-size: 28px;
  font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Times New Roman", serif;
  text-align: center;
  letter-spacing: 0.18em;
  color: #3f2965;
  position: relative;
  padding: 12px 0;
  margin-bottom: 22px;
}

.about .page_container figcaption h3::before, .about .page_container figcaption h3::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../img/common/border_gradation.png");
  background-size: contain;
  height: 1px;
  width: 100%;
}

.about .page_container figcaption h3::before {
  top: 0;
}

.about .page_container figcaption h3::after {
  bottom: 0;
}

.about .page_container figcaption p {
  line-height: 2;
}

.about .page_container figcaption p:not(:last-of-type) {
  margin-bottom: 20px;
}

.duallift_lead {
  background-image: url("../img/top/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}

.duallift_lead_content {
  background-color: #f1f0f0;
  padding: 45px 30px 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.duallift_lead_content::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-right: 135px solid transparent;
  border-top: 135px solid #fff;
  left: 0;
  top: 0;
}

.duallift_lead_content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.duallift_lead_content figure > div {
  width: 35%;
}

.duallift_lead_content figure > div img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
}

.duallift_lead_content figure figcaption {
  width: 61%;
}

.duallift_lead_content figure figcaption h3,
.duallift_lead_content figure figcaption h4 {
  font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Times New Roman", serif;
  letter-spacing: 0.18em;
}

.duallift_lead_content figure figcaption h3 {
  font-size: 28px;
  color: #3f2965;
  padding-left: 10%;
  position: relative;
  margin-bottom: 4px;
}

.duallift_lead_content figure figcaption h3::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #3f2965;
  width: 8%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.duallift_lead_content figure figcaption h4 {
  font-size: 22px;
  color: #5251bd;
  margin-bottom: 14px;
  line-height: 1.8;
}

.duallift_lead_content p {
  line-height: 1.9;
}

.duallift_lead .duallift_lead_notice {
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
}

.duallift_lead .duallift_lead_btn {
  width: 257px;
}

.duallift_lead .duallift_lead_btn span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.duallift_lead .duallift_lead_btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  background-image: url("../img/top/button_arrow@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 14px;
}

.features {
  padding-top: 80px;
  padding-bottom: 100px;
}

.features .section_heading .heading_top {
  padding-top: 30px;
}

.features .section_heading .heading_top::before {
  height: 1px;
  width: 49%;
  background-color: #9a8cad;
  top: 0;
  margin: auto;
}

.features .section_heading .heading_top::after {
  height: 28px;
  width: 28px;
  background-image: url("../img/top/features_icon@2x.png");
}

.features h2 {
  margin-bottom: 60px;
}

.features ul {
  border-top: 1px solid #e8dad2;
  border-left: 1px solid #e8dad2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
  margin-bottom: 12px;
}

.features ul li {
  width: 33.3%;
  padding: 15px 20px;
  border-bottom: 1px solid #e8dad2;
  border-right: 1px solid #e8dad2;
  position: relative;
}

.features ul li::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-right: 54px solid transparent;
  border-top: 54px solid #f1f0f0;
  left: 0;
  top: 0;
}

.features ul li::after {
  position: absolute;
  content: "";
  z-index: -1;
  border-left: 54px solid transparent;
  border-bottom: 54px solid #f1f0f0;
  right: 0;
  bottom: 0;
}

.features ul h3 {
  color: #3f2965;
  text-align: center;
  background-color: #ebeaef;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
  height: 82px;
  line-height: 1.8;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  padding-top: 5px;
}

.features ul .features_image {
  margin-bottom: 24px;
}

.features ul p {
  letter-spacing: 0.06em;
}

.features .features_notice {
  text-align: right;
  font-size: 13px;
  margin-bottom: 50px;
}

.features .features_btn {
  width: 490px;
}

.features .features_btn span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.features .features_btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
  background-image: url("../img/top/button_arrow@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 14px;
}

.original {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #ebe9ed;
}

.original .section_heading .heading_top {
  padding-top: 30px;
}

.original .section_heading .heading_top::before {
  height: 1px;
  width: 62%;
  background-color: #9a8cad;
  top: 0;
  margin: auto;
}

.original .section_heading .heading_top::after {
  height: 26px;
  width: 26px;
  background-image: url("../img/top/original_icon@2x.png");
}

.original h2 {
  margin-bottom: 40px;
}

.original .original_lead {
  text-align: center;
  margin-bottom: 60px;
}

.message {
  padding-top: 120px;
  padding-bottom: 160px;
  background-color: #ebe9ed;
  position: relative;
}

.message::before {
  content: "";
  position: absolute;
  top: -10px;
  background-image: url("../img/top/message_border.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 100%;
}

.message figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.message .message_image {
  margin-bottom: -40px;
  width: 33%;
  margin-right: -100px;
  z-index: 100;
}

.message figcaption {
  background-color: #f1f0f0;
  padding: 40px 130px;
  width: 91%;
  margin-right: -130px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}

.message figcaption p {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.message figcaption p:not(:last-of-type) {
  margin-bottom: 22px;
}

.message figcaption p span {
  color: #233453;
  font-weight: bold;
}

@media screen and (max-width: 1750px) {
  h2,
  h2 > p, h2 > span,
  h3 {
    letter-spacing: 0.18em;
  }
}

@media screen and (max-width: 1440px) {
  h2,
  h2 > p, h2 > span,
  h3 {
    letter-spacing: 0.18em;
  }
}

@media screen and (max-width: 1024px) {
  h2,
  h2 > p, h2 > span,
  h3 {
    letter-spacing: 0.18em;
  }
  .message figcaption {
    margin-right: -4%;
    padding: 40px 100px;
  }
}

@media screen and (max-width: 768px) {
  h2,
  h2 > p, h2 > span,
  h3 {
    letter-spacing: 0.18em;
  }
  .message figcaption {
    margin-right: -2%;
    padding: 40px 60px 40px 120px;
  }
}

@media screen and (max-width: 600px) {
  .mv .mv_notice {
    font-size: 12px;
  }
  .about .page_container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about .page_container figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6%;
  }
  .about .page_container figure > div {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
  .about .page_container figcaption {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about .page_container figcaption h3 {
    font-size: 18px;
  }
  .duallift_lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .duallift_lead_content {
    padding: 20px 15px;
  }
  .duallift_lead_content::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-right: 70px solid transparent;
    border-top: 70px solid #fff;
    left: 0;
    top: 0;
  }
  .duallift_lead_content figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .duallift_lead_content figure > div {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .duallift_lead_content figure figcaption {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
  .duallift_lead_content figure figcaption h3 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .duallift_lead_content figure figcaption h3::before {
    content: none;
  }
  .duallift_lead_content figure figcaption h4 {
    font-size: 16px;
  }
  .duallift_lead .duallift_lead_notice {
    text-align: left;
  }
  .duallift_lead .duallift_lead_btn {
    width: 100%;
  }
  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .features .section_heading .heading_top::after {
    width: 18px;
    height: 18px;
  }
  .features h2 {
    margin-bottom: 30px;
  }
  .features ul {
    display: block;
  }
  .features ul li {
    width: 100%;
  }
  .features ul li::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-right: 36px solid transparent;
    border-top: 36px solid #f1f0f0;
    left: 0;
    top: 0;
  }
  .features ul li::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-left: 36px solid transparent;
    border-bottom: 36px solid #f1f0f0;
    right: 0;
    bottom: 0;
  }
  .features .features_notice {
    font-size: 12px;
    text-align: left;
  }
  .features .features_btn {
    width: 100%;
  }
  .original {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .original .section_heading .heading_top::after {
    width: 19px;
    height: 19px;
  }
  .original h2 {
    margin-bottom: 20px;
  }
  .original .original_lead {
    margin-bottom: 30px;
  }
  .message {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .message::before {
    height: 10px;
  }
  .message figure {
    display: block;
  }
  .message .message_image {
    width: 70%;
    margin: auto;
  }
  .message figcaption {
    padding: 50px 25px 25px;
    width: 100%;
    margin-right: 0;
    margin-top: -35px;
  }
}
