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



/* common */
html{}
body{ position:relative; font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","メイリオ","MS PGothic","MS UI Gothic",Helvetica,Arial, sans-serif;}
main{ position: relative;}
img{ max-width:100%;}
a{ transition: .3s; color: #2d7ec4;}
a:hover{ color: #2d7ec4;}
.container{ z-index: 1; position: relative;}
@media (min-width: 768px) {
body{ font-size: 16px; min-width: 1010px; padding-top: 75px;}
.pcnone{ display: none !important;}
.container{ width: 1010px; max-width: inherit;}
main{ min-width: 1010px;}
}
@media (max-width: 767.98px) {
body{ font-size: 14px;}
.spnone{ display:none !important;}
.container { padding-right: 10px; padding-left: 10px;}
.row { margin-right: -10px; margin-left: -10px;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{ padding-right: 10px; padding-left: 10px;}
}








/* header */
header{ background-color: #fff000;}

#overlayMenu ul{}

#head_logo{ line-height: 1em; margin: 0;}

#head_menu{ list-style: none; margin: 0; padding: 0;}
#head_menu a{ color: black;}

#head_translate{ display: flex; justify-content: space-between;}
#head_translate>a{ color: #00a0e9; font-weight: bold;}

#google_search{}
#google_search .gsc-control-cse{ background-color: transparent; border: none; padding: 0;}
#google_search table.gsc-search-box{ margin: 0;}
#google_search form.gsc-search-box{ margin: 0;}
#google_search table.gsc-search-box td.gsc-input{ padding-right: 0;}
#google_search .gsib_a{ padding: 3px 9px 2px 30px;}
#google_search .gsc-search-button{ position: absolute; left: 0; top: 0; margin: 0; height: 100%;}
#google_search .gsc-search-button-v2{ background-color: transparent; background-image: url("../images/g_search.svg"); background-position: center; background-size: 16px auto; background-repeat: no-repeat; border: none; width: 30px; padding: 0;}
#google_search .gsc-search-button-v2>svg{ display: none;}
#google_search .gsc-input-box{ border: black solid 2px;}
#google_search .gsc-input{ font-size: 12px; line-height: 1.8em;}
#google_search .gscb_a{ line-height: 25px;}
#google_search input.gsc-input{ background-size: contain !important;}

@media (min-width: 768px) {
header{ position: fixed; left: 0; top: 0; z-index: 50; width: 100%; padding-bottom: 20px;}

#head_logo{ position: relative; padding: 15px 0 0 15px; height: 75px; display: flex; align-items: center;}
#head_logo>a{ width: 150px; margin-bottom: 8px;}
#head_logo>a>img{ display: block; width: 150px; height: 26px;}

#head_menu{ display: flex; position: absolute; right: 175px; top: 35px; font-size: 14px;}
#head_menu>li{}
#head_menu>li:nth-child(n+2)::before{ content: "｜";}
#head_menu>li>a{ padding: 0 0.5em;}

#head_translate{ position: absolute; right: 15px; top: 10px; font-size: 10px;}
#head_translate>span::before{ content:"　　"; width: 20px; display: inline-block;}
#head_translate>span:last-child{ display: none;}
#google_search{ position: absolute; right: 15px; top: 30px; width: 150px;}

#overlayMenuBtn,
#head_sp{ display: none;}
}
@media (min-width: 768px) and (max-width: 1089.98px) {
#head_menu{ font-size: 12px; top: 36px;}
}
@media (min-width: 768px) and (max-width: 979.98px) {
#head_menu{ font-size: 10px; top: 38px;}
#head_menu>li>a{ padding: 0 0.1em;}
#head_logo>a{ width: 100px; margin-bottom: 6px;}


}

@media (max-width: 767.98px) {

#overlayMenuBtn{ position: fixed; width: 70px; height: 68px; right: 0; top: 10px; cursor: pointer; z-index: 30; transition: .3s; color: white; font-weight: bold; line-height: 1em; font-size: 12px; overflow: hidden;}
#overlayMenuBtn>img{ position: relative; right: -5px; top: 0; width: 70px;}
#overlayMenuBtn::before,
#overlayMenuBtn::after{ letter-spacing: 0.1em; font-family: "Arial Black",Arial, Gadget, Helvetica,'Noto Sans JP', "sans-serif"; font-weight: bold; position: absolute; top: 20px; transition: .3s; z-index: 1;}
#overlayMenuBtn::before{ content: "menu"; left: 19px;}
#overlayMenuBtn::after{ content: "close"; left: 18px; opacity: 0;}
.menu_open #overlayMenuBtn{ z-index: 51;}
.menu_open #overlayMenuBtn::before{ opacity: 0;}
.menu_open #overlayMenuBtn::after{ opacity: 1;}


#overlayMenu{ position: fixed; top: 0; left: 0; width: 200px; height: 100vh; background-color: #fff100; transition: .3s; z-index: 50; visibility: hidden; opacity: 0; transform: translateX(-200px); padding: 30px 15px 100px; overflow-y: auto;}
.menu_open #overlayMenu{ visibility: visible; opacity: 1; transform: translateX(0);}

#head_logo>a{ display: none;}
#head_logo::before{ content: "menu"; letter-spacing: 0.05em; font-family: "Arial Black",Arial, Gadget, Helvetica,'Noto Sans JP', "sans-serif"; font-weight: bold; font-size: 24px;}

#head_menu{ margin-top: 30px;}
#head_menu>li{}
#head_menu>li:nth-child(n+2)::before{ content: ""; display: block; background: url("../images/deco/border_wave.svg") repeat-x left / contain; height: 3px; margin: 3px 0;}
#head_menu>li>a{ padding: 3px 0; display: inline-block;}
#head_menu>li>a>span{}


#head_translate{ display: flex; margin: 40px 0 20px;}
#head_translate>span{ width: 1px; background-color: #333;}
#head_translate>a{ font-size: 10px;}

#spmenu_back{ background-color: rgba(0,0,0,0.50); position: fixed; left: 0; top: 0; display: block; width: 100%; height: 100%; z-index: 49; visibility: hidden; transition: .3s; opacity: 0;}

#google_search table.gsc-search-box{  position: relative;}
#google_search .gsc-input-box{ padding: 0; border-radius: 0;}

#sp_head_contact{ border: 2px solid black; display: flex; justify-content: center; align-items: center; height: 30px; font-weight: bold; color: black; margin: 20px 0 20px;}

#sp_head_marutoku{ margin: 20px 0; display: block;}

#sp_menu_close{ background-color: black; color: white; display: flex; justify-content: center; align-items: center; margin: 20px 0 0; height: 30px; font-weight: bold;}
#sp_menu_close>span:nth-child(1){ font-size: 16px;}
#sp_menu_close>span:nth-child(2){ margin-left: 10px; font-size: 18px;}

body.menu_open #spmenu_back{ visibility: visible; opacity: 1;}
}





footer{ z-index: 10; position: relative;}
#sns_link{ display: flex; justify-content: center;}
#copy{ text-align: center;}
@media (min-width: 768px) {
#pc_head_marutoku{ position: fixed; display: block; right: 30px; bottom: 170px; z-index: 44; width: 120px;}
footer.back_base{ padding-bottom: 10px; padding-top: 50px;}
#footer_menu{ display: none;}
#sns_link{ width: 240px; position: absolute; right: calc(50% - -140px); top: 10px;}
#sns_link>a{ margin: 0 15px; width: 50px;}
#footer_ad{ font-size: 12px; margin: 0 0 0 auto; width: 600px;}
#copy{ font-size: 12px; margin: 20px auto 0;}
}
@media (max-width: 767.98px) {
#pc_head_marutoku{ display: none;}
#footer_menu{ list-style: none; padding: 0 0 0 65px; position: relative; display: flex; flex-wrap: wrap; font-size: 12px; width: 300px; margin: 30px auto 15px;}
#footer_menu::before{ content: "menu"; font-family: "Arial Black",Arial, Gadget, Helvetica,'Noto Sans JP', "sans-serif"; font-weight: bold; line-height: 1em; position: absolute; left: 0; top: calc(50% - 0.5em);}
#footer_menu>li{ width: 25%; border-left: 1px solid black; padding: 1px 0 1px 5px; font-size: 10px;}
#footer_menu>li>a{ color: black;}
#sns_link{ margin-bottom: 10px;}
#sns_link>a{ margin: 0 10px; width: 40px;}
#footer_ad{ font-size: 8px; width: 300px; margin: 0 auto;}
#copy{ font-size: 8px; margin: 10px auto 60px;}
}



#icon_8_btn{ position: fixed; z-index: 40;}
#icon_8{ background: #12b8d7 url("../images/back/blue_dot.png") repeat center / 10px auto; position: fixed; z-index: 39; transition: .3s;}
#icon_8>div>p{ font-weight: 500; width: 100%; color: white; margin-bottom: 0px;}
#icon_8>div>p>small{ display: block; font-weight: normal;}
#icon_8>div{ display: flex; flex-wrap: wrap; text-align: center;}
#icon_8>div>figure>img{ display: block; margin: 0 auto;}
#icon_8>div>figure>figcaption{ font-weight: bold; font-size: 12px; padding-top: 0.5em;}
/*
#icon_8_close{ border:#12b8d7 solid 2px; background-color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
#icon_8_close::before{ content:"×"; color: #e8447e;}
*/
#icon_8_close{ border: white 1px solid; color: white; font-weight: 500; display: flex; justify-content: center; align-items: center;}
#icon_8_close>span{}
#icon_8_close>span:nth-child(1){ position: relative;}
#icon_8_close>span:nth-child(1)::before,
#icon_8_close>span:nth-child(1)::after{ content: ""; position: absolute; display: flex; justify-content: center; align-items: center; right: 0;}
#icon_8_close>span:nth-child(1)::before{ background-color: white; border-radius: 50%; z-index: 1;}
#icon_8_close>span:nth-child(1)::after{ content:"×"; color: #231815; z-index: 2; line-height: 1em;}
#icon_8_close>span:nth-child(2){ margin-left: 1em;}

@media (min-width: 768px) {
#icon_8_btn{ right: 0; bottom: 0; width: 160px; height: 160px;}
#icon_8_btn>img{ display: block; width: 160px; height: auto;}
#icon_8{ border: 10px solid #0088cd; width: 540px; height: 460px; top: calc(50% - 230px); left: calc(50% - 270px); padding: 75px 10px 0; align-content: flex-start; transform: translateY(100px); opacity: 0; visibility: hidden;}
#icon_8>div{ width: 100%; justify-content: center;}
#icon_8>div>p{ font-size: 18px;}
#icon_8>div>p>small{ font-size: 12px; margin-top: 10px;}
#icon_8>div>figure{ width: 96px; margin: 30px 10px 0;}
/*#icon_8>div>figure:nth-child(n+4){ margin-top: 30px;}*/
#icon_8::before{ content: ""; height: 65px; width: 100%; display: block; position: absolute; left: 0; top: 0; background: #0088cd url("../images/icon8/sp.svg") no-repeat center 0;}
.icon_open #icon_8{ transform: translateY(0); opacity: 1; visibility: visible;}
/*
#icon_8_close{ position: absolute; width: 30px; height: 30px; right: -25px; top: -25px;}
#icon_8_close::before{ font-size: 20px;}
*/
#icon_8_close{ width: 420px; margin-top: 20px; height: 40px;}
#icon_8_close>span:nth-child(1)::before,
#icon_8_close>span:nth-child(1)::after{ width: 20px; height: 20px; top: calc(50% - 10px);}
#icon_8_close>span:nth-child(1)::before{}
#icon_8_close>span:nth-child(1)::after{}

}
@media (max-width: 767.98px) {
#icon_8_btn{ background-color: #0088cd; display: flex; justify-content: center; align-items: center; height: 96px; bottom: -8px; left: 0; width: 100%; transition: .3s; }
#icon_8_btn>img{ display: block; margin: 0 auto; width: 200px;}
/*.icon_open #icon_8_btn{ top: -8px;}*/
.icon_open #icon_8_btn{ bottom: 232px;}
#icon_8{ height: 280px; padding-top: 48px; overflow-y: scroll; left: 0; bottom: 0; transform: translateY(240px);}
#icon_8>div{ align-content: center; padding: 15px 0 10px;}
#icon_8>div>p{ font-size: 12px; margin-bottom: 5px; display: none;}
#icon_8>div>p>br{ display: none;}
#icon_8>div>p>small{ font-size: 10px; margin-top: 5px;}
#icon_8>div>figure{ width: 25%; margin-bottom: 0; margin-top: 10px;}
#icon_8>div>figure:nth-child(n+3){}
#icon_8>div>figure>img{ width: 40px;}
#icon_8>div>figure>figcaption{ font-size: 9px;}

.icon_open #icon_8{ transform: translateY(0);}



/*
#icon_8_close{ width: 46px; height: 46px; margin-top: 20px;}
#icon_8_close::before{ font-size: 30px;}
*/
#icon_8_close{ width: 90%; margin: 20px 5% 0; height: 40px; border-width: 2px;}
#icon_8_close>span:nth-child(1)::before,
#icon_8_close>span:nth-child(1)::after{ width: 20px; height: 20px; top: calc(50% - 10px);}
#icon_8_close>span:nth-child(1)::before{}
#icon_8_close>span:nth-child(1)::after{}

}


.midashi_1,
.midashi_2,
.midashi_3{ line-height: 1em;}
.midashi_1,
.midashi_4,
.midashi_5{ text-align: center;}
.midashi_3{ display: flex; align-items: baseline; justify-content: center; font-weight: bold; letter-spacing: .1em; padding-left: .1em;}
.midashi_1>*,
.midashi_2>*,
.midashi_3>*,
.midashi_4>*,
.midashi_5>*{ margin: 0; line-height: 1em; display: block; padding: 0.15em 0;}

.midashi_1>.mds_l{ letter-spacing: .166em; padding-left: .166em; font-weight: 900;}
.midashi_1>.mds_s{ letter-spacing: .22em; padding-left: .22em; font-weight: 700;}
.midashi_2>.text{ letter-spacing: .166em; padding-left: .166em; font-weight: 900;}
.midashi_2>.text::before{}
.midashi_2>.text::after{ content: "-";}
.midashi_4>.mds_s{ letter-spacing: .166em; padding-left: .166em; font-weight: 900;}
.midashi_4>.mds_l{ letter-spacing: .106em; padding-left: .106em; font-weight: 700; display: flex; justify-content: center; align-items: center;}
.midashi_4>.mds_l>.mugen{ color: #12b8d7; font-weight: 900; line-height: 0.3em; margin: -0.05em 0.1em 0;}

.midashi_5>.mds_l{ letter-spacing: .106em; padding-left: .106em; font-weight: 900;}
.midashi_5>.mds_s{ letter-spacing: .06em; padding-left: .06em; font-weight: 500;}

.midashi_1.midashi_white,
.midashi_2.midashi_white,
.midashi_3.midashi_white,
.midashi_4.midashi_white,
.midashi_5.midashi_white{ color: white;}
.midashi_4.midashi_white>.mds_l>.mugen{ color: #fff100;}

.hundred_midashi{ color: white; font-weight: bold; text-align: center; overflow: hidden; line-height: 1em;}
.hundred_midashi>span{ position: relative; display: inline-block; letter-spacing: .15em; padding-left: .15em;}
.hundred_midashi>span::before,
.hundred_midashi>span::after{ content: ""; background: repeat center; display: block; transform-origin: center; position: absolute; width: 1000px; height: 1000px; top: calc(50% - 500px); transform: rotate(37deg);}

@media (min-width: 768px) {
.midashi_1{ font-size: 30px;}
.midashi_1>.mds_l{ font-size: 30px;}
.midashi_1>.mds_s{ font-size: 22px; margin-top: 10px;}
.midashi_3,
.midashi_3>.l{ font-size: 44px;}
.midashi_3>.m{ font-size: 22px;}

.midashi_4>.mds_s{ font-size: 22px;}
.midashi_4>.mds_l{ font-size: 44px;}
.midashi_4>.mds_l>.mugen{ font-size: 100px;}

.midashi_5>.mds_l{ font-size: 50px;}
.midashi_5>.mds_s{ font-size: 16px;}

.hundred_midashi{ font-size: 24px;}
.hundred_midashi>span::before,
.hundred_midashi>span::after{ background-size: 12px auto; background-image: url("../images/deco/midashi_back_pc.png");}
.hundred_midashi>span::before{ left: calc(100% + 150px);}
.hundred_midashi>span::after{ right: calc(100% + 150px);}

}
@media (max-width: 767.98px) {
.midashi_1{ font-size: 22px;}
.midashi_1>.mds_l{ font-size: 22px;}
.midashi_1>.mds_s{ font-size: 14px;}

.midashi_2{ font-size: 16px;}
.midashi_2>.text{}
.midashi_2>.text::before{ content: "-";}

.midashi_3,
.midashi_3>.l{ font-size: 26px;}
.midashi_3>.m{ font-size: 18px;}

.midashi_4>.mds_s{ font-size: 14px;}
.midashi_4>.mds_l{ font-size: 26px;}
.midashi_4>.mds_l>.mugen{ font-size: 50px;}

.midashi_5>.mds_s{ font-size: 10px;}
.midashi_5>.mds_l{ font-size: 26px;}

.hundred_midashi{ font-size: 22px; margin: 0 0 10px;}
.hundred_midashi>span::before,
.hundred_midashi>span::after{ background-size: 19px auto; background-image: url("../images/deco/midashi_back_sp.png");}
.hundred_midashi>span::before{ left: calc(100% + 150px);}
.hundred_midashi>span::after{ right: calc(100% + 150px);}

}





.btn_base{ display: flex; justify-content: center; align-items: center; border-style: solid; border-width: 2px; margin: 10px auto;}
.btn_base>span{ letter-spacing: .22em; padding-left: .22em; font-weight: 700;}
.btn_base::after{ content: ""; background-repeat: no-repeat; background-position: center; background-size: contain; display: block;}
.btn_base:hover{ opacity: .7; text-decoration: none;}
.btn_1,.btn_1:hover{ color: white; border-color: white;}
.btn_1::after{ background-image: url("../images/arrow/btn_white.svg");}
.btn_2,.btn_2:hover{ color: white; border-color: #20b9d8; background-color: #20b9d8;}
.btn_2::after{ background-image: url("../images/arrow/btn_white.svg");}
.btn_3,.btn_3:hover{ color: #20b9d8; background-color: white; border-color: white;}
.btn_3::after{ background-image: url("../images/arrow/btn_blue.svg");}
.btn_4,.btn_4:hover{ color: white; border-color: #e8447e; background-color: #e8447e;}
.btn_4::after{ background-image: url("../images/arrow/btn_white.svg");}
.btn_5,.btn_5:hover{ color: #20b9d8; background-color: white; border-color: white; border: 2px solid #20b9d8;}
.btn_5::after{ background-image: url("../images/arrow/btn_blue.svg");}

@media (min-width: 768px) {
.btn_base{ border-radius: 5px; font-size: 16px; width: 240px; height: 40px;}
.btn_base::after{ width: 26px; height: 16px; margin-left: 5px;}
}
@media (max-width: 767.98px) {
.btn_base{ border-radius: 5px; font-size: 16px; width: 240px; height: 40px;}
.btn_base::after{ width: 26px; height: 16px; margin-left: 5px;}
.btn_1{}
.btn_2{}
.btn_3{}
}



.back_base{ background-repeat: repeat; background-position: center; position: relative;}
.back_blue{ background-image: url("../images/back/blue_dot.png");}
.back_yellow{ background-color: #fff100; background-image: url("../images/back/white_dot.png");}
.back_yellow_bot{ background-color: white; background-image: url("../images/back/yellow_dot.png");}

.deco_box{ position: relative; overflow: hidden;}
.deco_box2{ position: relative;}
.deco_box>.deco_icon,
.deco_box2>.deco_icon{ position: absolute; z-index: 2;}

@media (min-width: 768px) {
.back_base{ margin-top: -20px; padding: 70px 0 90px;}
.back_blue{ background-size: 20px auto;}
.back_yellow{ background-size: 300px auto;}
.back_yellow_bot{ background-size: 12px auto;}

.deco_box{ margin-top: -20px;}
.deco_box>.back_base{ margin-top: 0;}
}
@media (max-width: 767.98px) {
.back_base{ margin-top: -10px; padding: 30px 0 40px;}
.back_blue{ background-size: 10px auto;}
.back_yellow{ background-size: 150px auto;}
.back_yellow_bot{ background-size: 10px auto;}

.deco_box{ margin-top: -10px;}
.deco_box>.back_base{ margin-top: 0;}
}



.news_box{ background-color: white; border: 2px solid black; box-shadow: 5px 5px 0 black; position: relative;}
.news_box>.time{ color: #19adc9; font-weight: bold; letter-spacing: .1em; margin: 0 0 0.1em;}
.news_box>.news_midashi{ background-color: #19adc9; color: white; display: flex; font-weight: bold; width: 100%; align-items: center; position: relative;}
.news_box>.news_midashi>span{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news_box>.news_midashi::before,.news_box>.news_midashi::after{ content: ""; position: absolute; right: 0; bottom: 0;}
.news_box>.news_midashi::before{ width: 0; height: 0; border-style: solid; border-color: #005985 transparent transparent transparent;}
.news_box>.news_midashi::after{ width: 0; height: 0; border-style: solid; border-color: transparent transparent #ffffff transparent;}
.news_box>.img_text>div{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.news_box>.img_text>p{ display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-height: 1.8em; max-height: 7.2em; margin: 0;}
.news_box>.icon8{ display: flex; flex-wrap: wrap;}
.news_box>a{ font-weight: bold;}
@media (min-width: 768px) {
.news_box{ padding: 15px 20px 43px;}
.news_box>.time{ font-size: 14px;}
.news_box>.news_midashi{ padding: 0 30px 0 10px; height: 40px; font-size: 18px; margin: 0 0 10px;}
.news_box>.news_midashi::before{ border-width: 20px 20px 0 0;}
.news_box>.news_midashi::after{ border-width: 0 0 20px 20px;}
.news_box>.img_text>div{ padding: 0 0 64%; margin-bottom: 10px;}
.news_box>.img_text>p{ font-size: 14px;}
.news_box>.icon8{ margin: 8px -2px 0;}
.news_box>.icon8>span{ width: calc(12.5% - 4px); margin: 2px;}
/*
.news_box>a{ color: black; display: flex; justify-content: space-between; margin: 10px 0 0 auto; width: 120px; font-size: 12px; align-items: center; position: absolute; right: 20px; bottom: 15px;}
.news_box>a::after{ content: ""; background-image: url("../images/arrow/btn_black.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; width: 26px; height: 12px;}
*/
.news_box>a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.news_box>a::before{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.news_box>a>span{ letter-spacing: .1em; color: black; display: flex; justify-content: space-between; margin: 10px 0 0 auto; width: 120px; font-size: 12px; align-items: center; position: absolute; right: 20px; bottom: 15px;}
.news_box>a>span::after{ content: ""; background-image: url("../images/arrow/btn_black.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; width: 26px; height: 12px;}

}
@media (max-width: 767.98px) {
.news_box{ padding: 10px 15px;}
.news_box>.time{ font-size: 12px;}
.news_box>.news_midashi{ padding: 0 26px 0 8px; height: 36px; font-size: 16px; margin: 0 0 10px;}
.news_box>.news_midashi::before{ border-width: 18px 18px 0 0;}
.news_box>.news_midashi::after{ border-width: 0 0 18px 18px;}
.news_box>.img_text{ display: flex; justify-content: space-between;}
.news_box>.img_text>div{ height: 100px; width: 100px;}
.news_box>.img_text>p{ width: calc(100% - 110px); font-size: 14px;/* -webkit-line-clamp: 3; line-height: 1.8em; max-height: 5.4em;*/}
.news_box>a{ position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
.news_box>a>span{ display: none;}

.news_box>.icon8{ margin: 8px -2px 0;}
.news_box>.icon8>span{ width: calc(12.5% - 4px); margin: 2px;}
}





.wave_box{ position: relative;
border-style: solid;
border-width: 5px 8px 8px 5px;
border-image: url("../images/deco/box_wave.svg") 9 35 18 15 / 1 / 0 stretch;
}
.wave_box::before{ content: ""; background-color: white; z-index: -1; display: block; width: calc(100% + 2px); height: calc(100% + 2px); position: absolute; left: -1px; top: -1px;}
.wave_box>*{ z-index: 2;}
.wave_box>.icon{ background: url("../images/deco/100y.svg") no-repeat center / contain; position: absolute; color: white; font-weight: bold; margin: 0; line-height: 1.2em; /*display: flex;*/ justify-content: center; align-items: center; display: none;}
.wave_box>.wave_midashi{ text-align: center; font-weight: bold;}
.wave_box>.leed{ text-align: center;}
.wave_box>.img{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.wave_box>.text{ /*display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 3.6em;*/ line-height: 1.8em; margin: 0;}
.wave_box>.icon8{ display: flex; align-items: center;}
.wave_box>.icon8>span{}
.wave_box>a{ font-weight: bold;}
@media (min-width: 768px) {
.wave_box{ padding: 15px 20px 43px;}
.wave_box>.icon{ width: 99px; height: 72px; z-index: 3; left: -20px; top: -60px; font-size: 14px; padding-bottom: 2px;}
.wave_box>.wave_midashi{ font-size: 20px; margin: 0 0 10px;}
.wave_box>.leed{ margin: 0 0 10px; font-size: 10px;}
.wave_box>.img{  margin-bottom: 10px;}
.wave_box>.text{ font-size: 14px;}
.wave_box>.icon8{ position: absolute; left: 20px; bottom: 0; height: 43px; padding-bottom: 2px;}
.wave_box>.icon8>span{ width: 28px; margin-right: 2px;}
.wave_box>.icon8>span>img{ display: block; width: 28px; height: 28px;}
/*
.wave_box>a{ color: black; display: flex; justify-content: space-between; margin: 10px 0 0 auto; width: 120px; font-size: 12px; align-items: center; position: absolute; right: 20px; bottom: 15px;}
.wave_box>a::after{ content: ""; background-image: url("../images/arrow/btn_black.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; width: 26px; height: 12px;}
*/
.wave_box>a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.wave_box>a>span{ letter-spacing: .1em; color: black; display: flex; justify-content: space-between; margin: 10px 0 0 auto; width: 120px; font-size: 12px; align-items: center; position: absolute; right: 20px; bottom: 15px;}
.wave_box>a>span::after{ content: ""; background-image: url("../images/arrow/btn_black.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; width: 26px; height: 12px;}

}
@media (max-width: 767.98px) {
.wave_box{ padding: 10px 15px;}
.wave_box>.icon{ width: 86px; height: 62px; z-index: 3; left: -20px; top: -50px; font-size: 12px; padding-bottom: 2px;}
.wave_box>.wave_midashi{ font-size: 16px; margin: 0 0 10px;}
.wave_box>.leed{ margin: 0 0 10px; font-size: 10px;}
.wave_box>.img{ margin-bottom: 10px;}
.wave_box>.text{ font-size: 14px;}
.wave_box>a{ position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
.wave_box>a>span{ display: none;}

.wave_box>.icon8{ margin: 8px -2px -2px;}
.wave_box>.icon8>span{ width: calc(12.5% - 4px); margin: 2px;}
}



.kouhou_box{ background-color: white; border: 2px solid black; box-shadow: 5px 10px 0 black; position: relative;}
.kouhou_box>.new{ font-weight: bold; position: absolute; left: 0; top: 0; z-index: 2; line-height: 1em; margin: 0;}
.kouhou_box>.new::before,
.kouhou_box>.new::after{ content: "";width: 0; height: 0; border-style: solid; position: absolute; left: 0; top: 0;}
.kouhou_box>.new::before{ border-color: #f49f00 transparent transparent transparent; z-index: -1;}
.kouhou_box>.new::after{ border-color: #000000 transparent transparent transparent; z-index: -2;}
.kouhou_box>.img{ background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0 0 64%; margin-bottom: 10px;}
.kouhou_box>.kouhou_midashi{ font-weight: bold; border-bottom: 3px solid black; padding-bottom: 0.5em; margin: 0;}
.kouhou_box>.info{ display: flex; justify-content: center; font-weight: 500; align-items: center; line-height: 1em;}
.kouhou_box>.info>.mugen{ color: #12b8d7; font-weight: 900; line-height: 0.5em; padding-bottom: 0.1em;}
.kouhou_box>a{ position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
.kouhou_box>a>span{ display: none;}
.kouhou_box.blank_box{ height: auto; background-color: #f0ecc8; text-align: center;}
.kouhou_box.blank_box>div{}
.kouhou_box.blank_box>p{ font-weight: bold; line-height: 1.2em; margin: 0;}
@media (min-width: 768px) {
.kouhou_box{ padding: 15px 20px;}
.kouhou_box>.new{ font-size: 16px; padding: 15px 0 0 10px;}
.kouhou_box>.new::before{ border-width: 90px 90px 0 0;}
.kouhou_box>.new::after{ border-width: 93px 93px 0 0;}
.kouhou_box>.kouhou_midashi{ text-align: center; font-size: 20px;}
.kouhou_box>.info{ font-size: 12px;}
.kouhou_box>.info>.mugen{ font-size: 60px; margin: 0 5px;}
.kouhou_box.blank_box{ padding: 50px 0;}
.kouhou_box.blank_box>div>img{ width: 360px;}
.kouhou_box.blank_box>p{ font-size: 50px; margin-top: 20px;}
}
@media (max-width: 767.98px) {
.kouhou_box{ padding: 10px 15px 15px;}

.kouhou_box>.new{ font-size: 10px; padding: 10px 0 0 5px;}
.kouhou_box>.new::before{ border-width: 53px 53px 0 0;}
.kouhou_box>.new::after{ border-width: 56px 56px 0 0;}

.kouhou_box>.kouhou_midashi{ font-size: 16px;}
.kouhou_box>.info{ font-size: 12px; flex-wrap: wrap; justify-content: flex-start; margin-top: 5px;}
.kouhou_box>.info>.mugen{ font-size: 26px; margin: 0 5px;}
.kouhou_box>.info>span:last-child{ font-size: 16px; font-weight: bold; margin-top: 5px; width: 100%;}

.kouhou_box.blank_box{ padding: 8vw 0;}
.kouhou_box.blank_box>div>img{ width: 60vw;}
.kouhou_box.blank_box>p{ font-size: 8vw; margin-top: 4vw;}

}






.talk_box{ position: relative; z-index: 1;
border-style: solid;
border-width: 4px 8px 30px 4px;
border-image: url("../images/deco/box_ comment.svg") 2 8 32 2 / 1 / 0 stretch;
}
.talk_box::before{ content: ""; background-color: white; z-index: -1; display: block; width: calc(100% + 2px); height: calc(100% + 2px); position: absolute; left: -1px; top: -1px;}
.talk_box>.info{ background-color: black; clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);}
.talk_box::after{ content: ""; background-repeat: no-repeat; background-position: center; background-size: contain; display: block; position: absolute;}
.talk_box>.info>p{ background-color: red; clip-path: polygon(0 4%, 99% 4%, 94% 50%, 99% 96%, 0 96%); display: flex; align-items: center; margin: 0; font-weight: 500;}
.talk_box>.info>p>span{}
.talk_box>.info>p>span.mugen{ color: white; font-weight: bold;}
.talk_box>.mugen_img{}
.talk_box>.thema{ position: relative;}
.talk_box>.thema::before,
.talk_box>.thema::after,
.talk_box>.thema>p::before,
.talk_box>.thema>p::after{ content: ""; display: block; background-color: red; position: absolute;}
.talk_box>.thema::before{ left: 0; top: 0;}
.talk_box>.thema::after{ bottom: 0; right: 0;}
.talk_box>.thema>p::before{ right: 0; top: 0;}
.talk_box>.thema>p::after{ left: 0; bottom: 0;}
.talk_box>.thema>p{ background-color: #efeee8; margin: 0; text-align: center;}
.talk_box>.thema>p>small{ position: absolute; display: flex; justify-content: center; align-items: center; background-color: red; color: white; font-weight: bold;}
.talk_box>.thema>p>strong{}
.talk_box>.text{}
.talk_box>.icon8{ display: flex; align-items: center;}
.talk_box>.icon8>span{}
.talk_box>.text{ margin: 0; font-weight: 500;}
.talk_box>a{ font-weight: bold;}

.talk_box.ct1>.info>p,
.talk_box.ct1>.thema::before,
.talk_box.ct1>.thema::after,
.talk_box.ct1>.thema>p::before,
.talk_box.ct1>.thema>p::after,
.talk_box.ct1>.thema>p>small{ background-color: #72bb2b;}
.talk_box.ct1::after{ background-image: url("../../oiac/images/ct_list/01.png");}

.talk_box.ct2>.info>p,
.talk_box.ct2>.thema::before,
.talk_box.ct2>.thema::after,
.talk_box.ct2>.thema>p::before,
.talk_box.ct2>.thema>p::after,
.talk_box.ct2>.thema>p>small{ background-color: #ee7429;}
.talk_box.ct2::after{ background-image: url("../../oiac/images/ct_list/02.png");}

.talk_box.ct3>.info>p,
.talk_box.ct3>.thema::before,
.talk_box.ct3>.thema::after,
.talk_box.ct3>.thema>p::before,
.talk_box.ct3>.thema>p::after,
.talk_box.ct3>.thema>p>small{ background-color: #63be97;}
.talk_box.ct3::after{ background-image: url("../../oiac/images/ct_list/03.png");}

.talk_box.ct4>.info>p,
.talk_box.ct4>.thema::before,
.talk_box.ct4>.thema::after,
.talk_box.ct4>.thema>p::before,
.talk_box.ct4>.thema>p::after,
.talk_box.ct4>.thema>p>small{ background-color: #ed778b;}
.talk_box.ct4::after{ background-image: url("../../oiac/images/ct_list/04.png");}

.talk_box.ct5>.info>p,
.talk_box.ct5>.thema::before,
.talk_box.ct5>.thema::after,
.talk_box.ct5>.thema>p::before,
.talk_box.ct5>.thema>p::after,
.talk_box.ct5>.thema>p>small{ background-color: #be9246;}
.talk_box.ct5::after{ background-image: url("../../oiac/images/ct_list/05.png");}


.talk_box.ct6>.info>p,
.talk_box.ct6>.thema::before,
.talk_box.ct6>.thema::after,
.talk_box.ct6>.thema>p::before,
.talk_box.ct6>.thema>p::after,
.talk_box.ct6>.thema>p>small{ background-color: #f4a000;}
.talk_box.ct6::after{ background-image: url("../../oiac/images/ct_list/06.png");}

.talk_box.ct7>.info>p,
.talk_box.ct7>.thema::before,
.talk_box.ct7>.thema::after,
.talk_box.ct7>.thema>p::before,
.talk_box.ct7>.thema>p::after,
.talk_box.ct7>.thema>p>small{ background-color: #66c4d0;}
.talk_box.ct7::after{ background-image: url("../../oiac/images/ct_list/07.png");}

.talk_box.ct8>.info>p,
.talk_box.ct8>.thema::before,
.talk_box.ct8>.thema::after,
.talk_box.ct8>.thema>p::before,
.talk_box.ct8>.thema>p::after,
.talk_box.ct8>.thema>p>small{ background-color: #2c84c7;}
.talk_box.ct8::after{ background-image: url("../../oiac/images/ct_list/08.png");}

.talk_box.ct9>.info>p,
.talk_box.ct9>.thema::before,
.talk_box.ct9>.thema::after,
.talk_box.ct9>.thema>p::before,
.talk_box.ct9>.thema>p::after,
.talk_box.ct9>.thema>p>small{ background-color: #5b4096;}
.talk_box.ct9::after{ background-image: url("../../oiac/images/ct_list/09.png");}
.talk_box.ct9>.info>p{ color: white;}

@media (min-width: 768px) {
.talk_box{ padding: 13px 10px 43px 8px;}
.talk_box::after{ width: 160px; height: 100px; right: -60px; top: -30px;} 
.talk_box>.info{ margin: 0 0 0 -12px; border-left: 1px solid black; width: calc(100% - 30px);}
.talk_box>.mugen_img{ padding: 10px 0;}

.talk_box>.info>p{ height: 40px; padding-left: 12px; padding-right: 15px;}
.talk_box>.info>p>span{ font-size: 14px;}
.talk_box>.info>p>span.mugen{ font-size: 20px; margin: 0 .25em;}
.talk_box>.thema{ margin-top: 10px;}
.talk_box>.thema::before,
.talk_box>.thema::after{ height: 3px; width: calc(100% - 6px);}
.talk_box>.thema>p{ padding: 15px 8px 10px;}
.talk_box>.thema>p::before,
.talk_box>.thema>p::after{ width: 3px; height: calc(100% - 6px);}
.talk_box>.thema>p>small{ width: 50%; left: 25%; height: 20px; top: -10px;}
.talk_box>.text{ font-size: 12px; margin-top: 10px;}
/*
.talk_box>a{ color: black; display: flex; justify-content: space-between; margin: 10px 0 0 auto; width: 120px; font-size: 12px; align-items: center; position: absolute; right: 20px; bottom: 15px;}
.talk_box>a::after{ content: ""; background-image: url("../images/arrow/btn_black.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; width: 26px; height: 12px;}
*/
.talk_box>a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.talk_box>a>span{ letter-spacing: .1em; color: black; display: flex; justify-content: space-between; margin: 10px 0 0 auto; width: 120px; font-size: 12px; align-items: center; position: absolute; right: 20px; bottom: 15px;}
.talk_box>a>span::after{ content: ""; background-image: url("../images/arrow/btn_black.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; width: 26px; height: 12px;}



.talk_box>.icon8{ position: absolute; left: 10px; bottom: 0; height: 43px; padding-bottom: 2px;}
.talk_box>.icon8>span{ width: 28px; margin-right: 2px;}
.talk_box>.icon8>span>img{ display: block; width: 28px; height: 28px;}

}
@media (max-width: 767.98px) {
.talk_box{ padding: 13px 10px 10px 8px;}
.talk_box>.info{ margin: 0 0 0 -12px; border-left: 1px solid black; width: calc(100% - 30px);}
.talk_box>.info>p{ height: 40px; padding-left: 12px; padding-right: 15px;}
.talk_box>.info>p>span{ font-size: 14px;}
.talk_box>.info>p>span.mugen{ font-size: 20px; margin: 0 .25em;}

.talk_box>.mugen_img{ padding: 10px 0;}

.talk_box>.thema{ margin-top: 10px;}
.talk_box>.thema::before,
.talk_box>.thema::after{ height: 3px; width: calc(100% - 6px);}
.talk_box>.thema>p{ padding: 15px 8px 10px;}
.talk_box>.thema>p::before,
.talk_box>.thema>p::after{ width: 3px; height: calc(100% - 6px);}
.talk_box>.thema>p>small{ width: 50%; left: 25%; height: 20px; top: -10px;}

.talk_box>.text{ font-size: 10px; margin-top: 10px;}

.talk_box>.icon8{ margin: 10px 0 0;} 
.talk_box>.icon8>span{ width: 28px; margin-right: 2px;}

.talk_box>a{ position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
.talk_box>a>span{ display: none;}

}







#link_list{}
#link_list>a{ display: flex; justify-content: center; align-items: center; color: black; font-weight: bold; letter-spacing: .1em; padding-left: .1em; background-image: url("../images/arrow/btn_blue.svg"); background-repeat: no-repeat; background-size: 26px auto; transition: .1s;}
#link_list>a:hover{ text-decoration: none;}
@media (min-width: 768px) {
#link_list{ display: flex; justify-content: space-between; flex-wrap: wrap;}
#link_list>a{ width: calc(50% - 20px); height: 40px; border-radius: 15px; background-position: right 20px center; box-shadow: 5px 8px 0 black;}
#link_list>a:hover{ box-shadow: 5px 6px 0 black; transform: translateY(2px);}
#link_list>a:nth-child(4n+1),#link_list>a:nth-child(4n+2){ background-color: #fff100;}
#link_list>a:nth-child(4n+3),#link_list>a:nth-child(4n+4){ background-color: #fff9aa;}
#link_list>a:nth-child(n+3){ margin-top: 20px;}
#link_list.link_3{ margin-left: -15px; margin-right: -15px;}
#link_list.link_3>a{ width: calc(33.33% - 30px); margin: 15px;}
#link_list>a>.t_pc{ font-size: 15px;}
}
@media (max-width: 767.98px) {

#link_list>a{ padding: 8px 41px 8px 14px; border-radius: 12px; background-position: right 15px center; box-shadow: 4px 7px 0 black;}
#link_list>a:nth-child(odd){ background-color: #fff100;}
#link_list>a:nth-child(even){ background-color: #fff9aa;}
#link_list>a:nth-child(n+2){ margin-top: 16px;}
#link_list>a>.t_sp{ font-size: 11px;}

}
#link_list.link_blue>a{ background-color: #19adc9; color: white; background-image: url("../images/arrow/btn_white.svg");}



.ct_title{ display: flex; justify-content: center; align-items: center; border-top: 2px dashed white; border-bottom: 2px dashed white; font-weight: bold; color: white; line-height: 1em; transition: .01s; margin: 0; position: relative;}
.ct_title.ct_open{ background-color: white; color: black; border-top-style: solid; border-bottom-style: solid;}

.ct_box{ display: flex; flex-wrap: wrap; visibility: hidden; opacity: 0; transition: .1s; height: 0; overflow: hidden;}
.ct_box.ct_open{ visibility: visible; opacity: 1; height: auto;}
.ct_box>a{ display: flex; justify-content: center; align-items: center; font-weight: bold; color: white; line-height: 1em; border-style: solid; border-color: white; border-radius: 5px;}
@media (min-width: 768px) {
.ct_title{ height: 50px;}

.ct_box{ margin: 0 -8px -8px;}
.ct_box.ct_open{ padding-top: 42px;}
.ct_box>a{ padding: 5px; margin: 8px; font-size: 14px; border-width: 2px;}
}

@media (max-width: 767.98px) {
.ct_title{ height: 36px;}

.ct_box{ margin: 0 -5px -5px;}
.ct_box.ct_open{ padding-top: 25px;}
.ct_box>a{ padding: 5px; margin: 5px; font-size: 10px; border-width: 1px;}
}





.back_base{ background-repeat: repeat; background-position: center;}
.back_base>.icon_back{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
@media (min-width: 768px) {}
@media (max-width: 767.98px) {}






.area_map{}
.area_map .map_img{ display: block;}
.area_map_box{ position: relative;}
@media (min-width: 768px) {
.area_map{ margin-bottom: -90px; padding-bottom: 190px;
background-image: url("../images/area_map/deco_left.png"),url("../images/area_map/deco_right.png"),url("../images/area_map/deco_bottom.png");
background-repeat: no-repeat,no-repeat,no-repeat;
background-position: left 60px,right 110px,center bottom -110px;
background-size: 200px auto,210px auto,auto 300px;}
.area_map .map_img{ width: 784px; margin: 50px 5% 0 15%}

}
@media (max-width: 767.98px) {
.area_map{ margin-bottom: -40px; padding-bottom: 25%; background:url("../images/area_map/deco_bottom.png") no-repeat bottom -8% center / 100% auto;}

.area_map_box map{ display: none;} 
.area_map_box>a{ position: absolute; display: block;}
.area_map_box>a.ct01{ left: 8%; top: 40%; width: 22%; padding: 0 0 20%;}
.area_map_box>a.ct02{ left: 34%; top: 86%; width: 34%; padding: 0 0 17%;}
.area_map_box>a.ct03{ left: 49%; top: 32%; width: 34%; padding: 0 0 12%;}
.area_map_box>a.ct04{ left: 2%; top: 64%; width: 31%; padding: 0 0 21%;}
.area_map_box>a.ct05{ left: 65%; top: 55%; width: 30%; padding: 0 0 19%;}
.area_map_box>a.ct06{ left: 0%; top: 16%; width: 19%; padding: 0 0 23%;}
.area_map_box>a.ct07{ left: 36%; top: 13%; width: 25%; padding: 0 0 23%;}
.area_map_box>a.ct08{ left: 68%; top: 41%; width: 33%; padding: 0 0 14%;}
.area_map_box>a.ct09{ left: 62%; top: 73%; width: 34%; padding: 0 0 19%;}
}

map area{ border:none; outline:none;}





@media all and (-ms-high-contrast:none){
img[src$=".svg"] { width: 100%; height: auto;}
}


.area_map_lead{ font-weight: bold; color: white; text-align: center; margin: 0;}
@media (min-width: 768px) {
.area_map_lead{ padding: 30px 0; font-size: 20px;}
}
@media (max-width: 767.98px) {
.area_map_lead{ padding: 15px 0; font-size: 16px;}
}











@media (min-width: 768px) {}
@media (max-width: 767.98px) {}






@media (min-width: 768px) {}
@media (max-width: 767.98px) {}






@media (min-width: 768px) {}
@media (max-width: 767.98px) {}






@media (min-width: 768px) {}
@media (max-width: 767.98px) {}












@media (min-width: 768px) {}
@media (max-width: 767.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 575.98px) {}









