@charset "utf-8";

html,body{
    width: 100%;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.07em;
    color: #1e1e1e;
    font-family: "Sawarabi Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    position: relative;
    z-index: auto;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
b, strong, .bold{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
}
.mincho {
    font-family: "Sawarabi Mincho","游明朝体", YuMincho, "游明朝", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7;
}
a:not(.blockl) {
    -webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
    -o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
    transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
    color: #4C4C4C;
}
a:hover {
    text-decoration: none;
}
a.a_reverse,
.a_reverse a {
    text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
    text-decoration: underline;
}

a {
    text-decoration:none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
_:-ms-lang(x)::-ms-backdrop, a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
a[href]:not(.btn):hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tellink{
    cursor: default;
    pointer-events: none;
}
p{
    font-size: 1.6rem;
word-wrap: break-word; /* IE11用 */
    overflow-wrap: break-word;
}
label {
    cursor: pointer;
}
input, select, textarea, button {
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}
iframe {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.svg_box {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.svg_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.blockl{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* a.blockl:hover{
    background-color: rgba(255,255,255,0.6);
} */
.p_blockl:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.col_red{
    color: #E41414;
}
.ggmap{
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    /* margin-top: 1%; */
}
.ggmap iframe,
.ggmap object,
.ggmap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fadein {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(2rem) scale(1);
          transform: translateY(2rem) scale(1);
  transition: all 3.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
            transition: all 3.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    iframe {
        max-width: 100%;
        height: 200px;
    }
    p{
        font-size: 1.5rem;
    }
    .tellink{
        pointer-events: auto;
    }
    .ggmap{
        padding-bottom: 59.26%;
    }
    a[href]:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    img.sp, span.sp, br.sp, em.sp, strong.sp {
        display: inline !important;
    }
}
@media screen and (max-width: 370px) {
    .sps {
        display: block !important;
    }
    img.sps, spsan.sps, br.sps, em.sps, strong.sps {
        display: inline !important;
    }
}


/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
    .sp_mincho {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    }
}

/* font-size
============================================================================================================ */
.fz_s {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.fz_m {
}
.fz_l {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}
.fz_ll {
}
.nakaguro{
    letter-spacing: -0.1em;
}

@media screen and (max-width: 768px) {
    .fz_s {
        font-size: 1.1rem;
    }
    .fz_l {
        font-size: 1.5rem;
    }
}


/* w
============================================================================================================ */

.w {
    position: relative;
    display: block;
    width: 1000px;
    margin: 0 auto;
}
.w2 {
    position: relative;
    display: block;
    width: 814px;
    margin: 0 auto;
}
.w3 {
    position: relative;
    display: block;
    width: 800px;
    margin: 0 auto;
}
.w4 {
    position: relative;
    display: block;
    width: 760px;
    margin: 0 auto;
}
.w5{
    width: 885px;
    margin: 0 auto;
}
.mw {
    min-width: 1000px;
}
/*.w:after,
.mw:after {
    content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}*/
@media screen and (max-width: 1040px) {
    .w,.w2 {
        width: 100%;
        padding: 0 4.67%;
    }
    .section .w,
    .section .w2{
        padding: 0;
    }
    .mw {
        min-width: 100%;
    }
    .w5{
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 800px) {
    .w3 {
        width: 100%;
        padding: 0 5%;
    }
}
@media screen and (max-width: 768px) {
    .w4 {
        width: 100%;
        padding: 0 5%;
    }
    .mw {
        min-width: 0;
    }
}

/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
    position: relative;
    display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
    z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
    background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
    a.hv_wh:after,
    button.hv_wh:after,
    a .hv_wh:after,
    .hv_wh a:after {
        content: none;
    }
}

/* ヘッダー
============================================================================================================ */
.body_fixed {
    position: fixed;
    left: 0; /* 左右を開けるのであれば 7px */
    right: 0;
    width: 100%;
    height: 100%;
}
#header {
    margin: 0 auto;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 4;
    background-color: #ffffff;
}
.header__wrapper{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}
.header__logo{
    width: 132px;
    padding: 0;
    -webkit-transition: padding 0.3s,width 0.3s;
    -o-transition: padding 0.3s,width 0.3s;
    transition: padding 0.3s,width 0.3s;
}
_:-ms-lang(x)::-ms-backdrop, .header_l .logo {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.header__logo .svg_box{
    padding-top: 18.94%;
}
.header_right{
    margin-left: auto;
    display: flex;
}
.header_right__item{
    width: 58px;
    height: 58px;
    display: block;
    position: relative;
    border: 1px solid #fff;
    padding: 15px;
}
.header_right__item--language{
    padding: 12px 8px 8px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #header {
        margin-top: 0;
        width: 100%;
        height: 58px;
        top: 0;
        background-color: #ffffff;
    }
    .header__wrapper{
        width: 100%;
        align-items: center;
    }
    .header_right__item{
        width: 60px;
        height: 60px;
        border: none;
        background-color: #231815;
    }
    .header_right__item:hover{
        background-color: #231815;
    }
    .header_right__item:nth-of-type(-n+4){
        display: none;
    }
    .header__logo{
        width: 36%;
        margin-top: 0;
        margin-left: 4.8%;
    }
    .header_right{
        width: 16%;
        height: 100%;
        margin-right: 0;
        background-color: #73BB71;
        position: relative;
    }
}
/* nav
------------------------------------------------------------- */

.mainmenu{
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    display: flex;
}
_:-ms-lang(x)::-ms-backdrop, .mainmenu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.mainmenu__item {
    display: flex;
    align-items: center;
}

li.mainmenu__item img {
    width: 30px;
}
.mainmenu__item:not(:nth-of-type(2)){
    margin-left: 20px;
}
.mainmenu__item:first-of-type{
    display: none;
}
.mainmenu__link{
    display: block;
    font-size: 1.3rem;
    position: relative;
    color: #000;
    font-weight: normal;
}
.mainmenu__midashi{
    display: none;
}
.mainmenu__link{
    font-size: 1.4rem;
    display: block;
    position: relative;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
.mainmenu__link:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}
.mainmenu__link:hover::after,
.mainmenu__link.current::after{
    transform: scaleX(1);
}
.sp_contact{
    display: none;
}
.navToggle{
    display: none;
}
.mainmenu__item{
    padding-bottom: 0;
    margin-bottom: 0;
}
a.mainmenu__link{
    text-align: left;
    line-height: 1.2;
    font-size: 1.5rem;
    color: #4C4A4A;
}
/*.mainmenu li:not(:nth-of-type(1)) a::before{
    content: none;
}
.mainmenu li a::after{
    content: none;
}*/

.childmenu{
    display: none;
}
.mainmenu__item:nth-of-type(5) .childmenu{
    display: block;
}
.grandchildmenu{
    display: none;
}
.childmenu{
    margin-top: 5px;
}
.childmenu__item{
    display: block;
}
a.childmenu__link{
    color: #fff;
    font-size: 1.3rem;
    position: relative;
    display: block;
    padding-left: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
a.childmenu__link::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}
.nav__box__cotact__catch,
.nav__box__cotact__tel_btn,
.mainmenu__item__refrom{
    display: none;
}

@media screen and (max-width: 768px) {
    nav{
        padding: 0;
        position: fixed;
        left: 0;
        top: 58px;
        width: 100%;
        height: calc(100% - 58px);
        transform: scaleY(0);
        transform-origin: right top;
        -webkit-transition: transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
    }
    nav{
        z-index: 2;
    }
    nav.active {
        transform: scaleY(1);
    }
    .navToggle {
        display: block;
        position: absolute;
        right: 17px;
        top: 18px;
        width: 25px;
        height: 24px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
    }
    .navToggle span {
        display: block;
        position: absolute;    /* .navToggleに対して */
        right: 0;
        width: 100%;
        border-bottom: solid 2px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    .navToggle span:nth-child(1) {
        top: 0px;
    }
    .navToggle span:nth-child(2) {
        top: 10px;
    }
    .navToggle span:nth-child(3) {
        top: 20px;
    }
        /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 7px;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2){
        display: none;
    }
    .navToggle.active span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav__box{
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mainmenu{
        display: block;
    }
    .mainmenu__item{
        width: 100%;
        position: relative;
        margin-left: 0;
        background-color: #e6e6e6;
        border-bottom: 1px solid #fff;
        display: block;        
    }
    .mainmenu__item:first-of-type{
        border-top: 1px solid #fff;
        display: block;
    }
    .mainmenu__item:not(:nth-of-type(2)){
        margin-left: 0;
    }
    .mainmenu__item:nth-of-type(n+5){
        margin-top: 0;
    }
    a.mainmenu__link{
        display: block;
        font-size: 1.3rem;
        padding: 10px 15px;
        height: 42px;
        display: flex;
        align-items: center;
        position: relative;
        /* background-color: rgba(0,0,0,0.85);
        border-bottom: 1px solid #797473; */
    }
    .mainmenu__item:nth-of-type(2n) a.mainmenu__link{
        /* border-left: 1px solid #797473; */
    }
    .mainmenu__item__refrom{
        display: block;
        background-image: url(../images/bg_sp_reform.jpg);
        background-size: cover;
        padding: 15px 0;
    }
    .mainmenu__item__refrom__text{
        font-size: 1.3rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
        color: #ffffff;
    }
    .mainmenu__item__refrom__icon{
        width: 79.733%;
        margin: 10px auto 0;
    }
    .mainmenu__item__refrom__icon .svg_box {
        padding-top: 20.29%;
    }
    .mainmenu__item__refrom a.btn{
        margin-top: 15px;
    }
    .mainmenu__item--spnone{
        display: none;
    }
    .childmenu{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0;
        opacity: 0;
        transition: all 0.3s;
        max-height: 0;
    }
    .mainmenu__item:nth-of-type(5) .childmenu{
        display: flex;
    }
    .parentmenu{
        position: relative;
    }
    .parentmenu::after{
        content: "";
        width: 4px;
        height: 4px;
        border: 1px solid;
        border-color: transparent transparent #fff #fff;
        transform: rotate(-45deg);
        position: absolute;
        right: 15px;
        top: 18px;
    }
    .parentmenu.active::after{
        border-color: #fff #fff transparent transparent;
    }
    .parentmenu.active .childmenu{
        max-height: 120px;
        opacity: 1;
        transition: all 0.5s;
    }
    .childmenu__item{
        width: 33.333%;
        position: relative;
    }
    .childmenu__item.childmenu__item--2clm{
        width: 50%;
    }
    a.childmenu__link{
        color: #4C4A4A;
        display: block;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.2;
        background-color: #D8D8D7;
        padding: 10px 15px;
        height: 42px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .childmenu__item:not(:nth-of-type(3n+1)) a.childmenu__link{
        border-left: 1px solid #fff;
    }
    a.childmenu__link::before{
        content: none;
    }
    .grandchildmenu{
        display: flex;
        flex-wrap: wrap;
        width: 100vw;
        transition: all 0.6s;
        opacity: 0;
        max-height: 0;
    }
    .parentmenu2{
        position: relative;
    }
    .parentmenu2::after{
        content: "";
        width: 4px;
        height: 4px;
        border: 1px solid;
        border-color: transparent transparent #fff #fff;
        transform: rotate(-45deg);
        position: absolute;
        right: 15px;
        top: 18px;
    }
    .parentmenu2.active2::after{
        border-color: #fff #fff transparent transparent;
    }
    .parentmenu2.active2 .grandchildmenu{
        max-height: 120px;
        opacity: 1;
        transition: all 1.2s;
        position: relative;
    }
    .grandchildmenu__item{
        width: 33.333%;
        position: relative;
    }
    a.grandchildmenu__link{
        color: #fff;
        display: block;
        font-size: 1.3rem;
        line-height: 1.2;
        background-color: rgba(77,77,77,0.85);
        padding: 10px 14px;
        height: 40px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #797473;
    }
    .grandchildmenu__item:not(:nth-of-type(3n+1)) a.grandchildmenu__link{
        border-left: 1px solid #797473;
    }
    .nav__box__cotact__catch,
    .nav__box__cotact__tel_btn{
        display: block;
    }
    .nav__box__cotact__catch{
        text-align: center;
        background-color: #ffffff;
        color: #73bb71;
        font-size: 1.5rem;
        padding: 10px 0;
        position: relative;
        border-top: 1px solid #73BB71;
    }
    .nav__box__cotact__catch::after{
        content: "";
        width: 36px;
        height: 7px;
        position: absolute;
        left: calc(50% - 18px);
        bottom: -7px;
        background:
          linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/50% 100%,
          linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
    }
    .nav__box__cotact__catch p{
        font-size: 1.5rem;
    }
    .nav__box__cotact__tel_btn{
        background-color: #73bb71;
        padding: 20px 30px 20px;
    }
    .nav__box__cotact__tel{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .nav__box__cotact__tel__icon{
        width: 10.53%;
        margin-right: 15px;
    }
    .nav__box__cotact__tel__icon .svg_box{
        padding-top: 65.22%;
    }
    .nav__box__cotact__tel a.telnumber{
        font-family: brandon-grotesque, sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 4rem;
        color: #ffe100;
        line-height: 1;
    }
    .nav__box__cotact__tel .teltime{
        width: auto;
        margin: 8px 0 0;
        border: none;
        display: flex;
    }
    .nav__box__cotact__tel .teltime p{
        text-align: center;
        color: #ffe100;
        font-size: 1.3rem;
    }
    .nav__box__cotact__tel .teltime p:first-of-type{
        border-bottom: none;
    }
    .nav__box__cotact__btn__text{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    .nav__box__cotact__btn__text__item{
        width: 32.35%;
    }
    .nav__box__cotact__btn__text__item__text{
        text-align: center;
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
    .nav__box__cotact__btn__text__item .btn{
        width: 100%;
    }
    .nav__box__cotact__btn__text__item .btn::before{
        content: none;
    }
    .nav__box__cotact__btn{
        display: flex;
        justify-content: space-between;
    }
    .nav__box__cotact__btn__item{
        width: 32.35%;
    }
    .nav__box__cotact__btn__item__text{
        text-align: center;
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
    .nav__box__cotact__btn__item .btn{
        width: 100%;
        margin-top: 0;
    }
    .nav__box__cotact__btn__item .btn::before{
        content: none;
    }
    .header__sns_sp .mainmenu__item {
        background: none;
    }
    .header__sns_sp{
        width: 30%;
        margin-left: auto;
    }
    .header__sns_sp .mainmenu{
        display: flex;
        margin-left: auto;
        justify-content: end;
    }
    .header__sns_sp a.mainmenu__link{
        padding: 0px;
        justify-content: center;
    }
    .header_right{
        margin-left: 0px;
    }
}
/* コンテナ
============================================================================================================ */
#container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 130px;
    position: relative;
    font-size: 1.6rem;
    z-index: auto;
    overflow: hidden;
}
.underlayer #container{
    /* margin-top: 58px; */
}
@media screen and (max-width: 1040px) {
    .wrapper {
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 768px) {
    #container {
        font-size: 1.5rem;
        padding: 0;
        z-index: 0;
        width: 100%;
        margin-left: 0;
        margin-top: 58px;
    }

}


/* ===================================================================================================================

コンテンツ

=================================================================================================================== */
/*fix*/
.slide_btn_fix{
    position:fixed;
    right: 0;
        top: 50px;
    
        z-index: 100;
}



.slide__btn{
    width: 197px;
    height: 60px;
    background-color: #E587AC;
    position: absolute;
    top: 96px;
    right: 0;
    display: flex;
    align-items: center;
    transform: translateX(140px);
    transition: all 0.6s;
    z-index: 3;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 0 3px #999;
    padding: 10px 10px 10px 12px;
}
.slide__btn.active {
    transform: translateX(0px);
}
.slide__btn__toggle{
    color: #fff;
    display: block;
    width: 45px;
    cursor: pointer;
    padding-right: 10px;
}
.slide__btn__toggle .svg_box{
    padding-top: 81.4%;
}
.slide__btn__cont{
    position: relative;
    display: flex;
    align-items: center;
}
.slide__btn__text{
    font-size: 1.3rem;
    color: #ffffff;
}
.slide__btn--2{
    background-color: #FFAD2E;
    top: 168px;
}
.slide__btn--3{
    background-color: #73BB71;
    top: 238px;
}
.section_midashi1{
    width: 430px;
    margin: 0 auto;
    background-color: #4C4A4A;
    color: #ffffff;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: 3.2rem;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
}

.section_midashi2 {
    width: 100%;
    margin: 0 auto;
    color: #73b871;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: 3.2rem;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
}
.section_midashi1 span{
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    text-indent: -0.025em;
    display: block;
    margin-top: 10px;
}
.section_midashi2 span{
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    text-indent: -0.025em;
    margin-top: 10px;
}
.catch + .module1__text{
    margin-top: 30px;
}
.section_midashi2{
    font-size: 3.0rem;
    color: #73bb71;
    line-height: 1.2;
}
.section_midashi2--white{
    color: #ffffff;
}
.section_midashi3{
    font-weight: bold;
}
.section_midashi2 + .section_midashi3{
    margin-top: 20px;
}
.catch{
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    text-align: center;
    padding-top: 25px;
}
.catch2{
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    padding-top: 25px;
}
.breadcrumb{
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    position: relative;
}
.breadcrumb__item,
.breadcrumb__item a{
    font-size: 1.2rem;
    position: relative;
    color: #7F7169;
}
.breadcrumb__item:not(:first-of-type){
    margin-left: 15px;
}
.breadcrumb__item:not(:first-of-type)::before{
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.5) transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    left: -13px;
    top: calc(50% - 3px);
}
.pagetitle{
    height: 240px;
    background-color: #73bb71;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/pagetitle_bg.svg);
    background-size: 285px 267px;
    background-position: right 10.7% top 10px;
}
.pagetitle__text{
    font-size: 3.4rem;
    font-weight: normal;
    text-align: center;
}
.pager__prev_next{
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}
a.pager__prev{
    position: relative;
    padding-left: 20px;
    color: #7f7169;
}
.pager__prev::before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color:  transparent transparent #7F7169 #7F7169;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
a.pager__next{
    margin-left: auto;
    position: relative;
    padding-right: 20px;
    color: #7f7169;
}
.pager__next::before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #7F7169 #7F7169 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.pager__prev_next__day{
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pager__prev_next__day + a.pager__next{
    margin-left: 0;
}
.foot_cotact__catch{
    text-align: center;
    color: #73bb71;
    font-size: 2.6rem;
    padding: 10px 0;
    position: relative;
}
.foot_cotact__catch::after{
    content: "";
    width: 54px;
    height: 12px;
    position: absolute;
    left: calc(50% - 27.5px);
    bottom: -12px;
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
}
.foot_cotact__catch p{
    font-size: 2.6rem;
}
.foot_cotact__tel_btn{
    background-color: #73bb71;
    padding: 35px 0 30px;
}
.foot_cotact__tel{
    display: flex;
    align-items: center;
}
.foot_cotact__tel__icon{
    width: 6.8%;
    margin-right: 15px;
}
.foot_cotact__tel__icon .svg_box{
    padding-top: 65.22%;
}
a.telnumber{
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 8.1rem;
    color: #ffe100;
    line-height: 1;
}
.teltime{
    width: 20.76%;
    border: 1px solid #ffe100;
    border-radius: 4px;
    margin-left: auto;
}
.teltime p{
    text-align: center;
    color: #ffe100;
}
.teltime p:first-of-type{
    border-bottom: 1px dashed #ffe100;
}
.foot_cotact__btn{
    margin-top: 5px;
}
.foot_cotact__cotact__btn__text{
    display: flex;
    justify-content: space-between;
}
.foot_cotact__cotact__btn__text__item{
    width: 31.7%;
}
.foot_cotact__cotact__btn__text__item__text{
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}
.foot_cotact__cotact__btn{
    display: flex;
    justify-content: space-between;
}
.foot_cotact__cotact__btn__item{
    width: 31.7%;
}
.foot_cotact__cotact__btn__item a.btn{
    width: 100%;
}
.foot_shop__list{
    display: flex;
    margin-top: 25px;
}
.foot_shop__item{
    position: relative;
    width: 30.3%;
}
.foot_shop__item:not(:first-of-type){
    margin-left: 4.933%;
}
.foot_shop__item__image{
    position: relative;
}
.foot_shop__item__image:before{
    content: "";
    display: block;
    padding-top: 62.91%;
}
.foot_shop__item__image img{
    border-radius: 6px;
}
.foot_shop__item__tag{
    display: block;
    background-color: #73bb71;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 0 10px;
    margin-top: 30px;
    display: block;
}
.foot_shop__item__text{
    margin-top: 10px;
}
.foot_shop__item__tel{
    display: flex;
    margin-top: 10px;
}
.foot_shop__item__tel__midashi{
    color: #73bb71;
    border: 1px solid #73bb71;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 0 5px;
}
.foot_shop__item__tel__number{
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    margin-left: 10px;
}
@media screen and (max-width: 1040px) {
    .pagetitle{
        height: auto;
        padding-top: 6%;
        padding-bottom: 9.33%;
        background-size: 38% auto;
        background-position: right -5.6% bottom 12.02%;
    }
    .pagetitle__text{
        font-size: 2.6rem;
    }
    .slide__btn{
        display: none;
    }
    .breadcrumb{
        width: 100%;
        padding: 5px 4%;
        position: relative;
    }
    .breadcrumb__item,
    .breadcrumb__item a{
        font-size: 1.0rem;
    }
    .breadcrumb__item:not(:first-of-type)::before {
        content: "";
        width: 5px;
        height: 5px;
        left: -12px;
        top: calc(50% - 4px);
    }
    .article__midashi1{
        font-size: 2.2rem;
        padding-left: 5%;
        margin-bottom: 5%;
    }
    .article__midashi1 span{
        font-size: 1.4rem;
    }
    .section_midashi2{
        font-size: 2.6rem;
    }
    .article__text + .article__midashi2{
        margin-top: 7%;
    }
    .news__midashi{
        font-size: 1.8rem;
        margin-top: 5px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .catch{
        margin-top: 7.41%;
        text-align: center;
        font-size: 1.8rem;
        padding-top: 0;
    }
    .catch--spmt0{
        margin-top: 0;
        text-align-last: left;
    }
    .catch2{
        padding-top: 0;
    }
    .section_midashi2 + .catch2{
        padding-top: 25px;
    }
    .pager__prev_next{
        margin-top: 0;
    }
    .pager__prev_next__day{
        font-size: 1.2rem
    }
    a.pager__prev,a.pager__next{
        font-size: 1rem;
    }
    .section + .section.foot_cotact{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        border-top: 1px solid #73bb71;
    }
    .foot_cotact__catch{
        padding: 5px 0;
    }
    .foot_cotact__catch p{
        font-size: 1.5rem;
    }
    .foot_cotact__tel_btn{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .foot_cotact__tel{
        flex-wrap: wrap;
        margin-left: 15px;
    }
    .foot_cotact__tel__icon{
        width: 34px;
    }
    a.telnumber{
        font-size: 4rem;
    }
    .teltime{
        width: 100%;
        border: none;
        display: flex;
        margin-left: 49px;
    }
    .teltime p{
        font-size: 1.3rem;
    }
    .teltime p:first-of-type{
        border-bottom: none;
    }
    .foot_cotact__cotact__btn__text{
        align-items: center;
    }
    .foot_cotact__cotact__btn__text__item__text{
        font-size: 1.3rem;
    }
    .foot_cotact__btn__item{
        width: 30.96%;
    }
    .foot_cotact__btn__item__text{
        font-size: 1.3rem;
    }
    .foot_cotact__btn a.btn{
        width: 100%;
        margin-top: 5px;
    }
    .foot_cotact__btn a.btn::before{
        content: none;
    }
    .section.foot_shop{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .section_midashi1{
        width: 100%;
        font-size: 2.5rem;
    }
    .section_midashi1 span{
        font-size: 1.3rem;
    }
}

/* footer
============================================================================================================ */
footer{
    width: 100%;
    background-color: #E7DED2;
    position: relative;
    z-index: 1;
    padding-top: 25px;
}
.footer__totop_box{
    position: relative;
}
.footer__totop{
    position: absolute;
    left: calc(50% - 38px);
    top: -85px;
    width: 76px;
    height: 33px;
}
.footer__totop .svg_box{
    padding-top: 43.42%;
}
.footer__upper__wrap{
    display: flex;
    align-items: center;
}
.footer__upper__logo{
    width: 14.8%;
}
.footer__upper__logo .svg_box{
    padding-top: 18.94%;
}
.footer__upper__logo .svg_box img{
    mix-blend-mode: multiply;
}
.footer__upper__text{
    margin-left: 20px;
}
.footer__upper__text p{
    font-size: 1.4rem;
}
.footer__under{
    margin-top: 20px;
}
.footer__under__wrap{
    border-top: 1px solid #4C4A4A;
    padding-top: 20px;
    display: flex;
}
.footer__nav{
    display: flex;
    flex-wrap: wrap;
}
.footer__nav:not(:first-of-type) {
    margin-left: 6%;
}
.footer__nav__item{
    position: relative;
}
.footer__nav__item a{
    font-size: 1.4rem;
    color: #4C4A4A;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
.footer__nav--child{
    margin-top: 15px;
}
.footer__nav__item--child{
    margin-top: 5px;
}
.footer__nav__item + .footer__nav__item--child{
    margin-top: 15px;
}
.footer__nav__item--child a{
    font-size: 1.4rem;
    ccolor: #4C4A4A;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    padding-left: 15px;
}
.footer__nav__item--child a::before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #4C4A4A #4C4A4A transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
.footer__under__wrap2{
    margin-top: 25px;
    margin-bottom: 30px;
}
.footer__nav2{
    display: flex;
}
.footer__nav2__item a{
    font-size: 1.4rem;
    color: #4C4A4A;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
.footer__nav2__item:nth-of-type(2){
    margin-left: 181px;
}
.footer__nav2__item:nth-of-type(3){
    margin-left: 120px;
}
.footer__nav2__item:nth-of-type(4){
    margin-left: auto;
    width: 30px;
}
.footer__nav2__item:nth-of-type(5){
    width: 30px;
    margin-left: 20px;
}
.footer__under__wrap3{
    background-color: #4c4a4a;
    padding: 5px 0;
}
.copyright{
    margin-top: 15px;
}
.copyright p{
    color: #fff;
    text-align: right;
    font-size: 1.2rem;
}
.footer__sp__logo,
.footer__spbottom{
    display: none;
}
@media screen and (max-width: 1040px) {
    footer{
        background-color: #ffffff;
        padding-top: 0;
        padding-bottom: 72px;
    }
    .footer__totop_box,
    .footer__upper,
    .footer__under__wrap,
    .footer__under__wrap2{
        display: none;
    }
    .footer__under__wrap3{
        margin-top: 0;
        background-color: #ffffff;
        padding: 15px 0;
    }
    .footer__sp__logo{
        display: block;
        width: 36.53%;
        margin: 0 auto;
    }
    .footer__sp__logo .svg_box {
        padding-top: 18.94%;
    }
    .footer__under{
        margin-top: 0;
    }
    .copyright{
        margin-top: 10px;
    }
    .copyright p{
        color: #4c4a4a;
        text-align: center;
        font-size: 1rem;
    }
    .footer__spbottom{
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 72px;
    }
    .footer__spbottom__item{
        width: 33.333%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #e587ac;
        position: relative;
    }
    .footer__spbottom__item:nth-of-type(2){
        background-color: #ffad2e;
    }
    .footer__spbottom__item:nth-of-type(3){
        background-color: #73BB71;
    }
    .footer__spbottom__item .svg_box{
        width: 20%;
        padding-top: 16.4%;
    }
    .footer__spbottom__item:nth-of-type(2) .svg_box{
        width: 15.6%;
        padding-top: 19.2%;
    }
    .footer__spbottom__item:nth-of-type(3) .svg_box{
        width: 15.2%;
        padding-top: 19.2%;
    }
    .footer__spbottom__item p{
        color: #ffffff;
        font-size: 1.3rem;
        margin-top: 7px;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 414px) {
}


/* ===================================================================================================================

モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.section + .section{
    padding-top: 0;
}
.section + .section:last-of-type{
    padding-bottom: 0;
}
.section + .section--bg_green{
    background-color: #73BB71;
    padding-top: 60px;
    padding-bottom: 110px;
}
.section + .section--bg_beige{
    background-color: #E7DED2;
}
.underlayer .section{
    padding-top: 40px;
    padding-bottom: 60px;
}
.underlayer .section + .section{
    padding-top: 0;
}
.underlayer .section--bg_beige + .section{
    padding-top: 40px;
}
.underlayer .section + .section.section--pt60{
    padding-top: 60px;
}
.underlayer .section + .section.section--pt130{
    padding-top: 130px;
}
.underlayer .section + .section.section--pb100{
    padding-bottom: 100px;
}
.section.section--mt30pt30{
    margin-top: 30px;
    padding-top: 30px;
}
.section.section--mt0pt20pb0{
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0;
    background-color: #ffffff;
}
.underlayer .section + .section.section--mt30pt30{
    padding-top: 30px;
}
/*.section + .section,
.section-border + .section,
.section_s + .section {
    margin-top: 40px;
}*/

@media screen and (max-width: 1040px) {
    .section {
        padding: 11.33% 4.67% 11.33%;
    }
    .section:last-of-type{
        padding-bottom: 20%;
    }
    .section + .section--bg_green{
        padding-top: 9.33%;
        padding-bottom: 9.33%;
        padding-left: 5.33%;
        padding-right: 5.33%;
    }
    .section + .linkbanner{
        margin-top: 6%;
    }
    .underlayer .section{
        padding-top: 12% ;
        padding-bottom: 9.33%;
    }
    .section.section--pt30{
        padding-top: 0;
    }
    .section.section--mt30pt30{
        margin-top: 0;
        padding-top: 6%;
    }
    .underlayer .section + .section.section--pt130{
        padding-top: 9.33%;
    }
    .underlayer .section + .section.section--pb100{
        padding-bottom: 9.33%;
    }
    .underlayer .section + .section.section--pt60{
        padding-top: 9.33%;
    }
}

@media screen and (max-width: 768px) {
    /*.section + .section {
        margin-top: 30px;
    }*/
}

/* btn
============================================================================================================ */
a.btn,
button.btn{
    display: block;
    width: 323px;
 /*   height: 38px;*/
       height: 45px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.33;
    background: #73BB71;
    position: relative;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    border-radius: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
a.btn::after,
button.btn::after{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
a.btn:hover,
button.btn:hover{
    background-color: #B3B3B3;
    color: #fff;
}
/* a.btn::before,
button.btn::before{
    content: "";
    width: 28px;
    height: 7px;
    background-image: url(../images/arrow_btn.svg);
    position: absolute;
    right: -28px;
    top: calc(50% - 3.5px);
} */
a.btn--white,
button.btn.btn--white{
    background-color: #ffffff;
    color: #73bb71;
}
a.btn--white::after,
button.btn--white::after{
    border-color: #73bb71 #73bb71 transparent transparent;
}
a.btn--white:hover,
button.btn.btn--white:hover{
    background-color: #73BB71;
    color: #fff;
}
a.btn--white:hover::after,
button.btn--white:hover::after{
    border-color: #fff #fff transparent transparent;
}
a.btn--white.btn--white2:hover,
button.btn.btn--white.btn--white2:hover{
    background-color: #FFE100;
    color: #73BB71;
}
/* a.btn--white::before{
    background-image: url(../images/arrow_btn_white.svg);
} */
a.btn--grey,
button.btn.btn--grey{
    background-color: #B3B3B3;
    color: #fff;
}
a.btn--grey:hover,
button.btn.btn--grey:hover{
    background-color: #73BB71;
    color: #fff;
}
/* a.btn--gray::before{
    background-image: url(../images/arrow_btn_gray.svg);
} */
a.btn--width_auto{
    display: table;
    vertical-align: middle;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    /*padding-top: 7px;*/
        padding-top: 12px;
    
}
.btn span{
    color: #fff;
    position: relative;
    display: block;
    font-size: 2.5rem;
}
.more_box{
    display: block;
    text-align: center;
}
a.more{
    width: 116px;
    height: 25px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 0.5px solid #e41414;
    border-radius: 5px;
    color: #e41414;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
a.more::after{
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: #e41414 #e41414 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
button.btn_form{
    display: block;
    width: 35.53%;
    background-color: #FAEACC;
    color: #000000;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.15em;
}
button.btn_form_back{
    display: block;
    width: 35.53%;
    margin-right: 40px;
    background-color: #B3B3B3;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
    a.btn{
        min-width: inherit;
        padding: 5px 10px;
        font-size: 1.3rem;
        width: 65.19%;
        height: auto;
        margin-top: 30px;
    }
    a.btn::after,
    button.btn::after{
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: #fff #fff transparent transparent;
        top: calc(50% - 4px);
    }
    a.btn--width_auto{
        display: table;
        vertical-align: middle;
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 4px;
    }
    a.btn span{
        font-size: 2.75rem;
    }
    a.more{
        font-size: 1.3rem;
        height: 22px;
        padding: 5px;
    }
    .btn2{
        min-width: inherit;
        padding: 10px 40px;
        font-size: 1.6rem;
        width: 65% ;
    }
    button.btn_form,
    button.btn_form_back{
        width: 70.57%;
        margin: 1em auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    button.btn_form_back{
    }
}

@media screen and (max-width: 768px) {
}

/*btn_contact*/
.btn_contact .btn{
    width:323px;
    height: 38px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.33;
    background: #73BB71;
    position: relative;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    border-radius: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
    border:none;
}
.btn_contact{
    position: relative;
    margin:  50px auto 0  auto;
    text-align: center;
width:323px;
}
.btn_contact span:after{
    position: absolute;
content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    top: 50%;
right: 15px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg)  translate(-50%,-50%);
    z-index: 4;

    
}
@media screen and (max-width: 768px) {
    .btn_contact{
width:auto;
}
    .btn_contact .btn{
    width:90%;
}
    .btn_contact span:after{
right: 10%;
    }
}



/*modoru*/
.btn_contact.modoru .btn{
        background: #b3b3b3;
}
.btn_contact.modoru span:after{
    position: absolute;
content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    top: 20%;
    left: 15px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-135deg)  translate(-50%,-50%);
    z-index: 4;

}
@media screen and (max-width: 768px) {
   .btn_contact.modoru span:after{
left: 10%;
    }
}



.contact_red{
    color: red;
}

/* table
============================================================================================================ */

table.basic{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #7F7169;
    font-size: 1.3rem;
}
table.basic tr:nth-of-type(2n){
    background-color: rgba(127,113,105,0.2);
}
table.basic th{
    width: 15.68%;
    vertical-align: center;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    border-top: 1px solid #7F7169;
    border-right: 1px solid #7F7169;
}
table.basic td{
    width: 84.32%;
    vertical-align: center;
    padding: 10px 10px 10px 20px;
    border-top: 1px solid #7F7169;
}
table.basic td span{
    display: block;
    font-size: 1.4rem;
}
table.basic2{
    width: 100%;
    border-collapse: collapse;
}
table.basic2 th{
    vertical-align: center;
    text-align: left;
    padding: 15px;
    font-weight: normal;
    padding: 20px;
    background-color: #0072ff;
    color: #fff;
    text-align: center;
    border: 1px solid #ebebeb;
}
table.basic2 tr:not(:first-of-type) th{
    background-color: #f9fcff;
    color: #1e1e1e;
}
table.basic2 td{
    vertical-align: center;
    padding: 20px;
    border: 1px solid #ebebeb;
}
table.basic2 td span{
    display: block;
    font-size: 1.4rem;
}



table.form{
    width: 100%;
    margin: 0 auto;
}
table.form tr{
    border-bottom: 1px solid #e3e3e3;
}
table.form th{
    padding: 40px 1em 20px 15px;
    text-align: left;
    width: 27.89%;
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: text-top;
}
table.form td{
    width: 100%;
    padding: 35px 1em 20px 10px;
    text-align: left;
    font-size: 1.4rem;
}
.radio-input_td{
    display: flex;
}
table.form input[type=text],
table.form input[type=email],
table.form input[type=tel],
table.form select,
table.form textarea {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    border: none;
    background: #fff;
}
table.form textarea{
    width: 100%;
    height: 168px;
}
table.form td input::placeholder,
table.form td textarea::placeholder {
    color: #e3e3e3;
}
table.form td.nameinput{
    display: flex;
    justify-content: space-between;
}
table.form td.td_check{
    display: flex;
    flex-wrap: wrap;
}
table.form td.td_check span{
    margin-right: 10px;
}

input[type=radio], input[type=checkbox] {
    visibility:hidden;
    width: 0;
    height: 0;
    display: block;
}
.checkbox01-input{
    display: none;
}
.checkbox01-parts{
    padding-left: 25px;
    position: relative;
    font-size: 1.4rem;
}
.checkbox01-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;
}
.checkbox01-input:checked + .checkbox01-parts{
    color: #73bb71;
}
.checkbox01-input:checked + .checkbox01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 6px;
    width: 8px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #73bb71;
    border-right: 3px solid #73bb71;
}
table.form td.select_td{
    position: relative;
}
table.form td.select_td::after{
    content: "";
    position: absolute;
    left: 415px;
    top: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #4c4c4c;
    pointer-events: none;
}
table.form td small{
    display: block;
}
table.form td select{
    width: 420px;
    height: 43px;
    padding: 0 40px 0 20px;
    border: none;
    font-size: 15px;
    background: #fff;
    transition: background .2s cubic-bezier(.25,.46,.45,.94),border .2s cubic-bezier(.25,.46,.45,.94);
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #ececec;
}
table.form input[type=radio]{
    margin-right: 4px;
}
.radio-input{
    display: none;
}
.radio-input + label{
    padding-left: 25px;
    position:relative;
}
.radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
}
.radio-input:checked + label{
}
.radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 6px;
    width: 9px;
    height: 9px;
    background: #73bb71;
    border-radius: 50%;
}
table.form select{
    height: 48px;
}
.required_btn_box{
    width: 100%;
    margin: 40px auto 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
}
.required{
    font-size: 1.4rem;
}
.confirm_btn_box{
    justify-content: center;
    padding-left: 0;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 768px) {
    .table_frame{
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 20px;
    }
    .table_frame::-webkit-scrollbar{
        height: 5px;
        border-radius: 6px;
    }
    .table_frame::-webkit-scrollbar-track{
        background: #D6D6CC;
        height: 9px;
        border-radius: 6px;
    }
    .table_frame::-webkit-scrollbar-thumb {
        background: #FF7833;
        border-radius: 6px;
    }
    table.basic th{
        width: 30.167%;
    }
    table.basic td{
        width: 69.833%;
        padding: 10px;
    }
    table.basic2{
        margin-top: 1em;
    }
    table.basic2 tr:first-of-type th:not(:first-of-type){
        display: none;
    }
    table.basic2 tr{
        width: 100%;
        display: block;
    }
    table.basic2 th{
        width: 100%;
        display: block;
        padding: 0.5em;
        border: none;
    }
    table.basic2 tr:not(:first-of-type) th{
        background-color: #c8e2ff;
        margin-bottom: 0.25em;
        padding: 0.25em 0.5em;
        font-size: 1.4rem;
    }
    table.basic2 tr:first-of-type th:first-of-type{
        margin-bottom: 0.5em;
    }
    table.basic2 td{
        width: 100%;
        display: block;
        padding: 0;
        border: none;
        margin-bottom: 0.25em;
        padding-bottom: 0.25em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-align: left;
        vertical-align: top;
        position: relative;
        font-size: 1.4rem;
    }
    table.basic2 td:not(:last-of-type){
        border-bottom: 1px solid #efefef;
    }
    table.basic2 td:last-of-type{
        margin-bottom: 1em;
    }
    table.basic2 td:before {
        content: attr(data-label);
        text-align: left;
        margin-right: 1.1em;
    }
    table.basic2 td:after {
        content: "";
        width: 5px;
        height: 1px;
        background-color: #0072ff;
        position: absolute;
        left: 5em;
        top: calc(50% - 0.5px);
    }



    table.form,
    table.form tbody,
    table.form tr{
        width: 100%;
        display: block;
    }
    table.form tr{
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
    table.form tr:nth-last-of-type(1){
        padding-bottom: 30px;
    }
    table.form th{
        width: 100%;
        display: block;
        padding: 0;
        margin-bottom: 5px;
        font-size: 1.5rem;
        text-align: left;
    }
    table.form td{
        width: 100%;
        display: block;
        word-wrap:break-word;
        padding: 0;
    }
    table.form input[type=text],
    table.form input[type=email],
    table.form input[type=tel],
    table.form textarea{
        width: 100%;
        font-size: 1.4rem;
        padding: 5px;
        padding-left: 0;
    }
    table.form tr:nth-last-of-type(1) th,
    table.form tr:nth-last-of-type(1) td {
        padding-top: 0;
        padding-bottom: 0;
    }
    table.form tr:nth-last-of-type(1) td textarea{
        margin-bottom: 5px;
    }
    .radio-input + label{
        display: block;
    }
    .radio-input + label::before{
        top: 7px;
    }
    .radio-input:checked + label::after{
        top: 10px;
    }
    table.form td.select_td::after{
        left: calc(100% - 20px);
    }
    table.form td select{
        padding: 5px;
        width: 100%;
        height: auto;
    }
    .form_btn{
        flex-direction: column-reverse;
        margin-bottom: 2em;
    }
    .form_btn button{
        width: 60%;
        margin: 0 auto;
    }
    .form_btn button:nth-of-type(2){
        margin-left: auto;
        margin-bottom: 1em;
    }
    .required_btn_box{
        padding-left: 0;
        margin: 1em 0 2em;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
}


/* link
============================================================================================================ */
.link-underline{
    text-decoration: underline;
}
.link-blank{
    position: relative;
}
.link-blank::after {
    content: "";
    background-image: url(../images/icon_blank.svg);
    position: absolute;
    right: -20px;
    top: calc(50% - 5.5px);
    width: 12px;
    height: 11px;
}
a.pdf {
    padding: 3px 22px 3px 0;
    background: url(../images/ico_pdf.png) 100% no-repeat;
}
.btn .link-blank{
    position: relative;
}
.btn .link-blank::after {
    content: "";
    background-image: url(../images/icon_blank2.svg);
    position: absolute;
    right: -20px;
    top: calc(50% - 5.5px);
    width: 12px;
    height: 11px;
}
.btn:hover .link-blank::after {
    background-image: url(../images/icon_blank2_hv.svg);
}

@media screen and (max-width: 768px) {
    .blank {
        background-image: url(../images/ico_blank_sp.png);
        -webkit-background-size: 16px;
        background-size: 16px;
    }
    .pdf {
        background-image: url(../images/ico_pdf_sp.png);
        -webkit-background-size: 16px;
        background-size: 16px;
    }
    .btn .link-blank::after {
        right: -40px;
    }
}

@media screen and (max-width: 768px) {
    .cl2_btn{
        flex-wrap: wrap;
    }
    .confirm_btn button.button:first-of-type{
        margin-bottom: 20px;
    }
}

/* li
============================================================================================================ */

/* square
------------------------------------------------------------- */
ul.square li {
    position: relative;
    padding-left: 1em;
}
ul.square li:before {
    content: "□";
    position: absolute;
    left: 0;
}

/* circle
------------------------------------------------------------- */
ul.circle li {
    position: relative;
    padding-left: 1em;
}
ul.circle li:before {
    content: "●";
    position: absolute;
    left: 0;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
ul.asterisk li:before {
    content: "＊";
    position: absolute;
    left: 0;
}

ul.asterisk_kakko li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
ul.asterisk_kakko li:before {
    content: "＊)";
    position: absolute;
    left: 0;
}


/* disc
------------------------------------------------------------- */
ul.disc{
    margin: 1em 0;
}
ul.disc li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
ul.disc li:last-of-type{
    margin-bottom: 0;
}

ul.disc li:before {
    content: "・";
    position: absolute;
    left: 0;
}

/* line
------------------------------------------------------------- */
ul.line{
    margin: 1em 0;
}
ul.line li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}
ul.line li:last-of-type{
    margin-bottom: 0;
}

ul.line li:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #0072ff;
    position: absolute;
    left: 3px;
    top: 12px;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
    position: relative;
    padding-left: 1em;
    margin-top: 1em;
    font-size: 1.4rem;
}
ul.notes li:before {
    content: "※";
    position: absolute;
    left: 0;
}

/* notes
------------------------------------------------------------- */

ul.link{
    width: 40%;
}
ul.link li{
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    border-radius: 4px;
}
ul.link li a{
    display: block;
}
ul.link li:nth-of-type(2n){
    background-color: #f7f7f7;
}
ul.link li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: calc(50% - 6px);
    background-color: #ffc893;
}
ul.link li:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 14px;
    top: calc(50% - 4px);
}
ul.sitemap{
    width: 40%;
}
ul.sitemap li{
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    border-radius: 4px;
    border: 1px solid #ffc893;
    margin-bottom: 0.5em;
}
ul.sitemap li a{
    display: block;
}
ul.sitemap li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: calc(50% - 6px);
    background-color: #ffc893;
}
ul.sitemap li:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 14px;
    top: calc(50% - 4px);
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
    list-style-type: decimal;
}
ol.decimal li {
    margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
    position: relative;
    padding-left: 2em;
}
ol.parentheses li .num {
    position: absolute;
    left: 0;
}
ol.number{
    padding: 0;
    counter-reset: number;
}
ol.number li{
    line-height: 1.5;
    position: relative;
    font-size: 1.6rem;
    padding-left: 2em;
}
ol.number li:not(:first-of-type){
    margin-top: 1em;
}
ol.number li:before{
    counter-increment: number;
    content: counter(number)'.';
    color: #4C4C4C;;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    width: 25px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}

ol.numberline{
    padding: 0;
    counter-reset: number;
}
ol.numberline li{
    line-height: 1.5;
    position: relative;
    font-size: 1.6rem;
    padding-left: 45px;
}
ol.numberline li:not(:first-of-type){
    margin-top: 1em;
}
ol.numberline li:before{
    counter-increment: number;
    content: counter(number);
    color: #4C4C4C;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    text-align: right;
    width: 22px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}
ol.numberline li:after{
    content: "";
    width: 8px;
    height: 1px;
    background-color: #0072ff;
    position: absolute;
    left: 29px;
    top: 12px;
}

.dllist{
    display: flex;
    margin-top: 2%;
}
.dllist:not(:first-of-type){
    padding-top: 2%;
    margin-top: 2%;
    border-top: 1px dotted #e3e3e3;
}
.dlist--bggrey{
    background-color: #f4f4f4;
    padding: 2em;
    border-radius: 6px;
}
.dlist--bglightblue{
    background-color: #dfeeff;
    padding: 1em;
    border-radius: 6px;
}
.dllist__title{
    width: 16%;
}
.dllist__title.dllist__title-small{
    width: 5%;
}
.dllist__text{
    width: 84%;
    padding-left: 30px;
    position: relative;
}
.dllist__title.dllist__title-small + .dllist__text{
    width: 95%;
}
.dllist__text::before{
    content: "";
    width: 16px;
    height: 1px;
    background-color: #0072ff;
    position: absolute;
    left: 0;
    top: 12px;
}
@media screen and (max-width: 768px) {
    .dllist{
        flex-direction: column;
        font-size: 1.4rem;
        margin-top: 4%;
    }
    .dllist:not(:first-of-type){
        padding-top: 4%;
        margin-top: 4%;
    }
    .dlist--bggrey{
        padding: 1em;
    }
    .dllist__title,
    .dllist__title.dllist__title-small{
        width: 100%;
    }
    .dllist__text{
        width: 100%;
        margin-top: 1%;
        padding-left: 18px;
    }
    .dllist__text::before {
        top: 11px;
        left: 3px;
        width: 8px;
    }
    ol.number li{
        font-size: 1.4rem;
        padding-left: 2.2em;
    }
    ol.number li:last-of-type{
        margin-bottom: 0;
    }
    ol.number li:before{
        font-size: 1.4rem;
    }
    ol.numberline li{
        font-size: 1.4rem;
        padding-left: 45px;
    }
    ol.numberline li:last-of-type{
        margin-bottom: 0;
    }
    ol.numberline li:before{
        font-size: 1.4rem;
        width: 20px;
    }
    ol.numberline li:after{
        left: 27px;
        top: 11px;
    }
    ul.disc li{
        font-size: 1.4rem;
    }
    ul.line li{
        font-size: 1.4rem;
        padding-left: 18px;
    }
    ul.line li::before {
        top: 11px;
        left: 3px;
    }
    ul.notes li{
        font-size: 1.4rem;
    }
    ul.link,
    ul.sitemap{
        width: 100%;
    }
}


/* img
============================================================================================================ */
@media screen and (max-width: 768px) {
    .sp_img50p img {
        max-width: 50%;
    }
}

.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
img.ofi__img--cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

img.ofi__img--cover.no_av_img{
        position: static!important;
    
}
    




img.ofi__img--cover--top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    font-family: 'object-fit: cover; object-position: top center;';
}
img.ofi__img--contain{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}