@charset "utf-8";

.bg-cl01 {
  background: #fbe6e2;
}
.bg-cl02 {
  background: #e6f3d4;
}
.bg-cl03 {
  background: #faf5cb;
}


/*--------------------------------------
　toc-home
---------------------------------------*/
.toc-home {
  position: fixed;
  top: 100px;
  right: 0;
  width: 350px;
  height: auto;
  z-index: 1;
  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: #fff;
  width: 50px;
  height: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border: 2px solid #242424;
  border-right: none;
  border-radius: 10px 0 0 10px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
  font-family: "Noto Sans JP vertical";
}
.toc-home .toc-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0,-50%);
  background: #fff;
  width: 2px;
  height: 96px;
  z-index: 1;
}

.toc-home .toc-ttl span {
  padding: 0 0 2rem;
  font-weight: bold;
  position: relative;
}
.toc-home .toc-ttl span::before,
.toc-home .toc-ttl span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  background: #000;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  transition: all 0.4s;
}
.toc-home .toc-ttl span::after {
  transform: rotate(90deg);
}
.toc-home.is-open .toc-ttl span::before {
  display: none;
}
.toc-home.is-open .toc-ttl span::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: 1.5rem 3rem 3rem;
  border: 2px solid #242424;
  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 ol li {
  padding: 1.5rem 0 1.5rem 2.5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #acb7bf;
  position: relative;
  counter-increment: tochome;
}
.toc-home ol li::before {
  content: counter(tochome)".";
  position: absolute;
  top: 12px;
  left: 0;
  background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
  color: #ee8d7f;
  font-size: 1.8rem;
  font-weight: bold;
}
.toc-home ol li a {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .toc-home {
    top: 15%;
    width: calc(100% - 60px);
  }

  .toc-home .toc-ttl {
    width: 40px;
    height: 70px;
    font-size: 1.5rem;
    border: 1px solid #242424;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }
  .toc-home .toc-ttl::before {
    width: 1px;
    height: 68px;
  }

  .toc-home .toc-ttl span {
    padding: 0 0 1.5rem;
  }
  .toc-home .toc-ttl span::before,
  .toc-home .toc-ttl span::after {
    bottom: 5px;
    width: 12px;
    height: 1px;
    margin-left: -6px;
  }

  .toc-home .toc-block {
    max-height: calc(100vh - 20.8rem);
    padding: 1rem 2rem 2rem;
    border: 1px solid #242424;
    border-right: none;
  }

  .toc-home ol li {
    padding: 1.2rem 0 1.2rem 2rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #acb7bf;
  }
  .toc-home ol li::before {
    top: 9px;
    font-size: 1.6rem;
  }
}



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

.header_home .sitename_wrap {
  font-size: 1.4rem;
  text-align: right;
}

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

  .header_home .sitename_wrap {
    font-size: 1.1rem;
    text-align: left;
  }
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv-home {
  background: #fce5e1;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), rgba(255,255,255,0.2) calc(100% - 2px)),
                    linear-gradient(90deg, transparent calc(100% - 2px), rgba(255,255,255,0.2) calc(100% - 2px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  min-width: 1000px;
  padding: 10rem 0 8rem;
  position: relative;
  overflow: hidden;
}

.mv-home .mv-inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 0;
}
.mv-home .mv-inner::before,
.mv-home .mv-inner::after {
  content: "";
  position: absolute;
  background: url("img/bg-dot01.png") left top no-repeat;
  background-size: contain;
  box-sizing: border-box;
  z-index: -1;
}
.mv-home .mv-inner::before {
  top: -130px;
  left: 0;
  width: 220px;
  height: 220px;
}
.mv-home .mv-inner::after {
  bottom: -30px;
  right: -80px;
  width: 260px;
  height: 260px;
}

.mv-home .mv-block {
  max-width: 860px;
  margin: auto;
  padding: 1.5rem 1.5rem;
  position: relative;
}
.mv-home .mv-block::before,
.mv-home .mv-block::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 85px;
  border-left: 3px solid #242424;
  border-right: 3px solid #242424;
  box-sizing: border-box;
  z-index: -1;
}
.mv-home .mv-block::before {
  top: 0;
  border-top: 3px solid #242424;
}
.mv-home .mv-block::after {
  bottom: 0;
  border-bottom: 3px solid #242424;
}

.mv-home .mv-block__inner {
  background: #fff;
  padding: 8rem 8rem 6rem;
  position: relative;
  z-index: 0;
}
.mv-home .mv-block__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  --x-gradient: linear-gradient(90deg, #242424 0 70px, transparent 0 calc(100% - 70px), #242424 calc(100% - 70px));
  --y-gradient: linear-gradient(#242424 0 70px, transparent 0 calc(100% - 70px), #242424 calc(100% - 70px));
  background-image:
    var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
  background-position: top, right, bottom, left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}

.mv-home .mv-logo {
  position: absolute;
  top: -60px;
  left: 40px;
  width: 190px;
  z-index: 1;
}

.mv-home .mv-ttl {
  font-size: 4.5rem;
  text-align: center;
}
.mv-home .mv-ttl .large {
  font-size: 7.5rem;
}
.mv-home .mv-ttl .bb {
  margin: 0 0 0 0;
  padding: 0 5px;
  position: relative;
  z-index: 0;
}
.mv-home .mv-ttl .bb::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  background: #f3eba2;
  width: 100%;
  height: 12px;
  z-index: -1;
}
.mv-home .mv-ttl .bb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(0,-50%);
  background: url("img/mv-arrow.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.mv-home .mv-ttl .bg {
  display: inline-block;
  background: #f69587;
  margin: 0 0 0 6rem;
  padding: 1rem 2rem;
  line-height: 1;
  border-radius: 4px;
}
.mv-home .mv-ttl .eng {
  font-size: 5.6rem;
}

.mv-home .mv-txt {
  margin: 4rem 0 0;
  padding: 0 6rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

.mv-home .mv-illust {
  position: absolute;
  bottom: -2rem;
  right: -17rem;
  width: 320px;
  z-index: 1;
}
.mv-home .mv-illust .sb {
    position: absolute;
    bottom: calc(100% - 15px);
    left: calc(35% + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(img/sb-bg02.png) left top no-repeat;
    background-size: 90%;
    width: 166px;
    height: 100px;
    padding: 0 2rem;
    font-size: 1.4rem;
    text-align: center;
}
.mv-home .mv-illust .sb span {
  display: block;
  transform: rotate(25deg) translateY(-5px);
  line-height: 1.3;
  text-shadow: 
    #fff 1px 1px,
    #fff -1px 1px,
    #fff 1px -1px,
    #fff -1px -1px;
  }

.mv-home .operation {
  margin: 3rem 0 0;
  color: #888;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-home {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255,255,255,0.2) calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,0.2) calc(100% - 1px));
    background-size: 15px 15px;
    min-width: 100%;
    padding: 9rem 1.5rem 4rem;
  }

  .mv-home .mv-inner {
    max-width: 100%;
  }
  .mv-home .mv-inner::before {
    top: -30px;
    left: -20px;
    width: 35%;
    height: 0;
    padding-top: 35%;
  }
  .mv-home .mv-inner::after {
    bottom: 20px;
    right: -20px;
    width: 45%;
    height: 0;
    padding-top: 45%;
  }

  .mv-home .mv-block {
    max-width: 100%;
    padding: 5px 5px;
  }
  .mv-home .mv-block::before,
  .mv-home .mv-block::after {
    height: 45px;
    border-left: 2px solid #242424;
    border-right: 2px solid #242424;
  }
  .mv-home .mv-block::before {
    border-top: 2px solid #242424;
  }
  .mv-home .mv-block::after {
    border-bottom: 2px solid #242424;
  }

  .mv-home .mv-block__inner {
    padding: 0 2rem 11rem;
  }
  .mv-home .mv-block__inner::after {
    --x-gradient: linear-gradient(90deg, #242424 0 40px, transparent 0 calc(100% - 40px), #242424 calc(100% - 40px));
    --y-gradient: linear-gradient(#242424 0 40px, transparent 0 calc(100% - 40px), #242424 calc(100% - 40px));
    background-image:
      var(--x-gradient),
      var(--y-gradient),
      var(--x-gradient),
      var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
  }

  .mv-home .mv-logo {
    position: relative;
    top: -30px;
    left: 0;
    width: 45%;
    margin: auto;
  }

  .mv-home .mv-ttl {
    margin: -1.5rem 0 0;
    font-size: 6vw;
  }
  .mv-home .mv-ttl span {
    line-height: 1.4;
  }
  .mv-home .mv-ttl .large {
    font-size: 7.8vw;
  }
  .mv-home .mv-ttl .bb {
    padding: 0 3px;
  }
  .mv-home .mv-ttl .bb::before {
    bottom: 6px;
    height: 6px;
  }
  .mv-home .mv-ttl .bb::after {
    left: calc(100% + 5px);
    width: 12px;
    height: 12px;
  }
  .mv-home .mv-ttl .bg {
    margin: 0 0 0 2.5rem;
    padding: 5px 8px;
    border-radius: 2px;
  }
  .mv-home .mv-ttl .eng {
    font-size: 8vw;
  }

  .mv-home .mv-txt {
    margin: 2rem 0 0;
    padding: 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .mv-home .mv-illust {
    width: 40%;
    right: -2rem;
    bottom: -4rem;
  }
  .mv-home .mv-illust .sb {
    bottom: 7rem;
    left: inherit;
    right: calc(100% - 3rem);
    width: 118px;
    height: 72px;
    padding: 0 1.5rem;
    font-size: 1.2rem;
    transform: scale(-1, 1);
    background-size: 90%;
  }
  .mv-home .mv-illust .sb span {
    transform: rotate(25deg) translateY(-5px) scale(-1, 1);
  }

  .mv-home .operation {
    margin: 3.5rem 0 0;
  }
}



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

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

@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;
  position: relative;
  z-index: 0;
}
.main-ttl01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/bg-dot01.png") left top no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  z-index: -1;
  opacity: 0.5;
}
 .sec01 .main-ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/ttl-illust01.png") left top no-repeat;
  background-size: contain;
  width: 190px;
  height: 270px;
  box-sizing: border-box;
  z-index: -1;
}

.main-ttl01 .main-ttl01__inner {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.main-ttl01 .ttl {
  padding: 4rem 10rem 0;
  font-size: 4.2rem;
  position: relative;
}
.main-ttl01 .ttl::after {
  content: "";
  display: block;
  background: #ee8d7f;
  width: 50px;
  height: 3px;
  margin: 3rem auto 0;
}
.main-ttl01 .ttl .stroke01 {
  font-size: 5rem;
}

.main-ttl01 .bb {
  background: linear-gradient(transparent 85%, #f8f2bc 0%);
  padding: 0 5px;
}

.main-ttl01 .sb {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("img/sb-bg03.png") left top no-repeat;
  background-size: contain;
  width: 130px;
  height: 70px;
  padding: 0 1rem;
  font-size: 1.6rem;
  text-align: center;
}

.sec04 .main-ttl01 .sb{
    left: 0;
}
.sec04 .main-ttl01::before {
  left: 6rem;
}
.sec05 .main-ttl01 .sb{
  top: 3rem;
  left: 15rem;
}
.sec05 .main-ttl01::before {
  left: 10rem;
}
@media screen and (min-width: 769px) {
  .sec07 .main-ttl01 .sb{
    top: 1rem;
    left: 9rem;
  }
  .sec07 .main-ttl01::before {
    left: 13rem;
  }
}

.main-ttl01 .sb span {
  display: block;
  transform: rotate(-17deg) translateY(-5px);
  line-height: 1.3;
}

.main-ttl01 .quo {
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
.main-ttl01 .quo::before,
.main-ttl01 .quo::after {
  content: "";
  position: absolute;
  top: 15px;
  background: url("img/deco04.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 18px;
}
.main-ttl01 .quo::before {
  left: 0;
  transform: scale(-1, 1);
}
.main-ttl01 .quo::after {
  right: 0;
}

.stroke01 {
  margin: 0 8px;
  color: transparent;
  font-weight: bold;
  text-shadow: 3px 3px #fef59f;
  -webkit-text-stroke: 2px #242424;
  text-stroke: 2px #242424;
}

.stroke02 {
  color: #fff;
  font-weight: bold;
  text-shadow: 
       1px  1px #242424,
      -1px  1px #242424,
       1px -1px #242424,
      -1px -1px #242424,
       1px  0px #242424,
       0px  1px #242424,
      -1px  0px #242424,
       0px -1px #242424;
}

.main-ttl01 .ttl a {
  display: inline-block;
  position: relative;
}
.main-ttl01 .ttl a::after {
  content: "";
  display: inline-block;
  background: url("img/arrow-bk01.png") left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .main-ttl01::before {
    width: 30%;
    height: 0;
    padding-top: 30%;
  }
  .main-ttl01::after {
    top: 2rem;
    right: -20px;
    transform: translate(0, -50%);
    width: 34%;
    height: 18rem;
    padding-top: calc(20%* 210 / 170);
    background-size: 100%;
  }
  .sec01 .main-ttl01::after {
    top: 2rem;
    right: -20px;
    transform: translate(0, -50%);
    width: 34%;
    height: 18rem;
    padding-top: calc(20%* 210 / 170);
    background-size: 100%;
  }
  .main-ttl01 .ttl {
    padding: 3rem 0 0;
    font-size: 2.5rem;
  }
  .main-ttl01 .ttl::after {
    width: 25px;
    height: 2px;
    margin: 1.5rem auto 0;
  }
  .main-ttl01 .ttl .stroke01 {
    font-size: 3rem;
  }

  .main-ttl01 .bb {
    padding: 0 3px;
  }
  
  .main-ttl01 .sb {
    top: inherit;
    bottom: calc(100% - 30px);
    left: 0;
    width: 104px;
    height: 56px;
    padding: 0 5px;
    font-size: 1.2rem;
  }

  .sec05 .main-ttl01 .sb{
    top: -2rem;
    left: -1rem;
  }

  .sec04 .main-ttl01 .sb {
    left: 0;
}

  .main-ttl01 .quo {
    padding: 0 1.2rem;
  }
  .main-ttl01 .quo::before,
  .main-ttl01 .quo::after {
    top: 8px;
    width: 15px;
    height: 13px;
  }

  .stroke01 {
    margin: 0 5px;
    text-shadow: 3px 3px #fef59f;
    -webkit-text-stroke: 1px #242424;
    text-stroke: 1px #242424;
  }
  
  .main-ttl01 .ttl a::after {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }  
}



/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
  margin: 3rem 0 3rem;
  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;
  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;
}

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



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 12rem 0 0;
}


.sec01-about {
  padding: 0 8rem 30rem;
  position: relative;
  z-index: 0;
}
.sec01-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  z-index: -1;
}

.sec01-about .about-block {
  margin: 5rem 0 0;
  padding: 0 8rem;
}

.sec01-about .ttl01 {
  padding: 0 0 0 4rem;
  font-size: 3rem;
  position: relative;
}
.sec01-about .ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #fff;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 8px solid #f9d0ca;
  border-radius: 50%;
}

.sec01-about .txt {
  margin: 3rem 0 0;
}

.sec01-about .ttl02 {
  margin: 5rem 0 0;
  font-size: 2.2rem;
  text-align: center;
}
.sec01-about .ttl02 span {
  padding: 0 3rem;
  position: relative;
}
.sec01-about .ttl02 span::before,
.sec01-about .ttl02 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  background: url("img/deco01.png") left top no-repeat;
  background-size: contain;
  width: 10px;
  height: 28px;
}
.sec01-about .ttl02 span::before {
  left: 0;
}
.sec01-about .ttl02 span::after {
  right: 0;
  transform: translate(0,-50%) scale(-1, 1);
}

.sec01-about .imgBox {
  margin: 2rem 0 0;
}


.sec01 .sv-parts {
  margin: -24rem 10rem 0 -10rem;
}

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


  .sec01-about {
    padding: 0 0 20rem;
  }
  .sec01-about::after {
    min-width: 100%;
  }

  .sec01-about .about-block {
    margin: 3rem 0 0;
    padding: 0 0 0 2rem;
  }

  .sec01-about .ttl01 {
    padding: 0 0 0 2.5rem;
    font-size: 1.8rem;
  }
  .sec01-about .ttl01::before {
    width: 16px;
    height: 16px;
    border: 5px solid #f9d0ca;
  }

  .sec01-about .txt {
    margin: 2rem 0 0;
  }

  .sec01-about .ttl02 {
    margin: 3rem 0 0;
    font-size: 1.6rem;
  }
  .sec01-about .ttl02 span {
    padding: 0 2rem;
  }

  .sec01-about .imgBox {
    margin: 1.5rem 0 0;
  }


  .sec01 .sv-parts {
    margin: -16rem 0 0 0;
  }
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  padding: 14rem 0 0;
}

.sec02 .main-ttl01::after{
  background: url("img/ttl-illust02.png") left top no-repeat;
  background-size: contain;
}

.sec02-merit {
  margin: 4rem 0 0;
}

.sec02-merit .ttl01 {
  font-size: 3rem;
  text-align: center;
}
.sec02-merit .ttl01 .large {
  display: inline-block;
  font-size: 5rem;
  position: relative;
}
.sec02-merit .ttl01 .large::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 15px);
  background: url("img/deco02.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 22px;
}

.sec02-merit .merit-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5rem 0 0;
}

.sec02-merit .merit-item {
  width: calc(33.33% - 2.5rem);
  position: relative;
}
.sec02-merit .merit-item:nth-child(2) {
  margin: 6rem 0 0;
}
.sec02-merit .merit-item::before,
.sec02-merit .merit-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424; 
}
.sec02-merit .merit-item::before {
  top: 0;
  border-top: 1px solid #242424;
}
.sec02-merit .merit-item::after {
  bottom: 0;
  border-bottom: 1px solid #242424;
}

.sec02-merit .item-inner {
  position: relative;
}
.sec02-merit .item-inner::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.sec02-merit .merit-item:nth-child(1) .item-inner::before {
  border-top: 5px solid #ee8d7f;
  border-left: 5px solid #ee8d7f;
}
.sec02-merit .merit-item:nth-child(2) .item-inner::before {
  border-top: 5px solid #accb7f;
  border-left: 5px solid #accb7f;
}
.sec02-merit .merit-item:nth-child(3) .item-inner::before {
  border-top: 5px solid #ecdb45;
  border-left: 5px solid #ecdb45;
}

.sec02-merit .item-block {
  padding: 2rem 0 4rem;
  position: relative;
}
.sec02-merit .item-block::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fafafa;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec02-merit .ttl02-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.sec02-merit .num {
  width: 50px;
}
.sec02-merit .ttl02 {
  width: calc(100% - 60px);
  padding: 2.5rem 0 0 ;
  font-size: 2rem;
}

.sec02-merit .txt {
  margin: 2rem 0 0;
  padding: 0 3rem;
}


.sec02 .sv-parts {
  margin: 8rem 10rem 0 -10rem;
}

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


  .sec02-merit {
    margin: 3rem 0 0;
  }

  .sec02-merit .ttl01 {
    font-size: 2rem;
  }
  .sec02-merit .ttl01 .large {
    margin: 5px 0 0;
    font-size: 3rem;
  }
  .sec02-merit .ttl01 .large::after {
    left: calc(100% - 8px);
    width: 16px;
    height: 13px;
  }

  .sec02-merit .merit-block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec02-merit .merit-item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec02-merit .merit-item:nth-child(2) {
    margin: 0 0 2rem;
  }
  .sec02-merit .merit-item:last-child {
    margin: 0 0 0;
  }
  .sec02-merit .merit-item::before,
  .sec02-merit .merit-item::after {
    height: 60px;
  }

  .sec02-merit .item-inner::before {
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
  }
  .sec02-merit .merit-item:nth-child(1) .item-inner::before {
    border-top: 3px solid #ee8d7f;
    border-left: 3px solid #ee8d7f;
  }
  .sec02-merit .merit-item:nth-child(2) .item-inner::before {
    border-top: 3px solid #accb7f;
    border-left: 3px solid #accb7f;
  }
  .sec02-merit .merit-item:nth-child(3) .item-inner::before {
    border-top: 3px solid #ecdb45;
    border-left: 3px solid #ecdb45;
  }

  .sec02-merit .item-block {
    padding: 1.5rem 0 3rem;
  }
  .sec02-merit .item-block::after {
    top: 8px;
    left: 8px;
  }

  .sec02-merit .num {
    width: 35px;
  }
  .sec02-merit .ttl02 {
    width: calc(100% - 45px);
    padding: 1.8rem 0 0 ;
    font-size: 1.7rem;
  }

  .sec02-merit .txt {
    margin: 1.5rem 0 0;
    padding: 0 2.5rem;
  }  
  
  
  .sec02 .sv-parts {
    margin: 5rem 0 0 0;
  }
}



/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  padding: 14rem 0 0;
}


.sec03-company {
  margin: 5rem 0 0;
  padding: 0 7rem;
}

.sec03-company .ttl01 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.8;
}
.sec03-company .ttl01 span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 5px;
  line-height: 1;
  border: 1px solid #adadad;
}

.sec03-company .imgBox {
  margin: 4rem 0 0;
}
.sec03-company .imgBox img {
  border-radius: 20px;
}

.sec03-company .txt {
  margin: 3rem 0 0;
}

.sec03-company .company-block {
  margin: 12rem 0 0;
  position: relative;
}
.sec03-company .company-block::after {
  content: "";
  display: block;
  background: url("img/deco-arrow.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 40px;
  margin: 4rem auto 0;
}

.sec03-company .ttl02 {
  font-size: 1.8rem;
  text-align: left;
  margin: 4rem 0 1rem;
}

.sec03-company .ttl02 span {
  display: inline-block;
  padding: 0 3rem;
  font-size: 2.3rem;
  position: relative;
}
.sec03-company .ttl02 span::before,
.sec03-company .ttl02 span::after {
  content: "";
  position: absolute;
  top: 0;
  background: url("img/deco03.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 26px;
}
.sec03-company .ttl02 span::before {
  left: 0;
}
.sec03-company .ttl02 span::after {
  right: 0;
  transform: scale(-1, 1);
}

.sec03-company .company-item__wrap {
  margin: 4rem 0 0;
}

.sec03-company .company-item {
  margin: 0 0 4rem;
}
.sec03-company .company-item:last-child {
  margin: 0 0 0;
}

.sec03-company .ttl03 {
  display: inline-block;
  background: #fff;
  padding: 2rem 3rem 1rem;
  font-size: 2.4rem;
  border: 2px solid #242424;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.sec03-company .ttl03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100vw;
  min-width: 1000px;
  border-bottom: 2px solid #242424;
}
.sec03-company .ttl03 .large {
  font-size: 3.4rem;
}
.sec03-company .ttl03 .bb {
  padding: 0 5px;
}
.sec03-company .company-item:nth-child(1) .ttl03 .bb {
  background: linear-gradient(transparent 80%, #fbe6e2 0%);
}
.sec03-company .company-item:nth-child(2) .ttl03 .bb {
  background: #e6f3d4;
  background: linear-gradient(transparent 80%, #e6f3d4 0%);
}
.sec03-company .company-item:nth-child(3) .ttl03 .bb {
  background: #faf5cb;
  background: linear-gradient(transparent 80%, #faf5cb 0%);
}

.sec03-company .item-inner {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
  padding: 4rem 4rem 4rem;
  position: relative;
}

@media screen and (min-width: 769px)  {
  .sec03-company .item-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    height: 100%;
    width: 100vw;
    min-width: 1000px;
    background-color: #fbe6e2;
  }
  
  .sec03-company .item-inner.bg-cl02::after {
    background-color: #e6f3d4;
  }
  
  .sec03-company .item-inner.bg-cl03::after {
    background-color: #faf5cb;
  }
}

.sec03-company .item-box {
  width: calc(50% - 4rem);
}

.sec03-company .sub {
  display: inline-block;
  padding: 5px 1rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
}
.sec03-company .company-item:nth-child(1) .merit .sub {
  background: #ee8d7f;
}
.sec03-company .company-item:nth-child(2) .merit .sub {
  background: #a0c36d;
}
.sec03-company .company-item:nth-child(3) .merit .sub {
  background: #dac50f;
}
.sec03-company .demerit .sub {
  background: #8e8e8e;
}

.sec03-company .list {
  margin: 2rem 0 0;
}
.sec03-company .list li {
  margin: 0 0 1.5rem;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.sec03-company .list li:last-child {
  margin: 0 0 0;
}
.sec03-company .list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
}
.sec03-company .company-item:nth-child(1) .merit .list li::before {
  background: #ee8d7f;
}
.sec03-company .company-item:nth-child(2) .merit .list li::before {
  background: #a0c36d;
}
.sec03-company .company-item:nth-child(3) .merit .list li::before {
  background: #dac50f;
}
.sec03-company .demerit .list li::before {
  background: #8e8e8e;
}


.sec03-reco {
  margin: 5rem 0 0;
  position: relative;
}
.sec03-reco::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f4f4f4;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  border-radius: 20px 0 0 20px;
  z-index: -2;
}
.sec03-reco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  border: 2px solid #242424;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}

.sec03-reco .reco-block {
  padding: 6rem 10rem 0;
}

.sec03-reco .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 110px;
  height: 110px;
  padding: 4px 4px;
  border: 2px solid #ee8d7f;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: -30px;
  transform: rotate(-15deg);
}
.sec03-reco .icon-wrap::before {
 content: '';
 display: block;
 padding-top: 100%;
}
.sec03-reco .icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  background: url("img/bg-dot02.png") left top no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  opacity: 0.5;
  z-index: -1;
}
.sec03-reco .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ee8d7f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
}
.sec03-reco .icon-txt {
  font-size: 1.2rem;
}
.sec03-reco .icon-txt .large {
  font-size: 1.55rem;
}

.sec03-reco .cc {
  display: inline-block;
  font-size: 2.4rem;
}
.sec03-reco .cc span {
  background: linear-gradient(transparent 80%, #f9d0ca 0%);
}

.sec03-reco .txt {
  margin: 3rem 0 0;
}

.sec03-reco .link a {
  display: block;
  background: #fff;
  max-width: 360px;
  margin: 0 auto 4rem;
  padding: 2.5rem 7rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: 2px solid #242424;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  bottom: -40px;
}
.sec03-reco .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("img/arrow-bk02.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}


.sec03 .sv-parts {
  margin: 8rem 10rem 0 -10rem;
}

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


  .sec03-company {
    margin: 3rem 0 0;
    padding: 0 0;
  }

  .sec03-company .ttl01 {
    font-size: 2rem;
  }
  .sec03-company .ttl01 span {
    margin: 0 2px;
  }

  .sec03-company .imgBox {
    margin: 2rem 0 0;
  }
  .sec03-company .imgBox img {
    border-radius: 10px;
  }

  .sec03-company .txt {
    margin: 2rem 0 0;
  }

  .sec03-company .company-block {
    margin: 6rem 0 0;
  }
  .sec03-company .company-block::after {
    width: 15%;
    height: 0;
    padding-top: calc(15%*40/70);
    margin: 2rem auto 0;
  }

  .sec03-company .ttl02 {
    font-size: 1.8rem;
    text-align: center;
  }
  .sec03-company .ttl02 span {
    padding: 0 2.5rem;
  }
  .sec03-company .ttl02 span::before,
  .sec03-company .ttl02 span::after {
    width: 16px;
    height: 21px;
  }

  .sec03-company .company-item__wrap {
    margin: 0 0 0;
  }

  .sec03-company .company-item {
    display: none;
    margin: 0 0 0;
  }
  .sec03-company .company-item.show {
    display: block;
  }

  .sec03-company .ttl03 {
    display: none;
  }

  .sec03-company .item-inner {
    display: block;
    margin: 0 0 0;
    padding: 2.5rem 2rem 2.5rem;
    border-radius: 10px;
  }

  .sec03-company .item-box {
    width: 100%;
    margin: 0 0 3rem;
  }
  .sec03-company .item-box:last-child {
    margin: 0 0 0;
  }

  .sec03-company .sub {
    padding: 5px 5px;
    font-size: 1.5rem;
    border-radius: 2px;
  }

  .sec03-company .list {
    margin: 1rem 0 0;
  }
  .sec03-company .list li {
    margin: 0 0 1rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
  }
  .sec03-company .list li::before {
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
  }

  .sec03-company .tabArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% - 20px);
    margin: 2rem auto 0;
    text-align: center;
  }  
  .sec03-company .tabArea li {
    width: calc(33.33% - 3px);
    padding: 8px 5px 8px;
    font-size: 5vw;
    border: 1px solid #242424;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }  
  .sec03-company .tabArea li span {
    font-weight: bold;
  }  
  .sec03-company .tabArea li.active {
    padding: 1.2rem 5px 1.2rem;
    color: #fff;
    border: none;
  }  
  .sec03-company .tabArea li:nth-child(1).active {
    background: #ee8d7f;
  }  
  .sec03-company .tabArea li:nth-child(2).active {
    background: #a0c36d;
  }  
  .sec03-company .tabArea li:nth-child(3).active {
    background: #dac50f;
  }

  .sec03-reco {
    margin: 5rem 0 0;
  }
  .sec03-reco::before {
    top: 8px;
    left: 8px;
    width: 100%;
    min-width: 100%;
    border-radius: 10px;
  }
  .sec03-reco::after {
    width: 100%;
    min-width: 100%;
    border: 1px solid #242424;
    border-radius: 10px;
  }

  .sec03-reco .reco-block {
    padding: 5.5rem 2.5rem 0 2.5rem;
  }

  .sec03-reco .icon-wrap {
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 3px 3px;
    border: 1px solid #ee8d7f;
    top: -35px;
    left: 50%;
    transform: translate(-50%,0) rotate(0deg);
  }
  .sec03-reco .icon-wrap::after {
    right: -15px;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .sec03-reco .icon-txt {
    font-size: 1rem;
  }
  .sec03-reco .icon-txt .large {
    font-size: 2.8vw;
  }

  .sec03-reco .cc {
    font-size: 1.7rem;
  }

  .sec03-reco .txt {
    margin: 2rem 0 0;
  }

  .sec03-reco .link a {
    max-width: 90%;
    margin: 0 auto 3rem;
    padding: 1.8rem 4rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border: 1px solid #242424;
    bottom: -30px;
  }
  .sec03-reco .link a::after {
    right: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }


  .sec03 .sv-parts {
    margin: 6rem 0 0 0;
  }
}



/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  padding: 14rem 0 0;
}

.sec04 .ttl{
  padding-bottom: 2rem;
}

.sec04-flow {
  margin: 5rem 0 0;
}

.sec04-flow .ttl01 {
  font-size: 3.2rem;
  text-align: center;
}
.sec04-flow .ttl01 span {
  display: inline-block;
  background: url("img/bb-wavy.png") left bottom repeat-x;
  background-size: 36px auto;
  padding: 0 5px 1rem;
}

.sec04-flow .flow-block {
  padding: 20rem 0 30rem;
  position: relative;
  z-index: 0;
}
.sec04-flow .flow-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/deco-bg.png") left top no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 130px;
  min-width: 1000px;
  box-sizing: border-box;
}
.sec04-flow .flow-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #fef4f2;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #fdece9 calc(100% - 2px)),
                    linear-gradient(90deg, transparent calc(100% - 2px), #fdece9 calc(100% - 2px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  z-index: -1;
}

.sec04-flow .flow-item {
  padding: 0 0 6rem 7rem;
  position: relative;
}
.sec04-flow .flow-item:last-child {
  padding: 0 0 0 7rem;
}
.sec04-flow .flow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 118px;
  background: #fff;
  width: 15px;
  height: 100%;
}
.sec04-flow .flow-item:last-child::before {
  display: none;
}

.sec04-flow .boxL {
  width: 110px;
}

.sec04-flow .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #242424;
  box-shadow: 5px 5px #ee8d7f;
  position: relative;
  z-index: 0;
}
.sec04-flow .icon-wrap::before {
 content: '';
 display: block;
 padding-top: 100%;
}
.sec04-flow .icon-wrap::after {
 content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #242424;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: -1;
}
.sec04-flow .icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
}
.sec04-flow .ttl02 {
  font-size: 2.2rem;
}

.sec04-flow .boxR {
  width: calc(100% - 160px);
  padding: 0 7rem 8rem 0;
  border-bottom: 1px solid #242424;
}
.sec04-flow .flow-item:last-child .boxR {
  padding: 0 7rem 0 0;
  border-bottom: none;
}

.sec04-flow .list li {
  padding: 0 0 0 3rem;
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.sec04-flow .list li:last-child {
  margin: 0 0 0;
}
.sec04-flow .list li span {
  font-weight: bold;
}
.sec04-flow .list li .num {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 2.5rem;
  border-bottom: 1px solid #242424;
}
.sec04-flow .list li .bg {
  display: inline-block;
  background: #fff;
  border: 2px solid;
  padding: 1px 10px;
  margin: 0 5px;
}

.sec04-flow .company-parts {
  margin: 5.6rem 0 0;
}
.sec04-flow .company-parts ul {
  display: flex;
}
.sec04-flow .company-parts ul li {
  background: #fff;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 130px;
  border-radius: 100px;
  border: 2px solid #242424;
  position: relative;
}
.sec04-flow .company-parts ul li + li {
  margin: 0 0 0 3.5rem;
}
.sec04-flow .company-parts ul li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: #242424;
  width: 2px;
  height: 30px;
}
.sec04-flow .company-parts ul li::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 28px);
  left: 50%;
  background: #242424;
  width: calc(100% + 38px);
  height: 2px;
}
.sec04-flow .company-parts ul li:nth-child(2)::before {
  height: 60px;
}
.sec04-flow .company-parts ul li:last-child::after {
  display: none;
}

.sec04-flow .point-parts {
  margin: 4rem 0 0;
  position: relative;
  z-index: 0;
}
.sec04-flow .point-parts::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.sec04-flow .point-parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dotted #242424;
  z-index: -1;
}
.sec04-flow .point-parts__inner {
  padding: 4.5rem 4rem 3rem;
  position: relative;
}
.sec04-flow .point-parts__inner::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  background: url("img/icon-pin.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.sec04-flow .point-parts .icon {
  display: inline-block;
  background: #f8f2bc;
  padding: 0 2.5rem 7px 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.sec04-flow .point-parts .icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 20px;
  background: #fff;
  width: 15px;
  height: 2px;
  z-index: 1;
}
.sec04-flow .point-parts .icon::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: 2px solid #242424;
  border-radius: 100px;
  box-sizing: border-box;
}
.sec04-flow .point-parts .txt {
  margin: 2rem 0 0;
}


.sec04 .sv-parts {
  margin: -24rem 10rem 0 -10rem;
}

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


  .sec04-flow {
    margin: 3rem 0 0;
  }

  .sec04-flow .ttl01 {
    font-size: 1.7rem;
  }
  .sec04-flow .ttl01 span {
    background: url("img/bb-wavy.png") left bottom repeat-x;
    background-size: 18px auto;
    padding: 0 3px 5px;
  }

  .sec04-flow .flow-block {
    margin: 1rem 0 0;
    padding: 6rem 0 20rem;
  }
  .sec04-flow .flow-block::before {
    background: url("img/deco-bg.png") left top no-repeat;
    background-size: contain;
    width: 100vw;
    height: 65px;
    min-width: 100%;
  }
  .sec04-flow .flow-block::after {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fdece9 calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), #fdece9 calc(100% - 1px));
    background-size: 15px 15px;
    min-width: 100%;
  }

  .sec04-flow .flow-item {
    padding: 0 0 3rem 0;
  }
  .sec04-flow .flow-item:last-child {
    padding: 0 0 0 0;
  }
  .sec04-flow .flow-item::before {
    left: 30px;
    width: 8px;
  }

  .sec04-flow .flexBox {
    display: flex;
    justify-content: space-between;
  }

  .sec04-flow .boxL {
    width: 65px;
  }

  .sec04-flow .icon-wrap {
    width: 65px;
    height: 65px;
    border: 1px solid #242424;
    box-shadow: 4px 4px #ee8d7f;
  }
  .sec04-flow .icon-wrap::after {
    top: 2px;
    left: 2px;
  }
  .sec04-flow .ttl02 {
    font-size: 1.4rem;
  }

  .sec04-flow .boxR {
    width: calc(100% - 80px);
    padding: 0 0 4rem 0;
  }
  .sec04-flow .flow-item:last-child .boxR {
    padding: 0 0 0 0;
  }

  .sec04-flow .list li {
    padding: 0 0 0 2rem;
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
  }
  .sec04-flow .list li .num {
    font-size: 1.7rem;
  }

  .sec04-flow .company-parts {
    margin: 3.7rem 0 0;
  }
  .sec04-flow .company-parts ul {
    position: relative;
  }
  .sec04-flow .company-parts ul::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 19px);
    left: 35%;
    background: #242424;
    width: 1px;
    height: 20px;
  }
  .sec04-flow .company-parts ul li {
    padding: 3px 8px;
    font-size: 1.2rem;
    font-size: 3.2vw;
    width: unset;
    border: 1px solid #242424;
  }
  .sec04-flow .company-parts ul li + li {
    margin: 0 0 0 1rem;
  }
  .sec04-flow .company-parts ul li::before {
    width: 1px;
    height: 20px;
  }
  .sec04-flow .company-parts ul li::after {
    bottom: calc(100% + 19px);
    width: 100%;
    height: 1px;
  }
  .sec04-flow .company-parts ul li:nth-child(2)::before {
    height: 20px;
  }

  .sec04-flow .point-parts {
    margin: 3rem 0 0;
  }
  .sec04-flow .point-parts::before {
    top: 8px;
    left: 8px;
  }
  .sec04-flow .point-parts::after {
    border: 1px dotted #242424;
  }
  .sec04-flow .point-parts__inner {
    padding: 2.5rem 2rem 2rem;
  }
  .sec04-flow .point-parts__inner::before {
    top: -3px;
    left: -3px;
    width: 22px;
    height: 22px;
  }
  .sec04-flow .point-parts .icon {
    padding: 0 1.5rem 5px 1rem;
    font-size: 1.2rem;
  }
  .sec04-flow .point-parts .icon::before {
    top: -3px;
    left: 10px;
    width: 10px;
    height: 1px;
  }
  .sec04-flow .point-parts .icon::after {
    top: -3px;
    left: -3px;
    border: 1px solid #242424;
  }
  .sec04-flow .point-parts .txt {
    margin: 1.5rem 0 0;
  }


  .sec04 .sv-parts {
    margin: -16rem 0 0 0;
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 14rem 0 0;
}


.sec05-point {
  background: #f8f8f8;
  padding: 15rem 0 35rem;
  position: relative;
}
.sec05-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/deco-bg.png") left top no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 130px;
  min-width: 1000px;
  box-sizing: border-box;
}

.sec05-point .point-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1366px;
  margin: auto;
  padding: 0 2rem;
}

.sec05-point .point-item {
  width: calc(33.33% - 2rem);
}
.sec05-point .point-item:nth-child(3n-1) {
  margin: 9rem 0 -4rem;
}
.sec05-point .point-item a {
  display: block;
  background: #fff;
  padding: 3rem 4rem 3rem;
  border: 2px solid #242424;
  box-shadow: 10px 10px #f9d0ca;
}

.sec05-point .ttl01 {
  display: inline-block;
  background: #fff;
  padding: 1rem 7rem 1rem 0;
  font-size: 2.4rem;
  border-radius: 0 0 10px 0;
  position: relative;
}
.sec05-point .ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("img/arrow-bk01.png") left top no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}

.sec05-point .imgBox {
  margin: -2rem 0 0;
}
.sec05-point .imgBox img {
  border-radius: 10px;
}

.sec05-point .txt {
  margin: 2rem 0 0;
}


.sec05 .sv-parts {
  margin: -24rem 10rem 0 -10rem;
}


@media screen and (max-width: 768px) {
  .sec05 {
    padding: 10rem 0 0;
  }


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


  .sec05-point {
    padding: 6rem 2rem 20rem;
  }
  .sec05-point::before {
    background: url("img/deco-bg.png") left top no-repeat;
    background-size: contain;
    width: 100vw;
    height: 65px;
    min-width: 100%;
  }

  .sec05-point .point-block {
    display: block;
    max-width: 100%;
    margin: 2rem 0 0;
    padding: 0 0;
  }

  .sec05-point .point-item {
    width: 100%;
    display: none;
  }
  .sec05-point .point-item.show {
    display: block;
  }
  .sec05-point .point-item:nth-child(3n-1) {
    margin: 0 0 0;
  }
  .sec05-point .point-item a {
    padding: 1.5rem 2rem 3rem;
    border: 1px solid #242424;
    box-shadow: 5px 5px #f9d0ca;
  }

  .sec05-point .ttl01 {
    padding: 1rem 5rem 1rem 0;
    font-size: 1.8rem;
    border-radius: 0 0 5px 0;
  }
  .sec05-point .ttl01::after {
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .sec05-point .imgBox {
    margin: -1.5rem 0 0;
  }
  .sec05-point .imgBox img {
    border-radius: 5px;
  }

  .sec05-point .txt {
    margin: 1.5rem 0 0;
  }

  .sec05-point .tabArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }  
  .sec05-point .tabArea li {
    width: calc(50% - 3px);
    margin: 0 0 1rem;
    padding: 8px 2.5rem;
    font-size: 3.6vw;
    border: 1px solid #242424;
    border-radius: 100px;
    position: relative;
    background-color: #fff;
  }  
  .sec05-point .tabArea li span {
    font-weight: bold;
  }  
  .sec05-point .tabArea li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 1px #242424;
    border-right: solid 1px #242424;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .sec05 .sv-parts {
    margin: -16rem 0 0 0;
  }
}



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

.sec06 .main-ttl01 {
  margin: -3.5rem 0 0;
  text-align: left;
}
.sec06 .main-ttl01::before {
  display: none;
}
.sec06 .main-ttl01::after {
  display: none;
}
.sec06 .main-ttl01 .ttl {
  padding: 0 0 0;
  font-size: 3rem;
  line-height: 2.2;
}
.sec06 .main-ttl01 .ttl::after {
  display: none;
}
.sec06 .main-ttl01 .ttl .stroke02 {
  font-size: 3.5rem;
}
.sec06 .main-ttl01 .ttl .large {
  font-size: 4.2rem;
}
.sec06 .main-ttl01 .ttl .small {
  font-size: 3rem;
}
.sec06 .main-ttl01 .ttl .bg {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
}
.sec06 .main-ttl01 .ttl .bg01 {
  background: #242424;
}
.sec06 .main-ttl01 .ttl .bg02 {
  background: #fff;
}


.sec06-upper {
  max-width: 800px;
  margin: 0 0 6rem;
  padding: 0 5rem 6rem 0;
  position: relative;
  z-index: 0;
}
.sec06-upper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #dedede;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
.sec06-upper::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 45%;
  background: url("img/bg-dot03.png") left top no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  z-index: -2;
}

.sec06-upper .boxL {
  width: calc(100% - 230px);
}

.sec06-upper .boxR {
  width: 230px;
}

.sec06-upper .illust {
  position: absolute;
  bottom: 6rem;
  right: 4px;
  width: 285px;
}


.sec06-qa {
  margin: 15rem 0 0;
}

.sec06-qa .qa-item {
  margin: 0 0 10rem;
  position: relative;
}
.sec06-qa .qa-item:last-child {
  margin: 0 0 0;
}

.sec06-qa .q-box {
  position: absolute;
  top: -40px;
  left: 0;
  background: #fff;
  max-width: 380px;
  padding: 2rem 3rem 3rem;
}
.sec06-qa .q-box::before,
.sec06-qa .q-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  border-left: 2px solid #242424;
  border-right: 2px solid #242424;
}
.sec06-qa .q-box::before {
  top: 0;
  border-top: 2px solid #242424;
  border-radius: 10px 10px 0 0;
}
.sec06-qa .q-box::after {
  bottom: 0;
  border-bottom: 2px solid #242424;
  border-radius: 0 0 10px 10px;
}

.sec06-qa .ttl01 {
  font-size: 2.4rem;
}
.sec06-qa .ttl01 .large {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 5px;
  font-size: 3.5rem;
  line-height: 1;
}

.sec06-qa .q-txt {
  margin: 2rem 0 0;
  padding: 0 0 0 5rem;
  font-size: 1.5rem;
  line-height: 1.7;
  position: relative;
}
.sec06-qa .q-txt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #242424;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.sec06-qa .a-box {
  max-width: 820px;
  margin: 0 0 0 auto;
  padding: 3rem 0 0 25rem;
  position: relative;
}
.sec06-qa .a-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fef4f2;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  z-index: -1;
}

.sec06-qa .sub {
  display: inline-block;
  padding: 5px 8px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
}
.sec06-qa .qa-item:nth-child(1) .sub {
  background: #ee8d7f;
}
.sec06-qa .qa-item:nth-child(2) .sub {
  background: #a0c36d;
}
.sec06-qa .qa-item:nth-child(3) .sub {
  background: #dac50f;
}

.sec06-qa .a-ttl {
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 6rem;
  font-size: 3.4rem;
  position: relative;
}
.sec06-qa .a-ttl::before {
  content: "A.";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4.6rem;
  font-weight: bold;
}
.sec06-qa .qa-item:nth-child(1) .a-ttl::before {
  color: #ee8d7f;
}
.sec06-qa .qa-item:nth-child(2) .a-ttl::before {
  color: #a0c36d;
}
.sec06-qa .qa-item:nth-child(3) .a-ttl::before {
  color: #dac50f;
}

.sec06-qa .txt {
  margin: 2rem 0 0;
  padding: 0 0 0 7.5rem;
}

.sec06-qa .btn-internal a {
  max-width: 360px;
  margin: 0 0 4rem auto;
  position: relative;
  bottom: -40px;
}


.sec06 .sv-parts {
  margin: 10rem 10rem 0 -10rem;
}

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

  .sec06 .main-ttl01 {
    margin: 0 0 0;
    position: relative;
    top: -20px;
  }
  .sec06 .main-ttl01 .ttl {
    padding: 0 0 0;
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .sec06 .main-ttl01 .ttl .stroke02 {
    font-size: 2.5rem;
  }
  .sec06 .main-ttl01 .ttl .large {
    font-size: 2.5rem;
  }
  .sec06 .main-ttl01 .ttl .small {
    font-size: 1.5rem;
  }
  .sec06 .main-ttl01 .ttl .bg {
    padding: 3px 5px;
  }

  .sec06 .lead {
    margin-top: 0!important;
  }


  .sec06-upper {
    max-width: 100%;
    margin: 0 0 3rem;
    padding: 0 2rem 3rem 0;
  }
  .sec06-upper::before {
    min-width: 100%;
    border-radius: 0 10px 10px 0;
  }
  .sec06-upper::after {
    top: 30px;
    left: 50%;
    min-width: 1000px;
  }

  .sec06-upper .boxL {
    width: 100%;
  }

  .sec06-upper .boxR {
    width: 100%;
  }

  .sec06-upper .illust {
    bottom: calc(100% - 45px);
    right: -20px;
    width: 30%;
  }


  .sec06-qa {
    margin: 6rem 0 0;
  }

  .sec06-qa .qa-item {
    margin: 0 0 10rem;
  }
  .sec06-qa .qa-item::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    background: #fef4f2;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0 0 0 5px;
    z-index: -1;
  }

  .sec06-qa .q-box {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 90%;
    padding: 2rem 2rem 2rem;
  }
  .sec06-qa .q-box::before,
  .sec06-qa .q-box::after {
    height: 30px;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
  }
  .sec06-qa .q-box::before {
    border-top: 1px solid #242424;
    border-radius: 5px 5px 0 0;
  }
  .sec06-qa .q-box::after {
    border-bottom: 1px solid #242424;
    border-radius: 0 0 5px 5px;
  }

  .sec06-qa .ttl01 {
    font-size: 1.5rem;
  }
  .sec06-qa .ttl01 .large {
    margin: 0 3px;
    padding: 3px 5px;
    font-size: 2.2rem;
  }

  .sec06-qa .q-txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .sec06-qa .q-txt::before {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }

  .sec06-qa .a-box {
    max-width: 100%;
    margin: 2rem 0 0 0;
    padding: 0 0 0 4rem;
  }
  .sec06-qa .a-box::before {
    display: none;
  }

  .sec06-qa .sub {
    display: none;
  }

  .sec06-qa .a-ttl {
    margin: 0 0 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
  }
  .sec06-qa .a-ttl::before {
    top: -10px;
    font-size: 3rem;
  }

  .sec06-qa .txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0 4rem;
  }

  .sec06-qa .btn-internal a {
    max-width: 90%;
    margin: -4rem 0 6rem auto;
    bottom: -60px;
  }


  .sec06 .sv-parts {
    margin: 10rem 0 0 0;
  }
}



/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  padding: 14rem 0 0;
}


.sec07-know {
  margin: 6rem 0 0;
}

.sec07-know .know-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec07-know .know-item {
  width: calc(33.33% - 2.5rem);
  position: relative;
}
.sec07-know .know-item::before,
.sec07-know .know-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  border-left: 2px solid #242424;
  border-right: 2px solid #242424; 
}
.sec07-know .know-item::before {
  top: 0;
  border-top: 2px solid #242424;
}
.sec07-know .know-item::after {
  bottom: 0;
  border-bottom: 2px solid #242424;
}

.sec07-know .item-inner {
  position: relative;
}
.sec07-know .item-inner::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-top: 5px solid #ee8d7f;
  border-left: 5px solid #ee8d7f;
}

.sec07-know .item-block {
  padding: 4rem 3rem 4rem;
  position: relative;
}
.sec07-know .item-block::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fafafa;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec07-know .ttl01 {
  padding: 0 0 1.5rem;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 2px solid #ee8d7f;
}
.sec07-know .ttl01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  position: relative;
}
.sec07-know .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow-bk01.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.sec07-know .txt {
  margin: 2rem 0 0;
}


.sec07 .sv-parts {
  margin: 10rem 10rem 0 -10rem;
}

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


  .sec07-know {
    margin: 3rem 0 0;
  }

  .sec07-know .know-block {
    display: block;
  }

  .sec07-know .know-item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec07-know .know-item:last-child {
    margin: 0 0 0;
  }
  .sec07-know .know-item::before,
  .sec07-know .know-item::after {
    height: 60px;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424; 
  }
  .sec07-know .know-item::before {
    border-top: 1px solid #242424;
  }
  .sec07-know .know-item::after {
    border-bottom: 1px solid #242424;
  }

  .sec07-know .item-inner::before {
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #ee8d7f;
    border-left: 3px solid #ee8d7f;
  }

  .sec07-know .item-block {
    padding: 3rem 2.5rem 3rem;
  }
  .sec07-know .item-block::after {
    top: 8px;
    left: 8px;
  }

  .sec07-know .ttl01 {
    padding: 0 0 1rem;
    font-size: 1.7rem;
    border-bottom: 1px solid #ee8d7f;
  }
  .sec07-know .ttl01 a {
    display: block;
    padding: 0 2.5rem;
  }
  .sec07-know .ttl01 a::after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }

  .sec07-know .txt {
    margin: 1.5rem 0 0;
  }


  .sec07 .sv-parts {
    margin: 5rem 0 0 0;
  }
}



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

.sec08 .main-ttl01 {
  position: relative;
  top: -20px;
}
.sec08 .main-ttl01::before {
  display: none;
}
.sec08 .main-ttl01::after {
  display: none;
}
.sec08 .main-ttl01 .ttl {
  font-size: 1.6rem;
}
.sec08 .main-ttl01 .ttl .large {
  font-size: 3.4rem;
}
.sec08 .main-ttl01 .ttl::after {
  display: none;
}


.sec08-block {
  padding: 0 5rem;
}

.sec08-block .sec08-item {
  padding: 0 10rem 5rem;
  position: relative;
}
.sec08-block .sec08-item::before,
.sec08-block .sec08-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  border-top: 2px solid #242424;
  border-bottom: 2px solid #242424;
}
.sec08-block .sec08-item::before {
  left: 0;
  border-left: 2px solid #242424;
}
.sec08-block .sec08-item::after {
  right: 0;
  border-right: 2px solid #242424; 
}

.sec08-block .boxL {
  width: 180px;
}

.sec08-block .boxR {
  width: calc(100% - 200px);
}

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

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 8rem 2rem 8rem;
  }

  .sec08 .main-ttl01 {
    top: -10px;
  }
  .sec08 .main-ttl01 .ttl {
    font-size: 1.4rem;
  }
  .sec08 .main-ttl01 .ttl .large {
    font-size: 2.4rem;
  }
  .sec08 .main-ttl01 .sb {
    bottom: calc(100% - 25px);
    left: 50%;
    margin-left: -52px;
  }


  .sec08-block {
    padding: 0 0;
  }

  .sec08-block .sec08-item {
    padding: 0 2rem 3rem;
  }
  .sec08-block .sec08-item::before,
  .sec08-block .sec08-item::after {
    width: 30px;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
  }
  .sec08-block .sec08-item::before {
    border-left: 1px solid #242424;
  }
  .sec08-block .sec08-item::after {
    border-right: 1px solid #242424; 
  }

  .sec08-block .boxL {
    width: 100%;
  }

  .sec08-block .logo {
    width: 50%;
    margin: auto;
  }

  .sec08-block .boxR {
    width: 100%;
  }

  .sec08-block .btn-link a {
    margin: 1.5rem 0 0;
  }
}



