@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #D3962D;
    --subColor: #BB0115;
    --pickupColor: #E56C56; 
    --darkColor: #534034;
    --navColor: ;
    --bgColorlight: #f5f5f5;
    --bgColordark: #EBE1D3;
    --rightColor: #F5F5F5;
    --txtColor: #2E2722;
    --linkColor: #2E2722;
    --borderColor: #707070;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 60px;
    --gaps: 30px;
    --gap_sp: 30px;
    --sectionPadding: 60px;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1000px;
    --innerWidth: 914px;
}
body {
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Noto Sans JP", sans-serif;
    background-color: var(--rightColor);
    text-align: justify;
}
.font_min {
    font-family: "Noto Serif JP", serif;
}
.font_eng {
    font-family: "Baskervville", serif;
}
p {
    line-height: 1.8;
}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_bolder {
    font-weight: 900;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
}
a:hover {
    color: #999999;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_white {
    color: #fff;
}
#main img {
    max-width: 100%;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}


.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_ss {
    width: 100%;
    max-width: var(--innerWidth_s);
    margin-left: auto;
    margin-right: auto;
}
.mt_0 {
    margin-top: 0 !important;
}
.mt_10 {
    margin-top: 1rem;
}
.mt_20 {
    margin-top: 2rem;
}
.mt_30 {
    margin-top: 3rem;
}
.mt_40 {
    margin-top: 4rem;
}
.mt_50 {
    margin-top: 5rem;
}
.mt_100 {
    margin-top: 10rem;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 1rem;
}
.mb_20 {
    margin-bottom: 2rem;
}
.mb_30 {
    margin-bottom: 3rem;
}
.mb_40 {
    margin-bottom: 3rem;
}
.mb_50 {
    margin-bottom: 5rem;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p28 {
    font-size: 28px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 200%;
}
.p35 {
    font-size: 35px;
    line-height: 200%;
}
.p38 {
    font-size: 38px;
    line-height: 150%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.p_subcolor {
    color: var(--subColor);
}
.p_maincolor {
    color: var(--mainColor);
}
.p_lightcolor {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--bgColordark);
}
.bg_white {
    background-color: #fff;
}

@media screen and (max-width: 1000px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_ss  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 600px) {
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20 , .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 , .p24 , .p22 , .p28 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 , .p35 , .p40  {
        font-size: 20px;
    }
    .p38 , .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30 , .mb_20 {
        margin-bottom: 10px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

.w_wrap {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    background-color: #fff;
    box-shadow: 0px 0 50px 0 rgba(0, 0, 0, 0.1);
}
#header {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#header .w_wrap {
    background-color: #706E6F;
    position: relative;
}
#header h1 {
    display: block;
    position: relative;
    font-size: 14px;
}
#header h1 img {
    float: left;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}
#header h1 span {
    display: block;
    line-height: 44px;
    margin-right: 426px;
}
#gnav {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
}
#gnav ul {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: flex-start;
    font-size: 16px;
    line-height: 44px;
}
#gnav li {
    width: 50%;
    text-align: center;
}
#gnav a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}
#gnav a:hover {
    opacity: 0.8;
}
#gnav a span {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}
#gnav li:first-child a {
    background-color: #DDA51C;
}
#gnav li:first-child a span {
    background-image: url(../img/head_nav_01.png);
    background-size: 23px auto;
}
#gnav li:last-child a {
    background-color: #0094AF;
}
#gnav li:last-child a span {
    background-image: url(../img/head_nav_02.png);
    background-size: 16px auto;
}
.bn_fix {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999;
    line-height: 0;
    width: 271px;
}
.bn_fix a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bn_fix a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation2 5.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    60% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    90% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } /* 光っている時間を少し長く */
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

#mv {
    padding-top: 100px;
    background-image: url(../img/bg_white_top.png) , url(../img/kv_bg_pc.jpg) ;
    background-position: center bottom , center top;
    background-size:100% auto , cover;
    background-repeat: no-repeat;
}
#mv h2 {
    display: block;
    width: 50%;
    text-align: center;
    padding: 0 50px;
}
.con_01 {
    padding-top: 60px;
    background-image: url(../img/bg_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 300px auto;
}

.ul_bg {
    list-style: none;
}
.ul_bg li {
    display: block;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}
.ul_bg .wrap_flex {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: flex-start;
}
.ul_bg .wrap_flex div {
    width: calc((100% - 50px) / 2);
}
.ul_bg .wrap_flex div span {
    margin-right: 20px;
    font-weight: bolder;
}
.ul_bg li.arrow {
    padding: 0;
    box-shadow: none;
    text-align: center;
    background-color: transparent;
    position: relative;
    margin-top: -15px;
    margin-bottom: -15px;
    z-index: 20;
}
.ul_bg .top {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 30px;
}
.ul_bg .top p:first-child {
    padding: 10px 50px;
    color: #fff;
    background-color: #706E6F;
}
.con_02 {
    background-image: url(../img/bg_white_top.png) , url(../img/bg_02.png);
    background-position: bottom center , top center;
    background-size: 100% auto , 100% auto;
    background-repeat: no-repeat;
    background-color: var(--rightColor);
    padding-top: 200px;
    margin-top: -170px;
    padding-bottom: 200px;
}
.bg_glay {
    background-color: var(--rightColor);
    border-radius: 22px;
    padding: 30px 50px;
}
.ul_contact {
    list-style: none;
    display: flex;
    gap: 15px;
}
.ul_contact li {
    width: calc((100% - 30px) / 3);
}
.h2_ribbon {
    position: relative;
    margin-top: -100px;
}
.con_04 {
    margin-top: 5rem;
    background-image: url(../img/bg_03.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    margin-bottom: 220px;
}
.con_04 .img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -150px;
    text-align: center;
    line-height: 0;
}
.ul_photo_01 img , .ul_photo_02 img , .ul_photo_03 img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
}
.con_05 , .con_06 {
    background-color: var(--rightColor);
    border-radius: 50px;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 50px;
    margin-top: 70px;
}
.con_05 ul {
    display: flex;
    gap: 40px 50px;
    list-style: none;
    align-items: flex-start;
    margin-top: 40px;
}
.ul_photo_02 {
    width: calc((100% - 100px) / 3);
    flex-direction:column;
    gap: 40px !important;
}
.ul_photo_03 {
    width: calc((100% - 100px) / 3 * 2 + 50px);
    gap: 30px !important;
}
.wrap_photo {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.dl_voice {
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}
.dl_voice dt {
    width: 250px;
}
.dl_voice dd {
    width: calc(100% - 270px);
}
.con_07 {
    margin-top: 70px;
    background-image: url(../img/bg_white_top.png) , url(../img/bg_white_bottom.png) , url(../img/bg_04.jpg) ;
    background-repeat: no-repeat;
    background-size: 100% auto , 100% auto , cover;
    background-position: bottom center , top center , center center;
    padding: 170px 0;
}
.dl_flow {
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}
.dl_flow dt {
    width: 170px;
}
.dl_flow dd {
    width: calc(100% - 200px);
}
.con_08 {
    padding: 100px 0;
}

/* よくある質問 */
.faq_dl .inner {
    margin-top: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.18) ;
    background-color:var(--rightColor);
}
.faq_dl dt {
    padding: 1rem 4rem 1rem 4rem;
    position: relative;
    cursor : pointer;
    background-color: #fff;
}
.faq_dl dt::before {
    content: "Q";
    display: block;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    color : var(--mainColor);
    font-weight: bold;
}
.faq_dl .btn {
    position: absolute;
    background-color:var(--mainColor);
    color: #fff;
    top: 50%;
    margin-top: -10px;
    right: 1.5rem;
}
.faq_dl .btn span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
.btn span::before,.btn span::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}
.btn span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.faq_dl dt.highlight .btn span::before {
    opacity: 0;
}
.faq_dl dt.highlight .btn span::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq_dl dd {
    display: none;
    background-color: var(--bgColorlight);
    font-size: 80%;
    padding: 1rem 2rem;
    line-height: 180%
}
.faq_dl dd a {
    color: #fff;
}
.faq_dl dd a:hover {
    text-decoration: none;
}
@media screen and (max-width: 850px) {
    .faq_wrap {
        padding: 20px 0;
    }
    .faq_wrap .wrap_s {
        margin-left: 0;
        margin-right: 0;
    }
    .faq_dl .inner {
        margin-top: 10px;
    }
}
.con_09 {
    background-color: var(--rightColor);
    padding-top: 150px ;
    padding-bottom: 100px;
    background-image: url(../img/bg_white_bottom.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.h2_red {
    text-align: center;
}
.h2_red span {
    display: inline-block;
    border-radius: 300px;
    background-color: #CE3037;
    color: #fff;
    padding: 20px 50px;
}
.company {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.company div {
    width: 50%;
    text-align: center;
}
.company .p14 {
    margin-top: 10px;
}
.h3_company {
    color: var(--mainColor);
}
.company_left div {
    float: left;
}
.company_right div {
    float: right;
}
#footer {
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    #header h1 span {
        font-size: 12px;
    }
    #mv {
        padding-top:130px;
    }
}
@media screen and (max-width: 1000px) {
    #header h1 span {
        display: none;
     }
    .bn_fix {
        width: 170px;
        right: 0;
    }
    .ul_bg li , .bg_glay , .con_05, .con_06 {
        border-radius: 20px;
        padding: 20px;
    }
    .ul_bg .top , .ul_bg .wrap_flex {
        flex-direction: column;
        gap: 10px;
    }
    .ul_bg .wrap_flex div {
        width: 100%;
    }
    .ul_contact {
        margin-top: 30px;
        flex-direction: column;
    }
    .ul_contact li {
        width: 100%;
        text-align: center;
    }
    .ul_contact li img {
        width: 250px;
        height: auto;
    }
    .company div {
        width: 100%;
        float: none;
    }
    .company .txt {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    #mv {
        padding: 0;
        line-height: 0;
        background-image: none;
    }
    #mv h2 {
        width: 100%;
        padding: 0;
    }
    #mv img {
        width: 100%;
        height: auto;
    }
    #header h1 span {
        display: none;
     }
     #header img {
         float: none;
         position: absolute;
         left: 0;
         top: 0;
         width: 100px;
     }
     #gnav {
         width: 80px;
     }
     #gnav span {
         display: none;
     }
     #gnav ul {
         line-height: 40px;
     }
     #gnav ul li {
         width: 50%;
     }
     #gnav ul a {
         height: 40px;
         background-position: center center;
         background-repeat: no-repeat;
     }
     #gnav li:first-child a {
         background-image: url(../img/head_nav_01.png);
         background-size: 23px auto;
     }
     #gnav li:last-child a {
         background-image: url(../img/head_nav_02.png);
         background-size: 16px auto;
     }
    .wrap_photo , .con_05 ul , .ul_photo_03 {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }
    .con_05 ul li , .ul_photo_03 li {
        width: 100%;
    }
    .wrap_photo img , .con_05 ul img , .ul_photo_03 img {
        width: 300px;
        height: auto;
    }
    .con_05 .wrap_s , .con_06 .wrap_s {
        margin: 0 auto;
    }
    .dl_voice , .dl_flow {
        flex-direction: column;
        gap: 0;
    }
    .dl_voice dt , .dl_voice dd , .dl_flow dt , .dl_flow dd {
        width: 100%;
    }
    .dl_voice dt , .dl_flow dt {
        text-align: center;
    }
    .con_07 {
        padding: 70px 0;
    }
    .con_05, .con_06 {
        margin-top: 20px;
    }
    .con_04 .img {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }
    .con_04 {
        margin-bottom: 50px;
        padding-top: 70px;
        margin-top: 50px;
    }
    .h2_ribbon {
        margin-top: 0;
        padding-top: 50px;
    }
    .con_02 {
        padding-bottom: 70px;
    }
    .con_09 , .con_08 {
        padding: 50px 0;
    }
    .faq_dl {
        margin-top: 30px;
    }
    .con_01 {
        padding-top: 0;
    }
}