@charset "UTF-8";
/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/*
テキスト
------------------------------------------------------------------- */
h3, h4, h5 {
  font-weight: 500;
}

.text h4 {
  margin-bottom: 40px;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1.5806451613;
}
.text p {
  max-width: 500px;
}

@media all and (max-width: 768px) {
  .text h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2;
  }
  .text p {
    max-width: 100%;
  }
}

section {
    position: initial;
}
.lineup_logo{
  width:35%;
  height:50px;
  img{
    width:200px;
    height:50px;
  }
}

/*
FV
------------------------------------------------------------------- */

.arietta_visual .catch{
  padding:3vw 5vw;
  background-color:rgba(255,255,255,0.8);
  width:fit-content;
  line-height:2;
  text-align:center;
  margin-top: 23%;
}
.arietta_visual h3 {
  position: relative;
  font-size:2em;
  margin-bottom:1em;
  color: #908655;
  font-weight:bold;
}
.photo_img{
  padding-top: 61.5%;
/*
  background-image:url(../img/ds/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
*/
}
@media all and (max-width: 768px) {
  .arietta_visual .catch h3 {
    display: none;
  }
  .page_header{
    margin-bottom:0;
  }
  .page_header .wrap{
    gap: 5%;
  }
  .lineup_logo{
    width:35%;
    img{
      width:100%;
    }
  }
  .page_header .wrap br{
    display:none;
  }
}
.page_link{
  margin-top:5vw;
}
.page_link .item{
  margin-bottom:5em;
}
.page_link .item h3{
  font-weight:bold;
  font-size:2.3vw;
}
@media all and (max-width: 768px) {
.page_link .item h3{
  font-size:6vw;
}
}
.page_link .item p{
  margin-bottom:1em;
}

.page_link .item figure{
  background-color:#FFf;
  margin: 1em auto;
  width:100%;
}
.page_link .item img{
  margin-bottom:1em;
  max-height: 370px;
  width: 100%;
  display: block;
  margin:auto;
}

.page_link .item > strong{
  font-family: 'Oswald', sans-serif;
  font-size:6em;
  line-height:1;
}
@media all and (max-width: 768px) {
.page_link .item > strong{
  font-size:5em;
}
}
.page_link .item > strong small{
  font-size:0.75rem;
}

@media all and (max-width: 768px) {
.page_link .item > strong small{
  font-size:1rem;
}
}
.page_link .item .box{
  padding:1em;
  text-align:center;
  background-color:#908655;
  color:#FFF;
  margin-top:1rem;
}
.page_link .item .box strong{
  font-size:1.15em;
}



/*
NEW NORMAL
------------------------------------------------------------------- */
.underline_h sub{
  vertical-align:bottom;
}

.new_normal01 {
  position: relative;
}
.new_normal01 .illust01 {
  position: absolute;
  left: 6%;
  z-index: 2;
  max-width: 338px;
  width: 21vw;
  background: no-repeat 50%/cover url(../img/arietta/illust01.png);
}
.new_normal01 .illust01:before {
  display: block;
  content: "";
  padding-top: 67.1597633136%;
}
.new_normal01 .underline_h {
  margin-bottom: 76px;
}
@media all and (max-width: 768px) {
  .new_normal01 .illust01 {
    display: none;
  }
}

.new_normal02 {
  position: relative;
  padding: 110px 0 92px;
}
.new_normal02 .illust02 {
  position: absolute;
  top: -40px;
  right: 13%;
  z-index: 2;
  max-width: 507px;
  width: 32vw;
  background: no-repeat 50%/cover url(../img/arietta/illust02.png);
}
.new_normal02 .illust02:before {
  display: block;
  content: "";
  padding-top: 39.0532544379%;
}
.new_normal02 .underline_h {
  margin-bottom: 91px;
}
@media all and (max-width: 768px) {
  .new_normal02 {
    padding: 60px 0 60px;
  }
  .new_normal02 .illust02 {
    display: none;
  }
  .new_normal02 .underline_h {
    margin-bottom: 40px;
  }
}

.new_normal03 {
  position: relative;
  padding: 200px 0;
}
.new_normal03 .illust03 {
  position: absolute;
  top: 166px;
  right: -70px;
  z-index: 2;
  max-width: 400px;
  width: 28vw;
  background: no-repeat 50%/cover url(../img/arietta/illust03.png);
}
.new_normal03 .illust03:before {
  display: block;
  content: "";
  padding-top: 82.0930232558%;
}
.new_normal03 .underline_h {
  margin-bottom: 174px;
}
.new_normal03 .text {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.new_normal03 .text p {
  margin-bottom: 40px;
}
.new_normal03 .text .table_list {
  margin-top: auto;
  max-width: 402px;
  margin-bottom: 25px;
}
.new_normal03 .text .table_list .dl_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.new_normal03 .text .table_list .dl_head dt {
  padding: 5px 35px;
  color: #fff;
  background: #333;
}
.new_normal03 .text .table_list .dl_head dd {
  text-align: right;
}
.new_normal03 .text .table_list li {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #CCCCCC;
}
.new_normal03 .text .table_list li:last-child {
  border-bottom: none;
}
.new_normal03 .text .table_list li span {
  display: block;
  margin-left: auto;
}
.new_normal03 figure {
  margin-left: auto;
  max-width: 600px;
  width: 40%;
}
@media all and (max-width: 768px) {
  .new_normal03 {
    padding: 60px 0 60px;
  }
  .new_normal03 .illust03 {
    display: none;
  }
  .new_normal03 .underline_h {
    margin-bottom: 40px;
  }
  .new_normal03 .text {
    order: 2;
    width: 100%;
  }
  .new_normal03 figure {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .new_normal03 .table_list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.new_normal04 {
  position: relative;
  padding: 120px 0 150px;
}
.new_normal04 .illust04 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  max-width: 425px;
  width: 28vw;
  background: no-repeat 50%/cover url(../img/arietta/illust04.png);
}
.new_normal04 .illust04:before {
  display: block;
  content: "";
  padding-top: 89.8823529412%;
}
.new_normal04 .underline_h {
  margin-bottom: 90px;
}
@media all and (max-width: 768px) {
  .new_normal04 {
    padding: 60px 0;
  }
  .new_normal04 .illust04 {
    display: none;
  }
}

.features_col {
  margin-bottom: 220px;
}
.features_col article:first-child {
  width: 30%;
  padding-right: 90px;
}
.features_col article:nth-child(2) {
  width: 40%;
  padding: 0 90px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.features_col article:last-child {
  width: 30%;
  padding-left: 90px;
}
.features_col h5 {
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 2.25rem;
}
.features_col p {
  margin-bottom: 40px;
}
.features_col .btn_area {
  padding-top: 0;
}
@media all and (max-width: 768px) {
  .features_col {
    margin-bottom: 60px;
  }
  .features_col article {
    margin-bottom: 40px;
  }
  .features_col article:first-child {
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #707070;
  }
  .features_col article:nth-child(2) {
    width: 100%;
    padding: 0 0 30px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .features_col article:last-child {
    width: 100%;
    padding-left: 0;
  }
  .features_col h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .features_col p {
    margin-bottom: 20px;
  }
}

/*
passive
------------------------------------------------------------------- */
.passive01 {
  margin-bottom: 167px;
}
.passive01 .line_h + p {
  margin-bottom: 155px;
}
.passive01 .text {
  width: 58%;
}
.passive01 figure.w600 {
  width: 41.3793103448%;
}
.passive01 figure.w940 {
  width: 64.8275862069%;
}
.passive01 .overlap_img {
  margin-top: -170px;
}
@media all and (max-width: 768px) {
  .passive01 {
    margin-bottom: 60px;
  }
  .passive01 .line_h + p {
    margin-bottom: 40px;
  }
  .passive01 h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .passive01 .col_box .text {
    width: 55%;
    padding-top: 0;
    order: 1;
  }
  .passive01 .col_box .text p {
    line-height: 1.5;
  }
  .passive01 .col_box figure {
    order: 2;
  }
  .passive01 .col_box figure.w600 {
    width: 40%;
  }
  .passive01 .overlap_img {
    margin-top: -30px;
    width: 70%;
  }
}

/*
resilience
------------------------------------------------------------------- */
.resilience {
  padding: 113px 0 260px;
}
.resilience .line_h + p {
  margin-bottom: 150px;
}
.resilience .line_box {
  margin-bottom: 160px;
}
.resilience .overlap {
  margin-top: -60px;
  margin-bottom: 127px;
}
.resilience .col_box .text {
  width: calc(100% - 870px);
}
.resilience .text p {
  max-width: 600px;
}
.resilience .col_3 {
  margin-left: -50px;
}
.resilience .col_3 > * {
  margin-left: 50px;
  width: calc(33.3333% - 50px);
}
.resilience .card figure {
  margin-bottom: 40px;
}
.resilience .card h5 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .resilience {
    padding: 60px 0;
  }
  .resilience .line_h + p {
    margin-bottom: 40px;
  }
  .resilience .line_box {
    margin-bottom: 80px;
  }
  .resilience .overlap {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .resilience .col_box .text {
    width: 100%;
  }
  .resilience .text p {
    max-width: 600px;
  }
  .resilience .col_3 {
    margin-left: 0;
  }
  .resilience .col_3 > * {
    margin-left: 0;
    width: 100%;
  }
  .resilience .card figure {
    margin-bottom: 20px;
  }
  .resilience .card h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*
plan
------------------------------------------------------------------- */
.plan {
  padding-bottom: 270px;

}
.plan h4 {
  margin-bottom: 100px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.plan h5 {
  margin-bottom: 60px;
  padding: 13px 0;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #333;
}
.plan .col_2 {
  margin-left: -170px;
}
.plan .col_2 > * {
  margin-left: 170px;
  width: calc(50% - 170px);
}
@media all and (max-width: 768px) {
  .plan {
    padding-bottom: 120px;
  }
  .plan h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
  .plan h5 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
  .plan .col_2 {
    margin-left: 0;
  }
  .plan .col_2 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}

.plan_img {
  width: 96%;
  max-width: 1800px;
  margin: 0 auto 135px;
}
@media all and (max-width: 768px) {
  .plan_img {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=arietta.css.map */

.plan article ul {
  margin-top:1em;
}
.plan article ul li{
  margin-bottom:0.5em;
  padding-bottom:0.5em;
  border-bottom:1px solid #CCC;
}
.plan article ul li b{
  display:inline-block;
  width:2em;
  line-height:2em;
  border-radius:50%;
  background-color:#333;
  color:#FFF;
  text-align:center;
  margin-right:0.5em;
  vertical-align:middle;
}
