@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}

img{
    width: 100%;
    object-fit: contain;
    display: block;
}

section.wrapper{
    width: 100%;
    overflow-x: hidden;
}

header{
    height: 90px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0 20px;
    z-index: 99;
}
header .header_wrapper{
    width: 95%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header_wrapper>div{
    width: 25%;
}
header .header_wrapper>div>img{
    width: 75%;
    margin-top: 3px;
}
header .header_wrapper>a{
    display: block;
    width: 35%;
}

.pc_menu{
    margin-top: 85px;
    background-color: #facc16;
}
.pc_menu>div{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pc_menu_item{
    width: 19%;
    position: relative;
}
.pc_menu_ttl{
    text-align: center;
    position: relative;
    z-index: 3;
}
.pc_menu_ttl a{
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #000;
}
.pc_menu_ttl>a:hover{
    background-color: rgba(255,255,255,0.7);
    font-weight: 500;
}
.pc_menu_ttl+ul{
    position: absolute;
    width: 100%;
    transform: translateY(-300px);
    z-index: 1;
    opacity: 0;
    background-color: #fff;
}
.pc_menu_ttl+ul li{
    list-style: none;
    border-bottom: 1px dashed #facc16;
}
.pc_menu_ttl+ul li:hover{
    background-color: #eee;
}
.pc_menu_ttl+ul li a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px;
}
.pc_menu_ttl:hover+ul,
.pc_menu_ttl+ul:hover{
    transform: translateY(0);
    opacity: 1;
}

.lead_box{
    background:repeating-linear-gradient(-45deg,#facc16,#facc16 10px,#fbd439 0,#fbd439 20px);
    padding: 3% 0;
    margin: 4% 0 5%;
}
.lead_box>div{
    max-width: 1000px;
    margin: auto;
}
.bubble_wrapper{
    text-align: center;
}
.bubble_wrapper+.bubble_wrapper{
    margin-top: 1%;
}
.bubble_wrapper>span{
    display: inline-block;
    padding: 3px 15px 6px;
    margin: 0 2px 8px;
    background-color: #fff;
    color: #ff7c00;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}
.bubble_wrapper>span::before{
    content: '';
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    top: 100%;
    left: 15px;
}
.lead_box>div>p{
    display: block;
    text-align: center;
    font-size: 30px;
    margin-top: 2.5%;
    color: #000;
    line-height: 1.3;
    font-weight: 500;
}
.lead_box>div>p>span{
    font-weight: bold;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
}

.cta_area>p{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.cta_area>div{
    width: 95%;
    max-width: 800px;
    margin: 1% auto;
    position: relative;
}
.cta_area>div .mail_btn{
    position: absolute;
    width: 50%;
    left: 10%;
    bottom: 13%;
}


h1{
    background-color: #facc16;
    height: 110px;
    border-bottom: 5px solid #bcbdbd;
    position: relative;
    margin: 7% 0 0;
}
h1>img{
    width: 95%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    top: -25%;
}

.col_wrapper{
    background-color: #fffcdb;
    padding: 5% 0;
}
.trouble_flex{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
.trouble_flex>img,
.trouble_flex>a,
.cc_page.under_page .trouble_flex>div{
    display: block;
    width: 32%;
    margin-bottom: 5%;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 7%);
}
.col_wrapper>p{
    font-size: 20px;
    display: block;
    text-align: center;
    color: #e71c0d;
    font-weight: 700;
}

.cc_box{
    width: 95%;
    max-width: 1000px;
    margin: 5% auto;
    border: 5px solid #facc16;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 7%);
    padding-bottom: 3%;
}
.cc_box h2{
    background-color: #facc16;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.cc_box .whats_new{
    width: 90%;
    margin: 3% auto 0;
}
.cc_box .whats_new>p{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1%;
}
.cc_box .whats_new .wn_slider{
    border-bottom: 2px dashed #facc16;
    padding:0 3% 0.5%;
}

.cc_box .cc_flex{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}
.cc_box .cc_flex>div>div{
    display: flex;
    margin-bottom: 3%;
    align-items: center;
}
.cc_box .cc_flex>div>div>img{
    width: 25%;
}
.cc_box .cc_flex>div{
    width: 45%;
    margin-bottom: 2%;
    border: 1px solid #ddd;
    padding: 2%;
}

.bd_box{
    width: 95%;
    max-width: 900px;
    margin: auto;
    border: 3px solid #000;
    padding: 2%;
    background-color: #fff;
}
.bd_box>div{
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bd_box>div>img{
    width: 49%;
    margin-bottom: 1.5%;
}

.covid_measure{
    width: 95%;
    max-width: 800px;
    margin: 5% auto;
    border-radius: 15px;
    background-color: #d8fbfc;
    padding-bottom: 5%;
}
.covid_measure>h2{
    background: #02c7cb;
    padding: 15px 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5%;
    border-radius: 15px 15px 0 0;
}
.covid_measure>img{
    width: 15%;
    margin: 0 auto 3%;
}
.covid_measure>p{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}

.area_box{
    margin-bottom: 5%;
}
.area_box h1,
.qa_box h1,
.cc_page h1{
    position: static;
    background-color: #0f5899;
    text-align: center;
    color: #fff;
    height: auto;
    padding: 2% 0;
    margin-top: 0;
}
.area_box .col_wrapper{
    background-image: url('../img/area_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 3% 0;
}
.area_box .col_wrapper>p{
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
.area_box .col_wrapper>img{
    width: 95%;
    max-width: 700px;
    margin: 3% auto;
}


.qa_box>div{
    padding: 5% 0 0;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
.acc-ttl{
    background-color: #c9e6fe;
    padding: 10px 50px;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    transition: all 0.5s;
}
.acc-ttl.open{
    background-color: #0f5899;
    color: #fff;
    border-bottom: 3px solid #000;
}
.acc-ttl::before{
    content: "Q";
    color: #025490;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    left: 20px;
    font-family: 'Ropa Sans', sans-serif;
    margin-right: 10px;
}
.acc-ttl.open::before{
    color: #fff;
}
.acc-ttl>span{
    position: absolute;
    top: 49%;
    right: 40px;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #000;
    transition: all 0.3s;
    z-index: 2;
}
.acc-ttl>span:last-of-type{
    transform: rotate(90deg);
}
.acc-ttl.open>span:last-of-type{
    transform: rotate(0);
}
.acc-content{
    display: none;
    padding: 10px 50px;
    text-align: justify;
}
.acc-content+.acc-ttl{
    margin-top: 1.5%;
}


mark{
    background: linear-gradient(transparent 50%, #ffff66 50%);
    padding: 0 10px;
}

footer{
    margin-top: 7%;
    background-color: #0f5899;
    padding: 3% 0;
}
footer>div{
    width: 95%;
    max-width: 800px;
    text-align: center;
    margin: auto;
}
footer>div a,
footer>div p{
    color: #fff;
}
.has_bd{
    display: block;
    margin: 1.5% auto 1%;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
footer .other{
    display: block;
    margin-top: 2%;
}
.footer_flex{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.footer_flex>p{
    margin: 0 5%;
    text-align: left;
}
footer .copyright{
    display: block;
    margin-top: 5%;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
    background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.menu-btn{
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #facc16;
  color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(250, 204, 22, 0.95);
}
.menu>div{
    height: 90vh;
    overflow-y: scroll;
    width: 80%;
}
.menu__item{
  margin: 0 auto;
  height: auto;
  padding: 0.5em 0 1em;
  color: #fff;
  box-sizing: border-box;
  border-bottom: 2px dashed #fff;
}
.menu__item:last-child{
    border-bottom: none;
}
.menu__item>div img{
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    vertical-align: bottom;
    position: relative;
    top: 10px;
}
.menu__item>div a{
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
.menu__item>ul{
    margin-top: 5%;
    padding-left: 10%;
}
.menu__item>ul li{
    list-style: none;
}
.menu__item>ul li a,
.menu__item>ul li a:visited{
    color: #000;
}
/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  transform: translateX(100vw);
  transition: all .2s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  transform: translateX(0);
}


.side_menu{
    border: 3px solid #facc16;
}
.side_menu .side_ttl{
    background-color: #facc16;
    padding: 10px 15px;
}
.side_menu .side_ttl img{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
}
.side_menu .side_ttl a{
    color: #fff;
    font-weight: 600;
}
.side_menu ul li{
    list-style: none;
}
.side_menu ul li a{
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.side_menu ul li a:hover{
    background-color: #eee;
}

.breadcrumb li{
    list-style: none;
    display: inline;
}
.breadcrumb li+li{
    margin-left: 10px;
}
.breadcrumb li+li a,
.breadcrumb li+li a:visited{
    color: #999;
}
.company h1{
    margin-top: 1%;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    font-size: 30px;
    height: auto;
}
.company table{
    width: 95%;
    margin: 3% auto;
    border-collapse: collapse;
}
.company table tr{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.company table th{
    background-color: #eee;
    font-size: 20px;
    width: 25%;
    padding: 20px 0;
}
.company table td{
    padding: 20px 0 20px 20px ;
}

.privacy_policy{
    display: block;
    margin: 3% auto;
    text-align: justify;
}



input[type='text'],
input[type='tel'],
input[type='email'],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact_page table{
    width: 100%;
}

.contact_page table th{
    font-size: 16px;
}
.contact_page .must{
    background-color: #e71c0d;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.contact_page .mb-2{
    font-size: 13px;
}
.contact_page #add{
    width: 100%;
    margin-top: 7px;
}
.contact_page #app_message{
    width: 100%;
}

.contact_page .decimal li{
    list-style: none;
}

.contact_page .pp h3{
    font-size: 18px;
    text-align: center;
    padding: 10px 0 7px;
}

.submit_btn input{
    background-color: #facc16;
    display: block;
    width: 80%;
    max-width: 400px;
    padding: 15px;
    margin: 5% auto 2%;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    border: none;
}
.contact_page input[type='text'],
.contact_page input[type='tel'],
.contact_page input[type='email'],
.contact_page textarea{
    border: 1px solid #ddd;
    padding: 2px 4px;
}

.contact_page .doui_check input{
    margin-right: 10px;
}

.breadcrumb_tag_area{
    margin: 4% 0 2%;
}

.cc_page h1{
    background-color: #facc16;
}
.trouble_flex>a{
    transition: all 0.5s;
    transform: scale(1);
}
.trouble_flex>a:hover{
    transform: scale(1.05);
}
.cc_page .col_wrapper{
    margin-bottom: 5%;
}
.cc_page .col_wrapper>a{
    display: block;
    width: 80%;
    margin: 1% auto 3%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    background-color: #ff7c00;
    text-decoration: none;
    transition: all 0.5s;
}
.cc_page .col_wrapper>a:hover{
    background-color: #fe0000;
}

.cc_page.under_page .trouble_flex>div{
    border: 2px solid #585656;
    background-color: #fff;
    margin-right: 1.3%;
}
.cc_page.under_page .trouble_flex>div h2{
    background-color: #585656;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}
.cc_page.under_page .trouble_flex>div>div{
    width: 95%;
    margin: 5px auto;
}
.cc_page.under_page .trouble_flex>div>div>span{
    display: inline-block;
    text-align: center;
    width: 40%;
    background-color: #facc16;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 0;
    margin-right: 10px;
}
.cc_page.under_page .trouble_flex>div>p{
    display: block;
    width: 95%;
    margin: 10px auto;
    text-align: justify;
}

.pc,
.sp{
    display: none;
}

@media screen and (min-width:769px) {
    .pc{
        display: block;
    }
    section.wrapper{
        min-width: 1100px;
    }
    .column_flex{
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .column_flex>div:first-child{
        width: 75%;
    }
    .column_flex>div:last-child{
        width: 23%;
    }
    .menu,
    .menu-btn{
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
    header{
        height: 70px;
        padding: 8px 0 22px;
    }
    .fv{
        margin-top: 70px;
    }
    header .header_wrapper{
        padding-right: 13%;
    }
    header .header_wrapper>div{
        width: 60%;
    }
    header .header_wrapper>div p{
        font-size: 12px;
    }
    header .header_wrapper>div>img{
        width: 85%;
    }
    header .header_wrapper>a{
        width: 15%;
    }
    .bubble_wrapper>span{
        font-size: 16px;
        padding: 3px 7px 6px;
        margin-bottom: 15px;
    }
    .lead_box{
        padding: 10% 0;
        margin-top: 0;
        margin-bottom: 10%;
    }
    .lead_box>div>p{
        font-size: 21px;
    }
    .lead_box>div>p>span{
        font-size: 1.1em;
    }
    .cta_area>p{
        font-size: 20px;
    }
    .cta_area>div{
        margin: 0 auto 10%;
    }
    .cta_area>div .mail_btn{
        width: 60%;
        left: 5%;
    }
    h1{
        height: auto;
        padding: 5% 0;
    }
    h1>img{
        position: static;
    }
    .trouble_flex>img,
    .trouble_flex>a,
    .cc_page.under_page .trouble_flex>div{
        width: 49%;
    }
    .col_wrapper>p{
        font-size: 17px;
    }
    .cc_box{
        margin: 10% auto;
        padding-bottom: 5%;
    }
    .cc_box .cc_flex{
        display: block;
    }
    .cc_box .cc_flex>div{
        width: 100%;
    }
    .cc_box .whats_new{
        margin-top: 5%;
    }
    .covid_measure>h2{
        font-size: 20px;
    }
    .covid_measure>img{
        width: 30%;
    }
    .covid_measure>p{
        width: 90%;
        font-size: 16px;
        text-align: justify;
        margin: auto;
        line-height: 1.5;
    }
    .covid_measure>p>br{
        display: none;
    }
    footer{
        padding: 8% 0;
    }
    footer>div p{
        font-size: 14px;
    }
    .has_bd{
        margin-top: 3%;
    }
    footer .other{
        margin-top: 5%;
    }
    .footer_flex>p{
        margin: 0 2%;
    }
    .area_box .col_wrapper{
        padding: 5% 0;
    }
    .area_box .col_wrapper>p{
        font-size: 20px;
    }
    .pc_menu{
        display: none;
    }
    .acc-ttl{
        padding: 15px 10px;
        padding-right: 50px;
        font-size: 16px;
    }
    .acc-content+.acc-ttl{
        margin-top: 2%;
    }
    .acc-ttl::before{
        font-size: 16px;
    }
    .acc-ttl>span{
        right: 15px;
    }
    .acc-content{
        padding: 10px 15px;
        font-size: 16px;
    }
    .column_flex>div:last-child{
        width: 95%;
        margin: 5% auto;
    }
    .area_box h1,
    .qa_box h1{
        padding: 4% 0;
    }
    .breadcrumb_tag_area{
        margin: 5% 0 3%;
    }
    .company table th{
        font-size: 16px;
    }
    .company table th,
    .company table td{
        padding: 10px 0;
    }
    .company table td{
        padding-left: 10px;
        font-size: 14px;
    }
    .cc_page.under_page .trouble_flex{
        display: block;
    }
    .cc_page.under_page .trouble_flex>div{
        width: 100%;
        margin: 0 0 3%;
    }
}