@charset "utf-8";
* {
min-height:0;
min-width : 0;
}

html{
    visibility: hidden;
   	font-size: 10px;
	transition: .2s;
}

html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



body{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-style: normal;

   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;
    


}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}


h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 600;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#000;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{
	
}
 .wrap{
    padding-top:8rem;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{

overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:100rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }


Alternate Gothic No2 D Regular,
.fo-alternate{
    font-family: "alternate-gothic-no-2-d", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

Kozuka Gothic Pr6N H,
.fo-kozukaH{
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 900;
    font-style: normal;
}






.wow {
    visibility: hidden;
}


/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: .5s;
   /*  background: #fff;*/
    background: #C8161E;


}
.home .headerwrap{
/* background: rgba(0,0,0,.5);*/

}
.headerwrap.change-color {
  
}


 .headerwrap a,
 .headerwrap span{

}
 .header{
     height: 8rem;
     padding: 0 2rem; 
     display: flex;
    justify-content: space-between;
    align-items: center;
 }

.logo{
white-space: nowrap;
}

.logo h1{
    font-size: 1px;
}
.logo p{
    font-size: 2.2rem;
    font-weight: 600;
   padding:  .3rem 1rem .6rem 1rem;
   border: 1px solid #fff;
   margin: 0 0 0 1rem;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    flex-shrink: 0;
}


.gnavi ul{
    margin-right: 2rem;
} 



.gnavi li{
    margin: 0 1rem;
    white-space: nowrap;
    font-size: 1.4rem;
  
}
.gnavi li a{
    color: #fff;
}

.headright{

}


.headcontactbox li{
    margin: 0 .5rem;
    position: relative;
}
.headcontactbox a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding:1rem 1rem;
    width: 16rem;
    font-weight: 600;
}
.headcontactbox .hb02{
    background: #000;
    color: #fff;
}
.headcontactbox a:after {
 /* content: '';
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: .5rem;
  height:.5rem;
  display: inline-block;
  transform: rotate(135deg);
  margin-left: 1rem;*/
  height: 1rem;
  width: 1rem;
  content: "";
  display: inline-block;
  background: url("../img/icon_blank_white.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin-left: 1rem;
 }

.headcontactbox .hb02:after {
    border-color: #fff;
}








.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
    color: #fff;
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 34rem;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: #C8161E;
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
    
    
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
.smenu a{
    color: #fff;
}
.spnavilogo {
    margin: 0 0 2rem;
}
.spnavilogo h2{
    margin: 0 1rem 0 0;
}
.spnavilogo h2 img{
    max-height: 2rem;
}
.spnavilogo p{
border: 1px solid #fff;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  flex-shrink: 0;

   font-size: 1rem;
    padding: .3rem 1rem .6rem 1rem;
    margin: 0 0 0 1rem;
    
    
}

.spmenu{
    margin: 0 0 4rem;
}
.spmenu li a{
  margin: 0 0 0rem 0rem;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
    text-align: left;
    display: block;
    position: relative;
    font-size: 1.2rem;
}
.spmenu li a::after {
  content: '';
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: .5rem;
  height: .5rem;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spnavi .headcontactbox li{
    flex-basis: 48%;
}
.spnavi .headcontactbox a{
    width: 100%;
}
.spnavi .headcontactbox .hb01{
    color: #000;
}



.spclose {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 200%;

}


.spnavi .footcontactbox img{
    max-height: 4rem;
}

.spnavi .footcontactbox a {
height: 7rem;
  padding: 0 0 0 4rem;
}



/*フッター
-------------------------------------------------*/
.footlogo{
    padding: 0 3rem 0 0;
}

.footright{
    text-align: left;
}
.footinfo{
    padding: 0 0 2rem;
}
.footinfo h2{
    font-size: 1.8rem;
    padding: 0 2rem 0 0;
}
.footinfo li {
    width: 16rem;
    margin: 0 .5rem;
 
}
.footinfo li a{
    background: #C8161E;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding: .2rem 0 .2rem .5rem;   
}
.footinfo li._02 a{
    background: #000;
}
.footinfo li a:after{
    height: 1rem;
  width: 1rem;
  content: "";
  display: inline-block;
  background: url("../img/icon_blank_white.svg") no-repeat center center;
  background-size: contain;
  margin-left: .5rem;
}

.copyright{
    border-top: 1px solid #ccc;
    padding: 2rem 0;
    color: #616060;
    font-size: 1.4rem;
}

















.fixednavi{
    position: fixed;
    right: 2rem;
    width: 28rem;
    background: #fff;
    top: 20rem;
    padding: 2rem;
    z-index: 10000;
}
.fixednavi h2{
    font-size: 2rem;
    padding: 0 0 1rem;
    font-size: 1.6rem;
}
.fixednavi li a{
    background: #000;
    color: #fff;
   padding: 2rem 1rem; 
   display: block;
   margin: 0 0 1rem;
   font-weight: 600;
   font-size: 90%;
}
.fixednavi li._02 a{
    background: #1B8A3B;

}

.fixednavi li._01 a:after{
/*content: '';
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: .5rem;
  height: .5rem;
  display: inline-block;
  transform: rotate(135deg);
  margin-left: 1rem;
  vertical-align: middle;*/
  height: 1rem;
  width: 1rem;
  content: "";
  display: inline-block;
  background: url("../img/icon_blank_white.svg") no-repeat center center;
  background-size: contain;
  margin-left: 1rem;
}
.fixednavi li._02 a:after{
height: 1rem;
  width: 1rem;
  content: "";
  display: inline-block;
  background: url("../img/icon_blank_white.svg") no-repeat center center;
  background-size: contain;
  margin-left: 1rem;

}







/*トップページ
------------------------------------------------*/
.mainvisual{
    background: url("../img/top/mv.jpg") no-repeat top center;
    background-size: cover;
}
.mvbox{
    height: 92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topentrywrap{
    background:url("../img/top/bg_entry.jpg") no-repeat top center;
    background-size: cover;
}
.topentrybox{
height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topentrybox h2{
    font-size: 16rem;
    color: #fff;
}
.topentrybox p{
    width: 100%;
}
.ebtn01{
    font-size: 2.2rem;
    color: #fff;
    max-width: 29rem;
    width: 100%;
    margin: 0 auto;
    background: #C8161E;
    display: block;
    padding: 1rem 0;
    font-weight: 600;
    position: relative;
}
.ebtn01:after{
   /* height: 2.5rem;
    width: 2.5rem;
    content: "";
    display: block;
    background: url("../img/top/arrow_u03.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 2rem;*/
	height: 2rem;
  width: 2rem;
  content: "";
  display: inline-block;
  background: url("../img/icon_blank_white.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin-left: 1rem;
}



/**mission**/
.topmissionwrap{
    background: url("../img/top/bg_mission.jpg") no-repeat top center;
    background-size: cover;
    color: #fff;
}
.missionbox{
    text-align: left;
}
.title01{
    margin: 0 0 3rem;
}
.title01 h2{
    font-size: 8rem;    
}
.missionbox h3{
    font-size: 8rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 4rem;
}
.missionphoto{
    padding: 0 0 3rem;
}

.missionphoto img{
    max-height: 24rem;
}


/**BUSINESS**/
.bisconwrap{
    margin: 0 0 10rem;
}
.bisconwrap ._cont{
    flex-basis: 38%;
    text-align: left;
}

.bisconwrap ._img{
    flex-basis: 55%;
}
.motion{
    display: none;
}
#motion_area1{
    display: block;
}

.bisconnavi dl{
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0;
    cursor: pointer;
}
.bisconnavi dt{
    font-size: 2rem;
    color: #C8161E;
   
}

.bisconnavi dd{
    font-size: 2.4rem;
    font-weight: 600;
     background: url("../img/top/arrow01.svg") no-repeat 95% center;
}
.bisconimg{
    position: relative;
    height: 68rem;
}
.bisconimg figure{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100rem;
    object-fit: cover;
}
.bisconimg figcaption{
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    text-align: left;
}
.bisconimg figcaption span{
    display: inline-block;
    padding: 1rem;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 1rem;
    background: #fff;
}

/**BRANCH*/
.brannchtitle{
    margin: 0 0 3rem;
}

.brannchtitle .title01{
    flex-basis: 30%;
    text-align: left;
    
}
.brannchtitle ._txt{
    flex-basis: 65%;
    text-align: left;
}
.brannchtitle ._txt._02{
    flex-basis: 70%;
}


.branchmap{
    margin-right: -27rem;
}



/**JOB OVERVIEW**/
.bg-red01{
background: #C8161E;
}
.bg-red02{
background: #aa131a;
}

.ttl01{
    font-size: 2.2rem;
    margin: 0 0 3rem;
}

.overviewnavi{
    margin: 0 0 10rem;
}


.overviewbtn{
    flex-basis: 33.333%;
    position: relative;
 
  width: 100%;
  height: 40rem;
  cursor: pointer;
  padding: 3rem;
  display: block;
}
.overviewbtn ._cont{
    position: relative;
    z-index: 1;
    color: #fff;
        text-align: left;
}
.ovbtnimg {
  object-fit: cover;
  transition: transform .6s ease;
  width: 100%;
  height: 40rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overviewbtn:hover .ovbtnimg {
  transform: scale(1.1);
  opacity: 1;
}
.overviewbtn:hover {
opacity: 1;
}
.overviewbtn h2{
    font-size: 8rem;
    line-height: 1;
    font-weight: 900;
    margin:0 0 1rem;
}
.overviewbtn h2 small{
    font-size: 60%;
}
.overviewbtn h3{
     text-align: left;
     font-size: 3.3rem;
}
.overviewbtn h4{
    font-size: 1.5rem;
    background: #C8161E;
    color: #fff;
    padding: .2rem 1rem;

    display: inline-block;
}

.overviewbtn ._underbtn{
    z-index: 100;
    position: absolute;
    bottom: -2rem;
    right: 2rem;
}
.overviewbtn ._over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ov_motion{
    display: none;
}

#ov_area1{
    display: block;
}

.overviewtitlewrap{
    color: #fff;
    margin: 0 0 8rem;
}
.overviewtitlewrap ._cont{
    flex-basis: 47%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.overviewtitlewrap ._img{
    flex-basis: 50%;
    position: relative;
  height: 46rem;
}

.overviewtitlewrap ._img p {
  position: absolute;
  top: 0;
  right: 0%;
  width: 96rem;
}
.overviewtitlewrap ._cont h2{
    font-size: 7rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: .9;
}
.overviewtitlewrap ._cont h2 small{
    font-size: 60%;
}


.overviewtitlebox{
    text-align: left;
    margin: 0 0 0 14rem;
}
.overviewtitle01{
    margin: 0 0 5rem;
}
.overviewtitle01 dl{
    margin: 0 0 2rem;
    display: inline-block;
}
.overviewtitle01 ._border{
    border-bottom: 1px  solid #fff;
    padding-bottom: 2rem;
}


.overviewtitle01 dt{
    font-size: 4.2rem;
}

.overviewtitlebox h3{
    font-size: 4rem;
}

#ov_area3 .overviewtitlebox h3{
    margin-left: -12rem;
}

.overviewtitle02 dl{
    position: relative;
    margin: 0 0 3rem;
}
.overviewtitle02 dd{
   position: absolute;
   right: 3rem;
   bottom: 3rem;
   color: #fff;
   text-align: right;
}
.overviewtitle02 dd h3{
    font-size: 6rem;
}
.overviewcont{
    color: #fff;
    text-align: left;
}
.overviewcont dt{
    flex-basis: 37%;
    font-size: 2.2rem;
    
    font-weight: 600;
}
.overviewcont dd{
    flex-basis: 57%;
    padding: 0 0 0 4% ;
    border-left: 1px solid #fff;
}

._overviewcont02 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.qabox{
    background: #fff;
    padding: 3rem;
    margin: 0 0 2rem;
    text-align: left;
}
.qabox dt{
    font-size: 5rem;
    flex-shrink: 0;
    padding: 0 2rem 0 0;
}
.qabox dd{
    padding:.5rem 0 0;
}

.qabox ._q{
    border-bottom: 1px  solid #000;
    margin: 0 0 2rem;
    padding: 0 0 1rem;  
}
.qabox ._q dd{
    font-size: 2.2rem;
    font-weight: 600;
}
.qabox ._a dt{
color: #C8161E;
}
.qabox ._a dd h3{
    font-size: 2.2rem;
    margin: 0 0 .5rem;
}

/**program***/
.bg-gray{
background: #F5F5F5;
}
.ptitle01{
    padding: 0 0 3rem;
}
.ptitle01 h2{
    font-size:4.6rem;
    font-weight: 900;
}
.ptitle01 h3{
    font-size: 2.4rem;
    margin: 0 0 .5rem 1rem;
}

.programwrap ._cont{
    flex-basis: 40%;
     text-align: left
}
.programdate dl{
    margin: 0 0 2rem;
    position: relative;
    padding-left: 3rem;
}
.programdate dl:before{
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    background: #C8161E;
    position: absolute;
    margin: auto;
    top: 1.5rem;
    left: 0;
    border-radius: 99px;
}
.programdate dl:after {
  content: "";
  display: block;
  height: 150%;
  width: 2px;
  background: #C8161E;
  position: absolute;
  left: .6rem;
  top: 1.5rem;
  margin: auto;
}
.programdate dl:last-child:after {
    display: none;
    
}


.programdate dt{
    flex-basis: 25%;
    flex-shrink: 0;
}
.programdate dt big{
    font-size: 4rem;
}
.programdate dd{
    font-size: 2rem;
    font-weight: 600;
}


.programwrap ._cont ._txt{
   
}

.programwrap ._img{
    flex-basis: 55%;
}
.programwrap ._img li{
    flex-basis: 48%;
    padding: 0 0 2rem;
}
.programwrap ._img li:nth-child(even){
    padding-top: 3rem;
}



/**career***/
.careerbox{
    flex-basis: 50%;
    margin: 0 0 5rem;
    position: relative;
    border-bottom: 2rem solid #fff;
}
.careerbox h3{
    margin: 0 0 2rem;
    font-size: 2.6rem;
}
.careerbox p{
    padding: 0 0 2rem;
}

.careerbox:nth-child(3){
order: 4; 
}
.careerbox:nth-child(4){
order: 3; 
}
.careerbox:nth-child(n+5){
order: 5; 
}

.careerbox:nth-child(1):after{
     border-bottom: 2rem solid #fff;
     display: block;
  content: "";
  height:calc(100% + 5rem); 
  width: 100rem;
  position: absolute;
  right: 100%;
  bottom: -2rem;
}
.careerbox:nth-child(6):after{
     border-bottom: 2rem solid #fff;
     display: block;
  content: "";
  height:calc(100% + 5rem); 
  width: 100rem;
  position: absolute;
  left: 100%;
  bottom: -2rem;
}


.careerbox:nth-child(3):after{        
  border-right: 2rem solid #fff;
  border-top: 2rem solid #fff;
   border-bottom: 2rem solid #fff;
  border-radius:0 200px 200px 0;
  
  display: block;
  content: "";
  height:calc(100% + 5rem); 

aspect-ratio: 1 / 2;
  position: absolute;
  left: 100%;
  bottom: -2rem;
}
.careerbox:nth-child(5):after{        
  border-left: 2rem solid #fff;
  border-top: 2rem solid #fff;
   border-bottom: 2rem solid #fff;
  border-radius: 200px 0 0 200px;
  
  display: block;
  content: "";
  height:calc(100% + 5rem); 

aspect-ratio: 1 / 2;
  position: absolute;
  right: 100%;
  bottom: -2rem;
}


.careerbox ._img{
    margin: 0 0 2rem;
}
.careerbox:nth-child(n+3):nth-child(-n+4) ._img{
    margin: 0 0 -.3rem;
}

.careerbox ._cont{
    flex-basis: 40%;
    margin: 0 8% 0 0;
    text-align: left;
}


/*COMMITTEE*/
.committeebox{
    position: relative;
}
.committeebox dl{
    flex-basis: 25%;
    margin: 0 0 4rem;
}
.committeebox dd{
    text-align: left;
    padding: 1rem;
    
}
.committeebox dd h3{
padding: .5rem 0;
font-size: 1.8rem;
}
.committeebox dd p{
    font-size: 1.3rem;
}


.ecoimg{
    bottom: 5rem;
    right: 4rem;
    position: absolute;
    max-width: 68%;
}


/**number**/
/* グリッドコンテナ設定 */
.numwrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr); /* 全体の列数は4 */
  grid-template-rows: repeat(2, auto) auto; /* 上2行と下1行 */
}

/* 最初の4つ: 幅2列を使って配置 */
.numbox:nth-child(-n+4) {
  grid-column: span 2;  /* 幅2列にする */
}

/* 次の4つ: 横4つ */
.numbox:nth-child(n+5) {
  grid-column: span 1;  /* 幅1列にする (デフォルト) */
}

/* ボックスのスタイル */
.numbox {
  background: #F5F5F5;
  padding:2rem 5rem;
}
.numbox._uri{
padding:2rem 2rem;
}
.numbox._c4{
    padding: 2rem;
}

.numbox._mi ._img{
   padding-bottom: 0
}

.numbox h3{
    font-size: 2.4rem;
}
.numbox h4{
    font-size: 2.4rem;
}
.numbox h4{
    font-size: 2.4rem;
}
.numbox ._num{
    font-size: 4rem;
    font-weight: 900;
}
.numbox ._num big{
    font-size: 11rem;
}
.numbox ._num big._sml{
    font-size:8rem ;
}


.numbox ._num small{
}
.numbox._uri ._img{
    padding-top: 7rem;
}
.numbox._mi ._img img{
    margin:0rem 0 -7.8rem;

}


/**message***/
.messagewrap ._img{
    flex-basis: 43%;
}
.messagewrap ._img figure{
    position: relative;
}
.messagewrap ._img figcaption{
    position: absolute;
    font-size: 2.6rem;
    font-weight: 600;
    right: 3rem;
    top: 30%;
    white-space: nowrap;
    
}

.messagewrap ._cont{
    flex-basis: 53%;
    text-align: left;
}
.messagewrap ._cont p{
    padding: 0 0 2rem;
}

/**yoko***/
.yokobtn{
    padding: 0 0 4rem;
}
.yokobtn a{
    display: block;
    width: 100%;
    max-width: 18rem;
    background: #000 url("../img/top/arrow_u03.png") no-repeat 95% center;
    background-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    padding: 1rem 2rem 1rem 1rem;
    margin: .5rem;
}
.yokobtn a.active{
    background-color: #C8161E;
}
.yoko_motion{
    display: none;
}
#yoko_area1{
    display: block;
}

.table01 {
    width: 100%;
    border-collapse: collapse;
}
.table01 th,
.table01 td{
    background: #fff;
    padding: 1rem 3rem;
    border-bottom: 1px solid #ccc;
}
.table01 th{
    background: #616060;
    color: #fff;
    width: 25%;
}
.table01 td{
    text-align: left;
}

.mapbtn{
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
}

/**form**/
.formbox{
    background: #fff;
    padding: 4rem;
}




/*contents
------------------------------------------------*/












/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: flex!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}








}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {

}


.wrap,
.home .wrap{

}
.wrap{
	padding-top:5rem;
}





.mainbody,
.mainbody2,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}


/*ヘッダー
------------------------------------------------*/

 .header{
     height: 5rem;

     padding: 0 1rem; 
    
 }

.logo img{
    max-height: 2rem;
}


.logo p{
    font-size: 1rem;
   padding:  .3rem 1rem .6rem 1rem;
   margin: 0 0 0 1rem;

}


.gnavi ul{
    margin-right: 2rem;
} 



.gnavi li{
    margin: 0 1rem;
    white-space: nowrap;
    font-size: 1.4rem;
  
}
.gnavi li a{
    color: #fff;
}

.headright{
    display: none;
}






.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 230%;
      font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
      width: 5rem;
      height: 5rem;
      margin-right: -1rem;
}








/*フッター
------------------------------------------------*/
.footer{
    display: block;
}
.footlogo{
    padding: 0 0rem 1rem;
}


.footright{
    
}
.footinfo{
    padding: 0 0 2rem;
    display: block;
}
.footinfo h2{
    font-size: 1.4rem;
    padding: 0 2rem 0 0;
    text-align: center;
    margin: 0 0 .5rem;
}
.footinfo li {
    width: 49%;
    margin: 0 .5%;
}
.footinfo li a{
    font-size: 1.2rem;
    padding: .4rem 0;   
}


.copyright{
    padding: 1rem 0 6rem;
    font-size: 1.1rem;
    
}

















.fixednavi{
    right: 0rem;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 1rem;
}
.fixednavi h2{
    display: none;
}
.fixednavi ul{
    display: flex;
    justify-content: space-between;
}
.fixednavi li{
    flex-basis: 49%;
}



.fixednavi li a{
   padding: 1rem 1rem; 
   margin: 0 0 0rem;
   font-size: 70%;
}





/*トップページ
------------------------------------------------*/
.mainvisual{
    background: url("../img/top/mv_sp.jpg") no-repeat top center;
    background-size: cover;
}
.mvbox{
    height: 115vw;
    max-width: 70%;
    margin: 0 auto;

}

.topentrywrap{
    background:url("../img/top/bg_entry.jpg") no-repeat top center;
    background-size: cover;
    background-position: 40%;
}
.topentrybox{
height: 20rem;
}
.topentrybox h2{
    font-size: 7rem;
}
.topentrybox p{
    width: 100%;
}
.ebtn01{
    font-size: 1.6rem;
    max-width: 20rem;
    margin: 0 auto;
    padding: 1rem 2.5rem 1rem 1rem;
}
.ebtn01:after{

    right: 1rem;
}



/**mission**/

.missionbox{
    text-align: left;
}
.title01{
    margin: 0 0 2rem;
}
.title01 h2{
    font-size: 4rem;    
}
.missionbox h3{
    font-size: 4rem;
    margin: 0 0 2rem;
}
.missionphoto{
    padding: 0 0 3rem;
}

.missionphoto img{
    max-height: 10rem;
}



/**BUSINESS**/
.bisconwrap{
    margin: 0 0 5rem;
    display: block;
}
.bisconwrap ._cont{

}

.bisconwrap ._img{

}

.bisconnavi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 1rem;
    
}
.bisconnavi dl{
    padding: 1rem 0;
    flex-basis: 49%;
    
    
}
.bisconnavi dt{
    font-size: 3vw;
    color: #C8161E;
   
}

.bisconnavi dd{
    font-size: 2.7vw;
     background: url("../img/top/arrow_u01.svg") no-repeat 100% center;
     background-size: contain;
}
.bisconimg{
    height: 22rem;
}
.bisconimg figure{
    width: 100%;
}
.bisconimg figcaption{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-align: left;
}
.bisconimg figcaption span{
    padding: .5rem;
    font-size: 2.8vw;
}

/**BRANCH*/
.brannchtitle{
    margin: 0 0 3rem;
    display: block;
}

.brannchtitle .title01{
    text-align: center;
    
}
.brannchtitle ._txt{

}
.brannchtitle ._txt._02{
    flex-basis: 70%;
}


.branchmap{
    margin-right: -27rem;
}

.oveflowmap{
 overflow: auto;
}



/**JOB OVERVIEW**/
.ttl01{
    font-size: 1.4rem;
    margin: 0 0 2rem;
}

.overviewnavi{
    margin: 0 0 5rem;
    display: block;
}


.overviewbtn{
  width: 100%;
  height: 20rem;
  padding: 2rem;
}

.ovbtnimg {
  width: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.overviewbtn h2{
    font-size: 3rem;
    margin:0 0 1rem;
}
.overviewbtn h3{
     font-size: 2.2rem;
}
.overviewbtn h4{
    font-size: 1.2rem;
    padding: .2rem 1rem;
}

.overviewbtn ._underbtn{
    bottom: 1rem;
    right: 1rem;
}
.overviewbtn ._underbtn img{
     max-height:5rem;
}


.overviewtitlewrap{
    margin: 0 0 4rem;
    display: block;
}
.overviewtitlewrap ._cont{
    padding: 0 0 2rem;

}
.overviewtitlewrap ._img{
  height: 43vw;
}

.overviewtitlewrap ._img p {
  top: 0;
  right: 0%;
  width: 100%;
}
.overviewtitlewrap ._cont h2{
    font-size: 3.2rem;

}
.overviewtitlebox{
    text-align: left;
    margin: 0 0 0 7rem;
}
.overviewtitle01{
    margin: 0 0 1rem;
}
.overviewtitle01 dl{
    margin: 0 0 2rem;
}


.overviewtitle01 dt{
    font-size: 4rem;
}

.overviewtitlebox h3{
    font-size: 2.5rem;
}

#ov_area3 .overviewtitlebox h3{
    margin-left: -0rem;
}

.overviewtitle02 dl{
    margin: 0 0 2rem;
}
.overviewtitle02 dd{
   right: 1rem;
   bottom: .5rem;
}
.overviewtitle02 dd h3{
    font-size: 2rem;
}
.overviewtitle02 dd p{
    font-size: 1.2rem;
}
.overviewcont dl{
    display: block;
}
.overviewcont dt{
    font-size: 1.6rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #fff;
    margin: 0 0 1rem;
    
}
.overviewcont dd{
    padding: 0 0 0 0% ;
    border: none;
}


.qabox{
    padding: 2rem;
    margin: 0 0 2rem;
}
.qabox dt{
    font-size: 3rem;
    padding: 0 1rem 0 0;
}
.qabox dd{
    padding:0rem 0 0;
}

.qabox ._q{

    margin: 0 0 2rem;
    padding: 0 0 1rem;  
}
.qabox ._q dd{
    font-size: 1.6rem;
}

.qabox ._a dd h3{
font-size: 1.6rem;
    margin: 0 0 .5rem;
}


/**program***/

.ptitle01{
    padding: 0 0 2rem;
    justify-content: center;
}
.ptitle01 h2{
    font-size:2.5rem;
}
.ptitle01 h3{
    font-size: 1.8rem;
    margin: 0 0 .5rem 1rem;
}
.programwrap {
    display: block;
}
.programwrap ._cont{
    margin: 0 0 2rem;
    text-align: center;
}
.programdate{
   /* display: inline-block;
    margin: 0 auto;*/
    text-align: left;
}
.programdate dl{
    margin: 0 0 2rem;
    padding-left: 2rem;
}
.programdate dl:before{
    top: .5rem;
    left: 0;
}



.programdate dt{
    flex-basis: 23%;
}
.programdate dt big{
    font-size: 3rem;
}
.programdate dd{
    font-size: 1.5rem;
}


.programwrap ._cont ._txt{
   
}

.programwrap ._img{
    flex-basis: 55%;
}
.programwrap ._img li{
    flex-basis: 49%;
    padding: 0 0 2rem;
}
.programwrap ._img li:nth-child(even){
    padding-top: 1rem;
}



/**career***/
.careerwrap {
    display: block;
}
.careerbox{
    margin: 0 0 2rem;
    border-bottom: none;
    align-items: center;
}
.careerbox h3{
    margin: 0 0 1rem;
    font-size: 1.6rem;
}
.careerbox p{
    padding: 0 0 1rem;
    font-size: 1.2rem;
}


.careerbox:nth-child(1):after{
    display: none;
}
.careerbox:nth-child(6):after{
    display: none;
}


.careerbox:nth-child(3):after{        
display: none;
}
.careerbox:nth-child(5):after{        
  display: none;
}


.careerbox ._img{
    margin: 0 0 2rem;
}
.careerbox:nth-child(n+3):nth-child(-n+4) ._img{
    margin: 0;
}
.careerbox ._img{
    flex-basis: 30%;
    text-align: left;
}
.careerbox ._img img{
    max-height: 25vw;
}
.careerbox:nth-child(-n+2) ._img img{
    max-height: 19vw;
}


.careerbox ._cont{
    flex-basis: 65%;
    margin: 0 0% 0 0;
}







/*COMMITTEE*/
.committeebox{
    position: relative;
}
.committeebox dl{
    flex-basis: 50%;
    margin: 0 0 2rem;
}
.committeebox dd {
    padding: .5rem;
}
.committeebox dd h3{
    font-size: 1.2rem;  
}
.committeebox dd p{
    font-size: 1.1rem;
}


.ecoimg{
    bottom: auto;
    right: auto;
    position: relative;
    max-width: 100%;
}


/**number**/
/* グリッドコンテナ設定 */
.numwrap {
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr); /* 列数は2 */
  grid-template-rows: repeat(4, auto);   /* 上4つは縦に並ぶ */
}



/* ボックスのスタイル */
.numbox {
  padding:2rem 3em;
}
.numbox._uri{
padding:2rem 2rem;
}
.numbox._c4{
    padding: 2rem;
}

.numbox._mi ._img{
   padding-bottom: 0
}

.numbox h3{
    font-size: 1.6rem;
}
.numbox h4{
    font-size: 1.3rem;
}

.numbox ._num{
    font-size: 2rem;
}
.numbox ._num big{
    font-size: 5rem;
}
.numbox ._num big._sml{
    font-size:3rem ;
}


.numbox ._num small{
}

.numbox ._img{
    flex-basis: 40%;
}

.numbox._uri ._img{
    padding-top: 5rem;
    flex-basis: 25%;
}
.numbox._mi ._img img{
    margin:0rem 0 -0rem;

}



/**message***/
.messagewrap{
    display: block;
}
.messagewrap ._img{
    margin: 0 0 4rem;
}

.messagewrap ._img figcaption{
    font-size:1.4rem;
    right: 2rem;
    top: 10%;
    
}



/**yoko***/
.yokobtn{
    padding: 0 0 2rem;
}
.yokobtn a{
    display: block;
    width: 100%;
    background: #000 url("../img/top/arrow_u03.png") no-repeat 95% center;
    background-size: 1rem;
    padding: .5rem 2rem .5rem .5rem;
    margin: 0 .5%;
    font-size: 1.1rem;
}



.table01 th,
.table01 td{
    padding: 1rem 1rem;    
    display: block;
    font-size: 1.2rem;
}
.table01 th{
    width: 100%;
}
.table01 td{
   
}



/**form**/
.formbox{
    background: #fff;
    padding: 2rem;
}




/*contents
------------------------------------------------*/






.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}








}







/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
