@charset "UTF-8";

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* アニメーション設定 */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */


.black {
  display: block;
  background-color: #005DAC;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#contents_point02 .line01 .black, #contents_point04 .line01 .black, #contents_point06 .line01 .black, #contents_point06 .line02 .black {
  background-color: #fff;
}

#contents_point01 .line01 .black, #contents_point03 .line01 .black, #contents_point05 .line01 .black, #contents_point05 .line02 .black {
  background-color: #000;
}

.contents_title .line {
  display: block;
  position: relative;
  max-height: 55px;
}

.contents_title .line .texts {
  display: block;
  opacity: 0;
}

#contents_point01 .line, #contents_point02 .line, #contents_point03 .line, #contents_point04 .line {
  text-align: center;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1030px) {

  #contents_point01 .line, #contents_point02 .line, #contents_point03 .line, #contents_point04 .line {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
}

#contents_point05 .line {
  text-align: left;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 2%;
}

#contents_point06 .line {
  text-align: right;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 2%;
}

@media screen and (min-width: 751px) {

  #contents_point06 .line01 {
    width: 300px;
    margin-left: 420px;
  }

}

#contents_point .line {
  text-align: center;
  max-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents_pointArea .contents_title {
  top: 10%;
  left: 0;
  margin-left: 10%;
  z-index: 5;
}

.contents_pointArea.blue .contents_title {
  /* width: 50%; */
  top: 10%;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 10%;
  z-index: 5;
}


.contents_pointArea .contents_wrapper h2 span {
  font-size: 8.8rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: inline-block;
}

.contents_pointArea.blue .contents_wrapper h2 span {
  color: #FFF;
}

@media screen and (max-width: 1030px) {

  .contents_pointArea .contents_wrapper h2 span {
    font-size: 10vw;
  }
}



/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* MV */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_mv .contents_wrapper {
    width: 100%;
    min-height: 750px;
    position: relative;
    margin-top: 230px;
}

#contents_mv .contents_wrapper .contents_inner {
  width: 90%;
  margin: auto;
}

#contents_mv .contents_title {
    width: 90%;
    max-width: 1050px;
    z-index: 1;
    top: -10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#contents_mv .contents_title p {
  color: #005DAC;
  text-align: right;
  width: 98%;
  font-weight: bold;
}

#contents_mv .contents_title h2 {
    font-size: 9.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #005DAC;
}

#contents_mv .contents_title_txt {
  text-align: center;
    width: 95%;
    font-size: 2.4rem;
    line-height: 2;
    margin: 120px auto 0 auto;
}

#contents_mv .point_number {
  position: absolute;
  right: 5%;
  bottom: -15%;
  font-size: 18rem;
  font-weight: 500;
  color: #005DAC;
  display: block;
}

@media screen and (max-width: 1030px) {

  #contents_mv .contents_wrapper  {
    min-height: auto;
    margin-top: 30%;
  }

  #contents_mv .contents_title h2 {
    font-size: 7vw;
  }

}

@media screen and (max-width: 750px) {

  #contents_mv .contents_wrapper  {
    margin-top: 20%;
    padding-top: 30%;
  }

  #contents_mv .contents_title {
    top: 12%;
  }

  #contents_mv .contents_title p {
    text-align: center;
  }

  #contents_mv .contents_title h2 {
    font-size: 3.5rem !important;
    letter-spacing: 0em;
  }

  #contents_mv .contents_title_txt {
    margin: 60px auto 0 auto;
    font-size: 1.5rem;
    width: 70%;
  }

}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* point */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

.contents_pointArea .contents_wrapper {
  padding: 164px 0 50px 0;
  background: #FFF;
}

.contents_pointArea.blue .contents_wrapper {
  padding: 120px 0 50px 0;
  background: #005DAC;
}

#contents_point05.contents_pointArea .contents_wrapper{
  min-height: 1150px;
}

#contents_point06.contents_pointArea.blue .contents_wrapper {
  min-height: 1000px;
}

.contents_pointArea .contents_point_number {
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display: flex;
    justify-content: left;
    position: absolute;
    top: -7%;
    right: 8%;
    z-index: 2;
}

.contents_pointArea.blue .contents_point_number {
  left: 8%;
}

.contents_pointArea .contents_point_number p {
  font-size: 6rem;
    color: #005DAC;
    font-weight: 500;
}

.contents_pointArea .contents_point_number span {
  font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 15px;
    margin-top: 12px;
    color: #005DAC;
    text-align: left;
}

.contents_pointArea.blue .contents_point_number p, .contents_pointArea.blue .contents_point_number span {
  color: #8DD6ED;
}

.contents_pointArea .contents_imageBox {
  width: 100%;
  height: 580px;
  position: relative;
}

.contents_pointArea .contents_imageBox img {
  width: 85%;
  height: auto;
  max-width: 1012px;
  position: absolute;
  right: 0;
  margin-right: 2.5%;
}

.contents_pointArea.blue .contents_imageBox img {
  width: 85%;
  height: auto;
  max-width: 1012px;
  position: absolute;
  left: 0;
  margin-left: 2.5%;
  margin-right: 0;
}

/* .contents_pointArea.blue .contents_imageBox {
  text-align: left;
    margin-right: 15%;
    margin-left: 5%;
} */

.contents_pointArea .contents_txtBox {
  max-width: 450px;
    width: 40%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 15%;
}

#contents_point02.contents_pointArea .contents_txtBox, #contents_point05.contents_pointArea .contents_txtBox {
  max-width: 500px;
  bottom: 10%;
}

#contents_point06.contents_pointArea .contents_txtBox  {
  bottom: 10%;
}

#contents_point03.contents_pointArea .contents_txtBox {
  bottom: 0;
}

.contents_pointArea.blue .contents_txtBox {
  right: 0;
  left: auto;
}

.contents_pointArea .contents_imageBox .contents_headline {
  font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-left: 10%;
    top: 40%;
    position: absolute;
    border-bottom: 4px solid;
}

.contents_pointArea.blue .contents_imageBox .contents_headline {
  font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 10%;
    top: 35%;
    right: 0;
    position: absolute;
    border-bottom: 4px solid;
    color: #FFF;
}

#contents_point05.contents_pointArea .contents_imageBox .contents_headline {
    top: 55%;
}

#contents_point06.contents_pointArea.blue .contents_imageBox .contents_headline {
    top: 55%;
    text-align: right;
}

.contents_pointArea .contents_imageBox .contents_txt {
  font-size: 1.4rem;
    line-height: 2;
    position: absolute;
    max-width: 600px;
    padding-left: 0;
    left: 0;
    padding-left: 10%;
    bottom: 10%;
}

#contents_point03.contents_pointArea .contents_imageBox .contents_txt {
  bottom: -5%;
  max-width: 450px;
}

@media screen and (min-width: 1650px) {
  #contents_point03.contents_pointArea .contents_imageBox .contents_txt {
    max-width: 500px;
  }
}

#contents_point05.contents_pointArea .contents_imageBox .contents_txt {
    bottom: -25%;
}

.contents_pointArea.blue .contents_imageBox .contents_txt {
  font-size: 1.4rem;
    line-height: 2;
    position: absolute;
    max-width: 600px;
    padding-left: 0;
    right: 0;
    left: auto;
    padding-right: 10%;
    bottom: 5%;
    color: #FFF;
}

#contents_point04.contents_pointArea.blue .contents_imageBox .contents_txt {
    bottom: 20%;
    max-width: 550px;
}

#contents_point06.contents_pointArea.blue .contents_imageBox .contents_txt {
    bottom: -15%;
}

.contents_pointArea .contents_txtBox .contents_headline {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 4px solid;
    padding-left: 25%;
}

.contents_pointArea .contents_txtBox .contents_txt {
  font-size: 1.4rem;
    line-height: 2;
    padding-left: 25%;
}

.contents_pointArea.blue .contents_txtBox .contents_headline, .contents_pointArea.blue .contents_txtBox .contents_txt {
    padding-left: 0;
    color: #FFF;
}

.contents_pointArea.blue .contents_txtBox .contents_txt {
    margin-right: 15%;
}

.contents_sub_wrapper {
    width: 100%;
    margin: auto;
    padding: 30px 0 95px 0;
    position: relative;
    background: #FFF;
}

.contents_sub_wrapper.blue {
  background: #005DAC;
}

#contents_point06 {
  margin-bottom: 180px;
}

#contents_point01 .contents_sub_wrapper img {
  width: 844px;
    max-width: 100%;
    margin: auto;
}

#contents_point02 .contents_sub_wrapper img {
    width: 1002px;
    max-width: 100%;
    margin: auto;
    display: block;
}

#contents_point03 .contents_sub_wrapper p.image_head {
  font-size: 2rem;
    text-align: center;
    margin-bottom: 33px;
}

.contents_sub_wrapper .sub_imageBox {
  max-width: 1020px;
    width: 90%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.contents_sub_wrapper .sub_imageBox span {
  position: absolute;
    font-size: 4rem;
    font-weight: 500;
    left: 0;
    right: 0;
    margin: auto;
    width: 254px;
    top: 35%;
    text-align: center;
}

.contents_sub_wrapper .sub_imageBox .sub_image {
  width: 48%;
}

#contents_point03 .contents_sub_wrapper .sub_imageBox .sub_image {
  max-width: 498px;
}

#contents_point04 .contents_sub_wrapper .sub_imageBox div.sub_image:first-of-type {
  max-width: 527px;
}

#contents_point04 .contents_sub_wrapper .sub_imageBox div.sub_image:last-of-type {
  max-width: 487px;
}

.contents_sub_wrapper .sub_imageBox .sub_image p {
  font-size: 1.4rem;
    margin-top: 10px;
}

#contents_point05 .contents_btn {
    position: absolute;
    left: 0;
    padding-left: 10%;
    bottom: -40%;
}

#contents_point06 .contents_btn {
    position: absolute;
    right: 0;
    padding-right: 10%;
    bottom: -32%;
}

#contents_point05  a, #contents_point06  a {
  color: #005DAC;
    text-decoration: underline;
}

#contents_point05 a.contact_button {
  width: 290px;
    height: 60px;
    display: block;
    background: #005DAC;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    margin-top: 20px;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

#contents_point06 a.contact_button {
  width: 290px;
    height: 60px;
    display: block;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    position: relative;
    transition: .3s;
    text-decoration: none;
}

#contents_point05 a.contact_button:hover {
    background: #2BB5E2;
}

#contents_point06 a.contact_button:hover {
    background: #c9edf9;
}

#contents_point05 a.contact_button li {
  line-height: 60px;
    text-align: center;
    color: #FFF;
    list-style: none;
    font-size: 1.3rem;
}

#contents_point06 a.contact_button li {
  line-height: 60px;
    text-align: center;
    color: #005DAC;
    list-style: none;
    font-size: 1.3rem;
}

#contents_point05 a.contact_button li span.info_link_arrow, #contents_point06 a.contact_button li span.info_link_arrow {
  position: absolute;
    top: 36%;
    right: 6%;
    width: 30px;
    height: 14px;
    margin: auto;
    transition: .3s;
}

#contents_point05 a.contact_button:hover li span.info_link_arrow, #contents_point06 a.contact_button:hover li span.info_link_arrow {
  right: 4%;
}

#contents_point05 a.contact_button li span.info_link_arrow::before, #contents_point05 a.contact_button li span.info_link_arrow::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FFF;
}

#contents_point06 a.contact_button li span.info_link_arrow::before, #contents_point06 a.contact_button li span.info_link_arrow::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #005DAC;
}

#contents_point05 a.contact_button li span.info_link_arrow::before, #contents_point06 a.contact_button li span.info_link_arrow::before {
  width: 18px;
  height: 3px;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contents_point05 a.contact_button li span.info_link_arrow::after, #contents_point06 a.contact_button li span.info_link_arrow::after {
  width: 10px;
  height: 3px;
  top: calc(50%);
  right: -3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1030px) {

  #contents_point05.contents_pointArea .contents_wrapper, #contents_point06.contents_pointArea.blue .contents_wrapper {
    min-height: auto;
    padding-bottom: 50px;
  }

  #contents_mv .point_number {
    display: none;
  }

  #contents_point02 .contents_sub_wrapper img {
    width: 80%;
    display: block;
  }

  .contents_pointArea .contents_imageBox {
    width: 90%;
    height: auto;
    margin: auto;
  }

  .contents_pointArea .contents_imageBox img, .contents_pointArea.blue .contents_imageBox img {
    width: 100%;
    position: relative;
    margin: 0 auto 50px auto;
  }

  .contents_pointArea .contents_title {
    position: relative;
    margin: auto;
  }

  .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea .contents_imageBox .contents_txt, .contents_pointArea.blue .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_txt {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
  }

  .contents_pointArea .contents_txtBox {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: auto;
    top: 0;
    left: 0;
  }

  #contents_point02.contents_pointArea .contents_txtBox, #contents_point05.contents_pointArea .contents_txtBox {
    width: 90%;
    max-width: 100%;
  }

  .contents_pointArea .contents_txtBox h2, .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea .contents_imageBox .contents_txt {
    padding-left: 0;
  }

  .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_headline {
    margin-bottom: 40px;
  }

  .contents_pointArea.blue .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_txt {
    padding-right: 0;
    margin-right: 0;
  }

  .contents_pointArea.blue .contents_txtBox h2 {
    right: 0;
  }

  .contents_sub_wrapper .sub_imageBox .sub_image {
    width: 48%;
  }

}

@media screen and (width: 1050px) {

.contents_pointArea .contents_imageBox {
  height: 40vh;
}

}

@media screen and (max-width: 750px) {

  .contents_pointArea .contents_wrapper, .contents_pointArea.blue .contents_wrapper {
    padding: 100px 0 0 0;
  }

  #contents_point01.contents_pointArea .contents_wrapper {
    padding: 60px 0 0 0;
  }

  /* .contents_pointArea.blue .contents_wrapper {
    padding: 50px 0 0 0;
  } */

  .contents_pointArea .contents_point_number {
    top: -7%;
    left: 5%;
  }

  .contents_pointArea.blue .contents_point_number {
    top: -6%;
    left: 5%;
  }

  #contents_point05.contents_pointArea .contents_point_number {
    top: -5%;
  }

  .contents_pointArea .contents_imageBox h2 {
    font-size: 4rem;
    margin-bottom: 10px;
  }

  .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_headline {
    font-size: 1.6rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid;
  }

  #contents_point06.contents_pointArea.blue .contents_imageBox .contents_headline {
    text-align: left;
  }

  #contents_point01 .contents_sub_wrapper img {
    width: 80%;
  }

  .contents_pointArea .contents_imageBox img, .contents_pointArea.blue .contents_imageBox img {
    margin: 0 auto 25px auto;
  }

  .contents_sub_wrapper .sub_imageBox {
    display: block;
  }

  .contents_sub_wrapper .sub_imageBox .sub_image p {
    text-align: center;
    margin: 20px;
    margin-top: 5px;
  }

  .contents_sub_wrapper .sub_imageBox span {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 2.8rem;
  }

  .contents_sub_wrapper .sub_imageBox .sub_image {
    width: 100%;
    margin: auto;
  }

  .contents_sub_wrapper {
    padding: 37px 0;
  }

  #contents_point04 .contents_sub_wrapper .sub_imageBox .sub_image {
    margin-bottom: 50px;
  }

  #contents_point06 {
    margin-bottom: 80px;
  }

  .contents_pointArea .contents_txtBox {
    margin: 15px auto 0 auto;
  }

  #contents_point01 .contents_title, #contents_point03 .contents_title {
    width: 210px;
    margin-left: 0;
  }

  #contents_point02 .contents_title {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  #contents_point04 .contents_title {
    width: 340px;
    margin-left: 0;
    margin-right: 0;
  }

  #contents_point05 .contents_title .line01 {
    width: 160px;
  }

  #contents_point05 .contents_title .line02 {
    width: 260px;
  }

  #contents_point06 .contents_title .line01 {
    width: 140px;
  }

  #contents_point06 .contents_title .line02 {
    width: 310px;
  }

  .contents_pointArea .contents_point_number span {
    margin-left: 14px;
  }

  #contents_point05 a.contact_button, #contents_point06 a.contact_button {
    width: 100%;
  }

  #contents_point05 a.contact_button li span.info_link_arrow, #contents_point06 a.contact_button li span.info_link_arrow {
    right: 8%;
  }

  #contents_point05 a.contact_button:hover li span.info_link_arrow, #contents_point06 a.contact_button:hover li span.info_link_arrow {
    right: 3%;
  }

  #contents_point05 .contents_btn, #contents_point06 .contents_btn {
      position: relative;
      padding: 0;
    margin: 20px auto;
  }


}
