@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap');
:root {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
:root * {
  font-weight: inherit;
}

@font-face {
  font-family: 'Yu Mincho';
  font-weight: 500;
  src: local('Yu Mincho Demibold');
}

.base-color, body, html {
  color: #5e4329;
}

@media print, screen and (min-width:769px) {
  .inner-l, .inner-m, .inner-s {
    position: relative;
    margin: auto;
  }
  body, html {
    line-height: 1.8;
    overflow-x: hidden;
  }
  .u-show--sp {
    display: none;
  }
  .inner-l::after, .inner-m::after, .inner-s::after {
    display: block;
    clear: both;
    content: '';
  }
  .inner-l {
    max-width: 960px;
  }
  .inner-m {
    max-width: 880px;
  }
  .inner-s {
    max-width: 790px;
  }
  .btn-top {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.4;
    overflow-x: hidden;
  }
  .u-show--pc {
    display: none;
  }
  .inner-l {
    width: 100%;
    margin: auto;
  }
  .inner-m, .inner-s {
    width: 90%;
    margin: auto;
  }
  img {
    width: 100%;
  }
  .btn-top {
    position: fixed;
    z-index: 100;
    right: -15px;
    bottom: 7vw;
    width: calc(175px/2);
    max-width: 100%;
  }
}

.accent-color {
  color: #f15a24;
}

.caption-color {
  color: #26a30d;
}

.l-main__catch{
  position: relative;
}
.l-main__catch .c_btn-round{
  position: absolute;
  left: 50%;
  top: 35vw;
  transform: translateX(-50%);
}

@media print, screen and (min-width:769px) {
  .l-cv, .l-cv__block01-lead img, .l-cv__block01-name img, .l-cv__block02-btn img, .l-cv__block02-tel img, .l-header, .l-main {
    width: 100%;
  }
  .l-sec02__fuki::after, .l-sec03__info-fuki::after {
    border-width: 12px 8px 0;
    border-style: solid;
    bottom: -12px;
  }
  .l-header {
    height: 100px;
  }
  .l-header .inner-l{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .l-header__logo {
    width: 43%;
    max-width: 410px;
  }
  .l-header__tel {
    width: 21%;
    height: 100%;
    background-color: #2aa738;
  }
  .l-header__tel img {
    height: 100%;
}
  .l-header .inner-l::after{
    display: none;
  }
  .l-desc {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  /* .l-main {
    height: 554px;
    background-image: url(../img/main/img-main_pc.png), url(../img/main/bg-main_pc.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center 0, center 0;
  } */
  /* .l-main__inner {
    position: relative;
    max-width: 1200px;
    height: 554px;
    margin: auto;
  } */
  .l-main__catch .c_btn-round{
    font-size: 30px;
    font-size: clamp(17px, 2vw, 36px);
  }

  .l-main__kv {
    position: absolute;
    top: 0;
    right: -250px;
  }
  .l-main__btn, .l-main__catch {
    position: relative;
    z-index: 1;
  }
  /* .l-main__catch {
    padding-top: 85px;
    padding-left: 7%;
  } */
  .l-main__catch img{
    width: 100%;
  }
  .l-main__btn {
    padding-left: 12%;
  }
  .l-cv {
    padding: 30px 0 20px;
    background: url(../img/cv/bg-dot_pc.png);
  }
  .l-cv--white {
    background: #fff;
  }
  .l-cv__block01 {
    float: left;
    max-width: 45%;
    padding: 50px 0 0 20px;
    text-align: center;
  }
  .l-cv__block01-lead {
    max-width: 293px;
    margin: auto;
  }
  .l-cv__block01-name {
    max-width: 410px;
    padding-top: 15px;
  }
  .l-cv__block02 {
    float: right;
    max-width: 50%;
    padding-right: 20px;
    text-align: center;
  }
  .l-cv__block02-tel {
    max-width: 370px;
  }
  .l-cv__block02-btn {
    max-width: 450px;
    padding-top: 15px;
  }
  .l-cv__dog {
    position: absolute;
    top: -60px;
    left: 120px;
  }
  .l-cv__cat {
    position: absolute;
    top: -95px;
    right: 60px;
  }
  .l-sns {
    background: #f0f4db;
    padding: 30px 0;
    text-align: center;
    font-weight: bold;
  }
  .l-sns__lead {
    font-size: 2.2rem;
    margin-bottom: 1em;
    border-bottom: 1px solid #5e4329;
    padding-bottom: 3px;
  }
  .l-sns__txt {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .l-sns__bnr {
    display: inline-block;
    margin: 0 10px;
  }
  .l-sns__bnr img {
    width: 200px;
  }
  .l-sec01__solve-lead::after, .l-sec01__solve-lead::before {
    top: 0;
    display: block;
    content: '';
  }
  .l-sec01 {
    position: relative;
    padding-top: 65px;
    padding-bottom: 75px;
    background-color: #fff;
  }
  .l-sec01__ask-lead {
    font-size: 3.4rem;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;

  }
  .l-sec01__ask-check {
    margin-bottom: 20px;
    padding: 55px 40px 45px;
    border-radius: 18px;
    background: url(../img/sec01/img-dog.png) right 8% bottom 50% no-repeat #f8f5ed;
  }
  .l-sec01__ask-check li {
    font-size: 2.3rem;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style: none;
    text-align: left;
    position: relative;
    /* background: url(../img/sec01/icon-check.png) left center no-repeat */
  }
  .l-sec01__arrow {
    width: 228px;
    margin: auto;
    padding-bottom: 30px
  }
  .l-sec01__solve {
    position: relative;
    max-width: 790px;
    margin: auto;
    /* background: url(../img/sec01/bg-certificate_pc.png) center 80px no-repeat */
  }
  .l-sec01__solve-lead {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center
  }

  .l-sec01__solve-lead span {
    font-size: 4.6rem;
    display: block;
    width: 540px;
    margin: auto;
    padding-top: 10px;
  }
  .l-sec01__solve-txt {
    font-size: 1.6rem;
    line-height: 2;
    float: left;
    width: 37%;
    margin-top: 50px;
    padding-left: 26px;
    background: url(../img/sec01/icon-ashiato.png) left 8px no-repeat;
  }
  .l-sec01__solve-img {
    float: left;
    width: 200px;
  }
  .l-sec01__solve-img img {
    width: 100%;
  }
  .l-sec01__solve-star {
    position: absolute;
    top: -15px;
    left: 40px;
  }
  .l-sec01__solve-ashiato {
    position: absolute;
    top: -15px;
    right: 40px;
  }
  .l-sec02 {
    padding-top: 90px;
    padding-bottom: 30px;
    background-color: #f5f1e7;
  }
  .l-sec02__lead {
    font-size: 3.4rem;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
  }

  .l-sec02__fuki {
    font-size: 2.4rem;
    position: relative;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #ff7200;
  }
  .l-sec02__fuki::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-color: #ff7200 transparent transparent;
  }
  .l-sec02__block {
    margin-top: 70px;
    background-color: #fff;
    padding: 0px 2vw 2vw;
    border-radius: 1.9em;
  }
  .l-sec02__block::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec02__block-img {
    float: left;
    width: 50%;
    margin-top: 50px;
    text-align: center;
  }
  .l-sec02__block-img img {
    width: 74%;
}
  .l-sec02__block-info {
    font-size: 1.6rem;
    line-height: 2;
    float: left;
    width: 50%;
    margin-top: 40px;
    padding-left: 40px;
  }
  .l-sec02__block-info-txt {
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
  .l-sec02__block-info-detail {
    font-size: 1.4rem;
    padding: 20px 30px;
    border-radius: 10px;
  }
  .l-sec02__star {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-sec02__ashiato {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-sec03 {
    margin: auto;
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #eaf3d4;
  }
  .l-sec03__lead {
    font-size: 3.4rem;
    padding-bottom: 70px;
    text-align: center;
  }
  .l-sec03__lead::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 51px;
    height: 36px;
    content: '';
    background: url(../img/deco/deco-star.png) no-repeat;
  }
  .l-sec03__lead::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 59px;
    height: 47px;
    content: '';
    background: url(../img/deco/deco-ashiato.png) no-repeat;
  }
  .l-sec03__info {
    width: 400px;
    padding-bottom: 35px;
  }
  .l-sec03__info-fuki {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 50px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #ff7200;
  }
  .l-sec03__info-fuki::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-color: #ff7720 transparent transparent;
  }
  .l-sec03__info-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 50px;
    text-shadow: #fff 0 0 5px;
    font-weight: bold;
  }
  .l-sec03__star {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-sec03__ashiato {
    position: absolute;
    top: 0;
    right: 0;
  }

  .l-sec03__frame::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec03__frame-tit {
    position: relative;
    padding-bottom: 55px;
  }
  .l-sec03__frame-tit::before {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 3px;
    content: '';
    border-bottom: 3px #45b02c dotted;
  }
  .l-sec03__frame-lead {
    font-size: 2.4rem;
    position: relative;
    width: 400px;
    margin: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    background: #45b02c;
  }
  .l-sec03__frame-list--img01, .l-sec03__frame-list--img02, .l-sec03__frame-list--img03 {
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .l-sec03__frame-block {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-sec03__frame-block::after {
    display: block;
    clear: both;
    content: '';
        
  }
  .l-sec03__frame-list {
    position: relative;
    margin: 0 1% 30px;
    width: calc(100% / 2.1);
    min-height: 380px;
    border-radius: 10px;
    background: linear-gradient(0deg, #fff 0%, #fff 60%, #28446a00 60%, #28446a00 100%);
  }
  /* .l-sec03__frame-list--img01 {
    background-image: url(../img/sec03/img-case01.png);
  } */
  /* .l-sec03__frame-list--img02 {
    margin: 0 2%;
    background-image: url(../img/sec03/img-case02.png);
  } */
  /* .l-sec03__frame-list--img03 {
    background-image: url(../img/sec03/img-case03.png);
  } */
  .l-sec03__frame-txt01 {
    font-size: 2rem;
    min-height: 75px;
    text-align: center;
    color: #fff;
  }
  .l-sec03__frame-txt02 {
    font-size: 1.35rem;
    
    padding: 0.9em 0.9em 1.5em 0.7em;
    border-radius: 0 0 1em 1em;
  }
  .l-sec03__frame-icon {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    width: 20px;
    margin: auto;
    text-align: center;
  }
  .l-sec03__frame-sub {
    font-size: 1.6rem;
    float: left;
    width: 100px;
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;
    background: #e8f4d0;
  }
  .l-sec03__frame-notice {
    font-size: 1.6rem;
    line-height: 1.5;
    float: right;
    width: 760px;
    padding: 15px 0;
  }
  
  .l-sec05 {
    padding-top: 90px;
    padding-bottom: 50px;
    background: #fbf8ce;
  }
  .l-sec05__lead {
    font-size: 3.4rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(90deg, #fbf8ce 0% 46%, #f15a24 46% 55%, #fbf8ce 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
  }
  .l-sec05__lead::after, .l-sec05__lead::before {
    position: absolute;
    top: 70px;
    display: block;
    width: 48px;
    height: 41px;
    content: '';
  }
  .l-sec05__lead::before {
    left: 17%;
    background: url(../img/deco/deco-star-left.png) no-repeat;
  }
  .l-sec05__lead::after {
    right: 17%;
    background: url(../img/deco/deco-star-right.png) no-repeat;
  }
  .l-sec05__lead-sub {
    font-size: 2.4rem;
    position: relative;
    display: block;
    padding-bottom: 20px;
  }
  .l-sec05__lead-sub::after, .l-sec05__lead-sub::before {
    position: absolute;
    top: 15px;
    width: 26px;
    height: 26px;
    display: block;
  }
  .l-sec05__lead-sub::after {
    left: 26%;
    content: '';
    background: url(../img/sec05/img-slash-left.png) no-repeat;
  }
  .l-sec05__lead-sub::before {
    right: 26%;
    content: '';
    background: url(../img/sec05/img-slash-right.png) no-repeat;
  }
  .l-sec05__voice01-comment::after, .l-sec05__voice02-comment::after {
    top: 35px;
    height: 0;
    border-style: solid;
    content: '';
    margin: auto;
  }
  .l-sec05__voice01 {
    padding-bottom: 45px;
  }
  .l-sec05__voice01::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec05__voice01-face {
    float: left;
    width: 124px;
    text-align: center;
  }
  .l-sec05__voice01-name {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .l-sec05__voice01-name--s {
    font-size: 1.4rem;
  }
  .l-sec05__voice01-comment {
    position: relative;
    float: right;
    max-width: 82%;
    padding: 30px 35px;
    border-radius: 10px;
    background: #fff;
  }
  .l-sec05__voice01-comment::after {
    position: absolute;
    left: -15px;
    width: 0;
    border-width: 6px 15px 6px 0;
    border-color: transparent #fff transparent transparent;
  }
  .l-sec05__voice01-comment h3 {
    font-size: 2rem;
    padding-bottom: 30px;
    background: url(../img/sec05/img-line.png) center 35px no-repeat;
  }
  .l-sec05__voice01-comment p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .l-sec05__voice02 {
    padding-bottom: 45px;
  }
  .l-sec05__voice02::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec05__voice02-face {
    float: right;
    width: 124px;
    text-align: center;
  }
  .l-sec05__voice02-name {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .l-sec05__voice02-name--s {
    font-size: 1.4rem;
  }
  .l-sec05__voice02-comment {
    position: relative;
    float: left;
    max-width: 82%;
    padding: 30px 35px;
    border-radius: 10px;
    background: #fff;
  }
  .l-sec05__voice02-comment::after {
    position: absolute;
    right: -15px;
    width: 0;
    border-width: 6px 0 6px 15px;
    border-color: transparent transparent transparent #fff;
  }
  .l-sec05__voice02-comment h3 {
    font-size: 2rem;
    padding-bottom: 30px;
    background: url(../img/sec05/img-line.png) center 35px no-repeat;
  }
  .l-sec05__voice02-comment p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .l-sec05__star-left {
    position: absolute;
    top: 60px;
    left: 150px;
  }
  .l-sec05__star-right {
    position: absolute;
    top: 60px;
    right: 150px;
  }
  .l-sec06 {
    padding-top: 90px;
    padding-bottom: 85px;
    background: url(../img/sec06/bg.png) left 0 top;
  }
  .l-sec06__lead {
    font-size: 3.4rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(90deg, #eaf3d4 0% 46%, #59b417 46% 55%, #eaf3d4 55%);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
  }
  .l-sec06__lead::after, .l-sec06__lead::before {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 52px;
    height: 43px;
  }
  .l-sec06__lead::before {
    left: 22%;
    content: '';
    background: url(../img/deco/deco-ashiato-left.png) no-repeat;
  }
  .l-sec06__lead::after {
    right: 22%;
    content: '';
    background: url(../img/deco/deco-ashiato-right.png) no-repeat;
  }
  .l-sec06__lead-sub::after, .l-sec06__lead-sub::before {
    position: absolute;
    top: 15px;
    width: 26px;
    height: 26px;
    display: block;
    content: '';
  }
  .l-sec06__lead-sub {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 20px;
  }
  .l-sec06__lead-sub::after {
    left: 32%;
    background: url(../img/sec06/img-slash-left.png) no-repeat;
  }
  .l-sec06__lead-sub::before {
    right: 32%;
    background: url(../img/sec06/img-slash-right.png) no-repeat;
  }
  .l-sec06__img {
    max-width: 960px;
    text-align: center;
  }
  .l-sec06__img img:first-child {
    width: 80%;
    margin-bottom: 2vw;
  }
  .l-sec06__img img {
    width: 100%;
  }
  .l-sec06__txt {
    font-size: 2rem;
    margin-bottom: 60px;
    color: #45b02c;
    text-align: center;
  }
  .l-sec06__list {
    padding-bottom: 75px;
  }
  .l-sec06__list-tit {
    position: relative;
    padding-bottom: 40px;
  }
  .l-sec06__list-tit::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    border-bottom: 3px #45b02c dotted;
  }
  .l-sec06__list-lead, .l-sec06__schedule h3 {
    position: relative;
    text-align: center;
    color: #fff;
  }
  .l-sec06__schedule h3::after, .l-sec07__fuki::after {
    bottom: -12px;
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #ff7200 transparent transparent;
    left: 0;
    right: 0;
  }
  .l-sec06__list-lead {
    font-size: 2.4rem;
    width: 400px;
    margin: auto;
    padding: 8px;
    border-radius: 40px;
    background: #45b02c;
  }
  .l-sec06__list-lead img {
    padding-right: 10px;
    vertical-align: middle;
    width: auto;
  }
  .l-sec06__list-sub {
    font-size: 2.4rem;
    padding-bottom: 40px;
    text-align: center;
  }
  .l-sec06__list-list::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec06__list-item {
    float: left;
    width: 27.3%;
  }
  .l-sec06__list-item--center {
    margin: 0 9%;
  }
  .l-sec06__list-item p {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 15px;
  }
  .l-sec06__list-item img {
    width: 100%;
  }
  .l-sec06__schedule {
    padding: 55px 40px 0;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 5vw;
  }
  .l-sec06__schedule h3 {
    font-size: 2.4rem;
    margin-bottom: 50px;
    padding: 15px;
    border-radius: 10px;
    background: #ff7200;
  }
  .l-sec06__schedule h3::after {
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
  }
  .l-sec06__schedule-inner {
    max-width: 880px;
    padding-bottom: 60px;
  }
  .l-sec06__schedule-inner::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec06__schedule-inner img {
    width: 100%;
  }
  .l-sec06__schedule-service {
    float: left;
    width: 50%;
  }
  .l-sec06__schedule-detail {
    font-size: 1.6rem;
    line-height: 1.8;
    float: right;
    width: 45.5%;
  }
  .l-sec06__schedule-img {
    float: left;
    width: 50%;
  }
  .l-sec06__schedule-card {
    float: right;
    width: 50%;
  }
  .l-sec07 {
    padding-top: 90px;
    padding-bottom: 110px;
    background: #fff;
  }
  .l-sec07__lead {
    font-size: 3.4rem;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
  }
  .l-sec07__lead::after, .l-sec07__lead::before {
    position: absolute;
    content: '';
    top: 0;
    display: block;
  }
  .l-sec07__lead::before {
    left: 0;
    width: 51px;
    height: 36px;
    background: url(../img/deco/deco-star.png) no-repeat;
  }
  .l-sec07__lead::after {
    right: 0;
    width: 59px;
    height: 47px;
    background: url(../img/deco/deco-ashiato.png) no-repeat;
  }
  .l-sec07__sub {
    font-size: 1.6rem;
    padding-bottom: 60px;
    text-align: center;
  }
  .l-sec07__inner {
    display: flex;
    justify-content: space-between;
  }
  .l-sec07__primary {
    width: 45%;
  }
  .l-sec07__secondary {
    width: 45%;
  }
  .l-sec07__box {
    flex: 1;
  }
  .l-sec07__box:not(:last-child) {
    margin-right: 20px;
  }
  .l-sec07__fuki {
    font-size: 2.4rem;
    position: relative;
    display: flex;
    flex-flow: column;
    margin-bottom: 50px;
    padding: 15px 5px;
    color: #fff;
    border-radius: 10px;
    background-color: #ff7200;
    align-items: center;
    justify-content: center;
  }
  .l-sec07__fuki::after {
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
  }
  .l-sec07__fuki span {
    background: #fff;
    color: #ff7200;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .l-sec07__pic {
    padding-bottom: 50px;
  }
  .l-sec07__pic img {
    width: 100%;
    border-radius:  10px;
  }
  .l-sec07__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .l-sec07__star {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-sec07__ashiato {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-sec07__alpha {
    padding-bottom: 30px;
    text-align: center;
    background: url(../img/sec07/bg-dot.png) center 60px repeat-x;
  }
  .l-sec07__alpha img{
    width: auto;
  }
  .l-sec08 {
    padding-top: 90px;
    padding-bottom: 200px;
  }
  .l-sec08__lead {
    font-size: 3.4rem;
    position: relative;
    padding-bottom: 70px;
    text-align: center;
  }
  .l-sec08__lead::before {
    position: absolute;
    top: -30px;
    left: 10px;
    display: block;
    width: 48px;
    height: 41px;
    content: '';
    background: url(../img/deco/deco-star-right.png) no-repeat;
  }
  .l-sec08__lead-sub::after, .l-sec08__lead-sub::before {
    position: absolute;
    top: 20px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
  }
  .l-sec08__lead-sub {
    font-size: 2.4rem;
    display: block;
    padding-bottom: 30px;
  }
  .l-sec08__lead-sub::after {
    left: 21.5%;
    background: url(../img/sec08/img-slash-left.png) no-repeat;
  }
  .l-sec08__lead-sub::before {
    right: 21.5%;
    background: url(../img/sec08/img-slash-right.png) no-repeat;
  }
  .l-sec08__qa {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #e8f4d0;
  }
  .l-sec08__qa::after, .l-sec08__qa::before {
    position: absolute;
    width: 100%;
    height: 45px;
    display: block;
    content: '';
  }
  .l-sec08__qa::before {
    top: -45px;
    background: url(../img/sec08/img-frame-top.png) top center no-repeat;
  }
  .l-sec08__qa::after {
    bottom: -45px;
    background: url(../img/sec08/img-frame-bottom.png) top center no-repeat;
  }
  .l-sec08__qa dl {
    padding: 0 5%;
  }
  .l-sec08__qa dt {
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 15px;
    padding: 0 50px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #45b02c;
  }
  .l-sec08__qa dt::before {
    position: absolute;
    top: -5px;
    left: 10px;
    display: block;
    width: 29px;
    height: 32px;
    content: '';
    background: url(../img/sec08/icon-q.png) no-repeat;
  }
  .l-sec08__qa dd {
    font-size: 1.6rem;
    line-height: 2;
    position: relative;
    margin-bottom: 50px;
    padding-left: 55px;
  }
  .l-sec08__qa dd::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 43px;
    height: 23px;
    content: '';
    background: url(../img/sec08/icon-a.png) no-repeat;
  }
  .l-sec08__qa-dog {
    position: absolute;
    top: -60px;
    left: 120px;
  }
  .l-sec08__qa-cat {
    position: absolute;
    top: -85px;
    right: 60px;
  }
  .l-sec08__qa-img {
    position: absolute;
    z-index: 10;
    bottom: -125px;
  }
  .l-sec08__qa-img img {
    width: 100%;
  }
  .l-footer {
    font-size: 1.4rem;
    padding: 25px 0;
    color: #fff;
    background-color: #5e3e00;
  }
  .l-footer a {
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width:768px) {
  .l-header, .l-main {
    background-color: #fff;
  }
  .l-sec02__fuki::after, .l-sec03__info-fuki::after {
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #ff7200 transparent transparent;
  }
  .l-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header .inner-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .l-header__logo {
    width: 67.2%;
    padding-left: 3.5%;
  }
  .l-header__logo img {
    width: 100%;
  }
  .l-header__tel {
    width: 25.5%;
    background-color: #2aa738;
  }
  .l-desc {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0.5em;
  }
  /* .l-main {
    position: relative;
    background-image: url(../img/main/bg-main_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .l-main__catch {
    width: 80%;
    padding: 23% 0 5%;
  } */

  .l-main__catch .c_btn-round{
    top: 65vw;
  }
  
  .l-main__btn {
    position: absolute;
    bottom: 0;
    left: 13%;
    width: 71%;
  }
  .l-cv {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../img/cv/bg-dot_sp.png);
    background-size: 50%;
  }
  .l-cv--white {
    background: #fff;
  }
  .l-cv__block01-lead {
    width: 50%;
    margin: auto;
  }
  .l-cv__block01-name {
    width: 75%;
    margin: auto;
    padding-top: 5px;
  }
  .l-cv__block02-tel {
    width: 75%;
    margin: auto;
    padding-top: 15px;
  }
  .l-cv__block02-btn {
    width: 88%;
    margin: auto;
    padding-top: 5px;
  }
  .l-sec02 .l-cv__cat,
  .l-sec02 .l-cv__dog{
    display: none;
  }
  .l-cv__dog {
    position: absolute;
    top: -9%;
    left: 11%;
    width: 12%;
  }
  .l-cv__cat {
    position: absolute;
    top: -18%;
    right: 6%;
    width: 28%;
  }
  .l-sns {
    background: #f0f4db;
    padding: 30px 0;
    text-align: center;
    font-weight: bold;
  }
  .l-sns__lead {
    font-size: 1.8rem;
    margin-bottom: 1em;
    border-bottom: 1px solid #5e4329;
    padding-bottom: 3px;
  }
  .l-sns__txt {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .l-sns__bnr {
    display: inline-block;
    margin: 0 5px;
  }
  .l-sns__bnr img {
    width: 140px;
  }
  .l-sec01 {
    padding-top: 25px;
    padding-bottom: 85px;
    background-color: #fff;
  }
  .l-sec01__ask-lead {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
  }
  .l-sec01__ask-check {
    width: 90%;
    margin: 15px auto 0;
    padding: 3%;
    border-radius: 18px;
    background: url(../img/sec01/img-dog_sp.png) right 5% bottom 15% no-repeat #f8f5ed;
    background-size: 105px;
  }
  .l-sec01__ask-check li {
    font-size: 1.3em;
    margin-bottom: 8px;
    padding-left: 6%;
    list-style: none;
    text-align: left;
    margin-left: 1em;
    text-indent: -1.5em;
    /* background: url(../img/sec01/icon-check.png) left center no-repeat;
    background-size: 12px; */
  }
  .l-sec01__ask-check span {
    display: block;
  }
  .l-sec01__arrow {
    width: 35%;
    max-width: calc(228px/2);
    margin: auto;
    padding-top: 20px;
  }
  .l-sec01__solve {
    width: 90%;
    margin: auto;
    /* background: url(../img/sec01/bg-certificate_sp.png) center -100% no-repeat; */
    background-size: 30%;
  }
  .l-sec01__solve-lead {
    font-size: 2rem;
    position: relative;
    padding-top: 25px;
    text-align: center;
    font-weight: 700;
  }
  .l-sec01__solve-lead::after, .l-sec01__solve-lead::before {
    position: absolute;
    top: -10px;
    width: 36px;
    content: '';
    display: block;
  }

  .l-sec01__solve-lead span {
    font-size: 2.6rem;
    display: block;
    padding-top: 5px;
    width: auto;
  }
  .l-sec01__solve-txt {
    font-size: 1.25em;
    line-height: 1.5;
    padding-top: 15px;
    padding-left: 25px;
    background: url(../img/sec01/icon-ashiato.png) left 15px no-repeat;
    background-size: 15px;
  }
  .l-sec01__solve-img {
    width: 40%;
    margin: auto;
    padding-top: 30px;
  }
  .l-sec02 {
    margin: auto;
    padding-top: 45px;
    padding-bottom: 25px;
    background-color: #f5f1e7;
    position: relative;
  }
  .l-sec02__lead {
    margin-bottom: 15px;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;

  }
  .l-sec02__lead::after, .l-sec02__lead::before {
    position: absolute;
    top: -25px;
    width: 36px;
    content: '';
    display: block;
  }
  .l-sec02__lead::before {
    position: absolute;
    top: -24px;
    left: 0;
    display: block;
    width: 47px;
    height: 45px;
    content: '';
    background: url(../img/deco/deco-dog.png) no-repeat;
    background-size: contain;
  }
  .l-sec02__lead::after {
    position: absolute;
    top: -35px;
    right: 0;
    display: block;
    width: 100px;
    height: 57px;
    content: '';
    background: url(../img/deco/deco-cat.png) no-repeat;
    background-size: contain;
  }
  .l-sec02__fuki {
    font-size: 1.6rem;
    position: relative;
    width: 85%;
    margin: auto;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #ff7200;
  }
  .l-sec02__fuki::after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
  }
  .l-sec02__block{
    margin-top: 40px;
    background-color: #fff;
    padding: 0px 5.5vw 7vw;
    border-radius: 1.3em;
  }
  .l-sec02__block-img {
    width: 60%;
    max-width: calc(480px/2);
    margin: 0 auto 10px;
    padding-top: 15px;
  }
  .l-sec06__schedule-card img, .l-sec06__schedule-img img {
    max-width: calc(600px/2);
  }
  .l-sec02__block-info {
    width: 100%;
    margin: auto;
    padding-top: 10px;
  }
  .l-sec02__block-info-txt {
    font-size: 1.3em;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .l-sec02__block-info-detail {
    font-size: 1.3em;
    line-height: 1.8;
  }
  .l-sec03 {
    margin: auto;
    padding-top: 13%;
    padding-bottom: 50px;
    background-color: #eaf3d4;
    background-size: 100%;
  }
  .l-sec03__lead {
    font-size: 2rem;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
  }
  .l-sec03__lead::after, .l-sec03__lead::before {
    position: absolute;
    top: -25px;
    width: 36px;
    display: block;
    content: '';
  }
  .l-sec03__lead::before {
    left: 5px;
    height: 25px;
    background: url(../img/deco/deco-star.png) no-repeat;
    background-size: 100%;
  }
  .l-sec03__lead::after {
    right: 5px;
    height: 29px;
    background: url(../img/deco/deco-ashiato.png) no-repeat;
    background-size: 100%;
  }
  .l-sec03__lead span {
    display: block;
  }
  .l-sec03__info {
    width: 100%;
    margin: auto;
    padding-top: 62%;
  }
  .l-sec03__info-fuki {
    font-size: 1.6rem;
    position: relative;
    margin: auto;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #ff7200;
  }
  .l-sec03__info-fuki::after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
  }
  .l-sec03__info-fuki span {
    display: block;
  }
  .l-sec03__info-txt {
    font-size: 1.25em;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .l-sec03__frame-lead, .l-sec03__frame-txt01 {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  .l-sec03__frame-tit {
    position: relative;
    padding-bottom: 25px;
  }
  .l-sec03__frame-tit::before {
    position: absolute;
    top: 16px;
    width: 100%;
    height: 3px;
    content: '';
    border-bottom: 3px #45b02c dotted;
  }
  .l-sec03__frame-lead {
    position: relative;
    width: 240px;
    margin: auto;
    padding: 5px;
    border-radius: 40px;
    background: #45b02c;
  }
  .l-sec03__frame-list--img01, .l-sec03__frame-list--img02, .l-sec03__frame-list--img03 {
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .l-sec03 .swiper-slide {
    width: 260px;
    min-height: 400px;
    margin: auto;
  }
  .l-sec03__frame-list {
    position: relative;
    margin: auto;
    border-radius: 0 0 1em 1em;
    background: linear-gradient(0deg, #fff 0%, #fff 60%, #28446a00 60%, #28446a00 100%);
    margin-bottom: 35px;
  }

  .l-sec03__frame-txt01 {
    min-height: 120px;
    padding-top: 15px;
  }
  .l-sec03__frame-txt02 {
    font-size: 1.4em;
    line-height: 1.8;
    padding: 3.8vw;
    border-radius: 0 0 1em 1em;
  }
  .l-sec03__frame-icon {
    position: absolute;
    z-index: 10;
    top: -15px;
    right: 0;
    left: 0;
    width: 20px;
    height: 18px;
    margin: auto;
    text-align: center;
  }
  .l-sec03__frame-sub {
    font-size: 1.4rem;
    width: 260px;
    margin: 20px auto 0;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    background: #e8f4d0;
  }
  .l-sec03__frame-notice {
    font-size: 1.4rem;
    width: 90%;
    margin: auto;
    padding-top: 10px;
  }
  
  .l-sec05__voice01-comment p, .l-sec05__voice02-comment p {
    font-size: 1.13em;
    line-height: 1.735;
  }
  .l-sec04__frame-icon {
    position: absolute;
    z-index: 10;
    top: -15px;
    right: 0;
    left: 0;
    width: 20px;
    height: 18px;
    margin: auto;
    text-align: center;
  }
  .l-sec05 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fbf8ce;
  }
  .l-sec05__lead {
    font-size: 2.3rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(90deg, #fbf8ce 0% 40%, #f15a24 40% 60%, #fbf8ce 60%);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
  }
  .l-sec05__lead::after, .l-sec05__lead::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 31px;
    height: 28px;
    content: '';
  }
  .l-sec05__lead::before {
    left: 4%;
    background: url(../img/deco/deco-star-left.png) no-repeat;
    background-size: 100%;
  }
  .l-sec05__lead::after {
    right: 4%;
    background: url(../img/deco/deco-star-right.png) no-repeat;
    background-size: 100%;
  }
  .l-sec05__lead-sub {
    font-size: 1.6rem;
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  .l-sec05__lead-sub::after, .l-sec05__lead-sub::before {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 13px;
    display: block;
  }
  .l-sec05__lead-sub::after {
    left: 8%;
    content: '';
    background: url(../img/sec05/img-slash-left.png) no-repeat;
    background-size: 100%;
  }
  .l-sec05__lead-sub::before {
    right: 8%;
    content: '';
    background: url(../img/sec05/img-slash-right.png) no-repeat;
    background-size: 100%;
  }

  .l-sec05__voice01 {
    padding-bottom: 45px;
  }
  .l-sec05__voice01::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec05__voice01-face {
    text-align: center;
    margin-top: 1.5em;
  }
  .l-sec05__voice01-face img{
    width: 28.3%;
  }
  .l-sec05__voice01-name {
    font-size: 1.3rem;
    padding-top: 10px;
  }
  .l-sec05__voice01-name--s {
    font-size: 1.1rem;
  }
  .l-sec05__voice01-comment {
    font-size: 1.15em;
    position: relative;
    padding: 2em 2em;
    border-radius: 5px;
    background: #fff;
    width: 74%;
    margin: 0 auto;
  }

  .l-sec05__voice01-comment h3 {
    font-size: 1.25em;
    padding-bottom: 0.5em;
    text-align: center;
    font-weight: 700;
  }
  .l-sec05__voice02 {
    padding-bottom: 45px;
  }
  .l-sec05__voice02::after {
    display: block;
    clear: both;
    content: '';
  }
  .l-sec05__voice02-face {
    margin-top: 1.5em;
    text-align: center;
  }
  .l-sec05__voice02-face img{
    width: 28.3%;
  }
  .l-sec05__voice02-name {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  .l-sec05__voice02-name--s {
    font-size: 1.4rem;
  }
  .l-sec05__voice02-comment {
    font-size: 1.15em;
    position: relative;
    float: left;
    width: auto;
    padding: 2em 2em;
    border-radius: 10px;
    background: #fff;
    margin: 0 5vw;
  }
  .l-sec05__voice02-comment::after {
    position: absolute;
    right: -10px;
    width: 0;
    border-width: 6px 0 6px 15px;
    border-color: transparent transparent transparent #fff;
  }
  .l-sec05__voice02-comment h3 {
    font-size: 1.25em;
    padding-bottom: 0.5em;
    text-align: center;
    font-weight: 700;
  }

  .u-show--sp.scroll .swiper-wrapper .swiper-slide{
    width: 90%;
    margin: 0 5.5%;
  }
  .l-sec05 .inner-m{
    margin: 0 auto;
    width: auto;
  }

  .l-sec06 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/sec06/bg.png) left 0 top;
    background-size: 50%;
  }
  .l-sec06__lead {
    font-size: 2em;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(90deg, #e8f4d0 0% 40%, #59b417 40% 60%, #e8f4d0 60%);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
  }
  .l-sec06__lead::after, .l-sec06__lead::before {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 34px;
    height: 28px;
    content: '';
  }
  .l-sec06__lead::before {
    left: 3%;
    background: url(../img/deco/deco-ashiato-left.png) no-repeat;
    background-size: 100%
  }
  .l-sec06__lead::after {
    right: 3%;
    background: url(../img/deco/deco-ashiato-right.png) no-repeat;
    background-size: 100%;
  }
  .l-sec06__lead-sub {
    font-size: 1.6rem;
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  .l-sec06__lead-sub::after, .l-sec06__lead-sub::before {
    position: absolute;
    top: 10px;
    width: 12px;
    height: 13px;
    display: block;
    content: '';
  }
  .l-sec06__txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #45b02c;
    text-align: center;
  }
  .l-sec06__list, .l-sec06__list-tit {
    padding-bottom: 30px;
  }
  .l-sec06__lead-sub::after {
    left: 20%;
    background: url(../img/sec06/img-slash-left.png) no-repeat;
    background-size: 100%;
  }
  .l-sec06__lead-sub::before {
    right: 20%;
    background: url(../img/sec06/img-slash-right.png) no-repeat;
    background-size: 100%;
  }
  .l-sec06__img {
    text-align: center;
  }
  .l-sec06__img img {
    width: 100%;
  }
  .l-sec06__img img:first-child {
    width: 100%;
  }
  .l-sec06__list-tit {
    position: relative;
  }
  .l-sec06__list-tit::before {
    position: absolute;
    top: 16px;
    width: 100%;
    height: 3px;
    content: '';
    border-bottom: 3px #45b02c dotted;
  }
  .l-sec06__schedule h3::after, .l-sec07__fuki::after {
    bottom: -12px;
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #ff7200 transparent transparent;
  }
  .l-sec06__list-lead {
    font-size: 1.8rem;
    position: relative;
    width: 270px;
    margin: auto;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #45b02c;
  }
  .l-sec06__list-lead--m {
    width: 230px;
  }
  .l-sec06__list-lead--l {
    width: 270px;
  }
  .l-sec06__list-lead img {
    width: 28px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .l-sec06__list-sub {
    font-size: 2em;
    padding-bottom: 20px;
    text-align: center;
  }
  .l-sec06__list-sub span {
    display: block;
  }
  .l-sec06__list-item {
    text-align: center;
  }
  .l-sec06__list-item img {
    width: 180px;
    margin: auto;
  }
  .l-sec06__list-item p {
    font-size: 1.25em;
    line-height: 1.8;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 40px;
  }
  .l-sec06 .swiper-slide {
    min-height: 310px;
  }
  .l-sec06__schedule {
    width: 90%;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
  }
  .l-sec06__schedule h3 {
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #ff7200;
  }
  .l-sec06__schedule h3::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
  }
  .l-sec06__schedule-service {
    width: 100%;
  }
  .l-sec06__schedule-detail {
    font-size: 1.2rem;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .l-sec06__schedule-img {
    width: 100%;
    text-align: center;
  }
  .l-sec06__schedule-card {
    width: 100%;
    text-align: center;
  }
  .l-sec07 {
    margin: auto;
    padding-top: 45px;
    padding-bottom: 25px;
    background-color: #fff;
  }
  .l-sec07__lead {
    font-size: 2rem;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
  }
  .l-sec07__lead::after, .l-sec07__lead::before {
    position: absolute;
    top: -25px;
    width: 36px;
    display: block;
    content: '';
  }
  .l-sec07__lead::before {
    left: 5px;
    height: 25px;
    background: url(../img/deco/deco-star.png) no-repeat;
    background-size: 100%;
  }
  .l-sec07__lead::after {
    right: 5px;
    height: 29px;
    background: url(../img/deco/deco-ashiato.png) no-repeat;
    background-size: 100%;
  }
  .l-sec07__inner {
    width: 85%;
    margin: auto;
  }
  .l-sec07__sub {
    font-size: 1.25em;
    line-height: 2;
    padding-bottom: 60px;
    text-align: center;
  }
  .l-sec07__fuki {
    font-size: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: auto;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #ff7200;
  }
  .l-sec07__fuki span {
    background: #fff;
    color: #ff7200;
    border-radius: 100px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .l-sec07__fuki::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
  }
  .l-sec07__fuki span {
    display: block;
  }
  .l-sec07__fuki img {
    width: 100%;
    max-width: calc(65px/2);
    padding-right: 5px;
    vertical-align: middle;
  }
  .l-sec07__pic {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .l-sec07__pic img {
    width: 100%;
    border-radius:  10px;
  }
  .l-sec07__txt {
    font-size: 1.25em;
    line-height: 2;
    padding-bottom: 30px;
  }
  .l-sec07__star {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-sec07__ashiato {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-sec07__alpha {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
  }
  .l-sec07__alpha::before {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    border-bottom: 3px #ff7200 dotted;
  }
  .l-sec07__alpha img {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: calc(124px/2);
  }
  .l-sec08 {
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #fff;
  }
  .l-sec08__lead {
    font-size: 2rem;
    position: relative;
    padding-bottom: 10vw;
    text-align: center;
  }
  .l-sec08__lead::before {
    position: absolute;
    top: -30px;
    left: 10px;
    display: block;
    width: 36px;
    height: 32px;
    content: '';
    background: url(../img/deco/deco-star-right.png) no-repeat;
    background-size: 100%;
  }
  .l-sec08__lead-sub {
    font-size: 1.6rem;
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  .l-sec08__lead-sub::after, .l-sec08__lead-sub::before {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 12px;
    height: 13px;
    content: '';
  }
  .l-sec08__lead-sub::after {
    left: 20%;
    background: url(../img/sec08/img-slash-left.png) no-repeat;
    background-size: 100%;
  }
  .l-sec08__lead-sub::before {
    right: 20%;
    background: url(../img/sec08/img-slash-right.png) no-repeat;
    background-size: 100%;
  }
  .l-sec08__qa {
    position: relative;
    width: 100.2%;
    padding: 20px 0;
    background: #e8f4d0;
  }
  .l-sec08__qa::after, .l-sec08__qa::before {
    position: absolute;
    width: 100%;
    height: 4vw;
    display: block;
    content: '';
  }
  .l-sec08__qa::before {
    top: -3.9vw;
    background: url(../img/sec08/img-frame-top.png) top center no-repeat;
    background-size: 100%;
  }
  .l-sec08__qa::after {
    bottom: -3.9vw;
    background: url(../img/sec08/img-frame-bottom.png) top center no-repeat;
    background-size: 100%;
  }
  .l-sec08__qa dl {
    padding: 0 5%;
  }
  .l-sec08__qa dt {
    font-size: 1.15em;
    line-height: 1.5;
    position: relative;
    margin-bottom: 15px;
    padding: 5px 35px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #45b02c;
  }
  .l-sec08__qa dt::before {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 29px;
    height: 100%;
    content: '';
    background: url(../img/sec08/icon-q.png) center no-repeat;
    background-size: 20px;
  }
  .l-sec08__qa-open {
    width: 35px;
    height: 22px;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
  }
  .l-sec08__qa-a {
    font-size: 1.15em;
    line-height: 2;
    position: relative;
    display: none;
    margin-bottom: 10px;
    padding-left: 32px;
  }
  .l-sec08__qa-a::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 43px;
    height: 23px;
    content: '';
    background: url(../img/sec08/icon-a.png) no-repeat;
    background-size: 26px;
  }
  .l-sec08__qa-dog {
    position: absolute;
    top: -8vw;
    left: 11%;
    width: 12%;
  }
  .l-sec08__qa-cat {
    position: absolute;
    top: -14vw;
    right: 6%;
    width: 28%;
  }
  .l-sec08__qa-img {
    text-align: center;
  }
  .l-sec08__qa-img img {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -60px;
    left: 0;
    width: 100%;
    max-width: calc(560px/2);
    margin: auto;
  }
  .l-footer {
    font-size: 1.1rem;
    padding: 15px 0;
    color: #fff;
    background-color: #5e3e00;
  }
  .l-footer span {
    display: block;
  }
  .l-footer a {
    text-decoration: none;
    color: #fff;
  }
}

/* price */
.price__ttl {
    margin-bottom: 1.8em;
    font-size: 33px;
}
.price__ttl span {
    display: inline-block;
    padding: 0 2.5em;
    background-image: url(../images/lp_202112/icon_ttl_orange.png), url(../images/lp_202112/icon_ttl_orange.png);
    background-repeat: no-repeat;
    background-position: left, right;
}
.price__list {
    display: flex;
    margin-bottom: 30px;
    list-style: none;
}
.price__item {
    position: relative;
    flex: 1;
    padding: 50px 40px 25px;
    background: #ffff;
}
.price__item:not(:last-child) {
    margin-right: 25px;
}
.price__subTtl {
    position: absolute;
    top: -10px;
    left: 50%;
    display: inline-block;
    width: 200px;
    margin-left: -100px;
    padding: 0.2em 1em;
    color: #fff;
    font-size: 22px;
    background: #ff671d;
    text-align: center;
}
.price__txt--lg {
    font-size: 30px;
}
.price__txt {
    margin-bottom: 1em;
    color: #ff671d;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}
.price__caption {
    text-align: left;
    font-size: 1.6rem;
}
.price h2 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 70px;
    font-weight: 700;
}
.price h2 span {
    background: url(../images/icon_stamp_orange.png) no-repeat left, url(../images/icon_stamp_orange.png) no-repeat right;
    padding: 0 90px;
    display: inline-block;
}
.u-sup {
    font-size: 0.5em;
    vertical-align: top;
}
@media screen and (max-width: 768px){
  .price {
    padding: 40px 0;
}
  .price h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
  .price h2 span {
    padding: 0 50px;
    background-size: 30px;
}
  .price__ttl span {
    padding: 0 2em;
    background-size: 30px;
}
.price__list {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.price__item:not(:last-child) {
    margin: 0 0 30px;
}
.price__subTtl {
    font-size: 18px;
}
.price__txt {
    font-size: 1.76em;
    margin-bottom: 0.7em;
}
.price__item{
    padding: 45px 20px 25px;
}
.price__caption{
  font-size: 14px;
}

}

/* translation */
.translation {
    padding: 50px 0;
}
.translation h2 span.mini{
  font-size: 23px;
  background:none;
  display: block;
}
.p-group__row {
    display: flex;
    align-items: flex-start;
    margin-top: 4vw;
}
.p-group__img {
    width: 495px;
}
.p-group__cnt {
    flex: 1;
    padding: 20px 0 0 55px;
    text-align: left;
}
.p-group__txt {
    margin-bottom: 1em;
    font-size: 1.6rem;
}
.p-group__link {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    font-size: 14px;
    color: #5e4329;
}
.p-group__link:hover{
  opacity: .7;
}
.p-group__link::before {
    position: absolute;
    top: 0.5em;
    left: -1em;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #ff671d;
    border-right: 2px solid #ff671d;
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 768px){
.translation h2 span.mini{
  padding: 0;
  font-size: 17px;
}
  .p-group__ttl {
    padding: 0 1.5em;
    font-size: 24px;
    background-size: 30px;
}
.p-group__row {
    display: block;
    width: 90%;
    margin: 8vw auto 0;
}
.p-group__img {
    width: 100%;
    margin-bottom: 15px;
}
.p-group__cnt {
    padding: 0;
}
.p-group__txt {
    margin-bottom: 1em;
    font-size: 14px;
}
}

.c_btn {
    background-color: #ff7201;
    color: #fff;
    max-width: 705px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.8vw 1px 1vw 0;
    border: 3px solid #ff7201;
    transition: .3s;
    margin: 10px auto 0 ;
    font-size: 23px;
    text-decoration: none;
    border-radius: 12px;
    position: relative;
}
.c_btn::before{
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  transition: .3s;
  background: url(../img/cv/arrow01_wh.svg) no-repeat center right 20px/14px 20px;
  
}
.c_btn:hover::before{
  background: url(../img/cv/arrow01_or.svg) no-repeat center right 20px/14px 20px;

}
.c_btn span {
    margin-left: 10px;
    font-weight: bold;
        padding-right: 40px;
    position: relative;
}
.c_btn span::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/cv/pen_wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 5px;
  transition: .3s;
}
.c_btn:hover span::before{
  background-image: url(../img/cv/pen_or.svg);
}
.c_btn:hover{
  background-color: #fff;
    color: #FF8000;
}

.c_btn-round{
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background: #FF8000;
  border: 2px solid #FF8000;
  border-radius: 9999px;
  padding: .5em 2em .5em 1.5em;
  transition: .3s ease;
}

.c_btn-round::after{
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  transition: .3s;
  background: url(../img/cv/arrow01_wh.svg) no-repeat center right .5em/.8em .8em;
}

.c_btn-round:hover{
  color: #FF8000;
  background: #fff;
}

.c_btn-round:hover::after{
  background-image: url(../img/cv/arrow01_or.svg);
}
@media screen and (max-width: 1280px){
  .c_btn{
    padding: 1.3vw 1px;
  }
}
@media screen and (max-width: 768px){
  .c_btn{
    padding: 3.5vw 1px;
    font-size: 20px;
    border-radius: 0.4em;
  }
  .c_btn::before{
    background: url(../img/cv/arrow01_wh.svg) no-repeat center right 15px/10px 20px;
  }
  .c_btnhover::before{
    background: url(../img/cv/arrow01_or.svg) no-repeat center right 15px/10px 20px;
  }
  .c_btn span::before{
    width: 20px;
    height: 20px;
  }
}
/* footer */
footer .f_link{
  text-decoration: underline;
}


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

}

/* 調整 */
img {
  width: 100%;
  vertical-align: bottom;
}
.banner {
  width: 93.6%;
  max-width: 900px;
  margin: 45px auto 0;
}
.l-sec01__ask-check li .accent-color {
  display: inline-block;
  font-weight: 700;
}
.l-sec01__ask-check li::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/deco/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.l-sec01__solve-lead .accent-color02 {
  font-size: 4.6rem;
  margin: auto;
  padding-top: 10px;
  display: inline;
  width: auto;
  color: #59b417;
  background: linear-gradient(transparent 70%, #ffff91 0%);
  padding: 0 2px 4px;
  font-weight: 700;
}
.l-sec01__solve-lead .kome{
  display: inline-block;
  font-size: 0.51em;
  vertical-align: super;
  width: auto;
}
.l-sec01__solve .img_box{
  background-image: url(../img/sec01/img01.jpg);
  background-size: cover;
  position: relative;
  aspect-ratio: 16/11;
  border-radius: 3em;
}
.l-sec01__solve .img_box .alt_img{
  position: absolute;
  bottom: -20px;
  right: -50px;
  max-width: 250px;
  width: calc(100% - 200px);
}
.l-sec01__solve .img_box .img_title{
  font-size: 2.2em;
  background-color: #64ad43;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.6em 0;
  border-radius: 1.4em 1.4em 0 0;
}
.img_box_p{
  margin-top: 50px;
  font-size: 1.5em;
}
.l-sec02__block .learning_num {
  position: relative;
}
.l-sec02__block .learning_num p{
  font-size: 1.9em;
  color: #fff;
  background-color: #f15a24;
  display: inline-block;
  padding: 0.1em 3em;
  border-radius: 0.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-sec02__block .learning_title{
  font-size: 2.5em;
  font-weight: 700;
  border-bottom: 3px solid #f15a24;
  display: inline-block;
  padding-top: 60px;
  margin-bottom: 20px;

}
.l-sec02__block-info-detail .detail_title{
  font-size: 1.2em;
  color: #f15a24;
  background-color: #f8e8d1;
  text-align: center;
  border-radius: 1em;
  font-weight: 700;
  margin-bottom: 2%;
}
.flex_box .sec02_ul,
.l-sec02__block-info-detail .detail_ul{
  font-weight: 700;
  margin-bottom: 10px;
}
.support_ul li,
.place .place_ul li,
.flex_box .sec02_ul li,
.l-sec02__block-info-detail .detail_ul li{
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
}
.support_ul li::before,
.place .place_ul li::before,
.place .place_ul li::before,
.flex_box .sec02_ul li::before,
.l-sec02__block-info-detail .detail_ul li::before{
  content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0.67em;
    left: 0;
    background-color: #f15a24;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
}
.flex_box .sec02_ul li{
  border-bottom: 1px dashed #f15a24;
}
.flex_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_box .item{
  width: 31.5%;
  margin-top: 30px;
}
.flex_box .item .img_box{
  margin-bottom: 1em;
  position: relative;
  border-radius: 1.1em;
  overflow: hidden;
}
.flex_box .item .img_box .img_title {
  position: absolute;
  background-color: #f8e8d1;
  width: 100%;
  text-align: center;
  color: #f15a24;
  font-weight: 700;
  font-size: 2.1em;
  padding: 0.6em;
  font-size: 1.5em;
  padding: 0.25em;
}
.margin{
  text-align: center;
}
.cta{
  padding: 75px 0;
}
.cta a{
  text-decoration: none;
}
.cta a img{
  transition: .3s;
}
.cta a:hover img{
  opacity: 70%;
}
.cta .inner-m {
  max-width: 650px;
}
.cta__fuki {
  font-size: 2.6rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #ff7200;
  font-weight: 700;
  margin: 0 auto 25px;
}
.cta__fuki::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 12px 8px 0;
  border-style: solid;
  border-color: #ff7720 transparent transparent;
}
.cta .cta_title{
  font-size: 3.5em;
  text-align: center;
  color: #59b417;
  font-weight: 700;
  padding: 0.5em 0;
  border-bottom: 2px solid #59b417;
  margin-bottom: 0.8em;
}
.cta .cta_title small{
  display: block;
  font-size: 0.55em;
  font-weight: 100;
}
.cta .tel_img{
  margin: 0 auto 1.8em;
  max-width: 400px;
}
.cta .tel_img small{
  color: #593f10;
  text-align: center;
  font-size: 1.7em;
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
.l-sec03__frame .img_box{
  position: relative;
}
.l-sec03__frame .img_box .l-sec03__frame-txt01{
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.65em;
  min-height: 47px;
}
.l-sec03__frame-txt02 p{
  position: relative;
  padding-left: 1em;
}
.l-sec03__frame-txt02 p::before{
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0.7em;
  left: 0;
  background-color: #f15a24;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
}
.l-cv__dog02 {
  position: absolute;
  top: -113px;
  right: 60px;
  width: 142px;
}
.action_title{
    margin-bottom: 36px;
    text-align: center;
}

.action_title p{
  font-size: 3em;
  position: relative;
    display: inline-block;
    padding: 0 1.4em;
  font-weight: 700;

}
.action_title p::before{
  position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #59b417;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.action_title p::after{
  position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #59b417;
    border-radius: 3px;
    transform: rotate(25deg);
}
.place{
  max-width: 650px;
  margin: 0 auto 1.5em;
}
.support .flex_box .item{
  width: 48%;
}
.support_ul li,
.place .place_title,
.place .place_ul li{
  font-weight: 700;
}
.place .alt_txt{
  font-weight: 700;
  font-size: 1.5rem;
}
.place .place_title{
  color: #59b417;
  background-color: #fff;
  border:1px solid #59b417;
  border-radius: 1em;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.support_ul,
.place .place_ul{
  display: flex;
  flex-wrap: wrap;
  
}
.support_ul li,
.place .place_ul li{
  width: calc(100%/3);
  font-size: 1.5rem;
}

.place .place_ul li::before{
  background-color: #59b417;
}
.support_ul li::before{
  color: #ff7200;
}
.l-sec04 {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #eaf3d4;
}
.l-sec04 .sec04_box{

  margin-top: 70px;
  background-color: #fff;
  padding: 3.5em 2vw 2vw;
  border-radius: 1.9em;
}
.sec04_box .learning_title{
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  /* border-bottom: 5px dotted #59b417; */
  margin-bottom: 28px;
}
/* CSS */ 
svg{ 
	width:100%;
  height:5px; 
  margin-top: 15px;
} 
svg:not(:root) {
  overflow: initial;
}
svg line{ 
	fill: none; 
	stroke: #59b417 ;
	stroke-width: 10;
	stroke-linecap: round; 
         /* 線の端の部分を丸く、四角はsquare*/
	stroke-dasharray: 0.5, 20;
         /*　塗りと空白距離で間隔を設ける */
}
.l-sec04 .sec04_box .learning_num {
  position: relative;
}
.l-sec04 .sec04_box .learning_num p {
  font-size: 1.9em;
  color: #fff;
  background-color: #59b417;
  display: inline-block;
  padding: 0 3em;
    border-radius: 1em;
    line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: -35px;
}
.l-cv__cat02 {
  position: absolute;
  top: -120px;
  left: 60px;
  transform: scale(-1, 1);
}
.in_box02,
.in_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.in_box .item{
  width: calc(97%/2);
  position: relative;
}
.in_box .item02{
  width: calc(95%/4);
}
.in_title{
  font-size: 1.35rem;
  color: #5e4329;
  background-color: #f5f1e7;
  text-align: center;
  border-radius: 1em;
  font-weight: 700;
  margin-bottom: 2%;
  width: 100%;
  text-align: center;
}
.l-sec04 .action_title p::after,
.l-sec04 .action_title p::before{
  background: #5e4329;
}
.in_box .item .in_title .deco01,
.in_box .item .in_title .deco02{
  position: relative;
}
.in_box .item .in_title .deco01::before,
.in_box .item .in_title .deco02::before{
  content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 4px;
  }
  .in_box .item .in_title .deco01::before{
    background-image: url(../img/deco/icon_book.svg);
    width: 20px;
    height: 20px;
  }
  
  .in_box .item .in_title .deco02::before{
    background-image: url(../img/deco/icon_youtube.svg);
    width: 20px;
    height: 20px;
  }
  .in_box .item .in_img{
    width: 95%;
    margin: 0 auto;
  }
  .in_box .item .in_img iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 8.7;
}
  .in_box .item:first-child .in_img::after{
    content: '';
    display: inline-block;
    background-image: url(../img/deco/deco-materials.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 100px;
    position: absolute;
    right: -12px;
    top: 16px;
    z-index: 1;
  }
  .in_box .item .btn{
    max-width: 260px;
    margin: 20px auto 0;
  }
  .in_box .item .btn a{
    width: 100%;
    background-color: #fff;
    border: 3px solid #f15a24;
    color: #f15a24;
    font-size: 1.6em;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.5em;
    border-radius: 0.5em;
    position: relative;
    transition: .3s;
  }
  .in_box .item .btn a::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f15a24;
    border-right: 2px solid #f15a24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 7%;
    top: 37%;
    transition: .3s;
  }
  .in_box .item .btn a:hover{
    background-color: #f15a24;
    color: #fff;
  }
  .in_box .item .btn a:hover::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .in_box02 .item{
    width: calc(94%/2);
    position: relative;
  }
  .in_box02 .item:first-child::before{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    right: -5%;
  }
  .translation .alt_txt,
  .support .alt_txt,
  .sec04_box .alt_txt{
    font-size: 1.5em;
    margin-bottom: 28px;
    text-align: center;
    letter-spacing: 1px;
  }
  .in_title02{
    font-size: 1.9em;
    text-align: center;
    font-weight: 700;
    color: #f15a24;
    margin-bottom: 0.5em;
  }
  .in_box02 .item .flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .in_box02 .item .flex_box .in_img{
    width: 27%;
  }
  .in_box02 .item .flex_box .in_txt{
    width: 69%;
    font-size: 1.35rem;
    letter-spacing: 1px;
  }
  .in_box .item02 .cap{
    font-size: 1.5em;
    text-align: center;
  }
  .support {
    padding-top: 90px;
    padding-bottom: 50px;
    background: #f5f1e7;
  }
  .support_fuki{
    font-size: 2.3rem;
    position: relative;
    padding: 9px 0;
    text-align: center;
    color: #ff7200;
    border-radius: 1.6em;
    background: #fff;
    font-weight: 700;
    margin: 0 auto 40px;
    border:3px solid #ff7200;
  }
  .support_fuki::before{
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 21px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    z-index: 1;
  }
  .support_fuki::after {
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 24px 14px 0;
    border-style: solid;
    border-color: #ff7720 transparent transparent;
}
.support .action_title p::before,
.support .action_title p::after{
  background: #5e4329;
}
.l-cv__star {
  position: absolute;
  top: -105px;
    right: 55px;
    width: 90px;
}
.support .max_box{
  max-width: 650px;
  margin: 0 auto;
}
.support_ul{
  padding: 28px 0 50px;
  border-top: 1px solid #cccccc;
}
.support .flex_box .item .price,
.support .flex_box .item .box_title{
  text-align: center;
  position: absolute;
}
.support .flex_box .item .box{
  position: relative;
}

.support .flex_box .item .price{
  top: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.support .flex_box .item .price p{
  background-color: #fff;
  border: 2px solid #f15a24;
  color: #f15a24;
  font-weight: 700;
  padding: 0;
  border-radius: 1em;
  font-size: 1.5em;
  width: 64%;
  margin: 0 auto;
  line-height: 1.2;
}
.support .flex_box .item .box_title{
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ff7720;
  width: 100%;
  color: #fff;
  font-size: 1.6em;
  padding: 0.65em 0 0.15em;
  font-weight: 700;
  border-radius: 0.9em 0.9em 0 0;
}
.support .flex_box .item .img{
  border-radius: 1.3em;
  overflow: hidden;
  margin-bottom: 10px;
}
.support .flex_box .explanation{
  font-size: 1.45em;
}
.translation{
  background-color: #eaf3d4;
}
.flow .l-sec06__schedule{
  max-width: 880px;
  margin: 0 auto;
}
.price.two{
  background-color: #eaf3d4;
}
.price.two .inner-m {
  padding: 90px 0 50px;
}
.cta_banner a + a{
  margin-top: 25px;
  display: block;
}
@media screen and (max-width: 768px){
  .banner{
    margin-top: 18px;
  }
  .l-sec01__ask-check li::before{
    width: 15px;
  height: 15px;
  margin-right: 6px;
  }
  .l-sec01__ask-check li .accent-color {
    margin-left: 1.7em;
}
.l-sec01__solve-lead .accent-color02{
  font-size: 2.578rem;
  display: inline;
  padding-top: 5px;
  width: auto;
  color: #59b417;
  background: linear-gradient(transparent 70%, #ffff91 0%);
  padding: 0 2px 4px;
}
.l-sec01__solve .img_box{
  width: 97.2%;
  margin: 0 auto;
  border-radius: 1.3em;
}
.l-sec01__solve .img_box .img_title{
  font-size: 1.4em;
  padding: 0.36em 0;
  border-radius: 1em 1em 0 0;
}
.l-sec01__solve .img_box .alt_img{
  width: calc(100% - 430px);
  bottom: -11px;
  right: -40px;
}
.l-sec01__solve-lead{
  margin-bottom: 22px;
}
.img_box_p{
  margin-top: 25px;
  font-size: 1.1em;
}
.l-sec02__block .learning_num p{
  font-size: 1.2em;
  padding: 0.1em 2em;
  border-radius: 0.4em;
}
.l-sec02__block .learning_title{
  font-size: 1.75em;
  padding-top: 37px;
  margin-bottom: 10px;
}
.l-sec02__block-info-detail .detail_title{
  font-size: 1em;
}
.flex_box .sec02_ul li{
  font-size: 1.3em;
  line-height: 1.8;
}
.flex_box .item{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.flex_box .item:last-child{
  margin-bottom: 0;
}
.flex_box .item .img_box{
  border-radius: 1.3em;
}
.flex_box .item .img_box .img_title{
  font-size: 1.35em;
  padding: 0.45em;
}
.cta{
  padding: 38px 0;
}
.cta .tel_img img{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cta__fuki {
  font-size: 1.9rem;
  position: relative;
  margin: auto;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #ff7200;
  border-radius: 0.35em;
}

.cta__fuki::after {
      bottom: -10px;
}
.cta .cta_title{
  font-size: 2.7em;
  line-height: 1.2;
}
.cta .cta_title small {
  font-size: 0.4em;
  margin-top: 0.5em;
  font-weight: 100;
}
.cta .tel_img {
  margin-bottom: 1.6em;
}
.cta .tel_img small{
  font-size: 0.8em;
}
.l-sec03__frame .img_box .l-sec03__frame-txt01{
  height: 67px;
  top: 17%;
  min-height: auto;
  font-size: 2.1em;
}
.support_ul li,
.place .alt_txt,
.place .place_title,
.place .place_ul li{
  font-size: 1.3em;
}
.support_ul li,
.place .place_ul li{
  width: calc(100%/2);
  line-height: 1.6;
}
.action_title p{
  font-size: 2em;
}
.action_title {
  margin-bottom: 1.7em;
}
.support_ul,
.place .place_ul{
  width: 90.4%;
  margin: 0 auto;
  padding: 16px 0px 40px;
}
.l-sec04 {
  padding-top: 13%;
  padding-bottom: 50px;
  background: #eaf3d4;
}
.in_box .item{
  width: calc(100%/1);
  margin-bottom: 10%;
}
.in_box .item:last-child{
  margin-bottom: 0;
}
.l-sec04 .sec04_box{
  margin-top: 35px;
  padding: 8vw 5vw 9vw;
}
.in_title{
  font-size: 1.25em;
  line-height: 1.6;
}
.l-sec04 .sec04_box .learning_num p {
  font-size: 1.2em;
  padding: 0.1em 2em;
  border-radius: 0.8em;
  text-align: center;
  min-width: 163px;
  margin-top: -7.5vw;
}
.sec04_box .learning_title{
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 1.7em;
}
.in_box .item .btn a{
  font-size: 1.2em;
}
.in_box .item:first-child .in_img::after{
  width: 130px;
}
.in_box02 .item{
  width: calc(100%/1);
  margin-bottom: 3em;
}
.in_box02 .item:last-child{
  margin-bottom: 0;
}
.translation .alt_txt,
.support .alt_txt,
.sec04_box .alt_txt{
  font-size: 1.3em;
  margin-bottom: 15px;
  text-align: left;
}
.translation .alt_txt{
  text-align: center;
}
.in_box .item02 .cap,
.in_box02 .item .flex_box .in_txt{
  font-size: 1.3em;
}
.in_title02{
  font-size: 1.35em;
  margin: 0.5em auto 0.9em;
}
.in_box02 .item:first-child::before{
    height: 1px;
    width: 100%;
    right: 0;
    bottom: -9%;
}
.in_box02 .item .flex_box .in_img{
  width: 36%;
}
.in_box02 .item .flex_box .in_txt {
  width: 59%;
}
.in_box .item02 {
  width: calc(95%/2);
  margin-bottom: 1.5em;
}
.support {
  padding-top: 50px;
}
.support .flex_box .item{
  width: 100%;
}
.support .flex_box .item .box_title{
  top: 5%;
    font-size: 1.5em;
    padding: 1em 0 0.5em;
}
.support_fuki{
  font-size: 1.8rem;
  border: 2px solid #ff7200;
  margin: 0 auto 27px;
}
.support_fuki::before{
  bottom: -13px;
  border-width: 14px 8px 0;
}
.support_fuki::after{
  bottom: -17px;
  border-width: 17px 10px 0;
}
.support .flex_box .item .price p{
  font-size: 1.3em;
  width: 44%;
}
.support .flex_box .explanation {
  font-size: 1.3em;
}
.support .flex_box .item .img{
  margin-bottom: 5px;
}
.price.two {
  padding: 0;
}
.price.two .inner-m {
  padding: 50px 0 50px;
}
.cta_banner a + a{
  margin-top: 20px;
}
}
.sp02{
  display: none;
}
@media screen and (max-width: 520px){
  .support .flex_box .item .price{
    top: -4%;
  }
}
@media screen and (max-width: 480px){
  .sp02{
    display: block;
  }
  .l-sec01__solve .img_box .alt_img{
    width: calc(100% - 18.7em);
    bottom: -11px;
    right: -25px;
  }
  .in_box .item:first-child .in_img::after{
    width: 93px;
    top: 7px;
  }
  .support .flex_box .item .price p {
    font-size: 1em;
}
  .support .flex_box .item .box_title{
    top: 9%;
    font-size: 1.2em;
    padding: 1em 0 0.5em;
  }
  .support .flex_box .item .price{
    top: 0;
  }
  .l-sec03__frame .img_box .l-sec03__frame-txt01{
    top: 20%;
  }
  .l-sec03__frame .img_box .l-sec03__frame-txt01{
    font-size: 1.65em;
  }
  .l-sec03__frame-txt02{
    font-size: 1.3em;
  }
  .in_box .item02 .cap{
    font-size: 1.2em;
  }
}

/* qa */


.qa .inner-m{
  padding: 90px 0 200px;
}

.qa .pa__lead{
  font-size: 3.4rem;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  background-image: linear-gradient(90deg, #eaf3d4 0% 46%, #59b417 46% 55%, #eaf3d4 55%);
  background-repeat: no-repeat;
  background-size: 100% 0.5rem;
  background-position: bottom;
}
.qa .toggle {
  width: 790px;
  margin: 60px auto 0;
}

.qa .toggle+.toggle {
  margin-top: 45px;
}

.qa .toggle .toggle-link {
  background-color: #59b417;
  color: #fff;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  cursor: pointer;
  padding: 10px 10px 10px 60px;
  position: relative;
  border-radius: 8vw;
}
.qa .toggle .toggle-link:hover{
  cursor:auto;
}

.toggle .o_c.toggle-link02{
  position: relative;
  width: 50px;
  height: 40px;
  margin: 0 auto;
}
.toggle .o_c.toggle-link02:hover{
  cursor: pointer;
}
.toggle .o_c.toggle-link02:after {
  content: '';
  width: 22px;
  height: 16px;
  background: url("../img/qa/toggle-arrow.svg") no-repeat center top/100% auto;
  position: absolute;
  top: 110%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s;
}
.toggle .o_c.toggle-link02::before {
  content: 'open';
  font-size: 2em;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  font-family: 'Noto Serif JP', serif;
  color: #f15a24;
  font-weight: 600;
}
.toggle.active .o_c.toggle-link02:after{
  transform: rotate(0deg) translateY(-50%);
}
.toggle.active .o_c.toggle-link02::before{
  content: 'close';
}
.qa .toggle .toggle-main {
  display: none;
}

.qa .toggle .toggle-main dl {
  padding: 30px 30px;
}

.qa .toggle .toggle-main dl dt {
  color: #0050aa;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  padding-left: 50px;
  position: relative;
}

.qa .toggle .toggle-link:before {
  content: "Q";
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  position: absolute;
  top: 3px;
  left: 25px;
  font-family: 'Noto Serif JP', serif;
}
.qa .toggle .toggle-main dl dt{
  display: none;
}
.qa .toggle .toggle-main dl dd {
  padding: 0px 0 0px 35px;
  position: relative;
  margin-bottom: 0;
}

.qa .toggle .toggle-main dl dd:before {
  content: "A";
  color: #f15a24;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Noto Serif JP', serif;
  background-image: none;
}

@media screen and (max-width: 991px) {
  .qa .toggle {
    width: 100%;
  }
  .qa .inner-m{
    width: 100%;
  }
  .qa .inner-m .l-sec08__qa .toggle{
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 50px 0px 50px;
  }

  .qa .toggle {
    width: 100%;
    margin-top: 40px;
  }

  .qa .toggle+.toggle {
    margin-top: 30px;
  }

  .qa .toggle .toggle-link {
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0.5em 1em 0.5em 2.5em;
    text-align: center;
    border-radius: 10vw;
  }

  .qa .toggle .toggle-link:after {
    right: 15px;
  }
  .qa .toggle .toggle-link:before{
    font-size: 1.7em;
    top: 43%;
    left: 5.2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .toggle .o_c.toggle-link02{
    width: 37px;
    height: 25px;
    margin-top: 5px;
  }
  .toggle .o_c.toggle-link02::before{
    font-size: 1.2em;
    right: -37%;
  }
  .toggle .o_c.toggle-link02:after{
    width: 13px;
    height: 9px;
    top: 108%;
    left: 35%;
  }
  .qa .toggle .toggle-main dl {
    padding: 15px;
  }


  .qa .toggle .toggle-main dl dt:before {
    width: 30px;
    line-height: 28px
  }

  .qa .toggle .toggle-main dl dd {
    line-height: 22px;
    padding: 4px 0 4px 40px;
    font-size: 1.25em;
  }

  .qa .toggle .toggle-main dl dd:before {
    width: 30px;
    line-height: 22px;
    padding: 3px 0 5px;
  }
  .qa .inner-m {
    padding: 50px 0;
}
  .qa .pa__lead {
    font-size: 2.3rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(90deg, #e8f4d0 0% 40%, #59b417 40% 60%, #e8f4d0 60%);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
}
.qa .l-sec08__qa {
  padding: 40px 0;
}

}
@media screen and (max-width: 520px){
  .qa .toggle .toggle-link:before{
    left: 8%;
  }
  .qa .toggle .toggle-link{
    padding: 0.7em 0.7em 0.7em 2.6em;
  }
  .qa .toggle .toggle-link{
    font-size: 1.25em;
  }
  .qa .toggle .toggle-link:before{
    font-size: 1.6em;
  }
}