
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Noto Sans JP', sans-serif;
    color: #2b2b2b;
}

* {
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden;
}

.w_container {
    max-width: 1080px;
    margin:  0 auto;
}
.pc_none {
    display: none;
}
html{
    scroll-behavior: smooth;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto; /* 垂直方向のスクロールは許可 */
}
@media screen and (max-width: 800px) {
    .w_container {
        max-width: 92%;
    }
    .sp_none {
        display: none;
    }
    .pc_none {
        display: block;
    }
}


/* ここからヘッダー */
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #2b2b2b88;
    z-index: 999;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_inner a img {
    width: 80%;
    padding: 15px 0 15px 0;
    transition: all 0.3s;
}
.header_inner a img:hover {
    opacity: 0.7;
}
.header_contact_btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #00BD56;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s;
}
.header_contact_btn a:hover {
    opacity: 0.7;
}
.fa-angle-right {
    color: #fff;
}
@media screen and (max-width: 800px) {
    header {
        width: 100%;
        box-sizing: border-box;
    }
    .header_sp_inner a img {
        width: 150px;
        padding: 5px 0 5px 5px;
    }
    .header_sp_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 92%;
        box-sizing: border-box;
        padding: 8px 0;
    }
    .header_contact_btn a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        background-color: #00BD56;
        padding: 9px 35px;
        border-radius: 20px;
        font-size: 12px;
        transition: all 0.3s;
    }
}
/* ここまでヘッダー */


/* ここからファーストビュー */
.firstview {
    background-image: url(../img/fv_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 200px;
}
.firsview_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.firstview_left {
    text-align: center;
}
.fv_title_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fv_title_1 p {
    color: #fff;
    font-size: 35px;
}
.fv_title_1 p:last-child {
    margin-top: 25px;
}
.Line {
    width: 90px;
    height: auto
}
.logo {
    width: 300px;
}
.kanri {
    color: #06F26A;
    font-weight: bold;
    font-size: clamp(2.5rem, 2.1711rem + 1.4035vw, 3.75rem);
    text-shadow: #2b2b2b 1px 0 10px;
    margin-top: 50px;
}
.hitotsu {
    background-color: #fff;
    width: 100%;
    font-size: clamp(1.0625rem, 0.9474rem + 0.4912vw, 1.5rem);
    padding: 10px 25px;
    margin-top: 50px;
    font-weight: bold;
    color: #2b2b2b;
}
.firsview_right p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-shadow: #000 1px 0 10px;
}
.fa-mobile-screen-button {
    color: #00B900;
    display: inline-block;
    padding-right: 10px;
}
.demo_btn {
    text-align: center;
}
.demo_btn a {
    border: #00B900 3px solid;
    color: #00B900;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 70px;
    font-size: clamp(1rem, 0.9342rem + 0.2807vw, 1.25rem);
    border-radius: 30px;
    transition: 0.3s all;
}
a.btn_29 {
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a.btn_29:hover {
    color: #fff;
    background: #00B900;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.fa-mobile-screen-button:hover {
    color: #fff;
}
a.btn_29:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: light 0.5s 0s linear;
}
a.btn_29::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
@keyframes light {
    from {opacity: 0; left: 0%;}
    50% {opacity: 1;}
    to {opacity: 0;left: 100%;}
}
@media screen and (max-width: 800px) {
    .firstview {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .firsview_inner {
        display: block;
    }
    .fv_title_1 {
        justify-content: center;
    }
    .kanri {
        margin-top: 20px;
    }
    .hitotsu {
        width: 80%;
        margin: 20px auto 0 auto;
    }
    .firsview_right {
        text-align: center;
        margin-top: 80px;
    }
    .Line {
        width: 60px;
        height: auto
    }
    .logo {
        width: 200px;
    }
    .fv_title_1 p:last-child {
        margin-top: 10px;
    }
    iframe {
        max-width: 100%;
    }
}
/* ここまでファーストビュー */


/* ここからABOUT */
.title h2 {
    font-family: 'Jost', sans-serif;
    font-size: clamp(2.1875rem, 1.6941rem + 2.1053vw, 4.0625rem);
    font-weight: 400;
}
.title p span {
    color: #06F26A;
}


.About_title {
    text-align: center;
    padding-top: 10%;
}
.About_title h2 {
    color: #fff;
}
.About_title p {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 1%;
    color: #fff;
}
.About_title p img {
    width: 150px;
}
.About_talk {
    margin-top: 10%;
}
.About_talk img {
    width: 50px;
    margin-top: 3%;
}
.About_women {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-right: 250px;
    font-size: clamp(0.8125rem, 0.7467rem + 0.2807vw, 1.0625rem);
}
.About_women p {
    color: #2b2b2b;
    font-size: clamp(0.8125rem, 0.7467rem + 0.2807vw, 1.0625rem);
}
.About_man {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: 250px;
}
.About_man_arrow p span {
    color: #00BD56;
}
.About_man p {
    color: #2b2b2b;
    font-size: clamp(0.8125rem, 0.7467rem + 0.2807vw, 1.0625rem);
}
/* 吹き出し本体 - 普通の吹き出し */
.balloon1{
    position: relative;
    padding: 20px;
    background-color: #fff;
    height: 50%;
    border-radius: 10px;         /* 角丸を指定 */
  }
  /* 三角アイコン - 普通の吹き出し */
  .balloon1::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  /* 吹き出し本体 - 普通の吹き出し */
.balloon2 {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px; 
    height: 80%;        /* 角丸を指定 */
  }
  /* 三角アイコン - 普通の吹き出し */
  .balloon2::before{
    content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  }
  .About_wincle {
    margin-top: 15%;
    padding-bottom: 15%;
    display: flex;
    gap: 50px;
  }
  .About_wincle img {
    width: 55%;
  }
  .About_text_title {
    margin-top: 8%;
  }
  .About_text_title h3, .About_text_title p{
    color: #fff;
  }
  .About_text_title p {
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }
  .About_text_title h3 {
    display: flex;
    align-items: flex-end;
    font-size: clamp(1rem, 0.8026rem + 0.8421vw, 1.75rem);
    margin-bottom: 10%;
  }
  .About_text_title h3 img {
    width: 200px;
  }

  /* 背景を斜めにする */
  .content {
    overflow: hidden; /* はみ出た部分は表示しない */
  }
  .content01{
    position: relative;
    height: 1800px;
    width: 100%;
    background-color: #424242;
  }
  .content01::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-right: 50vw solid transparent;  /* 透明 */ 
    border-left: 50vw solid #747474;  /* むらさき */ 
    border-bottom: 60px solid #747474;  /* むらさき */ 
  }

  /* フェードイン */
  .fadein-x-left {
    opacity : 0;
    transform: translateX(-24px);
    transition: 1s;
  }
  .fadein-x-right {
    opacity : 0;
    transform: translateX(24px);
    transition: 1s;
  }

  @media screen and (max-width: 800px) {
    .About_women {
        gap: 20px;
        margin-right: 100px;
        margin-left: 10px;
    }
    .About_man {
        gap: 20px;
        margin: 20px 10px 40px 100px;
    }
    .About_wincle {
        display: block;
    }
    .About_text_title h3 {
        justify-content: center;
    }
    .About_text_title p {
        text-align: left;
    }
    .About_wincle img {
        width: 80%;
        margin-top: 40px;
    }
    .About_wincle {
        text-align: center;
    }
     /* 背景を斜めにする */
    .content {
        overflow: hidden; /* はみ出た部分は表示しない */
    }
    .content01{
        position: relative;
        height: 1350px;
        width: 100%;
        background-color: #424242;
    }
    .content01::after {
        content: '';
        display: block;
        position: absolute;
        left:0;
        bottom: 0;
        border-top: 30px solid transparent;  /* 透明 */ 
        border-right: 50vw solid transparent;  /* 透明 */ 
        border-left: 50vw solid #747474;  /* むらさき */ 
        border-bottom: 30px solid #747474;  /* むらさき */ 
    }
  }
/* ここまでABOUT */


/* ここからPOINT */
.Point {
    padding-top: 5%;
    padding-bottom: 10%;
    background-color: #747474;
}
.Point_title h2 {
    color: #fff;
    margin-bottom: 1%;
}
.Point_title p {
    color: #fff;
}
.title p {
    font-size: clamp(0.875rem, 0.7763rem + 0.4211vw, 1.25rem);
    margin-top: 20px;
}
.Point_box_area {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}
.Point_box {
    margin-top: 80px;
    background-color: #fff;
    width: 335px;
    position: relative;
}
.fadein {
    opacity : 0;
    transition : all 1s;
    }
    
    .fadein.active{
    opacity : 1;
    }
.Point_box h4 {
    position: absolute;
    font-family: 'Jost', sans-serif;
    font-size: 80px;
    color: #98EDBF;
    top: -60px;
    left: 25px;
}
.Point_box p {
    color: #2b2b2b;
    font-size: 15px;
}
.Point_box_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding: 25px 25px 0 25px;
}
.Point_box_title img {
    height: 80px;
}
.Point_box_title p {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: bold;
}
.Point_box_title p span {
    color: #00BD56;
}
.Point_text {
    padding: 25px;
}
.content02{
    position: relative;
    height: 1400px;
    width: 100%;
    background-color: #727272;
  }
  .content02::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 50vw solid transparent;  /* 透明 */ 
    border-right: 50vw solid #E9E9E9;  /* むらさき */ 
    border-bottom: 60px solid #E9E9E9;  /* むらさき */ 
  }
@media screen and (max-width: 800px)  {
    .Point_box_area {
        display: block;
    }
    .Point_box {
        margin: 80px auto;
    }
    .content02{
        position: relative;
        height: 1820px;
        width: 100%;
        background-color: #727272;
      }
      .content02::after {
        content: '';
        display: block;
        position: absolute;
        left:0;
        bottom: 0;
        border-top: 30px solid transparent;  /* 透明 */ 
        border-left: 50vw solid transparent;  /* 透明 */ 
        border-right: 50vw solid #E9E9E9;  /* むらさき */ 
        border-bottom: 30px solid #E9E9E9;  /* むらさき */ 
      }
}
/* ここまでPOINT */


/* ここからUTILIZATION */
.Utili {
    background-color: #E9E9E9; 
    padding-top: 10%;
    padding-bottom: 5%;
}
.Utili_title p {
    color: #2b2b2b;
}
.Utili_box {
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
}
.Utili_box_1 {
    width: 250px;
}
.Utili_box_1 h4 {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
.Utili_box_1 p {
    color: #2b2b2b;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
    .Utili_box {
        display: block;
    }
    .Utili_box_1 {
        margin: 45px auto;
    }
}
/* ここまでUTILIZATION */

/* ここからCOMPARE(比較) */
.Compare {
    padding-top: 10%;
    padding-bottom: 10%;
}
.Compare_title {
    margin-bottom: 60px;
}
.Compare_title p {
    color: #2b2b2b;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
}
.Compare_title p img {
    width: 200px;
    margin-right: 5px;
}
.hikakuhyo {
    width: 90%;
    margin: auto;
}
@media screen and (max-width: 800px) {
    /*===========
.scroll-box
===========*/
.Compare_title p img {
    width: 100px;
    padding-bottom: 3px;
}
.mobile-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-scroll div img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }
  
  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .mobile-scroll::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .mobile-scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .mobile-scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
/* ここまでCOMPARE(比較) */


/* ここからFLOW */
.Flow {
    background-color: #747474;
    padding-top: 10%;
    padding-bottom: 13%;
}
.Flow_title h2, .Flow_title p {
    color: #fff;
}
.flow_design05 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
  }
  
  .flow05 {
    padding-left: 0;
  }
  
  .flow05 > li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
  }
  
  .flow05 > li:not(:last-child) {
    padding-bottom: 10px;
  }
  
  .flow05 > li .icon05 {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #fff;
    color: #00BD56;
    position: absolute;
    left: 0;
    font-family: 'Noto Serif JP', serif;
  }
  
  .flow05 > li:not(:last-child)::before {
    content: '';
    background: #fff;
    width: 3px;
    height: 100%;
    position: absolute;
    top: calc(50% - -50px);
    left: 26px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  
  .flow05 > li dl dt {
    font-size: clamp(1.25rem, 1.1184rem + 0.5614vw, 1.75rem);
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    margin-left: 50px;
    margin-top: 50px;
  }
  
  .flow05 > li dl dd {
    margin-top: 15px;
    margin-left: 50px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: clamp(0.875rem, 0.7763rem + 0.4211vw, 1.25rem);
  }
  .Flow_btn {
    text-align: center;
    margin-top: 10%;
  }
  .Flow_btn a {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #00BD56;
    padding: 15px 75px;
    transition: all 0.3s;
  }
  .Flow_btn a:hover {
    opacity: 0.7;
  }
  @media screen and (max-width: 800px) {
    .flow05 > li:not(:last-child)::before {
        top: calc(50% - -40px);
        left: 18px;
      }
      .flow05 > li dl dt {
        margin-left: 30px;
        margin-top: 30px;
      }
      .flow05 > li dl dd {
        margin-left: 30px;
      }
  }
/* ここまでFLOW */


/* ここからVOICE */
.Voice {
    background-color: #E8E8E8;
    padding: 10% 0;
}
.Voice_title p {
    color: #2b2b2b;
}
.slider {
    margin-top: 10%;
}
.Voice_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background-color: #fff;
    border: #00BD56 solid 2px;
    padding: 60px 65px 65px 85px;
}
.Voice_1_left img{
    width: 120px;
    margin-bottom: 10px;
}
.Voice_1_left {
    text-align: center;
}
.Voice_1_left p {
    background-color: #00BD56;
    padding: 5px 5px;
    font-size: 13.5px;
    color: #fff;
}
.Voice_1_right h3 {
    color: #00BD56;
    margin-bottom: 20px;
    font-size: clamp(1.25rem, 1.1842rem + 0.2807vw, 1.5rem);
}
.Voice_1_right p {
    color: #2b2b2b;
    font-size: 16px;
}
/* スライダー */

  .slider {
    width: 95%;
    margin: 100px auto 10px;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }
  .mypattern .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.6;
  }
    .slick-prev,
    .slick-next
    {
        z-index: 100;
    }
.slide-arrow {
    background-color: #E8E8E8;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 100;
  }
  .prev-arrow {
    border-bottom: 15px solid  #E8E8E8;
    border-left: 0;
    border-right: 15px solid #00BD56;
    border-top: 15px solid  #E8E8E8;
    left:80px;
    z-index: 100;
  }
  .next-arrow {
    border-bottom: 15px solid  #E8E8E8;
    border-left: 15px solid #00BD56;
    border-right: 0;
    border-top: 15px solid  #E8E8E8;
    right: 80px;
    z-index: 100;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  @media screen and (max-width: 800px) {
    .Voice button {
        display: none;
    }
    .Voice_1 {
        display: block;
        padding: 25px;
    }
    .Voice_1_right h3 {
        margin-bottom: 20px;
        text-align: center;
    }
    .Voice_1_right p {
        font-size: 13.5px;
    }
    .Voice_1_left img{
        width: 120px;
        margin: 20px auto;
    }
    .Voice_1_left {
        margin-bottom: 20px;
    }
    .slide-arrow {
        display: none;
    }
    .prev-arrow {
        border-bottom: none;
        border-right: none;
        border-top: none;
      }
      .next-arrow {
       border-left:  none;
       border-bottom: none;
      }
  }
  /* ここまでVOICE */


  /* ここからFAQ */
  .Faq {
    background-color: #747474;
    padding: 10% 0;
  }
  .Faq_title h2, .Faq_title p {
    color: #fff;
  }
  .Faq_box_area {
    margin-top: 80px;
  }
  .Faq_box {
    background-color: #fff;
    margin-top: 40px;
    padding: 20px;
  }
  .Faq_box h5 {
    margin-bottom: 15px;
    font-size: clamp(1rem, 0.9671rem + 0.1404vw, 1.125rem);
  }
  .Faq_box h5 span {
    font-size: 23px;
    font-family: 'Noto Serif JP', serif;
    margin-right: 10px;
  }
  .Faq_box p {
    background-color: #00BD56;
    color: #fff;
    padding: 20px 30px;
    font-size: clamp(0.9375rem, 0.8882rem + 0.2105vw, 1.125rem);
  }
  /* ここまでFAQ */


  /* ここからCONTACT */
  .Contact {
    background: linear-gradient(180deg, #747474 0%, #747474 50%, #fff 50%, #fff 100%);
    }
    .Contact_title {
        width: 900px;
        margin: auto;
    }
    .Contact_title h2, .Contact_title p {
        color: #fff;
    }
    .Contact_area {
        background-color: #fff;
        width: 900px;
        margin: 60px auto;
        padding: 90px 70px;
        box-shadow: 0px 0px 15px -5px #777777;
    }
    
    .wpcf7-text, .wpcf7-textarea {
        border: #A3A3A3 solid 1px;
        background-color: #fff;
        width: 95%;
        margin: 12px 17px 28px 17px;
        padding: 8px;
    }
    .wpcf7-radio {
        margin: 12px 17px 28px 0px;
        display: inline-block;
    }
    .Contact_area p {
        margin-bottom: 10px;
        background-color: #f9f9f9;
        padding-top: 28px;
    }
    .Contact_area label {
        margin-left: 17px;
    }
    .screen-reader-response p {
        background-color: #fff;
    }
    .wpcf7-list-item-label {
        display: inline-block;
        margin-left: 10px;
    }
    .Contact_submit .wpcf7-submit {
        background-color: #00BD56;
        width: 200px;
        margin: 40px auto;
        text-align: center;
        padding: 13px 0;
        font-size: 16px;
        transition: all 0.3s;
        cursor: pointer;
        color: #fff;
    }
    .Contact_submit .wpcf7-submit:hover {
        opacity: 0.7;
    }
    .Contact_submit p {
        background-color: #fff;
    }
    @media screen and (max-width: 800px) {
        .Contact_area {
            max-width: 94%;
            margin: 60px auto;
            padding: 15px 25px;
        }
        .wpcf7-text, .wpcf7-textarea {
            width: 90%;
            margin: 12px 13px 20px 13px;
            padding: 8px;
        }
        .Contact_area p {
            padding-top: 15px;
        }
        .Contact {
            padding-top: 50px;
        }
        .wpcf7-list-item-label {
            font-size: 14px;
        }
    }

  /* ここまでCONTACT */

  /* ここからフッター */
footer {
    background-color: #555;
    padding-top: 8%;
    padding-bottom: 2%;
}
.footer_box img {
    width: 200px;
    transition: all 0.3s;
}
.footer_box img:hover {
    opacity: 0.7;
}
.footer_box {
    display: flex;
    justify-content: space-between;
}
.footer_box nav ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer_box nav ul li {
    list-style: none;
}
.footer_box nav ul a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}
.footer_box nav ul a:hover {
    color: #00BD56;
}
.footer_btn {
    text-align: right;
    margin-top: 45px;
    padding-bottom: 100px;
}
.footer_btn a {
    color: #fff;
    background-color: #00BD56;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.footer_btn a:hover {
    opacity: 0.7;
}
.copyright {
    text-align: center;
}
.copyright small {
    color: #fff;
    font-size: 13px;
}
@media screen and (max-width: 800px) {
    .footer_box {
        display: block;
        text-align: center;
    }
    .footer_box nav ul {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .footer_box nav ul li {
        margin-top: 10px;
    }
    .footer_btn {
        text-align: center;
        margin-top: 45px;
        padding-bottom: 50px;
    }
}
  /* ここまでフッター */


  /* 固定ページ */
  .firstview_page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* 固定ページここまで */

  /* 確認ページここから */
  .Contact_confirm_inner {
    max-width: 700px;
    margin: auto;
  }
  .Contact_confirm_inner label {
    font-weight: 600;
  }
  .Contact_confirm_inner p {
    margin-bottom: 15px;
    line-height: 1.8em;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 15px;
  }
  .Contact_confirm_inner p:nth-last-child(3), .Contact_confirm_inner p:nth-last-child(1) {
    border-bottom: none;
  }
  .Contact_confirm_text p {
    text-align: center;
    background-color: #747474;
    color: #fff;
    width: 70%;
    margin: 80px auto;
    padding: 20px 0;
    font-size: clamp(1rem, 0.9013rem + 0.4211vw, 1.375rem);
  }
  .Contact_submit {
    text-align: center;
  }
  .Contact_submit .wpcf7-previous {
    display: inline-block;
    border: #00BD56 solid 2px;
    width: 200px;
    margin: 10px auto;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .Contact_submit .wpcf7-previous:hover {
    opacity: 0.7;
  }
  div.wpcf7 .wpcf7-spinner {
    display: block;
  }
@media screen and (max-width: 800px) {
    .firstview_page {
        padding-top: 50px;
        padding-bottom: 50px;
      }
    .Contact_confirm_inner {
        max-width: 90%;
    }
    .Contact_confirm_text p {
        width: 100%;
        margin: 40px auto;
        padding: 20px 0;
      }
      .Contact_submit .wpcf7-submit {
        margin: 20px auto;
        padding: 13px 0;
    }
}
/* 確認ページここまで */

/* 完了ページここから */
.Contact_thanks_inner {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.Contact_thanks_inner img {
    width: 180px;
    margin-bottom: 20px;
}
.Contact_thanks_text h2 {
    font-size: clamp(1.4375rem, 1.2401rem + 0.8421vw, 2.1875rem);
    font-weight: 500;
    margin-bottom: 30px;
}
.Contact_thanks_text p {
    margin-bottom: 10px;
}
.Contact_thanks_btn {
    text-align: center;
    margin-top: 55px;
}
.Contact_thanks_btn a {
    background-color: #00BD56;
    color: #fff;
    font-size: 16px;
    padding: 15px 35px;
    transition: all 0.3s;
}
.Contact_thanks_btn a:hover {
    opacity: 0.7;
}
/* 完了ページここまで */