@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */


.en { }

/*PC*/
@media print, screen and (min-width: 769px) {

.pc {display: block;}
.sp {display: none;}

body {  min-width:1200px;}

.box { margin-bottom: 100px!important; }

.com_tit { font-size: 24px; position: relative; font-weight: bold; margin-bottom: 50px; margin-left: 30px;  }
.com_tit::before { content: '';
width: 0;
height: 0;
border: solid transparent;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-width: 12px 12px 0 0;
border-top-color: #e60012;
position: absolute;
left: 0;
top: 0;
display: block;
left: -32px;
top: -23px; 
}

.com_txt { text-align: left; line-height: 2em; }

.gridContainer {
width:100%;
min-width: 1200px;
/*padding:0;
clear: none;
float: none;
margin:0 auto;*/
}
#div1 {
overflow: hidden;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.pcBr {
display: inline-block;
}

.spBr {
display: none;
}

.pc {
display: block!important;
}

.sp {
display: none!important;
}

.comBtn02 {
width: 300px;
}

.comBtn02 a {
display: block;
padding: 10px;
text-align: center;
background-color: #333333;
color: #fff;
font-size: 1.7rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all .3s ease-out;
transition: all 0.3s ease-out;
position: relative;
}

.comBtn02 a:hover {
letter-spacing: 0.1em;
}

.comBtn02 a:after {
position: absolute;
top: 50%;
right: .8em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #fff;
opacity: 0;
}
.comBtn02 a:hover:after {
animation: arrow 1.2s infinite;
}

.comBtn03,
.comBtn04 {
width: 300px;
}

.comBtn03 a {
display: block;
padding: 10px;
text-align: center;
background-color: #333333;
color: #fff;
font-size: 1.4rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all .3s ease-out;
transition: all 0.3s ease-out;
position: relative;
border-radius: 100px;
overflow: hidden;
}

.comBtn04 a {
display: block;
padding: 10px;
text-align: center;
background-color: #FFF;
color: #333;
font-size: 1.4rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all .3s ease-out;
transition: all 0.3s ease-out;
position: relative;
border: #333333 1px solid;
border-radius: 100px;
overflow: hidden;
}

.comBtn03 a:hover,
.comBtn04 a:hover {
letter-spacing: 0.1em;
}

.comBtn03 a:after,
.comBtn04 a:after {
position: absolute;
top: 50%;
right: .8em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #fff;
opacity: 0;
}
.comBtn03 a:hover:after,
.comBtn04 a:hover:after {
animation: arrow 1.2s infinite;
}
.btnCenter {
margin-left: auto;
margin-right: auto;
}

.comPd_100 {
padding-top: 100px;
}


/* com
--------------------------------------------*/
.main_box { margin-bottom: 80px; }
.main_tit { font-size: 3.2rem; text-align: left; font-weight: 400; color: #0081cf; line-height: 2em; }
.main_txt { text-align: left; line-height: 2em; font-size: 1.6rem; margin-top: 30px; }
/*--------共通下層ヘッド------*/


#hedImg {
width: 100%;
min-width: 1200px;
margin: auto;
position: relative;
margin-top: 120px;
}

.gara {
position: relative;
}
.gara::before {
content: "";
position: absolute;
left: -30px;
top: -120px;
width: 200px;
height: 200px;
/*border-radius: 50%;*/
background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A));
background: linear-gradient(90deg, #0ECC8A, #C8F54A);
opacity: 0.3;
z-index: 1;
}
.gara::after {
content: "";
position: absolute;
right: -10px;
top: -20px;
width: 120px;
height: 120px;
/*border-radius: 50%;*/
background: -webkit-gradient(linear, left top, right top, from(#0FD8B1), to(#46C4DB));
background: linear-gradient(90deg, #0FD8B1, #46C4DB);
opacity: 0.3;
z-index: 1;
}

.hedImg_in {
padding: 40px 0 0;
position: relative;
overflow: hidden;
/*background-color: #333;*/
}
.hedImg_in::after {
  height: 180px;
}

.hed_subtit { font-size: 18px; font-weight: bold; text-align: left; margin-top: 30px; }
.hed_bg_txt {
  font-weight: 900;
  font-size: 12rem;
  color: rgba(14, 204, 138, 0.1);
  position: absolute;
  right: -50px;
  bottom: -80px;
  font-family: 'Chango', cursive;
  font-style: italic;
  }

.hed_tit {
position: relative;
}

.hed_tit h2 {
/*background-color: #fff;*/
display: inline-block;
text-align: left;
}

.hed_tit h2 span.en{
/*text-align: left;*/
font-size: 2rem;
/*color: #fff;*/
font-weight: 500;
font-style: italic;
line-height: 1.5;
letter-spacing: 0.05em;
display: block;
font-family: 'Chango', cursive;
color: #0ECC8A;
}

.hed_tit h2 span.jp {
display: block;
line-height: 1.8em;
font-size: 3.4rem;
font-weight: 500;
letter-spacing: 0.1em;
/*color: #fff;*/
}


/*--パンくず---------*/
.pt_relative {
position: relative;
}

#pan_area {
position: absolute;
right: 0;
top: 10px;
z-index: 8;
}
#pan_area h3 {
font-size: 1.2rem;
font-weight: 400;
}
#pan_area #pan_area_in {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
/*color: #fff;*/
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 4px;
height: 4px;
margin-top: -2px;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: underline;
font-size: 1.2rem;
/*color: #fff;*/
}




#contents {
width: 100%;
min-width: 1200px;
margin: auto;
/*overflow: hidden;*/
}

.contentsIn {
width: 1100px;
margin: 0 auto;
}

.fL {
float: left;
}

.fR {
float: right;
}

.w1100 {
width: 1100px;
margin-left: auto;
margin-right: auto;
}


.w1200 {
width: 1200px;
margin: 0 auto;
}

.comPd01 {
padding: 0 0 100px;
}

.comInBox01 {
margin-bottom: 100px;
}

.comInBox01:last-child {
margin-bottom: 0px;
}

.comPd_80 {
padding: 80px 0;
}

.comPd_top80 {
padding: 80px 0 0;
}

.pt100 {
padding-top: 120px;
}

.p_relative {
position: relative;
}

.bgGray {
background-color: #ecf0f4;
}

.bgColorSide h3 {
display: inline-block;
overflow: hidden;
position: relative;
z-index: 0;
line-height: 1em;
transform: translateX(-30%);
transition:all .3s .3s ease;
opacity: 0;
}

.active h3 {
transform: translateX(0%);
transition:all .3s .0s ease;
opacity: 1;
}

.bgColorSide h3 span {
line-height: 1em;
}

.bgColorSide h3:before {
background: #1d6dab;
background: -moz-linear-gradient(left, #1d6dab 0%, #009fe6 50%, #98e6d2 100%);
background: -webkit-linear-gradient(left, #1d6dab 0%,#009fe6 50%,#98e6d2 100%);
background: linear-gradient(to right, #1d6dab 0%,#009fe6 50%,#98e6d2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6dab', endColorstr='#98e6d2',GradientType=1 );
content: '';
display: block;
height: 100%;
position: absolute;
transform: translateX(-101%);
transition:all .5s .3s ease; 
width: 100%;
z-index: 1;
}

.bgColorSideIn {
display: inline-block;
opacity: 0;
transition:all .8s 0s ease;
}

.active h3:before {
transform: translateX(101%);
}

.active .bgColorSideIn {
opacity: 1;
}

.txtC {
text-align: center;
}

.w48_l {
width: 48%;
float: left;
}

.w48_r {
width: 48%;
float: right;
}

.w48_l img,.w48_r img {
width: 100%;
height: auto;
}

.comTit {
font-size: 25px;
text-align: center;
color: #003772;
line-height: 1.8em;
margin-bottom: 30px;
}

.comTxt {
font-size: 16px;
text-align: center;
line-height: 2em;
margin-bottom: 15px;
}


.sec-ttl01 {
position: relative;
margin-bottom: 40px;
padding-bottom: 18px;
font-size: 28px;
font-weight: 600;
text-align: center;
line-height: 1.6;
}
.sec-ttl01::after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto; 
width:60px;
height: 1px;
background-color:#003772;
}


.sec-ttl02 {
position: relative;
display: inline-block;
padding-left: 35px;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.01em;
margin-bottom: 20px;
}

.sec-ttl02:before {
content: '';
position: absolute;
top: 50%;
left:0;
display: inline-block;
margin-top: -2px;
width: 20px;
height: 2px;
background-color:#dd0012;
}


.sub_tit {
position: relative;
padding: .25em 0 .25em .75em;
border-left: 6px solid #ccc;
font-size: 18px;
margin-bottom: 50px;
}

.sub_tit::before {
position: absolute;
left: -6px;
bottom: 0;
content: '';
width: 6px;
height: 50%;
background-color: #e60012;
}

.sub_tit::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #e60012;
}


.sub_tit02::before {
content: '';
position: absolute;
display: block;
height: 1px;
width: 80px;
background-color: #e60012;
left: 0;
bottom: -1px;
}

.sub_tit02 {
display: block;
border-bottom: 1px solid #d8d8d8;
position: relative;
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;
}


/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 30px;
z-index: 2000;
width: 54px;
}

#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


/*-----------*/
.bgWhite {
background-color: #fff;
}

.comPd70 {
padding: 70px 0;
}

.pt80 {
padding-top: 80px;
}

.w80p {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.comBtn01 {
width: 300px;
margin:auto;
}

.comBtn01 a {
display: block;
padding: 10px;
text-align: center;
border:1px solid #dd0012;
color: #dd0012;
font-size:14px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all .3s ease-out;
transition: all 0.3s ease-out;
position: relative;

}

.comBtn01 a:hover {
letter-spacing: 0.1em;
}

.comBtn01 a::after {
position: absolute;
top: 50%;
right: .8em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #fff;
opacity: 1;
}
.comBtn01 a:hover::after {
animation: arrow 1.2s infinite;
}
.waku_fff {
border: #fff 1px solid;
}

.rightBtn {
margin-left: auto;
margin-right: 0;
}

.centerBtn {
margin-left: auto;
margin-right: auto;
}

.idxTit {
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}

.idxTit h3 {
text-align: center;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 3.5rem;
letter-spacing: 0.05em;
margin-bottom: 15px;
}

.idxTit p {
text-align: center;
font-size: 1.8rem;
}

.idxTit2 {
width: 100%;
margin-bottom: 40px;
}

.idxTit2 h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 3.5rem;
letter-spacing: 0.05em;
margin-bottom: 15px;
}

.idxTit2 p {
font-size: 1.8rem;
}

.idxTit2 h3,
.idxTit2 p {
text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.idxTit3 {
width: 100%;
margin-bottom: 40px;
}

.idxTit3 h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 3.5rem;
letter-spacing: 0.05em;
margin-bottom: 15px;
color: #fff;
}

.idxTit3 p {
font-size: 1.8rem;
color: #fff;
}

.c_fff {
color: #fff;
}

.comBox {
width: 100%;
}

.comBox:nth-child(n+2) {
padding-top: 100px;
}

/*中ページのヘッド*/
#main--image {
position: relative;
z-index: 2;
overflow: hidden;
min-width: 1200px;
}
#main--image:before {
content: "";
position: absolute;
left: -100%;
bottom: 0;
width: 80%;
height: 88%;
background: #2a2a2a;
z-index: 2;
-webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-ms-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
-webkit-transition-property: left;
-moz-transition-property: left;
-ms-transition-property: left;
-o-transition-property: left;
transition-property: left;
}
#main--image.active:before {
left: 0
}

#main--image.active h2 {
font-family: 'Roboto', sans-serif;
opacity: 1;
line-height: 1.2;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px)
}
#main--image.active h2 span {
font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px)
}
#main--image.active .main--bg:before {
left: 100%
}
#main--image.active .main--bg:after {
left: 100%
}

#main--image .main--bg {
position: absolute;
right: 0;
top: 0;
width: 60%;
height: 88%;
background: #fff;
z-index: 3;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover
}
#main--image .main--bg:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #993333;
-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-ms-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s
}
#main--image .main--bg:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #f3f4f5;
-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

#main--image h2 {
font-family: 'Roboto', sans-serif;
text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
box-sizing: border-box;
position: relative;
width: 100%;
height: 100%;
z-index: 4;
padding-top: 20vh;
padding-bottom: 20vh;
padding-left: 8%;
padding-right: 8%;
margin-bottom: 0;
color: #FFF;
font-size: 5.2rem;
letter-spacing: 4px;
font-weight: bold;
opacity: 0;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-property: transform, opacity;
-moz-transition-property: transform, opacity;
-ms-transition-property: transform, opacity;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-ms-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
#main--image h2 span {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
display: block;
font-size: 1.6rem;
font-weight: normal;
padding-top: 30px;
letter-spacing: 2px;
opacity: 0;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-property: transform, opacity;
-moz-transition-property: transform, opacity;
-ms-transition-property: transform, opacity;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
-webkit-transition-delay: .8s;
-moz-transition-delay: .8s;
-ms-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s
}

/*//////*/
/*.hedTitBox {
padding: 30px 0 50px;
}*/

/*-----タイトル-----*/
.comTit__obi01 {
width: 100%;
position: relative;
padding-top: 70px;
}

.comTit__obi01:before {
position: absolute;
content: "";
width: 100%;
height: 300px;
top: 0;
right: 0;
background: #f7f5f2;
z-index: -1;
}

.comTit__obi01 h3 {
text-align: center;
/*font-family: 'Slabo 13px', serif;*/
font-family: 'Slabo 27px', serif;
font-size: 3.5rem;
letter-spacing: 0.1em;
color: #ae9373;
font-weight: normal;
position: relative;
padding-bottom: 70px;
margin-bottom: 50px;
}

.comTit__obi01 h3:after {
width: 1px;
height: 40px;
background: #ae9373;
content: "";
position: absolute;
bottom: 0;
left: 50%;
}

.hed_Tit_L {
width: 32%;
float: left;
}

.hed_Tit_R {
width: 60%;
float: right;
}

.hed_txt {
font-size: 2rem;
line-height: 1.8;
font-weight: 500;
color: #0ECC8A;
text-align: center;
margin-bottom: 50px;
z-index: 2;
position: relative;
}

.hed_txt2 {
font-size: 1.8rem;
line-height: 1.8;
font-weight: 500;
/*color: #0ECC8A;*/
text-align: center;
margin-bottom: 50px;
}

.hed_txt2 span {
display: inline-block;
margin-top: 20px;
font-size: 1.5rem;
font-weight: 400;
padding: 20px 40px;
background: -webkit-gradient(linear, left top, right top, from(#C6F1FF), to(#F4FFE8));
background: linear-gradient(90deg, #C6F1FF, #F4FFE8);
border-radius: 20px;
}

.comTit01 {
text-align: center;
margin-bottom: 60px;
}
.comTit01 h3 {
font-size: 2.6rem;
font-weight: 500;
line-height: 1.8;
letter-spacing: 0.1em;
position: relative;
display: inline-block;
}
.comTit01 h3::before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
border-radius: 2px;
background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A));
background: linear-gradient(90deg, #0ECC8A, #C8F54A);
}

.hedTitBox {
margin-bottom: 65px;
}

.comTit02 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
text-align: center;
font-size: 3.5rem;
margin-bottom: 60px;
font-weight: 500;
}
.comTit02 span {
position: relative;
display: inline-block;
padding: 0 60px;
}
.comTit02 span:before, .comTit02 span:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 32px;
height: 1px;
background-color: #303030;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.comTit02 span:before {left:0;}
.comTit02 span:after {right: 0;}

.comTit03 {
position: relative;
display: inline-block;
padding-left: 35px;
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.01em;
margin-bottom: 20px;
}

.comTit03:before {
content: '';
position: absolute;
top: 50%;
left:0;
display: inline-block;
margin-top: -2px;
width: 20px;
height: 2px;
background-color: #0ECC8A;
}

.comTit04 {
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #ccc;
font-size: 2rem;
font-weight: 500;
margin-bottom: 30px;
/*color: #0ECC8A;*/
}
.comTit04:first-letter{
font-size:1.5em;
color: #0ECC8A;
}
.comTit04::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: #0ECC8A;
}

.comTit05 {
font-size: 2.4rem;
font-weight: 500;
margin-bottom: 20px;
color: #0ECC8A;
}

.com_subTit {
font-size: 20px;
text-align: center;
font-weight: bold;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
position: relative;
margin-bottom: 80px;
}

.com_subTit::after {
position: absolute;
content: "";
width: 50px;
left: 0;
right: 0;
margin: auto;
bottom: -15px;
background: linear-gradient(135deg, #a40000, #ff0000 18%, #ff0048 98%);
height: 3px;
}

.com_btn { position: relative; color: #e60012; margin: 0 auto; }
.com_btn a span::after { position: absolute; display: block; content: "\f0a9"; font-family: "Font Awesome 5 Free"; color: #e60012; font-weight: bold; right: -35px; top: 0px; font-size: 18px;  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.com_btn a:hover span::after { right: -45px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.com_btn a { display: block; color: #e60012; }

.com_btn_tit { color: #e60012; font-size: 18px; font-weight: bold; line-height: 1.8em; }
.com_btn_tit span.en { font-size: 20px; position: relative; }

.com_table {
border-top: 1px solid #dfdfdf;
width: 100%;
}
.com_table th {
padding: 30px 10px;
border-bottom: solid 1px #666;
width: 20%;
}
.com_table th span {
font-style: italic;
font-family: 'Osaka','Verdana';
}
.com_table td {
padding: 30px 10px;
border-bottom: dotted 1px #666;
}
.com_table th:nth-of-type(1) {
border-top: solid 1px #666;
}
.com_table td:nth-of-type(1) {
border-top: dotted 1px #666;
}


.com_table2 {
width: 100%;
}

.com_table2 th {
color: #FFF;
line-height: 1.1;
padding: 1.0em;
background: #2a2a2a;
text-align: center;
border-bottom: #fff 1px solid;
}

.com_table2 td {
padding: 1.0em;
border-bottom: solid 1px #E4E4E4;
vertical-align: middle;
}

/*カードデザイン*/
.com_list {
width: 100%;
margin: 0 auto;
}

.com_list li {
width: 31%;
float: left;
margin-right: 3.5%;
}

.com_list li:nth-child(n+4) {
margin-top: 30px;
}


.com_list li:nth-child(3n+3) {
margin-right: 0px;
}
/*背景色*/
.comBg01 {
background-color: #f3f2e9;
}


/* header
--------------------------------------------*/
#header {
width: 100%;
min-width: 1200px;
height: 120px;
position: fixed;
top: 0;
z-index: 100;
/*background: rgba(255,255,255,1);*/
-webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.logo_Hed {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
/*background-color: #fff;*/
padding: 0 20px;
box-sizing: border-box;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
/*position: absolute;
top: 0px;
left: 0px;*/

}

.logo_Hed img {
width: 100%;
height: auto;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.logo_Hed img.logo02 {
display: inline-block;
}
.logo_Hed img.logo01 {
display: none;
}

.logo_Hed a {
display: block;
width: 190px;
/*height: 100px; */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.logo_Hed-en {
margin-left: 20px;
margin-top: auto;
font-size: 1.6rem;
line-height: 1.1;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
padding-bottom: 5px;
color: #e4274c;
}
.logo_Hed-en span {
font-size: 2.2rem;
}

header.smaller .logo_Hed {
opacity: 1!important;
/*width: 220px;*/
padding: 0 20px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
/*top: 20px;
left: 20px;*/
}
/*
header.smaller .logo_Hed {
margin: 10px 0 10px 10px;
}*/



header.smaller .logo_Hed img {
width: 100%;
height: auto;
}
header.smaller .logo_Hed img.logo02 {
display: none;
}
header.smaller .logo_Hed img.logo01 {
display: inline-block;
}


header.smaller .logo_Hed a {
width: 260px;

}

header.smaller #menu { 
margin-top: 0px; 
}

.mainMenuInWrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
margin-left: 35px;
height: 120px;
box-sizing: border-box;
margin: auto 0 auto auto;
min-width: 730px;
}

header.smaller .mainMenuInWrap { 
height: 90px;
}

header.smaller .logo_Hed-en {
margin-left: 10px;
margin-top: auto;
font-size: 1.4rem;
line-height: 1.1;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
header.smaller .logo_Hed-en span {
font-size: 1.6rem;
}

.mainMenu {
width: 100%;
min-width: 1200px;
height: 120px;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.subMenu {
padding-top: 10px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #222!important;
}

.subMenu li {
padding-right: 10px;
margin-right: 20px;
}

.subMenu li:last-child {
margin-right: 0px;
}

.subMenu li a {
font-size: 1.2rem;
line-height: 1;
color: #222;
font-weight: 400;
white-space: nowrap;
}

.subMenu li a:hover {
color: #0ECC8A;
}

.enBtn a {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #222728;
padding: 7px 15px;
color: #fff!important;
}
.enBtn a:hover {
background-color: #e4274c;
}
.en_icon {
width: 20px;
margin-right: 5px;
}
/*.en_icon img {
border-radius: 50%;
}*/

#menu {
/*margin-top: 20px;*/
display: flex;
display: -ms-flexbox;
justify-content: flex-end;
-ms-flex-pack: end;
}

#menu li {
font-size: 1.5rem;
margin-right: 15px;
}

#menu li:last-child {
margin-right: 0px;
}

#menu li a {
color: #222;
padding: 10px 10px 22px;
/*display: block;
text-align: center;*/
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
font-weight: 400;
letter-spacing: 0.08em;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
line-height: 1.2em;
font-size: 1.4rem;
height: 70px;
box-sizing: border-box;
white-space: nowrap;
-webkit-text-size-adjust:100%
}

header.smaller #menu li a {
color: #222;
}

.m_en {
font-size: 0.9em;
padding-top: 8px;
opacity: 0.7;
}

.mainMenuIn {
margin-right: 30px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inqBox {
width: 280px;
}

.inqBox ul {
display: table;
height: 100%;
margin-left: auto;
margin-right: 0;
}

.inqBox li {
display: table-cell;
}

.inqBox a {
font-size: 1.5rem;
display: block;
width: 140px;
padding: 10px;
text-align: center;
box-sizing: border-box;
height: 120px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.m_en2 {
font-size: 0.9em;
padding-top: 2px;
opacity: 0.7;
display: inline-block;
}

.inq1 a,
.inq2 a {
color: #fff;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
font-weight: bold;
letter-spacing: 0.08em;
}

.inq1 a {
background-color: #0081cf;
}

.inq2 a {
background-color: #0ECC8A;
}

.inq1 a:hover,
.inq2 a:hover {
background-color: #303030;
}

.sp_list {
display: none;
}

header.smaller #header {
height: 90px;
background: rgba(255,255,255,1);
}


header.smaller .subMenu {
/*height: 0px;
overflow: hidden;*/
padding-top: 5px;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

header.smaller .subMenu li {
/*display: none;*/
}

header.smaller .subMenu li.enBtn a {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #222728;
padding: 3px 10px;
color: #fff!important;
}
header.smaller .subMenu li.enBtn a:hover {
background-color: #e4274c;
}
header.smaller .subMenu li.en_icon {
width: 14px;
margin-right: 5px;
}

header.smaller .mainMenu {
height: 90px;
}

header.smaller #menu li a {
padding: 10px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
/*display: table-cell;
line-height: 50px;*/
}

header.smaller #menu li a .m_en {
font-size: 0.8em;
padding-top: 4px;
opacity: 0.7;
}

header.smaller .inqBox a {
font-size: 1.5rem;
display: block;
width: 140px;
padding: 10px;
text-align: center;
box-sizing: border-box;
height: 90px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/* footer
--------------------------------------------*/
#footer {
box-sizing: border-box;
width: 100%;
min-width: 1200px;
background-color: #fff;
border-top: #ddd 1px solid;
/*background-color: #222728;*/
}

.footerCp {
/*  flex-basis: 35%;
  margin-right: 5%;*/
}

.footerTopIn {
width: 1200px;
min-width: 1200px;
margin: 0 auto 60px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
padding:60px 0 0;
}

.footerCp__img {
width: 260px;
margin-bottom: 15px;
}

.footerCp__img img {
width: 100%;
height: auto;
}

.footerCp h3 {
/*display: none;*/
font-size: 1.4rem;
margin-bottom: 25px;
}

.footerCp p {
color: #222;
font-size: 1.3rem;
line-height: 1.8;
letter-spacing: 0.05em;
}

.footerMu {
  flex-basis: 65%;
  display: flex;
  flex-wrap: wrap;
}

.footerMu a {
color: #222;
font-size: 1.3rem;
/*display: block;*/
font-weight: 400;
} 


.fot_sitemap {
display: block;
list-style:none;
width: 30%;
margin-right:5%;
padding:0;
}

/*.fot_sitemap:nth-child(8n) {
margin-right:0;
}*/
.fot_sitemap:nth-child(3n) {
margin-right:0;
}

.fot_sitemap:nth-child(n+4) { margin-top: 30px; }

.fot_sitemap li {
font-size:12px;
}
.fot_sitemap li:nth-child(n+2) { margin-top: 7px;}
.fot_sitemap li:nth-child(n+2) p { position: relative; padding-left: 13px; }
.fot_sitemap li:nth-child(n+2) p::before { position: absolute; content: ""; width: 5px; height: 1px; background: #0ECC8A; display: block; left: 0; top: 45%; }
.fot_sitemap h4,
.fot_sitemap2 h4 {
font-size: 12px;
}

.fot_sitemap p {
margin-left: 12px;
letter-spacing: -1px;
}  

.fot_sitemap h4::before,
.fot_sitemap2 h4::before {
content: "●";
font-size: 0.8rem;
display: block;
color: #0ECC8A;
float: left;
padding-right: 5px;
margin-top: 6px;
}    


.fot_sitemap a {
color: #000000;
white-space: nowrap;
}

.fot_sitemap a:hover {
color: #0ECC8A;
}

/*
.footerMuList {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-bottom: 45px;
}

.footerMuList li {
margin-right: 60px;
}

.footerMuList li:last-child {
margin-right: 0px;
}
*/
.footerMuBtnWrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.footerMuBtn02 {
margin-left: 50px;
}

.footerMuBtn01 a,
.footerMuBtn02 a {
padding: 8px 60px;
border: #222 1px solid;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.footerMuBtn01 a:hover {
background-color: #ff0048;
color:#FFFFFF;
}

.footerMuBtn02 a:hover {
background-color: #003772;
color:#FFFFFF;
}

.footerBottomIn {
width: 1200px;
margin: auto;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.footerBottomIn p,
.footerBottomIn p a {
font-size: 1.3rem;
color: #222;
}

.footerBottomIn p.copy {
font-size: 1.2rem;
color: #fff;
text-align: center; 
}

.footer-l {
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
writing-mode: vertical-rl;
-moz-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 60px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
letter-spacing: .1em;
font-size: .8em;
font-weight: 300;
}


/*----*/
.fot_sitemap2Wrap {

}
.fot_sitemap2 {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}

.fot_sitemap2 li:nth-child(n+2) {
margin-left: 40px;
}

.fot_sitemap2 li a {
color: #fff;
font-weight: 400;
}

.fot_sitemap2 h4::before {
content: "●";
display: block;
color: #fff;
}  

.footerBottom {
background-color: #0ECC8A;
padding: 20px 0;
}


/* contents
--------------------------------------------*/
.comBtnWrap {
padding-top: 50px;
}


.btnR {
margin-left: auto;
margin-right: 0; 
}

.btnC {
margin-left: auto;
margin-right: auto;
}

.com_LedeBox{
position: relative;
border:1px solid #E5E5E5;
margin-bottom: 80px;
}
.com_LedeBox_In{
position: relative;
padding: 65px 70px;
}
.com_LedeBox::before,
.com_LedeBox::after,
.com_LedeBox_In::before,
.com_LedeBox_In::after{
position: absolute;
display:block;
content:"";
width: 101px;
height: 101px;
pointer-events: none;		
}
.com_LedeBox::before,
.com_LedeBox::after{
top:-1px;
}
.com_LedeBox_In::before,
.com_LedeBox_In::after{
bottom:-1px;	
}
.com_LedeBox::before,
.com_LedeBox_In::before{
left:-1px;	
}
.com_LedeBox::after,
.com_LedeBox_In::after{
right:-1px;
}
.com_LedeBox::before{ background: url(../images/com/waku01.png) no-repeat; }
.com_LedeBox::after{ background:url(../images/com/waku02.png) no-repeat; }
.com_LedeBox_In::before{ background:url(../images/com/waku03.png) no-repeat; }
.com_LedeBox_In::after{ background:url(../images/com/waku04.png) no-repeat; }

.com_LedeBox_In h4 {
font-size: 2.2rem;
font-weight: bold;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
text-align: center;
margin-bottom: 40px;
}

.com_Lede01 {
	font-weight:bold;
font-size: 1.7rem;
line-height: 2em;
letter-spacing:2px;
text-align:center;
}

.com_Lede01 span {
font-weight: bold;
background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;
}

/*-------------*/
.comTitIn01 {
text-align: center;
margin-bottom: 40px;
}
.comTitIn01 h3 {
position: relative;
font-size: 3.2rem;
letter-spacing: 0.1em;
font-weight: 500;
line-height: 1.4;
padding: 0.20em 1em;
display: inline-block;
}
.comTitIn01 h3::before {
position: relative;
border-left: solid 1px #707070;
border-top: solid 1px #707070;
top: 0;
left: 0;
}
.comTitIn01 h3::after {
border-right: solid 1px #707070;
border-bottom: solid 1px #707070;
bottom: 0;
right: 0;
}
.comTitIn01 h3::before, .comTitIn01 h3::after {
content: '';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}
.cpRinen {
text-align: center;
}
.cpRinen h3 {
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
text-align: center;
font-size: 2.8rem;
line-height: 1.5;
margin-bottom: 50px;
color: #0081cf;
}


/*20200217追加*/
.flexBox_bw {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flexBox_bw-img {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.flexBox_bw-txt {
-ms-flex-preferred-size: 45%;
flex-basis: 45%;
}

.flexBox_bw-2col {
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
}



}




/*pcとsp共通*/
/*----------------------------*/
.gridContainer {
/*overflow: hidden;*/
}




.imgSlide {
width: 100%;
height: 100%;
overflow: hidden;
}
.imgSlide .imgSlideIn {
width: inherit;
height: inherit;
opacity: 0;
}
.isPlay {
animation-name: play;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1);
position: relative;
opacity: 1 !important;
}
.isPlay:before {
animation-name: maskOut;
animation-duration: .5s;
animation-delay: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1);
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: #202020;
}
@keyframes play {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
@keyframes maskOut {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}

@keyframes arrow {
  50% {
    right: .2em;
    opacity: 1;
  }
  100% {
    right: -.4em;
    opacity: 0;
  }
}
/*----------------------------------------------------------------------*/







/*sp*/
@media only screen and (max-width: 768px) {

.pc {display:none;}
.sp {display:block;}


img {
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-touch-callout:none;
-moz-user-select:none;
touch-callout:none;
user-select:none;
}

.com_tit { font-size: 20px; position: relative; font-weight: bold; margin-bottom: 50px; margin-left: 30px;  }
.com_tit::before { content: '';
width: 0;
height: 0;
border: solid transparent;
border-top-color: transparent;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-width: 12px 12px 0 0;
border-top-color: #e60012;
position: absolute;
left: 0;
top: 0;
display: block;
left: -32px;
top: -23px; 
}

.com_btn { position: relative; color: #e60012; margin: 0 auto; }
.com_btn a span::after { position: absolute; display: block; content: "\f0a9"; font-family: "Font Awesome 5 Free"; color: #e60012; font-weight: bold; right: -35px; top: 0px; font-size: 18px;  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.com_btn a:hover span::after { right: -45px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.com_btn a { display: block; color: #e60012; }

.com_btn_tit { color: #e60012; font-size: 18px; font-weight: bold; line-height: 1.8em; }
.com_btn_tit span.en { font-size: 20px; position: relative; }




.gridContainer {
width:100%;
padding:0;
clear: none;
float: none;
margin:0 auto;
}
#div1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.pcBr {
display: none;
}

.spBr {
display: inline-block;
}

.pc {
display: none!important;
}

.sp {
display: block!important;
}

.w80p {
width: 100%;
margin-left: auto;
margin-right: auto;
}

.lH2 {
line-height: 2em;
}

.w48_l {
width: 100%;
float: left;
}

.w48_r {
width: 100%;
float: right;
}

.w48_l img,.w48_r img {
width: 100%;
height: auto;
}
.box { margin-bottom: 70px!important; }

/* com
--------------------------------------------*/
.btnList {
width: 100%;
}

.btnList li {
width: 46%;
float: left;
box-shadow: none;
margin-right: 8%;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.btnList li:nth-child(2n) {
margin-right: 0;
}

.btnList li:nth-child(n+3) {
margin-top: 8%;
}

.btnList li:hover {
box-shadow: 0 0 20px #d0d0d0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.btnList li img {
-moz-transition: -moz-transform 0.3s linear;
-webkit-transition: -webkit-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
transition: transform 0.3s linear;
}

.btnList li:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.btnListImg {
overflow: hidden;
}

.btnListImg .boxInner {
opacity: 0
}

.btnListTxt {
padding: 10px 5px;
}

.visible {
border-bottom: none;
border-right: none;
}

.btnListTxt h3 {
font-size: 1.9rem;
margin-bottom: 5px;
font-weight: 500;
}

.btnListTxt h4 {
font-size: 1.3rem;
margin-bottom: 20px;
font-weight: 500;
}

.btnListTxt p {
text-align: right;
font-size: 1.2rem;
font-weight: 500;
padding-right: 10px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
} 

.visible p {
color: #e00011!important;
padding-right: 0px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.hed_bg_txt {
display: none;
  /*font-weight: 900;
  font-size: 12rem;
  color: rgba(14, 204, 138, 0.1);
  position: absolute;
  right: -50px;
  bottom: -80px;
  font-family: 'Chango', cursive;
  font-style: italic;*/
  }

.hed_tit {
position: relative;
}

.hed_tit h2 {
/*background-color: #fff;*/
display: inline-block;
text-align: left;
}

.hed_tit h2 span.en{
/*text-align: left;*/
font-size: 1.8rem;
/*color: #fff;*/
font-weight: 500;
font-style: italic;
line-height: 1.5;
letter-spacing: 0.05em;
display: block;
font-family: 'Chango', cursive;
color: #0ECC8A;
}

.hed_tit h2 span.jp {
display: block;
font-size: 2.3rem;
font-weight: 500;
letter-spacing: 0.1em;
/*color: #fff;*/
}


/*--パンくず---------*/
#pan_area {
display: none;
width: 100%;
max-width: 1100px;
margin: 15px auto 30px;
font-size: 1.2rem;
padding-top: 5px;
}
#pan_area h3 {
font-size: 1.2rem;
font-weight: 500;
}
#pan_area #pan_area_in {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 4px;
height: 4px;
margin-top: -2px;
border-top: 1px solid #303030;
border-right: 1px solid #303030;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: underline;
/*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}


.sub_tit {
position: relative;
padding: .25em 0 .25em .75em;
border-left: 6px solid #ccc;
font-size: 16px;
margin-bottom: 50px;
}

.sub_tit::before {
position: absolute;
left: -6px;
bottom: 0;
content: '';
width: 6px;
height: 50%;
background-color: #e60012;
}

.sub_tit::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #e60012;
}


.sub_tit02::before {
content: '';
position: absolute;
display: block;
height: 1px;
width: 80px;
background-color: #e60012;
left: 0;
bottom: -1px;
}

.sub_tit02 {
display: block;
border-bottom: 1px solid #d8d8d8;
position: relative;
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;
}


#totop {
bottom: 30px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
width: 45px;
}

#totop a {
display: block;
width: 45px;
height: 45px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/***********/
.main_box { margin-bottom: 50px; }
.main_tit { font-size: 20px; text-align: center; font-weight: bold; color: #dd0012; line-height: 2em; }
.main_txt { text-align: center; line-height: 2em; font-size: 14px; font-weight: 500; margin-top: 30px; }
.main_txt span { color: #dd0012;  }


#contents {
width: 100%;
margin: auto;
overflow: hidden;
}

.contentsIn {
width: 98%;
margin: 0 auto;
}

.fL {
float: left;
}

.fR {
float: right;
}

.w1100 {
width: 96%;
margin-left: auto;
margin-right: auto;
}

.w1200 {
width: 96%;
margin-left: auto;
margin-right: auto;
}

.comPd01 {
padding: 0 0 40px;
}

.comInBox01 {
margin-bottom: 60px;
}

.comInBox01:last-child {
margin-bottom: 0px;
}

.comPd_80 {
padding: 40px 0;
}

.comPd_top80 {
padding: 40px 0 0;
}

.p_relative {
position: relative;
}

.bgGray {
background-color: #ecf0f4;
}

.bgColorSide h3 {
display: inline-block;
overflow: hidden;
position: relative;
z-index: 0;
line-height: 1em;
}

.bgColorSide h3 span {
line-height: 1em;
}

.bgColorSide h3:before {
background: #1d6dab; /* Old browsers */
background: -moz-linear-gradient(left, #1d6dab 0%, #009fe6 50%, #98e6d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1d6dab 0%,#009fe6 50%,#98e6d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1d6dab 0%,#009fe6 50%,#98e6d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6dab', endColorstr='#98e6d2',GradientType=1 ); /* IE6-9 */
content: '';
display: block;
height: 100%;
position: absolute;
transform: translateX(-101%);
transition:all .5s .3s ease; 
width: 100%;
z-index: 1;		
}

.bgColorSideIn {
display: inline-block;
opacity: 0;
transition:all .8s 0s ease;
}

.active h3:before {
transform: translateX(101%);
}

.active .bgColorSideIn {
opacity: 1;
}

.txtC {
text-align: center;
}

.comTit {
font-size: 20px;
text-align: center;
color: #003772;
line-height: 1.8em;
margin-bottom: 30px;
}

.comTxt {
font-size: 14px;
text-align: center;
line-height: 2em;
margin-bottom: 15px;
}


.sec-ttl01 {
position: relative;
margin-bottom: 25px;
padding-bottom: 18px;
font-size: 20px;
font-weight: 600;
text-align: center;
line-height: 1.6;
}
.sec-ttl01::after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 25px;
height: 1px;
background-color: #003772;
}

.sec-ttl02 {
position: relative;
display: inline-block;
padding-left: 25px;
font-size: 1.6rem;
letter-spacing: 0.01em;
margin-bottom: 20px;
}

.sec-ttl02:before {
content: '';
position: absolute;
top: 50%;
left:0;
display: inline-block;
margin-top: -2px;
width: 15px;
height: 2px;
background-color:#dd0012;
}


/*-----------*/
.bgWhite {
background-color: #fff;
}

.comPd70 {
padding: 40px 0;
}

.pt80 {
padding-top: 0;
}

.comBtn {
width: 280px;
margin-left: auto;
margin-right: auto;
}

.comBtn a {
display: block;
background-color: #1b1f79;
color: #fff;
text-align: center;
font-size: 1.6rem;
padding: 10px;
position: relative;
}

.comBtn a:before {
font-family: "Font Awesome 5 Free";
content: "\f105";
position: absolute;
font-weight: bold;
/*top: 50%;*/
right: 30px;
font-size: 1.6rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.comBtn a:hover {
background-color: #e00011;
}

.comBtn a:hover:before {
right: 20px;
}

.waku_fff {
border: #fff 1px solid;
}

.rightBtn {
margin-left: auto;
margin-right: auto;
}

.centerBtn {
margin-left: auto;
margin-right: auto;
}

.idxTit {
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
}

.idxTit h3 {
text-align: center;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2.5rem;
letter-spacing: 0.05em;
margin-bottom: 10px;
}

.idxTit p {
text-align: center;
font-size: 1.6rem;
}

.idxTit2 {
width: 100%;
margin-bottom: 40px;
}

.idxTit2 h3 {
text-align: center;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2.5rem;
letter-spacing: 0.05em;
margin-bottom: 10px;
}

.idxTit2 p {
text-align: center;
font-size: 1.6rem;
}

.idxTit2 h3,
.idxTit2 p {
text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.idxTit3 {
width: 100%;
margin-bottom: 40px;
}

.idxTit3 h3 {
text-align: center;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2.5rem;
letter-spacing: 0.05em;
margin-bottom: 10px;
color: #fff;
}

.idxTit3 p {
text-align: center;
font-size: 1.6rem;
color: #fff;
}

.c_fff {
color: #fff;
}

.comBox {
width: 100%;
}

.comBox:nth-child(n+2) {
padding-top: 50px;
}



/*//////*/
/*.hedTitBox {
padding: 20px 0 30px;
}*/

/*-----タイトル-----*/
.comTit__obi01 {
width: 100%;
position: relative;
padding-top: 40px;
}

.comTit__obi01:before {
position: absolute;
content: "";
width: 100%;
height: 180px;
top: 0;
right: 0;
background: #f7f5f2;
z-index: -1;
}

.comTit__obi01 h3 {
text-align: center;
/*font-family: 'Slabo 13px', serif;*/
font-family: 'Slabo 27px', serif;
font-size: 3rem;
letter-spacing: 0.1em;
color: #ae9373;
font-weight: normal;
position: relative;
padding-bottom: 35px;
margin-bottom: 30px;
}

.comTit__obi01 h3:after {
width: 1px;
height: 20px;
background: #ae9373;
content: "";
position: absolute;
bottom: 0;
left: 50%;
}

.hed_Tit_L {
width: 100%;
margin: 0 auto;
}

.hed_Tit_R {
width: 100%;
margin: 0 auto;
}

.hed_txt {
font-size: 1.8rem;
font-weight: 500;
color: #0ECC8A;
text-align: center;
margin-bottom: 30px;
}

.comTit01 {
text-align: center;
margin-bottom: 30px;
}
.comTit01 h3 {
font-size: 2rem;
font-weight: 500;
line-height: 1.8;
letter-spacing: 0.1em;
position: relative;
display: inline-block;
}
.comTit01 h3::before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 40px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
border-radius: 2px;
background: -webkit-gradient(linear, left top, right top, from(#0ECC8A), to(#C8F54A));
background: linear-gradient(90deg, #0ECC8A, #C8F54A);
}


.hedTitBox {
margin-bottom: 35px;
}

.hed_txt2 {
font-size: 1.6rem;
line-height: 1.8;
font-weight: 500;
/*color: #0ECC8A;*/
text-align: center;
margin-bottom: 40px;
}

.hed_txt2 span {
display: inline-block;
margin-top: 20px;
font-size: 1.5rem;
font-weight: 400;
padding: 20px 20px;
background: -webkit-gradient(linear, left top, right top, from(#C6F1FF), to(#F4FFE8));
background: linear-gradient(90deg, #C6F1FF, #F4FFE8);
}

.comTit02 {
text-align: center;
font-size: 2rem;
margin-bottom: 20px;
font-weight: 500;
}
.comTit02 span {
position: relative;
display: inline-block;
padding: 0 40px;
}
.comTit02 span:before, .comTit02 span:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 32px;
height: 1px;
background-color: #303030;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.comTit02 span:before {left:0;}
.comTit02 span:after {right: 0;}

.comTit03 {
position: relative;
display: inline-block;
padding-left: 20px;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 0.01em;
margin-bottom: 20px;
}

.comTit03:before {
content: '';
position: absolute;
top: 50%;
left:0;
display: inline-block;
margin-top: -2px;
width: 15px;
height: 2px;
background-color: #0ECC8A;
}

.comTit04 {
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #ccc;
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 20px;
/*color: #0ECC8A;*/
}
.comTit04:first-letter{
font-size:1.5em;
color: #0ECC8A;
}
.comTit04::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: #0ECC8A;
}

.comTit05 {
font-size: 1.9rem;
font-weight: 500;
margin-bottom: 20px;
color: #0ECC8A;
}

.com_subTit {
font-size: 18px;
text-align: center;
font-weight: bold;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
position: relative;
margin-bottom: 30px;
}

.com_subTit::after {
position: absolute;
content: "";
width: 50px;
left: 0;
right: 0;
margin: auto;
bottom: -15px;
background: linear-gradient(135deg, #a40000, #ff0000 18%, #ff0048 98%);
height: 3px;
}



/*.com_table {
border-top: 1px solid #dfdfdf;
width: 100%;
margin:0 0 40px;
}
	
.com_table th {
background:#F0F0F0;
width:96%;
background:none;
border-bottom:none;
padding: 4% 2%;
text-align: center;
display: block;
position: relative;
border-bottom: #dfdfdf dashed 1px;
}
	
.com_table th span {
font-style: italic;
font-family: 'Osaka','Verdana';
}	

.com_table td {
border-bottom: 1px solid #dfdfdf;
border-left: none;
padding: 4% 2%;
display: block;
}*/

.com_table {
border-top: 1px solid #666;
width: 100%;
}
.com_table th {
padding: 20px 10px;
border-bottom: dotted 1px #a0a0a0;
width: 100%;
display: block;
}
.com_table th span {
font-style: italic;
font-family: 'Osaka','Verdana';
}
.com_table td {
display: block;
padding: 20px 10px;
border-bottom: solid 1px #666;
}


.com_table2 {
width: 100%;
}

.com_table2 th {
display: block;
color: #FFF;
line-height: 1.1;
padding: 1.0em;
background: #2a2a2a;
text-align: center;
}

.com_table2 td {
display: block;
padding: 1.0em;
border-bottom: solid 1px #E4E4E4;
vertical-align: middle;
}



/*背景色*/
.comBg01 {
background-color: #f3f2e9;
}


/* header
--------------------------------------------*/
#header {
width: 100%;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-webkit-justify-content: space-between;
}

.mainMenu {
box-sizing: border-box;
width: 100%;
align-items: center;
height: 60px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.logo_Hed {
/*width: 180px;*/
margin-left: 10px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.logo_Hed img { width: 100%; height: auto; }
.logo_Hed img.logo02 {
display: none;
}
.logo_Hed img.logo01 {
display: inline-block;
}
.logo_Hed a {
width: 200px;
display: block;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;}

.logo_Hed-en {
margin-left: 10px;
margin-top: auto;
font-size: 1.2rem;
line-height: 1.1;
}
.logo_Hed-en span {
font-size: 1.4rem;
}

.mainMenuInWrap,
.mainMenuIn {
display: none;
}

.inqBox {
display: none;
}

.sp_list {
display: block;
width: 40px;
height:60px;
float: right;
margin: 0px 5px 0 0;
padding: 0;
list-style-type: none;
}

.sp_list li {
width: 40px;
height: 40px;
float: left;
margin: 0;
padding: 0px;
text-align: center;
font-weight: bold;
}

.sp_list li a {
display: block;
color: #222;
padding-top: 15px;

}

.sp_list li i {
font-size: 30px;
line-height: 30px;
}



/* footer
--------------------------------------------*/
#footer {
box-sizing: border-box;
width: 100%;
padding: 30px 0 0;
border-top: 1px solid #dddddd;
}

.footerTopIn {
padding-bottom: 15px;
/*margin-bottom: 15px;
border-bottom: 1px solid #dddddd;*/
}

.footerCp__img {
width: 150px;
margin: 0 auto 15px;
}

.footerCp__img img {
width: 100%;
height: auto;
}

.footerCp h3 {
display: none;
/*font-size: 1.4rem;
margin-bottom: 10px;
color: #fff;
text-align: center;*/
}

.footerCp p {
color: #222;
font-size: 1.3rem;
line-height: 1.8;
letter-spacing: 0.05em;
text-align: center;
}

.footerMu {
display: none;
}

.footerMu a {
color: #222;
font-size: 1.3rem;
display: block;
} 

.footerMuList {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-bottom: 45px;
}

.footerMuList li {
margin-right: 60px;
}

.footerMuList li:last-child {
margin-right: 0px;
}

.footerMuBtnWrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.footerMuBtn02 {
margin-left: 50px;
}

.footerMuBtn01 a,
.footerMuBtn02 a {
padding: 8px 60px;
border: #fff 1px solid;
background-color: #333333;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.footerMuBtn01 a:hover {
background-color: #ff0048;
}

.footerMuBtn02 a:hover {
background-color: #cd4a38;
}

.footerBottomIn {
width: 100%;
}

/*.footerBottomIn p:first-child {
display: none;
}
*/
.footerBottomIn p,
.footerBottomIn p a {
font-size: 1.3rem;
}

.footerBottomIn p.copy {
font-size: 1.2rem;
padding: 8px;
text-align: center;
color: #fff;
background-color: #0ECC8A;
}

.footer-l {
display: none;
}

.fot_sitemap2 {
display: none;
}





/* contents
--------------------------------------------*/
.comBtnWrap {
padding-top: 30px;
}

.comBtn01,
.comBtn02 {
width: 100%;
max-width: 200px;
margin:0 auto;
}

.comBtn01 a {
border: #fff 1px solid;
color: #fff;
background-color: #393939;
}

.comBtn02 a {
border: #393939 1px solid;
color: #393939 !important;
background-color: #fff;
box-shadow:3px 3px 0px 0px #393939;
}

.comBtn01 a,
.comBtn02 a {
font-size: 1.5rem;
font-weight: 500;
text-align: center;
display: block;
color: #fff;
padding: 10px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.comBtn02 a:hover {
color: #fff !important;
box-shadow:0px 0px 0px 0px #393939;
transform: translate(3px,3px);
background-color: #ad5011;
}

.comBtn03,
.comBtn04 {
width: 300px;
margin-left: auto;
margin-right: auto;
}

.comBtn03 a {
display: block;
padding: 10px;
text-align: center;
background-color: #333333;
color: #fff;
font-size: 1.4rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all .3s ease-out;
transition: all 0.3s ease-out;
position: relative;
border-radius: 100px;
overflow: hidden;
}

.comBtn04 a {
display: block;
padding: 10px;
text-align: center;
background-color: #FFF;
color: #333;
font-size: 1.4rem;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all .3s ease-out;
transition: all 0.3s ease-out;
position: relative;
border: #333333 1px solid;
border-radius: 100px;
overflow: hidden;
}

.comBtn03 a:hover,
.comBtn04 a:hover {
letter-spacing: 0.1em;
}

.comBtn03 a:after,
.comBtn04 a:after {
position: absolute;
top: 50%;
right: .8em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #fff;
opacity: 0;
}
.comBtn03 a:hover:after,
.comBtn04 a:hover:after {
animation: arrow 1.2s infinite;
}
.btnCenter {
margin-left: auto;
margin-right: auto;
}


.btnR {
margin-left: auto;
margin-right: 0; 
}

.btnC {
margin-left: auto;
margin-right: auto;
}

.com_LedeBox{
position: relative;
border:1px solid #E5E5E5;
margin-bottom: 40px;
}
.com_LedeBox_In{
position: relative;
padding: 30px 15px;
}
.com_LedeBox::before,
.com_LedeBox::after,
.com_LedeBox_In::before,
.com_LedeBox_In::after{
position: absolute;
display:block;
content:"";
width: 50px;
height: 50px;
}
.com_LedeBox::before,
.com_LedeBox::after{
top:-1px;
}
.com_LedeBox_In::before,
.com_LedeBox_In::after{
bottom:-1px;	
}
.com_LedeBox::before,
.com_LedeBox_In::before{
left:-1px;	
}
.com_LedeBox::after,
.com_LedeBox_In::after{
right:-1px;
}
.com_LedeBox::before{ background: url(../images/com/waku01.png) no-repeat;background-size:50px auto; }
.com_LedeBox::after{ background:url(../images/com/waku02.png) no-repeat;background-size:50px auto; }
.com_LedeBox_In::before{ background:url(../images/com/waku03.png) no-repeat;background-size:50px auto; }
.com_LedeBox_In::after{ background:url(../images/com/waku04.png) no-repeat;background-size:50px auto; }

.com_LedeBox_In h4 {
font-size: 2rem;
line-height: 1.8;
font-weight: bold;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
text-align: center;
margin-bottom: 30px;
}


.com_Lede01 {
font-size: 1.4rem;
line-height: 1.6em;
text-align:left;
}

.com_Lede01 span {
font-weight: bold;
background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;
}

/*-------------*/
.comTitIn01 {
text-align: center;
margin-bottom: 30px;
}
.comTitIn01 h3 {
position: relative;
font-size: 2rem;
letter-spacing: 0.1em;
font-weight: 500;
line-height: 1.4;
padding: 0.20em 1em;
display: inline-block;
}
.comTitIn01 h3::before {
position: relative;
border-left: solid 1px #707070;
border-top: solid 1px #707070;
top: 0;
left: 0;
}
.comTitIn01 h3::after {
border-right: solid 1px #707070;
border-bottom: solid 1px #707070;
bottom: 0;
right: 0;
}
.comTitIn01 h3::before, .comTitIn01 h3::after {
content: '';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}
.cpRinen {
text-align: center;
}
.cpRinen h3 {
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
text-align: center;
font-size: 2.8rem;
line-height: 1.5;
margin-bottom: 50px;
color: #0081cf;
}

/*20200217追加*/
.flexBox_bw {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flexBox_bw-img {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
text-align: center;
margin-bottom: 15px;
}
.flexBox_bw-txt {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.flexBox_bw-2col {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.flexBox_bw-2col:nth-child(n+2) {
margin-top: 30px;
}


}