@charset "utf-8";


.contents_top ul {
  width: 100%;
}

.contents_top table {
  width: 100%;
}





/*--------------------------------------
　Header
---------------------------------------*/
.header_home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header_home .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header_home .sitename {
  background: #fff;
  width: 100%;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .header_home .logo {
    position: relative;
    margin: 0 0 0;
  }
}





/*--------------------------------------
　MV
---------------------------------------*/
.mv_home_wrap {
  background: -moz-linear-gradient(180deg, #33b084 0%, #33b084 50%, #def3eb 100%);
  background: -webkit-linear-gradient(180deg, #33b084 0%, #33b084 50%, #def3eb 100%);
  background: linear-gradient(180deg, #33b084 0%, #33b084 50%, #def3eb 100%);
  /*padding: 18rem 0 16rem;*/
  padding: 0 0 16rem;
  box-sizing: border-box;
}

.mv_home {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  padding: 18rem 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.mv_home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/mv_home_bg.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 820px;
  z-index: -1;
}

.mv_home .mv_inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.mv_home .mv_block {
  position: relative;
}

.mv_home .l_box {
  width: calc(100% - 540px);
  margin: 5rem 0 0;
  box-sizing: border-box;
}

.mv_home .mv_ttl {
  font-size: 3.4rem;
}

.mv_home .mv_ttl .mid {
  display: inline-block;
  width: 150px;
  margin: 0 5px 1rem;
  padding: 8px 1rem;
  box-sizing: border-box;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  position: relative;
}

.mv_home .mv_ttl .large {
  font-size: 4.4rem;
}

.mv_home .mv_ttl .sb {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}

.mv_home .mv_ttl .sb:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}

.mv_home .mv_txt {
  margin: 4rem 0 0;
  font-size: 1.5rem;
  line-height: 2.2;
}

.mv_home .r_box {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(0, -50%);
  max-width: 730px;
  margin: -7rem 0 0;
  box-sizing: border-box;
  width: 100%;
}

.mv_home .mv_img {
  max-width: 100%;
}



.toc_parts.home {
  margin: 6rem auto 0;
  padding: 2rem 7rem;
}

.toc_parts.home .chapter li br {
  display: block;
}

.toc_parts.home .block_inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.toc_parts.home .chapter {
  width: calc(50% - 2rem);
  box-sizing: border-box;
}

.toc_parts.home .chapter li a::before {
  margin-top: -7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toc_parts.home .link {
  margin: 0 0 1rem;
}

.toc_parts.home .link a {
  background: #f3ece4;
  padding: 1.8rem 5rem 1.8rem 2rem;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
}

.toc_parts.home .link01 a,
.toc_parts.home .link03 a {
  padding: 2.5rem 5rem 1.8rem 2rem;
}

.toc_parts.home .link01 a {
  background: #f3ece4 url("img/icon_02.png") right 20px center no-repeat;
  background-size: 84px auto;
}

.toc_parts.home .link02 a {
  background: #f3ece4 url("img/icon_03.png") right 20px center no-repeat;
  background-size: 84px auto;
}

.toc_parts.home .link03 a {
  background: #f3ece4 url("img/icon_04.png") right 20px center no-repeat;
  background-size: 84px auto;
}

.toc_parts.home .link .sub {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 5px 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.toc_parts.home .link a::before {
  display: none;
}

.toc_parts.home .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("img/arrow_01.png") left top no-repeat;
  background-size: contain;
  width: 28px;
  height: 18px;
  margin-top: -9px;
}

.toc_parts.home .link01 a::after,
.toc_parts.home .link02 a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .mv_home_wrap {
    padding: 0 0 8rem;
  }

  .mv_home {
    width: 100%;
    min-width: 100%;
    padding: 15rem 2rem 0;
    overflow: inherit;
  }

  .mv_home::after {
    background: url("img/mv_home_bg_sp.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc(100%*1190/750);
  }

  .mv_home .mv_inner {
    max-width: 100%;
  }

  .mv_home .l_box {
    width: 100%;
    margin: 0 0 0;
  }

  .mv_home .mv_ttl {
    font-size: 2.4rem;
  }

  .mv_home .mv_ttl .mid {
    width: 35%;
    margin: 0 3px 8px;
    padding: 6px 5px;
    font-size: 2.6rem;
  }

  .mv_home .mv_ttl .large {
    font-size: 2.6rem;
  }

  .mv_home .mv_ttl .small {
    font-size: 2rem;
  }
  .mv_home .mv_ttl .sb {
    margin: 0 0 8px;
    padding: 0 0 5px;
    font-size: 1.1rem;
  }

  .mv_home .mv_ttl .sb:after {
    margin-left: -4px;
    border: 4px solid transparent;
    border-top: 6px solid #fff;
  }

  .mv_home .mv_txt {
    margin: 2rem 0 0;
    line-height: 1.8;
  }

  .mv_home .r_box {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    width: 100%;
    margin: 0 0 0;
  }



  .toc_parts.home {
    max-width: calc(100% - 4rem);
    margin: 2rem auto 0;
    padding: 1.5rem 2rem 1rem;
    z-index: 1;
  }

  .toc_parts.home .block_inner {
    display: block;
    padding: 1rem 0 0;
  }

  .toc_parts.home .chapter {
    width: 100%;
    margin: 0 0 2rem;
  }

  .toc_parts.home .chapter:last-child {
    margin: 0 0 0;
  }

  .toc_parts.home .chapter li a::before {
    margin-top: -5px;
  }

  .toc_parts.home .link {
    margin: 0 0 1.8rem;
  }

  .toc_parts.home .link a {
    padding: 1.8rem 5rem 1.8rem 1.5rem;
    font-size: 1.5rem;
  }

  .toc_parts.home .link01 a,
  .toc_parts.home .link03 a {
    padding: 2rem 4rem 1.8rem 1.5rem;
  }

  .toc_parts.home .link01 a {
    background: #f3ece4 url("img/icon_02.png") right 15px center no-repeat;
    background-size: 20% auto;
  }

  .toc_parts.home .link02 a {
    background: #f3ece4 url("img/icon_03.png") right 15px center no-repeat;
    background-size: 20% auto;
  }

  .toc_parts.home .link03 a {
    background: #f3ece4 url("img/icon_04.png") right 15px center no-repeat;
    background-size: 20% auto;
  }

  .toc_parts.home .link .sub {
    top: -8px;
    left: 15px;
    padding: 3px 8px;
    font-size: 1.4rem;
  }

  .toc_parts.home .link a::after {
    right: 15px;
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    margin-top: -7px;
  }
}





/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.sec {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.sec .inner {
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents_top {
    min-width: 100%;
  }

  .sec {
    min-width: 100%;
  }

  .sec .inner {
    max-width: 100%;
  }
}





/*--------------------------------------
　Title
---------------------------------------*/
.eng {
  margin: 0 auto 2rem;
  position: relative;
  top: -45px;
}

.main_ttl01 {
  text-align: center;
}

.main_ttl01 .m_ttl {
  font-size: 4.4rem;
}

.main_ttl01 .m_ttl a {
  padding: 0 6rem 0;
  position: relative;
}

.main_ttl01 .m_ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("img/arrow_01.png") left top no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
}

.main_ttl01 .m_ttl .sub {
  display: inline-block;
  background: #3bb68b;
  margin: 0 0 1rem;
  padding: 5px 1.5rem;
  box-sizing: border-box;
  font-size: 2.6rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .eng {
    margin: 0 auto 0;
    top: -20px;
  }

  .main_ttl01 .m_ttl {
    font-size: 2.4rem;
  }

  .main_ttl01 .m_ttl a {
    padding: 0 4rem 0;
  }

  .main_ttl01 .m_ttl a::after {
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 24px;
    height: 15px;
  }

  .main_ttl01 .m_ttl .sub {
    margin: 0 0 5px;
    padding: 5px 1rem;
    font-size: 1.5rem;
  }
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
  width: 100%;
  margin: 3rem 0 3rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2;
}

.txt {
  margin: 3rem 0 3rem;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 2;
}

.lead {
  margin: 3rem 0 0 !important;
  padding: 0 6rem;
  font-size: 1.5rem;
  line-height: 2;
}

p.caption {
  margin: 1rem 0 0 0 !important;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.3;
}

.sec p {
  margin: 0 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents_top p {
    margin: 2rem 0 2rem;
    line-height: 1.8;
  }

  .txt {
    margin: 2rem 0 2rem;
    line-height: 1.8;
  }

  .lead {
    margin: 2rem 0 0 !important;
    padding: 0 0;
    line-height: 1.8;
  }

  p.caption {
    margin: 1rem 0 0 0 !important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }

  .sec p {
    margin: 0 0 0;
  }
}





/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 0 0 27rem;
  position: relative;
}

.sec01 .inner {
  position: relative;
  z-index: 0;
}

.sec01::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  /* right: -30%; */
  background: url("img/carport_illust.gif") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  /* margin: 0 -20rem -27rem 0; */
}

.sec01 .eng {
  width: 890px;
}


.sec01_block {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
  position: relative;
  z-index: 0;
}

.sec01_block::before,
.sec01_block::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.sec01_block::before {
  bottom: 0;
  right: 100%;
  background: url("img/deco_03.png") left top no-repeat;
  background-size: 100% auto;
  width: 150px;
  height: 200px;
  margin: 0 0 15rem;
}

.sec01_block::after {
  top: 0;
  left: 100%;
  background: url("img/deco_04.png") left top no-repeat;
  background-size: 100% auto;
  width: 120px;
  height: 230px;
  margin: -9rem 0 0;
}

.sec01_block .item {
  width: 470px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.sec01_block .item:nth-child(1) {
  margin: 0 0 0 -3rem;
}

.sec01_block .item:nth-child(2) {
  margin: 0 -3rem 0 0;
}

.sec01_block .ttl01 {
  display: inline-block;
  padding: 2rem 4rem;
  box-sizing: border-box;
  font-size: 3.4rem;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.sec01_block .ttl01 .small {
  display: block;
  font-size: 1.8rem;
}

.sec01_block .item_inner {
  background: #f6f6f6;
  width: 470px;
  height: 470px;
  margin: -8rem auto 0;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}

.sec01_block .item_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-25%, -50%);
  background: url("img/sec01_arrow.png") left top no-repeat;
  background-size: contain;
  width: 240px;
  height: 210px;
  z-index: 1;
}

.sec01_block .item:nth-child(2) .item_inner::after {
  display: none;
}

.sec01_block .box {
  padding: 10rem 0 12rem;
  box-sizing: border-box;
}

.sec01_block .ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1rem);
  margin: auto;
  padding: 0 5rem 3rem 5rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  text-align: center;
}

.sec01_block .item:nth-child(1) .ttl02 {
  border-bottom: 2px dashed #80d4d4;
}

.sec01_block .item:nth-child(2) .ttl02 {
  border-bottom: 2px dashed #4fbfec;
}

.sec01_block .img_box {
  width: 310px;
  margin: 2rem auto 0;
}

.sec01_block .note {
  width: 75%;
  margin: 1rem auto 0;
  box-sizing: border-box;
  line-height: 1.6;
}

.sec01_block .arrow_txt {
  position: absolute;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  width: 50%;
  margin: auto;
  z-index: 1;
}

.sec01_block .arrow_txt .large {
  font-size: 2.4rem;
  font-weight: bold;
}

.sec01_block .item:nth-child(1) .arrow_txt {
  bottom: 0;
  left: 100%;
  transform: translate(-25%, 0);
  margin: 0 0 6rem;
}

.sec01_block .item:nth-child(2) .arrow_txt {
  top: 0;
  right: 100%;
  transform: translate(25%, 0);
  margin: 6rem 0 0;
}

.sec01_block .arrow {
  width: 52px;
  margin: 2rem auto 2rem;
}


.sec01 .btn a {
  display: block;
  max-width: 90%;
  margin: auto;
  padding: 2rem 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.sec01 .btn .large {
  font-size: 2.2rem;
  font-weight: bold;
}

.sec01 .btn01 a {
  background: #55d6d6;
  box-shadow: 0 5px 0 0 #28a1a1;
}

.sec01 .btn02 a {
  background: #4fbfec;
  box-shadow: 0 5px 0 0 #379ec7;
}

.sec01 .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url("img/arrow_04.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
}

.sec01 .btn01 a::after {
  transform: rotate(90deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 0 2rem 13rem;
  }

  .sec01::before {
    content: unset;
  }

  .sec01 .inner::before,
  .sec01 .inner::after {
    content: "";
    position: absolute;
    z-index: -1;
  }

  .sec01 .inner::before {
    right: inherit;
    left: 0;
    bottom: 0;
    background: url("img/carport_illust.gif") left top no-repeat;
    background-size: auto;
    background-size: cover;
    width: calc(100% + 190px);
    height: 0rem;
    margin: 0 -2rem -15rem -17rem;
    padding-top: calc(35%*200/220);
  }

  .sec01 .eng {
    width: 100%;
  }


  .sec01_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec01_block::before {
    right: inherit;
    left: 0;
    background: url("img/deco_03.png") left top no-repeat;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 0 0 -1.5rem;
    padding-top: calc(20%*200/150);
  }

  .sec01_block::after {
    left: inherit;
    right: 0;
    background: url("img/deco_04.png") left top no-repeat;
    background-size: contain;
    width: 15%;
    height: 0;
    margin: 0 0 0;
    padding-top: calc(15%*230/120);
  }

  .sec01_block .item {
    width: 100%;
  }

  .sec01_block .item:nth-child(1) {
    margin: 0 0 10.5rem 0;
  }

  .sec01_block .item:nth-child(2) {
    margin: 0 0 0 0;
  }

  .sec01_block .ttl01 {
    padding: 1.2rem 3rem;
    font-size: 2.4rem;
    border-radius: 15px;
  }

  .sec01_block .ttl01 .small {
    font-size: 1.2rem;
  }

  .sec01_block .item_inner {
    width: 100%;
    height: 0;
    margin: -15% auto 0;
    padding-top: 100%;
  }

  .sec01_block .item_inner::after {
    top: 100%;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    background: url("img/sec01_arrow_sp.png") left top no-repeat;
    background-size: contain;
    width: 62px;
    height: 105px;
    margin: 0 auto 0;
    z-index: 2;
  }

  .sec01_block .item:nth-child(2) .item_inner {
    margin: -20% auto 0;
  }

  .sec01_block .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10% 0 0;
  }

  .sec01_block .ttl02 {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 0 2rem 0;
    font-size: 1.7rem;
  }

  .sec01_block .item:nth-child(1) .ttl02 {
    width: calc(100% - 8px);
    border-bottom: 1px dashed #80d4d4;
  }

  .sec01_block .item:nth-child(2) .ttl02 {
    border-bottom: 1px dashed #4fbfec;
  }

  .sec01_block .img_box {
    width: 70%;
    margin: 1.5rem auto 0;
  }

  .sec01_block .note {
    width: 65%;
    margin: 1rem auto 0;
    font-size: 1.3rem;
  }

  .sec01_block .arrow_txt {
    font-size: 2.5vw;
    width: 45%;
    margin: 0;
  }

  .sec01_block .arrow_txt .large {
    font-size: 3.7vw;
  }

  .sec01_block .item:nth-child(1) .arrow_txt {
    bottom: inherit;
    top: 100%;
    left: -15px;
    transform: translate(0, -50%);
    margin: 5rem 0 0;
  }

  .sec01_block .item:nth-child(2) .arrow_txt {
    top: inherit;
    bottom: 100%;
    right: -15px;
    transform: translate(0, 50%);
    margin: 0 0 5rem;
  }

  .sec01_block .arrow {
    width: 12%;
    margin: 1.5rem auto 1.5rem;
  }


  .sec01 .btn a {
    margin: 0 auto 2rem;
    padding: 1.8rem 4rem;
    font-size: 1.3rem;
  }

  .sec01 .btn .large {
    font-size: 1.7em;
  }

  .sec01 .btn01 a {
    box-shadow: 0 3px 0 0 #28a1a1;
  }

  .sec01 .btn02 a {
    box-shadow: 0 3px 0 0 #379ec7;
  }

  .sec01 .btn a::after {
    right: 15px;
    background: url("img/arrow_04.png") left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 11px;
  }
}





/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: url("img/bg_01.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 0 20rem;
  position: relative;
}

.sec02 .eng {
  width: 910px;
}

.sec02 .m_ttl {
  font-size: 4rem;
  position: relative;
}

.sec02 .m_ttl::after {
  content: "";
  display: block;
  background: #3bb68b;
  width: 60px;
  height: 2px;
  margin: 4rem 0 0;
}

.sec02 .lead {
  padding: 0 0;
}


.sec02_block {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.sec02_block .upper {
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
  padding: 8rem 6rem 8rem 0;
  box-sizing: border-box;
  z-index: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.sec02_block .upper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.sec02_block .upper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 160px;
  height: 100%;
  border-radius: 0 100px 100px 0;
  z-index: -1;
}

.sec02_block .item_wrap {
  width: 50%;
  margin: 14rem 0 0 auto;
  position: relative;
}

.sec02_block .item {
  background: #f3ece4;
  margin: 0 0 8rem;
  padding: 0 5rem 8rem;
  box-sizing: border-box;
  border-radius: 100px;
}

.sec02_block .item:last-child {
  margin: 0 0 0;
}

.sec02_block .num {
  width: 120px;
  position: relative;
  top: -40px;
}

.sec02_block .ttl01 {
  margin: -2rem 0 0;
  font-size: 2.8rem;
}

.sec02_block .txt {
  margin: 2rem 0 0;
}

.sec02_block .box {
  margin: 3rem 0 0;
}

.sec02_block .ttl02 {
  display: inline-block;
  background: #444;
  margin: 0 0 0 3rem;
  padding: 1rem 2rem 1rem 3.5rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 100px;
  position: relative;
}

.sec02_block .ttl02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  background: url("img/icon_01.png") left top no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
}

.sec02_block .box_inner {
  background: #fff;
  margin: -2rem 0 0;
  padding: 5rem 3rem 5rem;
  box-sizing: border-box;
}

.sec02_block table {
  margin: 0 0 0;
}

.sec02_block table th {
  width: 35%;
}

.sec02_block .txt_box .txt {
  margin: 0 0 0;
  padding: 1.5rem 1.5rem 0;
  box-sizing: border-box;
}

.sec02_block .txt_box .txt:first-child {
  background: #e4fff7;
  padding: 1.5rem 1.5rem 1.5rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 {
    background: none;
    background-attachment: inherit;
    background-size: inherit;
    padding: 0 2rem 8rem;
    position: relative;
  }

  .sec02 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
  }

  .sec02 .bg_img::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: url("img/bg_01.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .sec02 .eng {
    width: 100%;
  }

  .sec02 .m_ttl {
    font-size: 2.2rem;
  }

  .sec02 .m_ttl::after {
    width: 30px;
    height: 1px;
    margin: 2rem 0 0;
  }


  .sec02_block {
    display: block;
  }

  .sec02_block .upper {
    width: calc(100% - 2rem);
    padding: 3rem 2rem 12rem 0;
    border-radius: 0 50px 50px 0;
    position: relative;
    top: inherit;
    left: inherit;
  }

  .sec02_block .upper::after {
    display: none;
  }

  .sec02_block .item_wrap {
    width: 100%;
    margin: -6rem 0 0 0;
  }

  .sec02_block .item {
    margin: 0 0 5rem;
    padding: 0 2rem 4rem;
    border-radius: 25px;
  }

  .sec02_block .num {
    width: 25%;
    top: -25px;
  }

  .sec02_block .ttl01 {
    margin: -1rem 0 0;
    font-size: 1.8rem;
  }

  .sec02_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec02_block .box {
    margin: 2.5rem 0 0;
  }

  .sec02_block .ttl02 {
    margin: 0 0 0 2rem;
    padding: 8px 1.5rem 8px 4rem;
    font-size: 1.4rem;
    z-index: 1;
  }

  .sec02_block .box_inner {
    margin: -1.5rem 0 0;
    padding: 3rem 2rem 3rem;
  }

  .sec02_block table th {
    width: 100%;
  }

  .sec02_block .txt_box .txt {
    padding: 1.5rem 0 0;
  }

  .sec02_block .txt_box .txt:first-child {
    padding: 1.5rem 0 1.5rem;
  }


  /*----- テーブルアコーディオン -----*/

  .sec02 .accordion-container01 {
    position: relative;
  }

  .sec02 .accordion-inner01 {
    height: 420px;
    overflow: hidden;
    position: relative;
  }

  .sec02 .accordion-inner01.open {
    padding-bottom: 10rem;
  }

  .sec02 .more_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    padding-top: 0;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    cursor: pointer;
    z-index: 1;
  }

  .sec02 .more_btn.active {
    background: none;
    /* bottom: -50px; */
  }

  .sec02 .more_btn span {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #313131;
    width: 210px;
    margin: auto;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.37;
    padding: 2rem 0;
  }


  .sec02 .more_btn span::before {
    content: "もっと⾒る";
  }

  .sec02 .more_btn.active span::before {
    content: "閉じる";
  }

  .sec02 .more_btn span::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 2.6rem;
    font-weight: normal;
    z-index: 1;
  }

  .sec02 .more_btn.active span::after {
    content: "ー";
    font-size: 2rem;
  }


}





/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: #fff;
  padding: 0 0 20rem;
  position: relative;
  z-index: 0;
}

.sec03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/bg_02.jpg") left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  z-index: -1;
}

.sec03 .eng {
  width: 900px;
}


.sec03_block {
  margin: 6rem 0 0;
}

.sec03_block .item {
  margin: 0 1rem;
  box-sizing: border-box;
}

.sec03_block .sub {
  margin: 2rem 0 0;
  text-align: center;
}

.sec03_block .sub span {
  background: #3bb68b;
  padding: 1rem 3rem;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 100px;
}

.sec03_block .item_inner {
  margin: -8px 0 0;
  padding: 4rem 3rem 5rem;
  box-sizing: border-box;
}

.sec03_block .item:nth-child(odd) .item_inner {
  background: #f3ece4;
}

.sec03_block .item:nth-child(even) .item_inner {
  background: #f6f6f6;
}

.sec03_block .ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  text-align: center;
}

.sec03_block .img_box {
  margin: 2rem 0 0;
}

.sec03_block .intro {
  background: #fff;
  margin: 3rem 0 0;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.sec03_block .result {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.sec03_block .result span {
  margin: 0 1rem;
  color: #4fc1c1;
  font-size: 1.6rem;
}

.sec03_block .check_list {
  background: #ddf2ea;
  margin: 2rem 0 0;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  border: 2px solid #3bb68b;
}

.sec03_block .check_list li {
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
}

.sec03_block .check_list .txt_bold {
  font-size: 1.8rem;
}

.sec03_block .check_list li::before {
  top: 12px;
  width: 16px;
  height: 16px;
}

.sec03_block .btn-internal a {
  max-width: 100%;
  margin: 3rem auto 0;
  padding: 1.5rem 5rem;
}


/*----- slick -----*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* arrow */
.slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
}

.prev-arrow {
  left: -60px;
  background: url("img/arrow_prev.png") left top no-repeat;
  background-size: contain;
}

.next-arrow {
  right: -60px;
  background: url("img/arrow_next.png") left top no-repeat;
  background-size: contain;
}

/* dots */
.slide-dots {
  text-align: center;
  margin: 4rem 0 0;
  padding: 0 0;
  font-size: 0;
}

.slide-dots li {
  display: inline-block;
  margin: 0 1rem;
}

.slide-dots li button {
  background: #313131;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  text-indent: -9999px;
}

.slide-dots li.slick-active button {
  background: #3bb68b;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0 2rem 8rem;
  }

  .sec03::after {
    background: url("img/bg_02.jpg") left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .sec03 .eng {
    width: 100%;
  }


  .sec03_block {
    margin: 3rem 0 0;
  }

  .sec03_block .item {
    margin: 0 5px;
  }

  .sec03_block .sub {
    margin: 2rem 0 0;
  }

  .sec03_block .sub span {
    padding: 5px 2em;
  }

  .sec03_block .item_inner {
    margin: -5px 0 0;
    padding: 3rem 2rem 4rem;
  }

  .sec03_block .ttl01 {
    font-size: 2rem;
  }

  .sec03_block .img_box {
    margin: 1.5rem 0 0;
  }

  .sec03_block .intro {
    margin: 2rem 0 0;
    padding: 8px 1rem;
    font-size: 1.6rem;
  }

  .sec03_block .result {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
  }

  .sec03_block .result span {
    margin: 0 8px;
    font-size: 1.4rem;
  }

  .sec03_block .check_list {
    margin: 1.5rem 0 0;
    padding: 1.5rem 1.5rem;
  }

  .sec03_block .check_list li {
    font-size: 1.4rem;
  }

  .sec03_block .check_list li::before {
    width: 14px;
    height: 14px;
  }

  .sec03_block .btn-internal a {
    max-width: 90%;
    margin: 2rem auto 0;
    padding: 1.5rem 4rem;
  }


  /*----- slick -----*/
  /* arrow */
  .slide-arrow {
    width: 40px;
    height: 40px;
  }

  .prev-arrow {
    left: -15px;
    background: url("img/arrow_prev.png") left top no-repeat;
    background-size: contain;
  }

  .next-arrow {
    right: -15px;
    background: url("img/arrow_next.png") left top no-repeat;
    background-size: contain;
  }

  /* dots */
  .slide-dots {
    margin: 2rem 0 0;
  }

  .slide-dots li {
    display: inline-block;
    margin: 0 8px;
  }

  .slide-dots li button {
    width: 12px;
    height: 12px;
  }
}





/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: url("img/bg_03.jpg") center center no-repeat;
  background-size: cover;
  padding: 0 0 20rem;
}

.sec04 .eng {
  width: 400px;
}


.sec04_block {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
}

.sec04_block .item {
  width: 25%;
  box-sizing: border-box;
}

.sec04_block .img_box {
  width: 230px;
  margin: auto;
}

.sec04_block .ttl01 {
  margin: -4.5rem 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}


.sec04 .summary_parts {
  margin: 6rem auto 0;
}

.sec04 .summary_parts .summary_parts_block {
  background: #fefaf9;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec04 {
    background: url("img/bg_03.jpg") center center no-repeat;
    background-size: cover;
    padding: 0 2rem 8rem;
  }

  .sec04 .eng {
    width: 45%;
  }


  .sec04_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem 0 0;
  }

  .sec04_block .item {
    width: calc(50% - 1rem);
    margin: 0 0 2rem;
  }

  .sec04_block .img_box {
    width: 100%;
  }

  .sec04_block .ttl01 {
    margin: -3.5rem 0 0;
    font-size: 1.5rem;
  }


  .sec04 .summary_parts {
    margin: 2rem auto 0;
  }
}





/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 .eng {
  width: 850px;
}

.sec05 .lead {
  padding: 0 0;
}

.sec05 .rc_parts {
  margin: 0 0 0;
  padding: 0 0 20rem;
}

.sec05 .selected_parts {
  background: none;
  padding: 0 0 0;
}

.sec05 .detail_wrap {
  background: #ddf2ea;
  padding: 15rem 0 20rem;
  box-sizing: border-box;
}

.sec05 .rc_detail {
  margin: 0 auto 15rem;
}

.sec05 .rc_detail:last-child {
  margin: 0 auto 0;
}

.sec05 .rc_detail .cc {
  font-size: 2.4rem;
}

.sec05 .rc_detail .txt {
  margin: 2rem 0 0;
}


.sec05 .about .about_block {
  margin: 5rem 0 0;
}

.sec05 .about .item {
  background: #f6f6f6 url("img/eng_features.png") right 30px top 40px no-repeat;
  background-size: 300px auto;
  max-width: 750px;
  padding: 5rem 6rem;
  box-sizing: border-box;
  border-radius: 70px;
  position: relative;
}

.sec05 .about .item:nth-child(1) {
  margin: 0 0 3rem 0;
}

.sec05 .about .item:nth-child(2) {
  margin: 0 auto 3rem auto;
}

.sec05 .about .item:nth-child(3) {
  margin: 0 0 0 auto;
}

.sec05 .about .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #3bb68b;
  width: 6px;
  height: calc(100% - 10em);
}


.sec05 .product .p_upper {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}

.sec05 .product .p_upper .l_box {
  width: 370px;
  box-sizing: border-box;
}

.sec05 .product .p_upper .r_box {
  width: calc(100% - 370px);
  padding: 0 0 0 5rem;
  box-sizing: border-box;
}

.sec05 .product .p_ttl01 {
  text-align: center;
}

.sec05 .product .p_ttl01 span {
  display: inline-block;
  background: #86d1d1;
  padding: 1rem 6rem 1rem 6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 100px;
}

.sec05 .product ul.list {
  margin: 2rem 0 0;
}

.sec05 .product ul.list li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}

.sec05 .product ul.list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #80d4d4;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
}

.sec05 .product .product_block {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}

.sec05 .product .item {
  background: #f6f6f6;
  width: calc(50% - 1rem);
  padding: 5rem 4rem;
  box-sizing: border-box;
  border-radius: 70px;
}


.sec05 .case .case_block {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}

.sec05 .case .l_box {
  width: calc(100% - 370px);
  padding: 0 5rem 0 0;
  box-sizing: border-box;
}

.sec05 .case .c_ttl01 {
  font-size: 2.4rem;
}

.sec05 .case .r_box {
  width: 370px;
  box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec05 .eng {
    width: 95%;
  }

  .sec05 .rc_parts {
    width: 100%;
    margin: 0 0 0;
    padding: 0 2rem 6rem;
  }

  .sec05 .selected_parts {
    width: 100%;
    margin: 0 0 0;
  }

  .sec05 .detail_wrap {
    padding: 13rem 2rem 8rem;
  }

  .sec05 .rc_detail {
    margin: 0 auto 12rem;
  }

  .sec05 .rc_detail .cc {
    font-size: 1.6rem;
  }

  .sec05 .rc_detail .txt {
    margin: 1.5rem 0 0;
  }


  .sec05 .about .about_block {
    margin: 3rem 0 0;
  }

  .sec05 .about .item {
    background: #f6f6f6 url("img/eng_features.png") right 15px top 20px no-repeat;
    background-size: 55% auto;
    max-width: 100%;
    padding: 3rem 2.5rem;
    border-radius: 35px;
  }

  .sec05 .about .item:nth-child(1) {
    margin: 0 0 2rem 0;
  }

  .sec05 .about .item:nth-child(2) {
    margin: 0 0 2rem 0;
  }

  .sec05 .about .item:nth-child(3) {
    margin: 0 0 0 0;
  }

  .sec05 .about .item::before {
    width: 3px;
    height: calc(100% - 6em);
  }


  .sec05 .product .p_upper {
    display: block;
    margin: 3rem 0 0;
  }

  .sec05 .product .p_upper .l_box {
    width: 100%;
  }

  .sec05 .product .p_upper .r_box {
    width: 100%;
    margin: 3rem 0 0;
    padding: 0 0 0 0;
  }

  .sec05 .product .p_ttl01 span {
    padding: 8px 3rem 8px 3rem;
    font-size: 1.5rem;
  }

  .sec05 .product ul.list {
    margin: 1.5rem 0 0;
  }

  .sec05 .product ul.list li {
    padding: 0 0 0 1.2rem;
  }

  .sec05 .product ul.list li::before {
    top: 9px;
    width: 6px;
    height: 6px;
  }

  .sec05 .product .product_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec05 .product .item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 3rem 2rem;
    border-radius: 35px;
  }

  .sec05 .product .item:last-child {
    margin: 0 0 0;
  }


  .sec05 .case .case_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem 0 0;
  }

  .sec05 .case .l_box {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
    order: 2;
  }

  .sec05 .case .c_ttl01 {
    font-size: 1.6rem;
  }

  .sec05 .case .r_box {
    width: 100%;
    order: 1;
  }
}





/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  padding: 0 0 20rem;
}

.sec06 .eng {
  width: 460px;
}

.sec06 .sec_inner {
  overflow: hidden;
}

.sec06 .column_parts {
  margin: 6rem auto 0;
}

.sec06 .bg {
  position: relative;
  z-index: 0;
}

.sec06 .bg::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #f6f6f6;
  width: calc(100% + 140px);
  height: 70%;
  border-radius: 100px 0 0 100px;
  box-sizing: border-box;
  z-index: -1;
}

.sec06 .bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  background: #eee;
  width: 100vw;
  height: 70%;
  z-index: -1;
}

.sec06 .caption {
  padding-left: 6rem;
}

.accordion_box {
  display: none;
}

.accordion_all {
  background: #fff;
  max-width: 300px;
  margin: 3rem auto 0;
  padding: 2.5rem 6rem;
  box-sizing: border-box;
  border: 2px solid #313131;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion_all:before,
.accordion_all:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: #313131;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  transition: all 0.4s;
}

.accordion_all:after {
  transform: rotate(90deg);
}

.accordion_all.is-open:before {
  display: none;
}

.accordion_all.is-open::after {
  transform: rotate(180deg);
}

.accordion_all span {
  font-weight: bold;
}

.accordion_all span:before {
  content: "もっと⾒る";
}

.accordion_all.is-open span:before {
  content: "閉じる";
}

.accordion_all:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 0 2rem 8rem;
  }

  .sec06 .eng {
    width: 45%;
  }

  .sec06 .column_parts {
    margin: 3rem auto 0;
  }

  .sec06 .bg::before {
    display: none;
  }

  .sec06 .bg::after {
    display: none;
  }
  .sec06 .caption {
  padding-left: 0;
  line-height: 1.5;
}


  .accordion_box .column_parts_block {
    margin: 1.5rem 0 0;
  }

  .accordion_all {
    max-width: 75%;
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
    border: 1px solid #313131;
  }

  .accordion_all:before,
  .accordion_all:after {
    right: 15px;
    width: 16px;
    height: 1px;
  }

  .accordion_all:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}





/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  background: -moz-linear-gradient(60deg, #86dcf8, #88ddc9);
  background: -webkit-linear-gradient(60deg, #86dcf8, #88ddc9);
  background: linear-gradient(60deg, #86dcf8, #88ddc9);
  padding: 0 0 20rem;
}

.sec07 .lead {
  padding: 0 0;
}


.sec07 .upper {
  margin: 0 0 8rem;
  position: relative;
}

.sec07 .upper .l_box {
  width: 55%;
  position: relative;
  top: -80px;
}

.sec07 .upper .img_box {
  max-width: 100%;
}

.sec07 .upper .img_box img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 0 100px 100px 0;
}

.sec07 .upper .r_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.sec07 .upper .txt_box {
  width: 50%;
  margin: 0 0 0 auto;
}

.sec07 .eng {
  width: 450px;
}

.sec07 .main_ttl01 {
  text-align: left;
}

.sec07 .btn-internal a {
  max-width: 430px;
  margin: 3rem 0 0;
  padding: 2.5rem 5rem;
  font-size: 1.5rem;
}


.sec07_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 15rem auto 0;
}

.sec07_block .item {
  background: #fff;
  width: calc(50% - 2rem);
  margin: 0 0 4rem;
  padding: 4rem 5rem 4rem;
  box-sizing: border-box;
  border-radius: 70px;
}

.sec07_block .ttl01 {
  padding: 0 0 2rem;
  font-size: 2.4rem;
  border-bottom: 2px solid #3bb68b;
}

.sec07_block .ttl01 a {
  display: flex;
  align-items: center;
  padding: 0 4rem 0 0;
  position: relative;
}

.sec07_block .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("img/arrow_03.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px
}

.sec07_block .txt {
  margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 0 2rem 8rem;
  }


  .sec07 .upper {
    margin: 0 0 0;
  }

  .sec07 .upper .l_box {
    width: 100%;
    top: 0;
  }

  .sec07 .upper .img_box {
    max-width: calc(100% + 2rem);
    margin: 2rem 0 0 -2rem;
  }

  .sec07 .upper .img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 50px 50px 0;
  }

  .sec07 .upper .r_box {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    width: 100%;
    max-width: 100%;
  }

  .sec07 .upper .txt_box {
    width: 100%;
    margin: 0 0 0 0;
  }

  .sec07 .eng {
    width: 50%;
  }

  .sec07 .main_ttl01 {
    text-align: center;
  }

  .sec07 .btn-internal a {
    max-width: 90%;
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
  }


  .sec07_block {
    display: block;
    max-width: 100%;
    margin: 5rem auto 0;
  }

  .sec07_block .item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 3rem 2rem 3rem;
    border-radius: 35px;
  }

  .sec07_block .item:last-child {
    margin: 0 0 0;
  }

  .sec07_block .ttl01 {
    padding: 0 0 1.5rem;
    font-size: 1.7rem;
    border-bottom: 1px solid #3bb68b;
  }

  .sec07_block .ttl01 a {
    display: block;
    padding: 0 3rem 0 0;
  }

  .sec07_block .ttl01 a::after {
    background: url("img/arrow_03.png") left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 11px
  }

  .sec07_block .txt {
    margin: 1.5rem 0 0;
  }
}





/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  padding: 0 0 20rem;
}

.sec08 .eng {
  width: 350px;
}


.sec08_block {
  margin: 6rem 0 0;
}

.sec08_block .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 8rem;
}

.sec08_block .item:last-child {
  margin: 0 0 0;
}

.sec08_block .l_box {
  background: #f6f6f6;
  width: 50%;
  padding: 5rem 0 5rem 5rem;
  box-sizing: border-box;
  border-radius: 70px 0 0 70px;
  position: relative;
  z-index: 0;
}

.sec08_block .l_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #f6f6f6;
  width: 250px;
  height: 100%;
  border-radius: 0 70px 70px 0;
  z-index: -1;
}

.sec08_block .eng_txt {
  font-size: 1.2rem;
  font-weight: bold;
}

.sec08_block .ttl01 {
  margin: 5px 0 0;
  padding: 0 0 1.5rem;
  font-size: 2.4rem;
  border-bottom: 2px solid #3bb68b;
}

.sec08_block .ttl01 a {
  padding: 0 4rem 0 0;
  position: relative;
}

.sec08_block .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("img/arrow_01.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
}

.sec08_block .txt {
  margin: 2rem 0 0;
}

.sec08_block .r_box {
  width: 450px;
  margin: 6rem 0 0;
  box-sizing: border-box;
  position: relative;
}

.sec08_block .img_box {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.sec08_block .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(-135deg, #57e4d5, #86dcf1);
  background: -webkit-linear-gradient(-135deg, #57e4d5, #86dcf1);
  background: linear-gradient(-135deg, #57e4d5, #86dcf1);
  width: 100%;
  height: 100%;
  margin: 20px -20px 0 0;
  border-radius: 70px;
  z-index: -1;
}

.sec08_block .img_box img {
  border-radius: 70px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 0 2rem 10rem;
  }

  .sec08 .eng {
    width: 40%;
  }


  .sec08_block {
    margin: 3rem 0 0;
  }

  .sec08_block .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 3rem;
  }

  .sec08_block .l_box {
    width: 100%;
    padding: 3rem 2rem 3rem 2rem;
    border-radius: 0 0 35px 35px;
    order: 2;
  }

  .sec08_block .l_box::after {
    top: inherit;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    border-radius: 35px 35px 0 0;
  }

  .sec08_block .eng_txt {
    font-size: 9px;
  }

  .sec08_block .ttl01 {
    padding: 0 0 1rem;
    font-size: 1.7rem;
    border-bottom: 1px solid #3bb68b;
  }

  .sec08_block .ttl01 a {
    padding: 0 3rem 0 0;
  }

  .sec08_block .ttl01 a::after {
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 11px;
  }

  .sec08_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec08_block .r_box {
    width: 85%;
    margin: 0 auto 0;
    order: 1;
  }

  .sec08_block .img_box::after {
    margin: 10px -10px 0 0;
    border-radius: 35px;
  }

  .sec08_block .img_box img {
    border-radius: 35px;
  }
}





/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  padding: 0 0 20rem;
}

.sec09 .eng {
  width: 920px;
}

.sec09 .main_ttl01 {
  text-align: left;
}

.sec09 .main_ttl01 .m_ttl a {
  padding: 0 6rem 0 0;
}

.sec09 .lead {
  padding: 0 0;
}


.sec09_block {
  display: flex;
}

.sec09_block .upper {
  width: 50%;
  box-sizing: border-box;
}

.sec09_block .upper_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.sec09_block .img_box {
  max-width: 100%;
  margin: 5rem 0 0;
  position: relative;
  z-index: 0;
}

.sec09_block .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(-135deg, #57e4d5, #86dcf1);
  background: -webkit-linear-gradient(-135deg, #57e4d5, #86dcf1);
  background: linear-gradient(-135deg, #57e4d5, #86dcf1);
  width: 100%;
  height: 100%;
  margin: 20px -20px 0 0;
  border-radius: 70px;
  z-index: -1;
}

.sec09_block .img_box img {
  border-radius: 70px;
}

.sec09_block .item_wrap {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 0 0 6rem;
  box-sizing: border-box;
}

.sec09_block .item {
  background: #f6f6f6;
  margin: 0 0 2rem;
  padding: 4rem 4rem 4rem;
  box-sizing: border-box;
  border-radius: 55px;
}

.sec09_block .item:last-child {
  margin: 0 0 0;
}

.sec09_block .ttl01 {
  font-size: 2rem;
}

.sec09_block .txt {
  margin: 2rem 0 0;
}

.sec09_block .btn-internal a {
  max-width: 90%;
  margin: 2rem auto 0;
  padding: 2.5rem 5rem;
}


.acc_btn {
  padding: 0 4rem 0 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.acc_btn:before,
.acc_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #313131;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  transition: all 0.4s;
}

.acc_btn:after {
  transform: rotate(90deg);
}

.acc_btn.open:before {
  display: none;
}

.acc_btn.open::after {
  transform: rotate(180deg);
}

.acc_content {
  display: none;
}

.acc_content.show {
  display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec09 {
    padding: 0 2rem 10rem;
  }

  .sec09 .eng {
    width: 100%;
  }

  .sec09 .main_ttl01 {
    text-align: center;
  }

  .sec09 .main_ttl01 .m_ttl a {
    padding: 0 4rem 0 4rem;
  }


  .sec09_block {
    display: block;
  }

  .sec09_block .upper {
    width: 100%;
  }

  .sec09_block .upper_inner {
    position: relative;
    top: inherit;
    left: inherit;
  }

  .sec09_block .img_box {
    max-width: 100%;
    margin: 2rem 0 0;
  }

  .sec09_block .img_box::after {
    margin: 10px -10px 0 0;
    border-radius: 35px;
  }

  .sec09_block .img_box img {
    border-radius: 35px;
  }

  .sec09_block .item_wrap {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 0 0 0 0;
  }

  .sec09_block .item {
    margin: 0 0 1.5rem;
    padding: 3rem 2rem 3rem;
    border-radius: 30px;
  }

  .sec09_block .ttl01 {
    font-size: 1.7rem;
  }

  .sec09_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec09_block .btn-internal a {
    max-width: 90%;
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
  }


  .acc_btn {
    padding: 0 3rem 0 0;
  }

  .acc_btn:before,
  .acc_btn:after {
    width: 16px;
    height: 1px;
  }
}





/*--------------------------------------
　sec10
---------------------------------------*/
.sec10 {
  padding: 0 0 10rem;
}

.sec10 .sec_inner {
  padding: 0 0 6rem;
  position: relative;
  z-index: 0;
}

.sec10 .sec_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("img/bg_05.jpg") center bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  z-index: -1;
}

.sec10 .eng {
  width: 920px;
}


.sec10_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 0;
  padding: 0 6rem;
  box-sizing: border-box;
}

.sec10_block .btn-internal {
  width: calc(50% - 1.5rem);
  margin: 0 0 3rem;
  box-sizing: border-box;
}

.sec10_block .btn-internal a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;
}


.sec10 .btn-link a {
  margin: 3rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec10 {
    padding: 0 0 8rem;
  }

  .sec10 .inner {
    padding: 0 2rem;
  }

  .sec10 .sec_inner {
    padding: 0 0 4rem;
  }

  .sec10 .sec_inner::after {
    background: url("img/bg_05_sp.jpg") center bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*840/750);
  }

  .sec10 .eng {
    width: 100%;
  }


  .sec10_block {
    display: block;
    margin: 3rem 0 0;
    padding: 0 0;
  }

  .sec10_block .btn-internal {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .sec10_block .btn-internal a {
    display: block;
    max-width: 90%;
    margin: 0 auto 0;
  }


  .sec10 .btn-link a {
    margin: 2rem 0 0;
  }
}