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



/*
* "Zen Kaku Gothic New" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ZKG-500.woff2") format("woff2"), url("fonts/ZKG-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700.woff2") format("woff2"), url("fonts/ZKG-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New vt";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700-vertical.woff2") format("woff2"), url("fonts/ZKG-700-vertical.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: 'Zen Kaku Gothic New', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 500;
font-size:1.5em;
line-height:2.1;
color: #52453d;
text-align: justify;
}

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

a {
color: #52453d;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

p{
text-align: justify;
}

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: 'Zen Kaku Gothic New', "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: 'Zen Kaku Gothic New', "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: 'Zen Kaku Gothic New', "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.2rem;
font-family: 'Zen Kaku Gothic New', "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: 'Zen Kaku Gothic New', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
}


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: 1000px;
margin: 0 auto;
}





/*--------------------------------------
　body_PC
---------------------------------------*/
*{
text-underline-offset: 0.15em;
}
*:focus {
outline: none;
}/* Chromeフォーカスリセット */

/*--------------------------------------
　header_PC
---------------------------------------*/
#header{
position: relative;
z-index: 14;
height: 43rem;
padding: 0 0 10rem;
background: url("./img/pt1.jpg") 0 0 repeat;
background-size: 6.4rem auto;
}

#header::before{
content: "";
position: absolute;
top: 0;
right: 0;
width: 110rem;
height: 10rem;
background: url("./img/eng_spm.svg") 100% 0 no-repeat;
background-size: auto 10rem;
	opacity: 0.6;
}
#header::after{
content: "";
position: absolute;
z-index: -1;
bottom: -33rem;
left: 0;
width: 100%;
height: 66rem;
background: url("./img/ccl1.svg") 50% 0 no-repeat;
background-size: 100% 66rem;
}


#header .inner{
position: relative;
}
#header .inner::before{
content: "";
position: absolute;
top: 9rem;
left: 0;
width: 32rem;
height: 31rem;
background: url("./img/head_trm1.png") 0 0 no-repeat;
}
#header .inner::after{
content: "";
position: absolute;
top: 11rem;
right: 0;
width: 43rem;
height: 31rem;
background: url("./img/head_trm2.png") 100% 0 no-repeat;
}





#header .topArea{
padding: 1.5rem 20rem 0 0;
}

#header .siteName,
#header .siteName a{
position: relative;
margin: 0 0 .5rem;
text-align: right;
font-weight: 500;
font-size:1.2rem;
line-height: 1.6;
color: #fff;
}
#header .siteName h1{
display: inline;
font-weight: 500;
}
#header .sps{
position: relative;
font-size:1.2rem;
line-height: 1.6;
text-align: right;
color: #fff;
}


#header .logo{
position: absolute;
top:1rem;
left: 2rem;
width: 20rem;
}
#header .logo img{
width: 100%;
}





/*--------------------------------------
　Main Contents_PC
---------------------------------------*/

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


.mainWrap {
position: relative;
z-index: 1;
padding: 0 0 6rem;
min-height: 700px;
}


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

.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: 80%;
margin: 0 auto 20px;
padding: 2rem 0 0;
font-size:1.2rem;
color: #666;
}
#pankuzu a{
display: inline;
text-decoration: underline;
color: #666;
}

#pankuzu br{
display: none;
}



/*--------------------------------------
　h1Area_PC
---------------------------------------*/
.h1Area{
position: relative;
z-index: 2;
margin: 4rem 0 8rem;
padding: 1rem 0 0;
text-align: center;
}
.h1Area h1{
position: relative;
margin: 0 0 2rem;
font-size:5rem;
}
.h1Area .headNote{
}






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

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





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

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



/* ハンバーガーメニュー */
#gNav_pc #showRight2{
z-index: 10000;
}

#gNav_pc button{
position: relative;
width: 15rem;
height: 5.5rem;
background: #52453d;
border-radius:0 0 2.5rem 2.5rem;
transition: .3s all;
}

#gNav_pc button span{
  position: absolute;
  left: 65%;
  width: 17%;
  height: 1px;
  background-color: #fff;
  transition: .3s all;
}
#gNav_pc button span:nth-child(1){
  top: 15px;
}
#gNav_pc button span:nth-child(2){
  top: 24px;
}
#gNav_pc button span:nth-child(3){
  top: 33px;
}

#gNav_pc button.active span:nth-child(1){
  transform: translateY(9px) rotate(-45deg);
}
#gNav_pc button.active span:nth-child(2){
  opacity: 0;
}
#gNav_pc button.active span:nth-child(3){
  transform: translateY(-9px) rotate(45deg);
}

#gNav_pc button::before{
content: "";
position: absolute;
top: 2.0rem;
left: 2.5rem;
width: 5.4rem;
height: 1.3rem;
background: url(./img/eng_menu.svg) 0 0 no-repeat;
background-size: auto 1.2rem;
}


#gNav_pc button:hover{
opacity: .7;
}


/* General styles for all menus */
#gNav_pc .cbp-spmenu {
position: fixed;
margin: 0 0 0;
padding: 6rem 0 10rem;
background: url(./img/pt1.jpg) 0 0 repeat;
background-size: 6.4rem auto;

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: 47%;
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;
font-size:1.5rem;
color: #fff;
}
#gNav_pc .cbp-spmenu .sttl{
margin: 0;
border-bottom: 1px solid #fff;
}
#gNav_pc .cbp-spmenu .sttl a {
position: relative;
display: flex;
align-items: center;
background: url(./img/arrow_ccl_wt.svg) calc(100% - .5rem) 50% no-repeat;
background-size: 2.0rem auto;
font-size:1.6rem;
padding: 25px 4rem 25px 0;	
}

#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: 14px;
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: 14px;
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% - .5rem) 50% no-repeat;
background-size: 2rem 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% - .5rem) 50% no-repeat;
background-size: 2rem 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;
/*right: -100vw;*/
right: 0;
}
#gNav_pc .cbp-spmenu-right.cbp-spmenu-open {
opacity: 1;
visibility: visible;
right: 0;
z-index: 1000;
}


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

#gNav_pc .accChild {
display: none;
}

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


body.body-fix{
overflow: hidden;
}


#gNav_pc .logo{
position: relative;
width: 26rem;
margin: 0 auto;
padding:2rem 0 4rem;
}
#gNav_pc .logo img{
width: 100%;
}








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

#fixNav{
position: fixed;
z-index: 110;
width: 18.8rem;
right: 1rem;
bottom: 9rem;

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

#fixNav .btn-web--header{
    position: fixed;
    right: 0;
    bottom: 0.5rem;
}

#fixNav .btn-web--header a{
   background: #eb3b08;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 270px;
   height: 100%;
   position: relative;
  padding: 2rem 5rem 2rem 3rem;
    box-shadow: .6rem .6rem 0 #52453d;
    border-radius: 9999px 0 0 9999px;
    text-align: left;
    line-height: 1.5;
    font-weight: 700;
    transition: all .2s ease-in-out;
}

#fixNav .btn-web--header a::before {
content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 1.8rem;
    width: 3.2rem;
    height: 100%;
        background: url("./img/arrow_ccl_wt.svg") 99% calc(50% + 1px) no-repeat;
    background-size: 3.2rem auto;
    transition: all .2s ease-in-out;
}

#fixNav .btn-web--header a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 3.6rem;
    width: 100%;
    height: 2rem;
    background: url("./img/eng_lum.svg") 0 0 no-repeat;
    background-size: auto 2rem;
    transition: all .2s ease-in-out;
}

#fixNav .ulBox{
position: fixed;
top: 0;
right: 19.2rem;
display: flex;
padding: 0 2rem;
background: #fff;
border: 2px solid #eb3b08;
border-top: none;
border-radius:0 0 3rem 0;
}
#fixNav .ulBox::before{
content: "";
position: absolute;
top: 0;
left: -14rem;
width: 14rem;
height: 100%;
background: url(./img/fixnav_idx.svg) 50% 50% no-repeat #eb3b08;
background-size: auto 1.5rem;
border-radius:0 0 0 3rem;
border: 2px solid #eb3b08;
border-top: none;
}

#fixNav .liBox{
height: 5.3rem;
}
#fixNav .liBox a{
display: block;
padding: 1.7rem 2rem 1.5rem;
}
#fixNav .liBox a img{
display: block;
height: 1.5rem;
}



/*--------------------------------------
　about_PC
---------------------------------------*/
.about{
}
.about .inner{
position: relative;
z-index: 14;
width: 1000px;
margin: 0 auto;
padding: 8rem 5rem 7rem 5rem;
background: url(./img/eng_about.svg) 2rem -0.5rem no-repeat #fff;
background-size:auto 5.2rem;
border: 2px solid #eb3b08;
border-radius:2rem;
}

.about .logo{
position: absolute;
top: 2.5rem;
    right: 5rem;
    width: 18rem;
}
.about .txtArea{
margin: 0 22rem 0 0;
font-size:1.5rem;
}
.about .btn-link{
position: absolute;
right: 5rem;
bottom: 3rem;
margin: 0 0 0;
}



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

footer{
position: relative;
z-index: 13;
width: 100%;
margin: -12rem 0 0;
padding: 18rem 0 0;
background: url(./img/pt1.jpg) 0 0 repeat;
background-size: 6.4rem auto;
border-radius:6rem 6rem 0 0;
}

footer .footInner{
width: 1200px;
margin: 0 auto;
padding: 0 0 2rem;
color: #fff;
}

footer a{
color: #fff;
}

footer .footInner .areaL{
width: 370px;
float: left;
margin: 0 0 0;
}

.footLogo{
}
.footLogo .logoImg{
}

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




footer .footInner .areaR{
width: 730px;
float: right;
}

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

.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;
text-decoration: none;
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{
text-decoration: none;
font-size:1.5rem;
}
.footBox li:after{
content: "　/　";
}
.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: 500;
}

.footBox a br{
display: none;
}


footer .botArea{
position: relative;
min-width: 1200px;
box-sizing: border-box;
}
footer .botArea .botInner{
}
footer .botArea .copy{
padding: 10px 30px 16px;
font-size:1.2rem;
text-align: center;
color: #fff;
}
footer .botArea .copy a{
text-decoration: none;
color: #fff;
}






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




.mainWrap h2{
position: relative;
margin: 70px 0 35px;
padding: 2rem 3.5rem 2.2rem;
background: #fdfbf2;
border-radius:3rem 1.5rem 1.5rem 1.5rem;
box-shadow: .8rem .8rem 0 #52453d;
    border: 2px solid #52453d;
font-size:3.4rem;
}
.mainWrap h2::before{
}
.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: -1rem;
width: 3.2rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 1px) no-repeat;
background-size: 3.2rem 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: 40px 0 30px;
padding: 16px 3.5rem 20px 6rem;
font-size:2.8rem;
}
.mainWrap h3::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 4.5rem;
height: 100%;
background: url(./img/h3_deco.png) 0 40% no-repeat;
background-size: 4.5rem auto;
}
.mainWrap h3::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: .6rem;
background: url("./img/dot_gray.png") 0 100% space;
background-size: auto .6rem;
}

.mainWrap h3 a{
position: relative;
z-index: 1;
display: block;
padding: 0 4.5rem 0 0;
}
.mainWrap h3 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: -1rem;
width: 3.2rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 1px) no-repeat;
background-size: 3.2rem 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: 40px 0 30px;
padding: 10px 1rem 12px 1rem;
border-bottom: 2px solid #dcdad8;
font-size:2.2rem;
}
.mainWrap h5::before, .mainWrap h6::before{
}
.mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a{
position: relative;
padding: 0 40px 0 0;
}
.mainWrap h4 a::before, .mainWrap h5 a::before, .mainWrap h6 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: .7rem;
width: 2.6rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 1px) no-repeat;
background-size: 2.6rem 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 30px 20px;
}
.mainWrap ul li::before,
.index ul li::before{
position: absolute;
content: "";
top: 13px;
left: 2px;
width: 12px;
height: 12px;
background: #fecc00;
border-radius:50%;
}

.mainWrap ul li br,
.index ul li br,
#mainVis ul li br{
display:none;
}

.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;
top: 10px;
left: 0;
width: 15px;
height: 14px;
padding: 2px 0 1px;
background: #eb3b08;
text-align: center;
letter-spacing: -0.5px;
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: 30px auto;
text-align: center;
}
.btn-internal a,
.btn-web a,
.btn-tel a{
position: relative;
top:0;
left: 0;
margin: 0 6px 0 0;
width: 360px;
/*min-height: 76px;*/
display: flex;
align-items: center;
justify-content: center;
padding: 2.4rem 6rem 2.6rem;
box-shadow:.6rem .6rem 0 #52453d;
border-radius:9999px;
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: 3.2rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 1px) no-repeat;
background-size: 3.2rem auto;
transition: all .2s ease-in-out;
}
.btn-internal a::after,
.btn-web a::after{
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 3.6rem;
width: 100%;
height: 2rem;
background: url("./img/eng_more.svg") 0 0 no-repeat;
background-size: auto 2rem;
transition: all .2s ease-in-out;
}

.btn-internal a:hover,
.btn-web a:hover{
}


.btn-internal a{
background: #fecc00;
}


.btn-web a{
background: #eb3b08;
color: #fff;
}
.btn-web a::before{
background-image: url("./img/arrow_ccl_wt.svg");
}
.btn-web a::after{
background-image: url("./img/eng_lum.svg");
}

.btn-tel{
display: none;
}
.btn-tel a{
background: #0055e0;
color: #fff;
}
.btn-tel a::before{
content: "";
position: absolute;
top: 0;
right: 2.2rem;
width: 2.1rem;
height: 100%;
background: url(./img/ico_tel.svg) 0 50% no-repeat;
background-size: 2.1rem auto;
}




.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_bk.svg") 99% calc(50% - 0px) no-repeat;
background-size: 2.4rem auto;
line-height: 1.5;
text-align: right;
text-decoration: underline;
font-weight: 700;
}







/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
width: 98%;
margin:5rem auto 7rem;
}
table th {
width: 22%;
padding: 1.6rem 1.5rem;
background: #fdfbf2;
border: 1px solid #dcdad8;
font-family: 'Zen Kaku Gothic New', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
line-height: 1.6;
text-align:center;

word-break: break-all;
}
table td {
background: #fff;
border: 1px solid #dcdad8;
padding: 1.6rem 1.5rem;
line-height: 1.6;
word-break: break-all;
}
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: center;
word-break: break-all;
}

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




.marker{
position: relative;
display: inline;
/*background: linear-gradient(transparent 60%, rgba(255, 85, 0, .3) 0%) no-repeat bottom 0 left; */
/*border-bottom: 3px solid #e76400;*/
background:linear-gradient(transparent 88%, #fecc009c 0%) no-repeat bottom 0 left; 
padding: 0 .5% 2px;
margin: 0 .5%;
font-weight: 700;
line-height: 1;
}
.txt_bold{
font-weight: 700;
color: #e76400;
}
.sum .marker{
background:linear-gradient(transparent 88%, #ffc6b5 0%) no-repeat bottom 0 left; 
}

/* float-wrap */

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


.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: 320px;
padding: 0 30px 20px 0;
text-align: left;
}
.float-wrap .fr{
width: 320px;
padding: 0 0 20px 30px;
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;
}






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


.dotR{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 1rem;
background: url("./img/dot_red2.png") 0 100% space;
background-size: 1.5rem auto;
line-height: 1.8;
}
.dotB{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 1rem;
background: url("./img/dot_blue2.png") 0 100% space;
background-size: 1.5rem auto;
line-height: 1.8;
}
.dotG{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 1rem;
background: url("./img/dot_green2.png") 0 100% space;
background-size: 1.5rem auto;
line-height: 1.8;
}
.dotY{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 1rem;
background: url("./img/dot_yw2.png") 0 100% space;
background-size: 1.5rem auto;
line-height: 1.8;
}
.dotW{
position: relative;
display: inline-block;
margin: 0 0 .5rem;
}
.dotW::before{
content: "";
position: absolute;
bottom: .4rem;
left: 0;
width: 100%;
height: .6rem;
background: url("./img/dot_wt.png") 0 100% space;
background-size: auto .6rem;
}



.yarigai{
background: url("./img/yarigai.svg") no-repeat 50% 50%;
background-size: 315px auto;
top: 50%;
left: 50%;
line-height: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}





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

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


.mokuji{
position: relative;
margin: 3rem 10rem 10rem;
}
.mokuji .inner{
position: relative;
padding: 1rem 4rem 2rem;
background: #FEF4CD;
background: linear-gradient(0deg, rgba(254, 244, 205, 1) 0%, rgba(254, 252, 244, 1) 100%);
border-radius:4rem 2rem 2rem 2rem;
}

.mokuji .inner::before{
content: "";
position: absolute;
top: 2.5rem;
left: 9.5rem;
width: 8rem;
height: 1.8rem;
background: url("./img/eng_idx.svg") 0 0 no-repeat;
background-size: auto 1.8rem;
}

.mokuji .sttl{
margin: 0 0 1rem;
padding: .8rem 0 2rem;
background-size: auto .6rem;
font-size:2.0rem;
}
.mokuji .sttl::before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: .6rem;
background: url("./img/dot_gray.png") 0 100% space;
background-size: auto .6rem;
}


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

.mokuji #toc ul{
margin:0;
padding:5px 0 5px;
}
.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.6rem;
font-weight: 700;
color: #e76400;
}

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


.mokuji li br{
display: none;
}








/* relations_PC */
.relations{
position: relative;
margin: 3rem 10rem 0;
}
.relations .inner{
position: relative;
padding: 10px 4rem 30px;
background: #FEF4CD;
background: linear-gradient(0deg, rgba(254, 244, 205, 1) 0%, rgba(254, 252, 244, 1) 100%);
border-radius:4rem 2rem 2rem 2rem;
}

.relations .inner::before{
content: "";
position: absolute;
top: 3.0rem;
left: 13.5rem;
width: 8rem;
height: 1.8rem;
background: url("./img/eng_links.svg") 0 0 no-repeat;
background-size: auto 1.8rem;
}

.relations .relations-title{
position: relative;
margin: 0 0 1rem;
padding: .8rem 0 2rem;
font-size:2.0rem;
font-weight: 700;
}
.relations .relations-title::before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: .6rem;
background: url("./img/dot_gray.png") 0 100% space;
background-size: auto .6rem;
}

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

.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.5rem;
text-decoration: none;
}
.relations li a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
left: 0.1rem;
width: 2.4rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 0 7px no-repeat;
background-size: 2.4rem auto;
transition: all .2s ease-in-out;
}
.relations li a:hover::before{
}
.relations ul li a::after {
}
.relations ul li a:hover::after{
}
.relations li p{
margin: 10px 0;
}

.relations li br{
display:none;
}




/* btns_PC */
.btns{
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 6%;
}
.btns div{
display: flex;
width: 40%;
margin: 20px 2rem 10px;
}
.btns div a{
/*display: flex!important;*/
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.btns .btn-tel{
display: none;
}








/* sum_PC */
.sum{
position: relative;
margin: 10rem 0;
}
.sum::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: calc(50vw + 50rem);
height: 100%;
background: #FEF6EB;
background: linear-gradient(-45deg, rgba(254, 246, 235, 1) 0%, rgba(255, 230, 240, 1) 100%);
border-radius:2rem 0 0 2rem;
}
.sum::after{
content: "";
position: absolute;
top: 0;
left: 3rem;
width: 35rem;
height: 5rem;
background: url("./img/eng_sum.svg") 0 0 no-repeat;
background-size: auto 4.7rem;
}

.sum .inner{
position: relative;
padding: 8rem 5rem 6rem;
}
.sum .inner::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: calc(50% + 24rem);
width: 20rem;
height: 100%;
background: url("./img/frt_tom.png") 0 0 no-repeat;
background-size: 20rem auto;
}
.sum .inner::after{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: calc(50% + 55rem);
width: 21rem;
height: 100%;
background: url("./img/frt_app.png") 0 9rem no-repeat;
background-size: 21rem auto;
}
.sum .catch{
margin: 0 0 30px;
padding: 0;
background: none;
border: none;
box-shadow: none;
font-size: 2.2rem;
line-height: 1.6;
}
.sum .catch::before{
width: 0;
height: 0;
background: none;
border: none;
}




/* intv_PC */
.intv{
position: relative;
margin: 8rem auto 5rem;
}

.intv .intvBox{
position: relative;
display: flex;
margin: 6rem 0;
border: 2px solid #eb3b08;
border-radius:2rem 2rem 2rem 4rem;
box-shadow:1.4rem 1.4rem 0 #eb3b08;
}
.intv .intvB{
border: 2px solid #00bb11;
border-radius:2rem 2rem 4rem 2rem;
box-shadow:1.4rem 1.4rem 0 #00bb11;
}

.intv .headArea{
display: flex;
align-items: center;
justify-content: center;
width: 22rem;
background: #fdfbf2;
border-right: 2px solid #eb3b08;
border-radius:2rem 0 0 4rem;
}
.intv .txtArea{
width: calc(100% - 22rem);
padding: 4rem 5rem 4rem;
background: #fff;
border-radius:0 2rem 2rem 0;
}
.intv .intvB .headArea{
border-right: none;
border-left: 2px solid #00bb11;
border-radius:0 2rem 4rem 0;
order: 2;
}
.intv .intvB .txtArea{
border-radius:2rem 0 0 2rem;
order: 1;
}


.intv .flame{
width: 13rem; 
height: 13rem;
margin: 0 auto 1.2rem;
}
.intv .flame img{
width: 13rem; 
object-fit: cover;
border-radius:50%;
border: 2px solid #eb3b08;
}
.intv .intvB .flame img{
border: 2px solid #00bb11;
}

.intv .tags{padding: 0 1.5rem;}
.intv .tag{
display: inline-block;
margin: 0.4rem .1rem;
padding: .7rem 1rem .9rem;
background: #eb3b08;
border-radius:9999px;
line-height: 1;
font-size:1.6rem;
font-weight: 700;
color: #fff;
}
.intv .intvB .tag{
background: #00bb11;
}

.intv .catch{
margin: 0 0 2rem;
}





/* talk_PC */
.talks{
position: relative;
margin: 8rem 0;
}
.talk{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin: 0 23rem 3rem 0;
flex-direction:row;
}
.talkB{
margin: 0 0 3rem 23rem;
flex-direction: row-reverse;
}

.talk .imgArea{
width: 10rem;
margin: 0 3rem 0 0;
text-align: center;
}
.talk .imgArea .flame{
margin: 0 0 -.8rem;
}
.talk .imgArea img{
border-radius: 50%;
border: 2px solid #0055e0;
box-shadow:.4rem .4rem 0 #0055e0;
}

.talkB .imgArea{
margin: 0 0 0 3rem;
}
.talkB .imgArea img{
border: 2px solid #eb3b08;
box-shadow:.4rem .4rem 0 #eb3b08;
}

.talk .cap{
position: relative;
z-index: 1;
display: inline-block;
padding: .7rem 1rem .9rem;
background: #0055e0;
border-radius:1rem;
line-height: 1;
text-align: center;
font-size:1.6rem;
color: #fff;
}
.talkB .cap{
background: #eb3b08;
}



.talk .txtArea{
flex: 1; 
position: relative;
padding: 1.0rem 4rem 1.4rem;
background: #fff;
border: 2px solid #0055e0;
border-radius:1.6rem 1.6rem 1.6rem 3.2rem;
}
.talkB .txtArea{
border: 2px solid #eb3b08;
border-radius:1.6rem 1.6rem 3.2rem 1.6rem;
}




/* his_PC */
.his{
position: relative;
margin: 12rem 0;
}

.his .headArea{
position: relative;
width: 50rem;
float: left;
padding: 13rem 5.5rem;
}
.his .headArea::before{
content: "";
position: absolute;
top: 3.8rem;
left: 0;
width: 35rem;
height: 4.8rem;
background: url("./img/eng_sch.svg") 0 0 no-repeat;
background-size: auto 4.8rem;
}
.his .headArea::after{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: -5rem;
width: 53rem;
height: 35rem;
background: url("./img/clud1.png") 0 0 no-repeat;
background-size: auto 35rem;
}
.his .headArea .sttl{
line-height: 1.8;
font-size:3.2rem;
}




.his .ulBox{
width: 50rem;
float: right;
}

.his .liBox{
padding: 0 0 2rem 2.5rem;
}
.his .liBox::before{
content: "";
position: absolute;
top: 1.5rem;
left: .5rem;
width: .5rem;
height: 100%;
background: url(./img/dot_gray_vt.png) 0 0 repeat-y;
background-size: .5rem auto;
}
.his .liBox:last-child::before{
width: 0;
height: 0;
background: none;
border: none;
}

.his .liBox .sttl{
margin: 0 0 .3rem;
font-size:1.8rem;
}
.his .liBox .sttl::before{
content: "";
position: absolute;
top: .8rem;
left: -2.5rem;
width: 1.5rem;
height: 1.5rem;
background: #00bb11;
border-radius:50%;
}

.his .liBox p{
margin: 0;
}





/* qa_PC */
.qaWrap{
padding: 2rem 0;
}
.qa{
padding: 2rem 0;
}
.qa .sttl{
margin: 0 0 3rem;
padding: 0 0 0 9rem;
font-size:2.0rem;
color: #0055e0;
}
.qa .sttl::before{
content: "";
position: absolute;
top: 0;
left: 3rem;
width: 3.8rem;
height: 3.5rem;
background: url("./img/eng_q.svg") 0 0 no-repeat;
background-size: 3.8rem auto;
}

.qa .catch{
margin: 0 0 1rem;
padding: 2rem 3rem 2rem 9rem;
background: #fdfbf2;
border-radius: 2rem;
font-size:2.0rem;
}
.qa .catch::before{
content: "";
position: absolute;
top: 2rem;
left: 3rem;
width: 3.8rem;
height: 3.5rem;
background: url("./img/eng_a.svg") 0 0 no-repeat;
background-size: 3.8rem auto;
}

.qa .txtArea{
padding: 0 3rem;
}





/* spv_PC */
.spv{
position: relative;
    margin: 10rem 0 8rem;
    padding: 0 0 6rem;
    border: 2px solid #eb3b08;
    border-radius: 2rem 2rem 2rem 4rem;
    box-shadow: 1.4rem 1.4rem 0 #ffeaef;
}

.spv .headArea{
position: relative;
margin: 0 0 2rem;
padding: 6rem 5rem 6rem;
border-radius:1.8rem 1.8rem 0 0;
background: #eb3b08;
color: #fff;
}

.spv .fuki{
position: absolute;
z-index: -1;
top: -4.8rem;
left: 3rem;
display: flex;
align-items: top;
justify-content: center;
width: 15rem;
height: 9.6rem;
padding: 1.5rem 0 0;
background: #fecc00;
border-radius:50%;
border: 2px solid #fff;
line-height: 1.4;
font-size:1.7rem;
font-weight: 700;
text-align: center;
}

.spv .headArea .imgArea{
position: absolute;
top:3.2rem;
left: 5rem;
width: 39rem;
padding: 1.2rem;
background: #fdfbf2;
border-radius:2rem;
}
.spv .headArea .sttl0{
display: block;
margin: 0 0 1rem;
padding: 0 0 0 43rem;
font-weight: 700;
font-size:1.8rem;
}
.spv .headArea .sttl{
padding: 0 0 0 43rem;
line-height: 2.0;
font-size:3.6rem;
}

.spv .headArea .yarigaiWrap{
display: inline-block;
margin: 0;
padding: .6rem 1.5rem .9rem;
background: #fdfbf2;
box-shadow:1rem 1rem 0 #eb3b08;
border-radius:1rem 1rem 3rem 1rem;
font-size:4.0rem;
line-height: 1;
}
.spv .headArea .yarigai{
background-position: 50% 46%;
background-size: 228px auto;
}


.spv .txtArea{
padding: 1rem 8rem 0;
}




/* botCommon_PC */
.botCommon{
position: relative;
margin: 0 0 10rem;
}
.botCommon .areaInner{
padding: 8rem 0 0;
}
.botCommon .areaInner::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: -33rem;
width: 100rem;
height: 55rem;
background: url("./img/sps_bg.png") 0 0 no-repeat;
}
.botCommon .areaInner::after{
content: "";
position: absolute;
z-index: -1;
top: 28rem;
right: -16rem;
width: 35rem;
height: 35rem;
background: url("./img/fukuoka.png") 100% 0 no-repeat;
}
.botCommon .headArea{
position: relative;
margin: 0 0 2rem;
padding: 0 5rem 0 17rem;
}

.botCommon .headArea .sttl0{
display: block;
line-height: 1.4;
font-size:2.0rem;
font-weight: 700;
color: #fecc00;
}
.botCommon .headArea .sttl{
line-height: 2.0;
font-size:5.0rem;
}
.botCommon .headArea .sttl .line1{
color: #fff;
}
.botCommon .headArea .yarigaiWrap{
display: inline-block;
margin: 0 1rem 0 10rem;
padding: .8rem 2.5rem 1.5rem;
background: #fff;
box-shadow:1rem 1rem 0 #eb3b08;
border-radius:1rem 1rem 3rem 1rem;
font-size:5.6rem;
line-height: 1;
}
.botCommon .headArea .yarigai{
background-position: 50% 46%;
background-size: 315px auto;
}


.botCommon .txtArea{
padding: 1rem 0 7rem 41rem;
}




/* End_PC */











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


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

html{
}

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

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



body{
min-width: 320px;
text-align:left;
line-height:1.9;
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;
}

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






/* notice 30px_4% */



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





/*--------------------------------------
　header_SP
---------------------------------------*/
#header{
position: relative;
z-index: 14;
height: auto;
padding: 0 0 0;
background: url("./img/pt1.jpg") 0 0 repeat;
background-size: 6.4rem auto;
}

#header::before{
content: "";
position: absolute;
top: 6rem;
right: 0;
width: 100%;
height: 3.3rem;
background: none;
background-size: auto 3.3rem;
}
#header::after{
content: "";
position: absolute;
z-index: -1;
bottom: -8rem;
left: 0;
width: 100%;
height: 16rem;
background: url("./img/ccl1.svg") 50% 0 no-repeat;
background-size: 100% 16rem;
}


#header .inner{
position: relative;
padding: 0 0 5rem;
}
#header .inner::before{
content: "";
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: url("./img/head_trm_sp.png") 0 85% no-repeat;
background-size: 100% auto;
}
#header .inner::after{
width: 0;
height: 0;
background: none;
border: none;
}




#header .topArea{
padding: 1.0rem 25% 1rem 3%;
}

#header .siteName,
#header .siteName a{
position: relative;
margin: 0 0 0;
text-align: left;
font-weight: 500;
font-size:1.0rem;
line-height: 1.6;
color: #fff;
}

#header .sps{
position: relative;
font-size:1.0rem;
line-height: 1.6;
text-align: left;
color: #fff;
}


#header .logo{
position: relative;
top:0;
left: 7px;
width: 14rem;
margin: 0 1rem;
}
#header .logo img{
width: 100%;
}




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

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

.mainWrap {
position: relative;
z-index: 1;
padding: 2.5rem 0 5rem;
min-height: 0;
width: auto;
float: none;
}
.mainWrap::before{
width: 0;
height: 0;
background: none;
border: none;
}
.mainWrap::after{
width: 0;
height: 0;
background: none;
border: none;
}

.mainWrap > .areaInner{
}

/*--------------------------------------
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;
}


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

.h1Area h1{
position: relative;
margin: 0 0 12px;
font-size:2.5rem;
line-height: 1.4;
}

.h1Area .headNote{
line-height: 1.6;
font-size:1.1rem;
}






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



#fixNav .btn-web--header{
     left: 0;
    bottom:0;
	position: relative;
}

#fixNav .btn-web--header a {
    border-radius: 0 30px 0 0;
    padding: 1rem 4rem 1rem 1rem;
font-size: 1.3rem;
}

#fixNav .btn-web--header a::after {
    content: "";
    left: 0.6rem;
}

#fixNav .btn-web--header a::before {
    content: "";
    position: absolute;
    background: url(./img/arrow_ccl_wt.svg) 99% calc(50% + 1px) no-repeat;
    background-size: 2.3rem auto;
}




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


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


/* ハンバーガーメニュー */
#gNav #showRight{
z-index: 10000;
}
#gNav button{
position: relative;
top: -1px;
width: 10.5rem;
        height: 4.5rem;
background: #52453d;
border-radius:0 0 1.5rem 1.5rem;
transition: all .2s ease-in-out;
}


#gNav button span{
  position: absolute;
  left: 65%;
  width: 21%;
  height: 1px;
  background-color: #fff;
  transition: .3s all;
}
#gNav button span:nth-child(1){
  top: 13px;
}
#gNav button span:nth-child(2){
  top: 21px;
}
#gNav button span:nth-child(3){
  top: 29px;
}

#gNav button.active span:nth-child(1){
  transform: translateY(6px) rotate(-45deg);
}
#gNav button.active span:nth-child(2){
  opacity: 0;
}
#gNav button.active span:nth-child(3){
  transform: translateY(-6px) rotate(45deg);
}

#gNav button::before{
content: "";
position: absolute;
        top: 1.6rem;
        left: 1.5rem;
        width: 4.2rem;
        height: 1rem;
        background: url(./img/eng_menu.svg) 0 0 no-repeat;
        background-size: auto 1rem;
}


#gNav button:hover{
opacity: 1;
}



/* General styles for all menus */
#gNav .cbp-spmenu {
position: fixed;
margin: 0 0 0;
padding: 5rem 0 0;
background: url(./img/pt1.jpg) 0 0 repeat;
background-size: 6.4rem auto;

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: 0 0 7rem;
height: 100%;
}

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


#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.7rem 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.7rem auto;
}
#gNav .cbp-spmenu .subList a{
padding: 14px 10% 14px calc(5% + 2em);
font-weight: 500;
}

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



#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, .8);
padding: 16px 11% 16px 5%;
}
#gNav .cbp-spmenu-vertical .home a {
border-bottom: 1px solid rgba(255, 255, 255, .8);
}
#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;
}


/* logo */
#gNav .cbp-spmenu .logo{
width: 14rem;
margin: 0 auto;
padding:0;
}
#gNav .cbp-spmenu .logo a{
padding: 0;
border: none;
}
#gNav .cbp-spmenu .logo img{
width: 100%;
}






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

#fixNav{
position: fixed;
z-index: 110;
bottom: 0;
left: 0;
width: 21rem;

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


#fixNav .fixBan{
position: fixed;
width: 29.2rem;
left: 0;
bottom: 0;
}






/*--------------------------------------
　about_SP
---------------------------------------*/
.about{
}
.about .inner{
position: relative;
z-index: 14;
width: auto;
margin: 0 5%;
padding: 4.5rem 5% 2rem;
background: url(./img/eng_about.svg) 50% -.5rem no-repeat #fff;
background-size: auto 3rem;
border: 2px solid #eb3b08;
border-radius:1.5rem;
}

.about .logo{
position: static;
        width: 14rem;
        margin: 0 auto 1rem;
}
.about .txtArea{
margin: 0 0 0;
font-size:1.5rem;
}
.about .btn-link{
position: static;
margin: 1rem 0;
}




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

footer{
position: relative;
z-index: 13;
width: 100%;
margin: -5rem 0 0;
padding: 8rem 0 0;
background: url(./img/pt1.jpg) 0 0 repeat;
background-size: 6.4rem auto;
border-radius:0;
}


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


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

.footLogo{
position: relative;
margin: 0 auto 1.5rem;
}
.footLogo .logoImg{
width: 18rem;
margin: 0 auto;
}

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




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:last-of-type{
border-bottom: 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-top: 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.8rem 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.8rem 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.8rem 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 #f33d08;
background-size: 1.8rem auto;
border-top: 1px solid rgba(255, 255, 255, .5);
border-bottom: none;
}


.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: 2.5rem 5% 7rem;
box-sizing: border-box;
text-align: center;
}
footer .botArea .copy{
padding: 0 0;
font-size:1.1rem;
text-align: center;
line-height: 1.6;
}
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: 1.9;
}
.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: 4rem 5% 2rem;
padding: 1.0rem 3% 1.2rem 2.5rem;
background: #fdfbf2;
border-radius:3rem 1.5rem 1.5rem 1.5rem;
box-shadow:none;
border: 2px solid #52453d;
font-size:2.3rem;
}
.mainWrap h2::before{
}

.mainWrap h2 a{
position: relative;
display: block;
padding: 0 10% 0 0;
}
.mainWrap h2 a::before{
content: "";
position: absolute;
top: 0;
right: .3rem;
width: 2.3rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 0px) no-repeat;
background-size: 2.3rem 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%;
padding: 1.6rem 2% 1.8rem 11%;
font-size:2.0rem;
}
.mainWrap h3::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 3rem;
height: 100%;
background: url(./img/h3_deco.png) 0 48% no-repeat;
background-size: 3rem auto;
}
.mainWrap h3::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: .5rem;
background: url("./img/dot_gray.png") 0 100% space;
background-size: auto .5rem;
}



.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: .3rem;
width: 2.3rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 0px) no-repeat;
background-size: 2.3rem 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{
margin: 2rem 5%;
padding: 1rem 2% 1rem .5rem;
border-bottom: 2px solid #dcdad8;
font-size:1.8rem;
}
.mainWrap h5::before, .mainWrap h6::before{
}
.mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a{
position: relative;
padding: 0 5% 0 0;
}
.mainWrap h4 a::before, .mainWrap h5 a::before, .mainWrap h6 a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: .3rem;
width: 2.3rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% - 1px) no-repeat;
background-size: 2.1rem 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 1.7rem;
}
.mainWrap ul li::before,
.index ul li::before{
position: absolute;
content: "";
top: 1.1rem;
left: .2rem;
width: 1.0rem;
height: 1.0rem;
}


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

.mainWrap ol li::before{
width: 1.6rem;
height: 1.7rem;
top: .7rem;
left: 0;
box-sizing: border-box;
padding: 0.13em 0 0;
letter-spacing: 0;
line-height: 1.0;
font-size:1.3rem;
}







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


.btn-internal a,
.btn-web a,
.btn-tel a{
position: relative;
top:0;
left: 0;
width: 100%;
/*min-height: 7.0rem;*/
display: flex;
align-items: center;
justify-content: center;
padding: 1.9rem 15% 2.0rem;
box-shadow:.5rem .5rem 0 #52453d;
border-radius:9999px;
text-align: center;
line-height: 1.5;
font-weight: 700;
}

.btn-internal a::before,
.btn-web a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 1.4rem;
width: 2.7rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 0px) no-repeat;
background-size: 2.7rem auto;
transition: all .2s ease-in-out;
}
.btn-internal a::after,
.btn-web a::after,
.btn-tel a::after{
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 3.6rem;
width: 100%;
height: 1.7rem;
background: url("./img/eng_more.svg") 0 0 no-repeat;
background-size: auto 1.7rem;
transition: all .2s ease-in-out;
}


.btn-internal a:hover,
.btn-web a:hover{
opacity: 1;
}


.btn-internal a{
background: #fecc00;
}


.btn-web a{
background: #eb3b08;
color: #fff;
}
.btn-web a::before{
background-image: url("./img/arrow_ccl_wt.svg");
}
.btn-web a::after{
background-image: url("./img/eng_lum.svg");
}



.btn-tel{
display: block;
}
.btn-tel a{
}
.btn-tel a::before {
content: "";
position: absolute;
top: 0;
right: 2.2rem;
width: 1.7rem;
height: 100%;
background: url(./img/ico_tel.svg) 0 50% no-repeat;
background-size: 1.7rem auto;
}
.btn-tel a::after{
background-image: url("./img/eng_tel.svg");
}



.btn-link{
margin: 20px 5%;
text-align: right;
}
.btn-link a{
position: relative;
display: inline-block;
padding: 4px 3.0rem 4px 0;
background: url("./img/arrow_ccl_bk.svg") 99% calc(50% + 1px) no-repeat;
background-size: 2.3rem auto;
line-height: 1.5;
text-align: right;
text-decoration: underline;
}





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

table{
width: 88%;
margin:3rem auto;
border-bottom: 1px solid #cdcdcd;
}
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.3;
word-break: break-all;
color: #999;
}
.caption a:hover{
text-decoration: underline;
}


.marker{
}



/*  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{
}




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

.dotR{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 .5rem;
background: none;
background-size: 1.2rem auto;
line-height: 1.8;
}

.dotB{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 .5rem;
background: none;
background-size: 1.2rem auto;
line-height: 1.8;
}
.dotG{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 .5rem;
background:none;
background-size: 1.2rem auto;
line-height: 1.8;
}
.dotY{
display: inline;
margin: 0 0 .2rem;
padding: 0 0 .5rem;
background: url("./img/dot_yw2.png") 0 100% space;
background-size: 1.2rem auto;
line-height: 1.8;
}
.dotW{
position: relative;
display: inline-block;
margin: 0 0 .5rem;
}
.dotW::before{
content: "";
position: absolute;
bottom: .2rem;
left: 0;
width: 100%;
height: .5rem;
background: url("./img/dot_wt.png") 0 100% space;
background-size: auto .5rem;
}



.yarigai{
background: url("./img/yarigai.svg") no-repeat 50% 50%;
background-size: 315px auto;
top: 50%;
left: 50%;
line-height: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}





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

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


.mokuji{
position: relative;
margin: 3rem 5% 6rem;
}
.mokuji .inner{
position: relative;
padding: .9rem 5% 1.5rem;
background: #FEF4CD;
background: linear-gradient(0deg, rgba(254, 244, 205, 1) 0%, rgba(254, 252, 244, 1) 100%);
border-radius:3rem 1.5rem 1.5rem 1.5rem;
}

.mokuji .inner::before{
content: "";
position: absolute;
top: 2.4rem;
left: 6.5rem;
width: 7rem;
height: 1.5rem;
background: url("./img/eng_idx.svg") 0 0 no-repeat;
background-size: auto 1.5rem;
}

.mokuji .sttl{
margin: 0 0 .2rem;
padding: .8rem 0 2rem;
font-size:1.8rem;
}
.mokuji .sttl::before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: .5rem;
background: url("./img/dot_gray.png") 0 100% space;
background-size: auto .5rem;
}


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

.mokuji #toc ul{
margin:0;
padding:5px 0 5px;
}
.mokuji #toc ul li{
position: relative;
margin: 2px 0;
padding: 2px 0 2px 4rem;
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;
width: 2.5rem;
font-size:1.6rem;
font-weight: 700;
color: #e76400;
}

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


.mokuji li br{
display: none;
}







/* relations_SP */
.relations{
position: relative;
margin: 3rem 5% 0;
}
.relations .inner{
position: relative;
padding: .9rem 5% 1.5rem;
background: #FEF4CD;
background: linear-gradient(0deg, rgba(254, 244, 205, 1) 0%, rgba(254, 252, 244, 1) 100%);
border-radius:3rem 1.5rem 1.5rem 1.5rem;
}

.relations .inner::before{
content: "";
position: absolute;
top: 2.8rem;
left: 10rem;
width: 8rem;
height: 1.5rem;
background: url("./img/eng_links.svg") 0 0 no-repeat;
background-size: auto 1.5rem;
}

.relations .relations-title{
margin: 0 0 .8rem;
padding: .8rem 0 1.5rem;
font-size:1.8rem;
font-weight: 700;
}
.relations .relations-title::before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: .5rem;
background: url("./img/dot_gray.png") 0 100% space;
background-size: auto .5rem;
}



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

.relations ul{
margin: 0;
}
.relations ul li{
position: relative;
margin: .4rem 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.0rem;
font-size:1.5rem;
text-decoration: none;
}
.relations li a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
left: 0.1rem;
width: 2.3rem;
height: 100%;
background: url("./img/arrow_ccl_bk.svg") 0 1rem no-repeat;
background-size: 2.3rem auto;
transition: all .2s ease-in-out;
}
.relations li a:hover::before{
}
.relations ul li a::after {
}
.relations ul li a:hover::after{
}
.relations li p{
margin: .8rem 0;
}




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





/* sum_SP */
.sum{
position: relative;
margin: 7.5rem 0 0 5%;
}
.sum::before{
content: "";
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #FEF6EB;
background: linear-gradient(-45deg, rgba(254, 246, 235, 1) 0%, rgba(255, 230, 240, 1) 100%);
border-radius:1.5rem 0 0 1.5rem;
}
.sum::after{
content: "";
position: absolute;
top: 0;
left: 3%;
width: 25rem;
height: 3rem;
background: url("./img/eng_sum.svg") 0 0 no-repeat;
background-size: auto 3rem;
}

.sum .inner{
position: relative;
padding: 5.5rem 5% 3rem;
}
.sum .inner::before{
content: "";
position: absolute;
z-index: 0;
top: 0;
left: calc(50% + 2.5rem);
width: 10rem;
height: 100%;
background: url("./img/frt_tom.png") 0 0 no-repeat;
background-size: 10rem auto;
}
.sum .inner::after{
content: "";
position: absolute;
z-index: 0;
top: 0;
left: auto;
right: -2rem;
width: 10rem;
height: 100%;
background: url("./img/frt_app.png") 0 105% no-repeat;
background-size: 10rem auto;
}
.sum .catch{
margin: 0 0 12px;
padding: 0;
background: none;
border: none;
box-shadow: none;
font-size: 1.9rem;
line-height: 1.6;
}
.sum .catch::before{
width: 0;
height: 0;
background: none;
border: none;
}




/* intv_SP */
.intv{
position: relative;
margin: 5rem 5% 6rem;
}

.intv .intvBox{
position: relative;
display: block;
margin: 6rem 0;
border: 2px solid #eb3b08;
border-radius:1.5rem 1.5rem 1.5rem 3rem;
box-shadow:1.0rem 1.0rem 0 #eb3b08;
}
.intv .intvB{
border: 2px solid #00bb11;
border-radius:1.5rem 1.5rem 1.5rem 3rem;
box-shadow:1.0rem 1.0rem 0 #00bb11;
}

.intv .headArea{
position: relative;
display: flex;
align-items: center;
justify-content:flex-start;
width: auto;
padding: 1.2rem 5% 1.2rem;
background: none;
border: none;
border-radius:1.5rem 1.5rem 0 3rem;
}
.intv .headArea::before{
content: "";
position: absolute;
top: -2px;
left: -2px;
width: 100%;
height: 100%;
background: #fdfbf2;
border: 2px solid #eb3b08;
border-radius:1.5rem 1.5rem 0 3rem;
}
.intv .intvB .headArea::before{
border: 2px solid #00bb11;
}

.intv .headArea .inner{
position: relative;
display: flex;
align-items: center;
}
.intv .txtArea{
width: auto;
padding: 2.5rem 5% 2rem;
background: none;
border-radius:0 0 1.5rem 1.5rem;
}
.intv .intvB .headArea{
border: none;
border-bottom: 2px solid #00bb11;
border-radius:1.5rem 1.5rem 0 3rem;
order: 2;
}
.intv .intvB .txtArea{
border-radius:0 0 1.5rem 1.5rem;
order: 1;
}


.intv .flame{
width: 6.5rem; 
height: 6.5rem;
margin: 0 1rem 0 0;
}
.intv .flame img{
width: 6.5rem; 
object-fit: cover;
border-radius:50%;
border: 2px solid #eb3b08;
}
.intv .intvB .flame img{
border: 2px solid #00bb11;
}

.intv .tags{
	padding:0;
}
.intv .tag{
display: inline-block;
margin: 0.4rem .1rem;
padding: .7rem 1rem .9rem;
background: #eb3b08;
border-radius:9999px;
line-height: 1;
font-size:1.4rem;
font-weight: 700;
color: #fff;
}
.intv .intvB .tag{
background: #00bb11;
}

.intv .catch{
margin: 0 0 2rem;
}






/* talk_SP */
.talks{
position: relative;
margin: 5rem 5%;
}
.talk{
position: relative;
display: block;
flex-wrap: wrap;
align-items: flex-start;
margin: 0 0 1.1rem;
flex-direction:row;
}
.talkB{
margin: 0 0 1.1rem;
flex-direction: row-reverse;
}

.talk .imgArea{
position: relative;
width: auto;
height: 6rem;
margin: 0 0 -1.5rem;
text-align: left;
}
.talk .imgArea .flame{
position: absolute;
z-index: 1;
left: 0;
width: 6rem;
margin: 0 0 0;
}
.talk .imgArea img{
border-radius: 50%;
border: 2px solid #0055e0;
box-shadow:.4rem .4rem 0 #0055e0;
}

.talkB .imgArea{
margin: 0 0 -1.5rem;
}
.talkB .imgArea .flame{
left: auto;
right: 0;
}
.talkB .imgArea img{
border: 2px solid #eb3b08;
box-shadow:.4rem .4rem 0 #eb3b08;
}

.talk .cap{
position: absolute;
bottom: 0;
left: 5rem;
z-index: 1;
display: inline-block;
padding: .6rem 1rem .7rem;
background: #0055e0;
border-radius:.8rem;
line-height: 1;
text-align: center;
font-size:1.4rem;
color: #fff;
}
.talkB .cap{
left: auto;
right: 5rem;
background: #eb3b08;
}



.talk .txtArea{
flex: 1; 
position: relative;
padding: 1.8rem 5% 1.8rem;
background: #fff;
border: 2px solid #0055e0;
border-radius:1.5rem 1.5rem 1.5rem 3.0rem;
}
.talkB .txtArea{
border: 2px solid #eb3b08;
border-radius:1.5rem 1.5rem 3.0rem 1.5rem;
}




/* his_SP */
.his{
position: relative;
margin: 6rem 0;
}

.his .headArea{
position: relative;
width: auto;
float: none;
padding: 8.5rem 5% 2rem;
}
.his .headArea::before{
content: "";
position: absolute;
top: 3.5rem;
left: 5%;
width: 22rem;
height: 3rem;
background: url("./img/eng_sch.svg") 0 0 no-repeat;
background-size: auto 3rem;
}
.his .headArea::after{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: -3rem;
width: 27rem;
height: 17.5rem;
background: url("./img/clud1.png") 0 0 no-repeat;
background-size: auto 17.5rem;
}
.his .headArea .sttl{
line-height: 1.8;
font-size:2rem;
}




.his .ulBox{
width: auto;
float: none;
padding: 0 5%;
}

.his .liBox{
padding: 0 0 2rem 2.5rem;
}
.his .liBox::before{
content: "";
position: absolute;
top: 1.5rem;
left: .5rem;
width: .5rem;
height: 100%;
background: url(./img/dot_gray_vt.png) 0 0 repeat-y;
background-size: .5rem auto;
}
.his .liBox:last-child::before{
width: 0;
height: 0;
background: none;
border: none;
}

.his .liBox .sttl{
margin: 0 0 .3rem;
font-size:1.8rem;
}
.his .liBox .sttl::before{
content: "";
position: absolute;
top: .8rem;
left: -2.5rem;
width: 1.5rem;
height: 1.5rem;
background: #00bb11;
border-radius:50%;
}

.his .liBox p{
margin: 0;
}





/* qa_SP */
.qaWrap{
padding: 1rem 0;
}
.qa{
padding: 1rem 5%;
}
.qa .sttl{
margin: 0 0 2rem;
padding: 0 0 0 5.5rem;
font-size:1.8rem;
color: #0055e0;
}
.qa .sttl::before{
content: "";
position: absolute;
top: 0;
left: 1rem;
width: 3.3rem;
height: 3.5rem;
background: url("./img/eng_q.svg") 0 0 no-repeat;
background-size: 3.3rem auto;
}

.qa .catch{
margin: 0 0 2rem;
padding: 2rem 5% 2rem 6.5rem;
background: #fdfbf2;
border-radius: 1.5rem;
font-size:1.8rem;
}
.qa .catch::before{
content: "";
position: absolute;
top: 2rem;
left: 2rem;
width: 3.3rem;
height: 3.5rem;
background: url("./img/eng_a.svg") 0 0 no-repeat;
background-size: 3.3rem auto;
}

.qa .txtArea{
padding: 0 0;
}





/* spv_SP */
.spv{
position: relative;
margin: 7rem 5% 5rem;
padding: 0 0 3rem;
border: 2px solid #eb3b08;
border-radius:1.5rem 1.5rem 1.5rem 3rem;
box-shadow:1.0rem 1.0rem 0 #ffeaef;
}

.spv .headArea{
position: relative;
margin: 0 0 2rem;
padding: 2rem 5%;
border-radius:1.3rem 1.3rem 0 0;
background: #eb3b08;
color: #fff;
}

.spv .fuki{
position: absolute;
z-index: -1;
top: -4.2rem;
left: 5%;
display: flex;
align-items: top;
justify-content: center;
width: 12rem;
height: 7.5rem;
padding: 1.3rem 0 0;
background: #fecc00;
border-radius:50%;
border: 2px solid #fff;
line-height: 1.4;
font-size:1.4rem;
font-weight: 700;
text-align: center;
}

.spv .headArea .imgArea{
position: static;
width: auto;
padding: 1.2rem 1.2rem 1.0rem;
background: #fdfbf2;
border-radius:1.5rem;
}
.spv .headArea .sttl0{
display: block;
margin: 0 0 0;
padding: 0 0 0;
font-weight: 700;
font-size:1.4rem;
}
.spv .headArea .sttl{
padding: 0 0 1rem;
line-height: 2.0;
font-size:2.3rem;
}

.spv .headArea .yarigaiWrap{
display: inline-block;
        margin: 0 0 0 0;
        padding: .4rem .6rem .5rem;
        background: #fdfbf2;
        box-shadow: 1rem 1rem 0 #eb3b08;
        border-radius: .7rem .7rem 2.2rem .7rem;
        font-size: 2.6rem;
        line-height: 1;
}
.spv .headArea .yarigai{
background-position: 50% 46%;
background-size: 15rem auto;
}


.spv .txtArea{
padding: 0 5% .3rem;
}




/* botCommon_SP */
.botCommon{
position: relative;
margin: 0 0 8rem;
}
.botCommon .areaInner{
padding: 4.7rem 0 0;
}
.botCommon .areaInner::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: -18.5%;
width: 52rem;
height: 38rem;
background: url("./img/sps_bg_sp.png") 0 0 no-repeat;
background-size: 52rem auto;
}
.botCommon .areaInner::after{
content: "";
position: absolute;
z-index: -2;
top: 23rem;
right: -5%;
width: 18rem;
height: 18rem;
background: url("./img/fukuoka.png") 100% 0 no-repeat;
background-size: 18rem auto;
}
.botCommon .headArea{
position: relative;
margin: 0 0 20rem;
padding: 0 5% 0;
}

.botCommon .headArea .sttl0{
display: block;
line-height: 1.4;
font-weight: 700;
font-size:1.5rem;
color: #fecc00;
}
.botCommon .headArea .sttl{
line-height: 2.0;
font-size:2.7rem;
color: #fff;
}

.botCommon .headArea .sttl .line1{
color: #fff;
}
.botCommon .headArea .yarigaiWrap{
display: inline-block;
margin: 0 0 0;
padding: .6rem 1.0rem .7rem;
background: #fff;
box-shadow:1rem 1rem 0 #eb3b08;
border-radius:.7rem .7rem 2.2rem .7rem;
font-size:3.0rem;
line-height: 1;
}
.botCommon .headArea .yarigai{
background-position: 50% 46%;
background-size: 17rem auto;
}


.botCommon .txtArea{
padding: 1rem 5% 1rem;
}
















}
/* End_SP */







