@charset "utf-8";

/*--------------------------------------
　toc_home
---------------------------------------*/
.toc_home {
  position: fixed;
  top: 150px;
  right: 0;
  width: 370px;
  height: auto;
  z-index: 2;
  transition: all 0.5s ease;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.toc_home.is-open {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.toc_home .toc_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 100%;
  background: #172853;
  width: 80px;
  height: 80px;
  padding: 0 0 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}
.toc_home .toc_ttl::before,
.toc_home .toc_ttl::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  background: #fff;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  transition: all 0.4s;
}
.toc_home .toc_ttl::after {
  transform: rotate(90deg);
}
.toc_home.is-open .toc_ttl {
  border: none;
}
.toc_home.is-open .toc_ttl::before {
  display: none;
}
.toc_home.is-open .toc_ttl::after {
  transform: rotate(180deg);
}

.toc_home .toc_block {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  max-height: calc(100vh - 20.8rem);
  padding: 3rem 3rem 3rem;
  border: 2px solid #172853;
  border-right: none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.toc_home .toc_block::-webkit-scrollbar {
  display: none;
}

.toc_home ul li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  overflow-wrap: break-word;
  position: relative;
  counter-increment: toc;
}
.toc_home ul li:last-child {
  margin: 0 0 0 0;
}
.toc_home ul li::before {
  content: counter(toc) ".";
  position: absolute;
  top: -3px;
  left: 0;
  background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
  color: #f28500;
  font-size: 2rem;
  font-weight: bold;
}
.toc_home ul li a {
  font-weight: bold;
}

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



/*--------------------------------------
　Header
---------------------------------------*/
.header_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
  z-index: 2;
}

.header_home .boxInner {
  display: flex;
  justify-content: space-between;
}

.header_home .sitename {
  width: calc(100% - 340px);
  padding: 0 0 0;
  order: 2;
}

.header_home .logo {
  width: 290px;
  order: 1;
}


.fixed_header {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 1.5rem 2rem 1.5rem 4rem;
  border-radius: 0 0 0 50px;
}
.fixed_header::before,
.fixed_header::after {
  content: "";
  position: absolute;
  background: url("img/deco_br06.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.fixed_header::before {
  top: -1px;
  right: calc(100% - 1px);
}
.fixed_header::after {
  top: calc(100% - 1px);
  right:-1px;
}
.fixed_header .btn-web {
  margin: 0 8rem 0 0;
}
.fixed_header .btn-web a {
  margin: 0 0 0;
  background: #93bb55 url(img/btnbg.png) no-repeat center;
  background-size: cover;
}
.fixed_header #hb-menu {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}

.fadein02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_home {
    padding: 5px 1rem;
  }

  .header_home .boxInner {
    display: block;
  }

  .header_home .sitename {
    width: 60%;
    text-align: left;
  }
  .header_home .sponsored {
    width: 60%;
    font-size: 1.1rem;
  }

  .header_home .logo {
    display: none;
  }
  
  
  .fixed_header {
    position: relative;
    top: inherit;
    right: inherit;
    background: none;
    padding: 0 0 0 0;
    border-radius: 0;
  }
  .fixed_header::before,
  .fixed_header::after {
    display: none;
  }
  .fixed_header .btn-web {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: calc(100% - 80px);
    margin: 0 0 0 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-radius: 0 25px 0 0;
  }
  .fixed_header .btn-web::before,
  .fixed_header .btn-web::after {
    content: "";
    position: absolute;
    background: url("img/deco_br06.png") left top no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
  }
  .fixed_header .btn-web::before {
    bottom: 100%;
    left: 0;
  }
  .fixed_header .btn-web::after {
    bottom: 0;
    left: 100%;
  }

  .fixed_header .btn-web a {
    max-width: 100%;
    margin: 0 0 0;
  }
  .fixed_header #hb-menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(0,0);
  }
  
  
  .fixed_header_inner {
    transition: all 0.3s ease;
  }
  .fixed_header_inner.stop {
    opacity: 0;
  }
  .fixed_header_inner.stop a {
    pointer-events: none;
  }  
}



/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-home {
  margin: -10rem 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-footer-home {
    margin: -5rem 0 0;
  }
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background: #f8f2ee;
  width: 100%;
  height: 780px;
  min-width: 1100px;
  padding: 14rem 0 0;
  position: relative;
  z-index: 1;
}

.mv_home .mv_block01 {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.mv_home .mv_box {
  max-width: 65%;
}

.mv_home .iconWrap {
  display: flex;
}
.mv_home .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 150px;
  margin: 0 1rem 0 0;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.mv_home .icon:last-child {
  margin: 0 0 0 0;
}
.mv_home .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mv_home .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid rgb(147 187 85 / 24%);
  border-radius: 50%;
}

.mv_home .mv_ttl {
  margin: 2rem 0 0;
  line-height: 2;
}
.mv_home .mv_ttl span {
  line-height: 2;
}
.mv_home .mv_ttl .small {
  font-size: 2.6rem;
}
.mv_home .mv_ttl .middle {
  font-size: 3rem;
}
.mv_home .mv_ttl .large {
  font-size: 4.4rem;
}
.mv_home .mv_ttl .sb {
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 1.5rem 1.5rem;
  font-size: 3.8rem;
  line-height: 1;
  border-radius: 8px;
  position: relative;
}
.mv_home .mv_ttl .sb01 {
  background: #987a66;
}
.mv_home .mv_ttl .sb02 {
  background: #f27200;
}
.mv_home .mv_ttl .sb:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 12px 0;
}
.mv_home .mv_ttl .sb01:after {
  border-color: transparent #987a66 transparent transparent;
}
.mv_home .mv_ttl .sb02:after {
  border-color: transparent #f27200 transparent transparent;
}

.mv_home .mv_txt {
  margin: 4rem 0 0;
}

.mv_home .operation {
  margin: 3rem 0 0;
  font-size: 1.3rem;
}


.mv_block02 {
  position: absolute;
  top: 50px;
  right: 0;
  width: 35%;
}

.slide_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 730px;
}
.mv_slide {
  width: calc(50% - 1rem);
  overflow: hidden;
}
.slide01 {
  display: flex;
  flex-direction: column;
}
.slide02 {
  display: flex;
  flex-direction: column-reverse;
}
.slide01 .slide-list {
  animation: slideShow01 35s infinite linear;
}
.slide02 .slide-list {
  animation: slideShow02 35s infinite linear;
}
.slide-item {
  margin: 0 0 2rem;
}
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@keyframes slideShow01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideShow02 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}


.mv_home .circle-b {
  position: absolute;
  top: -230px;
  left: -200px;
  width: 700px;
  border: 120px solid #f3e3d8;
  border-radius: 50%;
  opacity: 0.8;
}
.mv_home .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mv_home .circle-s01 {
  position: absolute;
  top: 20px;
  left: 58%;
  background: #f3e3d8;
  width: 50px;
  height: 100px;
  border-radius: 50px 0 0 50px;
  opacity: 0.8;
  z-index: -1;
}

.mv_home .circle-s02 {
  position: absolute;
  top: 50%;
  left: -10px;
  background: #f0d5c3;
  width: 80px;
  height: 160px;
  border-radius: 0 80px 80px 0;
  opacity: 0.8;
}

.mv_home .square {
  position: absolute;
  top: 55%;
  left: 58%;
  background: url("img/shape_square03.png") left top no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .mv_home {
    background: none;
    width: 100%;
    height: auto;
    min-width: 100%;
    padding: 7rem 0 6rem;
    position: relative;
    z-index: 0;
  }
  .mv_home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f2ee;
    width: calc(100% - 4rem);
    height: 100%;
    border-radius: 0 0 50px 0;
    z-index: -2;
  }
  

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

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

  .mv_home .iconWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
  }
  .mv_home .icon {
    width: calc(25% - 3px);
    margin: 0 0 0 0;
    font-size: 1.3rem;
    font-size: 3.5vw;
  }
  .mv_home .icon::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid rgb(147 187 85 / 24%);
  }

  .mv_home .mv_ttl {
    width: 65%;
    margin: 1rem 0 0;
    padding: 0 0 0 2rem;
    line-height: 1.5;
  }
  .mv_home .mv_ttl span {
    line-height: 1.5;
  }
  .mv_home .mv_ttl .small {
    font-size: 4vw;
  }
  .mv_home .mv_ttl .middle {
    font-size: 5vw;
  }
  .mv_home .mv_ttl .large {
    font-size: 6.5vw;
  }
  .mv_home .mv_ttl .sb {
    margin: 8px 3px;
    padding: 1rem 1rem;
    font-size: 2rem;
    font-size: 5.3vw;
    border-radius: 4px;
  }
  .mv_home .mv_ttl .sb01 {
    margin: 8px 3px 8px -1rem;
  }
  .mv_home .mv_ttl .sb02 {
    margin: 8px 3px 8px 3px;
  }
  .mv_home .mv_ttl .sb:after {
    right: 15px;
    border-width: 0 8px 8px 0;
  }

  .mv_home .mv_txt {
    margin: 2rem 0 0;
    padding: 0 2rem;
  }

  .mv_home .operation {
    margin: 2rem 0 0;
    padding: 0 2rem;
    font-size: 1.2rem;
  }


  .mv_block02 {
    top: 0;
    width: 32%;
  }

  .slide_content {
    width: 100%;
    height: 300px;
  }
  .mv_slide {
    width: 100%;
  }
  .slide02 {
    display: none;
  }
  .slide-item {
    margin: 0 0 1rem;
  }
  .slide-item img {
    border-radius: 4px;
  }


  .mv_home .circle-b {
    top: -60px;
    left: -60px;
    width: 70%;
    border: 50px solid #f3e3d8;
  }

  .mv_home .circle-s01 {
    top: 35%;
    left: inherit;
    right: 30%;
    width: 30px;
    height: 60px;
    border-radius: 30px 0 0 30px;
  }

  .mv_home .circle-s02 {
    top: 60%;
    left: 0;
    width: 40px;
    height: 80px;
    border-radius: 0 40px 40px 0;
  }

  .mv_home .square {
    top: inherit;
    bottom: 30px;
    left: inherit;
    right: 10px;
    width: 20%;
    height: 0;
    padding-top: 20%;
  }
}



/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
  background: #f8f2ee;
  width: 100%;
  min-width: 1100px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  contain: paint;
}

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

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

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



/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 {
  text-align: center;
}
.main_ttl01 .ttl {
  font-size: 4.5rem;
  position: relative;
}
.main_ttl01 .ttl .small {
  font-size: 3rem;
}
.main_ttl01 .ttl::after {
  content: "";
  display: block;
  background: url("img/deco_or.png") left top no-repeat;
  background-size: contain;
  width: 44px;
  height: 12px;
  margin: 2rem auto 0;
  box-sizing: border-box;
}
.main_ttl01 .ttl.cl-wh::after {
  background: url("img/deco_wh.png") left top no-repeat;
  background-size: contain;
}

.main_ttl01 .ttl a {
  display: inline-block;
  padding: 0 8rem;
  position: relative;
}
.main_ttl01 .ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow_or01.png") left top no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  box-sizing: border-box;
}
.main_ttl01 .ttl.cl-wh a {
  color: #fff;
}
.main_ttl01 .ttl.cl-wh a::after {
  background: url("img/arrow_or02.png") left top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .main_ttl01 .ttl {
    font-size: 2.4rem;
  }
  .main_ttl01 .ttl .small {
    font-size: 1.7rem;
  }
  .main_ttl01 .ttl::after {
    width: 22px;
    height: 6px;
    margin: 1rem auto 0;
  }
  
  .main_ttl01 .ttl a {
    padding: 0 4rem;
  }
  .main_ttl01 .ttl a::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}





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

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

.lead {
  margin: 3rem 0 0!important;
  font-size: 1.4rem;
  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;
}

@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;
    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;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  padding: 0 0 8rem;
  position: relative;
  z-index: 0;
}
.sv_parts::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  transform: translate(0,-50%);
  background: url("img/sv_parts_bg.png") left center no-repeat;
  background-size: 100% auto;
  width: 562px;
  height: 100%;
  z-index: -1;
}
.sv_parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #172853;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  border-radius: 20px 0 0 20px;
  z-index: -2;
}

.sv_parts .subWrap {
  display: flex;
}
.sv_parts .sub {
  display: inline-block;
  background: #f27200;
  padding: 2rem 3rem;
  border-radius: 20px 0 20px 0;
  font-size: 2rem;
}
.sv_parts .eng {
  width: 440px;
  margin: 1rem 0 0 4rem;
  opacity: 0.8;
}

.sv_parts .txtBox {
  margin: 3rem 0 0;
  padding: 0 8rem;
}

.sv_parts .sv_ttlWrap {
  border-bottom: 1px solid #fff;
  position: relative;
}
.sv_parts .ttlWrap {
  width: calc(100% - 200px);
  padding: 0 0 3rem;
}

.sv_parts .iconWrap {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 165px;
}
.sv_parts .icon {
  width: 154px;
  margin: auto;
}

.sv_parts .txt {
  margin: 3rem 0 0;
}

.sv_parts .btn-web a {
  margin: 4rem auto 0;
}

.sv_parts01 .sv_ttl {
  font-size: 3.2rem;
}
.sv_parts01 .ttl_sub {
  display: inline-block;
  background: #fff;
  margin: 1.5rem 0 0;
  padding: 5px 1.5rem;
  color: #172853;
  font-size: 1.6rem;
}
.sv_parts01 .cc {
  margin: 3rem 0 0;
  color: #a9d16a;
  font-size: 2rem;
}

.sv_parts02 .sv_ttl {
  font-size: 2.4rem;
}
.sv_parts02 .name {
  background: #fff;
  margin: -2rem 0 0;
  padding: 5px 5px;
  color: #172853;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sv_parts {
    padding: 0 0 5rem;
    overflow: hidden;
  }
  .sv_parts::before {
    top: inherit;
    bottom: -50px;
    left: 30%;
    right: inherit;
    transform: translate(0,0);
    background: url("img/sv_parts_bg.png") left bottom no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  .sv_parts::after {
    width: 100vw;
    min-width: 100%;
    border-radius: 10px 0 0 10px;
  }

  .sv_parts .subWrap {
    display: block;
  }
  .sv_parts .sub {
    padding: 1rem 1.5rem;
    border-radius: 10px 0 10px 0;
    font-size: 1.6rem;
  }
  .sv_parts .eng {
    width: 60%;
    margin: 1rem 0 0 2rem;
  }

  .sv_parts .txtBox {
    margin: 1rem 0 0;
    padding: 0 2rem;
  }

  .sv_parts .ttlWrap {
    width: 65%;
    padding: 0 0 2rem;
  }

  .sv_parts .iconWrap {
    top: -18%;
    bottom: inherit;
    right: -10px;
    width: 30%;
  }
  .sv_parts .icon {
    width: 100%;
    margin: auto;
  }

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

  .sv_parts .btn-web a {
    max-width: 85%;
    margin: 3rem auto 0;
  }

  .sv_parts01 .sv_ttl {
    font-size: 1.8rem;
  }
  .sv_parts01 .ttl_sub {
    margin: 1rem 0 0;
    padding: 5px 8px;
    font-size: 1.4rem;
  }
  .sv_parts01 .cc {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }

  .sv_parts02 .ttlWrap {
    width: 100%;
  }  
  .sv_parts02 .sv_ttl {
    font-size: 1.6rem;
  }
  .sv_parts02 .name {
    display: inline-block;
    margin: 0 0 2rem;
    padding: 5px 1rem;
    text-align: left;
  }
  .sv_parts02 .name.pc_only {
    display: none;
  }
}



/*--------------------------------------
　sec_sv
---------------------------------------*/
.sec_sv {
  background: #fff;
  padding: 15rem 0 15rem;
  border-radius: 100px 0 0 100px;
}

@media screen and (max-width: 768px) {
  .sec_sv {
    padding: 5rem 0 5rem 2rem;
    border-radius: 50px 0 0 50px;
  }
}



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 13rem 0 16rem;
  position: relative;
}
.sec01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/deco_br01.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
}

.sec01_inner {
  display: flex;
  justify-content: space-between;
  margin: 17rem 0 0;
}

.sec01 .main_ttl01 {
  position: relative;
  z-index: 1;
}


.page_link {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 70px;
  width: 190px;
  height: 100%;
  margin: 15rem 0 0;
  z-index: 2;
}
.page_link ul li {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
.page_link ul li:last-child {
  margin: 0 0 0;
}
.page_link ul li .large {
  font-size: 1.8rem;
  font-weight: bold;
}
.page_link ul li a {
  display: block;
  background: #fff;
  padding: 1rem 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #f28500;
  border-radius: 8px 8px 0 8px;
  position: relative;
}
.page_link ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #f28500;
  z-index: 1;
}
.page_link ul li a.is-current {
  background: #f28500;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.page_link ul li a.is-current::before {
  border-right: 15px solid #fff;
}
.page_link ul li span {
  font-weight: bold;
}

.sec01_block {
  width: calc(100% - 190px);
  position: relative;
  z-index: 1;
}

.sec01_item {
  max-width: 1100px;
  margin: -7rem auto 18rem;
  padding: 7rem 0 0;
}
.sec01_item:last-child {
  margin: -7rem auto 0;
}

.sec01_item .item_inner {
  background: #fff;
  padding: 0 8rem 10rem;
  border-radius: 10px;
  box-shadow: 20px 20px 0 0 #efe7e2;
}

.sec01_item .ttl01 {
  max-width: 850px;
  padding: 4rem 5rem 4rem 0;
  font-size: 3rem;
  position: relative;
  top: -70px;
  z-index: 1;
}
.sec01_item .ttl01 .large {
  font-size: 4.4rem;
}
.sec01_item .ttl01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -160px;
  width: 280px;
  height: 140px;
  box-sizing: border-box;
  border: 60px solid rgba(255,255,255,0.15);
  border-bottom: none;
  border-radius: 140px 140px 0 0;
  z-index: -1;
}
.sec01_item .ttl01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #987a66 url("img/shape_square04.png") right 80px top no-repeat;
  background-size: 100px auto;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  border-radius: 0 100px 0 0;
  border-bottom: 10px solid #f28500;
  z-index: -2;
}

.sec01_item .main_cc {
  background: #263762;
  margin: -12rem 0 0;
  padding: 10rem 5rem 4rem;
  font-size: 2.8rem;
  text-align: center;
  border-radius: 0 0 0 100px;
  position: relative;
  z-index: 0;
}
.sec01_item .main_cc::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 80px;
  background: url("img/deco01.png") left top no-repeat;
  background-size: contain;
  width: 116px;
  height: 104px;
  z-index: -1;
}

.sec01_item .intro_parts {
  margin: 0 0 0;
}
.sec01_item .intro_parts .intro_item.after {
  border-radius: 0;
}
.sec01_item .intro_parts .imgBox {
  width: 350px;
}
.sec01_item .intro_parts .txt {
  margin: 2rem 0 0;
}

.sec01_item .txt {
  margin: 5rem 0 0;
}

.sec01_item .item_bottom {
  margin: 8rem 0 0;
}

.sec01_item .ttl02 {
  font-size: 2.8rem;
  text-align: center;
}

.sec01_item .img_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}
.sec01_item .img_block .image {
  width: calc(25% - 1.5rem);
  margin: 0 0 2rem;
}
.sec01_item .img_block .image img {
  border-radius: 10px;
}
.sec01_item .img_block .cap {
  margin: 1rem 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.sec01_item .table_block {
  margin: 4rem 0 0;
}
.sec01_item .table_block .tableBox {
  margin: 0 0 2rem;
}
.sec01_item .table_block .tableBox:last-child {
  margin: 0 0 0;
}
.sec01_item .table_block .t_ttl {
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  position: relative;
  z-index: 0;
}
.sec01_item .table_block .t_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #fff;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 8px solid #f3e3d8;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
}
.sec01_item .table_block table {
  margin: 1.2rem 0 0;
  border: 2px solid #c2aa96;
}
.sec01_item .table_block table th {
  background: #c2aa96;
  width: 45%;
  padding: 1.2rem;
  color: #fff;
  font-size: 1.4rem;
  border-left: 2px solid #c2aa96;
  border-bottom: 2px solid #fff;
}
.sec01_item .table_block table tr:last-child th {
  border-bottom: none;
}
.sec01_item .table_block table td {
  padding: 1.2rem;
  color: #958170;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  border-left: 2px solid #c2aa96;
  border-bottom: 2px solid #c2aa96;
}
.sec01_item .table_block table tr:last-child td {
  border-bottom: none;
}

.sec01_item .movie_block {
  width: 100%;
  height: 0;
  margin: 4rem auto 0;
  padding-top: 56.25%;
  position: relative;
}
.sec01_item .movie_block iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec01_item .btn-internal a {
  margin: 5rem auto 0;
}
.sec01_item .btn-internal a::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sec01 .sv_parts {
  margin: 10rem 0 0;
}


.sec01 .circle-b {
  position: absolute;
  top: -120px;
  left: calc(50% + 280px);
  width: 680px;
  border: 140px solid #f3e3d8;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 0;
}
.sec01 .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sec01 .circle {
  position: absolute;
  top: 200px;
  left: calc(50% - 550px);
  background: #f4e6dd;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.sec01 .triangle {
  position: absolute;
  top: 80px;
  left: calc(50% - 650px);
  background: url("img/shaoe_triangle01.png") left top no-repeat;
  background-size: contain;
  width: 130px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 6rem 0 6rem;
  }
  .sec01::after {
    width: 50px;
    height: 50px;
  }

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


  .page_link {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    margin: 0 0 0;
    padding: 0 2rem;
  }
  .page_link ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page_link ul li {
    width: calc(50% - 1rem);
    margin: 0 5px 1rem;
    font-size: 1.2rem;
    font-size: 3.4vw;
  }
  .page_link ul li:nth-child(1) {
    display: block;
    width: 100%;
  }
  .page_link ul li:nth-child(1) a {
    width: 50%;
    margin: 0 auto 0;
  }
  .page_link ul li:last-child {
    margin: 0 5px 1rem;
  }
  .page_link ul li .large {
    font-size: 1.5rem;
    font-size: 4.4vw;
  }
  .page_link ul li a {
    display: flex;
    align-items: center; 
    padding: 1rem 1rem;
    border-bottom: 1px solid #f28500;
    border-radius: 4px 4px 0 4px;
  }
  .page_link ul li a::before {
    border-top: 12px solid transparent;
    border-right: 12px solid #f28500;
  }
  .page_link ul li a.is-current {
    background: #fff;
    color: #172853;
    border-bottom: 1px solid #f28500;
  }
  .page_link ul li a.is-current::before {
    border-right: 12px solid #f28500;
  }

  .sec01_block {
    width: 100%;
    margin: 8rem 0 0;
    padding: 0 2rem;
  }

  .sec01_item {
    max-width: 100%;
    margin: -4rem auto 8rem;
    padding: 4rem 0 0;
  }
  .sec01_item:last-child {
    margin: -4rem auto 0;
  }

  .sec01_item .item_inner {
    padding: 0 0 5rem;
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 #efe7e2;
  }

  .sec01_item .ttl01 {
    max-width: calc(100% - 2rem);
    padding: 1.5rem 2rem 1.5rem 0;
    font-size: 1.7rem;
    top: -40px;
  }
  .sec01_item .ttl01 .large {
    font-size: 2.2rem;
  }
  .sec01_item .ttl01::before {
    left: -50px;
    width: 120px;
    height: 60px;
    border: 25px solid rgba(255,255,255,0.15);
    border-bottom: none;
    border-radius: 60px 60px 0 0;
  }
  .sec01_item .ttl01::after {
    background: #987a66 url("img/shape_square04.png") right 30px top no-repeat;
    background-size: 12% auto;
    width: 100vw;
    height: 100%;
    min-width: 100%;
    border-radius: 0 50px 0 0;
    border-bottom: 5px solid #f28500;
  }

  .sec01_item .main_cc {
    margin: -5rem 0 0;
    padding: 3rem 6rem 1.5rem;
    font-size: 1.7rem;
    border-radius: 0 0 0 50px;
  }
  .sec01_item .main_cc::after {
    top: 10px;
    left: 20px;
    background: url("img/deco01.png") left top no-repeat;
    background-size: contain;
    width: 15%;
    height: 0;
    padding-top: calc(15%*104/116);
  }

  .sec01_item .intro_parts {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .sec01_item .intro_parts .imgBox {
    width: 100%;
  }
  .sec01_item .intro_parts .txt {
    margin: 1.5rem 0 0;
    padding: 0 0;
  }

  .sec01_item .txt {
    margin: 2rem 0 0;
    padding: 0 2rem;
  }

  .sec01_item .item_bottom {
    margin: 4rem 0 0;
    padding: 0 2rem;
  }

  .sec01_item .ttl02 {
    font-size: 1.7rem;
  }

  .sec01_item .img_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0 0;
  }
  .sec01_item .img_block .image {
    width: calc(33.33% - 6px);
    margin: 0 3px 1rem;
  }
  .sec01_item .img_block .image img {
    border-radius: 5px;
  }
  .sec01_item .img_block .cap {
    margin: 5px 0 0;
    font-size: 1.3rem;
  }

  .sec01_item .table_block {
    margin: 2rem 0 0;
  }
  .sec01_item .table_block .tableBox {
    margin: 0 0 1.5rem;
  }
  .sec01_item .table_block .t_ttl {
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
  }
  .sec01_item .table_block .t_ttl::before {
    width: 30px;
    height: 30px;
    border: 6px solid #f3e3d8;
  }
  .sec01_item .table_block table {
    margin: 1.2rem 0 0;
    border: 1px solid #c2aa96;
  }
  .sec01_item .table_block table th {
    display: table-cell;
    width: 48%;
    padding: 1rem;
    border-left: 1px solid #c2aa96;
    border-bottom: 1px solid #fff;
  }
  .sec01_item .table_block table tr:last-child th {
    border-bottom: none;
  }
  .sec01_item .table_block table td {
    display: table-cell;
    padding: 1rem;
    border-left: 1px solid #c2aa96;
    border-bottom: 1px solid #c2aa96;
  }
  .sec01_item .table_block table tr:last-child td {
    border-bottom: none;
  }

  .sec01_item .movie_block {
    margin: 2rem auto 0;
  }

  .sec01_item .btn-internal a {
    margin: 3rem auto 0;
  }

  .sec01 .sv_parts {
    width: calc(100% - 2rem);
    margin: 6rem 0 0 auto;
  }
  
  
  .sec01 .circle-b {
    top: -40px;
    left: inherit;
    right: -90px;
    width: 60%;
    border: 50px solid #f3e3d8;
  }

  .sec01 .circle {
    top: 1.5%;
    left: -30px;
    width: 25%;
    height: 0;
    padding-top: 25%;
  }

  .sec01 .triangle {
    top: 20px;
    left: 20px;
    width: 15%;
    height: 0;
    padding-top: calc(15%*110/130);
  }
}




/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: #c2aa96;
  padding: 15rem 0 15rem;
  border-radius: 100px 0 0 100px;
  position: relative;
  z-index: 0;
}

.sec02 .lead {
  padding: 0 8rem;
}

.sec02 .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 0;
}
.sec02_block {
  width: calc(50% - 2rem);
  position: relative;
}
.sec02_block .sec02_item {
  background: #fff;
  width: 100%;
  margin: 0 0 5rem;
  padding: 4rem 0 9rem;
  border-radius: 10px;
  border-top: 10px solid #f28500;
  position: relative;
}
.sec02_block .ttl01 {
  padding: 0 4rem;
  text-align: center;
}
.sec02_block .ttl01 .small {
  display: block;
  font-size: 1.3rem;
}
.sec02_block .ttl01 a {
  display: block;
  padding: 0 4rem;
  font-size: 2.6rem;
  position: relative;
}
.sec02_block .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow_or03.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  box-sizing: border-box;
}
.sec02_block .imgBox {
  margin: 3rem auto 0;
  padding: 0 4rem;
}
.sec02_block .imgBox img {
  display: block;
  width: 360px;
  margin: auto;
}
.sec02_block .imgBox .caption {
  text-align: center;
}
.sec02_block .m_name {
  margin: 2rem 0 0;
  padding: 0 4rem;
  color: #987a66;
  font-size: 2.2rem;
  text-align: center;
}
.sec02_block .cc {
  background: #f8f2ee;
  margin: 2rem 0 0;
  padding: 2rem 4rem;
  font-size: 1.8rem;
}
.sec02_block .txt {
  margin: 2rem 0 0;
  padding: 0 4rem;
}
.sec02_block .btn-internal a {
  max-width: calc(90% - 8rem);
  margin: 3rem auto 0;
}
.sec02_block .btn-web a {
  max-width: calc(90% - 8rem);
  margin: 2rem auto 0;
}


.acc_parts01 .acc_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #172853;
  width: 130px;
  margin: 0 0 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 10px 0 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.acc_parts01 .acc_btn::before,
.acc_parts01 .acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: #fff;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  transition: all 0.4s;
}
.acc_parts01 .acc_btn::after {
  transform: rotate(90deg);
}
.acc_parts01 .acc_btn.open::before {
  display: none;
}
.acc_parts01 .acc_btn.open::after {
  transform: rotate(180deg);
}
.acc_parts01 .acc_btn span::before {
  content: "開く";
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}
.acc_parts01 .acc_btn.open span::before {
  content: "閉じる";
}
.acc_parts01 .acc_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.acc_parts01 .acc_content {
  display: none;
}
.acc_parts01 .acc_content.show {
  display: block;
}


.sec02_reason {
  margin: 2rem 0 0;
  position: relative;
}
.sec02_reason::before {
  content: "";
  display: block;
  background: url("img/deco_arrow01.png") left top no-repeat;
  background-size: contain;
  width: 94px;
  height: 46px;
  margin: auto;
  box-sizing: border-box;
}
.sec02_reason .reason_ttl {
  margin: 1rem 0 0;
  font-size: 4.5rem;
  text-align: center;
}
.sec02_reason .reason_ttl .small {
  font-size: 3rem;
}
.sec02_reason .sv_parts {
  margin: 6rem 0 0;
}


.sec02 .circle-b {
  position: absolute;
  top: 60px;
  right: calc(50% + 280px);
  width: 680px;
  border: 140px solid #bb9e86;
  border-radius: 50%;
  z-index: -1;
}
.sec02 .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sec02 .circle {
  position: absolute;
  top: 370px;
  right: -15px;
  background: #bb9e86;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  z-index: -1;
}

.sec02 .square01 {
  position: absolute;
  top: 60px;
  right: calc(50% - 620px);
  background: url("img/shape_square05.png") left top no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.sec02 .square02 {
  position: absolute;
  top: 390px;
  left: calc(50% - 620px);
  background: url("img/shape_square06.png") left top no-repeat;
  background-size: contain;
  width: 104px;
  height: 84px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 6rem 2rem 6rem;
    border-radius: 50px 0 0 50px;
  }

  .sec02 .lead {
    padding: 0 0;
  }

  .sec02 .flexBox {
    display: block;
    margin: 3rem 0 0;
  }
  .sec02_block {
    width: 100%;
  }
  .sec02_block .sec02_item {
    margin: 0 0 2rem;
    padding: 2rem 0 6.5rem;
    border-radius: 5px;
    border-top: 5px solid #f28500;
  }  
  .sec02_block .ttl01 {
    padding: 0 2rem;
  }
  .sec02_block .ttl01 a {
    padding: 0 3rem;
    font-size: 2.2rem;
  }
  .sec02_block .ttl01 a::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .sec02_block .imgBox {
    margin: 2rem auto 0;
    padding: 0 2rem;
  }
  .sec02_block .imgBox img {
    width: 80%;
  }
  .sec02_block .m_name {
    margin: 1.5rem 0 0;
    padding: 0 2rem;
    font-size: 2rem;
  }
  .sec02_block .cc {
    margin: 1.5rem 0 0;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
  .sec02_block .txt {
    margin: 1.5rem 0 0;
    padding: 0 2rem;
  }
  .sec02_block .btn-internal a {
    max-width: calc(90% - 4rem);
    margin: 2rem auto 0;
  }
  .sec02_block .btn-web a {
    max-width: calc(90% - 4rem);
    margin: 1.5rem auto 0;
  }


  .acc_parts01 .acc_btn {
    width: 35%;
    margin: 0 0 0 auto;
    padding: 1rem 1.5rem;
    border-radius: 5px 0 5px 0;
  }
  .acc_parts01 .acc_btn::before,
  .acc_parts01 .acc_btn::after {
    width: 14px;
    height: 1px;
  }
  .acc_parts01 .acc_btn span::before {
    font-size: 1.3rem;
  }
  .acc_parts01 .acc_btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }


  .sec02_reason {
    margin: 3rem 0 0;
  }
  .sec02_reason::before {
    width: 56px;
    height: 28px;
  }
  .sec02_reason .reason_ttl {
    margin: 5px 0 0;
    font-size: 2.4rem;
  }
  .sec02_reason .reason_ttl .small {
    font-size: 1.7rem;
  }
  .sec02_reason .sv_parts {
    width: calc(100% + 2rem);
    margin: 4rem 0 0;
  }  
  
  
  .sec02 .circle-b {
    top: 50px;
    right: inherit;
    left: -90px;
    width: 60%;
    border: 50px solid #bb9e86;
  }

  .sec02 .circle {
    top: 8%;
    right: -10px;
    width: 20%;
    height: 0;
    padding-top: 20%;
  }

  .sec02 .square01 {
    top: 30px;
    right: 10px;
    width: 20%;
    height: 0;
    padding-top: 20%;
  }

  .sec02 .square02 {
    top: 5%;
    left: 10px;
    width: 10%;
    height: 0;
    padding-top: calc(10%*84/104);
  }  
}




/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  padding: 12rem 0 12rem;
  border-radius: 0 0 100px 0;
  position: relative;
}
.sec03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("img/deco_br01.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
  transform: rotate(-90deg);
}
.sec03::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/deco_br03.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
  transform: rotate(90deg);
}

.sec03 .lead {
  padding: 0 8rem;
}


.sec03_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 0;
}
.sec03_block .sec03_item {
  background: #fff;
  width: calc(50% - 2rem);
  padding: 4rem 4rem 4rem;
  border-radius: 10px;
  position: relative;
}
.sec03_block .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
}
.sec03_block .num img {
  border-radius: 10px 0 0 0;
}
.sec03_block .ttl01 {
  padding: 0 2rem 2rem;
  font-size: 2.8rem;
  text-align: center;
  border-bottom: 2px solid rgba(194,170,150,0.5);
}
.sec03_block .cc {
  margin: 3rem 0 0;
  font-size: 1.8rem;
}
.sec03_block .txt {
  margin: 2rem 0 0;
}


.sec03_simulation {
  background: #fff;
  margin: 8rem 0 0;
  padding: 0 8rem 8rem;
  border-radius: 10px;
}
.sec03_simulation .ttl01 {
  text-align: center;
  position: relative;
  top: -30px;
}
.sec03_simulation .ttl01 span {
  display: inline-block;
  background: #172853;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  border-radius: 100px;
}
.sec03_simulation table {
  margin: 0 0 0;
  border: none;
  position: relative;
}
.sec03_simulation table::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 120px;
  background: url("img/deco02.png") left top no-repeat;
  background-size: contain;
  width: 114px;
  height: 110px;
  box-sizing: border-box;
}
.sec03_simulation thead th {
  background: #f28500;
  width: 100%;
  padding: 1.5rem 0;
  border-left: none;
  border-bottom: none;
}
.sec03_simulation thead .th_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03_simulation thead .th01 {
  width: 35%;
  padding: 0 2rem;
}
.sec03_simulation thead .th01 span {
  display: block;
  background: #fff;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  border-radius: 100px;
}
.sec03_simulation thead .th02 {
  width: 65%;
  padding: 0 4rem;
  font-size: 2.2rem;
  text-align: left;
}
.sec03_simulation tbody th {
  width: 35%;
  padding: 3rem 4rem;
  font-size: 1.6rem;
  text-align: left;
  border-left: none;
  border-bottom: 1px solid #c2aa96;
}
.sec03_simulation tbody td {
  padding: 3rem 4rem;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  border-left: none;
  border-bottom: 1px solid #c2aa96;
}
.sec03_simulation .rate {
  margin: 4rem 0 0;
  font-size: 2.8rem;
  text-align: center;
}
.sec03_simulation .rate .spn {
  margin: 0 0 0 4rem;
}
.sec03_simulation .rate .num {
  font-size: 5.5rem;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 6rem 2rem 6rem;
    border-radius: 0 0 50px 0;
  }
  .sec03::before {
    width: 50px;
    height: 50px;
  }
  .sec03::after {
    width: 50px;
    height: 50px;
  }

  .sec03 .lead {
    padding: 0 0;
  }


  .sec03_block {
    display: block;
    margin: 3rem 0 0;
  }
  .sec03_block .sec03_item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 2.5rem 2rem 2.5rem;
    border-radius: 5px;
  }
  .sec03_block .sec03_item:last-child {
    margin: 0 0 0;
  }
  .sec03_block .num {
    width: 22%;
  }
  .sec03_block .num img {
    border-radius: 5px 0 0 0;
  }
  .sec03_block .ttl01 {
    padding: 0 1.5rem 1.5rem;
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(194,170,150,0.5);
  }
  .sec03_block .cc {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
  .sec03_block .txt {
    margin: 1.5rem 0 0;
  }


  .sec03_simulation {
    margin: 6rem 0 0;
    padding: 0 2rem 4rem;
    border-radius: 5px;
  }
  .sec03_simulation .ttl01 {
    top: -30px;
  }
  .sec03_simulation .ttl01 span {
    padding: 1.2rem 3rem;
    font-size: 1.7rem;
  }
  .sec03_simulation table::after {
    left: 10px;
    width: 20%;
    height: 0;
    padding-top: calc(20%*110/114);
  }
  .sec03_simulation thead th {
    display: table-cell;
    padding: 1.5rem 1.5rem;
  }
  .sec03_simulation thead .th_inner {
    display: block;
    text-align: center;
  }
  .sec03_simulation thead .th01 {
    width: 100%;
    padding: 0 0;
  }
  .sec03_simulation thead .th01 span {
    display: inline-block;
    padding: 8px 1.5rem;
    font-size: 1.4rem;
  }
  .sec03_simulation thead .th02 {
    width: 100%;
    margin: 5px 0 0;
    padding: 0 0;
    font-size: 1.7rem;
    text-align: center;
  }
  .sec03_simulation tbody th {
    display: table-cell;
    width: 40%;
    padding: 1.5rem 1.5rem;
    font-size: 1.3rem;
  }
  .sec03_simulation tbody td {
    display: table-cell;
    padding: 1.5rem 1.5rem;
    font-size: 1.3rem;
  }
  .sec03_simulation tbody tr:last-child td:last-child {
    border-bottom: 1px solid #c2aa96;
  }
  .sec03_simulation .rate {
    margin: 1.5rem 0 0;
    padding: 0 0 0 15%;
    font-size: 1.6rem;
  }
  .sec03_simulation .rate .spn {
    margin: 0 0 0 2rem;
  }
  .sec03_simulation .rate .num {
    font-size: 3rem;
  }
}




/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #fff;
  padding: 12rem 0 12rem;
  border-radius: 100px 0 0 100px;
  position: relative;
  z-index: 0;
}


.case_link {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 2.5rem;
}
.case_link .p_link {
  width: calc(33.33% - 2rem);
}
.case_link .p_link a {
  display: block;
  background: #f8f2ee;
  border-radius: 10px;
  position: relative;
}
.case_link .p_link a::after {
  content: "";
  position: absolute;
  top: calc(100% - 25px);
  left: 50%;
  background: url("img/arrow_or02.png") left top no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  box-sizing: border-box;
  border: 2px solid #f28500;
  border-radius: 50%;
  transform: rotate(90deg);
}
.case_link .upper {
  background: #987a66;
  padding: 3.5rem 3rem 2rem;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.case_link .upper::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.05);
  background-size: contain;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
}
.case_link .upper::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/deco03.png") left top no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
}
.case_link .eng {
  position: absolute;
  top: 0;
  left: 10px;
  color: rgba(255,255,255,0.2);
  font-size: 4rem;
}
.case_link .link_txt {
  font-size: 1.8rem;
}
.case_link .link_cc {
  padding: 5rem 3rem 4rem;
  font-size: 2.2rem;
}


.sec04_case {
  margin: 11rem 0 0;
}
.sec04_case .case_block {
  margin: 0 0 8rem;
}
.sec04_case .case_block:last-child {
  margin: 0 0 0;
}
.sec04_case .ttlbox {
  display: flex;
  justify-content: space-between;
  padding: 3rem 6rem;
  position: relative;
  z-index: 0;
}
.sec04_case .ttlbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 140px;
  box-sizing: border-box;
  border: 60px solid rgba(243,227,216,0.06);
  border-top: none;
  border-radius: 0 0 140px 140px;
  z-index: -1;
}
.sec04_case .ttlbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #987a66;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  border-radius: 100px 0 0 0;
  z-index: -2;
}
.sec04_case .ttlbox .icon {
  width: 150px;
}
.sec04_case .ttlbox .icon img{
  border-radius:100%;
}
.sec04_case .ttl01Wrap {
  width: calc(100% - 170px);
}
.sec04_case .field {
  display: inline-block;
  background: #fff;
  padding: 8px 1.5rem;
  font-size: 1.6rem;
}
.sec04_case .ttl01 {
  margin: 2rem 0 0;
  font-size: 2.8rem;
}

.sec04_case .case_item {
  background: #f8f2ee;
  padding: 5rem 6rem 14rem;
  border-radius: 0 0 10px 10px;
}

.sec04_case .intro {
  display: flex;
  justify-content: space-between;
}
.sec04_case .intro_item {
  width: calc(50% - 2rem);
}
.sec04_case .intro .ttl {
  padding: 0 0 0 4rem;
  font-size: 2.2rem;
  position: relative;
}
.sec04_case .intro .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/deco04.png") right bottom no-repeat;
  background-size: contain;
  width: 90px;
  height: 62px;
  box-sizing: border-box;
}
.sec04_case .intro .txt {
  margin: 2rem 0 0;
  padding: 0 0 0 4rem;
}

.sec04_case .effect {
  margin: 6rem 0 0;
}
.sec04_case .effect_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec04_case .effect .txtBox {
  background: #fff;
  width: calc(100% - 350px);
  margin: 0 0 0 -6rem;
  padding: 4rem 10rem 4rem 6rem;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.sec04_case .effect .e_icon {
  position: absolute;
  top: -45px;
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #93bb55;
  width: 95px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  border-radius: 50%;
}
.sec04_case .effect .e_icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec04_case .effect .cc {
  padding: 0 0 2rem;
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(23,40,83,0.4);
}
.sec04_case .effect .txt {
  margin: 2rem 0 0;
}
.sec04_case .effect .btn-internal a {
  margin: 3rem auto 0;
}
.sec04_case .effect .imgBox {
  width: calc(410px + 6rem);
  margin: 0 0 -6rem -6rem;
  position: relative;
}
.sec04_case .effect .imgBox img {
  border-radius: 0 10px 10px 10px;
}
.sec04_case .effect .imgBox .caption {
  text-align: center;
}


.sec04 .circle-s {
  position: absolute;
  top: 300px;
  left: calc(50% - 660px);
  background: url("img/shape_circle-s01.png") left top no-repeat;
  background-size: contain;
  width: 160px;
  height: 200px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6rem 2rem 6rem;
    border-radius: 50px 0 0 50px;
  }


  .case_link {
    display: block;
    margin: 3rem 0 1.5rem;
  }
  .case_link .p_link {
    width: 100%;
    margin: 0 0 3.5rem;
  }
  .case_link .p_link:last-child {
    margin: 0 0 0;
  }
  .case_link .p_link a {
    border-radius: 5px;
  }
  .case_link .p_link a::after {
    top: calc(100% - 15px);
    width: 30px;
    height: 30px;
    margin-left: -15px;
    box-sizing: border-box;
    border: 1px solid #f28500;
  }
  .case_link .upper {
    padding: 2.5rem 2rem 1.5rem;
    border-radius: 5px 5px 0 0;
  }
  .case_link .upper::before {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .case_link .upper::after {
    bottom: inherit;
    top: calc(100% - 1px);
    width: 100%;
    height: 0;
    padding-top: calc(100%*30/253);
  }
  .case_link .eng {
    top: -5px;
    left: 5px;
    font-size: 3.2rem;
  }
  .case_link .link_txt {
    font-size: 1.8rem;
  }
  .case_link .link_cc {
    padding: 4rem 2rem 3rem;
    font-size: 1.8rem;
  }


  .sec04_case {
    margin: 7rem 0 0;
  }
  .sec04_case .case_block {
    margin: -3rem 0 5rem;
    padding: 3rem 0 0;
  }
  .sec04_case .ttlbox {
    display: block;
    padding: 0 0 2rem 2rem;
  }
  .sec04_case .ttlbox::before {
    right: -20px;
    width: 120px;
    height: 60px;
    box-sizing: border-box;
    border: 25px solid rgba(243,227,216,0.06);
    border-top: none;
    border-radius: 0 0 60px 60px;
  }
  .sec04_case .ttlbox::after {
    min-width: 100%;
    border-radius: 50px 0 0 0;
  }
  .sec04_case .ttlbox .icon {
    width: 30%;
    margin: auto;
    position: relative;
    top: -30px;
  }
  .sec04_case .ttlbox .icon img {
    border: 1px solid #987a66;
    border-radius: 50%;
  }
  .sec04_case .ttl01Wrap {
    width: 100%;
    margin: -2rem 0 0;
  }
  .sec04_case .field {
    padding: 5px 1rem;
    font-size: 1.4rem;
  }
  .sec04_case .ttl01 {
    margin: 1.5rem 0 0;
    font-size:1.8rem;
  }

  .sec04_case .case_item {
    padding: 3rem 2rem 4rem;
    border-radius: 0 0 5px 5px;
  }

  .sec04_case .intro {
    display: block;
  }
  .sec04_case .intro_item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec04_case .intro_item:last-child {
    margin: 0 0 0;
  }
  .sec04_case .intro .ttl {
    padding: 0 0 0 2.5rem;
    font-size: 1.6rem;
  }
  .sec04_case .intro .ttl::before {
    width: 54px;
    height: 37px;
  }
  .sec04_case .intro .txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0 2.5rem;
  }

  .sec04_case .effect {
    margin: 5rem 0 0;
  }
  .sec04_case .effect_item {
    display: block;
  }
  .sec04_case .effect .txtBox {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 2rem 8rem 2rem;
    border-radius: 0 5px 5px 0;
  }
  .sec04_case .effect .e_icon {
    position: relative;
    top: -30px;
    left: inherit;
    width: 30%;
    margin: auto;
    font-size: 1.4rem;
  }
  .sec04_case .effect .cc {
    margin: -2rem 0 0;
    padding: 0 0 1.5rem;
    font-size: 1.6rem;
  }
  .sec04_case .effect .txt {
    margin: 1.5rem 0 0;
  }
  .sec04_case .effect .btn-internal a {
    margin: 2rem auto 0;
  }
  .sec04_case .effect .imgBox {
    width: calc(100% - 4rem);
    margin: -5rem auto 0 auto;
  }
  .sec04_case .effect .imgBox img {
    border-radius: 0 5px 5px 5px;
  }
  

  .sec04 .circle-s {
    top: 3%;
    left: 0;
    width: 18%;
    height: 0;
    padding-top: calc(18%*200/160);
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 12rem 0 12rem;
  position: relative;
  z-index: 0;
}
.sec05::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("img/deco_br03.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
}
.sec05::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/deco_br03.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
  transform: rotate(90deg);
}


.faq_link {
  margin: 5rem 0 0;
  padding: 0 8rem;
}
.faq_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.faq_link ul li {
  width: 230px;
  margin: 0 2rem 2rem;
}
.faq_link ul li a {
  display: flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
  background: #fff;
  padding: 2rem 4rem;
  color: #f28500;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #f28500;
  position: relative;
}
.faq_link ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("img/arrow_or03.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  box-sizing: border-box;
  transform: rotate(90deg);
}


.sec05_faq {
  margin: 6rem 0 0;
}
.sec05_faq .faq_block {
  margin: 0 0 9rem;
}
.sec05_faq .faq_block:last-child {
  margin: 0 0 0;
}
.sec05_faq .ttl01 {
  font-size: 2.8rem;
  position: relative;
}
.sec05_faq .ttl01 .large {
  font-size: 3.8rem;
}
.sec05_faq .ttl01::before {
  content: "";
  position: absolute;
  top: 35px;
  right: calc(100% + 30px);
  background: #ebd1c0;
  width: 100vw;
  height: 2px;
}
.sec05_faq .ttl01 a {
  display: inline-block;
  padding: 0 6rem 0 0;
  position: relative;
}
.sec05_faq .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow_or02.png") left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  border: 2px solid #f28500;
  border-radius: 50%;
}
.sec05_faq .itemWrap {
  margin: 4rem 0 0;
}
.sec05_faq .faq_item {
  background: #fff;
  margin: 0 0 3rem;
  padding: 2.5rem 4rem 2.5rem;
  border-radius: 10px;
  position: relative;
}
.sec05_faq .faq_item:last-child {
  margin: 0 0 0;
}
.sec05_faq .faq_item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background: url("img/icon_q.png") left top no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
}
.sec05_faq .ttl02 {
  font-size: 2.4rem;
}
.sec05_faq .a_box {
  margin: 2.5rem 0 0;
  padding: 3rem 0 0;
  border-top: 1px solid #c2aa96;
}
.sec05_faq .cc {
  padding: 0 0 0 6rem;
  font-size: 2rem;
  position: relative;
}
.sec05_faq .cc::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background: url("img/icon_a.png") left top no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
}
.sec05_faq .txt {
  margin: 2rem 0 0;
}
.sec05_faq .btn-link a {
  margin: 3rem 0 0;
}


.acc_parts02 .acc_btn {
  padding: 0 6rem 0 0;
  position: relative;
  cursor: pointer;
}
.acc_parts02 .acc_btn::before,
.acc_parts02 .acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #f28500;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  transition: all 0.4s;
}
.acc_parts02 .acc_btn::after {
  transform: rotate(90deg);
}
.acc_parts02 .acc_btn.open::before {
  display: none;
}
.acc_parts02 .acc_btn.open::after {
  transform: rotate(180deg);
}
.acc_parts02 .acc_content {
  display: none;
}
.acc_parts02 .acc_content.show {
  display: block;
}


.sec05 .circle-b {
  position: absolute;
  width: 720px;
  border: 180px solid #f6e9e1;
  border-radius: 50%;
  z-index: -1;
}
.sec05 .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec05 .circle-b01 {
  top: 60px;
  right: calc(50% + 280px);
}
.sec05 .circle-b02 {
  bottom: 120px;
  left: calc(50% + 280px);
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 6rem 2rem 6rem;
  }
  .sec05::before {
    width: 50px;
    height: 50px;
  }
  .sec05::after {
    width: 50px;
    height: 50px;
  }


  .faq_link {
    margin: 3rem 0 0;
    padding: 0 0;
  }
  .faq_link ul {
    justify-content: space-between;
  }
  .faq_link ul li {
    width: calc(50% - 5px);
    margin: 0 0 1rem;
  }
  .faq_link ul li a {
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
    border: 1px solid #f28500;
  }
  .faq_link ul li a::after {
    right: 8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }


  .sec05_faq {
    margin: 3rem 0 0;
  }
  .sec05_faq .faq_block {
    margin: -5rem 0 4rem;
    padding: 5rem 0 0;
  }
  .sec05_faq .faq_block:last-child {
    margin: -3rem 0 0;
  }
  .sec05_faq .ttl01 {
    font-size: 2.2rem;
  }
  .sec05_faq .ttl01 .large {
    font-size: 2rem;
  }
  .sec05_faq .ttl01::before {
    display: none;
  }
  .sec05_faq .ttl01 a {
    padding: 0 3rem 0 0;
  }
  .sec05_faq .ttl01 a::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #f28500;
  }
  .sec05_faq .itemWrap {
    margin: 3rem 0 0;
  }
  .sec05_faq .faq_item {
    margin: 0 0 2rem;
    padding: 2.5rem 2rem 2.5rem;
    border-radius: 5px;
  }
  .sec05_faq .faq_item::before {
    top: -15px;
    left: -8px;
    width: 35px;
    height: 35px;
  }
  .sec05_faq .ttl02 {
    font-size: 1.8rem;
  }
  .sec05_faq .a_box {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid #c2aa96;
  }
  .sec05_faq .cc {
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
  }
  .sec05_faq .cc::before {
    top: 0;
    width: 30px;
    height: 30px;
  }
  .sec05_faq .txt {
    margin: 1.5rem 0 0;
  }
  .sec05_faq .btn-link a {
    margin: 2rem 0 0;
  }


  .acc_parts02 .acc_btn {
    padding: 0 4rem 0 0;
    color: #f28500;
  }
  .acc_parts02 .acc_btn::before,
  .acc_parts02 .acc_btn::after {
    width: 20px;
    height: 1px;
  }
  
  
  .sec05 .circle-b {
    width: 70%;
    border: 60px solid #f6e9e1;
  }
  .sec05 .circle-b01 {
    top: 30px;
    right: inherit;
    left: -100px;
  }
  .sec05 .circle-b02 {
    bottom: 40px;
    left: inherit;
    right: -100px;
  }
}




/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #fff;
  padding: 12rem 0 0;
  position: relative;
  z-index: 0;
}
.sec06::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/deco_br02.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
}

.sec06 .main_ttl01 {
  text-align: left;
}
.sec06 .main_ttl01 .ttl {
  display: inline-block;
}
.sec06 .main_ttl01 .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0,-50%);
  background: none;
  width: 100vw;
  height: 2px;
  border-top: 2px solid #f28500;
  margin: 0 0 0;  
  margin-left: 50px;
}
.sec06 .main_ttl01 .ttl a {
  padding: 0 8rem 0 0;
}


.sec06_example {
  margin: 5rem 0 0;
}
.sec06_example .example_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec06_example .example_item {
  width: calc(50% - 2rem);
  margin: 0 0 7rem;
}
.sec06_example .example_item:nth-child(odd) {
  margin: 7rem 0 0;
}
.sec06_example .imgBox {
  position: relative;
}
.sec06_example .imgBox img {
  border-radius: 0 10px 10px 10px;
}
.sec06_example .ttl01 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec06_example .ttl01 a {
  display: inline-block;
  background: #fff;
  padding: 1.5rem 2rem 1.5rem 2rem;
  font-size: 2.4rem;
  border-radius: 0 10px 0 0;
  position: relative;
}
.sec06_example .ttl01 a::before,
.sec06_example .ttl01 a::after {
  content: "";
  position: absolute;
  background: url("img/deco_br05.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.sec06_example .ttl01 a::before {
  bottom: calc(100% - 1px);
  left: -1px;
}
.sec06_example .ttl01 a::after {
  bottom: -1px;
  left: calc(100% - 1px);
}
.sec06_example .ttl01 a span {
  padding: 0 8rem 0 0;
  position: relative;
}
.sec06_example .ttl01 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow_or02.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  box-sizing: border-box;
  border: 2px solid #f28500;
  border-radius: 50%;
}
.sec06_example .txt {
  margin: 3rem 0 0;
}


.sec06 .circle-b {
  position: absolute;
  top: 100px;
  right: calc(50% + 280px);
  width: 850px;
  border: 180px solid #fcf7f4;
  border-radius: 50%;
  z-index: -1;
}
.sec06 .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 6rem 2rem 0;
  }
  .sec06::after {
    width: 50px;
    height: 50px;
  }

  .sec06 .main_ttl01 .ttl {
    display: block;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #f28500;
  }
  .sec06 .main_ttl01 .ttl::after {
    display: none;
  }
  .sec06 .main_ttl01 .ttl a {
    display: block;
    padding: 0 4rem 0 0;
  }


  .sec06_example {
    margin: 3rem 0 0;
  }
  .sec06_example .example_block {
    display: block;
  }
  .sec06_example .example_item {
    width: 100%;
    margin: 0 0 3rem;
  }
  .sec06_example .example_item:nth-child(odd) {
    margin: 0 0 3rem;
  }
  .sec06_example .example_item:last-child {
    margin: 0 0 0;
  }
  .sec06_example .imgBox img {
    border-radius: 0 5px 5px 5px;
  }
  .sec06_example .ttl01 a {
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 1.6rem;
    border-radius: 0 5px 0 0;
  }
  .sec06_example .ttl01 a::before,
  .sec06_example .ttl01 a::after {
    width: 12px;
    height: 12px;
  }
  .sec06_example .ttl01 a span {
    padding: 0 4rem 0 0;
  }
  .sec06_example .ttl01 a span::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #f28500;
  }
  .sec06_example .txt {
    margin: 2rem 0 0;
  }  
  
  
  .sec06 .circle-b {
    top: 50px;
    right: inherit;
    left: -100px;
    width: 70%;
    border: 60px solid #fcf7f4;
  }
}




/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  background: #fff;
  padding: 10rem 0 4rem;
  position: relative;
  z-index: 0;
}

.sec07 .main_ttl01 {
  text-align: right;
}
.sec07 .main_ttl01 .ttl {
  display: inline-block;
}
.sec07 .main_ttl01 .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0,-50%);
  background: none;
  width: 100vw;
  height: 2px;
  border-top: 2px solid #f28500;
  margin: 0 0 0;  
  margin-right: 50px;
}
.sec07 .main_ttl01 .ttl a {
  padding: 0 8rem 0 0;
}


.sec07_knowledge {
  margin: 6rem 0 0;
}
.sec07_knowledge .knowledge_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec07_knowledge .knowledge_item {
  margin: 0 0 8rem;
}
.sec07_knowledge .knowledge_item:nth-child(1) {
  width: 100%;
}
.sec07_knowledge .knowledge_item:nth-child(2),
.sec07_knowledge .knowledge_item:nth-child(3),
.sec07_knowledge .knowledge_item:nth-child(4) {
  width: calc(33.33% - 2rem);
}
.sec07_knowledge .knowledge_item:nth-child(5),
.sec07_knowledge .knowledge_item:nth-child(6) {
  width: calc(50% - 2rem);
}
.sec07_knowledge .imgBox {
  position: relative;
}
.sec07_knowledge .imgBox img {
  border-radius: 10px;
}
.sec07_knowledge .ttl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.sec07_knowledge .cc {
  margin: 2rem 0 0;
  font-size: 2.4rem;
}
.sec07_knowledge .txt {
  margin: 2rem 0 0;
}
.sec07_knowledge .btn-link a {
  margin: 3rem 0 0;
}

.sec07_knowledge .flexBox {
  align-items: center;
}
.sec07_knowledge .flexBox .imgBox {
  width: 500px;
}
.sec07_knowledge .flexBox .txtBox {
  width: calc(100% - 500px);
  padding: 0 0 0 5rem;
}


.sec07 .circle-b {
  position: absolute;
  top: 0;
  left: calc(50% + 280px);
  width: 850px;
  border: 180px solid #fcf7f4;
  border-radius: 50%;
  z-index: -1;
}
.sec07 .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 6rem 2rem 4rem;
  }

  .sec07 .main_ttl01 .ttl {
    display: block;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #f28500;
  }
  .sec07 .main_ttl01 .ttl::after {
    display: none;
  }
  .sec07 .main_ttl01 .ttl a {
    display: block;
    padding: 0 4rem 0 0;
  }
  
  
  .sec07_knowledge {
    margin: 3rem 0 0;
  }
  .sec07_knowledge .knowledge_block {
    display: block;
  }
  .sec07_knowledge .knowledge_item {
    margin: 0 0 3rem;
  }
  .sec07_knowledge .knowledge_item:last-child {
    margin: 0 0 0;
  }
  .sec07_knowledge .knowledge_item:nth-child(1) {
    width: 100%;
  }
  .sec07_knowledge .knowledge_item:nth-child(2),
  .sec07_knowledge .knowledge_item:nth-child(3),
  .sec07_knowledge .knowledge_item:nth-child(4) {
    width: 100%;
  }
  .sec07_knowledge .knowledge_item:nth-child(5),
  .sec07_knowledge .knowledge_item:nth-child(6) {
    width: 100%;
  }
  .sec07_knowledge .imgBox img {
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
  }
  .sec07_knowledge .ttl01 {
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
  .sec07_knowledge .cc {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
  }
  .sec07_knowledge .txt {
    margin: 1.5rem 0 0;
  }
  .sec07_knowledge .btn-link a {
    margin: 2rem 0 0;
  }

  .sec07_knowledge .flexBox .imgBox {
    width: 100%;
  }
  .sec07_knowledge .flexBox .txtBox {
    width: 100%;
    padding: 0 0 0 0;
  }
  
  .sec06 .circle-b {
    top: 50px;
    right: inherit;
    left: -100px;
    width: 70%;
    border: 60px solid #fcf7f4;
  }  
  
  .sec07 .circle-b {
    top: 30px;
    left: inherit;
    right: -100px;
    width: 70%;
    border: 60px solid #fcf7f4;
  }
}



/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  background: #fff;
  padding: 0 0 23rem;
  position: relative;
}
.sec08::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/deco_br04.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
}

.sec08 .marker {
    background: linear-gradient(transparent 70%, #c3783a 0%);
    font-weight: bold;
}

.sec08 .txtBox {
  max-width: 60%;
  padding: 8rem 18rem 8rem 0;
  position: relative;
  z-index: 0;
}
.sec08 .txtBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #c2aa96;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  border-radius: 0 100px 0 0;
  z-index: -1;
}

.sec08 .ttl {
  font-size: 3.2rem;
}
.sec08 .ttl a {
  display: inline-block;
  padding: 0 6rem 0 0;
  position: relative;
}
.sec08 .ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow_wh01.png") left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
}

.sec08 .imgBox {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 50%;
  margin: 0 0 0 auto;
}
.sec08 .imgBox img {
  height: 400px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 0 2rem 6rem;
  }
  .sec08::after {
    width: 50px;
    height: 50px;
  }

  .sec08 .txtBox {
    max-width: 100%;
    padding: 3rem 2rem 8rem 0;
  }
  .sec08 .txtBox::after {
    min-width: 100%;
    border-radius: 0 50px 0 0;
  }

  .sec08 .ttl {
    font-size: 2.4rem;
  }
  .sec08 .ttl a {
    display: block;
    padding: 0 4rem 0 0;
  }
  .sec08 .ttl a::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .sec08 .imgBox {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: -5rem -2rem 0 2rem;
  }
  .sec08 .imgBox img {
    height: auto;
    border-radius: 5px 0 0 5px;
  }
}



/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  background: #172853;
  padding: 15rem 0 25rem;
  position: relative;
  z-index: 0;
}
.sec09::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: url("img/deco_br03.png") left top no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
  transform: rotate(-90deg);
}


.sec09 .com_parts {
  margin: 0 0 0;
  padding: 0 0 0 0;
}
.sec09 .com_parts::after {
  display: none;
}
.sec09 .com_parts .com_ttl {
  font-size: 3.8rem;
}
.sec09 .com_parts .sponsored {
  padding: 5rem 8rem 5rem 0;
}
.sec09 .com_parts .sponsored::before {
  width: 440px;
  height: 50px;
}
.sec09 .com_parts .sponsored::after {
  width: 100vw;
}
.sec09 .com_parts .media .boxL {
  width: 30%;
}
.sec09 .com_parts .media .boxR {
  width: 65%;
}


.sec09 .circle-b {
  position: absolute;
  top: -30px;
  left: calc(50% + 280px);
  width: 640px;
  border: 140px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  z-index: -1;
}
.sec09 .circle-b::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sec09 .square {
  position: absolute;
  bottom: 380px;
  left: calc(50% + 490px);
  background: url("img/shape_square02.png") left top no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  z-index: -1;
}

.sec09 .diamond {
  position: absolute;
  bottom: 100px;
  right: calc(50% + 450px);
  background: rgba(255,255,255,0.1);
  width: 300px;
  height: 300px;
  transform: rotate(45deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec09 {
    padding: 6rem 2rem 12rem;
  }
  .sec09::after {
    top: -1px;
    width: 50px;
    height: 50px;
  }


  .sec09 .com_parts .com_ttl {
    font-size: 2.4rem;
  }
  .sec09 .com_parts .sponsored {
    padding: 3rem 2rem 3rem 0;
  }
  .sec09 .com_parts .sponsored::before {
    width: 70%;
    height: 0;
    padding-top: calc(70%*50/440);
  }
  .sec09 .com_parts .media .boxL {
    width: 100%;
  }
  .sec09 .com_parts .media .boxR {
    width: 100%;
  }

  
  .sec09 .circle-b {
    top: -30px;
    left: inherit;
    right: -70px;
    width: 65%;
    border: 50px solid rgba(255,255,255,0.1);
  }

  .sec09 .square {
    bottom: 25%;
    left: inherit;
    right: 0;
    width: 25%;
    height: 0;
    padding-top: 25%;
  }

  .sec09 .diamond {
    bottom: 50px;
    right: inherit;
    left: -20px;
    width: 35%;
    height: 0;
    padding-top: 35%;
  }
}

