@charset "UTF-8";
/* style CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.font_a1 {
  font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
}

.font_hannari {
  font-family: "Hannari",serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, a {
  color: #000;
  font-family: 'ヒラギノUD角ゴ W4 JIS2004','Hiragino UD Sans W4 JIS2004',sans-serif;
  line-break: strict;
}

html, body {
  font-size: 10px;
  font-weight: 400;
  line-break: strict;
}

img {
  width: 100%;
  height: 100%;
}

.is_animation {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.is_animation.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.is_animation.show:before {
  opacity: 1;
}
.is_animation:before {
  opacity: 0;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .slick-dots {
    bottom: -40px;
  }

  html, body {
    min-width: 1100px;
  }

  html {
    background-image: url("../images/bg.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  body {
    position: relative;
  }

  .note {
    font-size: 1.2rem;
    color: #646464;
  }
  .note a:hover {
    text-decoration: none;
  }
  .note + .note {
    padding-top: 10px;
  }

  .title_a1 {
    font-size: 4rem;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    letter-spacing: .06em;
    text-align: center;
    color: #0d7a3f;
  }
  .title_a1 .jp {
    display: block;
    font-size: 4rem;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    letter-spacing: .06em;
    text-align: center;
    color: #0d7a3f;
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .desc {
    color: #646464;
  }

  .buy_btn:hover {
    cursor: pointer;
    opacity: .8;
  }

  .is_animation_pc {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .is_animation_pc.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .is_animation_pc.show:before {
    opacity: 1;
  }
  .is_animation_pc:before {
    opacity: 0;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }

  #header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 35px;
    z-index: 1;
  }
  #header .h_logo a {
    display: block;
    width: 166px;
    height: 26px;
  }
  #header .h_logo a:hover {
    opacity: .8;
  }

  #kv {
    position: relative;
    background: url("../images/kv.jpg?id=20220228") center center/cover no-repeat #fff;
    max-height: 1000px;
    max-width: 100%;
  }
  #kv:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/kv_acce1.png") center center/100% no-repeat;
    width: 100%;
    height: 0;
    padding-top: 3%;
    bottom: -2.8%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
  }
  #kv .kv_cont {
    max-width: 1580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 4.1%;
    padding-top: 14.5%;
    padding-bottom: 208px;
    padding-bottom: 12.5%;
    margin: 0 auto;
  }
  #kv #logo {
    width: 29.87%;
    max-width: 472px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3.8%;
  }
  #kv .kv_ttl {
    display: inline-block;
    width: 67.58%;
    max-width: 320px;
  }
  #kv .kv_product {
    display: inline-block;
    width: 28.17%;
    max-width: 138px;
  }
  #kv .kv_desc {
    width: 39.24%;
    max-width: 620px;
    margin-bottom: 3.1%;
  }
  #kv .slick-dots li {
    width: 12px;
    height: 12px;
  }

  #kv_slide .item {
    max-height: 1000px;
    overflow: hidden;
  }
  #giveup {
    position: relative;
    padding-top: 150px;
    background-color: #fff;
  }
  #giveup .title {
    width: 594px;
    margin: 0 auto 90px;
  }
  #giveup .desc {
    width: 674px;
    margin: 0 auto 130px;
  }
  #giveup .image {
    width: 1020px;
    margin: 0 auto 120px;
  }
  #giveup .giveup_ex {
    min-height: 250px;
    padding-bottom: 100px;
  }
  #giveup .giveup_ex.show .giveup_ex_inner:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 1px;
    background: url("../images/giveup_ex_acce_show.svg") center center/100% no-repeat;
    width: 843px;
    height: 831px;
    z-index: 1;
  }
  #giveup .giveup_ex.show .giveup_ex_title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 841px;
    height: 126px;
    margin-left: auto;
    background: url("../images/giveup_sub_title_show.svg") center center/100% no-repeat;
  }
  #giveup .giveup_ex_title_wrap {
    position: relative;
    width: 1032px;
    margin: 0 auto;
  }
  #giveup .giveup_ex_title_wrap:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
    background: url("../images/giveup_img2.svg") center center/100% no-repeat;
    width: 198px;
    height: 290px;
  }
  #giveup .giveup_ex_inner {
    position: relative;
    width: 1032px;
    margin: 0 auto;
  }
  #giveup .giveup_ex_inner:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 1px;
    background: url("../images/giveup_ex_acce.svg") center center/100% no-repeat;
    width: 843px;
    height: 128px;
  }
  #giveup .giveup_ex_title {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 841px;
    height: 126px;
    margin-left: auto;
    background: url("../images/giveup_sub_title.svg") center center/100% no-repeat;
    z-index: 1;
  }
  #giveup .giveup_ex_cont_wrap {
    display: none;
    width: 1032px;
    margin: 0 auto;
  }
  #giveup .giveup_ex_cont {
    position: relative;
    width: 823px;
    height: 700px;
    background-color: #f8fcd3;
    margin-left: auto;
    padding: 35px 60px 45px;
  }
  #giveup .giveup_ex_cont_image {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  #giveup .giveup_ex_cont_lead {
    font-size: 1.9rem;
    line-height: 1.8;
    color: #646464;
    margin-bottom: 40px;
  }
  #giveup .giveup_ex_cont_lead span {
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    font-size: 2.3rem;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_block1 {
    margin-bottom: 40px;
  }
  #giveup .giveup_ex_cont_block1 dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #giveup .giveup_ex_cont_block1 dl:last-child {
    margin-bottom: 0;
  }
  #giveup .giveup_ex_cont_block1 dt, #giveup .giveup_ex_cont_block1 dd {
    display: inline-block;
  }
  #giveup .giveup_ex_cont_block1 dt {
    width: 145px;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    font-size: 2.3rem;
    line-height: 45px;
    letter-spacing: .045em;
    color: #0d7a3f;
    text-align: center;
    background-color: #def123;
    border-radius: 8px;
    margin-right: 15px;
  }
  #giveup .giveup_ex_cont_block1 dd {
    width: calc(100% - 145px);
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: .03em;
    color: #646464;
  }
  #giveup .giveup_ex_cont_block1 dd span {
    font-size: 2.3rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 23px;
  }
  #giveup .giveup_ex_cont_block2 dl {
    width: 344px;
    border-radius: 8px;
    overflow: hidden;
  }
  #giveup .giveup_ex_cont_block2 dt, #giveup .giveup_ex_cont_block2 dd {
    display: inline-block;
  }
  #giveup .giveup_ex_cont_block2 dt.sp, #giveup .giveup_ex_cont_block2 dd.sp {
    display: none !important;
  }
  #giveup .giveup_ex_cont_block2 dt {
    width: 100%;
    height: 45px;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    font-size: 1.9rem;
    line-height: 45px;
    letter-spacing: .045em;
    color: #0d7a3f;
    text-align: center;
    background-color: #def123;
  }
  #giveup .giveup_ex_cont_block2 dd {
    width: 100%;
    position: relative;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    font-size: 2rem;
    background-color: #fff;
    padding: 15px 40px;
    line-height: 1.6;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_block2 dd span {
    position: absolute;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    bottom: 10px;
    right: 60px;
    font-size: 2rem;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_note1 {
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    font-size: 1.4rem;
    letter-spacing: .05em;
    color: #646464;
    margin-bottom: 3px;
  }
  #giveup .giveup_ex_cont_note2 {
    font-size: 1.2rem;
    letter-spacing: .065em;
    line-height: 1.66667;
    color: #646464;
  }

  #concept {
    position: relative;
    background-color: #fff;
    padding-top: 130px;
  }
  #concept .concept_inner {
    position: relative;
    max-width: 1460px;
    padding-bottom: 120px;
    margin: 0 auto;
  }
  #concept .concept_inner:after {
    content: '';
    display: block;
    width: 8px;
    height: 146px;
    background: url("../images/concept_acce.jpg?id=20220228") center 0/100% no-repeat;
    margin: 8.4% auto 0;
    -webkit-transform: translateX(45px);
        -ms-transform: translateX(45px);
            transform: translateX(45px);
  }
  #concept .title {
    width: 120px;
    height: 40px;
    margin: 0 auto 50px;
  }
  #concept .area1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15.75%;
  }
  #concept .area1 .block1 {
    width: 45.9%;
    padding-top: 145px;
    padding-top: 15%;
  }
  #concept .area1 .block1 .sec_stitle {
    position: relative;
    width: 100%;
    max-width: 555px;
    padding-top: 4%;
    padding-left: 8.81%;
    padding-right: 2%;
    margin-bottom: 40px;
  }
  #concept .area1 .block1 .sec_stitle img {
    position: relative;
    z-index: 1;
  }
  #concept .area1 .block1 .sec_stitle:before {
    position: absolute;
    width: 46.48%;
    height: 70.16%;
    top: -7%;
    left: 0;
    content: '';
    display: block;
    background: #def123;
  }
  #concept .area1 .block1 .desc {
    font-size: 2rem;
    line-height: 2.4;
    letter-spacing: .11em;
    padding-left: 8.81%;
  }
  #concept .area1 .block2 {
    width: 51.63%;
  }
  #concept .area2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #concept .area2 .block1 {
    width: 53.08%;
  }
  #concept .area2 .block2 {
    width: 41.16%;
  }
  #concept .area2 .block2 .desc {
    font-size: 2rem;
    line-height: 2.4;
    letter-spacing: .11em;
    margin-top: 74%;
  }
  #concept .area2 .block2 .note {
    padding-top: 28%;
    line-height: 1.3;
  }

  #cv {
    background: url("../images/cv_img1.jpg") center center/cover no-repeat;
    padding-top: 195px;
    padding-bottom: 100px;
  }
  #cv .cv_cont_wrap {
    width: 720px;
    margin: 0 auto;
  }
  #cv .cv_cont {
    width: 100%;
    margin: 0 auto;
    padding-left: 50%;
  }
  #cv .name {
    width: 345px;
    height: 207px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  #cv .capa {
    font-size: 2rem;
    color: #0d7a3f;
    text-align: center;
  }
  #cv .btn {
    width: 360px;
    height: 66px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 40px auto;
    background-color: transparent;
  }
  #cv .btn a {
    width: 100%;
    height: 100%;
  }

  #point {
    max-width: 1190px;
    padding-top: 110px;
    margin: 0 auto 180px;
  }
  #point .title {
    margin-bottom: 120px;
  }
  #point .title .eng {
    display: block;
    width: 272px;
    height: 45px;
    margin: 0 auto 45px;
  }
  #point .title .jp {
    position: relative;
    z-index: 1;
  }
  #point .title .jp:before {
    position: absolute;
    width: 204px;
    height: 108px;
    top: -30px;
    left: calc(50% - 385px);
    content: '';
    display: block;
    background: #def123;
    z-index: -1;
  }
  #point .desc {
    font-size: 2rem;
    line-height: 2.4;
    letter-spacing: .11em;
  }
  #point .desc a:hover {
    text-decoration: none;
  }
  #point .desc + .note {
    padding-top: 15px;
  }
  #point .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #point .item .item_title {
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    position: relative;
    color: #0d7a3f;
    font-size: 4rem;
    line-height: 1.7;
    letter-spacing: .06em;
    padding-top: 98px;
    margin-bottom: 25px;
  }
  #point .item .item_title span {
    display: block;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    color: #0d7a3f;
    font-size: 4rem;
    line-height: 1.7;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #point .item .item_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #point .item .item_title, #point .item .desc, #point .item .note, #point .item .image {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  #point .item .item_title span {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #point .item .desc, #point .item .note {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #point .item .image {
    opacity: 0;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #point .item.show .item_title, #point .item.show .desc, #point .item.show .image, #point .item.show .note {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #point .item.show .item_title span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #point .item1 {
    max-width: 1020px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 85px;
  }
  #point .item1 .item_title:before {
    background: url("../images/point_point1_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 69px;
  }
  #point .item1 .block1 {
    width: 535px;
    margin-right: 135px;
  }
  #point .item1 .block2 {
    width: 23.92%;
    padding-top: 50px;
  }
  #point .item2 {
    max-width: 1240px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 105px;
  }
  #point .item2 .item_title:before {
    background: url("../images/point_point2_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 74px;
  }
  #point .item2 .block1 {
    width: 480px;
    padding-top: 5px;
  }
  #point .item2 .block2 {
    position: relative;
    width: 58.22%;
  }
  #point .item2 .block2 .image {
    position: relative;
    padding-right: 7.5%;
    z-index: 1;
  }
  #point .item2 .block2 .acce {
    opacity: 0;
    position: absolute;
    width: 167px;
    height: 117px;
    right: 0;
    bottom: 180px;
    bottom: 19%;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
    background-color: #def123;
  }
  #point .item2.show .block2 .acce {
    opacity: 1;
  }
  #point .item3 {
    max-width: 1020px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
  }
  #point .item3 .item_title:before {
    background: url("../images/point_point3_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 78px;
  }
  #point .item3 .block1 {
    width: 670px;
  }
  #point .item3 .block2 {
    width: 27.25%;
    padding-top: 65px;
    padding-right: 20px;
  }
  #point .item4 {
    max-width: 1020px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 90px;
  }
  #point .item4 .item_title:before {
    background: url("../images/point_point4_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 78px;
  }
  #point .item4 .desc {
    letter-spacing: 0;
  }
  #point .item4 .block1 {
    width: 600px;
  }
  #point .item4 .block2 {
    width: 34.31%;
    padding-top: 25px;
  }
  #point .item5 {
    max-width: 1020px;
    margin-bottom: 140px;
  }
  #point .item5 .item_title:before {
    background: url("../images/point_point5_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 82px;
  }
  #point .item5 .block1 {
    width: 760px;
  }
  #point .item5 .block2 {
    width: 17.84%;
    padding-top: 110px;
  }
  #point .item6 {
    max-width: 1130px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 160px;
  }
  #point .item6 .item_title:before {
    background: url("../images/point_point6_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 82px;
  }
  #point .item6 .block1 {
    position: relative;
    width: 640px;
    padding-top: 75px;
    margin-left: 55px;
  }
  #point .item6 .block1:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: 80px;
    background: url("../images/point_point6_img2.svg") center 0/100% no-repeat;
    width: 110px;
    height: 141px;
  }
  #point .item6 .block2 {
    width: 38.14%;
  }
  #point .item7 {
    max-width: 1190px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 100px;
  }
  #point .item7 .item_title:before {
    background: url("../images/point_point7_num.svg?id=20220228") center 0/100% no-repeat;
    width: 76px;
    height: 82px;
  }
  #point .item7 .block1 {
    width: 510px;
  }
  #point .item7 .block2 {
    position: relative;
    width: 47.78%;
  }
  #point .item7 .block2 .image {
    position: relative;
    padding-top: 35px;
    padding-left: 6.7%;
    z-index: 1;
  }
  #point .item7 .block2 .acce {
    width: 270px;
    height: 184px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #def123;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }
  #point .item7.show .block2 .acce {
    opacity: 1;
  }

  #reason {
    width: calc(1110px * .85);
    padding: 90px 100px;
    padding: calc(90px * .85) calc(100px * .85);
    margin: 50px auto 100px;
    border: 4px solid #0d7a3f;
    background-color: #fffcf2;
  }
  #reason .title {
    width: calc(849px * .85);
    margin: 0 0 60px;
  }
  #reason .desc {
    width: calc(863px * .85);
    margin: 0 auto 60px;
  }

  #possible {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #fff;
  }
  #possible:before, #possible:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 52px;
    left: 0;
  }
  #possible:before {
    background: url("../images/possible_top.png") center top/100% no-repeat;
    top: -26px;
  }
  #possible:after {
    background: url("../images/possible_bottom.png") center bottom/100% no-repeat;
    bottom: -26px;
  }
  #possible .title {
    max-width: 1020px;
    position: relative;
    margin: 0 auto;
  }
  #possible .title:after {
    display: block;
    content: '';
    width: 62px;
    height: 58px;
    position: absolute;
    top: -15px;
    right: calc(50% - 295px);
    background: url("../images/possible_img1.svg") no-repeat;
  }
  #possible .image {
    width: 725px;
    margin: 0 auto 40px;
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #possible .desc {
    font-size: 2rem;
    letter-spacing: .045em;
    text-align: center;
  }
  #possible .desc + .note {
    padding-top: 15px;
    text-align: center;
  }

  #check {
    position: relative;
    max-width: 1020px;
    padding-top: 130px;
    margin: 0 auto 145px;
  }
  #check.show .eng_title, #check.show .title, #check.show .item, #check.show .acce, #check.show .link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #check .eng_title .title, #check .item, #check .acce, #check .link {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #check .eng_title {
    width: 166px;
    height: 45px;
    text-align: center;
    margin: 0 auto 70px;
  }
  #check .title {
    margin-bottom: 60px;
  }
  #check .cont_wrap .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 260px;
    padding-left: 80px;
    margin-bottom: 100px;
  }
  #check .cont_wrap .item {
    width: 218px;
  }
  #check .cont_wrap .item1 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #check .cont_wrap .item2 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #check .cont_wrap .item3 {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #check .cont_wrap .acce {
    position: absolute;
    width: 268px;
    top: 200px;
    right: -10px;
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  #check .link {
    text-align: center;
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }
  #check .link a {
    position: relative;
    display: inline-block;
    font-size: 2.9rem;
    font-family: 'A1 Gothic R JIS2004','tofu',sans-serif;
    color: #0d7a3f;
    padding-left: 45px;
    text-decoration: none;
    border-bottom: 2px solid #0d7a3f;
  }
  #check .link a:before, #check .link a:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border-top: solid 3px #0d7a3f;
    border-right: solid 3px #0d7a3f;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #check .link a:before {
    left: 0;
  }
  #check .link a:after {
    left: 15px;
  }
  #check .link a:hover {
    border-bottom: 2px solid rgba(13, 122, 63, 0.5);
  }
  #check .link + .link {
    padding-top: 45px;
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms;
    margin-bottom: 110px;
  }
  #check .movies .movie_image {
    width: 300px;
  }
  #check .movies .inner {
    position: relative;
    width: 1020px;
    padding-top: 45px;
    margin: 0 auto;
    background-color: #fff;
  }
  #check .movies .inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    right: -10px;
    background-color: #0d7a3f;
    z-index: -1;
  }
  #check .movies .stitle {
    position: relative;
    padding-bottom: 30px;
  }
  #check .movies .stitle span {
    display: inline-block;
    margin: 0 20px;
  }
  #check .movies .stitle:before {
    position: absolute;
    width: 138px;
    height: 52px;
    top: -6px;
    left: calc(50% + 13px);
    content: '';
    display: block;
    background: #def123;
    z-index: -1;
  }
  #check .movies .movie_list {
    width: 790px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  #check .movies .movie_list .movie_item {
    width: calc(305px * 0.9229);
    padding-top: 30px;
  }
  #check .movies .movie_list .movie_item .movie_image {
    width: 100%;
    margin-bottom: 15px;
  }
  #check .movies .movie_list .movie_item .movie_link {
    position: relative;
    font-size: 1.9rem;
    line-height: 1.57692;
    color: #646464;
    padding-left: calc(60px * 0.9229);
  }
  #check .movies .movie_list .movie_item .movie_link:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/check_movie_arrow.svg") center center/100% no-repeat;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
    top: 5px;
    left: 0;
    width: calc(48px * 0.9229);
    height: calc(48px * 0.9229);
  }
  #check .movies .movie_list .movie_item:hover {
    cursor: pointer;
  }
  #check .movies .movie_list .movie_item:hover .movie_link {
    text-decoration: underline;
  }
  #check .movies .movie_list .movie_item:hover .movie_link:before {
    opacity: .8;
  }
  #check .movies .movie_list .item1 {
    position: relative;
    width: 100%;
    padding: 50px 27px 45px;
  }
  #check .movies .movie_list .item1 .movie_title {
    width: calc(236px * 0.9229);
    margin-left: calc(122px * 0.9229);
    margin-bottom: 15px;
  }
  #check .movies .movie_list .item1 .movie_image {
    margin-bottom: 0;
  }
  #check .movies .movie_list .item1 .movie_link {
    width: calc(295px * 0.9229);
    padding-top: 100px;
    padding-left: 0;
  }
  #check .movies .movie_list .item1 .movie_link:before {
    top: 35px;
    width: calc(62px * 0.9229);
    height: calc(62px * 0.9229);
  }
  #check .movies .movie_list .item1:before, #check .movies .movie_list .item1:after {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    background: url("../images/check_movie1_acce.svg") center center/100% no-repeat;
    width: 100%;
    height: 2px;
  }
  #check .movies .movie_list .item1:before {
    top: 0;
  }
  #check .movies .movie_list .item1:after {
    bottom: 0;
  }
  #check .movies .movie_list .item1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #check .movies .movie_list .item1 .movie_image {
    width: calc(494px * 0.9229);
    margin-right: calc(40px * 0.9229);
  }
  #check .movies .movie_list .item2 {
    position: relative;
    margin-left: calc(30px * 0.9229);
  }
  #check .movies .movie_list .item2 .movie_title {
    width: calc(145px * 0.9229);
    width: 200px;
    margin: 0 auto 15px;
  }
  #check .movies .movie_list .item2:after {
    position: absolute;
    top: 0;
    right: -88px;
    content: '';
    display: block;
    background: url("../images/check_movie2_acce.svg") center top/100% repeat-y;
    width: 2px;
    height: 332px;
  }
  #check .movies .movie_list .item3 {
    margin-right: calc(30px * 0.9229);
  }
  #check .movies .movie_list .item3 .movie_title {
    width: calc(241px * 0.9229);
    margin: 15px auto 25px;
  }

  #column {
    max-width: 1110px;
    margin: 0 auto 120px;
  }
  #column .title {
    width: 118px;
    height: 42px;
    margin: 0 auto 35px;
  }
  #column .list_wrap {
    position: relative;
    width: 100%;
    background-color: #f8f7f7;
    padding-top: 150px;
    padding-bottom: 115px;
  }
  #column .list_wrap:before, #column .list_wrap:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    left: 0;
  }
  #column .list_wrap:before {
    height: 98px;
    background: url("../images/column_top.png") no-repeat;
    top: -10px;
  }
  #column .list_wrap:after {
    height: 101px;
    background: url("../images/column_bottom.png") no-repeat;
    bottom: -10px;
  }
  #column .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5.4%;
  }
  #column .item {
    width: 29.41%;
    background-color: #fff;
    margin-bottom: 35px;
  }
  #column .item a {
    display: block;
    text-decoration: none;
    padding: 13px 10px 15px;
  }
  #column .item a:hover {
    opacity: .8;
  }
  #column .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #column .item .image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
  }
  #column .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #column .item .item_title {
    font-size: 1.3rem;
    line-height: 1.58333;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: .065em;
    color: #000;
  }
  #column .item.item2 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #column .item.item3 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #column .item.item4 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  #column .item.item5 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #column .item.item6 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  #column .item.item7 {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #column .item.item8 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  #column .item.item9 {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  #column .item.item10 {
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms;
  }

  #voice {
    max-width: 1110px;
    margin: 0 auto;
  }
  #voice .title {
    margin: 0 auto 60px;
  }
  #voice .title .desc {
    display: block;
    margin: 0 auto;
  }
  #voice .title .desc1 {
    width: 222px;
    height: 40px;
    margin-bottom: 20px;
  }
  #voice .title .desc2 {
    width: 470px;
    height: 67px;
  }
  #voice .list_wrap {
    position: relative;
    width: 100%;
    background-color: #eaee91;
    padding-bottom: 115px;
  }
  #voice .list_wrap:before, #voice .list_wrap:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    left: 0;
  }
  #voice .list_wrap:before {
    height: 98px;
    background: url("../images/voice_top.png") no-repeat;
    top: -10px;
  }
  #voice .list_wrap:after {
    height: 15px;
    background: url("../images/voice_bottom.png") no-repeat;
    bottom: -10px;
  }
  #voice .list_wrap .list_desc {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .05em;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #voice .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 980px;
    margin: 0 auto;
  }
  #voice .item {
    width: 295px;
    height: 418px;
    background-color: #fff;
    margin-bottom: 33px;
  }
  #voice .item a {
    display: block;
    text-decoration: none;
    padding: 9px;
  }
  #voice .item a:hover {
    opacity: .8;
  }
  #voice .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #voice .item .image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #voice .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #voice .item .name {
    padding-right: 5px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
  }
  #voice .item .name .thumb {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }
  #voice .item .name .name_img {
    width: 205px;
  }
  #voice .item .name img {
    width: 100%;
  }
  #voice .item .item_title {
    position: relative;
    height: 75px;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.5625;
    text-align: justify;
    padding: 0 5px;
    margin-top: 3px;
  }
  #voice .item .item_title:before, #voice .item .item_title:after {
    content: '';
    display: block;
    position: absolute;
  }
  #voice .item .item_title:before {
    content: '';
    width: 16px;
    height: 20px;
    bottom: 2px;
    right: 1px;
    background-color: #fff;
    border-bottom: 1px solid #0d7a3f;
  }
  #voice .item .item_title:after {
    content: '...';
    height: 25px;
    bottom: 5px;
    right: 1px;
    letter-spacing: .07em;
    color: #0d7a3f;
    font-weight: bold;
    background-color: #fff;
    padding: 0 0 0 4px;
  }
  #voice .item.item2 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #voice .item.item3 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #voice .item.item4 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  #voice .item.item5 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #voice .item.item6 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  #voice .item.item7 {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #voice .item.item8 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  #voice .item.item9 {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  #voice .item.item10 {
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  #voice .item.item11 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  #voice .item.item12 {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }

  #cv2 {
    max-width: 1020px;
    padding-top: 145px;
    margin: 0 auto 175px;
  }
  #cv2 .cv_cont {
    width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 60px;
  }
  #cv2 .name {
    width: 353px;
  }
  #cv2 .image {
    width: 545px;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #cv2 .btn {
    display: block;
    width: 920px;
    margin: 0 auto;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background-color: transparent;
  }

  #qa {
    max-width: 1110px;
    margin: 0 auto 105px;
  }
  #qa .title {
    margin-bottom: 65px;
  }
  #qa .title .eng {
    display: block;
    width: 74px;
    height: 43px;
    margin: 0 auto 38px;
  }
  #qa .qa_item {
    border-bottom: 1px solid #646464;
  }
  #qa .qa_item dt, #qa .qa_item dd {
    position: relative;
    display: block;
    line-height: 1.5;
    text-align: justify;
    border-top: 1px solid #646464;
    color: #646464;
    padding-top: 25px;
    padding-right: 75px;
    padding-bottom: 25px;
  }
  #qa .qa_item dt:before, #qa .qa_item dd:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #qa .qa_item dt a, #qa .qa_item dd a {
    color: #646464;
  }
  #qa .qa_item dt a:hover, #qa .qa_item dd a:hover {
    text-decoration: none;
  }
  #qa .qa_item dt {
    font-size: 2.8rem;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    padding-left: 75px;
  }
  #qa .qa_item dt:before {
    background: url("../images/qa_q.svg?id=20220228") no-repeat;
    width: 51px;
    height: 45px;
    left: 5px;
  }
  #qa .qa_item dt:hover {
    color: #0d7a3f;
    font-weight: bold;
    cursor: pointer;
  }
  #qa .qa_item dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 70px;
    background: url("../images/qa_arrow.svg?id=20220224") no-repeat;
    width: 30px;
    height: 20px;
    -webkit-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
  }
  #qa .qa_item dt.selected:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #qa .qa_item dd {
    display: none;
    font-size: 1.8rem;
    padding-left: 150px;
  }
  #qa .qa_item dd:before {
    background: url("../images/qa_a.svg?id=20220228") no-repeat;
    width: 53px;
    height: 42px;
    left: 75px;
  }
  #qa .qa_item dd .image {
    width: 642px;
    width: calc(642px * .8);
    margin: 10px 0;
  }

  #buy_btn {
    width: 150px;
    height: 140px;
    position: absolute;
    top: 20px;
    right: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 500;
  }
  #buy_btn:hover {
    opacity: .9;
  }
  #buy_btn.fixed {
    position: fixed;
  }

  #modal_cv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }
  #modal_cv .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg.jpg) center top/100% repeat-y;
  }
  #modal_cv .item_buy_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 800px;
    height: 620px;
  }
  #modal_cv .item_inner {
    background: #0d7a3f;
    width: 100%;
    margin: 0 auto;
    padding: 40px 5%;
    position: relative;
    background-color: rgba(13, 122, 63, 0.9);
    border-radius: 20px;
  }
  #modal_cv .item_inner .modal_title {
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    font-size: 3.3rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 30px;
    text-align: center;
  }
  #modal_cv .item_inner .item-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  #modal_cv .item_inner .item-btn-area li {
    width: 100%;
    margin-bottom: 20px;
  }
  #modal_cv .item_inner .item-btn-area li:last-child {
    margin-bottom: 0;
  }
  #modal_cv .item_inner .item-btn-area a {
    display: block;
    width: 230px;
    margin: 0 auto;
    text-decoration: none;
  }
  #modal_cv .item_inner .item-btn-area a:hover {
    opacity: .8;
  }
  #modal_cv .item_inner .item-btn-area span {
    display: block;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 5px;
  }
  #modal_cv .modal_close {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -55px;
    right: 0;
    text-indent: -9999px;
  }
  #modal_cv .modal_close:before, #modal_cv .modal_close:after {
    background: #0d7a3f;
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
  }
  #modal_cv .modal_close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal_cv .modal_close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal_movie .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(13, 122, 63, 0.9);
  }
  #modal_movie .btn {
    background-color: transparent;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 244px);
    left: calc(50% + 400px);
    border-radius: 4px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    z-index: 10;
    background: url("../images/modal_close.png") center center/100% no-repeat;
  }
  #modal_movie .btn:hover {
    opacity: .8;
  }
  #modal_movie .movie_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 853px;
    height: 450px;
    z-index: 2;
  }
  #modal_movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }

  #footer {
    width: 100%;
    padding: 40px 40px 50px 60px;
    background-color: #0d7a3f;
  }
  #footer .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .f_logo {
    display: block;
    width: 218px;
    margin: 0 auto 55px;
  }
  #footer .list_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    margin: 0 auto;
  }
  #footer .item a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: .045em;
    padding-right: 10px;
    margin-right: 10px;
  }
  #footer .item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
  }
  #footer .item a:hover {
    text-decoration: none;
  }
  #footer .item:last-child a {
    padding-right: 0;
    margin-right: 0;
  }
  #footer .item:last-child a:after {
    display: none;
  }
  #footer .copyright {
    width: 395px;
  }
}
@media print, screen and (max-width: 1470px) {
  #concept .area2 .block2 .note {
    padding-top: 25%;
  }

  #qa {
    width: 95%;
    margin: 0 auto 105px;
  }
}
@media print, screen and (max-width: 1320px) {
  #concept .area2 .block2 .note {
    padding-top: 21%;
  }
}
@media print, screen and (max-width: 1270px) {
  #concept .area1 .block1 .desc {
    font-size: 1.8rem;
    line-height: 2.2;
  }
  #concept .area2 .block2 {
    width: 43.16%;
  }
  #concept .area2 .block2 .desc {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
@media print, screen and (max-width: 1190px) {
  #point .item7 {
    max-width: 1020px;
    padding-left: 0;
  }

  #qa {
    max-width: 1000px;
  }
}
@media print, screen and (max-width: 1100px) {
  #concept .area1 .block1 .desc {
    font-size: 1.6rem;
    line-height: 2;
  }
  #concept .area2 .block2 .desc {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .note {
    font-size: 1rem;
    color: #646464;
    padding-left: 1em;
    text-indent: -1em;
  }
  .note a:hover {
    text-decoration: none;
  }
  .note + .note {
    padding-top: 10px;
  }

  html {
    background: url("../images/sp_bg.jpg") center top/100% repeat-y;
  }

  .title_a1 {
    font-size: 2.5rem;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    letter-spacing: .06em;
    line-height: 1.45455;
    text-align: center;
    color: #0d7a3f;
  }
  .title_a1 .jp {
    display: block;
    font-size: 2.5rem;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    letter-spacing: .06em;
    line-height: 1.45455;
    text-align: center;
    color: #0d7a3f;
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }

  .desc {
    color: #646464;
  }

  .buy_btn:hover {
    cursor: pointer;
    opacity: .8;
  }

  #header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 17px;
    z-index: 10;
  }
  #header .h_logo a {
    display: block;
    width: 104px;
  }

  #kv {
    position: relative;
    width: 100%;
    height: 133vw;
    z-index: 1;
    background-color: #fff;
  }
  #kv:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/sp_kv_acce1.png") center bottom/100% no-repeat;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: -3px;
  }
  #kv .kv_cont {
    display: none;
  }
  #kv .slick-dots {
    bottom: -30px;
  }
  #kv .slick-dots li {
    width: 12px;
    height: 12px;
  }
  #kv_news{
    position: relative;
    text-align: center;
    padding: 60px 0 40px;
    background-color: #fff;
  }
  #kv_news a{
    font-size: 14px;
    font-weight: bold;
    color: #646464;
    text-align: center;
    text-decoration: underline;
    line-height: 1.8;
  }
  #giveup {
    position: relative;
    padding-top: 100px;
    background-color: #fff;
  }
  #giveup .title {
    padding: 0 40px;
    margin: 0 auto 40px;
  }
  #giveup .desc {
    padding: 0 40px;
    margin: 0 auto 70px;
  }
  #giveup .image {
    width: 100%;
    margin: 0 auto 58px;
  }
  #giveup .giveup_ex {
    position: relative;
    margin-right: 6.5%;
    margin-left: 18.4%;
  }
  #giveup .giveup_ex:before {
    position: absolute;
    top: -2px;
    right: 0.6px;
    content: '';
    display: block;
    width: 97%;
    height: 100%;
    border: 0.13333vw solid #0d7a3f;
    border: 0.7px solid #0d7a3f;
    border-radius: 3px;
    z-index: 1;
  }
  #giveup .giveup_ex.show .giveup_ex_title {
    background: url("../images/sp_giveup_sub_title_show.svg") center center/100% no-repeat;
  }
  #giveup .giveup_ex_title_wrap {
    position: relative;
    margin: 0 auto;
  }
  #giveup .giveup_ex_title_wrap:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -18%;
    left: -24%;
    background: url("../images/giveup_img2.svg") center center/100% no-repeat;
    width: 198px;
    width: 28.71%;
    height: 290px;
    height: 0;
    padding-top: 40%;
  }
  #giveup .giveup_ex_title_wrap:after {
    position: absolute;
    top: 35%;
    left: -0.25%;
    content: '';
    display: block;
    width: 3.3%;
    height: 17.84%;
    background: url("../images/sp_giveup_ex_acce_arrow.png?id=20230117") left center/100% no-repeat;
    z-index: 1;
  }
  #giveup .giveup_ex_inner {
    position: relative;
    margin: 0 auto;
  }
  #giveup .giveup_ex_title {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 25.7%;
    margin-left: auto;
    background: url("../images/sp_giveup_sub_title.svg") center center/100% no-repeat;
    z-index: 100;
    -webkit-transform: translateX(0.2%);
        -ms-transform: translateX(0.2%);
            transform: translateX(0.2%);
    -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
            transform: translateX(1%);
  }
  #giveup .giveup_ex_cont_wrap {
    display: none;
    margin: 0 auto;
  }
  #giveup .giveup_ex_cont {
    position: relative;
    width: 97%;
    background-color: #f8fcd3;
    margin-left: auto;
    padding: 20px 8.75% 15px;
    -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
            transform: translateX(1%);
  }
  #giveup .giveup_ex_cont_image {
    position: absolute;
    top: 22px;
    right: 4.7%;
    width: 37.88%;
  }
  #giveup .giveup_ex_cont_lead {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #646464;
    margin-bottom: 20px;
  }
  #giveup .giveup_ex_cont_lead span {
    font-size: 1.5rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_lead c {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -.1em;
  }
  #giveup .giveup_ex_cont_lead .c2 {
    letter-spacing: .3em;
  }
  #giveup .giveup_ex_cont_block1 {
    margin-bottom: 30px;
  }
  #giveup .giveup_ex_cont_block1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
  }
  #giveup .giveup_ex_cont_block1 dl:last-child {
    margin-bottom: 0;
  }
  #giveup .giveup_ex_cont_block1 dt, #giveup .giveup_ex_cont_block1 dd {
    display: inline-block;
  }
  #giveup .giveup_ex_cont_block1 dt {
    width: 45px;
    font-size: 1.3rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    letter-spacing: .02em;
    line-height: 1.2;
    color: #0d7a3f;
    text-align: center;
    background-color: #def123;
    border-radius: 8px;
    margin-right: 8px;
    padding: 14px 8px;
  }
  #giveup .giveup_ex_cont_block1 dd {
    width: calc(100% - 45px);
    font-size: 1.3rem;
    line-height: 1.47059;
    color: #646464;
  }
  #giveup .giveup_ex_cont_block1 dd span {
    font-size: 1.4rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_block1_2 dt {
    padding: 22px 8px;
  }
  #giveup .giveup_ex_cont_block2 dl {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #giveup .giveup_ex_cont_block2 dt, #giveup .giveup_ex_cont_block2 dd {
    display: inline-block;
  }
  #giveup .giveup_ex_cont_block2 dt.pc, #giveup .giveup_ex_cont_block2 dd.pc {
    display: none !important;
  }
  #giveup .giveup_ex_cont_block2 dt {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: .045em;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    color: #0d7a3f;
    text-align: center;
    background-color: #def123;
    padding: 8px 0;
  }
  #giveup .giveup_ex_cont_block2 dd {
    width: 100%;
    position: relative;
    font-size: 1.2rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    background-color: #fff;
    padding: 10px 35px;
    line-height: 1.6;
    letter-spacing: .065em;
    color: #0d7a3f;
  }
  #giveup .giveup_ex_cont_block2 dd span {
    position: absolute;
    bottom: 10px;
    right: 18.25%;
    font-size: 1.1rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    color: #0d7a3f;
    line-height: 1;
  }
  #giveup .giveup_ex_cont_block2_1 dd {
    letter-spacing: .12em;
    padding-bottom: 25px;
  }
  #giveup .giveup_ex_cont_note1 {
    font-size: 1.1rem;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004',sans-serif;
    letter-spacing: -.05em;
    color: #646464;
    margin-bottom: 3px;
  }
  #giveup .giveup_ex_cont_note2 {
    font-size: 1rem;
    letter-spacing: .065em;
    line-height: 1.66667;
    color: #646464;
  }

  .concept_wrap {
    padding-top: 50px;
    background-color: #fff;
  }

  #concept {
    position: relative;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 35px;
  }
  #concept .concept_inner {
    position: relative;
  }
  #concept .concept_inner:after {
    content: '';
    display: block;
    width: 25px;
    height: 103px;
    background: url("../images/sp_concept_acce.jpg?id=20220228") center 0/100% no-repeat;
    margin: 8.4% auto 0;
  }
  #concept .title {
    width: 20.26%;
    margin: 0 auto 42px;
  }
  #concept .area1 {
    margin-bottom: 18px;
  }
  #concept .area1 .block1 {
    width: 78.8%;
    margin: 0 auto;
  }
  #concept .area1 .block1 .sec_stitle {
    width: 88.63%;
    padding-left: 4.4%;
    padding-right: 4%;
    margin: 0 auto 25px;
  }
  #concept .area1 .block1 .sec_stitle img {
    position: relative;
    z-index: 1;
  }
  #concept .area1 .block1 .sec_stitle:before {
    position: absolute;
    width: 50.48%;
    height: 0;
    padding-top: 15.13%;
    top: -21%;
    left: -2%;
    content: '';
    display: block;
    background-color: #def123;
  }
  #concept .area1 .block1 .desc {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: .025em;
  }
  #concept .area1 .block1 .image {
    width: 92.5%;
    margin-bottom: 18px;
  }
  #concept .area1 .block2 {
    display: none;
  }
  #concept .area2 .block1 {
    width: 86.66%;
    margin: 0 auto;
  }
  #concept .area2 .block1 .image {
    margin-bottom: 15px;
  }
  #concept .area2 .block2 {
    width: 81.33%;
    padding-left: 1%;
    margin: 0 auto;
  }
  #concept .area2 .block2 .desc {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: .02em;
    margin-bottom: 8px;
  }
  #concept .area2 .block2 .note {
    line-height: 1.3;
    padding-top: 0;
    margin-bottom: 18px;
  }

  #cv {
    padding-bottom: 20px;
  }
  #cv .cv_cont {
    width: 100%;
    margin: 0 auto;
  }
  #cv .sp_cont_inner {
    background: url("../images/sp_cv_img1.jpg") center top/100% no-repeat;
    padding-top: 14.4%;
    padding-right: 22%;
    padding-bottom: 12%;
  }
  #cv .name {
    width: 43.06%;
    margin-left: auto;
    padding-bottom: 6.1%;
  }
  #cv .capa {
    font-size: 1.3rem;
    color: #0d7a3f;
    text-align: right;
  }
  #cv .btn {
    display: block;
    width: 66%;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 20px auto 0;
    background-color: transparent;
  }

  #point {
    padding-top: 50px;
    margin: 0 auto 90px;
  }
  #point .title {
    text-align: center;
    margin-bottom: 60px;
  }
  #point .title .eng {
    display: block;
    width: 41.46%;
    margin: 0 auto 27px;
  }
  #point .title .jp {
    position: relative;
    margin: 0 6.6%;
    z-index: 1;
  }
  #point .title .jp:before {
    position: absolute;
    width: 27.23%;
    height: 0;
    padding-top: 13%;
    top: -2%;
    left: 0;
    content: '';
    display: block;
    background: #def123;
    z-index: -1;
  }
  #point .desc {
    font-size: 1.3rem;
    line-height: 2.4;
    letter-spacing: .045em;
    text-align: center;
    margin-bottom: 15px;
  }
  #point .note {
    text-align: center;
  }
  #point .item {
    width: 85.33%;
    margin: 0 auto 60px;
  }
  #point .item:last-child {
    margin-bottom: 0;
  }
  #point .item .item_title {
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    position: relative;
    color: #0d7a3f;
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 13px;
  }
  #point .item .item_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 38px;
    height: 42px;
  }
  #point .item .item_title, #point .item .desc, #point .item .note, #point .item .image {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  #point .item .item_title span {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #point .item .desc, #point .item .note {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #point .item .image {
    opacity: 0;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #point .item.show .item_title, #point .item.show .desc, #point .item.show .image, #point .item.show .note {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #point .item.show .item_title span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #point .item1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #point .item1 .item_title:before {
    background: url("../images/point_point1_num.svg?id=20220228") center 0/100% no-repeat;
  }
  #point .item1 .image {
    width: 42.81%;
    margin: 0 auto;
  }
  #point .item1 .desc span {
    letter-spacing: 0;
  }
  #point .item2 .item_title:before {
    background: url("../images/point_point2_num.svg?id=20220228") center 0/100% no-repeat;
  }
  #point .item2 .image {
    position: relative;
    z-index: 1;
    width: 85.9%;
    margin: 0 auto;
  }
  #point .item2 .acce {
    opacity: 0;
    position: absolute;
    width: 23.09%;
    height: 0;
    padding-top: 16.07%;
    right: 4.5%;
    bottom: 9.81%;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
    background-color: #def123;
  }
  #point .item2.show .block2 .acce {
    opacity: 1;
  }
  #point .item3 {
    width: 78.33%;
  }
  #point .item3 .item_title:before {
    background: url("../images/point_point3_num.svg?id=20220228") center bottom/100% no-repeat;
  }
  #point .item3 .item_title span {
    display: block;
    text-indent: .6em;
  }
  #point .item3 .block1 {
    margin-bottom: 30px;
  }
  #point .item3 .block2 {
    width: 57.09%;
    margin: 0 auto;
  }
  #point .item4 {
    width: 78.33%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #point .item4 .item_title:before {
    background: url("../images/point_point4_num.svg?id=20220228") center bottom/100% no-repeat;
  }
  #point .item4 .desc {
    letter-spacing: 0;
  }
  #point .item4 .block1 {
    margin-bottom: 20px;
  }
  #point .item4 .image {
    width: 93.6%;
    margin: 0 auto;
  }
  #point .item5 .item_title:before {
    background: url("../images/point_point5_num.svg?id=20220228") center 0/100% no-repeat;
  }
  #point .item5 .block1 {
    margin-bottom: 25px;
  }
  #point .item5 .block1 .desc {
    letter-spacing: 0;
  }
  #point .item5 .image {
    width: 40.9%;
    margin: 0 auto;
  }
  #point .item6 .item_title:before {
    background: url("../images/point_point6_num.svg?id=20220228") center 0/100% no-repeat;
  }
  #point .item6 .block1 {
    position: relative;
    padding-top: 35px;
  }
  #point .item6 .block1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 4%;
    background: url("../images/point_point6_img2.svg");
    width: 55px;
    height: 70px;
  }
  #point .item6 .desc span {
    letter-spacing: 0;
  }
  #point .item6 .image {
    width: 85.9%;
    margin: 0 auto;
  }
  #point .item7 .item_title:before {
    background: url("../images/point_point7_num.svg?id=20220228") center 0/100% no-repeat;
  }
  #point .item7 .block2 {
    position: relative;
    padding-top: 7.2%;
    padding-left: 5.4%;
  }
  #point .item7 .image {
    position: relative;
    z-index: 1;
  }
  #point .item7 .acce {
    opacity: 0;
    position: absolute;
    width: 50.18%;
    height: 0;
    padding-top: 34.07%;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
    background-color: #def123;
  }
  #point .item7.show .block2 .acce {
    opacity: 1;
  }

  #reason {
    width: 86.66%;
    padding: 25px 12% 35px;
    margin: 30px auto 90px;
    border: 2px solid #0d7a3f;
    background-color: #fffcf2;
  }
  #reason .title {
    margin-bottom: 25px;
  }
  #reason .desc {
    margin-bottom: 35px;
  }
  #reason .reason_slide {
    padding-left: 2vw;
  }
  #reason .reason_slide li {
    width: 55.46vw;
    margin-top: auto;
    margin-right: 6vw;
  }
  #reason .slick-prev {
    left: calc(50% - 36.5vw);
  }
  #reason .slick-next {
    right: calc(50% - 36.5vw);
  }
  #reason .slick-disabled {
    display: none !important;
  }
  #reason .slick-prev, #reason .slick-next {
    top: inherit;
    bottom: 24%;
  }
  #reason .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  #possible {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #fff;
  }
  #possible:before, #possible:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    left: 0;
  }
  #possible:before {
    background: url("../images/sp_possible_top.png") center top/100% no-repeat;
    top: -10px;
  }
  #possible:after {
    background: url("../images/sp_possible_bottom.png") center bottom/100% no-repeat;
    bottom: -10px;
  }
  #possible .title {
    position: relative;
    width: 89.33%;
    margin: 0 auto 40px;
  }
  #possible .title:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 31px;
    height: 29px;
    background: url("../images/possible_img1.svg") center bottom/100% no-repeat;
    margin-left: 8px;
    top: 3px;
  }
  #possible .image {
    width: 73.33%;
    margin: 0 auto 40px;
  }
  #possible .desc {
    font-family: 'ヒラギノUD角ゴ W5 JIS2004','Hiragino UD Sans W5 JIS2004',sans-serif;
    width: 73.33%;
    font-size: 1.3rem;
    line-height: 1.68;
    text-align: center;
    letter-spacing: .045em;
    margin: 0 auto;
  }
  #possible .desc + .note {
    width: 73.33%;
    padding-top: 15px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
  }

  #check {
    position: relative;
    padding-top: 60px;
    margin: 0 auto 5px;
  }
  #check.show .eng_title, #check.show .title, #check.show .item, #check.show .acce, #check.show .link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #check .eng_title, #check .title, #check .item, #check .acce, #check .link {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #check .eng_title {
    width: 22.26%;
    margin: 0 auto 25px;
  }
  #check .title {
    margin-bottom: 25px;
  }
  #check .sp_cont_wrap {
    width: 73.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 35px;
  }
  #check .sp_cont_wrap .list {
    width: 45.63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #check .sp_cont_wrap .item {
    width: 100%;
    margin-bottom: 12px;
  }
  #check .sp_cont_wrap .item:last-child {
    margin-bottom: 0;
  }
  #check .sp_cont_wrap .item1 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #check .sp_cont_wrap .item2 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #check .sp_cont_wrap .item3 {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #check .sp_cont_wrap .acce {
    width: 51%;
    padding-left: 5%;
    padding-bottom: 15%;
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  #check .link {
    text-align: center;
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }
  #check .link a {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'A1 Gothic R JIS2004','tofu',sans-serif;
    color: #0d7a3f;
    padding-left: 23px;
    text-decoration: none;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 1px solid #0d7a3f;
  }
  #check .link a:before, #check .link a:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    border-top: solid 2px #0d7a3f;
    border-right: solid 2px #0d7a3f;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #check .link a:before {
    left: 0;
  }
  #check .link a:after {
    left: 6px;
  }
  #check .link a:hover {
    border-bottom: 1px solid rgba(13, 122, 63, 0.5);
  }
  #check .link + .link {
    padding-top: 25px;
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms;
    padding-bottom: 85px;
  }
  #check .stitle {
    position: relative;
    margin-bottom: 30px;
  }
  #check .stitle span {
    display: inline-block;
    margin: 0 10px;
  }
  #check .stitle:before {
    position: absolute;
    width: 84px;
    height: 34px;
    top: 1px;
    left: calc(50% + 10px);
    content: '';
    display: block;
    background: #def123;
    z-index: -1;
  }
  #check .movies {
    width: 100%;
    margin: 0 auto;
  }
  #check .movies .inner {
    position: relative;
    padding-top: 45px;
    margin: 0 auto;
    background-color: #fff;
  }
  #check .movies .movie_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 86.66%;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  #check .movies .movie_list .movie_item {
    width: 47.07%;
  }
  #check .movies .movie_list .movie_item .movie_title {
    margin: 0 auto 10px;
  }
  #check .movies .movie_list .movie_item .movie_image {
    width: 100%;
    margin-bottom: 8px;
  }
  #check .movies .movie_list .movie_item .movie_link {
    position: relative;
    font-family: 'ヒラギノUD角ゴ W5 JIS2004','Hiragino UD Sans W4 JIS2004',sans-serif;
    font-size: 1.1rem;
    line-height: 1.57692;
    color: #646464;
    padding-left: 22px;
    text-decoration: underline;
    margin: 0 auto;
  }
  #check .movies .movie_list .movie_item .movie_link:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/check_movie_arrow.svg") center center/100% no-repeat;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
    top: 5px;
    left: -2px;
    width: 20px;
    height: 20px;
  }
  #check .movies .movie_list .movie_item:hover {
    cursor: pointer;
  }
  #check .movies .movie_list .movie_item:hover .movie_link {
    text-decoration: none;
  }
  #check .movies .movie_list .movie_item:hover .movie_link:before {
    opacity: .8;
  }
  #check .movies .movie_list .item1 {
    position: relative;
    width: 83.38%;
    margin: 0 auto 30px;
  }
  #check .movies .movie_list .item1 .movie_title {
    width: 52.58%;
    margin: 0 auto 15px;
  }
  #check .movies .movie_list .item1 .movie_link {
    width: 75.92%;
    font-size: 1.2rem;
    padding-left: 36px;
  }
  #check .movies .movie_list .item1 .movie_link:before {
    top: 3px;
    width: 28px;
    height: 28px;
  }
  #check .movies .movie_list .item2 .movie_title {
    width: 77.45%;
  }
  #check .movies .movie_list .item3 .movie_title {
    width: 95.75%;
    padding: 5px 0 7px;
  }

  #column {
    padding-top: 50px;
    margin: 0 auto 40px;
  }
  #column .title {
    width: 69px;
    height: 25px;
    margin: 0 auto 35px;
  }
  #column .list_wrap {
    position: relative;
    width: 100%;
    background-color: #f8f7f7;
    padding-top: 40px;
    padding-bottom: 35px;
  }
  #column .list_wrap:before, #column .list_wrap:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    left: 0;
  }
  #column .list_wrap:before {
    background: url("../images/sp_column_top.png") center top/100% no-repeat;
    top: -10px;
  }
  #column .list_wrap:after {
    background: url("../images/sp_column_bottom.png") center bottom/100% no-repeat;
    bottom: -10px;
  }
  #column .list {
    width: 86.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #column .item {
    width: 46.92%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  #column .item a {
    display: block;
    text-decoration: none;
    padding: 8px 8px 15px;
  }
  #column .item a:hover {
    opacity: .8;
  }
  #column .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #column .item .image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #column .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #column .item .item_title {
    font-size: 1.1rem;
    line-height: 1.77778;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: .03em;
    color: #000;
  }

  #voice {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  #voice .title {
    margin: 0 auto 30px;
  }
  #voice .title .desc {
    display: block;
    margin: 0 auto;
  }
  #voice .title .desc1 {
    width: 147px;
    height: 24px;
    margin-bottom: 15px;
  }
  #voice .title .desc2 {
    width: 308px;
    height: 45px;
  }
  #voice .list_wrap {
    position: relative;
    width: 100%;
    background-color: #eaee91;
    padding-bottom: 35px;
  }
  #voice .list_wrap:before, #voice .list_wrap:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    left: 0;
  }
  #voice .list_wrap:before {
    background: url("../images/sp_voice_top.png") center top/100% no-repeat;
    top: -4px;
  }
  #voice .list_wrap:after {
    background: url("../images/sp_voice_bottom.png") center bottom/100% no-repeat;
    bottom: -5px;
  }
  #voice .list_wrap .list_desc {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .05em;
    padding-top: 25px;
    padding-bottom: 22px;
  }
  #voice .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 86.66%;
    margin: 0 auto;
  }
  #voice .item {
    width: 46.92%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  #voice .item a {
    display: block;
    text-decoration: none;
    padding: 9px 9px 15px;
  }
  #voice .item a:hover {
    opacity: .8;
  }
  #voice .item a:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #voice .item .image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #voice .item .image img {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #voice .item .name {
    width: 100%;
    padding-left: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
  }
  #voice .item .name .thumb {
    width: 15%;
    height: 15%;
    margin-right: 5px;
  }
  #voice .item .name .name_img {
    width: calc(85% - 10px);
  }
  #voice .item .name img {
    width: 100%;
  }
  #voice .item .item_title {
    position: relative;
    height: 4.4em;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.5625;
    text-align: justify;
    padding: 0 5px;
    margin-top: 3px;
  }
  #voice .item .item_title:before, #voice .item .item_title:after {
    content: '';
    display: block;
    position: absolute;
  }
  #voice .item .item_title:before {
    content: '';
    width: 16px;
    height: 20px;
    bottom: 2px;
    bottom: 0;
    right: 1px;
    background-color: #fff;
    border-bottom: 1px solid #0d7a3f;
  }
  #voice .item .item_title:after {
    content: '...';
    height: 19px;
    bottom: 1px;
    right: 1px;
    letter-spacing: .07em;
    color: #0d7a3f;
    font-weight: bold;
    background-color: #fff;
    padding: 0 0 0 4px;
  }
  #voice .item.item2 {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #voice .item.item3 {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #voice .item.item4 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  #voice .item.item5 {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #voice .item.item6 {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  #voice .item.item7 {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #voice .item.item8 {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  #voice .item.item9 {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  #voice .item.item10 {
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  #voice .item.item11 {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  #voice .item.item12 {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }

  #cv2 {
    padding-top: 45px;
    margin: 0 auto 10px;
  }
  #cv2 .cv_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #cv2 .name {
    width: 40%;
    margin: 0 auto 20px;
  }
  #cv2 .image {
    width: 77.66%;
    margin-left: 14.17%;
    margin-bottom: 25px;
  }
  #cv2 .btn {
    display: block;
    width: 66%;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
  }

  #qa {
    padding-top: 50px;
    margin: 0 auto 40px;
  }
  #qa .title {
    margin-bottom: 30px;
  }
  #qa .title .eng {
    display: block;
    width: 11.46%;
    margin: 0 auto 10px;
  }
  #qa .qa_item {
    width: 86.66%;
    margin: 0 auto;
    border-bottom: 1px solid #646464;
  }
  #qa .qa_item dt, #qa .qa_item dd {
    position: relative;
    display: block;
    line-height: 1.5;
    text-align: justify;
    border-top: 1px solid #646464;
    color: #646464;
    padding: 20px 25px 20px 40px;
  }
  #qa .qa_item dt:before, #qa .qa_item dd:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #qa .qa_item dt a, #qa .qa_item dd a {
    color: #646464;
  }
  #qa .qa_item dt a:hover, #qa .qa_item dd a:hover {
    text-decoration: none;
  }
  #qa .qa_item dt {
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    font-size: 1.8rem;
    padding-left: 40px;
  }
  #qa .qa_item dt:before {
    background: url("../images/qa_q.svg?id=20220228") center 0/100% no-repeat;
    width: 26px;
    height: 22px;
  }
  #qa .qa_item dt:hover {
    color: #0d7a3f;
    font-weight: bold;
    cursor: pointer;
  }
  #qa .qa_item dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3px;
    background: url("../images/qa_arrow.svg?id=20220224") no-repeat;
    width: 15px;
    height: 10px;
    -webkit-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
  }
  #qa .qa_item dt.selected:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #qa .qa_item dd {
    display: none;
    font-size: 1.3rem;
    padding-left: 60px;
  }
  #qa .qa_item dd:before {
    background: url("../images/qa_a.svg?id=20220228") center 0/100% no-repeat;
    width: 27px;
    height: 23px;
    left: 15px;
  }
  #qa .qa_item dd .image {
    margin: 10px 0;
  }
  #qa .qa_item .qa_2a {
    letter-spacing: 0.06em;
  }
  #qa .qa_item .qa_2a span {
    letter-spacing: -0.15em;
  }

  #buy_btn {
    position: absolute;
    width: 73px;
    top: 24px;
    right: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 1000;
  }
  #buy_btn:hover {
    opacity: .9;
  }
  #buy_btn.fixed {
    position: fixed;
    top: 55px;
  }

  #modal_cv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }
  #modal_cv .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg.jpg) center top/100% repeat-y;
  }
  #modal_cv .item_buy_wrap {
    width: 100%;
    padding: 25px 5%;
  }
  #modal_cv .item_buy {
    position: relative;
    margin-top: 7vh;
  }
  #modal_cv .item_inner {
    background: #0d7a3f;
    width: 100%;
    margin: 0 auto;
    padding: 40px 5%;
    position: relative;
    background-color: rgba(13, 122, 63, 0.9);
    border-radius: 10px;
    vertical-align: middle;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
  }
  #modal_cv .item_inner .modal_title {
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 25px;
    text-align: center;
  }
  #modal_cv .item_inner .item-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  #modal_cv .item_inner .item-btn-area li {
    width: 100%;
    margin-bottom: 20px;
  }
  #modal_cv .item_inner .item-btn-area li:last-child {
    margin-bottom: 0;
  }
  #modal_cv .item_inner .item-btn-area a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }
  #modal_cv .item_inner .item-btn-area a:hover {
    opacity: .8;
  }
  #modal_cv .item_inner .item-btn-area span {
    display: block;
    font-family: 'A1 Gothic M JIS2004','tofu',sans-serif;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 5px;
  }
  #modal_cv .item_inner .item-btn-area img {
    width: 180px;
  }
  #modal_cv .modal_close {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: 0;
    text-indent: -9999px;
  }
  #modal_cv .modal_close:before, #modal_cv .modal_close:after {
    background: #0d7a3f;
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    top: 50%;
  }
  #modal_cv .modal_close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal_cv .modal_close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #modal_movie .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_movie .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 24%;
    right: 0;
    border-radius: 4px;
    cursor: pointer;
    background: url("../images/modal_close.svg") center center/100% no-repeat;
  }
  #modal_movie .btn:hover {
    opacity: .8;
  }
  #modal_movie .movie_wrap {
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    position: relative;
  }
  #modal_movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #footer {
    width: 100%;
    padding: 23px 1% 15px 4%;
    background-color: #0d7a3f;
  }
  #footer .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .f_logo {
    display: block;
    width: 28.4%;
    margin: 0 auto 23px;
    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  #footer .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 15px;
  }
  #footer .item {
    width: 37%;
    margin-bottom: 17px;
  }
  #footer .item a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 6px;
    text-decoration: none;
  }
  #footer .item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
  }
  #footer .item a:hover {
    text-decoration: none;
  }
  #footer .item:nth-child(1), #footer .item:nth-child(4) {
    width: 23.22%;
  }
  #footer .item:nth-child(1) {
    letter-spacing: 0.18em;
  }
  #footer .item:nth-child(2) {
    letter-spacing: -0.05em;
  }
  #footer .item:nth-child(3) {
    letter-spacing: -0.04em;
  }
  #footer .item:nth-child(4) {
    letter-spacing: -0.04em;
  }
  #footer .item:nth-child(5) {
    letter-spacing: -0.04em;
  }
  #footer .item:nth-child(6) {
    letter-spacing: -0.18em;
  }
  #footer .copyright {
    width: 59.24%;
    margin: 0 auto;
  }

  #g_header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #g_header .g_header1 {
    width: 65px;
    height: 50px;
  }
  #g_header .g_header1 #gnav_btn_open {
    position: relative;
    width: 33px;
    height: 25px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-top: 14px;
    margin-left: 7px;
  }
  #g_header .g_header1 #gnav_btn_open span {
    position: absolute;
    right: 0;
    background-color: #0d7a3f;
    width: 100%;
    height: 2px;
  }
  #g_header .g_header1 #gnav_btn_open span:nth-child(1) {
    top: 0;
  }
  #g_header .g_header1 #gnav_btn_open span:nth-child(2) {
    top: 11px;
  }
  #g_header .g_header1 #gnav_btn_open span:nth-child(3) {
    top: 23px;
  }
  #g_header .g_header2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  #g_header .g_header2 .g_header2_head {
    background-color: #dfe4e4;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 23px;
    padding-left: 17px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #g_header .g_header2 .logo {
    padding-top: 20px;
  }
  #g_header .g_header2 .logo a {
    display: block;
    width: 104px;
  }
  #g_header .g_header2 #gnav_btn_close {
    position: relative;
    width: 33px;
    height: 25px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-top: 14px;
  }
  #g_header .g_header2 #gnav_btn_close span {
    position: absolute;
    top: 12px;
    right: 0;
    background-color: #0d7a3f;
    width: 100%;
    height: 2px;
  }
  #g_header .g_header2 #gnav_btn_close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #g_header .g_header2 #gnav_btn_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #g_header .g_header2 .list {
    padding: 60px 6.6%;
    background-color: rgba(13, 122, 63, 0.9);
  }
  #g_header .g_header2 .item {
    border-bottom: 1px solid #fff;
  }
  #g_header .g_header2 .item:first-child {
    border-top: 1px solid #fff;
  }
  #g_header .g_header2 .item a {
    display: block;
    padding-top: 20px;
    padding-left: 9.2%;
    padding-bottom: 20px;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
  }
  #g_header .g_header2 .item .jp {
    font-size: 1.4rem;
    color: #fff;
  }
  #g_header .g_header2 .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #g_header .g_header2 .item_concept a {
    padding-right: 11.53%;
  }
  #g_header .g_header2 .item_concept .eng {
    width: 39.64%;
  }
  #g_header .g_header2 .item_point a {
    padding-right: 13.84%;
  }
  #g_header .g_header2 .item_point .eng {
    width: 51%;
  }
  #g_header .g_header2 .item_use a {
    padding-right: 16.15%;
    padding-left: 9.8%;
  }
  #g_header .g_header2 .item_use .eng {
    width: 52%;
  }
  #g_header .g_header2 .item_column a {
    padding-right: 16.15%;
  }
  #g_header .g_header2 .item_column .eng {
    width: 37.36%;
  }
  #g_header .g_header2 .item_voice a {
    padding-right: 9.15%;
  }
  #g_header .g_header2 .item_voice .eng {
    width: 43.36%;
  }
  #g_header .g_header2 .item_qa a {
    padding-right: 9.2%;
    padding-bottom: 18px;
  }
  #g_header .g_header2 .item_qa .eng {
    width: 22%;
  }
  #g_header .open.list {
    display: block;
  }
}
