@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #121212;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #b83397;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ol, ul {
    list-style: none;
}


/*共通*/
.fsS{
    font-size: .8em;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0;
}
.fsS01{
    font-size: .9em;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0;
}
.fsSS {
    color: #818181;
    font-size: .7em;
    line-height: 1.3;
    padding: 7px 0 0;
}
.fsSSS {
    font-size: .5em;
    line-height: 1.9;
}
.fsL{
    font-size: 1.3em;
}
.fsLL {
    font-size: 1.5em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
    color: #121212;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc {
    display: none;
}
.sp {
  display: block;
}

@media screen and (min-width:640px){
.sp {
  display: none;
}
.pc {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
}



/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3% 5%;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

@media screen and (min-width:640px) {
    #content {
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0px 10px 15px -10px #808080;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
}
#mv {
    margin-top: 13vw;
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 4.9vw;
    top: 29%;
    right: 2%;
    /* letter-spacing: -2.3px; */
    margin: 0;
}
.tel_btn {
    display: flex;
    align-items: center;
    background: #f96400;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0px 7px 0px 0px #be4c00;
    margin: 0 0 7px;
}
.tel_btn img {
    padding: 0 15px 0 0;
    width: 32%;
}
a.tel.tel_btn {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
}
.mv_btn {
    background-color: #fff;
    margin: 10px;
    margin-top: 0;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.triangle01 {
    width: 55px;
    aspect-ratio: 1;
    border-top-left-radius: 10px;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    background: #116ac4;
    position: absolute;
    top: 0;
    left: 0;
}
.triangle02 {
    width: 55px;
    aspect-ratio: 1;
    border-top-right-radius: 10px;
    clip-path: polygon(100% 100%,0 0,100% 0);
    background: #116ac4;
    position: absolute;
    top: 0;
    right: 0;
}
.triangle03 {
    width: 55px;
    aspect-ratio: 1;
    border-bottom-right-radius: 10px;
    clip-path: polygon(100% 0,0 100%,100% 100%);
    background: #116ac4;
    position: absolute;
    bottom: 0;
    right: 0;
}
.triangle04 {
    width: 55px;
    aspect-ratio: 1;
    border-bottom-left-radius: 10px;
    clip-path: polygon(0 0,100% 100%,0 100%);
    background: #116ac4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ma {
    margin: 0 25px 10px;
    padding-top: 15px;
}
.ma2 {
    margin: 20px 25px 15px;
    padding-bottom: 15px;
}
.mv_btn p {
    top: 8%;
    left: 17%;
    font-size: 1.9rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff963;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.attention_btn p {
    top: 8%;
    left: 17%;
    font-size: 1.9rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff963;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.credit {
    width: 95%;
    text-align: center;
    margin-bottom: 2em;
}
.cta_area{
    background: url(../img/cta_bg.jpg) no-repeat;;
    padding: 3% 30px 6%;
}
.cta_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_flex img {
    padding: 0 10px;
    width: 7%;
    height: 0%;
}
.cta_flex b {
    font-size: 32px;
}
.cta_ttl {
    padding: 25px 0 0;
    text-align: center;
    font-weight: bold;
}
.cta_ttl p {
    font-size: 35px;
    margin: -7px 0 0 0;
}

/*動くボタン*/
.boyoboyo {
    animation: squash 1.2s ease-in-out infinite; /* .boyoboyo側で1.2秒おきにアニメーションを呼び出し実行する */
}
@keyframes squash {
    0% {transform: scale(1);}
    50% {transform: scale(1.06);}/*大きさを変えたいため、scaleを、1→1.1→1と変化*/
    100% {transform: scale(1);}
}

@media screen and (min-width:750px) {
header {
  max-width: 750px;
}
#mv {
    margin-top: 104px;
}
.head_tell{
    font-size: 37px;
    top: 33%;
}
.mv_btn p {
    top: 1%;
    left: 13.5%;
    font-size: 4rem;
}
.attention_btn p {
    top: 0;
    left: 13%;
    font-size: 4rem;
}
.mv_btn {
    margin: 20px 0 20px;
    padding: 6% 0 4%;
}
.cta_time {
    font-size: 26px;
}
}
@media screen and (max-width:750px) {
    a.tel.tel_btn {
        font-size: 4vw;
        width: 40%;
    }
    header {
        padding: 10px 20px;
    }
    .header_logo{
        width: 45%;
        margin: 0px 0 7px;
    }
    .tel_btn img {
        padding: 0 7px 2px 0;
        width: 25%;
    }
    .tel_btn {
        padding: 5px 15px 3px;
        border-radius: 50px;
        margin: 0 0 7px;
        justify-content: center;
    }
    .cta_area {
        padding: 8% 5% 6%;
    }
    .cta_flex b {
        font-size: 6.5vw;
    }
    .cta_flex img {
        padding: 0 7px;
        width: 11%;
    }
    .mv_btn {
        margin: 0 0 10px;
        padding: 20px 0 15px;
    }
    .ma {
        margin: 0 5% 3%;
        padding-top: 12px;
    }
    .ma2 {
        margin: 5% 5% 1%;
        padding-bottom: 15px;
    }
    .fsS01 {
        font-size: .7em;
    }
    .cta_ttl p {
        font-size: 6vw;
        margin: -1% 0 3% 0;
    }
    .cta_ttl {
        padding: 0;
    }
    .mv_btn p {
        top: 11%;
        left: 15%;
        font-size: 7.5vw;
    }
    .triangle01 {
        width: 35px;
    }
    .triangle02 {
        width: 35px;
    }
    .triangle03 {
        width: 35px;
    }
    .triangle04 {
        width: 35px;
    }
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

h2 {
    text-align: center;
    margin: auto;
    margin-bottom: 0;
    background-size: contain;
}


/*-------------自力でのハチ駆除は危険です！-------------*/
.danger {
    background: url(../img/danger_bg.jpg) no-repeat;
    padding: 10% 0 6%;
}
.danger_flex{
    display: flex;
}
.danger_card {
    background-color: #ffe825;
    margin: 40px 0 20px;
}
.danger_top{
    vertical-align: top;
}
.danger_bottom{
    vertical-align: bottom;
}
.danger_flex {
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 30px;
}
.danger_flex img {
    width: 25%;
    margin: 0 -14px 0 23px;
}
.danger_wrapper{
    padding: 0 40px;
}
.dange {
    padding: 10px 0 0 26px;
}
@media screen and (max-width:750px) {
    .danger_wrapper {
        padding: 0 5%;
    }
    .danger_card {
        margin: 8% 0 5%;
    }
    .danger_flex img {
        width: 45%;
        margin: 0 -3% 0 5%;
    }
    .danger_flex {
        padding: 0 0 0 6%;
    }
    .danger_flex p {
        font-size: 4vw;
        margin: 0;
    }
    .dange {
        padding: 1% 0 0 4%;
    }
    .danger {
        padding: 10% 0;
    }
}

/*-------------ハチ駆除の窓口はお客様第一＆適正価格をお約束！-------------*/
.promise{
    background-color: #dff6ff;
}
.promise_wrapper {
    padding: 50px 35px;
}
.promise_wrapper02 {
    padding: 50px 35px 0;
}
.promise_attention {
    display: flex;
    padding: 20px 0;
    border-radius: 20px;
    border: 5px dashed #e10000;
    color: #e10000;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.promise_attention p {
    font-size: 24px;
}
.promise_attention img {
    width: 15%;
    margin: 0 20px;
}
.promise_txt {
    margin: 30px 0;
}
.cheap {
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    position: relative;
}
.cheap p {
    color: #fff;
    font-size: 23px;
}
.cheap img {
    width: 30%;
    padding: 0 20px 0 0;
}
.cheap:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 60px solid transparent;
    border-top: 38px solid #212121;
    transform: translateX(-50%);
  }
.promise_cta{
    background: url(../img/attention_bg.png) no-repeat;
    position: relative;
    padding: 0 0 80px;
}
.attention_btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.attention_img{
    margin: -20px 0 0;
}
@media screen and (max-width:750px) {
    .promise_wrapper {
        padding: 8% 5%;
    }
    .promise_attention p {
        font-size: 4.7vw;
        margin: 0;
    }
    .promise_attention img {
        width: 12%;
        margin: 0 10px;
    }
    .promise_attention {
        padding: 4% 0;
        border: 3px dashed #e10000;
        border-radius: 10px;
    }
    .promise_txt {
        margin: 6% 0;
    }
    .cheap p {
        color: #fff;
        font-size: 4.5vw;
    }
    .cheap {
        padding: 0% 5% 3%;
    }
    .cheap img {
        width: 45%;
        padding: 1% 4% 0 0;
    }
    .cheap:before {
        border: 32px solid transparent;
        border-top: 22px solid #212121;
    }
    .promise_wrapper02 {
        padding: 7% 5% 3%;
    }
    .attention_btn {
        width: 94%;
        bottom: 15%;
    }
    .promise_cta {
        padding: 0 0 26%;
    }
}

/*-------------料金プラン-------------*/
.price {
    background: url(../img/price_bg.jpg) no-repeat;
    padding: 70px 30px 95px;
}
.price h2{
    width: 70%;
    margin: 0 auto 20px;
}
.price_wrapper img {
    margin: 15px 0;
}
.price_txt{
    width: 80%;
    margin: 0 auto;
}
.fcW{
    color: #fff !important;
}
.ma0{
    margin: -15px 0 15px;
}

.bb{
    margin-bottom: -2%;
}

@media screen and (max-width:750px) {
    .price {
        padding: 15% 5% 20%;
    }
    .price h2 {
        width: 80%;
        margin: 0 auto 1%;
    }
    .price_wrapper img {
        margin: 3% 0;
    }
}

/*-------------WEB限定割引1,000円OFF-------------*/
.coupon{
    margin: -40px 0 0; 
}
.cta_area02 {
    background: url(../img/cta_bg.jpg) no-repeat;
    padding: 9% 30px 6%;
    margin: -28px 0 0;
}
@media screen and (max-width:750px) {
    .cta_area02 {
        background: url(../img/cta_bg.jpg) no-repeat;
        padding: 16% 5% 6%;
        margin: -6% 0 0;
    }
}

/*-------------トラブル解決までの流れ-------------*/
.flow{
    background-color: #dff6ff;
}
.flow_wrapper{
    padding: 50px 40px;
}
.flow_item {
    background: #fff;
    border-radius: 20px;
    margin: 0 0 45px;
    position: relative;
}
.flow_flex img {
    width: 15%;
    padding: 0 20px 0 0;
}
.flow_ttl {
    background: #f96400;
    border-radius: 20px 20px 0 0;
    padding: 15px 20px;
    position: relative;
}
.flow_abs {
    position: absolute;
    top: -25px;
    right: 15px;
    width: 27%;
}
.flow_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flow_ttl p {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}
.flow_txt {
    padding: 30px 20px;
}
.flow_txt p {
    margin: 0;
}
.flow_bubble {
    position: relative;
    margin: 1.5em auto 0;
    padding: 10px 10px;
    color: #555;
    font-size: 16px;
    background: #0963c4;
    border-radius: 50px;
    width: 75%;
    text-align: center;
}
.flow_bubble p{
    color: #ffe825;
    font-weight: bold;
}
.flow_bubble:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #0963c4;
}
.flow_item::after {
    content: '';
    display: block;
    width: 2px;
    height: 40px; /* 縦線の高さを指定 */
    border-left: 2px dotted #000; /* ドット線のスタイル */
    margin: 10px auto; /* 上下の余白を指定 */
}
.flow_item::after {
    content: '';
    display: block;
    width: 2px;
    height: 35px;
    border-left: 7px dotted #0963c4;
    margin: 10px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
}
.flow_line {
    width: 11%;
    margin: 0 auto;
    padding: 5px 0 0;
}
@media screen and (max-width:750px) {
    .flow_wrapper {
        padding: 10% 5% 7%;
    }
    .flow_ttl p {
        font-size: 5.6vw;
        line-height: 1.3;
    }
    .flow_flex img {
        width: 20%;
        padding: 0 4% 0 0;
    }
    .flow_ttl {
        border-radius: 15px 15px 0 0;
        padding: 3% 5%;
    }
    .flow_abs {
        top: -19%;
        right: 1%;
        width: 35%;
    }
    .flow_txt {
        padding: 6% 5% 5%;
    }
    .flow_item {
        border-radius: 15px;
        margin: 0 0 8%;
    }
    .flow_item::after {
        height: 20px;
        border-left: 6px dotted #0963c4;
        bottom: -34px;
    }
    .flow_line {
        width: 17%;
    }
    .flow_bubble {
        width: 100%;
    }
    .flow_bubble p {
        font-size: 14px;
    }
}

/*-------------ハチ駆除の窓口が選ばれる理由-------------*/
.reason{
    background: #ffefdc;
}
.reason_wrapper {
    padding: 65px 40px 90px;
}
.reason01, .reason02 {
    border-radius: 20px;
    padding: 90px 30px 30px;
    position: relative;
    margin: 0 0 70px;
    background-color: #fff; /* 背景色 */
    background-image: 
        linear-gradient(90deg, rgba(173, 216, 230, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(173, 216, 230, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(173, 216, 230, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(173, 216, 230, 0.2) 1px, transparent 1px);
    background-size: 0px 100px, 0px 100px, 20px 20px, 20px 20px;
    background-position: 0 0, 0 0, 10px 10px, 10px 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.reason_ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reason_ttl img {
    width: 20%;
    padding: 0 20px 0 0;
}
.reason_ttl p {
    color: #0963c4;
    font-size: 25px;
    margin: 0;
}
.reason_abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -63px;
}
.reason01 h3, .reason02 h3 {
    position: relative;
    /* display: inline-block; */
    height: 80px;
    line-height: 80px;
    padding: 0 1rem;
    width: 536px;
    background-color: #0963c4;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.reason01 h3::before,
.reason01 h3::after,
.reason02 h3::before,
.reason02 h3::after{
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #0963c4 transparent;
    border-style: solid;
    content: '';
}

.reason01 h3::before, .reason02 h3::before {
    left: -15px;
    border-width: 40px 0px 40px 15px;
}

.reason01 h3::after, .reason02 h3::after {
    right: -15px;
    border-width: 40px 15px 40px 0px;
}
.reason_txt {
    margin: 22px 0 20px;
}
.reason_item {
    margin: 0 0 35px;
}
.choice_graph{
    background-color: #fff5a5;
    padding: 40px 25px 40px 35px;
    margin: 0 0 25px 0;
}
.safety h3{
    position: relative;
    /* display: inline-block; */
    height: 146px;
    line-height: 52px;
    padding: 22px 1rem;
    width: 620px;
    background-color: #f96400;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: -15px auto 0;
}
.safety h3::before,
.safety h3::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #f96400 transparent;
    border-style: solid;
    content: '';
}
.safety h3::before {
    left: -25px;
    border-width: 73px 0px 73px 25px;
}
.safety h3::after {
    right: -25px;
    border-width: 73px 25px 73px 0px;
}
.safety_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.safety_ttl p{
    color: #f96400;
    font-size: 30px;
    margin: 0;
}
.safety_ttl img {
    width: 26%;
    padding: 0 20px 0 0;
}
.safety_txt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.safety_txt img {
    width: 26%;
    padding: 0 20px 0 0;
}
.safety_item {
    border: 4px solid #f96400;
    border-radius: 20px;
    padding: 73px 30px 30px;
    margin: 70px 0 30px;
    position: relative;
}
.safety_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffefdc;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}
@media screen and (max-width:750px) {
    .reason01 h3, .reason02 h3 {
        width: 100%;
    }
    .safety h3 {
        height: 90px;
        line-height: 1.5;
        padding: 15px 1rem;
        font-size: 5vw;
        width: 85%;
        margin: 1% auto 0;
    }
    .reason_abs {
        width: 85%;
        top: -3%;
    }
    .reason01 h3, .reason02 h3 {
        position: relative;
        /* display: inline-block; */
        height: 60px;
        line-height: 61px;
        padding: 0 3%;
        font-size: 5.5vw;
    }
    .reason01 h3::after, .reason02 h3::after {
        right: -15px;
        border-width: 30px 16px 30px 0px;
    }
    .reason01 h3::before, .reason02 h3::before {
        left: -15px;
        border-width: 30px 0px 30px 16px;
    }
    .safety h3::after {
        right: -20px;
        border-width: 45px 20px 45px 0px;
    }
    .safety h3::before {
        left: -20px;
        border-width: 45px 0px 45px 20px;
    }
    .reason_wrapper {
        padding: 13% 5% 16%;
    }
    .reason01, .reason02 {
        border-radius: 15px;
        padding: 22% 5% 2%;
        margin: 0 0 12%;
    }
    .reason_ttl p {
        font-size: 5.3vw;
        line-height: 1.3;
    }
    .reason_ttl img {
        width: 21%;
        padding: 0 3% 0 0;
    }
    .reason_txt {
        margin: 5% 0;
    }
    .reason_item {
        margin: 0 0 10%;
    }
    .choice_graph {
        padding: 8% 3% 8% 5%;
        margin: 0 0 6% 0;
    }
    .safety_ttl p {
        font-size: 5vw;
    }
    .safety_ttl img {
        width: 30%;
        padding: 0 5% 0 0;
    }
    .safety_ttl {
        top: -13%;
        width: 83%;
    }
    .safety_item {
        border: 3px solid #f96400;
        border-radius: 15px;
        padding: 13% 4% 4%;
        margin: 13% 0 7%;
    }
    .safety_txt img {
        width: 36%;
        padding: 0 5% 0 0;
    }
}

/*-------------お客様からの声-------------*/
.voices {
    background: url(../img/voice_bg.jpg) no-repeat;
    padding: 10% 0 3%;
    background-size: cover;
    margin-bottom: -3%;
}
.voices h2 {
    width: 85%;
}
.voice_bubble p {
    margin: 0;
}
.voice_bubble {
    position: relative;
    display: inline-block;
    margin: 5px 0 5px 15px;
    padding: 15px 25px 15px;
    min-width: 120px;
    max-width: 100%;
    background: #f96400;
    width: 60%;
    border-radius: 10px;
}
  
  .voice_bubble:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f96400;
  }
h4 {
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: #fff;
    margin: -10px 0 0;
}
.balloon1 {
    font-size: 1.2em;
    letter-spacing: -0.5px;
    font-weight: 800;
    color: #000;
    position: relative;
    display: table;
    margin: 0.6em auto 1.5em;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
  }

  .balloon1:before {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }

  .balloon1 p {
    margin: 0;
    padding: 0;
  }
.slider{
    margin: auto;
    margin-top: 25px;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.slick-prev {
    left: 0!important;
    z-index: 10;
}
.slick-next {
    right: 0!important;
    z-index: 10;
}
.voice {
    width: 97%;
    background: #fff;
    margin: 0 auto 25px;
    padding: 5%;
    border-radius: 20px;
    box-shadow: 0px 13px 0px 0px #cb650a;
}
.position-voice_p1 {
    display: flex;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
}
.position-voice_p1 img {
    width: 16%;
    margin-right: 15px;
    margin-left: 0;
}
.position-voice_p2 {
    font-size: 1em;
}
.slider .slick-prev:before {
	background: url(../img/prev.png) no-repeat center!important;
    background-size: contain!important;
    width: 90% !important;
    height: 90% !important;
}

.slider .slick-next:before {
	background: url(../img/next.png) no-repeat center!important;
    background-size: contain!important;
    width: 100% !important;
    height: 100% !important;
}
.slick-arrow::before {
    content: ""!important;
    width: 90%!important;
    height: 90%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
    z-index: 2!important;
    width: 55px!important;
    height: 55px!important;
}
.slider .slick-prev{
	left: 18%;
}
.slider .slick-next{
	right: 20%;
}
.slick-prev:before, .slick-next:before{
	font-size: 60px !important;
	opacity: 1 !important;
}

@media screen and (min-width:640px){
h4 {
    font-size: 2em;
}
    .voice_ttl {
    font-size: 2em;
}
.voice {
    width: 90%;
}
.position-voice_p1 {
    font-size: 22px;
}
.balloon1 {
    font-size: 22px;
    margin: 1em auto;
}
}
@media screen and (max-width:320px){
    .voice_ttl {
    font-size: 1.4em;
}
h4 {
    font-size: 1em;
}
.position-voice_p2 {
    font-size: 0.8em;
}
}
@media screen and (max-width:750px) {
    .voices {
        padding: 12% 0 6%;
        margin-bottom: -3%;
    }
    .voice {
        padding: 8% 5%;
        border-radius: 15px;
    }
    .slider .slick-next:before {
        width: 70% !important;
        height: 70% !important;
    }
    .slider .slick-prev:before {
        width: 70% !important;
        height: 70% !important;
    }
    .slick-prev, .slick-next {
        top: 42% !important;
    }
    .slider .slick-next {
        right: 0 !important;
    }
    .slider .slick-prev {
        left: 3% !important;
    }
    .voice_bubble {
        margin: 5px 0 5px 10px;
        padding: 5%;
        width: 74%;
    }
    .voice_bubble:before {
        left: -22px;
        margin-top: -11px;
        border: 11px solid transparent;
        border-right: 11px solid #f96400;
    }
    .voice_bubble p {
        margin: 0;
        font-size: 3.9vw;
    }
    .position-voice_p1 img {
        width: 24%;
        margin-right: 4%;
        margin-left: 0;
    }
    .slick-dots {
        bottom: -15px !important;
    }
}


/*-------------対象エリア-------------*/
.area {
    background: url(../img/area_bg.jpg) no-repeat;
    padding: 8% 0 27%;
}
.area h2 {
    width: 74%;
}
.area .wrapper {
    margin: 10px 6% 0;
}
h5 {
    padding: 3%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 2em;
}
dl {
    display: inline-block;
/*    text-align: center;*/
    width: 100%;
}
dl.area2 {
    margin-top: -10px;
    width: 52%;
    margin-bottom: 16vh;
}
.map_abs {
    top: -18%;
    width: 80%;
    left: 18%;
}
dt {
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
dt.area_hokkai {
    background-color: #0b58a5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
dt.area_kansai {
    background-color: #f96400;
}
dt.area_shikoku {
    background-color: #f99800;
}
dt.area_kyusyu {
    background-color: #e10000;
}
dt.area_cyubu {
    background-color: #a400e1;
}
dt.area_kanto {
    background-color: #0b83a5;
}

dd {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 0;
    margin-top: -1px;
    margin-bottom: 10px;
}

dd.area_hokkai, dd.area_kansai, dd.area_shikoku, dd.area_kyusyu, dd.area_cyubu, dd.area_kanto{
    padding: 5px 0;
    background-color: #fff;
    background-image: 
        linear-gradient(90deg, rgba(173, 216, 230, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(173, 216, 230, 0.2) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(173, 216, 230, 0.2) 1px, transparent 1px), 
        linear-gradient(rgba(173, 216, 230, 0.2) 1px, transparent 1px);
    background-size: 0px 100px, 0px 100px, 20px 20px, 20px 20px;
    background-position: 0 0, 0 0, 10px 10px, 10px 10px;
}

@media screen and (min-width:640px){
    .map_abs {
    top: -40%;
    left: 19%;
    width: 82%;
}
dl {
    font-size: 22px;
    width: 65%;
}
h5 {
    padding: 0 5%;
    font-size: 1.6em;
margin-top: 4em;
}
}

@media screen and (max-width: 750px) {
    .map_abs {
        top: 9%;
        left: 11%;
        width: 93%;
    }
    .area h2 {
        width: 78%;
    }
    .area {
        padding: 12% 0 41%;
    }
    dd.area_hokkai, dd.area_kansai, dd.area_shikoku, dd.area_kyusyu, dd.area_cyubu, dd.area_kanto {
        padding: 5px 3%;
    }
    dl.area2 {
        width: 66%;
    }
    .area .wrapper {
        margin: 1px 6% 0;
    }
}
@media screen and (max-width:469px) {
	    .map_abs {
        top: 9%;
        left: 11%;
        width: 93%;
    }
}

/*-------------Q&A-------------*/
.qa {
    padding: 12% 0 6%;
    margin: -30px 0 0;
    background-color: #fff;
    background-image: 
        linear-gradient(90deg, rgba(255, 217, 181, 0.5) 1px, transparent 1px),
        linear-gradient(rgba(255, 217, 181, 0.5) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(255, 217, 181, 0.5) 1px, transparent 1px), 
        linear-gradient(rgba(255, 217, 181, 0.5) 1px, transparent 1px);
    background-size: 0px 100px, 0px 100px, 20px 20px, 20px 20px;
    background-position: 0 0, 0 0, 10px 10px, 10px 10px;
}
.qa h2{
    width: 75%;
}
.acc{
    background-color: #f96400;
    border-radius: 18px;
    margin-bottom: 28px;
}
.q_icon,.a_icon{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.q_icon{
    font-size: 60px;
    margin: 0 25px 0 0;
}
.a_icon{
    font-size: 48px;
    margin: -10px 40px 0 0;
}
.title {
    position: relative;
    cursor: pointer;
    padding: 0 15% 0 4%;
    transition: all .5s ease;
    display: flex;
    align-items: center;
}
.title h3{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
}
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 52px;
  height: 4px;
  background-color: #fff;
}
.title::before{
  top:48%;
  right: 34px;
  transform: rotate(0deg);
  transition: all .5s;

}
.title::after{
  top:48%;
  right: 34px;
  transform: rotate(90deg);
  transition: all .5s;
}
/* 開いている時のスタイル */
.title.open::before {
    opacity: 0;
}
.title.open::after {
    transform: rotate(180deg);
}
.box {
    display: none;
    padding: 0 2% 3%;
    align-items: flex-start;
}
.box > div {
    background: #fff;
    padding: 5% 4%;
    margin: 0;
}
.box > div p {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
.fsS02{
    color: #818181 !important;
    font-size: .9em !important;
    padding-left: 2em !important;
    text-indent: -2em !important;
    margin-bottom: 0 !important;
    line-height: 1.5!important;
    margin: 0!important;
    font-weight: 100 !important;
}

@media screen and (max-width:750px){
    .qa {
        padding: 18% 0 8%;
    }
    .qa h2 {
        width: 80%;
        margin: 0 auto 5%;
    }
    .acc{
        border-radius: 10px;
        margin-bottom: 17px;
    }
    .q_icon {
        font-size: 11vw;
        margin: 0 5% 0 0;
    }
    .title {
        padding: 1% 17% 1% 5%;
    }
    .title h3{
        font-size: 18px;
    }
    .title::before,
    .title::after{
      width: 26px;
      height: 4px;
    }
    .title::before{
      top:48%;
      right: 17px;
    }
    .title::after{
      top:48%;
      right: 17px;
    }
    .box {
        padding: 0 4% 5%;
    }
    .box > div p {
        font-size: 13px;
    }
    .fsS02 {
        font-size: .6em !important;
    }
}



/*-------------フッター-------------*/

footer {
    background: #0b58a5;
    color: #fff;
}
tbody {
    font-size: 12px;
}
.toiawase {
    padding: 15px 20px 42px;
}
table.fooer_table {
    width: 100%;
    padding: 0 10px 0;
    line-height: 1.8;
    text-align: center;
}
table.fooer_table th{
    width: 35%;
    text-align: center;
}

footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
.fs20{
    font-size: 20px !important;
    margin: 25px 0 0;
}
.close1 {
    display: none;
}
figure.logo {
    text-align: center;
    padding-top: 45px;
}
.logo img {
    width: 60%;
    /* margin-bottom: 10px; */
}
.another {
    width: 80%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
    margin: auto;
    text-align: center;
}
footer .footer_flex01{
    display: flex;
}
footer .footer_flex01 p{
    text-align: left;
    font-size: 14px;
}
footer .footer_flex01{
    justify-content: center;
    align-items: center;
}
footer .footer_flex01 p:first-child{
    margin-right: 20px;
}

@media screen and (min-width:640px) {
    .another{
        padding: 5px 0px 26px;
        font-weight: bold;
        border-top: 1px solid #fff;
    }
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 40%;
        margin-bottom: 10px;
    }
}

.web1000{
    margin-bottom: 4vw;
}

@media screen and (min-width:640px){
    .web1000{
    margin-bottom: 20px;
    }
}

@media screen and (max-width:750px){
    .toiawase {
        padding: 9px 9% 36px;
    }
    .another {
        width: 85%;
        padding: 5px 0px 9%;
    }
    .fs20 {
        font-size: 18px !important;
    }
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}

/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}

.kaikei {
    text-align: center;
    width: 100%;
    background-color: #deeeff;
    margin: auto;
    border: 3px solid #32adf1;
    font-weight: bold;
    padding: 0;
    margin-top: 21%;
    padding-top: 2%;
    margin-bottom: 5%;
}

.kaikei img {
    margin: auto;
    width: 94%;
    margin-top: -20%;
    max-width: 600px;
}

.fcB {
    color: #0043b5;
}
.fcR {
    color: #e10000;
}

.w-box {
    background-color: #fff;
    padding: 3%;
    border-radius: 10px;
    width: 94%;
    margin: 5% auto;
}


.caution_box {
    background-color: #32adf1;
    color: #fff;
    padding: 1% 0;
}

.ctaa{
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
}

.bc{
    padding-bottom: 5%;
}