@charset "utf-8";

/* IBM Plex Sans JP - Sen -  Zen Kaku Gothic Antique */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Sen:wght@400..800&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
.en{
    font-family: "Sen", serif;
}

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
 * { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0; padding: 0; }

html { height:100%;font-family: 'Zen Kaku Gothic Antique',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-weight: 400;}
@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 { margin:0 auto;padding:0px;text-align:left;color: #000; font-size:16px; height:100%;-webkit-text-size-adjust: 100%;letter-spacing:0.5px;}
@media print{
body { min-width:1300px;}
}
img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}
strong{font-weight: 500;}

sup {position:relative;vertical-align: text-top; font-size: 8px; top: -4px;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {padding:2px;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}    
select::-ms-expand {
    display: none;
}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
    font-family: 'Zen Kaku Gothic Antique',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p{
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 400;
}

section p{
	margin-bottom:30px;
}
* html div#container{
	height:100%;
}

/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; font-size:16px; }

a{text-decoration: none; color:#000; font-weight: 400; }
a:hover img{opacity: 0.6;}
a:hover strong,a:hover span{opacity:1;}

a.link{text-decoration: underline; color: #0098B1;}
a.link.white{ color: #fff;}
a.link:hover{text-decoration: none; opacity:0.6;transition: 0.3s;}


/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/

.sp,.sp320,.sp_inline{ display: none !important; }
.pc { display: block; }
.pc_inline{display: inline-block;}

/*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: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 2rem; font-weight: 600;margin-bottom:30px;color: #0098B1;}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }

.fw_400 { font-weight: 400; }
.bold { font-weight: bold; }
.mincho {font-family: 游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif;}

/* set float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

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


/* set width for float items */
.w10 { width: 8%; }
.w20 { width: 18%; }
.w30 { width: 28%; }
.w40 { width: 38%; }
.w50 { width: 48%; }
.w60 { width: 58%; }
.w70 { width: 68%; }
.w80 { width: 78%; }
.w90 { width: 88%; }
.w100{width: 100%; }

.w10 img, .w20 img, .w30 img, .w40 img, .w50 img, .w60 img, .w70 img, .w80 img, .w90 img, .w100 img { 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%;}
img.fill { width:100%; }

/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden;}

.scale_up img {
  position: relative;
    overflow:hidden;
    -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
  width:auto;
}
.scale_up a:hover img,
a:hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
/*========================================
    :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.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.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: 9999999999999;
}
#loader {
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 80px);
	width: 200px;
	height: 160px;
	text-align: center;
	font-size: .9em;
	z-index: 9999999999999;
}
#loader .loader_Wrap{
	position: relative;
  
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 30px;
  margin: 0 auto;
  --m:no-repeat linear-gradient(90deg,#000 70%,#0000 0);
  -webkit-mask: 
    var(--m) calc(0*100%/4) 100%/calc(100%/5) calc(1*100%/5),
    var(--m) calc(1*100%/4) 100%/calc(100%/5) calc(2*100%/5),
    var(--m) calc(2*100%/4) 100%/calc(100%/5) calc(3*100%/5),
    var(--m) calc(3*100%/4) 100%/calc(100%/5) calc(4*100%/5),
    var(--m) calc(4*100%/4) 100%/calc(100%/5) calc(5*100%/5);
  background: linear-gradient(#0098B1 0 0) left/0% 100% no-repeat #ddd;
  animation: l14 2s infinite steps(6);
}
@keyframes l14 {
  100% {background-size: 120% 100%}
}
#loader p{
  margin-top: 10px;
}
#loader .en{font-size: 30px; font-weight:700; color: #00A286;}


/*---------------------------------------------------------------------------
/* 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:10px;
  left:0px;
  content: "";
  width:6px;
  height:6px;
  background:#2fbbcd;
  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 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 #a09989;
  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_right.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%;}

.linknext ul li.nolink a:hover{
 background:rgba(0, 0, 0, 0);
}
.linknext ul li.nolink a:hover::after{
  left:2px;
}

/*他ページ*/
span.pdf,
span.blank{
	position: relative;
	display: inline-block;
	width:20px;
  height: 20px;
}
span.pdf::after{
	position: absolute;
	top:6px;
	right:5px;
	width: 14px;
  height:18px;
	content: "";
	background: url(../img/common/icon_pdf.svg) no-repeat;
	background-size: 100%;
}
span.blank:after{
	position: absolute;
	top:3px;
	right:6px;
	width: 16px;
  height:20px;
	content: "";
	background: url(../img/common/external-link.svg) no-repeat;
	background-size: 100%;
}






/* =======================================
   2: button styles
========================================== */
.button,.button_search,.button_blank,.button_back{display: inline-block;}
.button a,
.button p{
    position: relative;
    display: inline-block;
    width: auto;
    padding:12px 24px 12px 24px;
    margin: 0;
    text-align:center;
    background: #0098B1;
    border-radius: 30px;
}
.button a:hover,
a:hover .button p{
    transition: 0.2s;
    background: #007C91;
}
.button a span,
.button p span{
  position: relative;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight:600;
}
/*viewmore*/
.button.viewmore span{
  padding-left: 60px;
  font-size: 20px;
}
.button.viewmore span::before,
.button.viewmore span::after{
  position: absolute;
  left:0;
  content:"";
  transition: 0.3s;
}
.button.viewmore span::before{
  top:calc(50% - 4px);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
a:hover .button.viewmore span::before,
.button.viewmore:hover span::before{
  left: 40px;
  transition: 0.3s;
}
.button.viewmore span::after{
  top:50%;
  width: 40px;
  height: 1px;
  background: #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:#434548;
  z-index: 2;
}
.btn p a:hover,
div.btn-backpage p a:hover,
.btn p a.hover,
div.btn-backpage p a.hover{
  background:#0098B1;
  -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::before{
  position: absolute;
  top:calc(50% - 6px);
  right:12px;
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: 100%;
}
.btn p a:hover::before,
.btn p a.hover::before{right:8px;transition: 0.2s;}
div.btn-backpage p a::before{
  position: absolute;
  top:calc(50% - 6px);
  left:12px;
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/common/arrow_left.svg) no-repeat;
  background-size: 100%;
}
.btn-backpage p a:hover::before,
.btn-backpage p a.hover::before{left:8px;transition: 0.2s;}
*/
.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:#576978;
    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:#0098B1;
}
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:16px;
  line-height: 1em;
    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:400;
}
/* 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: #118597;
  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: #5ead9f;
  color:#fff !important;
}







/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  clear: both;
}
.h2_type01,
.h2_type02,
.h2_type03{
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.h2_type01 span{
  font-size: 40px;
  font-weight: 700 !important;
  color: #363D40;
}
.h2_type02 strong.en,
.h2_type03 strong.en{
  font-size: 50px;
  font-weight: 700;
}
.h2_type03 strong.en{color: #434548;}
.h2_type03 strong.en.cGreen{color: #00A286;}
.h2_type03 span{
  position: relative;
  top: -6px;
  padding-left: 70px;
  font-size: 24px;
  color: #434548;
}
.h2_type03 span::before{
  position: absolute;
  left: 10px;
  top:50%;
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}

.h3_type01{
  position: relative;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 40px;
  border-bottom: double 4px #AFE1E9;
}
.h3_type01 span{
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #363D40;
}

/*box内包型*/
.h3_type02{
  position: relative;
  left: -10px;
  width: 100%;
  margin-bottom: 40px;
}
.h3_type02 span{
  position: relative;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #363D40;
}
.h3_type02 span::before{
  position: absolute;
  top:15px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #55DBC4;
  border-radius: 50%;
}
.h3_type02 span::after{
  position: absolute;
  top:25px;
  left: -20px;
  content: "";
  width: 20px;
  height: 1px;
  background: #55DBC4;
}

.h4_type01{
  position: relative;
  padding: 0 0 0 10px;
  margin-bottom: 30px;
}
.h4_type01 span{
  position: relative;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.h4_type01 span::before{
  position: absolute;
  top:8px;
  left: -10px;
  content: "";
  width: 4px;
  height: 24px;
  background: linear-gradient(135deg,  rgba(0,152,177,1) 0%,rgba(85,219,196,1) 100%); 
}


/*---------------------------------------------------------------------------
/* 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 30px;
  background: #fff;
}
.b-type_inner{
  padding: 30px;
  width: auto;
}
.b-type01{background: #cfe2e9 !important;}
.b-type02{background: #f8ffe4 !important;}
.b-type03{background: rgba(255, 255,255, 0.4);}
/**/

/*---------------------------------------------------------------------------
/* : table
 --------------------------------------------------------------------------*/
table       { margin:0 0 0 0.7em;padding:0 0 0 0.7em; }
table ul    { margin:0 !important; padding:0 !important; }
table li    { line-height:1.8em;margin:0; font-size:18px !important; }
table p     { line-height:1.6em;margin:5px 0; }
table caption{text-align: right;}
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:rgba(0,0,0,0.2);border-style:solid;border-width:1px 0 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:18px; }
table.table01 th  { border-color:rgba(0,0,0,0.2); /*background-color:#3F598D;*/ border-style:solid; border-width:0 1px 1px 0;color:#576978;font-weight:500;padding:16px 14px;line-height:1.5em;text-align:left; vertical-align: top;letter-spacing: 0.1em;}
table.table01 td  { border-color:rgba(0,0,0,0.2); border-style:solid; border-width:0 1px 1px 0px;color:#000;font-weight:400; /*background-color:#F5F6F9;*/padding:16px 14px;line-height:1.5em; }
table.table01 thead th,table.table01 thead td{background-color: #75a3ab; color: #fff; font-weight: 500;  }

/* =======================================
   : yokokei style
========================================== */
table.table02       { border-color:rgba(0,0,0,0.12); border-style:solid;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:18px;}
table.table02 th    { border-color:#008ba1;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 tr:first-child th{
border-top: 1px solid #008ba1;
}
table.table02 td    {position: relative; border-color:rgba(0,0,0,0.12);border-style:solid;border-width:0 0 1px 0px;color:#000; padding:20px 16px; line-height:1.8em;vertical-align:top;  font-weight: 400;}

/* =======================================
   : 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;}
.h350{height:350px;}
.h450{height:450px;}

.h1em{height: 1em;}
.h2em{height: 2em;}

/* photo gallery */
.photogallery {
  width: auto;
  overflow: hidden;
  margin: 0;
}
.photogallery .photo {
  margin: 0 5px 20px;
  float: left;
}
.photogallery .photo img{
  width:100%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 10px);
}
@media all and (-ms-high-contrast:none){
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 11px);
}
}
@supports (-ms-ime-align:auto) {
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 11px);
}
}
.photogallery .clm2 .photo {
  width: calc(100% / 2 - 20px);
  margin: 0 10px 20px;
}
.photogallery .clm4 .photo {
  width: calc(100% / 4 - 10px);
}
.photogallery p{overflow: hidden;
  margin-bottom: 0;
  position: relative;
  width:100%;
  z-index: 0;
}
.photogallery .clm2 p,
.photogallery .clm2 p img{height: 360px;}
.photogallery .clm3 p,
.photogallery .clm3 p img{height: 280px;}
.photogallery .clm4 p,
.photogallery .clm4 p img{height: 200px;}
.photogallery .clm2 p a{max-height: 360px;}
.photogallery .clm3 p a{max-height: 280px;}
.photogallery .clm4 p a{max-height: 200px;}
@media screen and (min-width:1221px) and ( max-width:1360px) {
.photogallery .clm2 p,
.photogallery .clm2 p img{height: 320px;}
.photogallery .clm3 p,
.photogallery .clm3 p img{height: 250px;}
.photogallery .clm4 p,
.photogallery .clm4 p img{height: 180px;}
.photogallery .clm2 p a{max-height: 320px;}
.photogallery .clm3 p a{max-height: 250px;}
.photogallery .clm4 p a{max-height: 180px;}
}
@media screen and (max-width: 1220px) {
.photogallery .clm2 p,
.photogallery .clm2 p img{height: 240px;}
.photogallery .clm3 p,
.photogallery .clm3 p img{height: 200px;}
.photogallery .clm4 p,
.photogallery .clm4 p img{height: 160px;}
.photogallery .clm2 p a{max-height: 240px;}
.photogallery .clm3 p a{max-height: 200px;}
.photogallery .clm4 p a{max-height: 160px;}
}
.photogallery p a{
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  z-index: 2; 
  background: #fafafa;
}
.photogallery span {
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  padding: 10px 0 0;
  line-height: 1.6em;
}
.photogallery a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
}

/*map_wrap*/
.map_wrap{
  position: relative;
  width: 100%;
}
.map_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    background-repeat: repeat-x;
    text-align:left;
    z-index: 0;
}
body > div#container {
    height: auto;
    min-height: 100%;
}
div#main {
  padding-bottom: 510px;
}
.contents_inner{
  position: relative;
  width: calc(100% - 60px);
  max-width: 1300px;
  margin:0 auto;
}
section.section{
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.content{margin-bottom: 60px;}

.bg00{background-color: rgba(0, 0, 0, 0)!important;}
.bg01{background-color: #f9f9f9!important;}
.bg02{background-color: #f6fbfc!important;}
/**/
/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
  margin-top:-70px;
  padding-top:70px;
}

/* =======================================
   4-2: header section
========================================== */
header{
  position: relative;
  width: 100%;
  height: 80px;
  transition: 0.3s;
  z-index: 999999999999;
}

.header_wrap .logo{
  position: absolute;
  top: 40px;
  left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 24%;
  max-width: 400px;
  height: 44px;
  z-index: 9999999999991;
}
.header_wrap .logo a{
  display: block;
  width: 55%;
  max-width: 224px;
  padding: 3px 0;
  z-index: 9999999999992;
}
.header_wrap .logo a img{
  display: block;
  width: 100%;
}
.header_wrap .logo .ja_logo{
  position: relative;
  display: block;
  width: calc(40% - 60px);
  max-width: 96px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.header_wrap .logo .ja_logo::before{
  position: absolute;
  left:0;
  top:50%;
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}
.header_wrap .eng_link,
.header_wrap .ja_link{
  position: fixed;
  top:56px;
  right: 52%;
  text-align: right;
}
@media screen and (max-width: 1880px) {
.header_wrap .eng_link,
.header_wrap .ja_link{right: 56%;}
}
@media screen and (max-width: 1740px) {
.header_wrap .eng_link,
.header_wrap .ja_link{right: 60%;}
}
@media screen and (max-width: 1620px) {
.header_wrap .eng_link,
.header_wrap .ja_link{right: 64%;}
}
.header_wrap .eng_link a,
.header_wrap .ja_link a{
  display: block;
}
.header_wrap .eng_link a:hover span,
.header_wrap .ja_link a:hover span{
  color: #0098B1;
  text-decoration: underline;
  transition: 0.3s;
}

/* =======================================
   4-3:navigation
========================================== */
/* g-menu-wrapp
---------------------------------------- */
.navi_wrap{position: relative;width: 100%;z-index: 99999999999999999999;}

.header_wrap.fixed .navi_wrap{position: fixed;}

.navi_wrap .mobile{display: none;}
.navi_wrap .pc_navi{display: block;}

#g-menu-wrapp{
  position: absolute;
  right:30px;
  top: 30px;
  /*width:calc(100% - 420px);*/
  width: 60%;
	max-width:930px;
  padding: 0;
  margin: 0;
  z-index: 111111;
}
#g-menu-wrapp .menu{
  position: relative;
  display: -webkit-flex;
  display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin:0 auto;
	height:80px;
	border-radius:40px;
  background:#E6EEF0;
}
#g-menu-wrapp .menu li{
  width:auto;
}
#g-menu-wrapp .menu li a.first-level{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content:center;
  -webkit-align-items: center;
  align-items: center;
  width:auto;
  height:60px;
  padding:4px 0px;
  text-align:center;
  z-index:11111;
}
#g-menu-wrapp .menu li a.first-level::before{
  position: absolute;
  left: calc(50% - 5px);
  bottom: 6px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0098B1;
  opacity: 0;
  transition:0.3s;
}

#g-menu-wrapp .menu li.show a.first-level::before,
#g-menu-wrapp .menu li a.first-level:hover::before{
  opacity: 1;
  transition: 0.3s;
}
#g-menu-wrapp .menu li a.first-level strong{
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
}
#g-menu-wrapp .menu li.show a.first-level strong,
#g-menu-wrapp .menu li a.first-level:hover strong{
  color:#0098B1;
  transition: 0.3s;
}

/*お問い合わせボタン*/
#g-menu-wrapp .menu li a.first-level.contact{
  position: relative;
  padding-left: 30px;
}
#g-menu-wrapp .menu li a.first-level.contact::after{
  position: absolute;
  left:0;
  top:calc(50% - 15px);
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_mail.svg) no-repeat center;
  background-size: 100%;
}
#g-menu-wrapp .menu li a:hover.first-level.contact::before{opacity: 0;}
#g-menu-wrapp .menu li a:hover.first-level.contact::after{
  background: url(../img/common/icon_mail_blue.svg) no-repeat center;
  transition: 0.3s;
}
/*current表示*/
#g-menu-wrapp .menu li a:hover.first-level.contact.current::before,
#g-menu-wrapp .menu li a.first-level.current::before{
  opacity: 1;
  background: #12B79A;
}
/*========================================== gnavi-2ndstage*/
#g-menu-wrapp .menu:before, #g-menu-wrapp .menu:after {
  content: " ";
  display: table;
}
#g-menu-wrapp .menu:after {
  clear: both;
}
/*
#g-menu-wrapp .menu {
 *zoom: 1;
}*/
#g-menu-wrapp li.menu__mega .mega_wrap{
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 101;
  height:0;
}
#g-menu-wrapp li.menu__mega.show .mega_wrap{
  height: auto;
}
#g-menu-wrapp li.menu__mega .menu__second-level{
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
  position: absolute;
  top: -30px;
  left: 1%;
  box-sizing: border-box;
  width:98%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: flex-center;
  justify-content: flex-center;
  border-radius:40px;
  background:#E6EEF0;
  z-index: 99999999;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate3d(0, 0, 0);
}
#g-menu-wrapp li.menu__mega.show .menu__second-level{
  top: 0px;
  visibility: visible; 
  opacity: 1;
 -webkit-transition: all .2s ease;
  transition: all .2s ease;
  transform: translate3d(0, 0, 0);
}
#g-menu-wrapp li.menu__mega .menu__second-level .title{
  width: 30%;
  padding: 60px;
}
#g-menu-wrapp li.menu__mega .menu__second-level .title p{
  margin-bottom: 40px;
}
#g-menu-wrapp li.menu__mega .menu__second-level .title strong.en{
  display: inline-block;
  margin:0 10px 20px 0;
  font-size: 50px;
  font-weight: 600;
  color:#434548;
}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.ja_title{
    position: relative;
    top:-8px;
    display:inline-block;
    padding: 0px 0 0px 70px;
    font-size:24px;
    font-weight:500;
    color:#434548;
}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.ja_title::before{
  position: absolute;
  left:0;
  top:50%;
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 64%;
  padding: 60px 60px 40px 0;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul{
  width: 100%;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li{
  overflow: hidden;
  float:left;
  width: 360px;
  margin: 0 6px 12px;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a,
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a span{
    display: block;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a span{
  position: relative;
  height: 2em;
  padding: 5px 5px 5px 20px;
  text-align: center;
  font-weight:500;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a:hover span{
  color: #0098B1;
  transition: 0.3s;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a .photo img{
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

/* =======================================
   4-4:footer
========================================== */
footer{
    position:absolute;
    bottom:0;
    width:100%;
    margin:0;
    padding:0;
    height: 510px;
    background: #fff;
    border-top:solid 1px #AFE1E9;
}
footer::before{
	position:absolute;
	top:8px;
	left:0;
	content:"";
	width:100%;
	height:1px;
	border-top:solid 1px #AFE1E9;
}
.footer_inner{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	width:90%;
	max-width:1477px;
	margin:0 auto;
	padding:60px 0 50px;
}

.footer_inner .logo{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 24%;
  max-width: 400px;
  height: 44px;
}
.footer_inner .logo a{
  display: block;
  width: 55%;
  max-width: 224px;
  padding: 3px 0;
}
.footer_inner .logo a img{
  display: block;
  width: 100%;
}
.footer_inner .logo .ja_logo{
  position: relative;
  display: block;
  width: calc(40% - 60px);
  max-width: 96px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.footer_inner .logo .ja_logo::before{
  position: absolute;
  left:0;
  top:50%;
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}
.footer_menu{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  width: calc(70% - 100px);
  max-width: 1000px;
  padding: 50px 50px 30px 50px;
  border-radius: 12px;
  background: #EBF5F6;
}
.footer_menu .menu_box{
  width: 100%;
  max-width: 240px;
}
.footer_menu a{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer_menu a strong{
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.footer_menu a strong::before{
  position: absolute;
  top:calc(50% - 5px);
  left: -20px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0098B1;
}
.footer_menu a span{
  position: relative;
  display: block;
  padding: 0 0 0 12px;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 600;
}
.footer_menu a span::before{
  position: absolute;
  top:50%;
  left: 0px;
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
}
.footer_menu a:hover *{
  text-decoration: underline;
  color: #0098B1;
  transition: 0.2s;
}

.copyright{
	position:absolute;
	bottom:0;
	left:0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	height:80px;
	background:#434548;
}
.copyright small{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
/* pagetop
---------------------------------------- */
.pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999999999;
}
.pagetop a{
	position:relative;
	display:block;
	width:32px;
	height:90px;
	border-right:1px solid #0098B1;
}
.pagetop a::before{
	position:absolute;
	bottom:-2px;
	right:-5.5px;
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#0098B1;
}
.pagetop a:hover::before{
	transition:0.3s;
	bottom:81px;
}
.pagetop a img{
	display:block;
	width:22px;
	height:83px;
	padding:4px;
}
/* =======================================
   4-6:他ページでも掲載される部分
========================================== */
/* 開発パートナー募集
---------------------------------------- */
.sec_partner{
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
}
.sec_partner .ph_wrap,
.sec_partner .sec_inner{
  position: relative;
  width:50%; 
  height: 530px;
}
.sec_partner .ph_wrap img{
  display: block;
  height: 530px;
  object-fit: cover;
  width: 100%;
}
.sec_partner .sec_inner .inner{
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 90%;
  max-width: 600px;
}
.sec_partner .sec_inner p{
  margin-bottom: 40px;
  font-size: 20px;
}
.sec_partner .button a{
  margin-bottom: 0;
  min-width: 320px;
  padding:16px 40px;
}
.button span.envelop{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 18px;
}
.button span.envelop::before{
  position: absolute;
  top:calc(50% - 11px);
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_envelop.svg) no-repeat center;
  background-size: 100%;
}


/* CONTACT
---------------------------------------- */
section.sec_contact{
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.sec_contact a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 430px;
}
section.sec_contact a.bg-scale:after{
	background:url(../img/common/bg_contact.jpg) no-repeat top center;
}
section.sec_contact a dl{
  position: relative;
  text-align: center;
  z-index: 10;
}
section.sec_contact a dl dt{
  display: inline-block;
  margin-bottom: 40px;
}
section.sec_contact a dl dt strong{
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #434548;
}
section.sec_contact a dl dd p{
  margin-bottom: 50px;
  font-size: 20px;
}
section.sec_contact a dl dd .button p{
  margin-bottom: 0;
  min-width: 360px;
  padding-left: 40px;
  padding-right: 40px;
}
.button p span.contact{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 18px;
}
.button p span.contact::before{
  position: absolute;
  top:calc(50% - 11px);
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_mail_white.svg) no-repeat center;
  background-size: 100%;
}


/* =======================================
   HOME
========================================== */
/* MainVisual
---------------------------------------- */
.mainVisual_Wrap{
    position: relative;
    top: -80px;
    width: 100%;
    height:calc(100% - 400px);
    padding:360px 0 60px 0;
    background:url(../img/home/bg_pagevisual.jpg) no-repeat center fixed;
    z-index: 0;
}
.mainVisual_Wrap::before{
	position:absolute;
	bottom:-30px;
	left:5%;
	content:"";
	width:301px;
	height:296px;
	background:url(../img/home/saibou.png) no-repeat;
	background-size:100%;
	z-index:999;
}
/*slider*/
.slider_wrap{
    overflow:hidden;
    position: relative; 
    width:100%;
    height:100%;
    max-height:600px;
    z-index: 2;
}
#index_slide {
    position: relative;
    top:0px;
    left: 0%;
    width: 100%;
}
#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%;
    height: 100%;
    object-fit: cover;
 }
@media all and (-ms-high-contrast:none){
#index_slide {left:0;}
}

/*画像きりかえ*/
#index_slide .pc_slide{display: block;}
#index_slide .sp_slide{display: none;}

/*catch_area -home */
.mainVisual_inner{
    position: absolute;
    top:0;
    left:0%;
    width: 100%;
    height: 100%;
    z-index:3;
}
.mainVisual_inner .catch{
    position: relative;
    top:150px;
    left:10%;
    z-index: 0;
    width:80%;
    max-width: 698px;
}

body.eng .mainVisual_inner .catch{
  max-width: 1070px;
}
body.eng .mainVisual_inner .catch .catch_sub{
  max-width: 812px;
  margin-bottom: 20px;
}
/*loading*/
.catch .catch_sub div,
.catch .catch_main{
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: 1s;
  transition-timing-function:ease-in-out;
}
@media print{
  .catch.act .catch_sub div,
  .catch.act .catch_main{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}
}
.catch.act .catch_sub div,
.catch.act .catch_main{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.catch.act .catch_sub .sub01{transition-delay: 100ms;}
.catch.act .catch_sub .sub02{transition-delay: 200ms;}
.catch.act .catch_main{transition-delay: 300ms;}


/* Home:news&columns
---------------------------------------- */
section.sec_news{
  position: relative;
  padding-bottom: 60px;
  background: #fff;
}
section.sec_news .title{
  position: relative;
  width: 100%;
}
section.sec_news .title .button{
  position: absolute;
  right: 0;
  top:0;
}
/*一覧ページ共通*/
.info_list ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3%;
  width: 100%;
}
.info_list li{
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
body.news .info_list li{margin-bottom: 30px;}
.info_list a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.info_list a::before{
position: absolute;
left: 0;
bottom: -1px;
content: '';
width: 100%;
height: 1px;
background: #00A286;
transform: scale(0, 1);
transform-origin: right top; 
transition: transform 0.3s;
}
.info_list a:hover::before{
  transform: scale(1, 1); 
  transform-origin: left top; 
}
.info_list dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.info_list dl dt span{
  position: relative;
  display: inline-block;
}
.info_list dl dt .category{
  padding-left: 70px;
  font-size: 20px;
  font-weight: 700;
}
.info_list dl dt .category.news{color: #0098B1;}
.info_list dl dt .category.column{color: #00A286;}
.info_list dl dt .category::before{
  position: absolute;
  top:50%;
  left: 10px;
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}
.info_list dl dd{
  padding-bottom: 20px;
}
.info_list a:hover dd{
  color: #0098B1;
  transition: 0.2s;
}
.info_list li dl dd .new{
  display: inline-block;
  margin: 0 2px;
  padding: 1px 6px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Sen',Arial, Helvetica, sans-serif;
  color: #2ba8a0;
  border: 1px solid #2ba8a0;
}

/* Home:aboutus(company)
---------------------------------------- */
section.sec_aboutus{
	position:relative;
	width:100%;
	padding:80px 0;
	background:url(../img/home/bg_aboutus.jpg) no-repeat center;
	background-size:cover;
}
section.sec_aboutus::before{
	position:absolute;
	bottom:-2px;
	right:30px;
	content:"";
	width:930px;
	height:226px;
	background:url(../img/home/illust_aboutus.png) no-repeat bottom right;
	z-index:1;
}
section.sec_aboutus .contents_inner{z-index:10;}
.sec_aboutus .catch{
  font-size: 30px;
  margin-bottom: 40px;
}
.sec_aboutus .catch strong.en{font-size: 40px; font-weight: 700;}
.sec_aboutus .lead{
  max-width: 750px;
}

/* Home:sec_works
---------------------------------------- */
section.sec_works{
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	height:auto;
	padding:0px 0 20px;
	background:url(../img/home/bg-fixed.jpg) no-repeat center fixed;
}
body.works section.sec_works{padding: 60px 0;}

.sec_works .sticky_box{
	position: sticky;/*overflow: hidden; が親や祖先にあると使えない*/
	top:0px;
	left:30px;
	width:30%;
	max-width:500px;
	height:300px;
	padding:80px 0;
	z-index:10;
}
.sec_works .sec_inner{
	margin-right:30px;
	width:65%;
	max-width:1219px;
	padding-top:80px;
}
.sec_works li{
	margin-bottom:60px;
}
.sec_works li a{display: block; width: 100%;}
.sec_works dl{
  position: relative;
  width: 100%;
}
.sec_works dl dt{
  overflow: hidden;
  position: relative;
  width: calc(100% - 20px);
  background: #007C91;
  z-index: 20;
}
.sec_works dl dt img{
  display: block;
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.sec_works dl dd{
  position: relative;
  width: calc(100% - 100px);
  margin-top: -40px;
  margin-left: 20px;
  padding: 80px 40px 40px 40px;
  background: #fff;
  z-index: 1;
}
.sec_works dl dd h3{left: -20px;}
.sec_works dl dd .lead{font-size: 20px;}
.sec_works a:hover .lead{color: #0098B1; transition: 0.2s;}
.sec_works dl dd .button{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

img.mobile_photo{display: none !important;}
img.pc_photo{display: block !important;}

/* =======================================
   SUB : COMMON
========================================== */
article{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.pagetitle_wrap{
  overflow: hidden;
  position: relative;
  width: calc(100% - 60px);
  margin:0 auto 30px;
  padding-top: 80px;
  border-bottom:1px solid rgba(0, 0, 0, 0.18);
}
.pagetitle_wrap .pagetitle_inner{
  position: relative;
  padding-right: 20%;
}
.h1_type01{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.h1_type01 *{position: relative; display: block; font-size: 50px; }
.h1_type01 strong.en{
  top:10px;
  margin-right: 30px;
  font-weight: 700;
  color: #137D8E;
}
.h1_type01 strong.en::before,
.h1_type01 strong.en::after{
  position: absolute;
  content: "";
  background: #137D8E;
}
.h1_type01 strong.en::before{
  bottom:10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.h1_type01 strong.en::after{
  top: 40px;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.h1_type01 span{
  font-weight: 600;
  color: #434548;
  letter-spacing: -0.04em;
}
/*pankuzu*/

.pankuzu{
  position: absolute;
  bottom:0px;
  right:0;
  width: 20%;
}
.news_pankuzu_wrap{
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.news_pankuzu_wrap .pankuzu{
  width: calc(100% - 30px);
  bottom:0px;
  right: 30px;
}

ul#pankuzu {
  position: relative;
  width: auto;
  padding: 0;
  text-align: right;
  list-style-type: none;
}
ul#pankuzu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: relative;
  zoom: 1;
  font-size: 16px;
  font-weight: 400;
}
ul#pankuzu li a, ul#pankuzu li:last-child {
  width: auto;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 10px 20px 10px 0;
}
ul#pankuzu li:first-child{margin-left: 1em;}
ul#pankuzu li:last-child{padding-right:0!important;}
ul#pankuzu li a span{color:#0098B1; font-weight:600; text-decoration: underline;}
ul#pankuzu li a:hover span{
  text-decoration:none;
}
ul#pankuzu li a::after {  
  margin: 0 6px;
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  width: 10px;
  height: 1px;
  background: #434548;
}


/*pagevisual_wrap*/
.pagevisual_wrap{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.pagevisual_wrap::before{
  position: absolute;
  top:0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,152,177,0.12);
  z-index: 2;
}
.pagevisual_wrap img{
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 400px;
  z-index: 0;
}

/* =======================================
   SUB: news detail
========================================== */
.news_column_title_wrap{
  position: relative;
  width: 100%;
  padding: 50px 0 1px;
  background: #fafafa;
}
.news_column_title_wrap .title_info{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.news_column_title_wrap .title_info .category_wrap{max-width: 60%;}
.news_column_title_wrap .title_info .date_wrap{max-width: 40%;}

.news_column_title_wrap .title_info .category_wrap p{
  display: inline-block;
  min-width: 200px;
  padding: 4px 10px;
  text-align: center;
}
.news_column_title_wrap .title_info .category_wrap p span{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: -0.05em;
  color: #FFF;
}
.news_column_title_wrap .title_info .category_wrap p span.news{
  background-color: #0098B1;
}
.news_column_title_wrap .title_info .category_wrap p span.column{
  background-color: #00A286;
}
.news_column_title_wrap .title_info .date_wrap p{
  text-align: right;
  font-size: 20px;
  color: #137D8E;
}

/* =======================================
   SUB: COMPANY
========================================== */
.traffic_info{
  display: grid;
  grid-template-columns:  1fr 2fr;
  grid-auto-rows: 100px;
  width: 100%;
  margin-bottom: 60px;
}
.traffic_info .title{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  font-size: 28px;
  color: #137d8e;
}
.traffic_info .detail {
  height: 100%;
}


/* =======================================
   SUB: WORKS
========================================== */
/* works common
---------------------------------------- */
section.works_menu_wrap{
  position: relative;
  padding: 40px 0;
  margin-bottom: 60px;
  background: #E6EEF0;
}
section.works_menu_wrap ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width: 100%;
}
section.works_menu_wrap ul li{
  width: 400px;
  margin: 0 10px;
}
section.works_menu_wrap a{display: block; text-align: center;}
section.works_menu_wrap li .photo{
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
}
section.works_menu_wrap li .photo img{
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
section.works_menu_wrap li span{
  font-weight: 500;
}
section.works_menu_wrap li:hover span{
  color: #0098B1;
  transition: 0.3s;
}


/* pet.html
---------------------------------------- */
.check_list p{
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-size: 20px;
}
.check_list p::before{
  position: absolute;
  top:4px;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/common/icon_check.svg) no-repeat;
  background-size: 100%;
}


/* =======================================
   SUB: CONTACT
========================================== */
/* 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;
    margin:0 0 0 20px;
}
div.contact-step dd{
    font-weight:400;
    color:#666;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #007C91;
}
div.contact-current dt{
  margin-bottom: -3px;
  margin-left: 20px;
  padding-top: 12px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12px;
}
div.contact-current dd{
  margin-left: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
}
/*-----------------
form
------------------*/
table.form{
   width: 100%;  
}
table.form *{font-size:18px !important;}
p.form-button{
    width:95%;
    height: 30px;
    margin:0 !important;
    padding-top:20px;
    padding-bottom: 30px;
}

table.form .bg01{background:#e5ede9;}
table.form th,table.form td{
  position: relative !important; 
  line-height:2em;
}
table.form th{padding-right: 30px;}
.form th span.required,
.form th span.any{
  position: absolute;
  right:0;
  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;
}

.form th small {font-weight: normal;}



table.form input{
   width: 98%;
   display: inline;
   line-height:2em;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-small{
    width:50%;
    display: inline;
}
table.form .calendar{
    position:relative;
    display:inline-block;
    width:30%;
}
table.form .calendar::before{
    position:absolute;
    left:6px;
    top:2px;
    font-family: FontAwesome;
    font-size:18px;
    content:"\f073";
    color:#22c3b4;
    z-index:9999;
}
table.form .text01{
    display:inline-block; 
    width:1em;
    margin:0 10px;
}
table.form .calendar input{
    position:relative;
    display:inline-block;
    width:90%;
    padding-left:30px;
}


table.form select {height:36px;}
table.form option{
   width: auto;
   line-height:2em;
}

table.form textarea{
   width: calc(98.5% - 12px);
  padding: 6px;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}
/**/
table.form input[type="checkbox"]{
   width: auto;
   display: inline-block;
}
input[type="checkbox"] {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 4px solid #007C91;
  border-bottom: 4px solid #007C91;
  content: '';
}
.policy_guide_check label{font-size:18px;}

table.form input[type="radio"]{display: none;}
table.form label.r_label{
position: relative; /* ボックスの位置を指定する */
padding: 0 0 0 24px; /* ボックス内側の余白を指定する */
}
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: #23cdc1;/* ボックスの背景色を指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
opacity: 0; /* 要素を透過指定する */
}
input[type=radio]:checked + label.r_label:before {
opacity: 1; /* 要素を表示する */
}
table.form label.r_label:hover:after {
border-color: #23cdc1; /* ボックスの境界線を実線で指定する */
}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

form .button ,form .button-formback{ width:90%; text-align:center; cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;   font-family: "Zen Kaku Gothic Antique", Arial, "Arial Narrow","游ゴシック", "メイリオ", Meiryo, sans-serif;}

form .button:hover ,form .button-formback:hover{
    -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;
    opacity: 0.6;  
}

form .button{
  padding: 20px 10px !important;
  font-size: 18px;
  background: #0098B1;
  color: #fff;
  border-radius: 30px;
}
form .button-formback{
  padding: 20px 10px !important;
  font-size: 18px;
  background: #959595;
  color: #fff;
  border-radius: 30px;
}
input[type="submit"] {
/*    border-color: #ffa600;box-shadow:none;*/
    border:none; 
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0 );
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0 );
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0 );  
    font-family: "Zen Kaku Gothic Antique", Arial, "Arial Narrow","游ゴシック", "メイリオ", Meiryo, sans-serif;
}

/*error*/
p.error{
  width: 98%;
  padding: 4px;
  margin:0;
  font-size: 16px !important; 
  font-weight:600; 
  color: #fff;
  background: #f78b8b;
}
#error_message{
  font-size: 18px !important; 
  font-weight:600; 
  color: #ff3e3e;
  background: #fff;
}
/*
p.error small{
  font-size: 14px !important; font-weight:600; color: #ff3e3e;
}
.error_box th,
.error_box td{
  background: #ffd9d9 !important;
}*/