@charset "UTF-8";
/*-----------------------------*/
/*サイト CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #231815;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  padding: 0.3rem;
  background: red;
  left: 0;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none !important; }

.inner {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .img_box img {
    max-height: 100%;
    max-width: 100%; }

.img img {
  width: 100%; }

header {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #e9f4eb; }

footer {
  border-top: 2px solid #ecf3ce; }
  footer .inner {
    padding: 50px 80px; }
  footer .ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold; }
  footer p {
    font-weight: 500;
    font-size: 1.6rem; }

.sp_navi {
  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; }

.btn_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  width: 45px; }
  .btn_cart img {
    width: 60%; }

#menu_bg {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8); }

.btn_menu {
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 1 / 1;
  width: 45px;
  padding: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .btn_menu span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 2px auto;
    border-radius: 10px;
    background-color: #4b4b4b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .btn_menu::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 27px;
    aspect-ratio: 1 / 1;
    border: 1px solid #4b4b4b;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .btn_menu.open .top {
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
            transform: rotate(-45deg) translateY(5px) translateX(-5px); }
  .btn_menu.open .middle {
    opacity: 0; }
  .btn_menu.open .bottom {
    -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
            transform: rotate(45deg) translateY(-5px) translateX(-5px); }
  .btn_menu.open::after {
    opacity: 1; }
  .btn_menu p {
    position: absolute;
    bottom: -10px;
    width: 100%;
    font-size: 0.8rem;
    color: #a2d3af; }

.gnavi {
  width: 100%;
  background: #e9f4eb; }
  .gnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 950px;
    width: 100%;
    margin: auto; }
  .gnavi li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .gnavi a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 500; }
    .gnavi a::after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      display: block;
      aspect-ratio: 1 / 1;
      width: 38px;
      margin: -19px 0 0 -19px;
      background: #fff;
      border-radius: 50%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .gnavi a span {
      position: relative;
      z-index: 1; }
    .gnavi a:hover::after {
      background: #a2d3af; }
  .gnavi .btn_close {
    display: none; }

.fukidashi_talk > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px; }
  .fukidashi_talk > li.t_right .icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .fukidashi_talk > li.t_right .talk {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px; }
    .fukidashi_talk > li.t_right .talk::after {
      left: -40px;
      border-right: 44px solid #ffffff;
      border-left: 0; }
    .fukidashi_talk > li.t_right .talk .name {
      left: 0; }
  .fukidashi_talk > li.t_left .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right; }
  .fukidashi_talk > li.t_left .talk {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px; }
    .fukidashi_talk > li.t_left .talk::after {
      right: -40px;
      border-left: 44px solid #ffffff;
      border-right: 0; }
    .fukidashi_talk > li.t_left .talk .name {
      right: 0; }
  .fukidashi_talk > li.icon_top .talk::after {
    top: 100px; }
  .fukidashi_talk > li.icon_bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .fukidashi_talk > li.has_name .talk {
    margin-top: 40px; }
  .fukidashi_talk > li.full .talk {
    margin-top: -20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .fukidashi_talk > li.full .talk::after {
      display: none; }
.fukidashi_talk .icon {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
.fukidashi_talk .talk {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 495px;
          flex: 0 0 495px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
  padding: 30px;
  background: #fff;
  border-radius: 10px; }
  .fukidashi_talk .talk::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin-top: -13px; }
  .fukidashi_talk .talk > p {
    margin-bottom: 10px;
    font-weight: 500; }
    .fukidashi_talk .talk > p:last-of-type {
      margin-bottom: 0; }
    .fukidashi_talk .talk > p.large {
      margin-top: 5px;
      font-size: 1.8rem;
      font-weight: bold; }
  .fukidashi_talk .talk .name {
    position: absolute;
    top: -40px;
    color: #3d7c2c;
    font-weight: 500;
    font-size: 1.8rem; }
    .fukidashi_talk .talk .name + p {
      margin-top: 0; }
  .fukidashi_talk .talk .emp {
    background: #ffff00;
    font-size: 1.8rem;
    font-weight: bold; }

.sec > .inner {
  padding: 80px; }

.main_ttl {
  margin-bottom: 60px;
  background: #ecf3ce; }
  .main_ttl .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 100px 80px 30px; }
  .main_ttl .txt {
    display: block;
    margin-right: 30px;
    font-size: 2.8rem;
    font-weight: bold; }

.ttl_sec {
  padding-bottom: 70px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 4.2rem;
  background: url(../images/separator_dot.png) no-repeat center bottom/105px auto; }

.ttl_sub {
  padding: 5px 0 5px 20px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: bold;
  border-left: 30px solid #f7ab00; }
  .ttl_sub .small {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.6rem; }

.catchphrase {
  margin-bottom: 15px;
  text-align: center;
  color: #5da34e;
  font-weight: 500;
  font-size: 1.8rem; }
  .catchphrase span {
    position: relative;
    display: inline-block;
    min-width: 200px; }
    .catchphrase span::before, .catchphrase span::after {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      aspect-ratio: 16 / 28;
      width: 16px; }
    .catchphrase span::before {
      left: -25px;
      background: url(../images/title_left.png) no-repeat center/contain; }
    .catchphrase span::after {
      right: -25px;
      background: url(../images/title_right.png) no-repeat center/contain; }

.faq_list li {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500; }
  .faq_list li:last-of-type {
    margin-bottom: 0; }
.faq_list .q {
  position: relative;
  margin: 0;
  padding-right: 50px;
  cursor: pointer;
  font-size: 1.8rem; }
  .faq_list .q::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 36px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #ecf3ce url(../images/icon_arrow.png) no-repeat center/50% auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .faq_list .q.on::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
.faq_list .a {
  display: none;
  margin-top: 30px;
  padding: 20px 20px 0 20px;
  border-top: 2px solid #ecf3ce; }

.page_navi {
  padding: 0 80px; }
  .page_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 1%; }
  .page_navi li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 25px;
    border-radius: 10px;
    background: #ecf3ce;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer; }
    .page_navi li:hover, .page_navi li.on {
      background: #f7ab00;
      color: #fff; }
  .page_navi a:hover {
    color: #fff; }

.topics_list li {
  margin-bottom: 30px; }
  .topics_list li:last-of-type {
    margin-bottom: 0; }
.topics_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  background: url(../images/icon_link.png) no-repeat right center/30px auto;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .topics_list a:hover {
    color: #5da34e;
    background: url(../images/icon_link_on.png) no-repeat right center/30px auto; }
    .topics_list a:hover .date {
      background: #f7ab00;
      color: #fff; }
.topics_list .date {
  padding: 10px 15px;
  margin-right: 25px;
  text-align: center;
  background: #ecf3ce;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto; }

.btn_back {
  display: inline-block;
  padding-left: 35px;
  background: url(../images/icon_back.png) no-repeat center left/30px auto;
  font-weight: bold;
  line-height: 4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn_back:hover {
    color: #5da34e;
    background: url(../images/icon_back_on.png) no-repeat center left/30px auto; }

.mv {
  display: none;
  width: 100%; }
  .mv img {
    width: 100%; }

body.home .mv {
  display: block; }
body.home .sec_about {
  background: #a2d3af; }
  body.home .sec_about > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
  body.home .sec_about .img {
    width: 42%; }
  body.home .sec_about .txt {
    width: 55%;
    padding: 80px 0;
    font-family: "Noto Serif JP";
    font-weight: 500; }
    body.home .sec_about .txt p {
      margin-left: 40px;
      font-size: 1.8rem; }
  body.home .sec_about .ttl {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 2.6rem;
    border-bottom: 2px solid #fff;
    font-family: "Noto Serif JP"; }
  body.home .sec_about .features {
    margin: 30px 0 30px 60px; }
    body.home .sec_about .features li {
      margin-bottom: 15px;
      padding-left: 35px;
      background: url(../images/icon_checked.png) no-repeat top left/27px auto;
      font-size: 1.6rem; }
      body.home .sec_about .features li:last-of-type {
        margin-bottom: 0; }
body.home .sec_importance {
  background: #ecf3ce; }
  body.home .sec_importance .delegate {
    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;
    margin-bottom: 50px;
    padding: 45px;
    background: #fff;
    border-radius: 10px; }
    body.home .sec_importance .delegate .img {
      width: 30%; }
    body.home .sec_importance .delegate .txt {
      width: 65%; }
    body.home .sec_importance .delegate .ttl {
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 1.8rem;
      font-weight: 500;
      border-bottom: 1px solid #231815; }
    body.home .sec_importance .delegate .name {
      font-size: 1.8rem;
      font-weight: bold; }
  body.home .sec_importance .round_up {
    position: relative;
    margin-bottom: 250px; }
    body.home .sec_importance .round_up .fukidashi {
      position: relative;
      padding: 40px;
      background: #fff;
      border-radius: 10px;
      text-align: center; }
      body.home .sec_importance .round_up .fukidashi::after {
        content: "";
        position: absolute;
        bottom: -35px;
        right: 30%;
        display: block;
        aspect-ratio: 1 / 1;
        width: 40px;
        background: url(../images/fukidashi_bottom.png) no-repeat center/contain; }
      body.home .sec_importance .round_up .fukidashi p {
        font-weight: bold; }
      body.home .sec_importance .round_up .fukidashi .st {
        font-size: 2.4rem;
        font-weight: bold; }
        body.home .sec_importance .round_up .fukidashi .st span {
          display: inline-block;
          background: #ffff00; }
    body.home .sec_importance .round_up .img {
      position: absolute;
      width: 220px;
      bottom: -160px; }
    body.home .sec_importance .round_up .img_1 {
      left: -30px; }
    body.home .sec_importance .round_up .img_2 {
      right: -30px; }
  body.home .sec_importance .case li {
    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;
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    border-radius: 10px; }
    body.home .sec_importance .case li:last-of-type {
      margin-bottom: 0; }
  body.home .sec_importance .case .img {
    width: 30%; }
  body.home .sec_importance .case .txt {
    width: 65%; }
    body.home .sec_importance .case .txt .ttl {
      margin-bottom: 30px;
      font-size: 1.8rem;
      font-weight: bold; }
    body.home .sec_importance .case .txt p {
      font-weight: 500; }
body.home .sec_mechanism {
  background: url(../images/mechanism_bg.png) no-repeat center top/cover;
  color: #fff;
  text-align: center; }
  body.home .sec_mechanism p {
    font-weight: bold;
    font-size: 1.8rem; }
  body.home .sec_mechanism .img + p {
    margin: 0 0 50px 0;
    font-size: 1.6rem; }
  body.home .sec_mechanism .img_1 {
    width: 375px;
    margin: auto; }
  body.home .sec_mechanism .img_2 {
    margin-top: 40px; }
  body.home .sec_mechanism .item_name {
    max-width: 580px;
    width: 100%;
    padding: 30px 0;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 1.6rem; }
body.home .sec_evidence {
  background: #ecf3ce; }
  body.home .sec_evidence .sec_data {
    margin-bottom: 70px; }
  body.home .sec_evidence .img_data {
    margin-bottom: 15px; }
    body.home .sec_evidence .img_data img {
      width: 100%; }
    body.home .sec_evidence .img_data + p {
      font-weight: 500; }
  body.home .sec_evidence .steps {
    margin: 30px 0 15px 0; }
    body.home .sec_evidence .steps img {
      width: 100%; }
    body.home .sec_evidence .steps + p {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center; }
  body.home .sec_evidence .sec_voices p {
    margin-bottom: 40px;
    font-weight: 500; }
body.home .sec_lineup .item {
  margin-bottom: 40px; }
  body.home .sec_lineup .item .box {
    padding: 40px;
    background: #ecf3ce;
    border-radius: 10px; }
  body.home .sec_lineup .item .wrap {
    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; }
  body.home .sec_lineup .item .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%; }
  body.home .sec_lineup .item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%; }
  body.home .sec_lineup .item .tn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
    width: 65%;
    border-radius: 50%;
    background: #fff;
    overflow: hidden; }
    body.home .sec_lineup .item .tn img {
      width: 50%; }
  body.home .sec_lineup .item .name {
    margin-bottom: 60px;
    font-size: 2.4rem;
    font-weight: bold; }
  body.home .sec_lineup .item .price {
    display: block;
    margin-top: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 1.8rem; }
  body.home .sec_lineup .item .details {
    font-weight: 500; }
body.home .sec_lineup .instructions {
  margin-top: 40px; }
  body.home .sec_lineup .instructions .btn_tgl {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    background: #a2d3af;
    font-weight: bold;
    font-size: 1.8rem;
    border: none;
    border-radius: 10px;
    font-family: "Noto Sans JP";
    text-align: left;
    cursor: pointer; }
    body.home .sec_lineup .instructions .btn_tgl::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -16px;
      display: block;
      width: 32px;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background: #fff url(../images/icon_arrow.png) no-repeat center/50% auto;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    body.home .sec_lineup .instructions .btn_tgl.on::after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  body.home .sec_lineup .instructions .process {
    display: none;
    margin-top: 20px; }
    body.home .sec_lineup .instructions .process li {
      position: relative;
      counter-increment: num;
      padding-left: 50px;
      margin-bottom: 40px; }
      body.home .sec_lineup .instructions .process li:last-of-type {
        margin-bottom: 0; }
      body.home .sec_lineup .instructions .process li::before {
        content: counter(num);
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        aspect-ratio: 1 / 1;
        width: 33px;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: bold; }
    body.home .sec_lineup .instructions .process .explain {
      margin-bottom: 0px;
      font-weight: bold; }
    body.home .sec_lineup .instructions .process .caution {
      margin-top: 5px;
      color: #c1272d;
      line-height: 2.4rem;
      font-size: 1.4rem;
      font-weight: 500; }
body.home .sec_lineup .shop_list .catchphrase {
  margin-bottom: 25px; }
body.home .sec_lineup .shop_list ul {
  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;
  gap: 2%; }
body.home .sec_lineup .shop_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  border: 1px solid #4d4d4d;
  border-radius: 10px;
  margin-bottom: 2%; }
  body.home .sec_lineup .shop_list li.full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    body.home .sec_lineup .shop_list li.full a {
      padding: 20px; }
      body.home .sec_lineup .shop_list li.full a img {
        width: 60%; }
  body.home .sec_lineup .shop_list li img {
    width: 100%; }
body.home .sec_lineup .shop_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  body.home .sec_lineup .shop_list a:hover {
    opacity: 0.6; }
body.home .sec_faq {
  background: #ecf3ce; }
body.topics .page_navi {
  margin-bottom: 80px; }
body.topics .sec .inner {
  padding: 0 80px;
  margin-bottom: 80px; }
body.topics.detail .content_wrap {
  padding: 0 80px;
  margin-bottom: 80px; }
body.topics.detail .ttl_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  border-bottom: 3px solid #ecf3ce; }
  body.topics.detail .ttl_detail .txt {
    width: 100%;
    margin-bottom: 30px; }
  body.topics.detail .ttl_detail .date {
    padding: 10px 15px;
    margin-right: 25px;
    text-align: center;
    background: #ecf3ce;
    font-size: 1.8rem;
    font-weight: bold; }
  body.topics.detail .ttl_detail .type {
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold; }
body.topics.detail .content {
  font-weight: 500;
  line-height: 2.6rem; }
  body.topics.detail .content a {
    text-decoration: underline;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    body.topics.detail .content a:hover {
      opacity: 0.6; }
body.contact .page_navi {
  margin-bottom: 70px; }
  body.contact .page_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.contact .page_navi li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px; }
    body.contact .page_navi li:last-of-type {
      margin-bottom: 0; }
  body.contact .page_navi a {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 2.4rem; }
body.contact .form {
  padding: 0 80px;
  margin-bottom: 70px; }
body.contact form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
body.contact form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 15px 0;
  margin: 0 0 30px 0;
  font-size: 1.8rem;
  font-weight: 500;
  width: 25%;
  margin-right: 5%; }
  body.contact form dt span {
    display: inline-block;
    padding: 3px 8px 5px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #ed1c24;
    border: 1px solid #ed1c24; }
body.contact form dd {
  width: 70%;
  margin: 0 0 30px 0; }
body.contact form select,
body.contact form textarea,
body.contact form input[type="email"],
body.contact form input[type="url"],
body.contact form input[type="number"],
body.contact form input[type="text"] {
  width: 100%;
  padding: 15px;
  background: #ecf3ce;
  border-radius: 5px;
  border: none; }
body.contact form textarea {
  height: 10em; }
body.contact form .btn_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  body.contact form .btn_wrap input[type="submit"],
  body.contact form .btn_wrap button {
    width: 60%;
    padding: 20px;
    background: #5da34e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-size: 2rem;
    font-family: inherit;
    cursor: pointer; }
    body.contact form .btn_wrap input[type="submit"]:last-of-type,
    body.contact form .btn_wrap button:last-of-type {
      margin-bottom: 0; }
    body.contact form .btn_wrap input[type="submit"]:hover,
    body.contact form .btn_wrap button:hover {
      opacity: 0.6; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  html {
    font-size: 8px; }

  header {
    display: block; }

  footer .inner {
    padding: 30px 20px; }

  main {
    margin-top: 45px; }

  .gnavi {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 45px;
    width: 100%; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 90%;
      margin: 10px auto; }
    .gnavi li {
      border-bottom: 1px solid #fff; }
      .gnavi li:last-of-type {
        border: none; }
    .gnavi a {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 20px 0;
      text-align: left; }
      .gnavi a::after {
        display: none; }
    .gnavi .btn_close {
      display: block;
      width: 100%;
      padding: 20px;
      border: none;
      border-radius: 0;
      background: #a2d3af;
      color: #fff;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.8rem;
      text-align: center;
      font-family: inherit;
      cursor: pointer; }
      .gnavi .btn_close span {
        display: inline-block;
        padding-left: 30px;
        background: url(../images/icon_close.png) no-repeat center left/14px auto; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
              animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }

  @keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }
  .fukidashi_talk > li.t_right .talk::after {
    left: -20px; }
  .fukidashi_talk > li.t_left .talk::after {
    right: -20px; }
  .fukidashi_talk > li.icon_top .talk::after {
    top: 50px; }
  .fukidashi_talk > li.has_name .icon {
    top: 40px; }
  .fukidashi_talk .icon {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
    .fukidashi_talk .icon img {
      width: 100%; }
  .fukidashi_talk .talk {
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 20px; }
    .fukidashi_talk .talk::after {
      top: 50px;
      z-index: -1; }

  .sec > .inner {
    padding: 20px; }

  .main_ttl {
    margin-bottom: 30px; }
    .main_ttl .inner {
      padding: 20px; }
    .main_ttl .pic {
      width: 20%; }
      .main_ttl .pic img {
        width: 100%; }

  .ttl_sec {
    padding-bottom: 40px;
    margin-bottom: 30px;
    background: url(../images/separator_dot.png) no-repeat center bottom/80px auto; }

  .ttl_sub {
    min-height: 40px;
    padding-left: 15px;
    border-left: 23px solid #f7ab00; }

  .faq_list li {
    padding: 20px;
    margin-bottom: 15px; }
    .faq_list li:last-of-type {
      margin-bottom: 0; }
  .faq_list .q::after {
    width: 26px; }
  .faq_list .a {
    margin-top: 20px;
    padding: 10px 10px 0 10px; }

  .page_navi {
    padding: 0 15px; }

  .topics_list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .topics_list .date {
    margin-bottom: 10px; }

  body.home .sec_about > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.home .sec_about .ttl {
    margin-bottom: 0;
    text-align: center; }
  body.home .sec_about .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden; }
    body.home .sec_about .img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 70%;
      height: 100%; }
  body.home .sec_about .txt {
    width: 100%;
    padding: 0px 0; }
    body.home .sec_about .txt p {
      margin-left: 0; }
  body.home .sec_about .features {
    margin: 20px 0 20px 0px; }
  body.home .sec_importance {
    padding-bottom: 40px; }
    body.home .sec_importance .delegate {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px; }
      body.home .sec_importance .delegate .ttl {
        width: 100%;
        text-align: left; }
      body.home .sec_importance .delegate .img {
        width: 80%;
        margin-bottom: 20px; }
      body.home .sec_importance .delegate .txt {
        width: 100%; }
    body.home .sec_importance .round_up {
      margin-bottom: 50%; }
      body.home .sec_importance .round_up .fukidashi {
        padding: 20px; }
        body.home .sec_importance .round_up .fukidashi p {
          text-align: left; }
        body.home .sec_importance .round_up .fukidashi .st {
          text-align: center; }
      body.home .sec_importance .round_up .img {
        width: 30%;
        bottom: -120px; }
      body.home .sec_importance .round_up .img_1 {
        left: 0px; }
      body.home .sec_importance .round_up .img_2 {
        right: 0px; }
    body.home .sec_importance .case li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-bottom: 20px; }
      body.home .sec_importance .case li:last-of-type {
        margin-bottom: 0; }
    body.home .sec_importance .case .ttl {
      margin-bottom: 20px;
      font-size: 2.2rem;
      font-weight: bold;
      text-align: center; }
    body.home .sec_importance .case .img {
      width: 100%;
      margin-bottom: 20px; }
    body.home .sec_importance .case .txt {
      width: 100%; }
  body.home .sec_mechanism {
    padding-bottom: 40px; }
    body.home .sec_mechanism .img_1 {
      width: 60%; }
  body.home .sec_evidence {
    padding-bottom: 40px; }
    body.home .sec_evidence .ttl_sub {
      margin-bottom: 20px; }
  body.home .sec_lineup .item .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px; }
  body.home .sec_lineup .item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.home .sec_lineup .item .name.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px; }
  body.home .sec_lineup .item .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 20px; }
  body.home .sec_lineup .item .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  body.home .sec_lineup .instructions {
    width: 100%; }
    body.home .sec_lineup .instructions .btn_tgl {
      width: 100%; }
  body.home .sec_lineup .shop_list li.full a {
    padding: 15px; }
  body.home .sec_lineup .shop_list a {
    padding: 15px; }
  body.topics .page_navi {
    margin-bottom: 40px; }
    body.topics .page_navi li {
      padding: 15px 10px; }
  body.topics .sec .inner {
    padding: 0 15px;
    margin-bottom: 40px; }
  body.topics.detail .content_wrap {
    padding: 0 15px;
    margin-bottom: 40px; }
  body.topics.detail .ttl_detail {
    margin-bottom: 30px;
    padding-bottom: 15px; }
    body.topics.detail .ttl_detail .txt {
      margin-bottom: 15px; }
    body.topics.detail .ttl_detail .date {
      margin-right: 15px; }
  body.contact .form {
    padding: 0px 15px;
    margin-bottom: 30px; }
  body.contact form dt {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0; }
  body.contact form dd {
    width: 100%;
    margin-bottom: 30px; }
  body.contact form .btn_submit {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */