@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{font-family: 'Roboto', sans-serif;}
.jp { font-family: 'Noto Sans JP', sans-serif; }
/*PC*/
@media print, screen and (min-width: 769px) {

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

.pcBr {
display: inline-block;
}

.spBr {
display: none;
}

.pc {
display: block;
}

.sp {
display: none!important;
}


/* com
--------------------------------------------*/
.comPd { padding-bottom: 100px; }

/*-----#hedimg--------*/
.hed_tit { text-align: center;  color: #FFF; font-weight: 600;  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);}
.hed_tit h2 { font-size: 80px; letter-spacing: 0.1em; }
.hed_tit h3 { font-size: 30px; font-weight: bold; }

/*--パンくず---------*/
#pan_area {
width: 100%;
font-size: 1.3rem;
padding-top: 15px;
margin-bottom: 15px;
}
#pan_area h3 {
font-size: 1.3rem;
font-weight: 500;
}
#pan_area #pan_area_in {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;

display: flex;
justify-content: flex-end;
-webkit-box-pack: end;
-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;*/
}


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

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

.fL {
float: left;
}

.fR {
float: right;
}
.w1000{
width: 1000px;
margin-left: auto;
margin-right: auto;
}
.w1100 {
width: 1100px;
margin-left: auto;
margin-right: auto;
}


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

.w1400{
width: 1400px;
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: 100px;
}
.mB20{
margin-bottom: 20px;
}

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

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

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




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

#totop a {
display: block;
width: 70px;
height: 70px;
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;
}
.waku_fff {
border: #fff 1px solid;
}

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

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

/*中ページのヘッド*/
/*//////*/
/*.hedTitBox {
padding: 30px 0 50px;
}*/

/*-----タイトル-----*/
.com_btn { position: relative; background-color:#0071BC;width: 200px;}
.com_btn a { display: block; padding: 15px; color: #fff;text-align: center; }
.com_btn::before{ content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
 right: 15px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
transition: .3s;
}
/*.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:hover::before{  right: 6px; }


.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 {
/*background:#F0F0F0;*/
width:25%;
background:none;
border-bottom: 1px solid #dfdfdf;
padding: 30px;
text-align: left;
display:table-cell;
position: relative;
}

.com_table th span {
font-style: italic;
font-family: 'Osaka','Verdana';
}

.com_table td {
border-bottom: 1px solid #dfdfdf;
/*border-left: 1px solid #f1f0ee;*/
padding: 30px;
display:table-cell;
vertical-align: middle;
}

.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;
}

/*タイトル*/
.comTit01 { font-size: 25px; text-align: center; font-weight: bold; margin-bottom: 50px; color: #765635; position: relative; padding-bottom: 15px; }
.comTit01::before { content: ""; position: absolute; bottom: 0; width: 50px; height: 1px; border-top: 1px dashed #765635; left: 0; right: 0; margin: auto; display: block; }
.comTit02 { font-size: 20px; text-align: center; font-weight: 400; margin-bottom: 50px; }

.comTit03 {
position: relative;
display: inline-block;
padding-left: 35px;
font-size: 20px;
font-weight: bold;
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: #765635;
}

.com_txt { text-align: center; line-height: 2em; font-size: 16px;  }

/* header
--------------------------------------------*/
#header {
width: 100%;
min-width: 1100px;
height: 100px;
/*overflow: hidden;*/
position: fixed;
top: 0;
z-index: 100;
-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 {
position: absolute;
top:20px;
left: 20px;
width: 110px;
box-sizing: border-box;
}

.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 a {
display: block;
width: 100%;
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;
}

header.smaller .logo_Hed {
opacity: 1!important;
width: 100px;
display: block;
position: absolute;
left: 10px;
top:20px;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
/*
header.smaller .logo_Hed {
margin: 10px 0 10px 10px;
}*/

header.smaller .logo_Hed img {
width: 100%;
height: auto;
}

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


header.smaller .mainMenuInWrap { 
height: 70px;
margin-top: 0px; 
}

.mainMenuInWrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-left: 35px;
box-sizing: border-box;
margin: auto 0 auto auto;
}

.mainMenu {
width: 100%;
min-width: 1100px;
height: 100px;
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;
color: #000;
}

.subMenu {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-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: 0.9rem;
color: #FFF;
font-weight: 500; 
}
.subMenu li a:hover{
opacity: 0.6;
}
#menu {
margin-top: 15px;
display: flex;
align-items: center;
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: #FFF;
padding: 0px 15px 10px;
/*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;
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: 16px;
letter-spacing: 0.08em;
font-weight: 600;
}
#menu li a:hover{
opacity: 0.6;
}
#menu li .menu-btn{
display: inline-block;
background: #152F77;
padding: 10px 20px;
border-radius: 50px; 
color: #FFF;
}
#menu li .menu-btn span {
margin-right: 10px;
}
#menu li .menu-btn span img{
width: 20px;
}

header.smaller .menu-btn{
color: #fff;
}


.mainMenuIn {
margin-right: 20px;
}

.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;
line-height: 80px;
width: 120px;
padding: 10px;
text-align: center;
}

.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: #454545;
}

.inq2 a {
background-color:  #dd0012;
}

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

.sp_list {
display: none;
}

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


header.smaller .subMenu {
margin-top: 5px;
}
header.smaller .subMenu li a:hover{
opacity: 0.5;
}
header.smaller .subMenu li a{
color: #000;
}
header.smaller .mainMenu {
height: 110px;
}

header.smaller #menu .menu-nav{
color: #000;
padding: 10px;
padding-bottom: 17px;
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;
transition: .4s;
/*display: table-cell;
line-height: 50px;*/
}
header.smaller #menu .menu-nav:hover{
opacity: 0.5;
}
header.smaller .inqBox a {
display: block;
line-height: 50px;
width: 120px;
padding: 10px;
text-align: center;
}

header.smaller .menuWrap .menu { margin-top: 25px; }

/*menu*/
.menuWrap {
width: 50px;
position: fixed;
right: 30px;
top: 0px;
z-index: 20000;
cursor : pointer;
}

.menu{
display: block;
position: relative;
width: 30px;
margin: 0 auto; 
height: 15px;
margin-top: 37px;
}
.menu__line{
background: #000;
display: block;
height: 1px;
position: absolute;
transition:transform .3s;
width: 30px;
}
.menu__line--top {
width: 40px;
}


.menu__line--center{
top: 0px;
}
.menu__line--bottom{
bottom: 0;
}
.menu__line--top.active{
top: 7px;
transform: rotate(45deg);
width: 100%;
}
.menu__line--center.active{
transform:scaleX(0);
}
.menu__line--bottom.active{
bottom: 7px;
transform: rotate(135deg);
}
/*gnav*/
.gnav{
display: none;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 98;
}
.gnav__wrap{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
}

.gnav_bg_img { flex-basis: 50%; width: 100%; height: 100%; align-items: center; }
.gnav_bg_img .bg_img { background: url(../images/com/gnav_bg_img.jpg) center center; background-size: cover; width: 100%; height: 100%; }

.gnav_contents { flex-basis: 50%; background: url(../images/com/gnav_contents_bg_icon.png),url(../images/com/gnav_contents_bg.jpg); background-size: 209px 260px,cover; width: 100%; height: 100%; display: flex; align-items: center; background-position:bottom right,center center; background-repeat: no-repeat, repeat; }
 
.gnav_contents_box { width: 100%; align-items: center; }

.gnav__menu{
height: 100%;
padding: 0 10%;
/*position: absolute;
left: 50%;
transform: translateX(-50%);
width: 170px;*/
}
.gnav__menu__item{
opacity: 0;
text-align: center;
}
.gnav__menu li:nth-child(n+2) { margin-top: 25px; }

.gnav__menu__item a{
color: #333;
font-size: 18px;
font-weight: 400;
text-decoration: none;
transition: .5s;
text-align: center; 
}

.gnav__menu__item a span { display: block; font-size: 25px; letter-spacing: 0.03em; font-weight: 400; }
.gnav__menu__item a i { padding-left: 15px; }

.gnav__menu__item a:hover{
color: #666;
}

.gnav_logo { width: 350px; margin: 0 auto 50px; }
.gnav_logo img { width: 100%; height: auto; }


/* footer
--------------------------------------------*/
#footer {
box-sizing: border-box;
width: 100%;
min-width: 1200px;
padding: 40px 0 40px;
border-top: 1px solid rgba(0,0,0,0.08);
font-family: 'Noto Sans JP', sans-serif; 
font-weight: 500;
background-color: #152f77;
text-align: center;
}

.footerCp { text-align: center; flex-basis: 35%; }

.footerTopIn {
width: 1200px;
min-width: 1200px;
}

.footerCp__img {
width: 220px;
margin: 0 auto; 
margin-bottom: 15px;
}

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

.footerCp .f_logo {
width: 110px;
margin: 0 auto;
}

.footerCp .f_logo span.c_en { display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; margin-top: 10px; text-align: center; color: #333; }

.footerCp .f_logo img { width: 100%; height: auto; }
.f_adress_box { text-align: center; }
.f_adress_box .f_adress span { display: block; position: relative; }

.footerCp p {
color: #fff;
font-size: 1rem;
line-height: 1.8;
letter-spacing: 0.05em;
margin-top: 20px;
}

.footerMu { flex-basis: 60%;  margin: 0 auto; }

.footerMu a {
color: #fff;
font-size: 1rem;
display: block;
} 

.footerMu a:hover { opacity: 0.6; }


.footerMuList {
width: 60%;
display:-webkit-box;
display:-ms-flexbox;
height: 100px;
margin: 50px auto 0;
}

.footerMuList li {
margin-right: 7%;
text-align:center;
}



.footerBottomIn {width: 100%;
}

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

.footerBottomIn p.copy {
font-size: 0.8rem;
color: #fff;
text-align: center; 
padding-top: 40px;
}



/*hed_img*/
/*----------------------------*/
.headArea {
  position: relative;
  margin-bottom: 100px;
  padding: 200px 0 300px;
}
.headArea .head_tit {
  color: #1F2022;
   font-size: 80px;
font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
		text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}


.headArea .head_tit span {
  display: block;
  margin-top: 10px;
  color: #FFF;
 font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.a_crumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 55px 0;
  font-size: 12px;
  justify-content: flex-end;
  color: #FFF;
		position: absolute;
		bottom: -40px;
		right: 20px;
}

.a_crumb a:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  width: 16px;
  margin: -.25em 6px 0;
  border-top: 1px solid #FFF;
  vertical-align: middle;
}
.a_crumb a:not([href]), .a_crumb a {
  color: #FFF;
}
}




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







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

/*-----タイトル-----*/
/*-----タイトル-----*/
.com_btn { position: relative; background-color:#0071BC;width: 200px;transition: .7s;  }
.com_btn a { display: block; padding: 15px; color: #fff;text-align: center;}

.com_btn::before{ content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
 right: 15px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
		transition: .3s;
}
.com_btn:hover::before{  right: 6px; }
.comTit01 { font-size: 20px; text-align: center; font-weight: bold; margin-bottom: 30px; color: #765635; position: relative; padding-bottom: 15px; }
.comTit01::before { content: ""; position: absolute; bottom: 0; width: 50px; height: 1px; border-top: 1px dashed #765635; left: 0; right: 0; margin: auto; display: block; }
.comTit02 { font-size: 18px; text-align: center; font-weight: 400; margin-bottom: 50px; }

.comTit03 {
position: relative;
display: inline-block;
padding-left: 35px;
font-size: 18px;
font-weight: bold;
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: #765635;
}

.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
--------------------------------------------*/
.comPd { padding-bottom: 70px; }

/*-----#hedimg--------*/
#hedImg {  padding: 0px 0px 30px; background: url(../images/com/gnav_contents_bg2.jpg)center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 50px;  }
.hed_tit { text-align: left; }
.hed_tit h3 { font-size: 16px; letter-spacing: 0.1em; color: #fff; font-weight: 400; }
.hed_tit h2 { font-size: 30px; font-weight: bold; }
/*--パンくず---------*/
#pan_area {
width: 100%;
font-size: 10px;
padding-top: 10px;
}
#pan_area h3 {
font-size: 10px;
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;
justify-content: flex-end;
}
#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;*/
}

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

#totop a {
display: block;
width: 50px;
height: 50px;
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;
}

/***********/


#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;
}

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

.comPd70 {
padding: 40px 0;
}

.pt80 {
padding-top: 0;
}

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

/*-----タイトル-----*/

.headArea .head_tit {
  color: #1F2022;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}
.headArea .head_tit span {
  display: block;
  margin-top: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
		text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);
}

.a_crumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 12px;
  justify-content: flex-end;
  color: #FFF;
		position: absolute;
top: 52%;
right: 1%;
}
.a_crumb a:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  width: 16px;
  margin: -.25em 6px 0;
  border-top: 1px solid #FFF;
  vertical-align: middle;
}
.a_crumb a:not([href]), .a_crumb a {
  color: #FFF;
}

.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;
box-sizing: border-box;
}
.com_table th {
  background: #F0F0F0;
  width: 25%;
  background: none;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
  display: table-cell;
  position: relative;
}

.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[SP]
--------------------------------------------*/
/* header
--------------------------------------------*/
#header {
width: 100%;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
-webkit-justify-content: space-between;
background: #fff;
}

.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; 
background: #fff;
}

.logo_Hed {
width: 60px;
margin-left: 10px;
}

.logo_Hed img { width: 100%; height: auto; }
.logo_Hed a { 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;}


.mainMenuInWrap,
.mainMenuIn {
display: none;
}

.inqBox {
display: none;
}



/*menu*/
.menuWrap {
width: 30px;
position: fixed;
right: 15px;
top: 0px;
z-index: 20000;
cursor : pointer;
}

.menu{
display: block;
position: relative;
width: 20px;
margin: 0 auto; 
height: 15px;
margin-top: 20px;
}
.menu__line{
background: #000;
display: block;
height: 1px;
position: absolute;
transition:transform .3s;
width: 20px;
}
.menu__line--top {
width: 30px;
}
.mainMenu {
z-index: 10!important;
}

.menu__line--center{
top: 0px;
}
.menu__line--bottom{
bottom: 0;
}
.menu__line--top.close{
top: 7px;
transform: rotate(45deg);
width: 100%;
}
.menu__line--center.close{
transform:scaleX(0);
}
.menu__line--bottom.close{
bottom: 7px;
transform: rotate(135deg);
}
/*gnav*/
.gnav{
display: none;
visibility: hidden;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 98;
transition: .7s;
background: #fff;
opacity: 0;
}
.gnav__wrap{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
}
 .gnav.fade	{
	width: 100vw;
  height: 100vh;
		display: block;
		  pointer-events: auto;
  opacity: 1;
		visibility: visible;
}
.gnav_contents { width: 100%;background:#fff; height: 100%; display: flex; align-items: center; background-position:bottom right,center center; background-repeat: no-repeat, repeat;}

.gnav_contents_box { width: 100%; align-items: center; }

.gnav__menu{
height: 100%;
padding: 0 10%;
/*position: absolute;
left: 50%;
transform: translateX(-50%);
width: 170px;*/
}
.gnav__menu__item{
text-align: center;
margin-bottom: 7%;
}

.gnav__menu__item a{
color: #333;
font-size: 16px;
font-weight: 500;
text-decoration: none;
text-align: center; 
}

.gnav__menu__item a span { display: block; font-size: 25px; letter-spacing: 0.03em; font-weight: 400; }
.gnav__menu__item a i { padding-left: 15px; }

.gnav__menu__item a:hover{
color: #666;
}

.gnav_logo { width: 90px; margin: 0 auto 30px; }
.gnav_logo img { width: 100%; height: auto; }
/* footer
--------------------------------------------*/
#footer {
box-sizing: border-box;
width: 100%;
padding: 30px 0 20px;
border-top: 1px solid #dddddd;
background: #152f77;
}

.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.f_logo {
width: 90px;
margin:0 auto 10px;
}

.footerCp h3.f_logo img { width: 100%; height: auto; }

.footerCp p {
color: #fff;
font-size: 1rem;
line-height: 1.8;
letter-spacing: 0.05em;
text-align: center;
font-weight: 500;
}
.footerCp .f_logo span.c_en { display: block; font-family: 'Open Sans', sans-serif; font-size: 12px; margin-top: 10px; text-align: center; color: #333; }
.footerMu {
display: none;
}

.f_adress_tit { display: block; }

.footerMu a {
color: #fff;
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: 0.8rem;
text-align: center;
color: #fff;
}



}