@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: #404040;
  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)";
}

/*共通*/
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsM{
    font-size: 1.3em;
}
.fsL{
    font-size: 1.3em;
}
.fsLL{
    font-size: 1.7em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.mt40{
    margin-top:40px;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}

.red {
    color: #f10205;
  font-weight: bold;
}
 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }

@media screen and (min-width:640px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
.pa {
    padding: 20px 10px;
}
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}
figure img,
img {
    width: 100%;
    max-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: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
  padding-top: 30px;
}
@media screen and (max-width:768px) {
    header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    }
}
#mv {
    /*margin-top: 16vw;*/
}
/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


@media screen and (min-width:640px) {
header {
  width: 100%;
}
#mv {
    /*margin-top: 120px;*/
    margin-bottom: 20px;
}
}

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

#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0;
    padding: 1%;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
}

@media screen and (min-width:640px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.3em;
}
}

@media screen and (max-width:640px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1em;
}
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.arrow_mt {
margin-top: -2vw;
}

/*-------------基本プランのごあんない-------------*/
.item {
    width: 24%;
    margin-bottom: 4%;
}
section.trouble {
    margin-bottom:0;
    margin-top: 2.5em;
}
.tp {
    width: 100px;
    height: 110px;
    margin-bottom: 10px;
    background-size: 100%;
}

@media screen and (min-width:640px){
section.trouble {
    margin-bottom: 0;
    margin-top: 20px;
}
.tp {
    width: 200px;
    height: 225px;
    margin-bottom: 10px;
    background-size: 100%;
}
}

@media screen and (max-width:320px){
.tp {
    width: 27vw;
    height: 31vw;
    margin-bottom: 10px;
}
p.item02 {
    height: 43vw;
}
}

/*-------------仕組み-------------*/
section.system {
    margin-bottom: 1em;
    margin-top: 2.5em;
}

@media screen and (min-width:640px) {
section.system {
margin-top: 5em;
}
}

@media screen and (max-width:320px) {
p.fz_se {
    font-size: 0.75em;
}
}

/*-------------選ばれる理由-------------*/
section.point {
    background: #04cfe1;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-bottom: 2em;
}
h3 {
    color: #e60012;
    font-weight: bold;
    font-style: oblique;
    margin: 0;
    font-size: 1em;
    letter-spacing: -0.5px;
    line-height: 1.4;
}

@media screen and (min-width:640px){
h3 {
    font-size: 1.7em;
    line-height: 1.3;
}
}

@media screen and (max-width:320px) {
h3 {
font-size: 0.9em;
}
}

/*-------------お客様からの声-------------*/
section.voices {
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    margin-bottom: 2em;
    margin-top: 4em;
}
h4 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -0.8px;
}
.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}
.slider img{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.voice {
    width: 97%;
    background: #fff;
    margin: 0 auto;
    padding: 5%;
    border-radius: 20px;
/*    height: 780px;*/
    border: 3px solid #03c1d9;
}

@media screen and (min-width:640px){
h4 {
    font-size: 2em;
}
.voice {
    width: 90%;
}
section.voices {
    margin-top: 100px;
}
}

@media screen and (max-width:320px) {
h4 {
    font-size: 1em;
}
}

/*-------------ご利用の流れ-------------*/
section.step {
    background-color: #fff2d6;
    margin-bottom: 2em;
}
.step-p1 {
    text-align: center;
    color: #fff;
    background: #03c1d9;
    padding: 2%;
    font-weight: bold;
}
p.step_p {
    font-size: 0.8em;
}

@media screen and (min-width:640px){
section.step {
    margin-bottom: 80px;
}
}

/*-------------対象エリア-------------*/
h5 {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 3em;
}
dl {
    display: inline-block;
    text-align: center;
    font-weight:bold;
    width: 90%;
    position: relative;
    z-index: 2;
}
dl.area2 {
    margin-top: -10px;
    width: 40%;
    margin-bottom: 16vh;
}
dt {
    color: #fff;
}
dt.area_kansai {
    background-color: #e181a9;
}
dt.area_shikoku {
    background-color: #cfdb00;
}
dt.area_kyusyu {
    background-color: #ea591f;
}
dt.area_cyubu {
    background-color: #2a69b3;
}
dt.area_kanto {
    background-color: #00a0d9;
}

dd.area_kansai {
    border-bottom: 2px solid #e181a9;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_shikoku {
    border-bottom: 2px solid #cfdb00;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kyusyu {
    border-bottom: 2px solid #ea591f;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_cyubu {
    border-bottom: 2px solid #2a69b3;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kanto {
    border-bottom: 2px solid #00a0d9;
    margin-bottom: 10px;
        margin-left: 0;
}

@media screen and (min-width:640px){
dl {
    font-size: 22px;
    width: 60%;
}
h5 {
    padding: 0 5%;
    font-size: 1.6em;
margin-top: 4em;
}
}



/*-------------Q&A-------------*/
section.qa {
    margin-bottom: 2em;
}
/*アコーディオン*/
/*1~10*/
    .OaC_btn_1,.OaC_btn_2,.OaC_btn_3,.OaC_btn_4,.OaC_btn_5,.OaC_btn_6,.OaC_btn_7,.OaC_btn_8,.OaC_btn_9,.OaC_btn_10 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #03c1d9;
        font-weight: bold;
        border: 3px solid #03c1d9;
        font-size: 18px;
        position: relative;
        line-height: 1.3;
        padding-left: 3%;
        padding-right: 12%;
        margin: 20px 10px 5px 10px;
    }

    .sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6,.sp_close_7,.sp_close_8,.sp_close_9,.sp_close_10 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .close {
        line-height: 1.6;
        padding: 3%;
        margin: 0 10px 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }

@media screen and (max-width:640px) {
/*FAQ*/
/*アコーディオン*/
/*1-6*/
.OaC_btn_1,.OaC_btn_2,.OaC_btn_3,.OaC_btn_4,.OaC_btn_5,.OaC_btn_6,.OaC_btn_7,.OaC_btn_8,.OaC_btn_9,.OaC_btn_10 {
    font-size: 18px;
    padding-left: 3%;
}

.sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6,.sp_close_7,.sp_close_8,.sp_close_9,.sp_close_10 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.close {
    line-height: 1.6;
    padding: 3%;
    margin: 0 10px 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
}
}

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

footer {
    background: #03c1d9;
    color: #fff;
    margin-top: 1em;
}
tbody {
    font-size: 12px;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}
.logo img {
    width: 80%;
    margin-bottom: 10px;
}

@media screen and (min-width:640px) {
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 50%;
        margin-bottom: 10px;
    }
}

h3{
    font-size: 150%;
    font-weight: bold;
}
.pics{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
h4{
    text-align: center;
    max-width: 1000px;
    margin: 1% auto;
    font-weight: bold;
    font-size: 140%;
    line-height: 1.8;
}
.pc{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
.sp{
    display: none;
}

.kinds h4{
    color: #f83600;
}
.price_detail{
    margin: 2% auto;
    max-width: 1000px;
}
.price_detail_ttl{
    display: block;
    padding: 10px 0;
    background-color: #b1d9df;
    color: #666;
    margin-bottom: 2%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.price_table{
    width: 100%;
    margin: 2% auto;
    border-collapse: collapse;
}
.price_table td{
    border: 1px solid #999;
    padding: 10px 15px;
}
.price_table tr:first-child td{
    background-color: #eee;
    text-align: center;
}
.area_flex{
    width: 100%;
    max-width: 1200px;
    margin: 5% auto 3%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.area_flex iframe{
    width: 50%;
}
.area_flex .area_flex_ttl{
    width: 48%;
}
.area_flex .area_flex_ttl h3{
    text-align: center;
    padding: 10px 0;
    color: #007284;
}
.area_flex .area_flex_ttl .area_flex_child{
    line-height: 2;
    height: 300px;
    padding-right: 10px;
    overflow-y: scroll;
}
.area_flex .area_flex_ttl .area_flex_child a{
    margin-bottom: 10px;
    padding: 0px 15px;
    background-color: #fff;
    color: #007284;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
}
.area_flex+.anno{
    display: block;
    width: 1000px;
    font-size:12px;
    color:#999;
    text-align: right;
    margin: -2.5% auto 0;
}

.column_area{
    width: 100%;
    max-width: 1000px;
    margin: 5% auto;
}
.column_area>h2{
    background: #007284;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 24px;
    margin: 4% 0 2%;
}
.column_area>h3{
    color: #007284;
    font-size: 20px;
    margin: 3% 0 1%;
    font-style: normal;
    border-bottom: 1px solid #007284;
}
.column_area>h4{
    text-align: left;
    margin: 1% 0 0;
    padding: 0;
    font-size: 16px;
}
.column_area p{
    margin: 10px 0;
}
.area a,
.area a:visited,
.area a:hover{
    color: #333;
}
.bgY{
    background-color: #fff9f3;
}
.column_child{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2% auto;
    border-bottom: 2px dashed #999;
    padding-bottom: 5px;
}
.column_child>img{
    width: 20%;
    object-fit: contain;
}
.column_child>div{
    width: 78%;
}
.column_child>div a,
.column_child>div a:hover,
.column_child>div a:visited{
    color: #007284;
    font-weight: bold;
    font-size: 20px;
}
.column_child>div p{
    font-size: 14px;
}

@media screen and (max-width:640px){
	h2.flow_ttl {
    margin: -3% auto 15px auto;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    color: #3366cc;
    background: none;
    line-height: 1.3;
}
	h2.customer_ttl {
    margin: -5% auto 0 auto;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    color: #3366cc;
	background:none; 
}
	h2.staff_ttl {
    margin: 0 auto;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #3366cc;
	background:none;
}
	h2.qa_ttl {
    margin: -3% auto 2% auto;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #3366cc;
	background:none;
}
    h2{
        font-size: 5.5vw;
        margin: 10% 0 0;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
        margin: 5% auto;
    }
    .pics{
        max-width: 95%;
    }
    h4{
        font-size: 100%;
    }
    .price_table{
        width: 95%;
    }
    .price_table td{
        padding: 10px;
        line-height: 1.6;
    }
    .price_table td:first-child{
        width: 65%;
    }
    .area_flex{
        width: 95%;
        display: block;
    }
    .area_flex iframe,
    .area_flex .area_flex_ttl{
        width: 100%;
    }
    .area_flex iframe{
        height: 30vh;
    }
    .area_flex .area_flex_ttl h3{
        margin-top: 6%;
    }
    .area_flex .area_flex_ttl .area_flex_child{
        height: 150px;
    }
    .column_area{
        width: 95%;
    }
    .column_child{
        display: block;
        margin-bottom: 5%;
    }
    .column_child>img,
    .column_child>div{
        width: 100%;
    }
    .column_child>div p{
        margin: 0;
    }
}

h2.ttl{
    background: linear-gradient(to bottom, #007284 0%, #05cfe1 100%);
    padding: 25px 0;
    text-align: center;
    font-size: 3.5em;
    color: #fff;
    text-shadow: 0 0 10px #007284;
    font-style: italic;
    position: relative;
    line-height: 1.2;
}
h2.ttl::after{
    content: '';
    position: absolute;
    top: 100%;
    left: calc(80vw - 50%);
    width: 0;
    height: 0;
    border-top: 60px solid #05cfe1;
    border-left: 20vw solid transparent;
    border-right: 20vw solid transparent;
}
h2.ttl>span{
    color: #faec2f;
    font-size: 1.2em;
}

/*PC*/
@media screen and (min-width:760px){
    .sec_content{
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .sec_content figure{
        text-align: center;
    }
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
	h2.flow_ttl {
margin: -3% auto 0 auto;
    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
    color: #3366cc;
    background: none;
    line-height: 1.3;
}
	h2.customer_ttl {
    margin: -4% auto 0 auto;
    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
    color: #3366cc;
	background:none;
}
	h2.staff_ttl {
    margin: 1% auto 2% auto;
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
    color: #3366cc;
	background:none;
}
	h2.qa_ttl {
    margin: -4% auto 2% auto;
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
    color: #3366cc;
	background:none;
}
}
/*SP*/
@media screen and (max-width:760px){
    /*
    .head_flex{
        padding: 10px;
        box-sizing: border-box;
    }
    .head_flex>figure{
        width: 80%;
    }
    */
    h2.ttl{
        font-size: 2em;
    }
    h2.ttl::after{
        border-top: 25px solid #05cfe1;
    }
    .sec_content{
        padding: 30px 5px 0;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}


/* 210917 */
.lead_text{
    margin: 70px 0;
    position: relative;
    z-index: 5;
    background-image: url('../img/lead_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0;
}
.lead_text>p{
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.lead_text>p:first-child{
    color: #999;
    font-weight: bold;
}
.lead_text>p>b{
    font-size: 2rem;
    color: #e10000;
}
.lead_text>p:first-child>span{
    background-color: #999;
    color: #fff;
    padding: 0px 10px;
    position: relative;
    margin: 0 5px;
    font-size: 1.4rem;
}
.lead_text>p:first-child>span::before{
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #999;
    top: 100%;
    left: 15%;
    position: absolute;
}
.lead_text>p:nth-child(2){
    color: #ff7800;
    font-size: 2.2rem;
    font-weight: bold;
}
.lead_text>p:last-child{
    color: #333;
}
.pics{
    display: block;
    max-width: 1000px;
    margin: 1% auto;
}
.kinds h4{
    color: #f83600;
}
.slick_new{
    margin: 0;
}
.slick01 .slick-next,
.slick01 .slick-prev,
.slick02 .slick-next,
.slick02 .slick-prev,
.slick_new .slick-next,
.slick_new .slick-prev{
    display: none !important;
}


.slick02{
    width: 900px;
    margin: 0 auto;
}
@keyframes scrollFlowTxt{
    0%{transform: translateX(0)}
    100%{transform: translateX(-100%)}
}


.illust_card{
    width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 4px solid #ff7800;
    background-color: #ffe4cc;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 0;
}
.illust_card>img{
    display: block;
    width: 20%;
}
.illust_card>div{
    width: 78%;
}
.illust_card>div>p:first-child{
    color: #ff7800;
    font-weight: bold;
    font-size: 1.8rem;
}
.illust_card>div>p:first-child .marker{
    padding: 0 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 167, 0) 20%, rgba(255, 255, 167, 1) 100%);
}
.illust_card>div>p:first-child .fsL{
    font-size: 2.4rem;
}

.ave_area{
    width: 1000px;
    margin: 15px auto 60px;
}
.ave_kind{
    border: 3px solid #999;
    padding: 15px;
    margin: 15px auto;
}
.ave_area .or .ave_kind_child>p:first-child{
    background-color: #ffbb7f;
}
.ave_kind>.ave_kind_child{
    display: flex;
    margin: 5px auto;
}
.ave_kind>.ave_kind_child>p{
    display: block;
}
.ave_kind>.ave_kind_child>p:first-child{
    width: 30%;
    text-align: center;
    background-color: #e1eaf7;
    padding: 5px 0;
    font-weight: bold;
}
.ave_kind>.ave_kind_child>p:last-child{
    padding: 5px 0 5px 10px;
}
.ave_kind+.ave_kind{
    margin-bottom: 0;
}
.ave_kind+p{
    text-align: right;
}

.map_bg_area{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.map_txt{
    display: block;
    text-align: center;
    margin-top: 100px;
}
.map_bg_area>h3{
    text-align: left;
    color: #e10000;
    text-decoration: underline;
    font-size: 2.2rem;
    margin-top: 10%;
}
.map_bg_img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.mc_ab{
    position: absolute;
    font-size: 1.6rem;
}
.mc_ab a{
    color: #333;
}
.mc_ab>p:first-child{
    font-size: 1.8rem;
    font-weight: bold;
}

/* 北海道 */
.map_content01{
    right: 9%;
    top: 5%;
}
.map_content01>p:first-child{
    color: #00a5d3;
}
/* 関東 */
.map_content02{
    right: 22%;
    bottom: 31%;
}
.map_content02>p:first-child{
    color: rgb(0,160,217);
}
/* 関西 */
.map_content03{
    left: 37%;
    top: 22%;
}
.map_content03>p:first-child{
    color: rgb(225,129,169);
}
/* 関西 */
.map_content04{
    right: 42%;
    bottom: 13%;
}
.map_content04>p:first-child{
    color: rgb(42,105,179);
}
/* 四国・中国 */
.map_content05{
    left: 14%;
    top: 42%;
}
.map_content05>p:first-child{
    color: rgb(207,219,0);
}
/* 九州 */
.map_content06{
    left: 10%;
    bottom: 13%;
}
.map_content06>p:first-child{
    color: rgb(234,89,31);
}

@media screen and (max-width:640px){
    .pics{
        max-width: 95%;
    }
    .price_table{
        width: 95%;
    }
    .price_table td{
        padding: 10px;
        line-height: 1.6;
    }
    .price_table td:first-child{
        width: 65%;
    }
    .column_area{
        width: 95%;
    }
    .column_child{
        width: 95%;
        display: block;
        margin-bottom: 5%;
    }
    .column_child>img,
    .column_child>div{
        width: 100%;
    }
    .column_child>div p{
        margin: 0;
    }
    .slick_new>div{
        line-height: 1.5;
    }
    .slick01_wrapper,
    .slick02{
        width: 98%;
    }
    .lead_text{
        margin: 20px 0;
    }
    .lead_text>p:nth-child(2){
        font-size: 1.8rem;
    }
    .illust_card{
        width: 98%;
        display: block;
        padding-bottom: 15px;
    }
    .illust_card>div{
        width: 100%;
    }
    .illust_card>img{
        width: 50%;
        margin: 0 auto;
    }
    .illust_card>div>p:first-child{
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .illust_card>div>p:first-child>span{
        font-size: 1.6rem;
    }
    .ave_area{
        width: 98%;
    }
    .ave_kind>.ave_kind_child{
        display: block;
    }
    .ave_kind>.ave_kind_child>p{
        width: 100% !important;
    }
    .map_bg_area{
        width: 95%;
    }
    .map_bg_area>h3{
        font-size: 1.6rem;
    }
    .map_bg_area .map_bg_img{
        width: 100%;
        margin-top: 20px;
    }
    .mc_ab{
        position: static;
        margin: 10px 0;
    }
    .mc_ab>p{
        font-size: 1.2rem !important;
    }
    .map_txt{
        margin-top: 30px;
    }
    #content{
        overflow-x: hidden;
    }
    .item{
        width: 31%;
    }
    #mv{
        width: 100%;
    }
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
.n_humb{
	background-color: #697685;
	color:#fff;
	text-align: center;
}
/*ナビゲーションを横並びに*/
.n_humb ul{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}
/*2階層目以降は横並びにしない*/
.n_humb ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.n_humb ul li{
    display: block;
    width: 20%;
	position: relative;
	border-right: 1px solid #999;
}
.n_humb ul li:last-child{
    border:none;
}

/*ナビゲーションのリンク設定*/
.n_humb ul li a{
	display: block;
	text-decoration: none;
	color: #999;
	transition:all .3s;
	padding:20px 35px;
}
.n_humb ul li p{
    padding:20px 35px;
    margin: 0;
}
.n_humb ul li p,
.n_humb ul li a,
.n_humb ul li a:hover{
    color: #fff;
    text-decoration: none !important;
}

.n_humb ul li li a{
	padding:10px 15px;
}

.hm_icon{
    display: block;
    height: 35px;
    margin: 0 auto 10px;
    object-fit: contain;
}


/*==矢印の設定*/

/*2階層目を持つliの矢印の設定
.n_humb ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}
*/

/*3階層目を持つliの矢印の設定
.n_humb ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}
*/

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.n_humb li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:120px;
	z-index: 4;
    /*形状を指定*/
	background: #007284;
	width:100%;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
.n_humb li.has-child:hover > ul,
.n_humb li.has-child ul li:hover > ul,
.n_humb li.has-child:active > ul,
.n_humb li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.n_humb li.has-child ul li{
    width: 100% !important;
}
.n_humb li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

.n_humb li.has-child ul li:last-child a{
	border-bottom:none;
}

.n_humb li.has-child ul li a:hover,
.n_humb li.has-child ul li a:active{
	background:#3577CA;
}


/*==3階層目*/

/*3階層目の位置*/
.n_humb li.has-child ul ul{
	top:0;
	left:182px;
	background:#66ADF5;
}

.n_humb li.has-child ul ul li a:hover,
.n_humb li.has-child ul ul li a:active{
	background:#448ED3;
}





.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.humb {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(16, 69, 153, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
.humb.open {
  transform: translateZ(0);
}
.humb li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
/*========= レイアウトのためのCSS ===============*/

header .n_humb h1{
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
}

header .n_humb h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

header .n_humb p{
	margin-top:20px;	
}

header .n_humb small{
	background:#333;
	color:#fff;
	display: block;
	text-align: center;
	padding:20px;
}


header .n_humb section{
	padding:30px;
}

header .n_humb section:nth-child(2n){
	background:#f3f3f3;	
}

/*==768px以下の形状*/

@media screen and (max-width:768px){
	.n_humb{
		display: none !important;
	}
	/*========= ボタンのためのCSS ===============*/
    .openbtn{
    	position:absolute;
        z-index: 9999;/*ボタンを最前面に*/
    	top:10px;
    	right: 10px;
    	cursor: pointer;
        width: 50px;
        height:50px;
    }
    	
    /*×に変化*/	
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
    	background-color: #007284;
      	width: 45%;
      }
    
    .openbtn span:nth-of-type(1) {
    	top:15px;	
    }
    
    .openbtn span:nth-of-type(2) {
    	top:23px;
    }
    
    .openbtn span:nth-of-type(3) {
    	top:31px;
    }
    
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    
    .openbtn.active span:nth-of-type(2) {
    	opacity: 0;
    }
    
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    /*========= ナビゲーションのためのCSS ===============*/
    
    #g-nav{
        position:fixed;
        z-index: 999;
    	top:0;
        right: -120%;
    	width:100%;
        height: 100vh;
    	background: #b1d9df;
    	transition: all 0.6s;
    }
    
    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        right: 0;
    }
    
    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /*ナビゲーション*/
    #g-nav ul {
        margin: 20% auto 0;
        width: 90%;
    }
    
    /*リストのレイアウト設定*/
    
    #g-nav li{
    	list-style: none;
    }
    #g-nav ul .ttl{
        font-weight: bold;
        color: #007284;
        margin-bottom: 15px;
    }
    #g-nav ul .break{
        padding: 15px 0;
    }
    
    #g-nav li a{
    	color: #333;
    	padding: 5px 10px;
    	display: block;
    	text-transform: uppercase;
    	letter-spacing: 0.1em;
    }
}

@media screen and (min-width:768px){
    .open_btn,
    #g-nav{
        display: none !important;
        width: 0 !important;
        position: absolute !important;
    }
    .he_ri{
        margin-left: auto;
    }
}
.column_tab {
    display: flex;
    flex-wrap: wrap;
    background: #e7e7e7;
    margin: 80px auto 40px;
    padding: 10px 0 25px;
    justify-content: space-around;
    width: 95%;
}
.column_tab_box {
    width: 47%;
    background: #fff;
    padding: 10px;
    box-shadow: 4px 5px 10px #c7c7c7;
}
.column_tab_box img {
    width: 100%;
}
.column_tab_box a {
    color: #4c4c4c;
}
.column_tab h3 {
    width: 100%;
    color: #646464;
    font-style: normal;
    text-align: center;
    margin: 20px;
    font-size: 23px;
    background: none;
}

@media screen and (max-width:768px){
    
.column_tab_box {
    width: 95%;
    margin: 10px 0;
}
}
/*ポップアップ*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*240404*/
.aboutus_content {
    background: #ffffe8;
    padding: 20px 40px 40px;
    margin: 20px 0 0;
}
.aboutus_content h2 {
    text-align: center;
    font-size: 34px;
    color: #101010;
    margin: 20px 0 20px;
    line-height: 1.3;
}
.aboutus_content h2 .yellow {
    color: #ff4200;
}
.aboutus_content h3 {
    text-align: center;
    font-style: normal;
    color: #000;
}
.aboutus_content_inn {
    padding: 15px 30px;
    background: #ffff;
    margin: 20px 0;
}
p.tyuusyaku {
    font-size: 11px;
}
.aboutus_content_inn img {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}
h5.balloon {
position: relative;
    display: block;
    margin: 30px auto -35px;
    padding: 7px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 25px;
    background: #ff4200;
    border-radius: 15px;
    width: fit-content;
}
h5.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
  border-top: 15px solid #ff4200;
}
.aboutus_content h4 {
padding: 5px 0 0px;
    margin-bottom: 16px;
    color: #ff4200;
    font-size: 35px;
    border-bottom: 2px solid;
}
.aboutus02_240222{
    width: 80%;
    display: block;
    margin: auto;
}
p.aboutus_icon {
        text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    background: #ff4200;
}
@media screen and (max-width: 640px){
    .aboutus_content {
    padding: 15px 20px 35px;
}
.aboutus_content h2 {
    font-size: 21px;
    margin: 15px 0 15px;
}
p.aboutus_icon {
    font-size: 15px;
}
.aboutus_content_inn {
    padding: 10px 15px;
    margin: 15px 0;
}
.aboutus_content_inn img {
    width: 100%;
}
.aboutus_content_inn img {
    margin: 0 auto 10px;
}
h5.balloon {
    margin: 0px auto -15px;
    min-width: 160px;
    height: 50px;
    line-height: 36px;
    font-size: 17px;
}
h5.balloon:before {
    bottom: -21px;
}
.aboutus_content h4 {
    font-size: 23px;
    line-height: 1.5;
    padding-bottom: 5px;
}
.aboutus02_240222 {
    width: 100%;
}

}
.cost_content {
    background: #ffe9e9;
    padding: 40px 40px 40px;
}
img.cost01_img {
    width: 60px;
    display: block;
    margin: auto;
}
.cost_content h3 {
    text-align: center;
    font-size: 34px;
    color: #101010;
    margin: 20px 0 20px;
    line-height: 1.3;
    font-style: normal;
}
.cost_content h4 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    margin: 0 auto;
    background: #ff4200;
}
img.cost02_img {
    width: 80%;
    display: block;
    margin: 15px auto 20px;
}
img.cost03_img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
img.cost04_img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
p.cost_point {
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0461ca;
    margin: 30px 0 0;
}
h5.balloon2 {
position: relative;
    display: block;
    margin: 30px auto -15px;
    padding: 7px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 25px;
    background: #ff4200;
    border-radius: 15px;
    width: fit-content;
}
h5.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
  border-top: 15px solid #ff4200;
}
.cost_content_inn02{
    padding: 20px;
    background: #fff;
    border: 2px solid #ff4200;
}
p.cost_point03 {
    background: #fffbc4;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0461ca;
    margin: 30px 0 10px;
}
p.cost_point02 {
    background: #ff4200;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 20px;
}
@media screen and (max-width: 640px){
    img.cost01_img {
    width: 45px;
    }
    .cost_content {
    padding: 40px 20px 40px;
    }
    .cost_content h3 {
    font-size: 27px;
    }
    .cost_content h4 {
    font-size: 20px;
    }
    img.cost02_img {
    width: 100%;
    margin: 10px auto 15px;
    }
    img.cost03_img {
        width: 100%;
    }
    .fsLL {
        font-size: 1.3em;
    }
    img.cost04_img {
        width: 100%;
    }
    h5.balloon2 {
    font-size: 20px;
    }
    p.cost_point03 {
    padding: 15px;
    font-size: 17px;
    }
    p.cost_point02 {
    padding: 15px 15px;
    font-size: 17px;
    }
}
img.service01_img {
    width: 60px;
    display: block;
    margin: auto;
}
.service_content {
    background: #ffffe8;
    padding: 40px 40px 60px;
}
.service_content h3 {
    text-align: center;
    font-size: 34px;
    color: #101010;
    margin: 20px 0 20px;
    line-height: 1.3;
    font-style: normal;
    color: #ff4200;
}
.service_content p {
    width: 85%;
    display: block;
    margin: 0 auto;
}
img.service02_img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
.reason_content {
    background: #ffffe8;
    padding: 30px 40px 60px;
    border-top: 10px solid #ff4200;
}
.reason_content h3 {
    text-align: center;
    font-size: 34px;
    color: #101010;
    margin: 20px 0 35px;
    line-height: 1.3;
    font-style: normal;
    color: #ff4200;
}
h5.balloon3 {
position: relative;
    display: block;
    margin: 30px auto -35px;
    padding: 7px 20px;
    width: fit-content;
    max-width: 100%;
    color: #fff;
    font-size: 23px;
    background: #ff4200;
    border-radius: 15px;
    width: fit-content;
}
h5.balloon3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
  border-top: 15px solid #ff4200;
}
.reason_content_inn {
    background: #fff;
    padding: 25px 25px 25px;
}
.reason_content_inn h4 {
    color: #3366cc;
    border-bottom: 1px solid #3366cc;
    margin-top: 30px;
}
.reason_content_inn p {
    margin-bottom: 15px;
}
.reasonimg_04{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.reason_content_inn02 {
    padding: 25px 25px 25px;
    border: 2px solid #ff4200;
    margin: 30px 0;
    border-radius: 10px;
}
.reason_content_inn02 h4 {
    color: #ff4200;
    border-bottom: 1px solid #ff4200;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.reason_flex {
    display: flex;
    justify-content: space-around;
}
.reason_flex img {
    width: 25%;
}
.reason_flex_p {
    width: 65%;
}
.comparison_content{
    background: #ffe9e9;
    padding: 40px 40px 40px;
}
img.comparison01_img {
    width: 60px;
    display: block;
    margin: auto;
}
.comparison_content h3 {
    text-align: center;
    font-size: 34px;
    color: #101010;
    margin: 20px 0 30px;
    line-height: 1.3;
    font-style: normal;
    color: #ff4200;
}
.comparison02_img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
p.comparison_point {
    text-align: center;
    background: #fff;
    padding: 20px;
    font-size: 25px;
    line-height: 1.3;
    color: #ff4200;
}
@media screen and (max-width: 640px){
    .service_content {
    padding: 40px 20px 40px;
    }
    img.service01_img {
    width: 45px;
    }
    .service_content h3 {
    font-size: 27px;
    }
    .service_content p {
    width: 100%;
    }
    img.service02_img {
    width: 100%;
    margin: 15px auto 0;
    }
    .reason_content{
    padding: 40px 20px 40px;
    }
    .reason_content h3 {
    font-size: 29px;
    margin: 0px 0 20px;
    }
    h5.balloon3 {
    font-size: 17px;
    }
    .reason_content_inn {
    padding: 25px 15px 25px;
    margin-bottom: 20px;
    }
    .reason_content_inn h4 {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 7px;
    }
    .reasonimg_04 {
    width: 100%;
    }
    .reason_content_inn02 {
    padding: 0px 10px 5px;
    margin: 10px 0;
    }
    .reason_content_inn02 h4 {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 0px;
    }
    .reason_flex img {
    width: 35%;
    }
    .reason_flex_p p {
    font-size: 15px;
    }
    .reason_flex_p {
    width: 59%;
    }
    .comparison_content{
        padding: 40px 20px 40px;
    }
    .comparison_content h3 {
    font-size: 27px;
    margin: 10px 0 20px;
    }
    img.comparison01_img{
    width: 45px;
    }
    .comparison02_img {
    width: 100%;
    }
    p.comparison_point {
    font-size: 20px;
    }
}