@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  mv

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.mv {
  background: url(../img/top_mv_img01@2x.jpg) 50%/cover;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/top_mv_img01@sp.jpg) 50%/cover;
  }
}

.mv:before {
  content: 'scroll';
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #eb6017;
  position: absolute;
  left: 50%;
  bottom: -34px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .mv:before {
    font-size: 12px;
    bottom: -36px;
  }
}

.mv:after {
  content: '';
  display: block;
  width: 6px;
  height: 83px;
  border-radius: 3px;
  background: #ec6015;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  animation: scroll 1.4s ease-in-out infinite;
}
@keyframes scroll{
  0%{
    height:0;
    bottom:83px;
    opacity: 0;
  }
  50%{
    height:83px;
    bottom:0px;
    opacity: 1;
  }
  100%{
    height:0;
    bottom:0px;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .mv:after {
    width: 2px;
    height: 26px;
    bottom: -20px;
  }
}

.mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 150px);
  max-height: 750px;
}

@media screen and (max-width: 767px) {
  .mv .container {
    height: 320px;
    padding: 0 10px;
  }
}

.mv_ttl {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .mv_ttl {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mv_ttl_img {
    width: 260px;
  }
}

.mv_img {
  display: none;
}

.mv_btm_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .mv_btm_img {
    width: 200px;
  }
}

.mv_dec {
  position: absolute;
  z-index: 1;
}

.mv_dec01 {
  top: 317px;
  right: calc(50% + 641px);
}

@media screen and (max-width: 767px) {
  .mv_dec01 {
    width: 150px;
    top: 24vw;
    right: calc(400 / 750 * 100vw);
  }
}

.mv_dec02 {
  top: 524px;
  right: calc(50% + 475px);
}

@media screen and (max-width: 767px) {
  .mv_dec02 {
    width: 100px;
    top: 25.3333333333vw;
    right: calc(40 / 750 * 100vw);
  }
}

.mv_dec03 {
  top: 80px;
  right: calc(50% + -164px);
}

@media screen and (max-width: 767px) {
  .mv_dec03 {
    width: 100px;
    top: 4vw;
    right: calc(500 / 750 * 100vw);
  }
}

.mv_dec04 {
  bottom: -59px;
  left: calc(50% + 421px);
}

@media screen and (max-width: 767px) {
  .mv_dec04 {
    display: none;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec_header {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sec_header {
    margin-bottom: 25px;
  }
}

.sec_ttl {
  margin: -0.4em 0;
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    margin: -0.2em 0;
    font-size: 32px;
    line-height: 1.3;
  }
}

.sec_ttl .jp {
  margin-left: 30px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sec_ttl .jp {
    margin-left: 0;
    font-size: 15px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec01

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec01 {
  padding-top: 215px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}

.sec01 .container {
  position: relative;
  z-index: 2;
}

.sec01 h2 {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec01 h2 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sec01 h2 img {
    width: 290px;
  }
}

.sec01 p {
  margin-bottom: 68px;
  font-size: 30px;
  font-size: 24px;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .sec01 p {
    margin-bottom: 28px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.sec01_bg_img01 {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec01_bg_img01 {
    width: 110px;
  }
}

.sec01_bg_img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec01_bg_img02 {
    width: 110px;
  }
}

.sec01_dec {
  position: absolute;
  z-index: 1;
}

.sec01_dec01 {
  top: 213px;
  right: calc(50% + 374px);
}

@media screen and (max-width: 767px) {
  .sec01_dec01 {
    width: 100px;
    top: 32vw;
    right: auto;
    left: 13.3333333333vw;
  }
}

.sec01_dec02 {
  top: 172px;
  left: calc(50% + 200px);
}

@media screen and (max-width: 767px) {
  .sec01_dec02 {
    width: 100px;
    top: 9.3333333333vw;
    left: 73.3333333333vw;
  }
}

.sec01_dec03 {
  top: 155px;
  right: calc(50% + 266px);
}

@media screen and (max-width: 767px) {
  .sec01_dec03 {
    display: none;
  }
}

.sec01_dec04 {
  top: 90px;
  left: calc(50% + 255px);
}

@media screen and (max-width: 767px) {
  .sec01_dec04 {
    width: 30px;
    top: 32vw;
    right: 6.6666666667vw;
    left: auto;
  }
}

.sec01_dec05 {
  bottom: 28px;
  right: calc(50% + 123px);
}

@media screen and (max-width: 767px) {
  .sec01_dec05 {
    width: 40px;
    top: 72vw;
    right: auto;
    left: 8vw;
  }
}

.sec01_dec06 {
  bottom: 108px;
  right: calc(50% + 252px);
}

@media screen and (max-width: 767px) {
  .sec01_dec06 {
    display: none;
  }
}

.sec01_dec07 {
  bottom: 254px;
  left: calc(50% + 337px);
}

@media screen and (max-width: 767px) {
  .sec01_dec07 {
    display: none;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec02

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec02 {
  padding-top: 88px;
  padding-bottom: 46px;
  background: url(../img/top_sec02_bg@2x.jpg) 50% 0%/cover no-repeat;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec02 .container {
  position: relative;
  z-index: 2;
}

.sec02 h2 {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec02 h2 img {
    width: 208px;
  }
}

.sec02_bg_img01 {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec02_bg_img01 {
    width: 60px;
    top: 200px;
  }
}

.sec02_bg_img02 {
  position: absolute;
  top: 486px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec02_bg_img02 {
    width: 80px;
    top: 1400px;
  }
}

.sec02 .list_item_img_block {
  margin: 0;
  border-radius: 0;
}

.sec02 .list_item_img_block:before {
  content: none;
}

.sec02 .list_item_img_block img {
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.sec02 .list_item_txt_block {
  position: relative;
  z-index: 1;
}

.sec02 .list_item h3 {
  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;
  width: 260px;
  height: 56px;
  margin: 0 auto;
  border-radius: 20px;
  background: #eb6017;
  font-size: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .sec02 .list_item h3 {
    width: 208px;
    height: 49px;
    border-radius: 10px;
    font-size: 16px;
  }
}

.sec02 .list_item p {
  font-size: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .sec02 .list_item p {
    margin-top: -5px;
    font-size: 16px;
  }
}

.sec02 .list_item:nth-child(1) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .sec02 .list_item:nth-child(1) {
    margin-top: 0;
  }
}

.sec02 .list_item:nth-child(3) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec02 .list_item:nth-child(3) {
    margin-top: 0;
  }
}

.sec02_dec {
  position: absolute;
  z-index: 1;
}

.sec02_dec01 {
  top: 46px;
  right: calc(50% + -5px);
}

@media screen and (max-width: 767px) {
  .sec02_dec01 {
    width: 150px;
    top: 70px;
    right: auto;
    left: 0;
  }
}

.sec02_dec02 {
  top: 295px;
  left: calc(50% + 315px);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec02_dec02 {
    width: 40px;
    top: 160px;
    left: auto;
    right: 25px;
  }
}

.sec02_dec03 {
  top: 260px;
  left: calc(50% + 331px);
}

@media screen and (max-width: 767px) {
  .sec02_dec03 {
    width: 40px;
    top: 165px;
    left: auto;
    right: 20px;
  }
}

.sec02_dec04 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec02_dec04 {
    display: block;
    width: 40px;
    top: 980px;
    left: 0;
  }
}

.sec02_dec05 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec02_dec05 {
    display: block;
    width: 50px;
    top: 600px;
    right: 0;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec03

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec03 {
  padding-top: 65px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: 80px;
  }
}

.sec03 .container {
  position: relative;
  z-index: 2;
}

.sec03 h2 {
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec03 h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec03 h2 img {
    height: 38px;
  }
}

.sec03 p {
  margin-bottom: 68px;
  font-size: 30px;
  font-size: 24px;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .sec03 p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2;
  }
}

.sec03 .bg {
  padding-top: 110px;
  padding-bottom: 125px;
  background: url(../img/top_sec03_bg@2x.jpg) 50%/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .sec03 .bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec03 .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .sec03 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .img_block {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .img_block img {
    width: 90%;
  }
}

.sec03 .txt_block {
  width: 100%;
  max-width: 783px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.sec03 .txt_block:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #0aa7b6;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec03 .txt_block:after {
    border-radius: 10px;
    top: 10px;
    right: -10px;
  }
}

.sec03 .base {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 64px;
  margin-left: -26px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec03 .base {
    padding: 0 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 0;
    border-radius: 10px;
  }
}

.sec03 h3 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec03 h3 {
    margin-bottom: 24px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sec03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .sec03 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec03 li {
  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;
  width: 216px;
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec03 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec03 li:before {
  content: '';
  display: block;
  width: 158px;
  height: 7px;
  border-radius: 4px;
  background: #ffa200;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

@media screen and (max-width: 767px) {
  .sec03 li:before {
    width: 3px;
    height: 50px;
    top: calc(100% - 10px);
    right: auto;
    left: 54px;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 767px) {
  .sec03 li picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    position: relative;
    z-index: 1;
  }
}

.sec03 li h4 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec03 li h4 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}

.sec03 li p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .sec03 li p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sec03 li:last-child {
    margin-bottom: 0;
  }
}

.sec03 li:last-child:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .sec03 .list_item_txt_block {
    width: 100%;
    text-align: left;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec04

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec04 {
  padding-top: 155px;
  margin-bottom: 116px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

.sec04 .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec04 .container > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec04 .img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
  padding-right: 30px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .sec04 .img_block {
    padding-right: 30px;
    
  }
}

@media screen and (max-width: 767px) {
  .sec04 .img_block {
    padding-right: 0;
    text-align: center;
    width: 300px;
    margin: 0 auto;

  }
}

.sec04 .img_block img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .sec04 .img_block img {
    width: 260px;
  }
}

.sec04 .txt_block {
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sec04 .txt_block {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .sec04_img01 {
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec04_img01 {
    width: 90%;
    margin-left: 0;
  }
}

.sec04 h2 {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .sec04 h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sec04 h2 img {
    height: 38px;
  }
}

.sec04 p {
  font-size: 24px;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 1500px) {
  .sec04 p {
    font-size: 20px;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .sec04 p {
    font-size: 16px;
    white-space: wrap;
  }
}

.sec04_dec {
  position: absolute;
  z-index: 1;
}

.sec04_dec01 {
  top: 50px;
  right: calc(50% + 556px);
}

@media screen and (max-width: 767px) {
  .sec04_dec01 {
    width: 40px;
    top: 380px;
    left: -10px;
  }
}

.sec04_dec02 {
  top: 94px;
  left: calc(50% + 24px);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec04_dec02 {
    width: 40px;
    top: 50px;
    left: 30px;
  }
}

.sec04_dec03 {
  top: 130px;
  left: calc(50% + 316px);
}

@media screen and (max-width: 767px) {
  .sec04_dec03 {
    width: 40px;
    top: 80px;
    left: 300px;
  }
}

.sec04_dec04 {
  top: 440px;
  left: calc(50% + 574px);
}

@media screen and (max-width: 767px) {
  .sec04_dec04 {
    width: 40px;
    top: 150px;
    left: 340px;
  }
}

.sec04_dec05 {
  top: 708px;
  left: calc(50% + -4px);
}

@media screen and (max-width: 767px) {
  .sec04_dec05 {
    width: 60px;
    top: 750px;
    left: 30px;
  }
}

.sec04_dec06 {
  top: 927px;
  right: calc(50% + 353px);
}

.sec04_dec07 {
  top: 340px;
  right: calc(50% + 348px);
}

.sec04_dec08 {
  top: 240px;
  left: calc(50% + 748px);
}

.sec04_dec09 {
  top: 595px;
  left: calc(50% + 222px);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec05

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec05 {
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 80px;
  }
}

.sec05 .container {
  position: relative;
  z-index: 2;
}

.sec05 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sec05 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .sec05 h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sec05 h2 img {
    height: 38px;
  }
}

.sec05 .sec_header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sec05 .sec_body {
  width: 100%;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .sec05 .sec_body {
    margin-left: 0;
  }
}

.sec05_dec {
  position: absolute;
  z-index: 1;
}

.sec05_dec01 {
  top: 129px;
  right: calc(50% + 570px);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  sec06

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.sec06 {
  position: relative;
  z-index: 1;
}

.sec06 .container {
  position: relative;
  z-index: 2;
}

.sec06 h2 {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec06 h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec06 h2 img {
    height: 90px;
  }
}

.sec06_contact {
  max-width: 1360px;
  padding: 60px;
  margin: 0 auto;
  border-radius: 40px;
  background: #31b8f6;
}

@media screen and (max-width: 767px) {
  .sec06_contact {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.sec06_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec06_contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec06_contact li {
  width: 47%;
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .sec06_contact li {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec06_contact li:last-child {
    margin-bottom: 0;
  }
}

.sec06_contact a {
  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;
  width: 100%;
  height: 90px;
  border-radius: 20px;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec06_contact a {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    font-size: 20px;
  }
}

.sec06_contact a img {
  margin-right: 18px;
}

.sec06_contact li.mail a {
  border: 4px solid #eb6017;
}

@media screen and (max-width: 767px) {
  .sec06_contact li.mail a img {
    width: 24px;
  }
}

.sec06_contact li.tel a {
  border: 4px solid #004fff;
}

@media screen and (max-width: 767px) {
  .sec06_contact li.tel a img {
    width: 36px;
  }
}

.sec06_dec {
  position: absolute;
  z-index: 1;
}

.sec06_dec01 {
  top: -20px;
  right: calc(50% + 370px);
}

.page_btm_news .sec_header {
  margin: 0;
}
