@charset "UTF-8";
/* CSS Documinstallent */

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #231815;
    letter-spacing: 0.1rem;
    background-color: #fff;
}

a {
    color: #231815;
    text-decoration: none;
    transition:all 0.3s ease;
}
a:hover{
    transition:all 0.3s ease;
}
img{
    width: 100%;
}
/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
@media only screen and (max-width: 768px) {
.pc768 { display: none !important; }
.sp768 { display: block !important; }
}
@media only screen and (max-width: 500px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.anchor{
    padding-top:100px;
    margin-top:-100px;
}
.inner{
    max-width: 1200px;
    margin:0 auto;
}
.section1{
    padding:110px 0;
}
.section2{
    padding:0 0 140px 0;
}
.speace{
    padding-top: 80px;
}
@media only screen and (max-width: 1200px) {
    .inner{
        padding:0 20px;
    }
}
@media only screen and (max-width: 1023px) {
    .speace {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .anchor{
        padding-top:100px;
        margin-top:-100px;
    }
    .inner{
        padding:0 70px;
    }
}
@media only screen and (max-width: 500px) {
    .section1{
        padding:50px 0;
    }
    .section2{
        padding:0 0 50px 0;
    }
    .inner{
        padding:0 20px;
    }
}

/* ------------------------------------- /
/   main
/* ------------------------------------- */
.main_area{
    position: relative;
}
.main_area .logo{
    position: absolute;
    width: 410px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_area .main_txt{
    position: absolute;
    left: 8%;
    bottom: 13%;
}
.main_area .main_txt p{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.main_area .main_txt a{
    background: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 50px;
    max-width: 430px;
    text-align: center;
    padding: 12px 0;
    font-size: 2.2rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
.main_area .main_txt a:hover{
    background: #eeeeef;
}
.main_area .scloll{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
}
.main_area .scloll a{
    display: block;
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    background-image: url(../img/yazirushi.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    padding: 30px 0 30px;
    background-position: center bottom;
    font-size: 2rem;
}
  /*-----------矢印表示----------*/
.slick-next{
    right:20px!important;
    height: 30px;
}
.slick-prev{
    left:30px!important;
    height: 30px!important;
}
.slick-prev, .slick-next{
    height: 30px!important;
}
.slick-arrow{
    z-index:2!important;
    width: 17px;
    display: none;
}
　.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
    font-size: 40px!important;
}
.slick-next:before{
    color: transparent!important;
    background: url(../img/next.png)!important;
    background-size: 17px!important;
    background-repeat: no-repeat!important;
    opacity:1!important;
    font-size: 40px!important;
}

.slick-prev:before{
    color: transparent!important;
    background: url(../img/arrow.png)!important;
    background-size: 17px!important;
    background-repeat: no-repeat!important;
    opacity:1!important;
    font-size: 40px!important;
}
/*------------------------------*/
@media only screen and (max-width: 1200px) {
    .main_area .logo {
        width: 23%;
    }
    .main_area .main_txt {
        left: 20px;
    }
    .main_area .main_txt {
        left: 20px;
        bottom: 13%;
    }
    .main_area .main_txt a {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .main_area .main_txt p {
        font-size: 2.5rem;
        color: #fff;
    }
    .main_area .main_txt a {
        font-size: 2.5rem;
    }
    .main_area .main_txt {
        left: 50%;
        transform: translateX(-50%);
        bottom: 13%;
        max-width: 380px;
        width: 100%;
    }
    .main_area .logo {
        width: 55%;
    }
    .main_area .scloll {
        bottom: -53px;
        width: 92px;
        height: 92px;
    }
    .main_area .scloll a {
        background-size: 31px;
        padding: 20px 0 30px;
        background-position: center bottom 10px;
        font-size: 1.7rem;
    }
    .slick-arrow{
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    .main_area .main_txt {
        max-width: 280px;
    }
    .main_area .main_txt p {
        font-size: 1.5rem;
        color: #fff;
    }
    .main_area .main_txt a {
        font-size: 1.6rem;
    }
    .main_area .logo {
        top: 40%;
    }
    .slick-next{
        right:10px!important;
    }
    .slick-prev{
        left:15px!important;
    }
    .slick-next:before{
        font-size: 30px!important;
    }
    .slick-prev:before{
        font-size: 30px!important;
    }
    .main_area .scloll a{
        font-size: 1rem;
        font-size: 1rem;
        background-position: center bottom 17px;
        background-size: 16px;
    }
}
/* ------------------------------------- /
/   top_sns_bar
/* ------------------------------------- */

.top_sns_bar .flex{
    max-width: 525px;
    justify-content: space-between;
    margin: 20px 3% 20px auto;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
}
.top_sns_bar .flex div{
    height: 31px;
}
.top_sns_bar .flex div a{
    display: block;
}
.top_sns_bar .flex div a img{
    height: 31px;
}
.top_sns_bar .flex div:last-child a img{
    height: 30px;
}
.top_sns_bar .flex div a:hover{
    opacity: 0.7;
}
@media only screen and (max-width: 1200px) {
    .top_sns_bar .flex {
        max-width: 495px;
    }
}
@media only screen and (max-width: 1024px) {
    .top_sns_bar {
        display: none;
    }
}
/* ------------------------------------- /
/   about_area
/* ------------------------------------- */
.ttl{
    margin-bottom: 80px;
}
.ttl img{
    width: auto;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.ttl h2{
    text-align: center;
    font-size: 2.2rem;
    max-width: 430px;
    border-top: solid 1px #231815;
    margin: 10px auto 0;
    padding-top: 10px;
}
.about_area .ttl h2{
    margin: -10px auto 0;
}
.about_area .txt{
    background-color: #fff;
    max-width: 920px;
    box-sizing: border-box;
    margin: -50px auto 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
    padding: 30px 0;
    position: relative;
}
.about_area .txt p{
    max-width: 710px;
    margin: 0 auto;
    font-size: 2.2rem;
}
.morebtn{
    margin: 50px auto 0;
    border-top: solid 1px #231815;
    border-bottom: solid 1px #231815;
    max-width: 380px;
}
.morebtn a{
    display: block;
    margin: 7px 0;
    background: #dbdcdc;
    font-family: 'Cabin', sans-serif;
    font-size: 2.6rem;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.25rem;
}
.morebtn a span{
    background-image: url(../img/right_y.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    padding-left: 90px;
    background-position: center left;
    transition:all 0.3s ease;
}
.morebtn a:hover{
    background-color: #faed00;
}
.morebtn a:hover span{
    background-position: center left 10px;
    transition:all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .ttl h2 {
        font-size: 1.6rem;
        max-width: 280px;
    }
    .ttl img {
        height: 80px;
    }
    .ttl {
        margin-bottom: 50px;
    }
    .about_area .txt {
        max-width: inherit;
        width: 90%;
        margin: -20px auto 0;
        box-shadow: 0 10px 25px 0 rgb(0 0 0 / 30%);
        padding: 20px 20px;
    }
    .about_area .txt p {
        font-size: 2rem;
    }
    .morebtn {
        margin: 80px auto 0;
        max-width: 270px;
    }
    .morebtn a {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 500px) {
    .ttl {
        margin-bottom: 30px;
    }
    .ttl img{
        height: 35px;
    }
    .ttl h2 {
        font-size: 1.4rem;
        margin: -6px auto 0;
        max-width: 155px;
    }
    .about_area .txt p {
            font-size:1.5rem;
    }
    .morebtn {
        margin: 50px auto 0;
        max-width: 210px;
    }
    .about_area .ttl h2 {
        margin: -6px auto 0;
        max-width: 155px;
    }
    .morebtn a {
        font-size: 1.6rem;
    }
    .morebtn a span {
        background-size: 34px;
        padding-left: 60px;
    }
}
/* ------------------------------------- /
/   menu_area
/* ------------------------------------- */
.menu_area {
    background: #eeeeef;
    position: relative;
    overflow: hidden;
}
.menu_area:before,
.menu_area:after{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 350px 350px 0 0;
    border-color: #fff transparent transparent transparent;
}
.menu_area:before{
    bottom: 0;
    right:0;
    top: inherit;
    left: inherit;
    border-width: 0 0 300px 300px;
    border-color: transparent transparent #fff transparent;
}
.menu_area .ttl img {
    height: 30px;
}
.menu_area .menu_img{
    position: relative;
}
.menu_area .menu_img .menu_img_ttl{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30%;
    height: 240px;
}
.accordion_contents{
    margin-top: 150px;
}
.accordion_one {
    max-width: 1024px;
    margin: 0 auto 70px;
}
.accordion_one:nth-child(3) .accordion_header,
.accordion_one:nth-child(4) .accordion_header{
    cursor: inherit;
}
/*---------------------------------*/
.accordion_one .accordion_header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 5%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.accordion_one .accordion_header h3{
    font-family: 'Noto Serif JP', sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.accordion_one .accordion_header h3 b{
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 15px;
}
.accordion_one .accordion_header p{
    font-weight: 500;
    font-size: 2.3rem;
}
/*---------------------------------*/
.orange{
    color: #f29600;
}
.purple{
    color: #5f1985;
}
.blue{
    color: #009fe8!important;
}
.green{
    color: #8dc21f!important;
}
.pink{
    color: #ea596a!important;
}
/*---------------------------------*/
.accordion_one .accordion_header:hover {
    opacity: .8;
}
.accordion_one .accordion_header .i_box {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    transform-origin: center center;
    transition-duration: 0.2s;
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Cabin', sans-serif;
    padding-top: 45px;
}
.accordion_one .accordion_header .i_box img {
    width: 40px;
    display: block;
    margin: 15px auto 0px;
}
/*.accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}*/
.accordion_one .accordion_header .i_box .one_i:before, 
.accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
    display: none;
    padding: 70px 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 110px;
    position: relative;
}
.accordion_one .accordion_inner .close_i_box{
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.accordion_one .accordion_inner .close_i_box img{
    width: 24px;
    padding-top: 20px;
    display: block;
    margin: 0 auto;
}
.accordion_one .accordion_inner .box_one {
/*    height: 300px;*/
    max-width: 890px;
    margin: 0 auto;
}
.accordion_one .accordion_inner .box_one p{
    display: table;
    border-bottom: solid 1px #231815;
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 10px;
    margin-left: 40px;
    font-family: 'Noto Serif JP', sans-serif;

}
.accordion_one .accordion_inner .box_one p:before{
    content: "";
    position: absolute;
    left: -25px;
    bottom: -12px;
    border-top: solid 1px #000;
    width: 30px;
    height: 1px;
    transform: rotate(-45deg);
    background-position: center left;

}
.accordion_one .accordion_inner .box_one .flex{
    margin-top: 70px;
}
.accordion_one .accordion_inner .box_one .flex li{
    margin-bottom: 20px;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    width: 33.33%;
}
.accordion_one .accordion_inner .box_one .flex li:before{
    content: "■";
    font-size: 1.3rem;
    padding-right: 5px;
}
.accordion_one .accordion_inner .box_one .flex:after{
    content: "";
    width: 33.33%;
}
/*---------------------------------*/
.optionmenu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.optionmenu p{
    font-size: 2rem;
    border-bottom: solid 0px #231815!important;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 40px;
}
.optionmenu p:before{
    display: none;
}
.optionmenu span{
    display: block;
    font-size: 1.6rem;
}
.optionmenu b{
    font-size: 2rem;
    font-weight: normal;
}
@media screen and (max-width: 1440px) {
    .menu_area:before, .menu_area:after {
        border-width: 250px 250px 0 0;
    }
    .menu_area .menu_img .menu_img_ttl {
        right: -21%;
    }
}
@media screen and (max-width: 1024px) {
    .menu_area:before, .menu_area:after {
        border-width: 150px 150px 0 0;
    }
    .menu_area .menu_img .menu_img_ttl {
        right: -28%;
        height: 160px;
    }
}
@media screen and (max-width: 768px) {
    .menu_area:before, .menu_area:after {
        display: none;
    }
    .menu_area .ttl img {
        height: 25px;
    }
    .menu_area .menu_img .menu_img_ttl {
        right: -33%;
        height: 120px;
    }
    .accordion_contents {
        margin-top: 85px;
    }
    .accordion_one .accordion_header .i_box {
        bottom: -40px;
        width: 80px;
        height: 80px;
        font-size: 1.5rem;
        padding-top: 28px;
    }
    .accordion_one .accordion_header p {
        position: relative;
        z-index: 1;
        margin: 0 0 0 auto;
    }
    .accordion_one .accordion_header{
        flex-wrap: wrap;
    }
    .accordion_one .accordion_header h3 {
        letter-spacing: 0.1rem;
    }
    .accordion_one {
        margin: 0 auto 50px;
    }
    .accordion_one:nth-child(3) , 
    .accordion_one:nth-child(4)  {
        margin: 0 auto 30px;
    }
    .accordion_one .accordion_inner .box_one .flex li {
        font-size: 1.8rem;
        letter-spacing: 0rem;
    }
    .accordion_one .accordion_inner .box_one p{
        font-size: 2rem;
        margin-bottom: 0px;
    }
    .accordion_one:last-child .accordion_inner .box_one p{
        margin-left: 0;
    }
    .optionmenu b {
        font-size: 2rem;
        text-align: right;
        width: 100%;
    }
    .accordion_one .accordion_inner {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 500px) {
    .accordion_contents {
        margin-top: 45px;
    }
    .menu_area .menu_img .menu_img_ttl {
        right: -28%;
        height: 71px;
    }
    .accordion_one .accordion_header {
        font-size: 1.6rem;
        padding: 10px 3%;
    }
    .accordion_one .accordion_header p {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }
    .accordion_one .accordion_header h3{
        flex-wrap: wrap;
    }
    .accordion_one .accordion_inner .box_one p {
        margin-left: 20px;
        font-size: 1.5rem;
        margin-bottom: 0px;
    }
    .accordion_one .accordion_inner .box_one .flex li {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .accordion_one .accordion_inner .box_one .flex li:before {
        font-size: 1rem;
        padding-right: 3px;
    }
    .accordion_one .accordion_inner .box_one .flex li:nth-child(3n) {
        width: 26%;
    }
    .accordion_one .accordion_inner .box_one .flex li:nth-child(3n+2) {
        width: 36%;
    }
    .accordion2 .accordion_inner .box_one .flex {
        justify-content: inherit;
    }
    .accordion2 .accordion_inner .box_one .flex li:last-child{
        width: inherit;
    }
    .accordion_one {
        margin: 0 auto 30px;
    }
    .accordion_one .accordion_header h3 b {
        font-weight: normal;
        font-size: 1.2rem;
        padding-left: 0;
    }
    .accordion_one .accordion_header h3 .pink{
        text-align: center;
        margin: 0 auto;
    }
    .accordion_one .accordion_header h3 .option{
        text-align: center;
        margin: 0 auto;
    }
    .optionmenu span {
        font-size: 1.2rem;
    }
    .accordion_one .accordion_inner {
        padding: 30px 20px;
        margin-top: 55px;
    }
    .accordion_one .accordion_inner .box_one .flex {
        margin-top: 40px;
    }
    .menu_area .ttl img {
        height: 12px;
    }
    .ttl h2 {
        margin: 6px auto 0;
    }
    .accordion_one .accordion_header .i_box {
        bottom: -17px;
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        padding-top: 22px;
    }
    .accordion_one .accordion_header .i_box img {
        width: 20px;
        margin: 0px auto 0px;
    }
    .accordion_one .accordion_inner .close_i_box {
        top: -20px;
        width: 40px;
        height: 40px;
    }
    .accordion_one .accordion_inner .close_i_box img {
        width: 20px;
        padding-top: 11px;
    }
    .optionmenu b {
        font-size: 1.6rem;
    }
    .optionmenu.top span {
        font-size: 1.2rem;
        text-indent: -18px!important;
        padding-left: 40px!important;
        margin-left: -15px;
    }
}
/* ------------------------------------- /
/   qa_area
/* ------------------------------------- */
.qa_area{
    background-image: url(../img/qa_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.qa_area .qa_ttl{
    text-align: center;
}
.qa_area .qa_ttl h2{
    font-size: 4rem;
    position: relative;
    padding: 0 25px;
    display: table;
    margin: 0 auto 10px;
}
.qa_area .qa_ttl h2:before,
.qa_area .qa_ttl h2:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    border-left: solid 1px #231815;
}
.qa_area .qa_ttl h2:after{
    left: inherit;
    right: 0;
}
.qa_area .qa_ttl span{
    color: #717071;
    font-weight: bold;
}
.qa_area p{
    margin: 100px auto;
    max-width: 730px;
    font-size: 2.2rem;
    line-height: 1.8;
}
.qa_area a{
    background-color: #faed00;
}
.qa_area a:hover{
    background-color: #dbdcdc;
}
@media only screen and (max-width: 768px) {
    .qa_area .qa_ttl h2 {
        font-size: 3.5rem;
    }
    .qa_area p {
        margin: 100px auto;
        max-width: 730px;
        font-size: 2rem;
        line-height: 1.8;
    }
    .qa_area p br{
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .qa_area .qa_ttl h2 {
        font-size: 1.8rem;
    }
    .qa_area p {
        margin: 50px auto;
        max-width: 730px;
        font-size: 1.3rem;
    }
    .qa_area .qa_ttl span {
        font-size: 1rem;
    }
}
/* ------------------------------------- /
/   prof_area
/* ------------------------------------- */
.prof_area .ttl h2{
    margin-top: -17px;
}
.prof_area .person_img{
    max-width: 570px;
    margin: 0 auto 80px;
    position: relative;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 30%);
}
.prof_area .person_img:before{
    content: "";
    position: absolute;
    width: 570px;
    height: 570px;
    background-color: #f0eae5;
    top: -25px;
    left: -25px;
    z-index: -1;
}
.prof_area .prof_box {
    overflow: hidden;
}
.prof_area .prof_box_txt{
    background-color: #f0eae5;
    padding: 50px;
    box-sizing: border-box;
    max-width: 730px;
    margin: 0 auto;
    position: relative;
}
.prof_area .prof_box_txt:before{
    content: "";
    position: absolute;
    background-color: #f0eae5;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
}
.prof_area .prof_box_txt .prof_box_inner{
/*    max-width: 380px;
    margin: 0 25% 0 auto;*/
}
.prof_area .prof_box_txt .prof_box_inner p{
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    background-image: url(../img/name_en.svg);
    background-repeat: no-repeat;
    background-size: 320px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    background-position: center bottom;
    letter-spacing: 0.25rem;
}
.prof_area .prof_box_txt .prof_box_inner span{
    display: block;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: solid 1px #231815;
}
.prof_area .prof_box_txt .prof_box_inner .prof_btn{
    cursor: pointer;
    text-align: right;
    background-image: url(../img/w_down_y.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right;
    padding-right: 30px;
    font-size: 2.6rem;
    font-family: 'Cabin', sans-serif;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.prof_area .prof_box_txt .prof_box_inner .prof_btn:hover{
    opacity: 0.7;
}

.prof_area .prof_acc{
    display: none;
    max-width: 730px;
    margin: 50px auto 0;
    padding: 50px;
    background-color: #f0eae5;
    box-sizing: border-box;

}
.prof_area .prof_acc .prof_list{
    text-align: center;
    font-size: 2.6rem;
}
.prof_area .prof_acc .prof_list p{
    margin-bottom: 50px;   
}
.prof_area .prof_acc .prof_list p span{
    display: block;
    text-align: center;
}
.prof_area .prof_acc .prof_btn_close{
    cursor: pointer;
    text-align: right;
    background-image: url(../img/w_top_y.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right;
    padding-right: 30px;
    font-size: 2.6rem;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .prof_area .prof_box_txt {
        padding: 40px;
        max-width: 600px;
    }
    .prof_area .person_img {
        max-width: 480px;
        margin: 0 auto 61px;
    }
    .prof_area .person_img:before {
        width: 480px;
        height: 480px;
    }
    .prof_area .prof_acc {
        max-width: 600px;
        margin: 30px auto 0;
        padding: 50px;
    }
    .prof_area .prof_acc .prof_list {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 500px) {
    .prof_area .person_img {
        max-width: 270px;
        margin: 0 auto 31px;
    }
    .prof_area .person_img:before {
        width: 270px;
        height: 270px;
        top: -17px;
        left: -17px;
    }
    .prof_area .prof_acc .prof_list {
        font-size: 1.3rem;
    }
    .prof_area .prof_box_txt .prof_box_inner p {
        font-size: 1.8rem;
        background-size: 135px;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .prof_area .prof_box_txt .prof_box_inner span {
        display: block;
        padding-bottom: 20px;
        font-size: 1.2rem;
    }
    .prof_area .prof_acc {
        max-width: inherit;
        width: 90%;
        padding: 30px 20px;
    }
    .prof_area .prof_acc .prof_list p {
        margin-bottom: 30px;
    }
    .prof_area .prof_box_txt {
        padding: 40px;
        max-width: inherit;
        width: 90%;
    }
    .prof_area .prof_acc .prof_btn_close {
        margin-right: 20px;
    }
    .prof_area .ttl img {
        height: 43px;
    }
    .prof_area .ttl h2 {
        margin-top: -7px;
    }
    .prof_area .prof_box_txt .prof_box_inner .prof_btn {
        background-size: 13px;
        padding-right: 20px;
        font-size: 1.5rem;
    }
.prof_area .prof_acc .prof_btn_close {
    margin-right: 20px;
    font-size: 1.5rem;
    background-size: 13px;
    padding-right: 20px;
}
}
/* ------------------------------------- /
/   access_area
/* ------------------------------------- */
.access_area .ttl img {
    height: 30px;
}
.ft_logo img{
    max-width: 410px;
    display: block;
    margin: 100px auto 90px;
}
.ft_logo p{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 130px;
}
.ft_logo span{
    display: block;
}
.contact_tel p{
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 60px;
}
.contact_tel p:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    border-left: solid 1px #231815;
    bottom: 0;
    left: 0;
    transform: rotate( -45deg );
}
.contact_tel p:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    border-left: solid 1px #231815;
    bottom: 0;
    right: 0;
    transform: rotate( 45deg );
}
.contact_tel a {
    text-align: center;
    font-size: 5rem;
    font-family: 'Cabin', sans-serif;
    background-image: url(../img/tel_icon.svg);
    background-repeat: no-repeat;
    background-size: 57px;
    background-position: center left;
    padding: 30px 0 30px 70px;
    margin: 10px auto 0;
    display: table;
}
.contact_tel a:hover{
    color: #c8bb9b;
}
.net_reserve a{
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
    display: table;
    margin: 80px auto 0;
    max-width: 520px;
    width: 100%;
    border-radius: 50px;
    padding: 15px 0;
    font-size: 2.6rem;
    letter-spacing: 0.75rem;
    text-align: center;
    background: rgb(249,238,202);
    background: linear-gradient(90deg, rgba(249,238,202,1) 35%, rgba(221,203,155,1) 100%);
}
.net_reserve a:hover{
    box-shadow: none;
    border: solid 2px #ddcb9b;
}
.net_soudan {
    margin-top: 110px;
}
.net_soudan p{
    text-align: center;
    font-size: 2.6rem;
    background-image: url(../img/w_down_y.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center right;
    padding-right: 30px;
    display: table;
    margin: 0 auto;
}
.net_soudan a {
    max-width: 550px;
    margin: 75px auto 0;
    display: block;
}
.net_soudan a :hover{
    opacity: 0.7;
}
.net_insta{
    margin-top: 200px;
}
.net_insta a{
    max-width: 300px;
    margin: 0 auto 0;
    display: block;
    box-sizing: border-box;
    padding-left: 70px;
    position: relative;
}
.net_insta a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    border-left: solid 1px #231815;
    bottom: 0;
    left: 0;
    transform: rotate( 45deg );
}
.net_insta a:hover{
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .access_area iframe{
        height: 500px!important;
    }
    .access_area .ttl img{
        height: 25px;
    }
    .ft_logo img {
        max-width: 300px;
        margin: 70px auto 120px;
    }
    .ft_logo p {
        margin-bottom: 100px;
    }
    .contact_tel a {
        font-size: 4rem;
        background-size: 60px;
        padding: 30px 0 30px 80px;
        margin: 50px auto 0;
    }
    .net_reserve a {
        margin: 90px auto 0;
        max-width: 520px;
        padding: 15px 0;
        font-size: 2.6rem;
        letter-spacing: 0.35rem;
    }
    .net_insta {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 500px) {
    .ft_logo p {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    .ft_logo p {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 40px;
    }
    .ft_logo img {
        max-width: inherit;
        width: 180px;
        display: block;
        margin: 30px auto 40px;
    }
    .contact_tel p {
        font-size: 1.8rem;
        padding: 0 20px;
    }
    .contact_tel a {
        font-size: 2.2rem;
        background-size: 35px;
        padding: 30px 0 30px 42px;
        margin: 0px auto 0;
    }
    .net_reserve a {
        margin: 20px auto 0;
        width: 90%;
        padding: 15px 0;
        font-size: 1.5rem;
        letter-spacing: 0.15rem;
    }
    .net_soudan p {
        font-size: 1.3rem;
        background-size: 15px;
        padding-right: 20px;
    }
    .net_soudan {
        margin-top: 60px;
    }
    .net_soudan a {
        max-width: inherit;
        width: 260px;
        margin: 25px auto 0;
        display: block;
    }
    .net_insta {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .net_insta a {
        max-width: 130px;
        padding-left: 20px;
        box-sizing: inherit;
    }
    .net_insta a:after {
        height: 19px;
    }
    .access_area .ttl img {
        height: 15px;
    }
    .access_area iframe {
        height: 280px!important;
    }
}
/* ------------------------------------- /
/   footer
/* ------------------------------------- */
footer{
    background-color: #eeeeef;
    padding-bottom: 30px!important;
    background-image: url(../img/footer_logo.svg);
    background-repeat: no-repeat;
    background-size: 730px;
    background-position:  bottom 20% right 0px;
    position: relative;

}
footer li {
    margin-bottom: 45px;
    position: relative;
    font-size: 2.2rem;
}
footer li:before{
    content: "/";
    padding-right: 47px;
}
footer li a{

}
footer  p.copy{
    margin-top: 140px;
    text-align: center;
    letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
    footer {
        background-size: 40%;
    }
    }
    @media only screen and (max-width: 768px) {
    footer.section1 {
        padding: 80px 0 30px;
    }
    footer p.copy {
        margin-top: 440px;
    }
    footer {
        background-size:70%;
    }
}
@media only screen and (max-width: 500px) {
    footer li {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    footer li:before {
        padding-right: 25px;
    }
    footer p.copy {
        margin-top: 280px;
        font-size: 1.2rem;
    }
}
/* ------------------------------------- /
/   pagetop
/* ------------------------------------- */
.pagetop a{
    position: absolute;
    width: 120px;
    height: 120px;
    top: -30px;
    right: 10%;
}
.pagetop a:hover{
    opacity: 0.7;
}
@media only screen and (max-width: 500px) {
    .pagetop a {
        width: 80px;
        height: 80px;
        top: -30px;
        right: 4%;
    }
}

/* ------------------------------------- /
/   lower_header
/* ------------------------------------- */

.lower_header .sp_circle_menu{
  display: none;
}
.lower_pc_nav{
    background-color: #c79f62;
    padding: 75px 0;
    position: relative;
}
.lower_pc_nav:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/low_main_logo.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.lower_pc_nav .inner{
    max-width: 1060px;
}
.lower_pc_nav ul{
    align-items: center;
    position: relative;
}
.lower_pc_nav li a{
    color: #fff;
    display: block;
    padding-right: 1px;
    position: relative;
    font-size: 2rem;
}
.lower_pc_nav li a:after{
    content: "|";
    color: #fff;
    padding-left: 13px;
}
.lower_pc_nav li:last-child a:after{
    display: none;
}
@media only screen and (max-width: 1600px) {
    .lower_pc_nav:before {
        opacity: 0.2;
    }
}
@media only screen and (max-width: 1024px) {

.lower_pc_nav:before {
    background-image: url(../img/low_main_logo_sp.svg);
    opacity: 1;
}
    .lower_pc_nav ul{
        display: none;
    }

}
@media only screen and (max-width: 500px) {
    .lower_pc_nav:before {
        background-position: left 20% center;
    }
    .lower_pc_nav {
        padding: 48px 0;
    }
}

/* ------------------------------------- /
/   breadclubs
/* ------------------------------------- */

.breadclubs{
    margin-top: -48px;
}
.breadclubs ul{
    display: flex;
    align-items: center;
}
.breadclubs li{
    padding-right: 7px;
}
.breadclubs a{
    font-size: 1.6rem;
}
.breadclubs a:hover{
    color: #c8bb9b;
}

@media only screen and (max-width: 1024px) {
    .breadclubs {
        margin-top: 46px;
    }
}
@media only screen and (max-width: 768px) {
    .breadclubs .inner{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 500px) {
    .breadclubs {
        margin-top: 36px;
    }
}

/* ------------------------------------- /
/   lower_about_area
/* ------------------------------------- */
.lower_about_area .ttl h2 {
    margin: -10px auto 0;
}
.lower_about_area .txt{
    max-width: 900px;
    margin: 90px auto 180px;
    font-size: 2.2rem;
}
.lower_about_area .txt p{
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .lower_about_area .ttl h2 {
        margin: -10px auto 0;
    }
    .lower_about_area .txt{
        font-size: 2rem;
        margin: 60px auto 140px;
    }
}
@media only screen and (max-width: 500px) {
    .lower_about_area .txt {
        font-size: 1.5rem;
        margin: 40px auto 80px;
        max-width: 300px;
        text-align: center;
        line-height: 1.6;
    }
    .lower_about_area .txt p {
        margin-bottom: 36px;
    }
    .lower_about_area .ttl h2 {
        margin: -5px auto 0;
    }
}

/*-----------------------*/
.suisen{
    max-width: 900px;
    margin: 0px auto; 
}
.suisen h2{
    font-size: 4rem;
    font-family: 'Noto Serif JP', sans-serif;
    background-image: url(../img/about_line.jpg);
    background-repeat: no-repeat;
    background-size: auto 2px;
    background-position: left bottom;
    padding-bottom: 10px;
    margin-bottom: 80px;
}
.suisen .suisen_l_box{
    width: 46%;
}
.suisen .suisen_l_box img{
    display: block;
    margin: 40px 0;
}
.suisen .suisen_r_box{
    width: 44.5%;
}
.suisen .suisen_l_box p{
    font-size: 2rem;
}
.suisen .suisen_l_box p span{
    font-size: 2.2rem;
    padding-top: 10px;
    display: block;
}
.suisen .suisen_r_box img{
    display: block;
    margin-left: -20px;

}
.suisen .suisen_r_box p{
    font-size: 2.2rem;
    margin-top: 50px;
    line-height: 1.6;
}
@media only screen and (max-width: 768px) {
    .suisen h2 {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .suisen .suisen_l_box img {
        margin: 40px 0 20px;
    }
    .suisen .suisen_l_box p {
        font-size: 1.5rem;
        text-align: center;
    }
    .suisen .suisen_r_box p {
        font-size: 1.6rem;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .suisen h2 {
        font-size: 2.2rem;
        text-align: center;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        background-size: 100%;
    }
    .suisen .suisen_l_box {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 300px;
    }
    .suisen .suisen_r_box{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .suisen .suisen_r_box img {
        width: 100%;
        margin: 0 auto;
    }
    .suisen .suisen_r_box p {
        font-size: 1.6rem;
    }
}

/*-----------------------*/
.lower_hari_area h2{
    text-align: center;
    display: table;
    background-color: #fff;
    padding: 0 120px;
    font-size: 3.5rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-family: 'Noto Serif JP', sans-serif;
}
.lower_hari_area .hari_ttl{
    position: relative;
}
.lower_hari_area .hari_ttl:before{
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #e50012;
}
.lower_hari_area .txt{
    margin: 90px auto 120px;
    max-width: 900px;
    font-size: 2.2rem;
}
.lower_hari_area .txt p{
    margin-bottom: 30px;
}
.lower_hari_area .kouka .kouka_ttl{
    margin: 100px 0 100px 130px;
}
.lower_hari_area .kouka .kouka_ttl h3{
    font-size: 3rem;
    font-family: 'Noto Serif JP', sans-serif;
    padding-bottom: 10px;
    border-bottom: solid 2px #231815;
    margin-bottom: 80px;
    max-width: 450px;
}
.lower_hari_area .kouka .kouka_ttl p{
    font-size: 2.2rem;
}
.lower_hari_area .kouka ul{
    max-width: 1100px;
    margin: 0 auto 80px;
}
.lower_hari_area .kouka li{
    text-align: center;
    padding: 20px 0;
    font-size: 2.5rem;
    background-color: #f2f2c6;
    width: 31%;
    margin-bottom: 12px;
}
.lower_hari_area .kouka p{
    font-size: 2.2rem;
    margin-left: 90px;
    line-height: 1.6;
}
/*-----------------------*/
.lower_release_area  .hari_ttl:before{
    background-color: #036EB7;
}
.lower_release_area img{
    max-width: 100;
}
@media only screen and (max-width: 1024px) {
    .lower_hari_area h2{
        padding: 0 60px;
        font-size: 4rem;
    }
}
@media only screen and (max-width: 768px) {
    .lower_hari_area {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .lower_hari_area h2{
        font-size: 3.2rem;
    }
    .lower_hari_area .txt {
        margin: 60px auto 70px;
        font-size: 2rem;
    }
    .lower_hari_area .kouka .kouka_ttl {
        margin: 50px 0 50px 0px;
    }
    .lower_hari_area .kouka .kouka_ttl h3 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    .lower_hari_area .kouka .kouka_ttl p {
        font-size: 2.2rem;
    }
    .lower_hari_area .kouka li {
        padding: 20px 0;
        font-size: 1.8rem;
        width: 31.5%;
    }
    .lower_hari_area .kouka p {
        font-size: 2.2rem;
        margin-left: 0;
    }
    .lower_hari_area .kouka ul {
        margin: 0 auto 40px;
    }
}
@media only screen and (max-width: 500px) {
    .lower_hari_area h2 {
        font-size: 2.2rem;
        padding: 0 25px;
    }
    .lower_hari_area .txt {
        margin: 40px auto 40px;
        font-size: 1.5rem;
    }
    .lower_hari_area .txt p {
        margin-bottom: 25px;
        text-align: center;
        max-width: 306px;
        margin: 0 auto 25px;
    }
    .lower_hari_area .kouka .kouka_ttl p {
        font-size: 1.4rem;
    }
    .lower_hari_area .kouka p {
        font-size: 1.4rem;
    }
    .lower_hari_area .kouka .kouka_ttl {
        margin: 40px 0 20px 0px;
    }
    .lower_hari_area .kouka li {
        padding: 10px 0;
        font-size: 1.4rem;
        width: 49%;
        margin-bottom: 6px;
    }
    .lower_hari_area .kouka ul {
        margin: 0 auto 20px;
    }
    .lower_hari_area .kouka .kouka_ttl h3 {
        font-size: 2.2rem;
    }
    .lower_hari_area .hari_ttl:before {
        height: 3px;
    }
.lower_release_area h2 {
    font-size: 2rem;
    padding: 0 10px;
    margin: 0 auto;
}
.lower_release_area .txt p{
    text-align: left;
}
}

/*-----------------------*/
.lower_qa_area .lower_qa_ttl{
    background-color: #eaf5f9;
    border: solid 1px #171c61;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    font-family: 'Noto Serif JP', sans-serif;ß
}
.lower_qa_area .lower_qa_ttl:before{
    content: "";
    width: 360px;
    height: 53px;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 40%;
    transform: translateX(-50%);
    background-image: url(../img/faq_ttl.svg);
    background-repeat: no-repeat;
    background-size: auto 53px;
    background-position: center;
    z-index: 2;
}
.lower_qa_area .lower_qa_ttl:after{
    content: "";
    width: 360px;
    height: 2px;
    background-color: #eaf5f9;
    position: absolute;
    top: -1px;
    left: 40%;
    transform: translateX(-50%);
}
.lower_qa_area .lower_qa_a span.qa_close{
    width: 50px;
    display: block;
    margin: 0 38rem 20px auto;
    transform: translateX(-50%);
    cursor: pointer;
}
.lower_qa_area .lower_qa_ttl h2{
    font-size: 3.5rem;
    color: #171c61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lower_qa_area .lower_qa_ttl h2 span{
    width: 50px;
    display: inline-block;
    height: 30px;
    margin-left: 40px;
}
.lower_qa_a{
    background-color: #eaf5f9;
    padding: 30px 40px;
    font-size: 2.4rem;
    letter-spacing: 0;
    display: none;
}
.lower_qa_a .qa_box .qa_box_q{
    background-color: #171c61;
    color: #fff;
    padding: 25px 40px;
}
.lower_qa_a .qa_box .qa_box_a{
    border: solid 1px #171c61;
    padding: 25px 40px;
    margin: 10px 0;
    color: #e73828;
    display: flex;
}
.lower_qa_a .qa_box .qa_box_a span{
    padding-right: 7px;
}
@media only screen and (max-width: 1024px) {
    .lower_qa_area .lower_qa_a span.qa_close{
        margin: 0 27.5rem 20px auto;
    }
}
@media only screen and (max-width: 768px) {
    .lower_qa_area{
        padding-bottom: 0;
    }
    .lower_qa_area .lower_qa_ttl h2 {
        font-size: 2rem;
    }
    .lower_qa_area .lower_qa_ttl:before {
        width: 300px;
        height: 53px;
        background-size: auto 43px;
    }
    .lower_qa_area .lower_qa_ttl:after {
        width: 309px;
    }
    .lower_qa_area .lower_qa_a span.qa_close {
        margin: 0px 11.5rem 20px auto;
    }
    .lower_qa_a {
        padding: 20px 20px;
        font-size: 2rem;
    }
    .lower_qa_a .qa_box .qa_box_q {
        padding: 10px 20px;
    }
    .lower_qa_a .qa_box .qa_box_a {
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 500px) {
    .lower_qa_area .lower_qa_ttl h2 {
        font-size: 2rem;
    }
    .lower_qa_area .lower_qa_ttl h2 span {
        width: 70px;
        margin-left: 30px;
        position: absolute;
        right: 24px;
        top: 21px;
    }
    .lower_qa_area .lower_qa_ttl {
        margin-bottom: 30px;
        padding: 14px 0;
    }
    .lower_qa_area .lower_qa_a span.qa_close {
        width: 50px;
        display: block;
        margin: 0px -4rem 10px auto;
        transform: translateX(-50%);
        cursor: pointer;
    }
    .lower_qa_a {
        font-size: 1.5rem;

    }
    .lower_qa_a .qa_box .qa_box_q p {
        text-indent: -17px;
        padding-left: 17px;
    }
    .lower_qa_area .lower_qa_ttl:after {
        width: 189px;
    }
    .lower_qa_area .lower_qa_ttl:before {
        width: 260px;
        height: 53px;
        background-size: auto 31px;
    }
}
@media only screen and (max-width: 390px) {
    .lower_qa_area .lower_qa_a span.qa_close {
        margin: 0px 0 10px auto;
    }
}
/*-----------------------*/

.lower_contact_area .net_soudan{
    background-image: url(../img/about_line2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 100px;
}
.lower_contact_area .net_soudan p{
    color: #171c61;
}
.lower_contact_area .lower_tel{
    max-width: 1020px;
    margin: 110px auto 0;
}
.lower_contact_area .net_reserve{
    max-width: 520px;
}
.lower_contact_area .contact_tel a {
    font-size: 4rem;
    background-size: 96px;
    background-position: top center;
    padding: 100px 0 30px 0px;
    margin: 50px auto 0;
}
.lower_contact_area .net_reserve a{
    width: 520px;
}
.lower_contact_area .contact_tel p {
    margin: 0;
    padding: 0;
    position: relative;
    right: -200px;
}
.lower_contact_area .contact_tel p:before {
    bottom: 31px;
    left: 10px;
    transform: rotate( 55deg );
}
.lower_contact_area .contact_tel p:after {
    bottom: -30px;
    right: 0;
    left: 10px;
    transform: rotate( 125deg );
}
@media only screen and (max-width: 768px) {
    .lower_contact_area .lower_tel{
        display: block;
    }
    .lower_contact_area .contact_tel p {
        padding: 0 60px;
        display: table;
        margin: 0 auto;
        position: relative;
        right: inherit;
    }
    .lower_contact_area .net_reserve {
        margin: 0 auto;
    }
    .lower_contact_area .net_reserve a {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .lower_contact_area .net_reserve a {
        width: 100%;
    }
    .lower_contact_area .contact_tel p {
        right: inherit;
    }
    .lower_contact_area .net_soudan {
        padding-bottom: 0px;
        background-image: none;
    }
    .lower_contact_area .contact_tel p:before,
    .lower_contact_area .contact_tel p:after {
        left: 60px;
    }
    .lower_contact_area .contact_tel p:before {
        bottom: 24px;
    }
    .lower_contact_area .net_soudan p {
        font-size: 1.5rem;
        background-size: 30px;
        padding-right: 0;
        padding-bottom: 48px;
        background-position: center bottom;
    }
}
/* ------------------------------------- /
/   lower_pc_nav_menu
/* ------------------------------------- */
/*.lower_pc_nav_menu{
    background-color: #c9a063;
}*/
.lower_menu_box{
    margin-bottom: 100px;
}
.lower_menu_area .ttl img {
    height: 30px;
}
.lower_menuttlbox {
    background-color: #efeeef;
    display: flex;
    justify-content: space-between;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 20px 5%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    align-items: center;
    margin-bottom: 80px;
}
.lower_menuttlbox h3 {
    font-family: 'Noto Serif JP', sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.lower_menuttlbox h3 b {
    font-weight: normal;
    font-size: 1.6rem;
    padding-left: 15px;
}
.lower_menuttlbox p {
    font-weight: 500;
    font-size: 2rem;
}
.lower_menubox {
    padding: 0 40px;
    margin-bottom: 100px;
}
.lower_menubox p {
    display: table;
    border-bottom: solid 1px #231815;
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-bottom: 70px;
    font-family: 'Noto Serif JP', sans-serif;
}
.lower_menubox p:before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -12px;
    border-top: solid 1px #000;
    width: 30px;
    height: 1px;
    transform: rotate(-45deg);
    background-position: center left;
}
.lower_menubox ul.flex::after{
    content: "";
    width: 32.5%;
}
.lower_menubox li {
    text-align: center;
    padding: 20px 0;
    font-size: 2rem;
    background-color: #fbe8c8;
    width: 32.5%;
    margin-bottom: 12px;
}
.lower_optionmenu{
    background-color: #f9f9ec;
    padding: 40px 50px;
}
.lower_optionmenu h3{
    font-family: 'Noto Serif JP', sans-serif;
    color: #dd5866;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lower_optionmenu h3 b {
    font-weight: normal;
    font-size: 1.6rem;
    padding-left: 15px;
    color: #231815;
}
.lower_menu_area .support {
    margin: 70px auto 0;
    vertical-align: middle;
    text-align: center;
}
.lower_menu_area .support p{
    text-align: center;
    font-size: 3rem;
    display: inline;
    font-family: 'Noto Serif JP', sans-serif;
    background:linear-gradient(transparent 80%, #efe037 60%);
}
@media only screen and (max-width: 1024px) {
    .lower_menu_box.mb70 {
        margin-bottom: 40px!important;
    }
}
@media only screen and (max-width: 768px) {
    .lower_menuttlbox{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .lower_menuttlbox h3 {
        letter-spacing: 0.1rem;
    }
    .lower_menuttlbox p {
        position: relative;
        z-index: 1;
        margin: 0 0 0 auto;
    }
    .lower_menubox {
        padding: 0;
        margin-bottom: 30px;
    }
    .lower_menubox li {
        padding: 20px 0;
        font-size: 1.8rem;
        width: 31.5%;
    }
    .lower_menubox p {
        font-size: 2.3rem;
        padding-bottom: 10px;
        margin-left: 20px;
        margin-bottom: 45px;
    }
    .lower_optionmenu p {
        font-size: 2rem;
        margin-bottom: 0px;
        margin-left: 0;
    }
    .lower_optionmenu .optionmenu{
        margin-bottom: 20px;
    }
    .lower_optionmenu {
        padding: 40px 30px;
    }
    .lower_optionmenu .optionmenu b {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .lower_menu_area .ttl img {
        height: 12px;
    }
    .lower_menuttlbox {
        font-size: 20px;
        padding: 10px 2%;
    }
    .lower_menuttlbox p {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }
    .lower_menubox p{
        margin-left: 20px;
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    .lower_menubox li{
        padding: 10px 0;
        font-size: 1.2rem;
        width: 49%;
        margin-bottom: 6px;
    }
    .lower_menu_box {
        margin-bottom: 50px;
    }
    .lower_optionmenu h3 b {
        font-weight: normal;
        font-size: 1.4rem;
        padding-left: 0;
    }
    .lower_optionmenu h3 {
        flex-wrap: wrap;
    }
    .lower_menuttlbox h3 {
        letter-spacing: 0.1rem;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 3px;
    }
    .lower_menubox {
        margin-bottom: 10px;
    }
    .lower_menu_box.mb70 {
        margin-bottom: 20px!important;
    }
    .lower_optionmenu h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .lower_optionmenu {
        padding: 20px 20px;
    }
    .optionmenu span {
        font-size: 1.2rem;
        /* text-indent: -28px; */
        /* padding-left: 40px; */
        margin-left: -25px;
    }
    .lower_optionmenu p {
        margin-left: 0px;
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
    .lower_menu_area .support p {
        font-size: 4.2vw;
    } 
    .lower_menu_area .support {
        margin: 40px auto 0;
    }
    .lower_menu_area .box_one {
        padding: 0 20px;
    }
    .lower_menuttlbox {
        margin-bottom: 30px;
    }
}









