@charset "utf-8";
:root {
	--c_rd: #DF434C;
	--c_bl: #374689;
	--c_ye: #FFDD58;
	--c_or: #EB7526;
	--c_gr: #F5F5F5;
	--c_gy: #DCDCDC;
	--c_be: #F6F4EE;
    --c_pk: #C66F8F;
    --c_br: #856A42;
    --c_pl: #82488B;
	--c_wh: #fff;
	--c_bk: #000;
}
.clr-rd {color: var(--c_rd)!important;}
.clr-bl {color: var(--c_bl)!important;}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-pk {color: var(--c_pk)!important;}
.clr-br {color: var(--c_br)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-bk {color: var(--c_pl)!important;}
.bg-rd {background-color: var(--c_rd)!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-pk {background-color: var(--c_pk)!important;}
.bg-br {background-color: var(--c_br)!important;}
.bg-pl {background-color: var(--c_pl)!important;}

* {
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{
   overflow: hidden;
}

.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:82rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:90rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }



.fo-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}






.wow {
    visibility: hidden;
}







/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .5s;
 
}
.home .headerwrap{
  
}
.headerwrap.change-color {
    
}
 .header{
     height: 7rem;
     padding: 0 4rem;
 }

 
 .gnavi{
    text-align: right;
    
 }
  .gnavi ul{
    
 }
 .gnavi li {
     padding: 0 0 0 3rem;
     line-height: 1;
 }
 
 
.gnavi li a{
   display: flex;
   align-items: center;
   color: #fff;
}
.gnavi li a:before{
    content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background:
url("../img/arrow01_w.svg") no-repeat center center ;
    background-size: auto;
  background-size: .5rem;
  border-radius:99px;
  border: 1px solid #fff;
  margin: 0 1rem 0 0;
 
}


.gnavi li a big{
    padding: 0 1rem 0 0;
}

.gnavi a{
    display: block;

}







.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    width: 90%;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: var(--c_bl);
    color: #fff;
backdrop-filter: blur(20px);
		-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;
	}
    

.spnavibnr li{
    margin: 0 0 1rem;
}

.spnavi{
    margin: 0 0 2rem;
}



.spnavi a{
   display: block;
   color: #fff;
   border-bottom: 1px solid #fff;
   padding: 1.5rem 0;
   text-align: left;
   position: relative;
}

.spnavi a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background:url("../img/arrow01_w.svg") center center / 0.5rem no-repeat;
  border-radius:99px;
  border:1px solid rgb(255, 255, 255);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.spnavi a big{
    padding-right: 1rem;
}

.spmenu{
    margin: 0 0 4rem;
}

.spnavitel{
    text-align: center;
}
.spnavitel h2 a{
   font-size: 2.6rem;
    color: #fff;
}
.spnavitel h2 small {
    font-weight: 400;
    font-size: 60%;
}
.spclose {
   flex-basis: 10%;
   
}
.spclose a{
    font-size: 2rem;
    background: #fff;
   flex-basis: 10%;
   border-radius: 99px;
   line-height: 1;
   height: 4rem;
   width: 4rem;
   display: flex;
   align-items: center;
   justify-content: center;
   
}






/*フッター
-------------------------------------------------*/
.footcontactwrap{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(55, 70, 137, 1) 50%); 
}
.footcontact{
    height: 27rem;
    background: url("../img/bg_footcontact.jpg") no-repeat top center;
    background-size: cover;
    color: #fff;
    
}
.footcontact ._title{
    text-align: left;
    flex-basis: 35%;
}
.footcontact ._title h2{
    font-size: 4rem;
}
.footcontact ._cont{
    text-align: left;
    flex-basis: 50%;
}
.footcontact ._cont h3{
   font-size: 1.6rem;
}
.footcontact ._cont h2 a{
   font-size: 4.6rem;
   color: #fff;
}
.footcontact ._cont h2 small{
    font-weight: 400;
}

.footerwrap{
    background:  var(--c_bl);
    padding: 5rem 0 2rem;
}

.flowtextwrap{
    margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.flowtext {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 0 0 5rem;
}

.flowtext ul {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollflowtext 30s linear infinite;
}

.flowtext li{
   font-size: 8rem;
   color:var(--c_bl);
    margin-right: 3rem; /* ロゴ間の間隔 */
}
.footerwrap .flowtext li{
color: #7480B5;
}


.footer{
    border-top: 1px solid #FF68A0;
    color: #fff;
    padding: 2rem 0 2rem;
}
.footinfo{
    text-align: left;
}
.footlogo{
    padding:0 0 1rem;
}
.footinfo h2{
    font-size: 2.6rem;
    margin: -1rem 1rem 0 0;
    line-height: 1.2;
}
.footinfo a{
    color: #fff;
    display: block;
}


 .fnavi li {
     padding: 0 0 0 3rem;
     line-height: 1;
 }
 
 
.fnavi li a{
   display: flex;
   align-items: center;
   color: #fff;
}
.fnavi li a:before{
    content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background:
url("../img/arrow01_w.svg") no-repeat center center ;
    background-size: auto;
  background-size: .5rem;
  border-radius:99px;
  border: 1px solid #fff;
  margin: 0 1rem 0 0;
 
}
.fnavi li a big{
    padding: 0 1rem 0 0;
}
.fnavi a{
    display: block;
}
.copyright{
    text-align: right;
    color: #fff;
    font-size: 1rem;
}





@keyframes scrollflowtext {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%); /* ちょうど半分分だけ左にスクロール */
    }
}




/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  position: relative;
  overflow:hidden;
  height: 60rem;
  width: 100%;
}
.mvslider {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .mvslider p{
  display: flex;
   align-items: center;
    justify-content: center;
    height: 60rem;
  }
  .mvslider .slick-slide .onlysp{
      display: none;
  }
  
.mvslider img {
  width: 100%;
  height: 100%;
 /* max-width: 100%;
  min-height: 820px;
  min-width: 1920px;*/
  object-fit: cover;
  align-self: center;
}
.mvcont{
    position: absolute;
    bottom: 5%;
    left: 5%;
     color: #fff;
     text-align: left;
     z-index: 100;

}
.mvcont h1{
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 100%;
    
}
.mvcont h2{
    font-size:3rem;
    letter-spacing: .1rem;
}
.mvcont h2 big{
    font-size:5rem;
}
.mvcont p{
    font-size:2rem;
    font-weight: 600;
}


/**company**/
.topcompanywrap{
    position: relative;
    margin: 0 0 8rem;
}
.topcompanywrap:after{
    background:  var(--c_gr);
    display: block;
    content: "";
    height: 100%;
    width: 200%;
    position: absolute;
    right: 5rem;
    top: -8rem;
    z-index: -1;
    
}
.topcompany ._cont{
    text-align: left;
    flex-basis: 45%;
    margin: 0 0 0 5%;
}
.topcompany ._img{
    flex-basis: 42%;
}
.title01 {
    padding: 0 0 2rem;
}
.title01 h2{
    font-size: 4rem;
}
.topcompany h3{
    font-size:2.4rem; 
    margin: 0 0 2rem;
}
.topcompany ._cont p{
    line-height: 2;
   
}
.btn01{
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--c_gr);
color:  var(--c_bl);
  border-radius:99px;
  font-size: 1.8rem;
  padding:1.5rem 6rem 1.5rem 4rem;
  position: relative;
}

.btn01:after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background:url("../img/arrow01_w.svg") no-repeat center center var(--c_bl);
  background-size: .6rem;
  border-radius: 99px;
  
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
}
.btn01:hover{
    background: var(--c_bl) !important;
    color: #fff;
    opacity:1;
	filter: alpha(opacity=100);
}
.btn01:hover:after{
background:url("../img/arrow01_bl.svg") no-repeat center center #fff !important;
}



.toppartner {
    margin-bottom: 8rem;
}
.toppartner ._cont{
    flex-basis: 42%;
    text-align: left;
}
.toppartner ._cont p{
    line-height: 2;
}


.toppartner ._img{
    flex-basis: 50%;
}
.pdfdownload{
    background:var(--c_gr);
    padding: 1rem;
    border-radius: 99px;
    text-align: center;
}
.pdficon{
    font-size: 1.2rem;
    color: #fff; 
    padding: 0 2rem 0 1rem;
    background: #930000 url("../img/icon_download_w.svg") no-repeat 90% center;
    display:inline-block;
}



.topaccess{
    position: relative;
    margin: 0 0 8rem;
}
.topaccess ._title{
    text-align: left;
    padding: 8rem 0 2rem;
}
.topaccess ._title ._txt{
    margin: 0 0 2rem 5rem;
}
.topaccess:after{
    background:  var(--c_gr);
    display: block;
    content: "";
    height: 50%;
    width: 200%;
    position: absolute;
    right: 8rem;
    top: 0rem;
    z-index: -1;
    
}

/*news**/
.topnews ._title{
    flex-basis: 20%;
}
.topnews .newslist{
    flex-basis: 70%;
}
.newslist dl{
    border-bottom: 1px solid #ccc;
    padding: 2rem 0;
}
.newslist dt{
    flex-basis: 27%;
}
.date{
    color: #787878;
}
.newstag li{
    background:  var(--c_bl);
    color: #fff;
    font-size: 1.2rem;
    padding: .2rem 1.5rem;

}

.newslist dd{
    flex-basis: 70%;
    text-align: left;
}
.newslist dd a{
    display: block;
    position: relative;
    padding: 0 4rem 0 0;
}

.newslist dd a:after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background:url("../img/arrow01_bl.svg") no-repeat center center;
  border:1px solid var(--c_bl);
  background-size: .6rem;
  border-radius: 99px;
  
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0rem;

}


/*コンテンツ
------------------------------------------------*/
.pagetitlewrap{
    position: relative;
    z-index: 1;
}
.pagetitle{
    height: 37rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
}
.pagetitle h2{
    
    font-size: 5rem;
    font-weight: 500;
}

.pagetitleimg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.topicpath{
    text-align:left;
    padding: 1rem 0;
    color: #B6B6B6;
}
.topicpath a{
color: #B6B6B6;
}



/**news*/
.newstitle h2{
    text-align: left;
    font-size: 2.4rem;
    margin: 0 0 2rem;
}
.newstitleinfo{
    border-bottom: 1px solid #ccc;
    padding: 0 0 2rem;
    margin: 0 0 3rem;
} 
.newscont{
    text-align: left;
    line-height: 2;
    padding: 0 0 4rem;
}
.newscont p{
    padding: 0 0 1rem;
}



/*company**/
.massagewrap{
    position: relative;
    margin: 0 0 15rem;
}
.massagewrap:after{
    background:  var(--c_gr);
    display: block;
    content: "";
    height: 150%;
    width: 200%;
    position: absolute;
    right: 5rem;
    top: -14rem;
    z-index: -1;
    
}


.massagewrap ._cont{
text-align: left;
flex-basis: 70%;
}
.massagewrap ._cont p{
    line-height: 2;
}


.massagewrap ._img{
    flex-basis: 25%;
}
.title02 {
    margin: 0 0 2rem;
}
.title02 h2{
    font-size: 2.4rem;
}
.companyprofile {
    position: relative;
    margin: 0 0 10rem;
}


.companyprofile ._title{
    flex-basis: 30%;
    text-align: left;
}
.companyprofile ._cont{
    flex-basis: 50%;
}
.table01 {
    width: 100%;
    border-collapse: collapse;
}
.table01 th,
.table01 td{
    border-bottom: 1px solid #eee;
    padding: 1.5rem;
    text-align: left;
}
.table01 th{
    font-weight: 600;
}
.companyprofileimg img{
    position: absolute;
    bottom: 0;
    left: -12rem;
    max-height: 24rem;
}
.historybox dl{
    display: flex;
    text-align: left;
    padding: 0 0 3rem;
   
}
.historybox dt{
    flex-basis: 30%;
    flex-shrink: 1;
    color: var(--c_bl);
    font-weight: 500;
}
.historybox dt:before{
    content: "●";
    padding: 0 1rem 0 0;
}
.companyimg01{
    margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 8rem;
}

.companyimg01 img{
    width: 100%;
    height: 38rem;
    object-fit: cover;
}

.guidelinebox ._cont{
    flex-basis: 70%;
}

.guideline dl{
    background: var(--c_gr);
    padding: 2.25rem;
    margin: 0 0 1rem;
}
.guideline dt{
    font-size: 2rem;
    font-weight: 600;
    color: var(--c_bl);
    flex-basis: 55%;
    flex-shrink: 1;
}
.guideline dt big{
    padding-right: 1rem;
    border-right: 1px solid var(--c_bl);
    margin-right: 1rem;
}
.guideline dd::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left:8px solid #000;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  margin: 0 1rem 0 0;
}

/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!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;
	}
    .mainbody{
        max-width: 95%;
    }
}



/*@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{
	
}





.mainbody,
.mainbody2,
.mainbody3,
.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;
}


.spinner {
  width: 15rem;
}



/*ヘッダー
------------------------------------------------*/

 .header{
     height: 5rem;
     padding:0rem 1rem;
     position: fixed;
     width: 100%;
    
 }

.header .logo img{
    max-height: 3rem;

}

 .headright {


 }


 .headcontact{
     display: none;
 }
 
 
 .gnavi{
    display: none;
 }


.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 200%;
      /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
      width: 4rem;
    
      background:var(--c_bl);
      border-radius: 99px;
      line-height: 1;
      height:4rem;
      padding-bottom: .3rem;
    

}








/*フッター
------------------------------------------------*/

.footcontact{
    height: auto;
    display: block;
    padding: 2rem;
    
}
.footcontact ._title{
    margin: 0 0 2rem;
    display: inline-block;
    text-align: center;
}
.footcontact ._title h2{
    font-size: 3rem;
}
.footcontact ._cont{
display: inline-block;
}
.footcontact ._cont h3{
   font-size: 1.4rem;
}
.footcontact ._cont h2 a{
   font-size: 2.6rem;
   color: #fff;
}
.footcontact ._cont h2 small{
    font-weight: 400;
    font-size: 60%;
}

.footerwrap{
    padding: 3rem 0 1rem;
}


.flowtext {
    padding: 0 0 3rem;
}



.flowtext li{
   font-size: 4rem;
    margin-right: 2rem; /* ロゴ間の間隔 */
}


.footer{
    display: block;
    padding: 2rem 0 2rem;
}
.footinfo{
   
}
.footlogo{
    padding:0 0 1rem;
}
.footinfo h2{
    font-size: 2rem;
    margin: 0 1rem 0 0;  
}
.footinfo p{
    font-size: 1.4rem;

}
 .fnavi{
     display: none;
 }
 .fnavi li {
     padding: 0 0 0 3rem;
     line-height: 1;
 }
 
 
.copyright{
    text-align: center;
}






/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  height: 55rem;
}
  .mvslider p{
    height: 55rem;
  }
  .mvslider .slick-slide .onlysp{
      display: block;
  }
    .mvslider .slick-slide .onlypc{
      display: none;
  }

.mvcont{
    bottom: 5%;
    left: 5%;

}
.mvcont h1{
    font-size: 3.5rem;
    
}
.mvcont h2{
    font-size:1.8rem;
}
.mvcont h2 big{
    font-size:2.2rem;
}
.mvcont p{
    font-size:1.2rem;
}


/**company**/
.topcompanywrap{
    margin: 0 0 8rem;
}
.topcompanywrap:after{
    width: 200%;
    height: 110%;
    right: -2rem;
    top: -4rem;
    z-index: -1;
}
.topcompany {
    display: block;
}

.topcompany ._cont{
    margin: 0 0 3rem 0%;
}
.topcompany ._img{
   margin:0 10% ;
}
.title01 {
    padding: 0 0 2rem;
    text-align: center;
}
.title01 h2{
    font-size: 3rem;
}
.topcompany h3{
    font-size:1.8rem; 
    margin: 0 0 2rem;
    text-align: center;
}


.toppartner {
    margin-bottom: 4rem;
    display: block;
}
.toppartner ._cont{
    padding: 0 0 2rem;
}
.toppartner ._cont p{
    line-height: 2;
}







.topaccess{
    margin: 0 0 4rem;
}
.topaccess ._title{
    display: block;
    padding: 4rem 0 2rem;
}
.topaccess ._title ._txt{
    margin: 0 0 2rem 0rem;
}
.topaccess:after{
    height: 70%;
    width: 200%;
    position: absolute;
    right: -2rem;
    top: 0rem;
    z-index: -1;
    
}

/*news**/
.topnews {
    display: block;
}

.topnews .newslist{
    margin: 0 0 2rem;
}
.newslist dl{
    padding: 2rem 0;
    display: block;
}
.newslist dt{
    justify-content: flex-start;
    padding: 0 0 1rem;
}
.newslist .date{
   padding: 0 .5rem 0 0 ;
}









/*contents
------------------------------------------------*/

.pagetitle{
    height: 15rem;
}
.pagetitle h2{
    font-size: 3rem;
}



.newstitle h2{
    font-size: 2rem;
    margin: 0 0 2rem;
}
.newstitleinfo{
    padding: 0 0 2rem;
    margin: 0 0 3rem;
} 
.newscont{
    padding: 0 0 2rem;
}


/*company**/
.massagewrap{
    position: relative;
    margin: 0 0 5rem;
    display: block;
}
.massagewrap:after{
    height: 110%;
    width: 200%;
    right: -2rem;
    top: -14rem;    
}

.massagewrap ._cont{
    padding: 0 0 2rem;
}
.massagewrap ._img{
   
}
.title02 {
    margin: 0 0 2rem;
    text-align: center;
}
.title02 h2{
    font-size: 2rem;
}
.companyprofile {
    margin: 0 0 3rem;
    display: block;
}


.companyprofile ._title{
   
}
.companyprofile ._cont{
   padding: 0 0 2rem;
}

.table01 th,
.table01 td{
    padding: 1rem;
    font-size: 90%;
}

.companyprofileimg img{
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 0 2rem;

}
.historybox dl{
    display: flex;
    text-align: left;
    padding: 0 0 2rem;
    font-size: 90%;
   
}
.historybox dt{
    flex-basis: 30%;
   
}
.historybox dd{
    flex-basis:70%;
}

.companyimg01{
  margin-bottom: 4rem;
}

.companyimg01 img{
    height: 13rem;
}
.guidelinebox {
    display: block;
}
.guidelinebox ._cont{
   
}
.guidelinebox ._img{
    padding:0 0 2rem;
}


.guideline dl{
    padding: 2rem;
    margin: 0 0 1rem;
    display: block;
}
.guideline dt{
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 1rem;
    
}
.guideline dt big{
    padding-right: 1rem;
    border-right: 1px solid var(--c_bl);
    margin-right: 1rem;
}
.guideline dd {
  text-align: left;
  font-size: 1.2rem;
}

.guidelinebox ._img{
    margin: 0 10%;
}





.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) {


}
