@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@200..700&display=swap');

.en{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
    font-weight: 400;
	font-size: 62.5%;
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight: normal;
	src:local("YuGothic-Medium"),
		local("Yu Gothic Medium"),
		local("YuGothic-Regular");
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight:bold;
	src:local("YuGothic-Bold"),
		local("Yu Gothic");
}
body {
	font-size: 18px;
	font-size: 1.4rem;
	color: #000;
}
p{font-size: 18px;}
@media screen and (orientation: landscape) {
p{font-size: 16px;}
}
article p,section p{
	margin-bottom:10px;
}
li {
	font-size: 1.4rem;
	font-size: 16px;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}
sup {position:relative;vertical-align: text-top; font-size: 8px; top:0px;}
sub {vertical-align: text-bottom;}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    font-size: 16px!important;
}    
select::-ms-expand {
    display: none;
}
input{
  appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 18px!important;
}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
    font-size: 18px;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*---------------------------------------------------------------------------
/* set tags
※a:hover ＝  a.hover
 --------------------------------------------------------------------------*/

ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

a{text-decoration: none;
	background-color:transparent;
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color:#000; 
}
a.hover img{opacity: 0.6;}
a.link{
  color: #48B5D7;
  text-decoration:underline;
}
a.link:hover,
a.link.hover{
  text-decoration:none;
}


img { border: none; /*vertical-align: top;*/ margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
.w100 img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong { font-weight: 600; text-transform: none; }

/*---------------------------------------------------------------------------
 set common selecter
 --------------------------------------------------------------------------*/
.pc ,.sp320, .pc_inline { display:none !important; }
.sp { display:block; }
.sp_inline{display: inline-block;}
@media screen and (max-width: 320px) {
	.sp320 { display:block !important; }
}

/*set inline-block*/
.one_phase{display: inline-block;}

/* set color */
.cRed{ color: #ff0000;}
.cBlue { color: #0098B1; }
.cWhite { color: #FFFFFF; }
.cGreen{color:#00A286; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }
/* set block contents */
.disp-b{display: block;}

/* set text */
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead,
.tLead strong{
  font-size: 2.2rem;
  font-weight: 600;margin-bottom:30px;color: #0098B1;
  line-height: 3rem;
}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.7em; }
.tsxLarge { font-size: 2em; }

.en{font-family: 'Montserrat',Arial, Helvetica, sans-serif;}
.fw_400 { font-weight: 400; }
.bold { font-weight: bold !important; }
.mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif;
}

/* set kadomaru box */
.rad {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* set drop shadow */
.sh {
	box-shadow: 2px 4px 2px rgba(0,0,0,0.05);
}

/* set border */
.border{border:1px solid #AAA4B0;}
.bb{border-bottom: 1px solid rgba(0, 0, 0, 0.3);}

/*like hr*/
.hr_line{
  width: 100%;
  height: 6px;
  border-top: 1px solid #8CB9C2;
  border-bottom: 1px solid #8CB9C2;
  background: #B0D9E1;
}


/* set width for float items */

.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100%;	
}
/* set flex-box wrapp */
.flexNormal {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexBetween {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}
.noflex .flexNormal,
.noflex .flexBetween,
.noflex .flexCenter {
	width: 100%;
	height: auto;
	display: block;
}
img.fill { width:100%; }

/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden !important;}

.scale_up img {
    overflow:hidden;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width:100%;
}
.scale_up:hover a img,
a:hover .scale_up img,
a.hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*========================================
    :img-背景画像を動かす
==========================================*/
.bg-scale{
	position: relative;
	overflow: hidden;
}
.bg-scale:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity:1;
}
/*each selector set up
.bg-scale:after{
	background:url(../img/sample.png) no-repeat top center;
}*/
.bg-scale:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.bg-scale .bg-scale-inner {
	z-index:9999 ;
	position: relative;
}

/*========================================
    :js-loader
==========================================*/

.loading{
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-animation{
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/*loader visual*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999999999999999999999;
}
#loader {
	position: fixed;
	top: calc(50% - 120px);
	left: calc(50% - 150px);
	width: 300px;
	height: 240px;
	text-align: center;
	font-size: .9em;
	z-index: 9999999999999;
}
#loader .loader_Wrap{
	position: relative;
  text-align: center;
}
#loader .bus{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0px;  
}
#loader .bus img{
  display: block;
  width: 100px;
}

@keyframes shaking {
    0% {
        translate: 0 0;
    }
    20% {
        translate: 0 1px;
    }
    40% {
        translate: 0 0;
    }
    60% {
        translate: 0 3px;
    }
    80% {
        translate: 0 0;
    }
    100% {
        translate: 0 0;
    }
}
#loader .bus{
  animation: shaking 1s linear infinite;
}

#loader .logo{
  position: relative;
  width: 100%;
  top:-10px;
}

/*========================================
   common :items
==========================================*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}

/*ul,ol*/
.normal ol,
.cms_decoration ol {
    margin:0 0 0 1em;
    padding:0;
} 
.normal ol li,
.cms_decoration ol li {
    list-style-image:none;
    list-style-type:decimal;
    margin:0 0 0.5em 0em;
    padding:0 0 0 0.5em;
    list-style-position:inside;
    font-size:18px;
    text-indent: -1.2em;
    line-height:1.8em;
}
.normal ol li p,
.cms_decoration ol li p{text-indent: 0;}
.normal ul li,
.cms_decoration ul li {
    list-style-type:none;
    padding:0 0 0.5em 1em;
    list-style-position:inside;
    font-size:18px;
    text-indent: 0em;
    line-height:1.8em;
    position:relative;
}
.normal ul li a,
.cms_decoration ul li a{margin-left: -0.5em; color: #000;}
.normal ul li::after,
.cms_decoration ul li::after{
  position: absolute;
  top:14px;
  left:0px;
  content: "";
  width:8px;
  height:8px;
  background:#006EDF;
  border-radius: 50%;
}
.normal ul li a,
.normal ol li a{
  padding-left:8px;
  color: #0098B1;
  font-weight: 400;
  text-decoration: underline;
}
.normal ul li a:hover,
.normal ol li a:hover{
  opacity: 0.6;
  text-decoration: none;
  -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;
}

.linknext ul{
  margin:0;
}
.linknext ul li {
  margin:0;
  list-style-image:none;
  text-indent: 0;
}
.linknext ul li:first-child{border-top:1px solid rgba(0, 0, 0, 0.16);} 
.linknext ul li a{
  position:relative;
  display:block;
  width:auto;
  padding:16px 0 16px 24px;
  width:auto;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  border-bottom:1px solid rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
}
.linknext ul li a:after {
  position:absolute;
  top:calc(50% - 6px);
  left: 2px;
  content:"";
  vertical-align: middle;
  width: 8px;
  height: 16px;
  background: url(../img/common/arrow_blue.svg) no-repeat;
  background-size: 100%;
  transition: all .2s;
}
.linknext ul li a:hover{  
  background:rgba(0, 0, 0, 0.05);
  opacity:1;
  -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;
}
.linknext ul li a:hover::after{
  left:8px;
}
/* set icon-mark  */
.linknext ul li a.blank,
.linknext ul li a.pdf,
.linknext ul li a.word,
.linknext ul li a.excel,
.linknext ul li a.ppt{
  position: relative;
  padding-left:3em;
}

.linknext ul li a.blank::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height:14px;
  content: "";
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.pdf::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height:20px;
  content: "";
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.word::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height:18px;
  content: "";
  background: url(../img/common/icon_word.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.excel::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height:18px;
  content: "";
  background: url(../img/common/icon_excel.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.ppt::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height:18px;
  content: "";
  background: url(../img/common/icon_ppt.svg) no-repeat;
  background-size: 100%;
}

.linknext ul li a.pdf::before{left:1.5em;top:34%;}
.linknext ul li a.blank::before{ left:1.6em; top:36%;}
.linknext ul li a.word::before{ left:1.5em; top:36%;}
.linknext ul li a.excel::before{ left:1.5em; top:36%;}
.linknext ul li a.ppt::before{ left:1.5em; top:36%;}

/* =======================================
   2: button styles
========================================== */
.button{display: inline-block;}
.button a,
.button p{
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 16px 20px;
  margin-bottom: 0;
  text-align: center;
  background: #2756D2;
  border-radius: 40px;
}
.button a:hover,
.button:hover p,
a:hover .button p{
  background: #48B5D7;
  transition: 0.2s;
}
.button a::before,
.button p::before{
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  content: "";
  width: 8px;
  height: 20px;
  background: url(../img/common/arrow_white.svg) no-repeat center;
  background-size: 100%;
}
.button:hover a::before,
.button:hover p::before{
  right: 12px;
  transition: 0.3s;
}
.button .en{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}
.button span{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}


/*2or3-buttons */
.btn p{height: 40px;}
.btn p a,
div.btn-backpage p a{
  position: relative; 
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 30px;
  padding:8px 12px;
  text-align: center;
  font-size:18px;
  border-radius: 30px;
  background:#2756D2;
  z-index: 2;
}
.btn p a:hover,
div.btn-backpage p a:hover,
.btn p a.hover,
div.btn-backpage p a.hover{
  background:#48B5D7;
  -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;
}
.btn p a strong,
div.btn-backpage p a strong{
  position: relative;
  color: #fff; 
  font-weight: 500; 
  z-index: 2;
}
/*もどるボタン*/
div.btn-formback p a{
    position: relative; 
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center; 
    align-items: center;
    max-height: 30px;
    padding:8px 12px;
    text-decoration: none;
    display: block;
    font-size:18px;
    text-align: center;
    border-radius: 30px;
    background:#444;
    cursor:pointer;
}
div.btn-formback p a.hover,
div.btn-formback p a:hover{
  opacity:1;
  -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;
  background:#b9b9b9;
}
div.btn-formback p a strong{
  color:#fff;
  font-weight: 500;
}
div.nonext p, div.nonext:active p, div.nonext:hover p{
  height:18px;
  padding:12px 14px 14px;
    font-size:14px;
    text-align: center;
    cursor:default;
    opacity:1;    
    border:1px solid #AAA4B0;
  border-radius: 30px;
}
div.nonext p strong, div.nonext:active p strong, div.nonext:hover p strong{
  color:#2B2F36;
  font-weight:500;
}
/* set pagenation */
.pagenation {
  margin: 5px 0 auto;
  text-align: center;
}
.pagenation a {
  display: inline-block;
  width: 30px;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 30px;
  color: #2756D2;
  border:1px solid rgba(6,38,100,0);
  font-weight: 400;
  border-radius: 50%;
  font-family: 'Sen', sans-serif;
}
.pagenation a.current{
  text-decoration: none;
  border:1px solid rgba(6,38,100,0.4);;
  color: #2B2F36;
}
.pagenation a.hover,
.pagenation a:hover {
  opacity:1;
  text-decoration: none;
  background: #48B5D7;
  color:#fff !important;
}



/* =======================================
   : float clear
========================================== */
.clearfix:after {
  content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  clear: both;
}
.h2_type01,
.h2_type02{
  position: relative;
  margin-bottom: 30px;
}
.h2_type01 *,
.h2_type02 *{
  display: block;
  width: 100%;
}
.h2_type01 .en,
.h2_type02 .en{
  line-height: 44px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.h2_type01 .en{color: #099CC9;}
.h2_type01 span,
.h2_type02 span{
  padding-left: 6px;
  font-size: 30px;
  font-weight: 600;
}
.h2_type01 span{color: #05376A;}
.h2_type02 *{color: #fff;}

.h3_type01{
  position: relative;
  padding: 16px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #0C94AE;
}
.h3_type01 span{
  font-size: 26px;
  font-weight: 600;
  color:#4B4B4B;
}
.h4_type01{
  position: relative;
  padding: 0 0 0 16px;
  margin-bottom: 30px;
}
.h4_type01 span{
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color:#4B4B4B;
}
.h4_type01 span::before{
  position: absolute;
  top:4px;
  left: -10px;
  content: "";
  width: 4px;
  height: 24px;
  background: #099CC9;; 
}



/*---------------------------------------------------------------------------
/* spacer
 --------------------------------------------------------------------------*/
.pt00 {padding-top: 0 !important;} 
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}

.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}

/*---------------------------------------------------------------------------
/* corner box
 --------------------------------------------------------------------------*/
.b-type00,
.b-type01,
.b-type02,
.b-type03{
	width: auto;
	margin: 0 0 20px;
	background: #fff;
}
.b-type_inner{
	padding: 10px;
	width: auto;
}
.b-type01{background-color: #F8F8F8;}
.b-type02{background-color: #f1f8f7;}

/*---------------------------------------------------------------------------
/* table
 --------------------------------------------------------------------------*/
@media all and (orientation: portrait) {
table.sp-chg th,table.sp-chg td{ display:block;width:auto !important; }
}
@media screen and (max-width: 812px) {
table.sp-chg th,table.sp-chg td{ display:block;width:auto !important; }
}
table	{ margin:0 0 0 0em;padding:0 0 0 0em; }
table caption{text-align: right;}
table caption small{font-size: 12px;}
table thead tr th,table thead tr td,table tbody tr th,table tbody tr td{text-indent: 0!important;}

/* =======================================
   : normal style
========================================== */
table.table01     { border-color:#70B9C8;border-style:solid;border-width:1px 0 0 0px;border-collapse: collapse;margin:0 0 20px; font-size:18px; }
table.table01 th  { border-color:#70B9C8; background-color:#D5EAEE; border-style:solid; border-width:0 1px 1px 0;color:#056A6A;font-weight:600;padding:16px 14px;line-height:1.5em;text-align:left; vertical-align: top;letter-spacing: 0.1em;}
table.table01 td  { border-color:#70B9C8; border-style:solid; border-width:0 0px 1px 1px;color:#000;font-weight:400; padding:16px 14px;line-height:1.5em; }
table.table01 thead th,table.table01 thead td{background-color: #75a3ab; color: #fff; font-weight: 500;  }
@media screen and (max-width: 812px) {
table.table01.sp-chg td{border-width:0 0px 1px 0px;}
}
/* =======================================
   : yokokei style
========================================== */
table.table02       { border-color:#CFCFCF; border-style:solid;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:18px;}
table.table02 th    { border-color:#CFCFCF;border-style:solid;border-width:0 0 1px 0; color:#000;padding:20px 16px;line-height:1.6em;vertical-align:top;text-align:left; font-weight: 500;}
table.table02 td    {position: relative; border-color:#CFCFCF;border-style:solid;border-width:0 0 1px 0px;color:#000; padding:20px 16px; line-height:1.8em;vertical-align:top;  font-weight: 300;}
table.table02 td::before{
  position: absolute;
  top: 10%;
  left:0px;
  content: "";
  width: 1px;
  height: 80%;
  border-left: #4194AA solid 1px;
}
@media screen and (max-width: 812px) {
table.table02.sp-chg th {border-color:#4194AA;}
table.table02.sp-chg td::before{
  border-left: rgba(0, 0, 0, 0) solid 1px;
}
}

/* =======================================
   : for inner table
========================================== */
table.table01 table   { border:none;margin:0;padding:0; }
table.table01 table th{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500;  color: #666; }
table.table01 table td{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }

table th.c, td.c  { text-align:center !important; }
table th.m, td.m  { vertical-align:middle !important; }
table th.r, td.r  { text-align:right !important; }

/*---------------------------------------------------------------------------
/* : height
 --------------------------------------------------------------------------*/
.h100 { height:100px; }
.h200 { height:200px; }
.h300 { height:300px; }
.h400 { height:400px; }
.h500 { height:500px; }
.h600 { height:600px; }

.h150{height:150px;}
.h250{height:250px;}
.h450{height:450px;}

/* photo gallery */
.photogallery { width:auto;overflow:hidden;margin:0;}
.photogallery .photo { width:100%;margin:0 0 10px;overflow:hidden; }
.photogallery p { 
    overflow:hidden; 
    height:auto;
    margin:0;
    position: relative;
    width:100%;
    z-index: 0;
}
.photogallery p a{
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
    z-index: 2; 
    background: #fafafa;
}
.photogallery span {
    font-size: 11px;
    padding: 10px 0 0;
    display: inline-block;
    overflow: hidden;
    line-height: 1.6em;
}
.photogallery a:hover img,
.photogallery a.hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .6;
    -webkit-opacity: .6;
    -moz-opacity: .6;
}




/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	overflow-x: hidden;
}
body > div#container {
	height: auto;
	min-height: 100%;
}
div#main{
	padding-bottom: 0;
}
.contents_inner{
    position: relative;
    width:90%; 
    margin: 0 auto;
}
section.section{
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.content{margin-bottom: 30px;}
.bg00{background-color: rgba(0, 0, 0, 0)!important;}
.bg01{background-color: #EFF9FB!important;}
.bg02{background-color: #fcfcfb!important;}

/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
  margin-top:-60px;
  padding-top:60px;
}


/* =======================================
   4-2: header section
========================================== */
header{
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 999999;
}
header .logo{
    position: relative;
    left: 10px;
    top: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    z-index: 99999;
    width: 50%;
}
header .logo a{display: block; width: 100%; max-width: 280px;}
header .logo img{display:block;}

header .telephone_wrap a{
    position: absolute;
    right: 86px;
    top:10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #56D0C1;
}
header .telephone_wrap a:hover,
header .telephone_wrap a.hover{
    background: #DDFFC7;
    transition: 0.3s;
}
header .telephone_wrap a span{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_phone.svg) no-repeat center;
    background-size: 100%;
}

/* =======================================
   4-3:navigation
========================================== */
/* g-menu-wrapp
---------------------------------------- */
.g-menu-sp {
  width:100%;
  max-height:100%;
  min-height:60px;
  padding: 0;
  margin: 0;
  z-index:999999;
  /*position:absolute;*/
  position: fixed; 
  top:60px;
  right:0px;
}

.navi_wrap .mobile{display: block !important;}
.navi_wrap .pc_navi{display: none !important;}

.toggle-g {
   display: block;
    width: 60px;
    height: 34px;
    padding: 20px 0 6px;
    text-align: center;
    cursor: pointer;
    position:absolute;
    top: -54px;
    right: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index:999999;
}
.toggle-g span:nth-of-type(1){
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #DDFFC7;
    top: 20px;
}
.toggle-g span:nth-of-type(2) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #DDFFC7;
    top: 30px;
}
.toggle-g span:nth-of-type(3) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #DDFFC7;
    top:40px;
}
.toggle-g.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
    opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
/* --------------------------------------------------- menu */
/*jsで[.spmenu]が付属*/
.g-menu-sp .spmenu {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: -60px;
  display: none;
  margin: 0;
  padding: 120px 0 0 ;
  width: 100%;
  height: 100%;
  background: #f2f8f1;
  border-top:1px solid #D1D6D8;
}
.g-menu-sp .spmenu ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.g-menu-sp .spmenu ul.active {
  -webkit-overflow-scrolling:touch;/* iOS8 bug fix */
  overflow-y: auto;
}
.g-menu-sp .spmenu ul li {
  list-style: none;
  float:none;
  position:relative;
  text-align: center;
}
.g-menu-sp .spmenu ul li p{
  position:relative;
  display:block;
  padding:0;
  width:100%;
  margin: 0 auto;
  text-align: center;
  background: #f2f8f1;
}
.g-menu-sp .spmenu ul li a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center; 
  justify-content: center;
  width:90%;
  height: 60px;
  margin: 0 auto;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  background: #f2f8f1;
}
.g-menu-sp .spmenu ul li a:hover,
.g-menu-sp .spmenu ul li a.hover{
  background-color: rgb(72, 181, 215,0.2);
  -webkit-transition: .5s;
    transition: .5s;
}
.g-menu-sp .spmenu ul li a.go,
.g-menu-sp .spmenu ul li a.menu{
  position: relative;
  line-height: 1em;
  border-bottom: solid 1px #D1D6D8;
}
.g-menu-sp .spmenu ul li a.go::before{
  position: absolute;
  top:calc(50% - 8px);
  right: 20px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow_right_blue.svg) no-repeat;
  background-size: 100%;
}
.g-menu-sp .spmenu ul li a.menu::before{
  position: absolute;
  top:calc(50% - 8px);
  right: 28px;
  content: "";
  width: 2px;
  height: 12px;
  background: #0098B1;
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li a.menu::after{
  position: absolute;
  top:calc(50% - 3px);
  right: 23px;
  content: "";
  width: 12px;
  height: 2px;
  background: #0098B1;
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li .open_s a.menu::before{
  -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li .open_s a.menu::after{
  -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li a.pc_navi{display: none;}
.g-menu-sp .spmenu ul li a.go strong,
.g-menu-sp .spmenu ul li a.menu strong{
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #363D40;
}


/* =======================================
   4-4:footer
========================================== */
footer{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background: #fff;
}
.footer_inner{
	padding:30px 0;
}
.f_company_info .logo,
.f_company_info .address{
    margin-bottom: 20px;
}
.f_company_info .tel_wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.f_company_info .tel_wrap dt{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 24px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    letter-spacing: -0.01em;
    background: #1C457A;
}
.f_company_info .tel_wrap dd{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.safetybus{
	width: 378px;
    margin-bottom: 20px;
}

.safetybus img{
	max-width: 100%;
}

.footer_menu ul *{
    position: relative;
    display: inline-block;
}
.footer_menu ul li{
    margin: 0 10px 6px;
}
.footer_menu a{
    padding:4px 4px 4px 20px;
}
.footer_menu a strong{
    font-weight: 500;
}
.footer_menu a:hover strong,
.footer_menu a.hover strong{
    color: #48B5D7;
    text-decoration: underline;
    transition: 0.3s;
}
.footer_menu a strong::before{
    position: absolute;
    top:7px;
    left: -20px;
    content:"";
    width: 8px;
    height: 14px;
    background: url(../img/common/arrow_blue.svg) no-repeat;
}
.footer_menu a:hover strong::before,
.footer_menu a.hover strong::before{
    left: -12px;
    transition: 0.3s;
}
.copyright{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	height:60px;
	text-align:center;
	background:#1C457A;
}
.copyright p small{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* pagetop
---------------------------------------- */
.pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999999999;
}
.pagetop a{
	position:relative;
    top:0;
	display:block;
	width:100px;
	height:100px;
    transition: 0.3s;
}
.pagetop a:hover,
.pagetop a.hover{
    top:-6px;
    transition: 0.3s;
}
.pagetop a img{display:block; width:100%;}

/* =======================================
   HOME
========================================== */

/* MainVisual
---------------------------------------- */
.mainVisual_Wrap{
	overflow:hidden;
    position: relative;
    width: 100%;
    max-height:calc(100vh - 80px);
    padding-top:80px;
    z-index: 0;
}

.mainVisual_Wrap::before{
	position:absolute;
	top:-2px;
	right:-1px;
	content:"";
	width:90%;
	height:100px;
	background:url(../img/common/entxt_ombussystem.png) no-repeat right bottom;
	background-size: 100%;
}
.mainVisual_Wrap .slider_wrap{
	position:relative;
	top: 10px;
	width:100%;
	height:100%;
	padding-bottom:60px;
    background: linear-gradient(135deg,  rgba(109,201,235,1) 0%,rgba(81,210,184,1) 100%);
}
#index_slide {
	overflow:hidden;
	position: relative;
	top:-20px;
    left: 0%;
	width: 90%;
    height:calc(100% - 120px);
    max-height: 80vh;
	border-top-right-radius:60px;
	border-bottom-right-radius:60px;
	z-index:1;
}
#index_slide ul li{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    width: 100%;
 }
 #index_slide ul li img{display:block;width:100%;}
@media all and (-ms-high-contrast:none){
#index_slide {left:0;}
}

/*catch_area*/
.mainVisual_inner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:3;
}
.mainVisual_inner .catch{
    position: relative;
    left:30px;
    top:30%;
    z-index: 10;
    width:90%;
    max-width: 500px;

}
.mainVisual_inner .catch .catch01{
  margin-bottom: 10px;
}
.mainVisual_inner .catch img{display:block; width:100%;}

/*after loading*/
.mainVisual_inner .catch .catch01{
  opacity: 0;
  transform: translate(40px, 0);
  -webkit-transform: translate(40px, 0);
  transition: 0.6s;
  transition-timing-function:ease-in-out;
}
.mainVisual_inner .catch .catch02{
  opacity: 0;
  transform: translate(40px, 0);
  -webkit-transform: translate(40px, 0);
  transition: 1.2s;
  transition-timing-function:ease-in-out;
}
@media print{
  .mainVisual_inner .catch.act .catch01{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}
.mainVisual_inner .catch.act .catch02{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}
}
.mainVisual_inner .catch.act .catch01{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.mainVisual_inner .catch.act .catch02{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mainVisual_inner .img_bus{
	position:absolute;
	right:0px;
	bottom:0%;
	width:50%;
    max-width:600px;
    background: url(../img/home/road01.png) no-repeat right bottom;
    background-size: 100%;
    z-index: 2;
}
.mainVisual_inner .img_bus .bus{
  position: relative;
  left: 16%;
  top:-20px;
  width: 80%;
}
.mainVisual_inner .img_bus img{display:block; width:100%;}

/*after loading*/
.mainVisual_inner .img_bus{
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
  transition: 0.4s;
  transition-timing-function:ease-in-out;
}
.mainVisual_inner .img_bus .bus{
  opacity: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
  transition: 0.8s;
  transition-timing-function:ease-in;
}
@media print{
 .mainVisual_inner .img_bus.act{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}
.mainVisual_inner .img_bus.act .bus{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}
}

.mainVisual_inner .img_bus.act{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.mainVisual_inner .img_bus.act .bus{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  animation: shaking 1s linear infinite;
}

/* HOME:sec_company
---------------------------------------- */
section.sec_company{
	position:relative;
	width:100%;
	padding:40px 0;
	background:url(../img/home/bg_company.png) no-repeat 10% 0;
	background-size:auto 100%;
}
section.sec_company .ph_wrap{
	overflow:hidden;
    position: relative;
    left: 20%;
	width:80%;
	border-top-left-radius:60px;
	border-bottom-left-radius:60px;
}
section.sec_company .ph_wrap img{
    display: block;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
section.sec_company .txt_box{
	position: relative;
    top:-36px;
}
section.sec_company .txt_box p{ margin-bottom:30px;}
section.sec_company .txt_box .button{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
}

/* HOME:sec_safety
---------------------------------------- */
section.sec_safety{
	position:relative;
	width:100%;
	padding:0px 0 30px;
	background:url(../img/home/bg_safety.png) no-repeat 70% 100%;
	background-size:auto 100%;
}
section.sec_safety .ph_wrap{
	overflow:hidden;
	width:80%;
	border-top-right-radius:60px;
	border-bottom-right-radius:60px;
}
section.sec_safety .ph_wrap img{
	display: block;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
section.sec_safety .txt_box{
	position: relative;
    top:-36px;
}
section.sec_safety .txt_box p{ margin-bottom:30px;}
section.sec_safety .txt_box .button{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
}

/* HOME:sec_bus_photo
---------------------------------------- */
section.sec_bus_photo{
	overflow:hidden;	
	position:relative;
	padding-bottom:40px;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(225,242,221,1) 100%); 
}
section.sec_bus_photo .ph_wrap01{
	overflow:hidden;
	float:right;
	width:80%;
	max-width:1080px;
	height:200px;
    margin-bottom: 20px;
	border-top-left-radius:60px;
	border-bottom-left-radius:60px;
}
section.sec_bus_photo .ph_wrap02{
	position:relative;
	overflow:hidden;
	float:left;
	width:70%;
	height:180px;
	border-top-right-radius:60px;
	border-bottom-right-radius:60px;
}
section.sec_bus_photo img{
	display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* COMMON:sec_contact
---------------------------------------- */
section.sec_contact{
	position:relative;
	width:100%;
	background:url(../img/common/bg_contact.jpg) no-repeat 50% -5%;
	background-size:cover;
}
section.sec_contact .sec_inner{
	position:relative;
	padding:40px 0;
	background: linear-gradient(to right,  rgba(104,202,226,0.4) 0%,rgba(59,192,209,0.8) 50%,rgba(34,183,188,1) 100%); 
}
section.sec_contact .txt_box{
	position:relative;
	left:20%;
	width:80%;
	max-width:650px;
}
section.sec_contact .txt_box .contact_box{
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 640px) {
section.sec_contact .txt_box .contact_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 1em;
}
}
section.sec_contact .txt_box .contact_box.phone{margin-bottom: 10px;}
section.sec_contact .txt_box dt{
  display: block;
  width: 160px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #DDFFC7;
}
section.sec_contact .txt_box .contact_box dd{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
section.sec_contact .txt_box .contact_box.phone dd strong{
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: #fff;
}
section.sec_contact .txt_box .contact_box.phone dd strong::before{
  position: absolute;
  top: calc(50% - 20px);
  left:0;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_phone02.svg) no-repeat center;
  background-size: 100%;
}
section.sec_contact .txt_box .button_mail{text-align: center;}
section.sec_contact .txt_box .button_mail a{
  position: relative;
  display: inline-block;
  min-width: 80%;
  padding: 20px 20px;
  margin-bottom: 0;
  text-align: center;
  background: #2756D2;
  border-radius: 40px;
}

section.sec_contact .txt_box .button_mail:hover a{
  background: #48B5D7;
  transition: 0.2s;
}
section.sec_contact .txt_box .button_mail a .en{
  position: relative;
  padding-left: 44px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}
section.sec_contact .txt_box .button_mail a .en::before{
  position: absolute;
  top:calc(50% - 14px);
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_mail.svg) no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 639.5px) {
    section.sec_contact .txt_box {text-align: center;}
    section.sec_contact .txt_box dt{width: 100%; margin-bottom: 10px; padding-left: 0;}
    section.sec_contact .txt_box dt br{display: none;}
    section.sec_contact .txt_box dd{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    }
  section.sec_contact .txt_box .contact_box.phone dd strong{
  padding-left: 40px;
  line-height: 30px;
  font-size: 30px;
  }
  section.sec_contact .txt_box .contact_box.phone dd strong::before{
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  }
}

/* =======================================
   SUB : COMMON
========================================== */
article{
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.pagetitle_wrap{
  overflow: hidden;
  position: relative;
  top:80px;
  width: calc(100% - 80px);
  padding: 30px;
  margin:0 auto 20px;
  border-radius: 60px;
  background-size: cover;
}

body.sub .pagetitle_wrap{
  background: url(../img/company/bg_pagetitle.jpg) no-repeat center;
}
body.safety .pagetitle_wrap{
  background: url(../img/safety/bg_pagetitle.jpg) no-repeat center;
}
body.contact .pagetitle_wrap{
  background: url(../img/contact/bg_pagetitle.jpg) no-repeat center;
}
body.estimate .pagetitle_wrap{
  background: url(../img/estimate/bg_pagetitle.jpg) no-repeat center;
}
@media screen and (max-width: 640px) {
body.sub .pagetitle_wrap{background-size: auto 100%;}
}

.pagetitle_wrap .pagetitle_inner{
  display: inline-block;
  padding: 20px;
  margin:0 auto;
  background: rgba(39, 86, 210, 0.8);
}
.h1_type01 *{
  color: #fff;
}
.h1_type01 .en{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
}
.h1_type01 .en::before{
  position: absolute;
  top:50%;
  right: -30px;
  content: "";
  width: 24px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transform: rotate(-45deg);
}
.h1_type01 span{
  display: block;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
.h1_type01 .en{font-size: 22px;}
.h1_type01 .en::before{border-bottom: 1px solid rgba(255, 255, 255, 0);}
.h1_type01 span{
  font-size: 30px;
}
}


/* =======================================
   SUB : company
========================================== */
@media screen and (min-width: 640px) {
.case_wrap ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
}
.case_wrap ul li{margin-bottom: 30px;}

.case_wrap dt{
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.case_wrap dt img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case_wrap dd{
  text-align: center;
  margin-bottom: 20px;
}
.case_wrap dd strong{
  font-size: 20px;
  font-weight: 600;
  color:#056A6A;
}



/* =======================================
   SUB: contact & estimate
========================================== */
/* step_navigation
---------------------------------------- */
div.contact-step-navi{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
  width:100%;
  margin-bottom:40px;
}
div.contact-step{
  overflow: hidden;
    position: relative;
    width: 30.5%;
    width: calc(100% / 3 - 12px);
    height: 60px;
    background: #d6d8dd;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #fff;
}
div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:normal;
    color:#666;
    font-size:10px;
    line-height: 12px;
    margin:0 0 0 20px;
}
div.contact-step dd{
    font-weight:400;
    color:#666;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #1d2088;
}
div.contact-current dt{
  margin-bottom: -3px;
  margin-left: 20px;
  padding-top: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12px;
}
div.contact-current dd{
   margin-left: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
}

/*-----------------
form
------------------*/
table.form{
   width: 100%;
}
table.form *{font-size:16px;}
table.form th,table.form td{
   line-height:2em;
   vertical-align: top;
}

table.form .bg01{background:#e5ede9;}
table.form th span,
.form span.required,
.form span.any{
  padding: 3px 6px;
  font-size: 0.9em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  behavior:url("/common/cssnew/PIE.htc"); /* for IE7 */
  zoom:1;
}

.form span.required {
  background-color: #ff3e3e;
}

.form span.any {
  background-color: #0083f4;
}

.select_wrap {
  position: relative;
  display: inline-block;
  width:calc(100% - 10px);
  margin-right: 10px;
  border:1px solid rgba(0, 0, 0, 0.1);
}
.select_wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
table.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 36px;
}

table.form input{
   width: calc(100% - 12px);
   display: inline;
   padding:6px 6px 8px;
}
table.form input.table-w-xsmall{
   width: 40%;
   display: inline;
}
table.form input.table-w-small{
    width:80%;
    display: inline;
}


table.form option{
   width: auto;
}

table.form textarea{
   width: 100%;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
   padding:10px !important;
}
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;  
    border-radius: 0;
    border:none; 
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );  
}
input[type="text"] {
   -webkit-appearance: none;
  appearance: none; 
   border-radius: 0;
   font-size: 1em;
   border-color: #c2c2c2;
}
input[type="button"] {
   -webkit-appearance: none;
  appearance: none; 
   border-radius: 0;
}
textarea{
   -webkit-appearance: none;
  appearance: none; 
   border-radius: 0;
   border-color: #c2c2c2;
}
/*
table.form input[type="radio"],*/
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
}
table.form input[type="checkbox"],
input[type="checkbox"] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;  
  display:inline-block;  
  position: relative;
  width: 16px !important; 
  height: 16px !important;
  padding:6px!important;
  line-height:1em;
  border: 1px solid #000;
  vertical-align: -2px; 
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #23cdc1;
  border-bottom: 2px solid #23cdc1;
  content: '';
}
.policy_guide_check label{font-size:16px;}
table.form input[type="radio"]{display: none;}
table.form label.r_label{
position: relative; /* ボックスの位置を指定する */
padding: 0 0 0 24px; /* ボックス内側の余白を指定する */
display: inline-block;
}
table.form label.r_label:after, table.form label.r_label:before {
position: absolute; /* ボックスの位置を指定する */
content: ""; /* ボックスのコンテンツ */
display: block; /* ブロックレベル要素化する */
top: 50%; /* 上部から配置の基準位置を決める */
}
table.form label.r_label:after {
left: 0px; /* 左から配置の基準位置を決める */
margin-top: -10px; /* チェック枠の位置 */
width: 16px; /* ボックスの横幅を指定する */
height: 16px; /* ボックスの高さを指定する */
border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
}
table.form label.r_label:before {
left: 5px; /* 左から配置の基準位置を決める */
margin-top: -5px; /* チェックマークの位置 */
width: 10px; /* ボックスの横幅を指定する */
height: 10px; /* ボックスの高さを指定する */
background: #2756D2;/* ボックスの背景色を指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
opacity: 0; /* 要素を透過指定する */
}
input[type=radio]:checked + label.r_label:before {
opacity: 1; /* 要素を表示する */
}
table.form label.r_label:hover:after {
border-color: #2756D2; /* ボックスの境界線を実線で指定する */
}


table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}
table.form input#address{margin-top: 0.6em;}
form .button ,form .button-formback{ width:49%; cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;  }

body.form form .button ,form .button-formback{ width:100%; }

form .button{
  width:100%;
  padding: 16px 10px !important;
  font-size: 16px;
  border-radius: 30px;
  background: #2756D2;
  color: #fff;
}
form .button-formback{
  width:100%;
  padding: 10px 10px !important;
  border-radius: 30px;
  background: #959595;
  color: #fff;
}

/*error*/
p.error{
  width: 99%;
  padding: 4px;
  margin:0;
  font-size: 14px !important; 
  font-weight:600; 
  color: #fff;
  background: #f78b8b;
}
#error_message{
  font-size: 18px !important; 
  font-weight:600; 
  color: #ff3e3e;
  background: #fff;
}

/*calender部分*/
table.form .calendar_wrap{
  position:relative;
  display:block;
  margin-bottom: 6px;
}
table.form select{
/* ブラウザのデフォルト外観をリセット */
  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;   
  padding: 0px 10px;       
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000 !important;
  z-index: 0;
}
table.form .select_box{
  position: relative;
  display: inline-block;
  padding: 0px 10px 0px 0px;
  margin:0 2px 6px 4px;
  border: 1px solid rgb(118, 118, 118);
}
table.form .select_box::before{
  position: absolute;
  right: 6px;
  top: 16px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.datepicker_button{
  position: relative;
  display: inline-block;
  min-width: 200px;
}
input.datepicker_hidden_input{
  position: absolute;
  top:0;
  display: inline-block;
  height: 60px;
  opacity: 0;
  pointer-events: none; 
}
label.datepicker_label {
    display: inline-block;
    padding: 4px 8px;
    background-color: #2756D2;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    user-select: none;
  }
.datepicker_button:hover label.datepicker_label {
    background-color: #48B5D7;
 }

