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



/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "DelaGothicOne";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/DelaGothicOne-Regular.woff") format("woff");
  font-display: swap;
}




/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	font-size: 100%;
}

ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	vertical-align: top;
}

li {
	list-style-type: none;
	vertical-align: baseline;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/*--------------------------------------
　Base
---------------------------------------*/
*{
box-sizing: border-box;
}
img{
-webkit-backface-visibility: hidden;
}


body {
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 400;
font-size:1.6em;
line-height:1.8;
color: #151b40;
text-align: justify;
}

img { 
  max-width: 100%; 
  height:auto;
}

a {
color: #151b40;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

p{
text-align: justify;
line-height:2.0;
}

p a{
text-decoration: underline;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}


/* Micro clearfix */

/* For modern browsers */
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }


.flImg{
float:left;
}
.frImg{
float:right;
}


h1,h2{
position: relative;
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
padding: 0;
line-height: 1.5;
}
h3,h4,h5,h6{
position: relative;
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
padding: 0;
line-height: 1.5;
}


.sttl{
position: relative;
margin: 0 0 12px;
font-size:2.4rem;
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
line-height: 1.5;
}
.catch{
position: relative;
margin: 0 0 12px;
font-size:2.4rem;
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
line-height: 1.6;
}


.fontS{
font-size: 67%;
}
.fontL{
font-size: 150%;
}

.fontBold{
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
}


.fontEng{
font-family: 'DelaGothicOne', sans-serif;
font-weight: 400;
}
.fontBl{
color: #0576ca;
}
.fontGr{
color: #50a229;
}


html {
font-size: 62.5%;
}



.ulBox,
.liBox{
position: relative;
}




/*------------
600px--common
------------*/

.sp,
.sp_br{
display:none!important;
}
.sp2{
display:none;
}


body{
position: relative;
width: 100%;
min-width:1000px;
}

.forTab{
overflow: hidden;
}


a{
transition: all .2s ease-in-out;
}
a:hover{
opacity: 0.7;
}
a:hover img{
opacity: 1;
}

.mainWrap h1 a, .mainWrap h2 a, .mainWrap h3 a, .mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a{
text-decoration: none;
}


.areaInner{
position: relative;
width: 1100px;
margin: 0 auto;
}





/*--------------------------------------
　body_PC
---------------------------------------*/
*{
text-underline-offset: 0.15em;
}


/*--------------------------------------
　header_PC
---------------------------------------*/
#header{
position: relative;
z-index: 14;
background: url("./img/pt_dot_bl.png") 0 0 repeat;
background-size: 3rem auto;
height: 28rem;
}

#header .topArea2{
position: absolute;
top: 1.5rem;
right: 2rem;
text-align: right;
font-weight: 400;
font-size:1.2rem;
line-height: 1.6;
color: #000;
}
#header .siteName{
display: inline-block;
font-weight: 400;
}
#header .siteName a{
color: #000;
}



#header .logo{
position: absolute;
top: 1.8rem;
left: 2rem;
	z-index: 1;
}
#header .logo .logoImg{
width: 21rem;
margin: 0 0 .5rem;
}
#header .logo img{
width: 100%;
}
#header .sps{
font-size:1.2rem;
line-height: 1.6;
color: #000;
}

#header .slideArea{
position: relative;
width: 100vw;
padding: 21rem 0 0rem;
overflow: hidden;
}





/*--------------------------------------
　Main Contents_PC
---------------------------------------*/
#contents {
position: relative;
z-index: 14;
width: 100%;
overflow-x: hidden;
margin: -18rem 0 0;
padding: 0 0 5rem;
}
#contents::before{
}
.mainWrap {
position: relative;
z-index: 1;
padding: 0 0 5rem;
min-height: 50rem;
}

.mainWrap > .areaInner{
padding: 0 0 2rem;
}

.smappage a br{
display: none;
}


.index a,
.mainWrap a{
display: block;
}
.index p a,.mainWrap p a,
.index li a,.mainWrap li a,
.index td a,.mainWrap td a{
display: inline;
}


/*--------------------------------------
　pankuzu_PC
---------------------------------------*/
#pankuzuWrap{
position: relative;
width: 100%;
margin: 0 0 0;
}
#pankuzu{
width: 100%;
margin: 0 auto .5rem;
padding: 2rem 0 0;
font-size:1.2rem;
color: #666;
}
#pankuzu a{
display: inline;
text-decoration: underline;
color: #666;
}

#pankuzu br{
display: none;
}



/*--------------------------------------
　page-top_PC
---------------------------------------*/
#page-top {
position: fixed;
z-index: 101;
bottom: 3rem;
right: 1rem;
width: 70px;
}

#page-top{
  transition: .3s;
  pointer-events: none;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#page-top.active{
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると停止する*/
#page-top.absolute{
}





/*--------------------------------------
　Global Nav
---------------------------------------*/
#gNav_pc{
position: fixed;
top: 1.0rem;
right: 1.0rem;
z-index: 10000;


transition: .3s;
/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;
}
/*このクラスが付与されると表示する*/
#gNav_pc.active{
opacity: 1;
visibility: visible;
}



/* ハンバーガーメニュー */

#gNav_pc #showRight2{
z-index: 10000;
}

#gNav_pc button{
position: relative;
top:0;
width: 8.2rem;
height: 5.8rem;
transition: all .2s ease-in-out;
}
#gNav_pc button::before{
content: "";
position: absolute;
top: 0;
left: -0.2rem;
width: 100%;
height: 100%;
background: url(./img/menu.svg) 50% 80% no-repeat #72cd46;
background-size: auto .9rem;
border: 2px solid #000;
border-radius:1.5rem;
font-size:1.2rem;
font-family: "DelaGothicOne";
transition: all .2s ease-in-out;
}
#gNav_pc button::after{
content: "";
position: absolute;
z-index: -1;
top: .6rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #72cd46;
border: 2px solid #000;
border-radius:1.5rem;
transition: all .2s ease-in-out;
}
#gNav_pc button:hover{
top: 0.4rem;
}
#gNav_pc button:hover::before{
top: 0.4rem;
}
#gNav_pc button:hover::after{
top: 0.4rem;
}



#gNav_pc button span{
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #1b140b;
  transition: .3s all;
}
#gNav_pc button span:nth-child(1){
top:30%;
}
#gNav_pc button span:nth-child(2){
top:calc(30% + .8rem);
}

#gNav_pc button:hover span:nth-child(1){
top: calc(30% + 0.4rem);
}
#gNav_pc button:hover span:nth-child(2){
top: calc(30% + 1.2rem);
}


/*#gNav_pc button span:nth-child(3){
top:calc(30% + 1.6rem);
}
*/
#gNav_pc button.active span:nth-child(1){
top: 50%;
transform: rotate(45deg);}
/*#gNav_pc button.active span:nth-child(2){
  opacity: 0;
}*/
#gNav_pc button.active span:nth-child(2){
top: 50%;
transform: rotate(-45deg);
}

#gNav_pc button.active::before{
background-image: none;
}
#gNav_pc button.active:hover span{
top:calc(50% + .4rem);
}

/* General styles for all menus */
#gNav_pc .cbp-spmenu {
position: fixed;
margin: 72px 0 0;
padding: 10rem 0 10rem;
background: #141a3e;

overflow: auto;
-ms-overflow-style: none; /* IE, Edge 対応 */
scrollbar-width: none;/* Firefox 対応 */
}


#gNav_pc .cbp-spmenu #mainMenu2{
position: relative;
z-index: 1;
/*overflow: auto;*/
overflow: visible;
margin: 0 auto;
/*padding: 0 0 200px;*/
height: 100%;
width: 120rem;

display: flex;
flex-wrap: wrap;
/*justify-content: space-between;*/
}
#gNav_pc .cbp-spmenu #mainMenu2::-webkit-scrollbar{
display: none;/* Chrome, Safari 対応 */
}


#gNav_pc .cbp-spmenu #mainMenu2 .gnavBox{
position: relative;
width: 30%;
margin: 0 1.5%;
/*float: left;*/
}
#gNav_pc .cbp-spmenu #mainMenu2 .gnavBox:nth-child(2n){
/*float: right;*/
}



#gNav_pc .cbp-spmenu a {
display: block;
padding: 14px 1.8rem 14px 0;
text-decoration: none;
line-height: 1.3;
cursor: pointer;
color: #fff;
font-size:1.5rem;
}
#gNav_pc .cbp-spmenu .sttl{
margin: 0;
border-bottom: 1px solid #848484;
}
#gNav_pc .cbp-spmenu .sttl a {
position: relative;
background: url("./img/arrow_ccl_wt.svg") calc(100% - 1rem) 50% no-repeat;
background-size: 1.9rem auto;
font-size:1.6rem;
}

#gNav_pc .cbp-spmenu .sttl.tglMenu{
position: relative;
}

#gNav_pc .cbp-spmenu .sttl.tglMenu a {
background: none;
}
#gNav_pc .cbp-spmenu .sttl.tglMenu a::before {
content: '';
display: inline-block;
width: 1.5rem;
height: 1px;
background-color: #fff;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
transition: opacity .5s;
}
#gNav_pc .cbp-spmenu .sttl.tglMenu a::after {
content: '';
display: inline-block;
width: 1.5rem;
height: 1px;
background-color: #fff;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
transition: transform .5s;
}
#gNav_pc .cbp-spmenu .sttl.open a::before {
opacity: 0;
}
#gNav_pc .cbp-spmenu .sttl.open a::after {
transform: translateY(-50%) rotate(-180deg);
}




#gNav_pc .cbp-spmenu .home a {
background: url("./img/arrow_ccl_wt.svg") calc(100% - 1rem) 50% no-repeat;
background-size: 1.9rem auto;
}

#gNav_pc .cbp-spmenu .accChild{
/*position: absolute;*/

width: 100%;
z-index: 1;
}


#gNav_pc .cbp-spmenu li a {
background: url(./img/arrow_ccl_wt.svg) calc(100% - 1rem) 50% no-repeat;
background-size: 1.9rem auto;
padding: 14px 50px 14px 0;
}

#gNav_pc .cbp-spmenu a:hover {
opacity: 0.7;
}
#gNav_pc .cbp-spmenu a:active {
}

/* Orientation-dependent styles for the content of the menu */

#gNav_pc .cbp-spmenu-vertical {
width: 100%;
height: 100%;
top: 0;
z-index: -1;
}
#gNav_pc .cbp-spmenu-vertical a {
/*border-bottom: 1px solid #848484;*/
padding: 14px 4rem 14px 0;
}


/* Vertical menu that slides from the left or right */

#gNav_pc .cbp-spmenu-right {
opacity: 0;
visibility: hidden;
pointer-events: none;
/*right: -100vw;*/
right: 0;
}
#gNav_pc .cbp-spmenu-right.cbp-spmenu-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
right: 0;
z-index: 1000;
}


/* Transitions */
#gNav_pc .cbp-spmenu,
#gNav_pc .cbp-spmenu-push {
transition: all 0.5s ease;
}

#gNav_pc .cbp-spmenu #mainMenu2 a br{
display: none;
}


body.body-fix{
overflow: hidden;
}








/*--------------------------------------
　fixNav_PC
---------------------------------------*/

#fixNav{
position: fixed;
z-index: 1001;
top: 0;
right: 0;
width: 100%;
height: 8.8rem;
background: #fff;
border-bottom: 2px solid #000;

transition: .3s;
/*デフォルトで非表示にする*/
pointer-events: none;
opacity: 0;
visibility: hidden;
}
/*このクラスが付与されると表示する*/
#fixNav.active{
opacity: 1;
visibility: visible;
pointer-events: auto;
}
/*このクラスが付与されると停止する*/
#fixNav.absolute{
/*opacity: 0;
visibility: hidden;*/
}



#fixNav .btnArea{
position: absolute;
top: 2rem;
right: 35.5rem;
display: flex;
flex-wrap: wrap;
align-items: center;
}
#fixNav .btnArea{
text-align: right;
}
#fixNav .btnArea a {
    display: inline-block;
    height: 100%;
    margin: 0 0 0 3.5rem;
    padding: 0.5rem 3rem 0.5rem 0;
    background: url(./img/arrow_ccl_vt.svg) 99% calc(50% + 1px) no-repeat;
    background-size: 2.0rem auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}





#fixNav .btn-web{
position: absolute;
top: 1rem;
right: 11rem;
margin: 0;
}
#fixNav .btn-web a{
width: 22rem;
padding: .9rem 3.5rem 1.0rem;
line-height: 1.4;
font-size:1.4rem;
}
#fixNav .btn-web a::before{
right: 1.0rem;
width: 1.9rem;
height: 100%;
background-size: 1.9rem auto;
}
#fixNav .btn-web a::after{
content: "";
position: absolute;
z-index: -1;
top: .4rem;
left: -0.2rem;
width: 100%;
height: 100%;
border: 2px solid #000;
border-radius:1.5rem;
transition: all .2s ease-in-out;
}
#fixNav .btn-web a:hover{
opacity: 1;
top: 0.4rem;
}
#fixNav .btn-web a:hover::after{
top: -0.2rem;
}





#fixNav .logo{
position: absolute;
top: 1.5rem;
left: 2rem;
width: 21rem;
}
#fixNav .logo a{
}








/*--------------------------------------
　h1Area_PC
---------------------------------------*/
.h1Area{
position: relative;
z-index: 2;
margin: 0 5rem 5rem;
text-align: center;
}

.h1Area h1{
position: relative;
margin: 0 0 2rem;
padding: 3rem 5rem 3.5rem;
background: #fff;
border: 2px solid #000;
border-radius: 1.5rem;
font-size:5.0rem;
}
.h1Area h1::before{
content: "";
position: absolute;
z-index: -1;
top: .8rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #3fa7f3;
border: 2px solid #000;
border-radius: 1.5rem;
}
.h1Area .headNote{
}






/*--------------------------------------
　Footer_PC
---------------------------------------*/

footer{
position: relative;
z-index: 14;
width: 100%;
padding: 18.5rem 0 0;
background: #151b40;
}

footer .footInner{
width: 110rem;
margin: 0 auto;
padding: 0 0 2rem;
}



footer .footInner .areaL{
width: 37rem;
float: left;
}

footer .noticeArea{
color: #fff;
}
footer .noticeArea p{
font-size:1.2rem;
}
footer .noticeArea p:nth-child(1){
}
footer .noticeArea a{
text-decoration: underline;
color: #fff;
}
footer .noticeArea .botPrg{
padding: .8rem 0 0;
}




footer .footInner .areaR{
width: 68rem;
float: right;
}

footer .footBox{
position: relative;
z-index: 9;
margin: 0 0 40px;
text-align: left;
}


footer .footBox a{
color: #fff;
}

.footBox .sttl{
margin: 0 0 12px;
padding: 0 0 10px;
border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.footBox .sttl a{
position: relative;
display: block;
padding: 4px 0 4px;
font-size:1.8rem;
line-height: 1.3;
}

footer .smap .sttl a{
font-size:1.8rem;
}

.footBox > ul{
padding: 0 0;
}
.footBox li{
display: inline-block;
}

.footBox li ul{
}

.footBox li a{
font-size:1.5rem;
}
.footBox li:after{
content: "　/　";
color: #fff;
}
.footBox li:last-child:after{
content: "";
}


.footBox li.subCat{
display: inline;
margin: 0 20px 0 0;
}
.footBox li.subCat:after{
content: "";
}
.footBox li.subCat > a{
}
.footBox li.subCat > a:after{
}
.footBox ul.subList{
display: inline;
}

.footBox ul.subList > li:first-child::before{
content: "：";
}
.footBox ul.subList li:after{
content: " / ";
}
.footBox ul.subList li:last-child::after{
content: "";
}
.footBox ul.subList a{
font-weight: 400;
}

.footBox a br{
display: none;
}


footer .botArea{
position: relative;
min-width: 110rem;
padding: 0 0 2rem;
box-sizing: border-box;
}
footer .botArea .botInner{
}
footer .botArea .copy{
padding: .8rem 2rem 1.2rem;
font-size:1.3rem;
text-align: center;
color: #fff;
}
footer .botArea .copy a{
text-decoration: none;
color: #fff;
}






/* ================== */
/*  PC共通パーツ　*/
/* ================== */
/* p */
.mainWrap p, .index p{
margin: 1.5rem 0;
padding: 0 0;
word-break: break-all;
}

.mainWrap p + p, .index p + p{
margin-top: 3rem;
}

.mainWrap h2{
position: relative;
margin: 7rem 0 4.5rem;
padding: 2.2rem 2rem 2.5rem 3.5rem;
background: url("./img/pt_dot_gr.png") 0 0 repeat;
background-size: 3rem auto;
border: 2px solid #000;
border-radius:1.5rem;
font-size:3.6rem;
}
.mainWrap h2::before{
content: "";
position: absolute;
z-index: -1;
top: .8rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #151b40;
border: 2px solid #000;
border-radius: 1.5rem;
}

.mainWrap h2::after{
}



.mainWrap h2 a{
position: relative;
display: block;
padding: 0 45px 0 0;
}
.mainWrap h2 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: .7rem;
width: 3rem;
height: 100%;
background: url("./img/arrow_ccl2.svg") 99% calc(50% + 1px) no-repeat;
background-size: 3.0rem auto;
transition: all .2s ease-in-out;
}
.mainWrap h2 a:hover::before{
}
.mainWrap h2 a::after{
}
.mainWrap h2 a:hover::after{
}




.mainWrap h3{
position: relative;
margin: 4rem 0 3rem;
padding: 1.2rem 1rem 1.2rem 5.5rem;
border-bottom: 2px solid #000;
font-size:3.0rem;
}
.mainWrap h3::before{
content: "";
position: absolute;
top: 0.9rem;
left: .3rem;
width: 3.4rem;
height: 5.4rem;
background: url(./img/h3_deco.svg) 0 0 no-repeat;
background-size: 3.4rem auto;
}
.mainWrap h3 a{
position: relative;
z-index: 1;
display: block;
padding: 0 5.5rem 0 0;
}
.mainWrap h3 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 1.7rem;
width: 3rem;
height: 100%;
background: url("./img/arrow_ccl2.svg") 99% calc(50% + 1px) no-repeat;
background-size: 3.0rem auto;
transition: all .2s ease-in-out;
}
.mainWrap h3 a:hover::before{
}
.mainWrap h3 a::after{
}
.mainWrap h3 a:hover::after{
}



.mainWrap h4, .mainWrap h5, .mainWrap h6{
position: relative;
margin: 4rem 0 3rem;
padding: 1rem 1rem 1.2rem 1rem;
font-size:2.4rem;
color: #0576ca
}
.mainWrap h5::before, .mainWrap h6::before{
}
.mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a{
position: relative;
display: inline-block;
padding: 0 5.5rem 0 0;
color: #0576ca
}
.mainWrap h4 a::before, .mainWrap h5 a::before, .mainWrap h6 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 2.1rem;
width: 2.5rem;
height: 100%;
background: url("./img/arrow_ccl2.svg") 99% calc(50% + .2rem) no-repeat;
background-size: 2.5rem auto;
transition: all .2s ease-in-out;
}
.mainWrap h5 a:hover::before, .mainWrap h6 a:hover::before{
}
.mainWrap h5 a::after, .mainWrap h6 a::after{
}
.mainWrap h5 a:hover::after, .mainWrap h6 a:hover::after{
}




/* ulol */
.mainWrap ul,
.index ul,
#mainVis ul{
margin: 20px 0 20px;
padding:10px 10px 0;
}
.mainWrap ul li,
.index ul li,
#mainVis ul li{
position: relative;
padding:3px 0 3px 20px;
	text-align: left;
}
.mainWrap ul li::before,
.index ul li::before{
position: absolute;
content: "";
top: 1.2rem;
left: .2rem;
width: 1.3rem;
height: 1.3rem;
background: #3fa6f3;
border-radius:50%;
}

.mainWrap ol {
margin: 20px 0 20px;
padding:10px 10px 0;
}
.mainWrap ol li{
padding:3px 0 3px 22px;
list-style: none;
position: relative;
counter-increment: number;
}

.mainWrap ol li::before{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: .9rem;
left: 0;
width: 1.7rem;
height: 1.8rem;
background: #3fa6f3;
text-align: center;
line-height: 1.0;
font-family: Arial, Helvetica, "sans-serif";
font-weight: 700;
font-size:1.4rem;
color: #fff;
}


.mainWrap ol li::before {
content: counter(number);
}


.mainWrap li a,
.index li a{
text-decoration: underline;
}
.mainWrap li a:hover,
.index li a:hover{
text-decoration: none;
}





/* btns */
.btn-internal,
.btn-web,
.btn-tel{
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
margin: 0rem 0rem 10rem 0rem;
text-align: center;
}
.btn-internal a,
.btn-web a,
.btn-tel a{
position: relative;
top:0;
left: 0;
width: 36rem;
/*min-height: 76px;*/
display: flex;
align-items: center;
justify-content: center;
padding: 2.0rem 6rem 2.2rem;
border: 2px solid #000;
border-radius:1.5rem;
text-align: center;
line-height: 1.5;
font-weight: 700;
transition: all .2s ease-in-out;
}
.btn-internal a::before,
.btn-web a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 1.8rem;
width: 2.8rem;
height: 100%;
background: url("./img/arrow_ccl_wt.svg") 99% calc(50% + 1px) no-repeat;
background-size: 2.8rem auto;
transition: all .2s ease-in-out;
}
.btn-internal a::after,
.btn-web a::after{
content: "";
position: absolute;
z-index: -1;
top: .8rem;
left: -0.2rem;
width: 100%;
height: 100%;
border: 2px solid #000;
border-radius:1.5rem;
transition: all .2s ease-in-out;
}

.btn-internal a{
background: #151b40;
border: 2px solid #fff;
color: #fff;
}
.btn-internal a::after{
top: .9rem;
left: -0.2rem;
border: 2px solid #fff;
background: #151b40;
}


.btn-web a{
background: #ffba26;
}
.btn-web a::before{
background-image: url("./img/arrow_ccl.svg");
}
.btn-web a::after{
background: #ffba26;
}



.btn-internal a:hover,
.btn-web a:hover{
opacity: 1;
top: 0.8rem;
}
.btn-internal a:hover::after,
.btn-web a:hover::after{
top: -0.2rem;
}





.btn-tel{
display: none;
}
.btn-tel a{
background: #72ce47;
color: #fff;
}
.btn-tel a::before{
content: "";
position: absolute;
top: 0;
left: 2.2rem;
width: 2.1rem;
height: 100%;
background: url(./img/ico_tel.svg) 0 50% no-repeat;
background-size: 2.1rem auto;
}
.btn-tel a::after{
content: "";
position: absolute;
z-index: -1;
top: .8rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #72ce47;
border: 2px solid #000;
border-radius:1.5rem;
transition: all .2s ease-in-out;
}
.btn-tel a:hover{
opacity: 1;
}



.btn-link{
margin: 20px 0;
text-align: right;
}
.btn-link a{
position: relative;
display: inline-block;
padding: 4px 3.5rem 5px 0;
background: url("./img/arrow_ccl.svg") 100% calc(50% - 0px) no-repeat;
background-size: 2.8rem auto;
line-height: 1.5;
text-align: right;
font-weight: 700;
}










/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
width: 98%;
margin:5rem auto 7rem;
}
table th {
width: 22%;
padding: 1.6rem 1.5rem;
background: #edf1f3;
border: 2px solid #000;
font-weight: 700;
line-height: 1.6;
text-align:center;
word-break: break-all;
}
table td {
background: #fff;
    border: 2px solid #000;
    padding: 1.6rem 1.5rem;
    line-height: 1.6;
    word-break: break-all;
    text-align: center;
}
table a{
text-decoration: underline;
}
table a:hover{
text-decoration: none;
}

table td .caption{
white-space:normal;
}






/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption,
.source{
margin: 10px 0 0;
    padding: 0 0 4px;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #999;
    /* overflow: auto; */
    letter-spacing: 0;
	/* text-align: left; */
    word-break: break-all;
    overflow: auto;
    white-space: nowrap;
}
/*
.caption{
-ms-overflow-style: none;
scrollbar-width: none;
}
*/
.caption::-webkit-scrollbar{
height: 3px;
}
.caption::-webkit-scrollbar-track{
border-radius: 3px;
background: #eee;
}
.caption::-webkit-scrollbar-thumb{
border-radius: 3px;
background: #bbb;
}

.caption a {
display: inline;
color: #999;
text-decoration: underline;
}
.caption a:hover{
text-decoration: none;
}




.marker{
position: relative;
display: inline;
/*background: linear-gradient(transparent 65%, rgba(250, 189, 14, .5) 0%) no-repeat bottom 0 left; */
border-bottom: 3px solid #ffb926;
/*background: linear-gradient(transparent 88%, #e76400 0%) no-repeat bottom 0 left; */
padding: 0 .5% 0;
margin: 0 .5%;
font-weight: 700;
line-height: 1;
}
.txt_bold{
font-weight: 700;
color: #e5a00c;
}


/* float-wrap */

.float-wrap{
margin: 50px 0;
padding: 0 20px;
}
.float-wrap .catch{
margin: 0 0 -1.5rem;
font-size:2.4rem;
}


.float-wrap .flame{
position: relative;
}


.float-wrap img{
width: auto;
}
.float-wrap p{
margin: 10px 0;
padding: 0;
}
.float-wrap ul{
display: inline-block;
margin: 10px 0;
}
.float-wrap .fl{
width: 43rem;
padding: 0 3rem 2rem 0;
text-align: left;
}
.float-wrap .fr{
width: 43rem;
padding: 0 0 2rem 3rem;
text-align: left;
}

.float-wrap .ct{
width: auto;
margin: 0 auto;
padding: 0 0 20px;
text-align: center;
}



/* ================== */
/*  サイトマップ*/
/* ================== */
.smap h2{
margin: 0 0 25px;
}
.smap ul{
margin: 0 0 70px;
}






/* ================== */
/*  追加パーツ*/
/* ================== */



/*--------------------------------------
　mokuji_PC
---------------------------------------*/

.mokuji{
transition: .3s;
/*デフォルトで非表示にする*/
opacity: 1;
}
/*このクラスが付与されると表示する*/
.mokuji.active{
opacity: 1;
visibility: visible;
}
/*このクラスが付与されると停止する*/
.mokuji.absolute{
}


.mokuji{
position: relative;
margin: 6rem 15rem 9rem;
}
.mokuji .inner{
position: relative;
padding: 1rem 4rem 3rem;
background: #ffffdf;
border: 2px solid #000;
border-radius:1.5rem;
}

.mokuji .inner::before{
content: "INDEX";
position: absolute;
top: .4rem;
right: 4rem;
line-height: 3rem;
font-family: "DelaGothicOne";
font-size:6.0rem;
color: #d9efce;
}

.mokuji .sttl{
margin: 0 0 1rem;
padding: .8rem 0 1.4rem;
border-bottom: 2px solid rgba(0, 0, 0, .5);
font-size:2.0rem;
}


.mokuji #toc{
position: relative;
padding: 0 0 2rem;
}

.mokuji #toc ul{
margin:0;
padding:.5rem 0;
}
.mokuji #toc ul li{
position: relative;
margin: 2px 0;
padding: 2px 0 2px 40px;
text-align: left;
line-height: 1.4;
}
.mokuji #toc ul li.chapter-h-two{
counter-increment: count;
}
.mokuji #toc ul li.chapter-h-two::before {
content: counter(count, decimal-leading-zero)".";/*2桁対応*/
position: absolute;
top: 12px;
left: .7rem;
transform: translate(0,-50%);
background: none;
font-size:1.7rem;
font-weight: 700;
color: #0576ca;
}

.mokuji li a{
display: inline-block;
width: auto;
padding: 4px 0 6px;
background: none;
font-weight: 700;
/* font-size: 1.7rem; */
text-decoration: none;
}

.mokuji #toc ul ul{
margin: 0;
padding: 0 0 2px;
}
.mokuji #toc ul li.chapter-h-three {
padding: 0 0 0 6rem;
}
.mokuji #toc ul li.chapter-h-three::after {
content: "";
position: absolute;
top: 0;
left: 4.5rem;
width: 8px;
height: 100%;
background: url("./img/l_deco.png") 0 6px no-repeat;
background-size: 8px auto;
}
.mokuji #toc ul li.chapter-h-three::before {
width: 0;
height: 0;
background: none;
border: none;
}

.mokuji li br{
display: none;
}


/* accordion_grd */
.mokuji .text {
height: 120px;
overflow: hidden;
}
.mokuji .show_more2 {
position: absolute;
bottom: 0;
left: 0px;
width: 100%;
height: 70px;
padding-top: 60px;
text-align: center;
line-height: 70px;
background: linear-gradient(
180deg,
rgb(255, 255, 244, 0) 0%,
#ffffdf 40%
);
border-radius:0 0 15px 15px;
cursor: pointer;
transition: bottom 0.2s;
}
.mokuji .active{
background: none;
/*bottom: -20px;*/
}
.mokuji .show_more2 span{
position: relative;
top: -3rem;
display: inline-block;
width: 14rem;
min-height: 4rem;
padding: .6rem 3rem .8rem;
background: url(./img/plus.svg) 90% calc(50% - 1px) no-repeat #fff;
background-size: 1.6rem auto;
border-radius:9999px;
border: 2px solid #000;
text-align: center;
line-height: 1.5;
font-weight: 700;
font-size:1.6rem;
}
.mokuji .active span{
background: url(./img/minus.svg) 90% 50% no-repeat #fff;
background-size: 1.6rem auto;
}







/* relations_PC */
.relations{
position: relative;
    margin: 10rem 15rem 2rem;
}
.relations .inner{
position: relative;
padding: 1rem 4rem 2rem;
background: #ffffdf;
border: 2px solid #000;
border-radius:1.5rem;
}

.relations .inner::before{
content: "ARTICLE";
position: absolute;
top: .4rem;
right: 4rem;
line-height: 3rem;
font-family: "DelaGothicOne";
font-size:6.0rem;
color: #d9efce;
}

.relations .relations-title{
position: relative;
margin: 0 0 2rem;
padding: .8rem 0 1.4rem;
border-bottom: 2px solid rgba(0, 0, 0, .5);
line-height: 1.5;
font-size:2.0rem;
font-weight: 700;
}

.relations .relations-wrapper{
position: relative;
padding: 0 0 0;
}

.relations ul{
margin: 0;
}
.relations ul li{
position: relative;
margin: 4px 0;
padding: 0 0 0 0!important;
text-align: left;
line-height: 1.2;
}
.relations ul li::before{
width: 0!important;
height: 0!important;
background: none!important;
border: none!important;
}

.relations li a{
position: relative;
display: inline-block;
width: auto;
padding: 0 0 0 3.5rem;
font-size:1.6rem;
text-decoration: none;
}

.relations li a::before{
content: "";
position: absolute;
z-index: 10;
top: .7rem;
left: 0;
width: 2.8rem;
height: 2.8rem;
background: url("./img/arrow_ccl.svg") 0 0 no-repeat;
background-size: 2.6rem auto;
}
.relations li a:hover::before{
}
.relations ul li a::after {
}
.relations ul li a:hover::after{
}
.relations li p{
margin: .8rem 0;
line-height: 1.6;
}




/* btns_PC */
.btns{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
padding: 1rem 6% 2rem;
}
.btns > div{
/*display: flex;*/
width: 38%;
margin: 2rem 2rem 1rem;
}
.btns .btn-internal a,
.btns .btn-web a,
.btns .btn-tel a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.btns .btn-tel{
display: none;
}




/* intv_PC */
.intv{
margin: 7rem 0 7rem;
padding: 9rem 5rem 5rem;
background: #edfce5;
border: 2px solid #000;
border-radius: 1.5rem;
}
.intv .inner{
position: relative;
background: #fffff4;
border-radius: 1.5rem;
}
.intv .inner::before{
content: "INTERVIEW";
position: absolute;
top: -10.4rem;
right: 0;
font-family: "DelaGothicOne";
font-size:7rem;
line-height: 1;
color: #d9efce;
}


.intv .imgArea{
position: absolute;
top: -4rem;
left: 5rem;
width: 24rem;
}
.intv .txtArea{
padding: 5rem 5rem 4rem 33rem
}
.intv .txtArea .catch{
margin: 0 0 1.2rem;
padding: 0;
background: none;
border: none;
font-size:2.4rem;
color: #151b40;
}
.intv .txtArea .catch::before{
width: 0;
height: 0;
background: none;
border: none;
}

.intv .imgArea .flame{
margin: 0 auto;
width: 20.8rem;
}
.intv .imgArea .flame img{
width: 100%;
object-fit: cover;
border: 2px solid #000;
border-radius: 50%;
}
.intv .imgArea .spec{
position: relative;
margin: -2.5rem 0 0;
padding: .6rem 2rem .8rem;
background: #d8eecd;
border: 2px solid #000;
border-radius: .6rem;
}
.intv .imgArea .sttl{
margin: 0 0 .5rem;
font-size:1.7rem;
}
.intv .imgArea dl{
margin: 0 0 .6rem;
line-height: 1.5;
}
.intv .imgArea dt{
display: inline-block;
background: #fff;
margin: 0 .6rem .3rem 0;
padding: .4rem .8rem;
border-radius: 9999px;
line-height: 1;
font-size:1.4rem;
font-weight: 700;
}
.intv .imgArea dd{
display: inline-block;
line-height: 1.5;
font-size:1.4rem;
font-weight: 700;
}








/* talk_PC */
.talk{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
width: calc(100% - 10rem);
margin: 3rem auto 4rem;
flex-direction: row-reverse;
}
.talkB{
flex-direction:row;
}
.talk .imgArea{
width: 16.8rem;
margin: 0 4.5rem 0 0;
}
.talk .imgArea .flame{
width: 14.5rem;
height: 14.5rem;
margin: 0 auto;
background: #bbe7ff;
border-radius: 50%;
overflow: hidden;
border: 2px solid #000;
}
.talk .imgArea img{
width: 100%;
height: 100%;
object-fit: cover;
}
.talkB .imgArea{
margin: 0 0 0 4.5rem;
}
.talk .cap{
margin: -1.2rem 0 0;
text-align: center;
font-weight: 700;
font-size:1.8rem;
}
.talk .cap span{
position: relative;
display: block;
padding: .8rem 2rem 1rem;
background: #ffffdf;
border-radius: 9999px;
border: 2px solid #000;
line-height: 1.3;
}

.talk .txtArea{
flex: 1; 
position: relative;
}

.talk .txtArea .inner{
position: relative;
padding: 25px 4rem 22px;
background: #ebf8ff;
border-radius: 1.5rem;
border: 2px solid #000;
}
.talk .txtArea .caption{
text-align: left;
}
.talkA .txtArea::before {
content: "";
position: absolute;
top: 50%;
left: -48px;
margin-top: -20px;
border: 20px solid transparent;
border-right: 30px solid #ebf8ff;
z-index: 2;
}
.talkA .txtArea::after {
content: "";
position: absolute;
top: 50%;
left: -53px;
margin-top: -22px;
border: 22px solid transparent;
border-right: 32px solid #000;
z-index: 1;
}

.talkB .txtArea::before{
content: "";
position: absolute;
top: 50%;
right: -48px;
margin-top: -20px;
border: 20px solid transparent;
border-left: 30px solid #ebf8ff;
z-index: 2;
}
.talkB .txtArea::after {
content: "";
position: absolute;
top: 50%;
right: -53px;
margin-top: -22px;
border: 22px solid transparent;
border-left: 32px solid #000;
z-index: 1;
}

.talk .txtArea .inner::before{
content: "";
position: absolute;
z-index: -1;
top: .8rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #3fa6f3;
border: 2px solid #000;
border-radius: 1.5rem;
}






/* his_PC */
.his {
    position: relative;
    margin: 4rem 0 8rem;
    background: #ebf7ff;
    padding: 6rem 5rem 3rem;
    border-radius: 0 1.5rem 1.5rem 0;
}
.his::before{
content: "";
position: absolute;
top: 0;
left: -100vw;
width: 100vw;
height: 100%;
background: #ebf7ff;
}
.his::after{
content: "SCHEDULE";
position: absolute;
top: -1.3rem;
right: 5rem;
line-height: 1;
font-family: "DelaGothicOne";
font-size:7.0rem;
color: #bbe7ff;
}
.his .mainTtl{
margin: 0 0 2.5rem;
padding: 0;
background: none;
border: none;
font-size:2.4rem;
font-weight: 700;
color: #151b40;
}
.his .mainTtl::before{
width: 0;
height: 0;
background: none;
border: none;
}
.his .mainTtl .fontL{
font-size:3.0rem;
}


.his .liBox{
padding: 0 0 4rem;
}
.his .liBox::before{
content: "";
position: absolute;
top: 0;
left: 4.8rem;
width: .2rem;
height: 100%;
background: #3ea6f3;
}
.his .liBox:last-child::before{
width: 0;
height: 0;
background: none;
border: none;
}

.his .sttl{
width: 10rem;
float: left;
padding: .8rem 1rem 1.2rem;
background: #3fa6f3;
border-radius:9999px;
line-height: 1;
font-size:1.8rem;
text-align: center;
color: #fff;
}


.his .fuki{
position: relative;
width: 88.4rem;
float: right;
}
.his .fuki .catch{
margin: 0 0 1.5rem;
padding: 0;
background: none;
border: none;
font-size:2.2rem;
color: #151b40;
}
.his .fuki .catch::before{
width: 0;
height: 0;
background: none;
border: none;
}


.his .fuki .txtArea{
margin: 0 0 10px;
padding: 10px 4rem 15px;
background: #fff;
border-radius: 1.5rem;
}

.his .imgType{
}

.his .flame{
width: 44.5rem;
margin: 0 auto;
padding: 25px 0 5px;
} 
.his .flame img{
width: 100%;
object-fit: cover;
}






/* qa_PC */
.qaWrap{
padding: 2rem 0 3rem;
}
.qa{
padding: 2rem 0;
}
.qa .sttl{
display: inline-block;
margin: 0 0 1rem 3rem;
padding: .5rem 3.5rem .7rem;
background: #fff;
border: 2px solid #000;
border-radius: 9999px;
font-size:2.2rem;
color: #151b40;
line-height: 1.8;
}
.qa .sttl::before{
content: "Q.";
position: absolute;
z-index: 1;
top: calc(50% - 2.25rem);
left: -3rem;
display: flex;
justify-content: center;
width: 4.5rem;
height: 4.1rem;
padding: .6rem 0 0 .2rem;
background: #151b40;
border-radius: 50%;
line-height: 1;
text-align: center;
font-family: "DelaGothicOne";
font-size:2.4rem;
color: #fff;
}
.qa .sttl::after{
content: "";
position: absolute;
z-index: -1;
top: .6rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #151b40;
border: 2px solid #000;
border-radius: 9999px;
}



.qa .ansBox{
position: relative;
	margin: 3rem 0rem 0rem;
}
.qa .catch{
margin: 0 0 0;
padding: 0 0 0 6.5rem;
background: none;
border: none;
font-size:2.2rem;
color: #151b40;
}
.qa .catch::before{
content: " A.";
position: absolute;
top: -1rem;
    left: 0;
    display: flex;
    justify-content: center;
    width: 5rem;
    height: 4.2rem;
padding: 1rem 0 0 .3rem;
background: #3fa6f3;
border: none;
border-radius: 50%;
line-height: 1;
text-align: center;
font-family: "DelaGothicOne";
font-size:2.9rem;
color: #fff;
}
.qa .catch .txt_bold{
color: #50a229;
}



/* sum_PC */
.sum{
position: relative;
margin: 8rem 0;
}
.sum::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: calc(100% + 100vw);
height: 100%;
background: #edfce5;
border: 2px solid #000;
border-right: none;
border-radius: 1.5rem 0 0 1.5rem;
}
.sum::after{
content: "SUMMARY";
position: absolute;
top: -1.10rem;
left: 5rem;
width: 100%;
height: 6.5rem;
line-height: 1;
font-family: "DelaGothicOne";
font-size:7.0rem;
color: #d9efce;
}

.sum .inner{
position: relative;
padding: 8rem 0 4rem 5rem;
}
.sum .inner::before{
content: "";
position: absolute;
bottom: -1.1rem;
right: 7rem;
width: 11.5rem;
height: 11rem;
background: url("./img/bg_bus.svg") 0 0 no-repeat;
opacity: .1;
}







/* spv_PC */
.spv{
position: relative;
margin: 13rem 0;
}
.spv::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: calc(100% + 100vw);
height: 100%;
background: #fff;
border-radius: 1.5rem 0 0 1.5rem;
border-right: none;
border: 2px solid #000;
}
.spv .inner{
position: relative;
padding: .2rem 0 1.2rem .2rem;
}

.spv .headArea{
position: relative;
padding: 3rem 0 3rem 45.8rem;
background: #0576ca;
border-radius: 1.3rem 0 0 0;
}
.spv .headArea::before{
content: "";
position: absolute;
top: 0;
right: -99vw;
width: 100vw;
height: 100%;
background: #0576ca;
}
.spv .headArea .flame{
position: absolute;
top: -2rem;
left: 8.4rem;
width: 28.8rem;
}
.spv .boxTtl{
position: relative;
left: -0.5rem;
display: inline-block;
margin: 0 0 .3rem;
background: #fff;
padding: 1.2rem 1.7rem 1.4rem;
border-radius: 9999px;
line-height: 1;
font-size:1.8rem;
font-weight: 700;
}
.spv .sttl{
z-index: 1;
margin: 0 0 0;
font-size:4.0rem;
color: #fff;
}

.spv .mainArea{
position: relative;
padding: 3rem 0 3rem;
}

.spv .imgArea{
position: absolute;
top: 5rem;
left: 4.8rem;
width: 36rem;
}
.spv .mainArea .flame{
width: 36rem;
height: 100%;
}
.spv .mainArea .flame img{
width: 100%;
object-fit: cover;
}

.spv .txtArea{
padding: 0 0 0 45.8rem;
/* font-weight: 700; */
}
.spv .txtArea .txt_bold{
color: #50a229;
}



/* relintv_PC */
.relintv{
position: relative;
margin: 0rem 0rem 2rem;
}
.relintv .ulBox{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.relintv .liBox{
width: 52.5rem;
}

.relintv .liBox a{
position: relative;
top:0;
background: #fff;
border: 2px solid #000;
border-radius: 1.5rem;
transition: all .2s ease-in-out;
}
.relintv .liBox a:before {
content: "";
position: absolute;
bottom: -40px;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #e9f9e2;/* 高さ */
z-index: 2;
}
.relintv .liBox a:after {
content: "";
position: absolute;
bottom: -46px;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}

.relintv .liBox .fukiSdw{
position: absolute;
z-index: -1;
left: -0.2rem;
bottom: -1.3rem;
width: calc(100% + .4rem);
height: 3rem;
background: #72cd46;
border: 2px solid #000;
border-radius: 0 0 1.5rem 1.5rem;
transition: all .2s ease-in-out;
}
.relintv .liBox .fukiSdw:before {
content: "";
position: absolute;
bottom: -40px;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #72cd46;/* 高さ */
z-index: 2;
}
.relintv .liBox .fukiSdw:after {
content: "";
position: absolute;
bottom: -46px;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}


.relintv .liBox a:hover{
opacity: 1;
top: 1.3rem;
}
.relintv .liBox a:hover .fukiSdw{
bottom: 0rem;
}


.relintv .liBox .catch{
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 2.3rem 3rem 2.5rem;
text-align: center;
font-size:2.0rem;
}
.relintv .liBox .catch .txt_bold{
font-size:2.4rem;
color: #50a229;
}
.relintv .liBox .botArea{
position: relative;
background: url("./img/arrow_ccl.svg") calc(100% - 2rem) 50% no-repeat #e9f9e2;
background-size: 4rem auto;
padding: 2rem 8rem 2.5rem 3rem;
border-radius: 0 0 1.3rem 1.3rem;
}
.relintv .liBox .botArea dl{
margin: 0 0 .5rem;
}
.relintv .liBox .botArea dt{
display: inline-block;
background: #fff;
margin: 0 1rem 0 0;
padding: .4rem 1rem;
border: 2px solid #000;
border-radius: 9999px;
line-height: 1;
font-size:1.4rem;
font-weight: 700;
}
.relintv .liBox .botArea dd{
display: inline-block;
font-weight: 700;
}
.relintv .liBox .botArea p{
margin: 0;
}

.relintv .liBox .flame{
width: 21rem;
height: 21rem;
margin: 6rem auto 0;
}
.relintv .liBox .flame img{
width: 100%;
border: 2px solid #000;
border-radius: 50%;
object-fit: cover;
}




/*--------------------------------------
　about_PC
---------------------------------------*/

.about{
position: relative;
z-index: 15;
width: 100rem;
margin: 0 auto -12rem;
}
.about .inner{
padding: 3.5rem 5rem 1.5rem;
background: #fff;
border: 2px solid #0576ca;
border-radius: 1.5rem;
}
.about .logo{
position: absolute;
top: calc(50% - 2.8rem);
width: 21.0rem;
}

.about .catch{
margin: 0 0 .5rem;
color: #0576ca
}

.about .txtArea{
margin: 0 0 0 25rem;
}

.about .btn-link {
margin-top: 1.5rem;
}

/* End_PC */








@media screen and (max-width: 480px) {


/*------------
common--480px
------------*/

html{
}

.mainWrap .catch, .mainWrap .sttl,
.index .catch, .index .sttl{
font-size: 2.0rem;
}

#contents{
position: relative;
z-index: 0;
}



body{
min-width: 320px;
text-align:left;
line-height:1.9;
font-size:1.5em;
word-break: break-all;
overflow-x: hidden;
}

.sp,
.sp_br{
display:block!important;
}

.pc,
.pc_br{
display:none!important;
}

img:not([width]) {
width:100%;
height:auto;
max-width: 100%;
}

a{
text-decoration: none;
}
a:hover,
a:hover img{
opacity: 1;
}


p{
text-align: justify;
line-height:2.0;
}


.areaInner{
width: auto;
margin: 0;
}






/* notice 30px_4% */



/*--------------------------------------
　body_SP
---------------------------------------*/





/*--------------------------------------
　header_SP
---------------------------------------*/
#header{
position: relative;
z-index: 14;
background: url("./img/pt_dot_bl.png") 0 0 repeat;
background-size: 3rem auto;
height: auto;
padding: 0 3% 12rem;
}

#header .topArea2{
position: static;
margin:  0 0 2rem;
padding: 1rem 0 0;
text-align: left;
font-weight: 400;
font-size:1.1rem;
line-height: 1.6;
color: #000;
}
#header .siteName{
display: inline-block;
}
#header .siteName a{
color: #000;
}

#header .logo{
position: static;
margin: 0 0 2rem;
}
#header .logo .logoImg{
width: 16rem;
margin: 0 auto .5rem;
}
#header .logo img{
width: 100%;
}
#header .sps{
text-align: center;
font-size:1.1rem;
line-height: 1.6;
color: #000;
}

#header .slideArea {
padding: 3rem 0 2.5rem;
position: absolute;
bottom: 0;
}
#header .slideArea .slick-slide img{
width: auto;
height: 3.2rem;
}


/*--------------------------------------
Main Contents_SP
---------------------------------------*/

#contents {
position: relative;
z-index: 14;
width: 100%;
overflow-x: hidden;
margin: -13rem 0 0;
padding: 0 0 0;
}

.mainWrap {
position: relative;
z-index: 1;
padding: 0 0 5rem;
min-height: 50rem;
}


.mainWrap > .areaInner{
padding: 0 0 2.5rem;
}









/*--------------------------------------
pankuzu_SP
---------------------------------------*/

#pankuzuWrap{
overflow: auto;
white-space: nowrap;
margin: 0 5% 0;
padding: 10px 0 0;
position: static;
box-sizing: border-box;
width: auto;
}
#pankuzuWrap::-webkit-scrollbar{
height: 3px;
}
#pankuzuWrap::-webkit-scrollbar-track{
border-radius: 3px;
background: #eee;
}
#pankuzuWrap::-webkit-scrollbar-thumb{
border-radius: 3px;
background: #bbb;
}

#pankuzu{
width: 100%;
margin: 0 auto 10px;
padding: 0 0;
font-size:1.1rem;
}
#pankuzu a{
text-decoration: underline;
}




/*--------------------------------------
　page-top_SP
---------------------------------------*/
#page-top{
position: fixed;
z-index: 101;
bottom: 2%;
right: 2%;
width: 5.5rem;
}
#page-top{
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#page-top.active{
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると表示する*/
#page-top.absolute{
}








/*--------------------------------------
　Global Nav_SP
---------------------------------------*/
#gNav{
position: fixed;
top: 1rem;
right: 1rem;
z-index: 10000;

pointer-events: none;
transition: .3s;
/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;
}
/*このクラスが付与されると表示する*/
#gNav.active{
pointer-events: auto;
opacity: 1;
visibility: visible;
}
_::-webkit-full-page-media, _:future, :root #gNav{
top: 1rem;
}

/* ハンバーガーメニュー */
#gNav #showRight{
z-index: 10000;
}
#gNav button{
position: relative;
top:0;
width: 5rem;
height: 4.7rem;
transition: all .2s ease-in-out;
}
#gNav button::before{
content: "";
position: absolute;
top: -1px;
left: -0.1rem;
width: 100%;
height: 100%;
background:#72cd46;
border: 2px solid #000;
border-radius:.75rem;
font-size:1.2rem;
font-family: "DelaGothicOne";
transition: all .2s ease-in-out;
}
#gNav button::after{
content: "";
position: absolute;
z-index: -1;
top: .4rem;
left: -0.1rem;
width: 100%;
height: 100%;
background: #72cd46;
border: 2px solid #000;
border-radius:.75rem;
transition: all .2s ease-in-out;
}



#gNav button span{
  position: absolute;
  left: 22%;
  width: 60%;
  height: 2px;
  background-color: #1b140b;
  transition: .3s all;
}
#gNav button span:nth-child(1){
top:40%;
}
#gNav button span:nth-child(2){
top:calc(40% + 1rem);
}



#gNav button.active span:nth-child(1){
top: 50%;
transform: rotate(45deg);}

#gNav button.active span:nth-child(2){
top: 50%;
transform: rotate(-45deg);
}

#gNav button.active::before{
background-image: none;
}


/* General styles for all menus */
#gNav .cbp-spmenu {
position: fixed;
margin: 0 0 0;
padding: 5rem 0 0;
background: #151b40;

overflow: auto;
-ms-overflow-style: none; /* IE, Edge 対応 */
scrollbar-width: none;/* Firefox 対応 */
}


#gNav .cbp-spmenu #mainMenu{
position: relative;
z-index: 1;
/*overflow: auto;*/
overflow: visible;
margin: 0 0;
padding: 7rem 0 7rem;
height: 100%;
}

#gNav .cbp-spmenu #mainMenu::-webkit-scrollbar{
display: none;/* Chrome, Safari 対応 */
}

#gNav .cbp-spmenu #mainMenu .gnavBox:first-child{
border-top: 1px solid rgba(255, 255, 255, .5);
}

#gNav .cbp-spmenu a {
display: block;
padding: 14px 10% 14px;
text-decoration: none;
line-height: 1.3;
font-size:1.4rem;
color: #fff;
}
#gNav .cbp-spmenu li a {
padding: 16px 10% 16px;
}
#gNav .cbp-spmenu .sttl{
margin: 0;
font-size:1.6rem;
letter-spacing: 0;
}

#gNav .cbp-spmenu .sttl a {
background: url(./img/arrow_ccl_wt.svg) calc(100% - 2.0rem) 50% no-repeat;
background-size: 1.9rem auto;
}

#gNav .cbp-spmenu .sttl.tglMenu a {
background: none;
}
#gNav .cbp-spmenu .sttl.tglMenu a::before {
content: '';
display: inline-block;
width: 1.5rem;
height: .1rem;
background-color: #fff;
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
transition: opacity .5s;
}
#gNav .cbp-spmenu .sttl.tglMenu a::after {
content: '';
display: inline-block;
width: 1.5rem;
height: .1rem;
background-color: #fff;
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
transition: transform .5s;
}
#gNav .cbp-spmenu .sttl.open a::before {
opacity: 0;
}
#gNav .cbp-spmenu .sttl.open a::after {
transform: translateY(-50%) rotate(-180deg);
}



#gNav .cbp-spmenu .home a {
background: url(./img/arrow_ccl_wt.svg) calc(100% - 2.0rem) 50% no-repeat;
background-size: 1.9rem auto;
}
#gNav .cbp-spmenu .subList a{
padding: 14px 10% 14px calc(5% + 2em);
font-weight: 400;
}

#gNav .cbp-spmenu li a {
position: relative;
background: url(./img/arrow_ccl_wt.svg) calc(100% - 2.0rem) 50% no-repeat #1d2659;
background-size: 1.9rem auto;
padding: 14px 10% 14px calc(5% + 1em);
font-weight: 400;
}

#gNav .cbp-spmenu .subList li a::before {
left: calc(5% + 1em);
}



#gNav .cbp-spmenu a:hover {
opacity: 1;
}
#gNav .cbp-spmenu a:active {
}

/* Orientation-dependent styles for the content of the menu */
#gNav .cbp-spmenu-vertical {
/*width: calc(100% - 100px);*/
width: 100%;
height: 100%;
top: 0;
z-index: -1;
}
#gNav .cbp-spmenu-vertical a {
border-bottom: 1px solid rgba(255, 255, 255, .5);
padding: 16px 11% 16px 5%;
}
#gNav .cbp-spmenu-vertical .home a {
border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#gNav .cbp-spmenu-vertical .smap .home a {
border-top:none;
}



/* Vertical menu that slides from the left or right */
#gNav .cbp-spmenu-right {
opacity: 0;
right: -100%;
/*right: -280px;*/
/*right: 0;*/
}
#gNav .cbp-spmenu-right.cbp-spmenu-open {
opacity: 1;
right: 0;
z-index: 1000;
}


/* Transitions */
#gNav .cbp-spmenu,
#gNav .cbp-spmenu-push {
transition: all 0.3s ease;
}

#gNav .accChild {
display: none;
}







/*--------------------------------------
　fixNav_SP
---------------------------------------*/

#fixNav_sp{
position: fixed;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 6.5rem;
pointer-events: none;
transition: .3s;
/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;
}
/*このクラスが付与されると表示する*/
#fixNav_sp.active{
opacity: 1;
visibility: visible;
pointer-events: auto;
}
/*このクラスが付与されると停止する*/
#fixNav_sp.absolute{
}


#fixNav_sp .btn-web{
position: absolute;
top: 1rem;
right: 7rem;
margin: 0;
width: 16rem;
}
#fixNav_sp .btn-web a{
width: 100%;
min-height: 0;
height: 4.9rem;
padding: 0 10% 0 5%;
border: 2px solid #000;
border-radius: .75rem;
line-height: 1.4;
font-size:1.2rem;
text-align: left;
}
#fixNav_sp .btn-web a::before{
right: .5rem;
width: 1.4rem;
height: 100%;
background-size: 1.4rem auto;
}
#fixNav_sp .btn-web a::after{
content: "";
position: absolute;
z-index: -1;
top: .3rem;
left: -0.2rem;
width: 100%;
height: 100%;
border: 2px solid #000;
border-radius: .75rem;
transition: all .2s ease-in-out;
}
#fixNav_sp .btn-web a:hover{
opacity: 1;
top: 0;
}
#fixNav_sp .btn-web a:hover::after{
top: .3rem;
}




#fixNav_sp .logo{
position: absolute;
top: 1.5rem;
left: 2rem;
width: 21rem;
}
#fixNav_sp .logo a{
}





/*--------------------------------------
　h1Area_SP
---------------------------------------*/
.h1Area{
position: relative;
z-index: 2;
margin: 0 0 0;
padding: 0 5% 2rem;
text-align: left;
}

.h1Area h1{
position: relative;
margin: 0 0 0;
padding: 2.5rem 5% 2.6rem;
background: #fff;
border: 2px solid #000;
border-radius: 1.5rem;
font-size:3.0rem;
}
.h1Area h1::before{
content: "";
position: absolute;
z-index: -1;
top: .6rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #3fa7f3;
border: 2px solid #000;
border-radius: 1.5rem;
}
.h1Area .headNote{
}





/*--------------------------------------
　Footer_SP
---------------------------------------*/

footer{
position: relative;
z-index: 13;
width: 100%;
padding: 16rem 0 0;
background: #151b40;
}


footer .footInner{
width: auto;
margin: 0;
padding: 0 0 0;
}


footer .footInner .areaL{
width: auto;
float: none;
margin: 0 5% 4rem;
}


footer .noticeArea{
color: #fff;
}
footer .noticeArea p{
font-size:1.1rem;
}
footer .noticeArea p:nth-child(1){
}
footer .noticeArea a{
text-decoration: underline;
color: #fff;
}
footer .noticeArea .botPrg{
padding: 1.2rem 0 0;
text-align: center;
}




footer .footInner .areaR{
width: auto;
float: none;
}

footer .footBox{
margin: 0 0 0;
/*z-index: 0;*/
}
.footBox:first-of-type{
border-top: 1px solid rgba(255, 255, 255, .5);

}
.footBox a{
}
.footBox a:hover{
opacity: 1;
}


.footBox .sttl{
margin: 0;
padding: 0;
border: none;
background: none;
}
.footBox .sttl a{
display: block;
padding: 1.2em 10% 1.3em 4%;
font-size: 1.5rem;
border-bottom: 1px solid rgba(255, 255, 255, .5);
text-align: left;
letter-spacing: 0;
}

.footBox .sttl a::before {
content: '';
display: inline-block;
width: 1.5rem;
height: .1rem;
background-color: #fff;
position: absolute;
right: 1.9rem;
top: 50%;
transform: translateY(-50%);
transition: opacity .5s;
}
.footBox .sttl a::after {
content: '';
display: inline-block;
width: 1.5rem;
height: .1rem;
background-color: #fff;
position: absolute;
right: 1.9rem;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
transition: transform .5s;
}


.footBox > ul{
padding: 0;
}
.footBox li{
display: block;
}


.footBox li:after{
content: "";
}

.footBox li a{
display: block;
padding: 1.3em 10% 1.3em 10.5%;
background: url("./img/arrow_ccl_wt.svg") calc(100% - 2.0rem) 50% no-repeat;
background-size: 1.9rem auto;
border-bottom: 1px solid rgba(255, 255, 255, .5);
text-align: left;
font-size:1.3rem;
}
.footBox li li a{
padding: 1.3em 7% 1.3em 16.5%;
}
 
 
.footBox li a.ssttl{
display: block;
padding: 1.3em 10% 1.3em 4.5%;
background: url(./img/arrow_ccl_wt.svg) calc(100% - 2.0rem) 50% no-repeat;
background-size: 1.9rem auto;
border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footBox li.sp a{
padding: 1.3em 10% 1.3em 4.5%;
}

/* サイトマップ */
footer .smap .sttl a{
background: url(./img/arrow_ccl_wt.svg) calc(100% - 2.0rem) 50% no-repeat;
background-size: 1.9rem auto;
font-size:1.4rem;
}
footer .smap .sttl a::before,
footer .smap .sttl a::after{
width: 0;
height: 0;
background: none;
border: none;
}



.footBox.accordion .accChild{
display: none;
/*background: #d2ebee;*/
}
.footBox.accordion .accChild a{
background: url(./img/arrow_ccl_wt.svg) calc(100% - 2.0rem) 50% no-repeat #1d2659;
background-size: 1.9rem auto;
border-bottom: 1px solid rgba(255, 255, 255, .5);
}


.footBox.accordion .open a::before {
opacity: 0;
}
.footBox.accordion .open a::after {
transform: translateY(-50%) rotate(-180deg);
}




.footBox li.subCat{
display: block;
margin: 0 0 0 0;
}

.footBox ul.subList{
display: block;
margin: 0 0 0;
}

.footBox ul.subList > li:first-child::before{
content: "";
margin: 0;
}

.footBox ul.subList li:after{
content: "";
}




footer .botArea{
min-width: 0;
padding: 1.5rem 5% 4.7rem;
box-sizing: border-box;
}
footer .botArea .copy{
padding: 0 0;
font-size:1.1rem;
text-align: center;
color: #fff;
}
footer .botArea a{
display: inline-block;
text-decoration: none;
font-size:1.1rem;
color: #fff;
}




/* ================== */
/*  SP共通パーツ　*/
/* ================== */

/* p */
.mainWrap p, .index p{
margin: 1rem 0;
line-height:2.0;
}

.mainWrap p + p, .index p + p{
margin-top: 1.8rem;
}

.mainWrap > .areaInner > p, .index > .areaInner > p{
padding: 0 5%;
}
.mainWrap > .areaInner > .caption{
padding: 0 5%;
}
.mainWrap > .areaInner > .low-center-img-box{
padding: 0 5%;
}
.mainWrap > .areaInner > .low-center-img-box *{
margin-left: 0;
margin-right: 0;
}


.mainWrap h2 {
        position: relative;
        margin: 5rem 2rem 1rem 0rem;
        left: -0.2rem;
        padding: 1.5rem 5% 1.7rem;
        background: url(./img/pt_dot_gr.png) 0 0 repeat;
        background-size: 3rem auto;
        border: 2px solid #000;
        border-radius: 0rem 1.5rem 1.5rem 0rem;
        font-size: 2.4rem;
    }

.mainWrap h2::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0rem;
        left: 0rem;
        width: 100%;
        height: 100%;
        background: #151b40;
        border: 0px solid #000;
        border-radius: 1.5rem;
    }


.mainWrap h2 a{
position: relative;
display: block;
padding: 0 10% 0 0;
}
.mainWrap h2 a::before{
content: "";
position: absolute;
top: 0;
right: 0;
width: 2.4rem;
height: 100%;
background: url("./img/arrow_ccl2.svg") 99% calc(50% + 0px) no-repeat;
background-size: 2.4rem auto;
transition: all .2s ease-in-out;
}
.mainWrap h2 a:hover::before{
}
.mainWrap h2 a::after{
}
.mainWrap h2 a:hover::after{
}






.mainWrap h3{
position: relative;
margin: 3rem 5% 2rem;
padding: 1.2rem 3% 1.2rem 11.0%;
border-bottom: 2px solid #000;
font-size:2.1rem;
}
.mainWrap h3::before{
content: "";
position: absolute;
top: 1.3rem;
left: .1rem;
width: 2.9rem;
height: 4.5rem;
background: url(./img/h3_deco.svg) 0 0 no-repeat;
background-size: 2.9rem auto;
}
.mainWrap h3 a{
position: relative;
z-index: 1;
display: block;
padding: 0 10% 0 0;
}
.mainWrap h3 a::before{
content: "";
position: absolute;
top: 0;
right: 0;
width: 2.4rem;
height: 100%;
background: url("./img/arrow_ccl2.svg") 99% calc(50% + 0px) no-repeat;
background-size: 2.4rem auto;
transition: all .2s ease-in-out;
}
.mainWrap h3 a:hover::before{
}
.mainWrap h3 a::after{
}
.mainWrap h3 a:hover::after{
}






.mainWrap h4, .mainWrap h5, .mainWrap h6{
position: relative;
margin: 2rem 5%;
padding: 1rem 3% 1rem 1%;
font-size:1.9rem;
color: #0576ca
}
.mainWrap h5::before, .mainWrap h6::before{
}
.mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a{
position: relative;
display: inline-block;
padding: 0 8% 0 0;
color: #0576ca
}
.mainWrap h4 a::before, .mainWrap h5 a::before, .mainWrap h6 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 0;
width: 2.0rem;
height: 100%;
background: url("./img/arrow_ccl2.svg") 99% calc(50% + .18rem) no-repeat;
background-size: 2.0rem auto;
transition: all .2s ease-in-out;
}









.mainWrap ul{
margin: 1.5em 4% 1.5em;
padding:0.5em 1% 0;
}
.mainWrap ul li{
padding:0 0 .4rem 2.1rem;
}
.mainWrap ul li::before,
.index ul li::before{
position: absolute;
content: "";
top: 1.0rem;
left: .3rem;
width: 1.1rem;
height: 1.1rem;
}


.mainWrap ol {
margin: 1.5em 4% 1.5em;
padding:0.5em 1% 0;
}
.mainWrap ol li{
padding:0 0 .4rem 2.1rem;
}

.mainWrap ol li::before{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: .6rem;
left: 0;
width: 1.6rem;
height: 1.8rem;
letter-spacing: 0;
line-height: 1.0;
font-size:1.1rem;
}







/*  btns*/
.btn-internal,
.btn-web,
.btn-tel{
position: relative;
z-index: 1;
width: 85%;
display: flex;
align-items: center;
justify-content: center;
margin: 3rem auto 5rem auto;
text-align: center;
}


.btn-internal a,
.btn-web a,
.btn-tel a{
position: relative;
top:0;
left: 0;
width: 100%;
min-height: 8rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 0 0;
padding: 1.2rem 14% 1.4rem;
border: 2px solid #000;
text-align: center;
line-height: 1.5;
font-weight: 700;
transition: all .2s ease-in-out;
}

.btn-internal a::before,
.btn-web a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 1.5rem;
width: 2.4rem;
height: 100%;
background: url("./img/arrow_ccl_wt.svg") 99% calc(50% + 1px) no-repeat;
background-size: 2.4rem auto;
transition: all .2s ease-in-out;
}
.btn-internal a::after,
.btn-web a::after{
content: "";
position: absolute;
z-index: -1;
top: .6rem;
left: -0.2rem;
width: 100%;
height: 100%;
border: 2px solid #000;
border-radius:1.5rem;
transition: all .2s ease-in-out;
}




.btn-internal a{
background: #151b40;
border: 2px solid #fff;
color: #fff;
}
.btn-internal a::after{
	top: 0.9rem;
    left: -0.2rem;
border: 2px solid #fff;
background: #151b40;
}






.btn-web a{
background: #ffba26;
}
.btn-web a::before{
background-image: url("./img/arrow_ccl.svg");
}
.btn-web a::after{
background: #ffba26;
}


.btn-internal a:hover,
.btn-web a:hover{
opacity: 1;
top: 0;
}
.btn-internal a:hover::after,
.btn-web a:hover::after{
top: .6rem;
}




.btn-tel{
display: block;
}
.btn-tel a{
background: #72ce47;
color: #fff;
}
.btn-tel a::before{
content: "";
position: absolute;
top: 0;
left: 1.6rem;
width: 2.1rem;
height: 100%;
background: url(./img/ico_tel.svg) 0 50% no-repeat;
background-size: 2.1rem auto;
}
.btn-tel a::after{
content: "";
position: absolute;
z-index: -1;
top: .6rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #72ce47;
border: 2px solid #000;
border-radius:1.5rem;
transition: all .2s ease-in-out;
}
.btn-tel a:hover{
opacity: 1;
}



.btn-link{
margin: .2rem 5%;
text-align: right;
}
.btn-link a{
position: relative;
display: inline-block;
padding: 1.2rem 3.2rem 1.3rem 0;
background: url("./img/arrow_ccl.svg") 100% calc(50% + .1rem) no-repeat;
background-size: 2.4rem auto;
line-height: 1.5;
text-align: right;
font-weight: 700;
}




/* ================== */
/*  テーブル　　　　　*/
/* ================== */

table{
width: 88%;
margin:3rem auto;
border-bottom: 2px solid #000;
}
table th {
width: 100%;
display: block;
padding: 1.5rem 2rem;
border-bottom: none;
line-height: 1.3;
text-align: center;
font-size:1.6rem;
}
table td {
width: 100%;
display: block;
padding: 1.5rem 2rem;
border-bottom: none;
line-height: 1.4;
text-align: center;
font-size:1.6rem;
}



.tableB .tblWrap{
overflow: auto;
width: 88%;
margin: 0 auto;
}
.tableB .note{
padding: 0 5%;
text-align: center;
color: #999999;
font-size:1.3rem;
}
.tableB table{
margin:10px auto;
}
.tableB table th {
white-space: nowrap;
width: 22%;
display: table-cell;
}
.tableB table td {
display: table-cell;
white-space: nowrap;
}

.tableB .scroll-hint-icon {
top: calc(50% - 40px);
left: calc(50% - 60px);
}




/* ================== */
/*  SPカスタマイズ共通　*/
/* ================== */
.caption,
.source{
margin: 0.8em 0 0;
font-size:1.0rem;
line-height: 1.6;
word-break: break-all;
color: #999;
overflow: visible;
white-space: normal;
/*
overflow: auto;
white-space: nowrap;
*/
}
.caption a:hover{
text-decoration: underline;
}


.marker{
border-bottom: 2px solid #ffb926;
}


/*  float-wrap */

.mainWrap .float-wrap .flame{
position: relative;
}
.mainWrap .float-wrap .caption{
margin-bottom: 5px;
}
.mainWrap .float-wrap{
margin: 2.5em 6%;
padding: 0 1%;
}
.mainWrap .float-wrap .catch{
margin: 0em 0 0.4em;
line-height: 1.7;
}
.mainWrap .float-wrap p{
margin: 1rem 0;
padding: 0;
}
.float-wrap ul{
display: block;
margin: 6px 0;
}
.mainWrap .float-wrap .fl,
.mainWrap .float-wrap .fr,
.mainWrap .float-wrap .ct{
float: none;
padding: 0 0 0.5em;
width: 100%;
width: auto;
text-align: left;
}

.mainWrap .float-wrap .fl.t_small{
width: 40%;
float: left;
padding: 0 5% 0 0;
}
.mainWrap .float-wrap .fr.t_small{
width: 40%;
float: right;
padding: 0 0 0 5%;
}
.mainWrap .float-wrap img {
}






/* ================== */
/*  サイトマップ*/
/* ================== */
.smap h2{
}
.smap ul{
}




/* ================== */
/*  追加パーツ*/
/* ================== */


/*--------------------------------------
　mokuji_SP
---------------------------------------*/

.mokuji{
transition: .3s;
/*デフォルトで非表示にする*/
opacity: 1;
/*visibility: hidden;*/
}
/*このクラスが付与されると表示する*/
.mokuji.active{
opacity: 1;
visibility: visible;
}
/*このクラスが付与されると停止する*/
.mokuji.absolute{
}



.mokuji{
position: relative;
margin: 4rem 5% 8rem;
}

.mokuji .inner{
position: relative;
padding: 1rem 5% 0;
background: #ffffdf;
border: 2px solid #000;
border-radius:1.5rem;
}

.mokuji .inner::before{
content: "INDEX";
position: absolute;
top: -.35rem;
right: 5%;
line-height: 3rem;
font-family: "DelaGothicOne";
font-size:3.5rem;
color: #d9efce;
}

.mokuji .sttl{
margin: 0 0 .6rem;
padding: .6rem 0 1.6rem;
border-bottom: 2px solid rgba(0, 0, 0, .5);
font-size:1.8rem;
}


.mokuji #toc{
position: relative;
padding: 0 0 2rem;
}

.mokuji #toc ul{
margin:0;
padding:5px 0;
}
.mokuji #toc ul li{
position: relative;
margin: 2px 0;
padding: 2px 0 2px 3rem;
text-align: left;
line-height: 1.4;
}
.mokuji #toc ul li.chapter-h-two{
counter-increment: count;
}
.mokuji #toc ul li.chapter-h-two::before {
content: counter(count, decimal-leading-zero)".";/*2桁対応*/
position: absolute;
top: 10px;
left: 0;
width: 4rem;
transform: translate(0,-50%);
background: none;
font-size:1.7rem;
font-weight: 700;
color: #0576ca;
}

.mokuji li a{
display: inline-block;
width: auto;
padding: 4px 0 6px;
background: none;
font-weight: 700;
/* font-size: 1.7rem; */
text-decoration: none;
}
.mokuji #toc ul ul{
margin: 0;
padding: 0 0 2px;
}
.mokuji #toc ul li.chapter-h-three {
padding: 0 0 0 5rem;
}
.mokuji #toc ul li.chapter-h-three::after {
content: "";
position: absolute;
top: 0;
left: 3.5rem;
width: .8rem;
height: 100%;
background: url("./img/l_deco.png") 0 .6rem no-repeat;
background-size: .8rem auto;
}
.mokuji #toc ul li.chapter-h-three::before {
width: 0;
height: 0;
background: none;
border: none;
}

.mokuji li br{
display: none;
}


/* accordion_grd */
.mokuji .text {
height: 160px;
overflow: hidden;
}
.mokuji .show_more2 {
position: absolute;
bottom: 0;
left: 0px;
width: 100%;
height: 70px;
padding-top: 6.5rem;
text-align: center;
line-height: 6.5rem;
background: linear-gradient(
180deg,
rgb(255, 255, 244, 0) 0%,
#ffffdf 70%
);
cursor: pointer;
transition: bottom 0.2s;
}
.mokuji .active{
background: none;
/*bottom: -20px;*/
}
.mokuji .show_more2 span{
position: relative;
top: -2.5rem;
display: inline-block;
width: 50%;
min-height: 5rem;
padding: 1.0rem 10% 1.1rem;
background: url(./img/plus.svg) 93% calc(50% - 1px) no-repeat #fff;
background-size: 1.7rem auto;
border-radius:9999px;
border: 2px solid #000;
text-align: center;
line-height: 1.5;
font-weight: 700;
font-size:1.6rem;
}
.mokuji .active span{
background: url(./img/minus.svg) 90% 50% no-repeat #fff;
background-size: 1.7rem auto;
}








/* relations_SP */
.relations{
position: relative;
        width: auto;
        margin: 5rem 5% 0rem;
}

.relations .inner{
position: relative;
padding: 1rem 5% 0;
background: #ffffdf;
border: 2px solid #000;
border-radius:1.5rem;
}

.relations .inner::before{
content: "ARTICLE";
position: absolute;
top: -.35rem;
right: 5%;
line-height: 3rem;
font-family: "DelaGothicOne";
font-size:3.5rem;
color: #d9efce;
}


.relations .relations-title{
position: relative;
margin: 0 0 .6rem;
padding: .6rem 0 1.6rem;
border-bottom: 2px solid rgba(0, 0, 0, .5);
font-size:1.8rem;
}


.relations .relations-wrapper{
position: relative;
padding: 0 0 2rem;
}

.relations ul{
margin:0;
}
.relations ul li{
position: relative;
margin: 0 0;
padding: 0 0 0 0!important;
text-align: left;
line-height: 1.4;
}
.relations ul li::before{
width: 0!important;
height: 0!important;
background: none!important;
border: none!important;
}

.relations li a{
display: inline-block;
width: auto;
padding: 2px 0 3px 10%;
background: none;
font-size:1.5rem;
text-decoration: none;
}
.relations li a::before{
content: "";
position: absolute;
z-index: 10;
top: .9rem;
left: 0;
width: 2.2rem;
height: 2.2rem;
background: url("./img/arrow_ccl.svg") 0 0 no-repeat;
background-size: 2.2rem auto;
}
.relations li p{
margin: .4rem 0;
line-height: 1.7;
}



/* btns_SP */
.btns{
display: block;
padding: .5rem 0;
}
.btns > div{
width: 85%;
margin: 2.5rem auto;
}
.btns .btn-internal a,
.btns .btn-web a,
.btns .btn-tel a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
}
.btns .btn-tel{
display: flex;
}





/* intv_SP */
.intv{
margin: 6rem 5% 6rem;
padding: 2rem 5% 2rem;
background: #edfce5;
border: 2px solid #000;
border-radius: 1.5rem;
}
.intv .inner{
position: relative;
background: #fffff4;
border-radius: 1.5rem;
}
.intv .inner::before{
content: "";
width: 0;
height: 0;
background: none;
border: none;
}

.intv .imgArea{
position: relative;
top: -4rem;
left: 0;
width: 80%;
margin: 0 auto -3.5rem;
}
.intv .txtArea{
padding: 2rem 5% 2rem;
}
.intv .txtArea .catch{
margin: 0 0 1.2rem;
padding: 0;
background: none;
border: none;
font-size:2.0rem;
color: #151b40;
}
.intv .txtArea .catch::before{
width: 0;
height: 0;
background: none;
border: none;
}



.intv .imgArea .flame{
margin: 0 auto;
width: 15.6rem;
}
.intv .imgArea .flame img{
width: 100%;
object-fit: cover;
border: 2px solid #000;
border-radius: 50%;
}
.intv .imgArea .spec{
position: relative;
margin: -1.2rem 0 0;
padding: .6rem 5% .8rem;
background: #d8eecd;
border: 2px solid #000;
border-radius: .6rem;
}
.intv .imgArea .sttl{
margin: 0 0 .5rem;
font-size:1.7rem;
}
.intv .imgArea dl{
margin: 0 0 .6rem;
line-height: 1.5;
}
.intv .imgArea dt{
display: inline-block;
background: #fff;
margin: 0 .6rem .3rem 0;
padding: .4rem .8rem;
border-radius: 9999px;
line-height: 1;
font-size:1.4rem;
font-weight: 700;
}
.intv .imgArea dd{
display: inline-block;
line-height: 1.5;
font-size:1.4rem;
font-weight: 700;
}








/* talk_SP */
.talk{
position: relative;
display: block;
width: 90%;
margin: 2rem auto 2rem;
}

.talk .imgArea{
width: 16.8rem;
margin: 4.5rem auto 0;
}
.talk .imgArea .flame{
width: 13rem;
height: 13rem;
margin: 0 auto;
background: #bbe7ff;
border-radius: 50%;
overflow: hidden;
border: 2px solid #000;
}
.talk .imgArea img{
width: 100%;
height: 100%;
object-fit: cover;
}
.talkB .imgArea{
margin: 4.5rem auto 0;
}
.talk .cap{
margin: -1.2rem 0 0;
text-align: center;
font-weight: 700;
font-size:1.7rem;
}
.talk .cap span{
position: relative;
display: block;
padding: .8rem 10% 1rem;
background: #ffffdf;
border-radius: 9999px;
border: 2px solid #000;
line-height: 1.3;
}

.talk .txtArea{
flex: 1; 
position: relative;
}
.talk .txtArea .inner{
position: relative;
padding: 2.0rem 5% 2.0rem;
background: #ebf8ff;
border-radius: 1.5rem;
border: 2px solid #000;
}
.talk .txtArea .caption{
text-align: left;
}
.talkA .txtArea::before {
content: "";
position: absolute;
top: auto;
bottom: -36px;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #ebf8ff;/* 高さ */
z-index: 2;
}
.talkA .txtArea::after {
content: "";
position: absolute;
top: auto;
bottom: -42px;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}

.talkB .txtArea::before{
content: "";
position: absolute;
top: auto;
bottom: -36px;
right: auto;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #ebf8ff;/* 高さ */
z-index: 2;
}
.talkB .txtArea::after {
content: "";
position: absolute;
top: auto;
bottom: -42px;
right: auto;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}

.talk .txtArea .inner::before{
width: 0;
height: 0;
background: none;
border: none;
}

.talk .txtArea .fukiSdw{
position: absolute;
z-index: -1;
left: 0rem;
bottom: -1.0rem;
width: calc(100% + 0rem);
height: 3rem;
background: #3fa6f3;
border: 2px solid #000;
border-radius: 0 0 1.5rem 1.5rem;
}
.talk .txtArea .fukiSdw:before {
content: "";
position: absolute;
bottom: -39px;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #3fa6f3;/* 高さ */
z-index: 2;
}
.talk .txtArea .fukiSdw:after {
content: "";
position: absolute;
bottom: -45px;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}






/* his_SP */
.his {
        position: relative;
        margin: 2rem 0 4rem;
        background: #ebf7ff;
        padding: 5rem 5% 2rem;
        border-radius: 0;
    }
.his::before{
width: 0;
height: 0;
background: none;
border: none;
}
.his::after{
content: "SCHEDULE";
position: absolute;
top: -.7rem;
right: .5rem;
line-height: 1;
font-family: "DelaGothicOne";
font-size:4.0rem;
color: #bbe7ff;
}
.his .mainTtl{
margin: 0 0 1.5rem;
padding: 0;
background: none;
border: none;
font-size:1.8rem;
font-weight: 700;
color: #151b40;
}
.his .mainTtl::before{
width: 0;
height: 0;
background: none;
border: none;
}

.his .mainTtl .fontL{
font-size:2.1rem;
}



.his .liBox{
padding: 0 0 1.5rem;
}
.his .liBox::before{
width: 0;
height: 0;
background: none;
border: none;
}

.his .sttl{
width: 7rem;
float: none;
margin: 0 0 8px;
padding: 4px 3% 6px;
background: #3fa6f3;
border-radius:9999px;
line-height: 1;
font-size:1.6rem;
text-align: center;
color: #fff;
}
.his .sttl::before{
width: 0;
height: 0;
background: none;
border: none;
}


.his .fuki{
position: relative;
width: auto;
float: none;
}
.his .fuki .catch{
margin: 0 0 1.5rem;
padding: 0;
background: none;
border: none;
font-size:2.0rem;
color: #151b40;
}
.his .fuki .catch::before{
width: 0;
height: 0;
background: none;
border: none;
}

.his .fuki .txtArea{
margin: 0 0 1rem;
padding: 8px 5% 10px;
background: #fff;
}

.his .imgType{
}

.his .flame{
width: 75%;
margin: 0 auto;
padding: 2.5rem 0 .5rem;
} 
.his .flame img{
width: 100%;
object-fit: cover;
}






/* qa_SP */
.qaWrap{
padding: 1rem 5%;
}
.qa{
padding: 2rem 0;
}
.qa .sttl{
display: inline-block;
margin: 0 0 0rem 1.5rem;
padding: .6rem 12% .8rem;
background: #fff;
border: 2px solid #000;
border-radius: 9999px;
font-size:2.0rem;
color: #151b40;
line-height: 1.5;
}
.qa .sttl::before{
content: "Q.";
position: absolute;
z-index: 1;
top: calc(50% - 2.0rem);
left: -1.5rem;
display: flex;
justify-content: center;
width: 3.8rem;
height: 3.4rem;
padding: .6rem 0 0 .2rem;
background: #151b40;
border-radius: 50%;
line-height: 1;
text-align: center;
font-family: "DelaGothicOne";
font-size:2.0rem;
color: #fff;
}
.qa .sttl::after{
content: "";
position: absolute;
z-index: -1;
top: .6rem;
left: -0.2rem;
width: 100%;
height: 100%;
background: #151b40;
border: 2px solid #000;
border-radius: 9999px;
}



.qa .ansBox{
position: relative;
}
.qa .catch{
margin: 0 0 1.5rem;
padding: 0 0 0 17%;
font-size:2.0rem;
line-height: 1.5;
color: #151b40;
}
.qa .catch::before{
content: " A.";
position: absolute;
top: .7rem;
left: 0;
display: flex;
justify-content: center;
width: 4.5rem;
height: 3.8rem;
padding: 1rem 0 0 .3rem;
background: #3fa6f3;
border: none;
border-radius: 50%;
line-height: 1;
text-align: center;
font-family: "DelaGothicOne";
font-size:2.4rem;
color: #fff;
}
.qa .catch .txt_bold{
color: #50a229;
}




/* sum_SP */
.sum{
position: relative;
margin: 3rem 0 3rem 5%;
background: #ffffdf;
border: 2px solid #000;
border-right: none;
border-radius: 1.5rem 0 0 1.5rem;
}
.sum::before{
width: 0;
height: 0;
background: none;
border: none;
}

.sum::after{
content: "SUMMARY";
position: absolute;
top: -0.75rem;
left: 5%;
width: 100%;
height: 3.5rem;
line-height: 1;
font-family: "DelaGothicOne";
font-size:4.0rem;
color: #d9efce;
}

.sum .inner{
position: relative;
padding: 6rem 5% 2.5rem;
}
.sum .inner::before{
content: "";
position: absolute;
bottom: -.4rem;
right: 3%;
width: 8rem;
height: 7.5rem;
background: url("./img/bg_bus.svg") 0 0 no-repeat;
background-size: 8rem auto;
opacity: .1;
}







/* spv_SP */
.spv{
position: relative;
margin: 15rem 0 0 5%;
}
.spv::before{
width: 0;
height: 0;
background: none;
border: none;
}

.spv .inner{
position: relative;
padding: 0 0 1.2rem;
background: #fff;
border-radius: 1.5rem 0 0 1.5rem;
border: 2px solid #000;
border-right: none;
}

.spv .headArea{
position: relative;
padding: 8.5rem 0 2rem;
background: #0576ca;
border-radius: 1.3rem 0 0 0;
text-align: center;
}
.spv .headArea::before{
width: 0;
height: 0;
background: none;
border: none;
}

.spv .headArea .flame{
position: absolute;
top: -8rem;
left: calc(50% - 11rem);
width: 22rem;
}
.spv .boxTtl{
position: relative;
left: -0.5rem;
display: inline-block;
margin: 0 0 .3rem;
background: #fff;
padding: .5rem 1.5rem .6rem;
border-radius: 9999px;
line-height: 1;
font-size:1.7rem;
font-weight: 700;
}
.spv .sttl{
z-index: 1;
margin: 0 0 0;
font-size:3.0rem;
color: #fff;
}

.spv .mainArea{
position: relative;
padding: 3rem 5% 1.0rem;
}

.spv .imgArea{
position: static;
width: 100%;
}
.spv .mainArea .flame{
width: 100%;
height: 100%;
}
.spv .mainArea .flame img{
width: 100%;
object-fit: cover;
}

.spv .txtArea{
padding: 0 0 0;
/* font-weight: 700; */
}
.spv .txtArea .txt_bold{
color: #50a229;
}
.spv .txtArea p{
line-height: 1.7;
}

.spv .btns div{
width: 95%;
margin-top: 1.5rem;
}


/* relintv_SP */
.relintv{
position: relative;
margin: 0rem 5%;
}
.relintv .ulBox{
display: block;
}
.relintv .liBox{
width: 100%;
margin: 0 0 4rem;
}

.relintv .liBox a{
position: relative;
background: #fff;
border: 2px solid #000;
border-radius: 1.5rem;
}
.relintv .liBox a:before {
content: "";
position: absolute;
bottom: -39px;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #e9f9e2;/* 高さ */
z-index: 2;
}
.relintv .liBox a:after {
content: "";
position: absolute;
bottom: -45px;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}

.relintv .liBox .fukiSdw{
position: absolute;
z-index: -1;
left: -0.2rem;
bottom: -1.3rem;
width: calc(100% + .4rem);
height: 3rem;
background: #72cd46;
border: 2px solid #000;
border-radius: 0 0 1.5rem 1.5rem;
}
.relintv .liBox .fukiSdw:before {
content: "";
position: absolute;
bottom: -39px;
left: 50%;
margin-left: -14px;
border: 14px solid transparent;/* 幅 */
border-top: 26px solid #72cd46;/* 高さ */
z-index: 2;
}
.relintv .liBox .fukiSdw:after {
content: "";
position: absolute;
bottom: -45px;
left: 50%;
margin-left: -16px;
border: 16px solid transparent;/* 幅 */
border-top: 28px solid #000;/* 高さ */
z-index: 1;
}


.relintv .liBox a:hover{
opacity: 1;
top: 0;
}
.relintv .liBox a:hover .fukiSdw{
bottom: -1.3rem;
}


.relintv .liBox .catch{
margin: 0;
padding: 2.1rem 5% 1.8rem;
text-align: center;
font-size:1.8rem;
}
.relintv .liBox .catch .txt_bold{
font-size:2.2rem;
color: #50a229;
}
.relintv .liBox .botArea{
position: relative;
background: url("./img/arrow_ccl.svg") calc(100% - 2rem) 50% no-repeat #e9f9e2;
background-size: 3.4rem auto;
padding: 1.5rem 20% 1.5rem 5%;
border-radius: 0 0 1.3rem 1.3rem;
}
.relintv .liBox .botArea dl{
margin: 0 0 .5rem;
}
.relintv .liBox .botArea dt{
display: inline-block;
background: #fff;
margin: 0 1rem 0 0;
padding: .4rem 1rem;
border: 2px solid #000;
border-radius: 9999px;
line-height: 1;
font-size:1.4rem;
font-weight: 700;
}
.relintv .liBox .botArea dd{
display: inline-block;
font-weight: 700;
}
.relintv .liBox .botArea p{
margin: 0;
}

.relintv .liBox .flame{
width: 16rem;
height: 16rem;
margin: 5.5rem auto 0;
}
.relintv .liBox .flame img{
width: 100%;
border: 2px solid #000;
border-radius: 50%;
object-fit: cover;
}




/*--------------------------------------
　about_SP
---------------------------------------*/

.about{
position: relative;
z-index: 15;
width: auto;
margin: 0 5% -12rem;
}
.about .inner{
padding: 3.5rem 5% 1.0rem;
background: #fff;
border: 2px solid #0576ca;
border-radius: 1.5rem;
}
.about .logo{
position: static;
width: 16.0rem;
margin: 0 auto 3rem;
}

.about .catch{
margin: 0 0 .5rem;
font-size:2.2rem;
color: #0576ca
}

.about .txtArea{
margin: 0 0 0;
}
.about .txtArea p{
line-height: 1.8;
}
.about .btn-link {
margin: .5rem 0 .2rem;
}





}
/* End_SP */




.index p.sectionText {
    margin: 0 10rem 4rem;
    padding: 0;
    word-break: break-all;
}

@media screen and (max-width: 480px) {
.index p.sectionText {
    margin: 0 2rem 1rem;
    padding: 0;
    word-break: break-all;
}
}



.c-schedule__frame {
  padding: 2rem 0 1rem;
  overflow: hidden; /* PCではスクロールさせないなら hidden */
}

.c-schedule__img {
  border: 2px solid #000;
  border-radius: 1.5rem;
  display: block;
  width: 100%;       /* ここは別ページのレイアウトに合わせて調整OK */
  max-width: 100%;
  object-fit: cover;
}

/* SP（480px以下） */
@media screen and (max-width: 480px) {
  .c-schedule__frame {
    overflow: auto;
	  margin: 0 2rem;
  }

.c-schedule__img {
        width: 130%;
        max-width: 130%;
    }

    .c-schedule__scroll--sp {
        font-size: 1.3rem;
               margin: 2rem 0rem -1.5rem;
        text-align: center;
    }
}

/* PC共通レイアウト（必要に応じて） */
.c-graph-block {
    width: 100%;
    max-width: 740px;  /* ページのレイアウトに合わせて調整 */
    margin: 4rem auto;
}

/* SPレイアウト（480px以下で形を変えたい場合） */
@media screen and (max-width: 480px) {
    .c-graph-block {
        width: 90%;
        margin: 4rem auto;
    }
}



.map-wrap {
  margin: 0 auto;
  width: 60%;        /* ★PCでの横幅を小さく */
  max-width: 600px;  /* 好みで調整 */
  aspect-ratio: 16/9; /* ★比率を維持 */
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 480px) {
.map-wrap {
margin:2rem;
  position: relative;
  width: 89%;
  max-width: 600px; /* 好みで上限サイズ */
  padding-top: 56.25%; /* 16:9比率 */
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
}

.sss {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}