@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
background:transparent;
-webkit-text-size-adjust:none;
}
textarea {font-family:inherit;font-size:inherit;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
li{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
mark {font-style:italic;font-weight:400;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
header, section, footer, aside, nav, main, article, figure {display: block;}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}

.bold {font-weight:400;}


.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt80 {margin-top: 80px!important;}
.mt100 {margin-top: 100px!important;}

.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb80 {margin-bottom: 80px!important;}

.pdg3 {padding: 3px;}
.pdg5 {padding: 5px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}
.pdg30 {padding: 30px;}
.pdg40 {padding: 40px;}
.pdg50 {padding: 50px;}

.va--t {vertical-align: top;}
.va--m {vertical-align: middle;}
.va--b {vertical-align: bottom;}

.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}
button[type="submit"]{
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family:inherit;
vertical-align:baseline;
cursor:pointer;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="date"]{
border:1px solid #ddd;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

input[type="submit"]{cursor:pointer;}

select{
border:1px solid #ddd;
font-family:inherit;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;background: #dededf;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #eee;
}
::-webkit-input-placeholder{
color:#888;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color: #888;
}
/**/

/* fade */
.inview-fade,
ul.inview-fade li,
ol.inview-fade li,
dl.inview-fade dt,
dl.inview-fade dd {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 0;
}
.inviewed-fade,
ul.inviewed-fade li,
ol.inviewed-fade li,
dl.inviewed-fade dt,
dl.inviewed-fade dd {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}

/* zoom */
.inview-zoom,
.inviewed-zoom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inview-zoom .backimg,
.inviewed-zoom .backimg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.inview-zoom .backimg {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.15);
  transform: translate3d(-50%, 0, 0) scale(1.15);
  opacity: 0;
}
.inviewed-zoom .backimg {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.0);
  transform: translate3d(-50%, 0, 0) scale(1.0);
  opacity: 1;
}


/* up */
.inview-up,
ul.inview-up li,
ol.inview-up li,
dl.inview-up dt,
dl.inview-up dd {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,20px,0) scale(1.0);
  transform: translate3d(0,20px,0) scale(1.0);
  opacity: 0;
}
.inviewed-up,
ul.inviewed-up li,
ol.inviewed-up li,
dl.inviewed-up dt,
dl.inviewed-up dd {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}
/**/

/*リンク色*/
a{outline:none;color:#000000;-webkit-transition: all .3s;
    transition: all .3s}
a:link     {color:#000000; text-decoration:none; }
a:hover    { color:#666666; text-decoration: none;-webkit-transition: all .3s;
    transition: all .3s}
a:active   {color:#000000; text-decoration:none; }
/* CSS Document */

*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}

span,a{font-size:inherit; font-size: 12px;}

ul {
list-style:none;padding:0;
margin:0;
}

body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body{
font-size:16px;
font-family:"Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-weight: 400;
color:#000000;
position:relative;
width: 100%;
overflow-x:hidden;
line-height: 2;  word-break: break-all;
-webkit-text-size-adjust: 100%;
}

/*#topimage{min-height:100vh;background:url('../img/topimage.jpg') no-repeat 50% 50%;background-size:cover;width:100%;}*/
#topimage{position:relative;position: relative;/*overflow:hidden;*/}

p{line-height:180%;}

.anchor{padding-top: 50px;
margin-top: -50px;}

.cl {
  min-height: 0px;
  clear:both;
}

* html .cl {
  height: 0px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.container .row {
    margin-right: -15px;
    margin-left: -15px;
}
@media screen,tv{
.print{
		display:none;
	}}

a[href^="tel:"] { cursor: default; }

/**/
a img.linkimg{
background:none!important;-webkit-transition: all .3s;
    transition: all .3s
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.nopc{display:none!important;}
.nopc2{display:none!important;}
ul#navi_ul li.nopc2{display:none;}
/**/
   /* .pc:not(body) {
    display: none;
}*/
/*.kv{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kv .main-copy{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}
.kv .sub-copy{
    color: #fff;
    font-size: 20px;
    text-align: center;
}*/
/* ----------------------- */
/* -------- video -------- */
/* ----------------------- */
.video {
  position: relative;
  width: 100%;
  padding-top: 46.25%; /* 16:9 = 9/16 = 0.5625 */
  overflow: hidden;
  background: #000;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(16, 57, 75, .3);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video .video_full{
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 3;
    width: 220px;
    transition: 0.4s all ease;
    display: block;
    background:#fff;
    border-radius: 5px;
    padding: 12px;
    color: #444;
    line-height: 1.5em;
}
.video .video_full:hover{
    transform: scale(1.05);
}
.video .video_full:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}

@media screen and (min-width: 768px) {
  .pc{
        display: block;
    }
    .kv{
        min-width: 960px;
    }

	.kv .main-copy{
		font-size: 60px;
	}

	.kv .sub-copy{
        font-size: 30px;
        margin-top: 10px;
	}
    .video{
        min-width: 960px;
        margin-top: 66px;
    }

}.sound-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.sound-button svg {
 display: none;
  width: 24px;
  height: 24px;
  color: #000;  pointer-events: none;

}

/* 初期：ミュート表示 */
.sound-button .icon-muted {
  display: block;
}

/* 音あり：切り替え表示 */
.sound-button.on .icon-muted {
  display: none;
}
.sound-button.on .icon-sound {
  display: block;
}

/**/

.foot{    background: #009E91;
    color: #fff;
 /*   padding: 140px 0 160px 0;*/}
.foot_logo p{    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}
.add{text-align: center;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;}

/* header */
header {
    padding-top: 12px;
    padding-bottom: 8px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}

/**/
.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex, .flex-st, .flex-cn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;}

/*
#header {
position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    background: #fff url('../cmn/head_line.png') repeat-x 50% 0%;
	z-index:1000;
	width:100%;height:104px;padding-top: 15px;
}

#header:before {
	content: "";
	display: block;
	width: 100%;
}*/
#navi{text-align:center;}



.header_inner {width:100%;
    position: relative;
    margin: 0 auto;
    align-items: center;
	box-sizing:border-box;padding: 0;padding-top:26px;padding-bottom:30px;display:block;display: inline-block;
}
.head_n .contact_box {
    padding: 10px 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 17px;padding-top: 14px;
}a.foot_tel {
    position: relative;
    font-size: 30px;
    line-height: 100%;
    color: #000000!important;
    padding-left: 20px;
}
a.foot_tel:before {content:'';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../cmn/ico_tel.svg) no-repeat 0px 50%;
    background-size: 20px;
}

.con_r{position:relative;}
.con_r:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: -23px;
    width: 1px;
    height: 110%;
    background: #fff;
}

a.con_btn {
    background: #fff;
    color: #FC7C04!important;
    font-size: 14px;
    max-width: 210px;
    width: 100%;
    padding-left: 50px;
    position: relative;
    display: table;
}a.con_btn:before {content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../cmn/ico_mail.svg) no-repeat 16px 50%;
    background-size: 24px;
}

a.con_btn:hover{background:#eee;}


.header_right2 {
	float: right;
    text-align: right;display:block;max-width:308px;width:100%;
}

/*.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;}*/

#navi a{-webkit-transition: all .3s;
    transition: all .3s}


#logo {padding-bottom: 8px;}
#logo a{display:block;}
#logo img {
    height: auto;
    width: 180px;
}
.v_bottom,.v_bottom2{display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    -webkit-align-items: flex-end;align-items: flex-end;    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;}

.v_top{display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    -webkit-align-items: flex-start;align-items: flex-start;    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;}


.top_text{margin-top:-10%;    z-index: 100;
    position: relative;}

.centerBox{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;height: auto;}

.per50{width:50%;}


.top_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10%;
    z-index: 10;
    width: 335px;
    height: 212px;
}.top_icon img{max-width: 335px;
    height: auto;
    width: 100%;
}
#topimage_wrap{position:relative;margin-top:16px;}

#topimage{position:relative;/*background:#9fa0a0;*/
    position: relative;
}

/*#topimage:before{
    content: "";
    display: block;
    padding-top: 55%;}*/

#footer {
    /* padding-top: 60px; */
    background: #fff;
    color: #000;
    position: relative;
    margin-top: 100px;
}

.home #footer {margin-top:0;}
#footer img.footlogo {
    position: relative;
    width: 110px;
    height: auto;
    margin-bottom: 16px;
    margin-top: 4px;
}
#footer #pageTop_wrap img {
    position: relative;
    width: 40px;
    height: auto;
    margin-bottom: 0px;
    margin-top: 4px;
}

.f_logo img{width:200px;height:auto;}


.time th{border:1px solid #fff;background:#ff8429;color:#fff;text-align:center;padding:10px;}
.time td{border:1px solid #ff8429;text-align:center;padding:10px;background:#fff;}

.gry1{position:relative;}
.gry1:before{content:'';
top:0;left:0;width:50%;height:100%;position:absolute;z-index:-1;}
/**/

/**/

h4.entry-title{font-weight:400;}

.trigger span{color:#fff;cursor:pointer;}

ul#navi_ul {display:inline-block;line-height:30px;text-align:center;   /* max-width: 1070px;*/ max-width:100%;
    width: 100%;/*margin-top:14px;*/
}
ul#navi_ul li {
    text-align:center;box-sizing:border-box;display:inline-block;padding: 0px 12px;position:relative;
}

ul#navi_ul li:last-child{border-right:none;}

ul#navi_ul li:nth-child(4){border-right:none;}



ul#navi_ul > li .nosp {
    text-decoration: none;
    font-weight:400;
    position: relative;
    display: block;
    color: #000;
    padding: 0 13px;
    z-index: 2;
    line-height:30px;
    box-sizing: border-box;
}
ul#navi_ul li p {
    line-height: 58px;
    color: #000;
    font-weight:400;
	cursor: pointer;    font-size: 15px;
}

.submenu li {
    margin-left: 20px;
}
.head_tel{display:inline-block;vertical-align:baseline;}

/**/
#navi ul li a#dropdown-trigger:hover:after, #navi ul li a#dropdown-trigger:active:after, #navi ul li a#dropdown-trigger:focus:after, #navi ul li a#dropdown-trigger.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#navi ul li a#dropdown-trigger:before{content:none;}
#navi ul li a#dropdown-trigger:after {
    content:'';
	background:url(../img/b01.png) no-repeat 50% 50%;
	background-size: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
    width:100%;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* sub navi */
#header .level-2 .container {
    max-width: 1140px;
    width: 100%;
}
 .level-2{
    position: absolute;;
    top: 96px;
    left: 0px;
    width: 100%;background: #014C86;    text-align: left;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -10px;
    opacity: 0;padding: 30px 30px 25px;    z-index: -2;  visibility: hidden;
}


#dropdown-trigger_wrap:hover .level-2 {
	margin-top:0;
    opacity: 1;
    visibility: visible;z-index: 100;
}


.level-2 li a{
	display:block;
	padding:0 13px;
	color:#fff!important;font-weight:400;}

/**/
.max-width{max-width:300px;margin:0 auto;}

/**/
.head_r li{display:inline-block;width:50%;text-align:center;padding: 0 10px;}

.top_unko{background:#f7f7f7;border-radius:20px;}

.top_unko > .flex{height:260px;}
.top_unko_l {
    width: 50%;
    position: relative;
    background: url(../img/busimg.jpg) no-repeat 0% 50%;
    height: 100%;
    border-radius: 20px 0px 0 20px;background-size:cover;
}
.top_unko_l img{border-radius:50%;}



.top_unko_l2{
	background: url(../img/train.jpg) no-repeat 70% 70%;
}

.top_unko_r{padding: 15px 20px;padding-bottom:0;width:50%;}

.u_free_r{width:calc(100% - 74px);}

.u_free_r p span{font-size:15px;}

.today_unko{color:#1586c3;font-size:22px;text-align:center;}

.fo15{font-size:15px;}

.recruit_box a{background:#b4a66d;border:1px solid #b4a66d;color:#070d29!important;
	max-width:530px;width:100%;padding:8px 0; display: block;
    margin: 0 auto;line-height: 32px;}

.recruit_box a:hover{color:#b4a66d!important;border:1px solid #b4a66d;background:none;}

.step{width:100%;display:table;margin-bottom:40px;}
.step li{display:table-cell;text-align:center;vertical-align:middle;}

.w28{width:28%;    background: #faf08e;padding: 10px 5px;font-weight:bold;border-radius: 10px;}
.w8{width:8%;font-size:14px;}
.w8 .yaku1{width:100%;background:#eee;}
.fc-toolbar h2 {
    margin: 0;
    color: #000;
}


ol.num01 {
    text-align: left;
    padding: 0;
    margin: 30px 0 30px 30px;
}
ol.num01 > li{
	padding:0;
	margin:5px 0 5px 0;
	list-style:none;
}
ol.num01 > li:nth-child(1):before{content:"① "; margin-left:-18px;}
ol.num01 > li:nth-child(2):before{content:"② "; margin-left:-18px;}
ol.num01 > li:nth-child(3):before{content:"③ "; margin-left:-18px;}
ol.num01 > li:nth-child(4):before{content:"④ "; margin-left:-18px;}

.imap{height:300px;}
.timetable1{border:2px solid #ccc;}

.table.timetable1 td{width:50%!important;text-align:center;}
.table.timetable1 th{text-align:center;}

.table.timetable1 td:first-child{border-right:1px solid #ccc;}

.timetable2{border:2px solid #ccc;}
.table.timetable2 th{text-align:center;width:33.3%!important;    border: 1px solid #ccc;}
.table.timetable2 td{border: 1px solid #ccc;text-align:center;}
.table.timetable2 td{width:33.3%!important;}


.time1_1{font-weight:bold;}

.kiteibox{padding: 20px;
    background: #fafafa;
    margin-bottom: 50px;
    border-radius: 20px;margin-top:20px;
}
.kiteibox h6{margin-bottom:20px;}

.sea_midashi p{font-size:18px;font-weight:bold;}

/**/

.head_tel .f_tel{font-size:26px;    padding-left: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../cmn/tel.png) 0px 50% no-repeat;
    background-size: 20px;}

ul#navi_ul li a {
    position: relative;
    display: block;
    font-size: 16px;    color: #444!important;
    box-sizing: border-box;
    font-weight: 400;
    padding: 9px 0;
}
ul#navi_ul li:before:hover{
	content: "";
	position: absolute;
	 left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background: #014C86;
}


h3 {
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 30px;
}


/**/
#main{/*padding:30px 0;*/padding-bottom:0;overflow:hidden;}

#container {
	overflow: hidden;
	margin-top: 50px;
}


.img-responsive {
    max-width: 100%;
    height: auto;
}

.big{font-size:30px;}


.button {
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn{line-height:60px;border:1px solid #fff;max-width:316px;width:100%;text-align:center;margin:30px;border-radius:none;
font-size:18px;position:relative;}
.contact_btn{    background: url(../cmn/mail_icon.png) no-repeat 20% 50%;
    padding-left: 70px;}
.tel_btn{background:url('../cmn/tel_icon.png') no-repeat 20% 50%;padding-left: 70px;font-size:24px;}
.contact_btn:hover{background:rgba(255,255,255,0.2) url(../cmn/mail_icon.png) no-repeat 20% 50%;}

/**/
#topimage .main-catch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

#topimage  .main-catch-box {
    position: absolute;
    top: 40%;
    left: 24%;
    transform: translate(-50%, -50%);
	  -ms-transform:  translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform:translate(-50%, -50%);
}

/**/
 .pri_wrap ol {
    margin: 20px 0 0 30px;
}
 .pri_wrap{
    background: #fff;
    padding: 30px;
    border: 1px solid #e8e8e8;
}

.pri_wrap li{   list-style: outside decimal;
    font-size: 0.95em;
    line-height: 140%;
margin: 10px 0 0 0;}


@media screen and (min-width: 800px){

}



h3 {
    font-size: 1.5em;
    font-weight:400;
    margin-bottom: 20px;
    position: relative;
}
	  


h4{font-size:24px;margin-bottom:16px;}
h5{font-size:18px;margin-bottom:16px;}

/*h4.new_tit{font-size:16px;font-weight:bold;}

h4.new_tit span{
	background:#c3a33f;text-align:center;color:#fff;width:180px;line-height:28px;display:inline-block;margin-right:18px;margin-left: 15px;}
/*
#news li a{display:block; }
#news li:nth-child(2n-1) a{}

#news2 li{padding: 6px 4px;}


#news ul{width:100%;}
.news_in_wrap{max-width:720px;width:100%;display:table;margin:0 auto;    position: relative;
    margin-top: -90px;
    margin-right: 20px;
}
#news{
    position: relative;
}

.news_in2{padding: 46px 56px;
	background: #fff;}


#news h3:after{color: #fff;border-bottom: 4px #ffffff solid;}

#news h3{padding-bottom:20px;}

#news a:hover h4.new_tit{color:#cccccc!important;-webkit-transition: all .3s;
    transition: all .3s;}
.news_in_wrap h4.new_tit{margin-bottom:0;-webkit-transition: all .3s;
    transition: all .3s;}

.news_in_wrap h2{color:#fff!important;font-size:16px;margin-bottom:0;}
.news_in_wrap h2:first-letter {
    color: #fff;
}
.news_in a{display:block;padding: 10px 10px;color:#fff!important;
-moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0; z-index: 2;    vertical-align: middle;position: relative;
  overflow: hidden;    -webkit-transition: all .3s;
    transition: all .3s;}

.news_in a::after {
  top:0%;
  right:-100%;
  width: 100%;
  height: 100%;
}
.news_in a:hover{color: #cccccc!important;}
.news_in a:hover::after {
  top: 0;
  right: 0;
background:#fff;
}
.news_in a:before{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;
background:url(../cmn/arrow.png) no-repeat 95% 50%;
    background-size: 20px;}

.news_in{  
    width: calc(100% - 160px);
    display: table-cell;
    margin: 0 auto;
    position: relative;
-moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
}

.news_text{position:relative;}
#news2 .news_text:after {
    width: 10px;
    height: 2px;
    left: -20px;
    background: #000;
    top:14px;
    position: absolute;
    z-index: 10;
    content: '';
}

#news2 .whiteback .news_text{    position: relative;
    margin-left: 20px;}

.noi img {
    width: 100%;
    height: auto;
}
*/
.more {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 363px;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.more:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}

.more:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}

.more3 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 280px;
    padding: 0px 0;
    display: block;
    text-align: center;
}
.more3 span{font-size:12px;}
a.more3:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}

.maintop h2{background-size: auto auto;
background-color: rgba(23, 164, 130, 0.96);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(23, 162, 164, 1) 20px, rgba(23, 162, 164, 1) 40px );
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    padding: 10px;
    padding-left: 40px;}


.snsbox{background: #f7f7f7;
    padding: 20px;
    text-align: center;}


.sidebarbox_wrap{width:304px;}


.tel_wrap{display:inline-block;}

.more2{border:1px solid #17a2a4;color:#17a2a4!important;border-radius:30px;line-height:30px;
    padding-bottom: 0px;
    position: relative;margin:0 auto;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 158px;
    padding: 0px 0;
    display: block;
    text-align: center;
margin-bottom:20px;
}

.more2:hover{color:#fff!important;background:#17a2a4!important;}

.more2:after {
position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}
.more2:after:hover {
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
}




.more4 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 523px;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.more4:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #17a2a4;
    border-right: 1px solid #17a2a4;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
}

.more4:hover {background:#17a2a4;color:#fff!important;
	text-decoration:none;
}


.wood_ul .more2 {
    line-height: 40px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    background: #000000;
    color: #fff!important;
    width: 100%;
    width: 220px;
    padding: 0px 0;
    display: block;
    text-align: center;
}

.time_p{margin-bottom:20px;}

.nav-below{/*padding-top:40px;*/padding-bottom:40px;margin-top:40px;}
.nav-previous{float:left;}
.nav-next{float:right;}

.post_cate,.post{ 
    position: relative;  /*  min-height: 500px;*/}
.post h3{margin-bottom:10px;padding:10px;vertical-align: middle;line-height: 140%;text-align: left;}
.post img{max-width:100%;height:auto;text-align:center;margin-bottom:20px;margin-top:20px;}

/**/
.block {overflow:hidden;}
.block img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

.strong{font-weight:400;}
#news li a:hover{color:#cccccc!important;}


.hover-parent {width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
#mw_news .hover-parent,.img_wrap .hover-parent{
border: 1px solid #cecece;
	border-radius: 20px;}

.bus_wrap{max-width:400px;margin:0 auto;display:table;margin-top:30px;margin-bottom:20px;}

figcaption.hover-mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.5);
opacity: 0;
color: #fff;
display: flex;
align-items: center;
text-align: center;
padding: 30px;box-sizing:border-box;　padding-bottom: 0;

}

.hover-parent:hover figcaption.hover-mask {
	width: 100%;
height: 100%;
opacity: 1;
transition: all 0.6s ease;　padding-bottom: 30px;

}
a{-webkit-transition: all .3s;
    transition: all .3s;}
a:hover{-webkit-transition: all .3s;
    transition: all .3s}

span.noi span:before {
    content:"";
    display: block;
    padding-top: 75% /* 高さを幅の75%に固定 */
}
.scale{overflow:hidden;}
.scale > span{   -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
a:hover .scale > span{   -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

/*.img_wrap{border: 1px solid #000;}*/

span.noi{display:block;}

/*
.foot .container {  padding: 0 50px;width: 100%;
}*/
.copy_wrap{background:#F1EADA;}
.foot_link1 {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}
.foot_link1 ul {
    display: flex;
    justify-content: center;
    align-content: center;
}.foot_link1 li{display:inline-block;    margin: 0 10px;}
.foot_link1 li a{display:block;margin:0 auto;position:relative;}
.foot_link1 li a:before{content:'';background:url(../img/ico_link1.svg) no-repeat 0% 50%;width:14px;height:14px;padding-left:20px;background-size:14px;}

.foot_link1{display:block;margin:0 auto;}


.foot ul{text-align:center;}
.foot_sitemap li{display:block;}
.foot_sitemap .col-md-3{margin-bottom:20px;}
.foot_sitemap li a{position:relative;padding-left:20px;}
.foot_sitemap li a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.foot ul{margin-bottom:20px;}

.flex-reverse{flex-direction: row-reverse;}

.foot_logo{font-size:24px;text-align:center;letter-spacing:2px;    margin-bottom: 6px;}

.foot a{display:inline-block;-webkit-transition: all .3s;
    transition: all .3s;color:#fff!important;}

.foot .unei_company li{margin-bottom:16px;}
.foot a:hover{  }

.footinfo{padding-bottom: 40px;}

.copy {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
    padding-top: 33px;    padding-bottom: 20px;
}

.kasen{text-decoration: underline!important;}
.kasen:hover{text-decoration:none!important;}

.img {
    transform: translateX(0%);
}

.img_animated {
    animation: imgFadeInLeft 2s ease both;
}

@media (min-width: 768px){
/*768px以上*/
.tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
            .header .gnav__aside__btn_2 {
    width: 120px !important;
}
    .header .gnav__aside.mobile{display:none;}
    .header .gnav__box a{font-size:14.8px;}
    
}@media (min-width: 1024px){
/*1024px以上*/
.tate2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
}
/**/

/**/

.tel a {
    font-weight: 400;
    font-family: Arial;
    font-size: 38px;
    background: url(../img/tel.png) no-repeat 0 50%;
    padding-left: 30px;
    background-size: 26px;
    color: #17a2a4;
}
.tel{display: block;
    line-height: 100%;
    padding: 10px;}

.tel_wrap .teltime{font-size:15px;font-weight:400;display:block;color:#000;padding-left: 30px;}

.mannaka{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;}

.mannaka2{display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;}

 /* ページャー */
.pagination1{
    margin-top:50px;
    text-align:center}
.page-numbers li{display:inline-block;}
a.page-numbers,
.pagination1 .current{
    background-color: #fff;
    border: solid 1px #000000;
    border-radius:0px;
    padding:6px 9px;
    margin:0 2px;
    text-decoration: none;
    color:#000000;line-height: 140%;}
 
.pagination1 .current{
    background-color: #000000;
    border: solid 1px #000000;
    color:#FFFFFF;line-height: 140%;}
 
 .pagination1 a:hover{
    color: #ffffff!important;
    border: solid 1px #000000;
    background-color: #000000;}

/*下層*/
.submenu {
    display: none;
}
.breadcrumbs{padding:10px;text-align:left;padding-top: 10px;
    line-height: 170%;}
/*.breadcrumbs a{color:#014C86!important;}*/
.breadcrumbs a:hover{text-decoration:underline;}
.breadcrumbs .container span {
    font-size: 13px;    line-height: 160%;
}
/*.kaso_tit_wrap3{position:relative;}
.kaso_tit_wrap3:before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 11;
    margin: 0 calc(50% - 50vw);
    background: #fff;
    width: 100vw;
    content: '';
}*/
.posi_rela_kaso{background: url(../img/topimage.jpg);    padding: 70px 0;}
#main_head h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
}.kaso_tit h2{color:#fff;}
/*
.kasopage h3 {
    position: relative;
    padding: 0.85em 0.85em;
    background: #444444;
    color: #ffffff;
    text-align: left;
}
.kasopage h3:before {
  content: " ";
  position: absolute;
  top: -16px;
  left: 0;
  /*width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
        width: 100%;
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #222222;
}*/

.kasopage h3 {background: #F1EADA;
    background: #efefef;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 30px;    font-weight: bold;
}
.kasopage h3:before{content:'';position:absolute;z-index:2;width:7px;top:0;left:0;background:#FF4D00;height:50%;}
.kasopage h3:after{content:'';position:absolute;z-index:1;width:7px;bottom:0;left:0;background:#009E91;height:100%;}

.kasopage h4{padding-bottom:16px;border-bottom:4px solid #009E91;color:#009E91;font-weight:bold;}





.pageback{padding:100px 0;background:#ccc;}

.kaso_back h2 {
    line-height: 100%;
    font-weight: 700;
    position: relative;
    z-index: 12;
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 36px 10px;
    text-align: center;
    color: #0e5287;
    background: rgb(255 255 255 / 80%);
    max-width: 600px;
    border-radius: 10px;
}

.accordionbox{padding-top:50px;padding-bottom:50px;}
.accordionlist{
/*width: 80%;*/
    margin: 30px 20px;
	box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
	background:#fff;
}
.accordionlist dt{position:relative;
    display:block;cursor: pointer;
    padding: 15px;padding-left:60px;
    border-top: 1px solid #DFDFDF;font-weight:400;
background: url(../cmn/q1.png)no-repeat 15px 20px;
    background-size: 35px;
	
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
	float: left;
	font-size:22px;padding-top: 10px;width: calc(100% - 65px);
}
.accordionlist dt .title2{
    /*padding-left: 10px;padding-top: 10px;*/
	float: left;
	font-size:22px;width:90%;
}
.accordionlist dd{
    display:none;
	background:#F7F7F7 url(../cmn/a1.png)no-repeat 15px 20px;
	background-size: 35px;
    padding: 15px;padding-left:60px;}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}


.accordion_icon {
	right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	position: relative;    position: absolute;
	width: 50px;
	height: 50px;
	float: right;
	margin-right:30px;
	background:#9a8f66;
	border-radius:25px;
}
.accordion_icon span {
	position: absolute;
left:0;right:0;margin:auto;
width: 50%;
    height: 3px;
    background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 25px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 25px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon:hover{cursor: pointer;}
.accordion_icon.active2 span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active2 span:nth-of-type(2) {
	top: 25px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

span.require {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 55px;
    height: 32px;
    padding: 3px 10px;
    color:#fff;
    background: #f59900;    z-index: 1;
    font-size: 14px;
    text-align: center;line-height:27px;
}

input[type="tel"],
input[type="email"] {
    border: 1px solid #ccc;
    padding: 5px;
    color: #000;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff));
    background: -moz-linear-gradient( top, #eee, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
    zoom: 1;

}

input[type="text"], textarea {
    border: 1px solid #ccc;
    padding: 5px;
    color: #000;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
    background: -moz-linear-gradient( top, #eee, #fff );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;	

}

 textarea { 
    width: 100%;    height: 200px;}


input[type="submit"],input[type="button"]{
  -webkit-transition: all .3s;
  transition: all .3s;
font-family:"Noto Sans Japanese","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position:relative;  z-index: 2;
  overflow: hidden;
    overflow: hidden;
    border: 1px solid #17a2a4;
    color: #17a2a4!important;
    border-radius: 30px;
    line-height: 65px;
    padding-bottom: 0px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    width: 363px;
    padding: 0px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
input[type="button"].wpcf7c-btn-back{background:#ccc;    border: 2px solid #ccc;
}



input[type="submit"]:hover,input[type="button"]:hover{background:#17a2a4;color:#fff!important;	text-decoration:none;}



::placeholder{
  color:#ccc
}

#searchform{width:230px;background: #ebebeb;
    padding: 8px 10px;
    border-radius: 40px;height:47px;}

#searchform input[type="text"]{max-width:184px;}

#searchform input[type=submit] {
    width: 30px;
    height: 30px;
	background:url(../cmn/mushimegane.svg) center/20px no-repeat;
    border: none;
    cursor: pointer;padding:0;margin:0;line-height:32px;display:inline-block;
}
#searchform input[type=submit]:hover {
    width: 30px;
    height: 30px;
	    background:url(../cmn/mushimegane.svg) center/20px no-repeat!important;
    border: none;
    cursor: pointer;padding:0;margin:0;line-height:32px;display:inline-block;
}

#searchform input[type="text"] {
    background: inherit;
    padding: 3px;
    font-size: 16px;
    border: none;
    line-height: 140%;
    width: calc(100% - 30px);
}

.table_contact_wrap{max-width:900px;margin:0 auto;}
.table_contact th {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;border-right:none;border-left:none;
    position: relative;background: #eee;
    text-align: left;padding-right:60px;

}

.table_contact td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;background:#fff;	border-left:none;border-right:none;    padding-left: 20px;
    padding-right: 20px;
}

.table_contact tr:last-child {
    border-bottom: 1px solid #cccccc;
}

.table_contact {
    width: 100%;
    margin: 0 auto;margin-bottom: 30px;
}

.table_contact tbody,
.table_contact tr {
    width: 100%;
}

.whiteback {
    background: #fff;
    padding: 30px;
    border: 2px solid #e8e8e8;
    border-radius: 20px;
}

.whiteback.post a{color:#007bff!important;}
.whiteback.post a:hover{color:#007bff!important;text-decoration:underline;}

h3.tit_h3{border-bottom: 2px solid #17a2a4;
    padding: 10px;
    padding-top: 0;text-align:left;line-height: 140%;    padding-left: 23px;}
h3.tit_h3:before{content:'';width:5px;position:absolute;z-index:10;top:0;bottom:0;height:90%;background:#17a2a4;left:0;}


.sitemap li{
    list-style: circle;
    margin-left: 15px;
}

.map iframe{
    max-width: 100%;
}

/* --------------------------------
 * CONTACT
 * -------------------------------- */

.contact_box{box-sizing:border-box;background: #E5E0D5;max-width:620px;width:100%;
    color: #000;
    padding: 20px 36px;margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;}

.contact_box h4{    font-size: 17px;    margin-bottom: 10px;}


#contact_box table{width:100%;}
#contact_box tr{border-top: 1px solid #dfe6ea;}
#contact_box th{font-size:17px;font-weight:400;margin-bottom:10px;padding:10px 0;width:30%;}

#contact_box td{width:70%;padding:16px 0;}
.emphasis{position:absolute;z-index:10;top:0;bottom:0;margin:auto 0;
	font-size:14px;color:#fff;background:#000000;width:48px;height:28px;line-height:24px;display:inline-block;text-align:center;right:14px;
-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], input[type="date"], input[type="tel"], textarea {
    background: #ffffff;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #dce0e0;
}

input[type="text"], input[type="email"]{
    width: 100%;
}
textarea {
    width: 100%;
}
.radio{padding:15px 0;}

.contact_bottom li{text-align:center;font-size:17px;padding:16px 0;padding-bottom:46px;}
.contact_bottom a{color:#0084a3!important;}

#contact_box div.contact_bottom div.item {
    /* width: 400px; */
    margin: 20px auto;
    text-align: center;
}
#contact_box div.item input[type=submit] {
    max-width: 210px;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff!important;
    letter-spacing: 1px;
}
#contact_box div.item input[name=submitconfirm] {
    max-width: 210px;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
}
#contact_box div.item input[name=submitBack] {
    max-width: 210px;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
}
#contact_box div.item input[type=submit]:hover {
  color: #fff;
	text-decoration:none;
}
.button_wrap{    position: relative;
    z-index: 2;
    max-width: 234px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #014C86;
    border-radius: 10px;
	margin-bottom: 20px;}
.button_wrap_submitBack {background:#666;}


.button_wrap::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button_wrap::after {
  top:0%;
  right:-100%;
  width: 100%;
  height: 100%;    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button_wrap:hover::after {
  top: 0;
  right: 0;
  background:#216fa3!important;
}

.radio input[type="radio"]{
    display: none!important;
}

.radio  input[type="radio"] + span{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}

.radio  input[type="radio"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom:0;margin:auto 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}

.radio  input[type="radio"]:checked + span{
  color: #014C86;
}

.radio  input[type="radio"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom:0;margin:auto 0;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #014C86;
  border-radius: 50%;
}

.container{max-width:1300px;padding:0 30px;}

.flex-reverse{  -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;}
@media (min-width: 1200px){
.container {
	width: 1300px;max-width: 100%;}
   #header .container {
      /*  padding: 30px 30px;*/
        width: auto;display: flex;
        justify-content: space-between;
        position: relative;
    }
}

#topimage{
    position: relative;
}
.main-visual {
   width: 100%;
    background-size: cover;
    text-align: center;
    position: relative;overflow:hidden;margin-bottom:30px;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  /*  pointer-events: none;*/
}
.main-visual .img_v {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
    padding: 20px;
}

h2 {
    color: #444;
    display: block;
    position: relative;
    font-size:42px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.home h2{text-align:center;}
h2 span.txt_mini{
font-size: 20px;
font-weight: 500;
line-height: normal;display:block;margin-left:0;}

.home h2 span.tit {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 14px;font-size:60px;
margin-left:0;}

.home h2 span.tit:before{width:140px;content:'';height:10px;left:0;bottom:0;background:#FF4D00;position:absolute;   position: absolute; /* 親要素に相対的に配置されます */
    left: 50%; /* 真ん中に配置 */
    transform: translateX(-50%); /* 真ん中からの位置調整 */
    margin-left: -70px; /* 左に140pxずらす */}
.home h2 span.tit:after {
    width: 140px;
    content: '';
    height: 10px;
    right: 0;
    bottom: 0;
    background: #009E91;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 70px;
}

.top_block{padding-bottom:80px;padding-top:40px;}

.p_in{    padding-top: 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;}

.more1 {
    background: #444;
    color: #fff;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    display: table;
    position: relative;
    color: #fff !important;
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 24px;
    border-radius:0;
}
.more1:hover{background:#666;}
.more1:before {
    content: '';
    width: 14px;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #FF4D00;
    position: absolute;z-index:10;
}.more1:after {
    content: '';
    width: 14px;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #009E91;
    position: absolute;z-index:10;
}

.time{font-size: 12px;}


span.noi span {
    position: relative;
    width: 100%;
    height: 100%;
}
span.noi span {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
}

.ser1 figcaption{margin-top:10px;}

.cate_link{padding:17px 30px;background:#fff;display:block;margin-bottom:10px;border:1px solid #fff;height:100%;}
.cate_link .flex{height:100%;}

.cate_link h4,.cate_link p{-webkit-transition: all .3s;
	transition: all .3s;}
.cate_link:hover h4,.cate_link:hover p{color:#666!important;}
.cate_link:hover{border:1px solid #000;}

#news figure{border: 1px solid #cecece;
    border-radius: 20px;}

.home #news h2 span.tit:before{    margin-left: 0;
    transform: none;}
.home #news h2 span.tit:after{content:none;}
.page-home .info-list__cat {
    display: inline-block;
    min-width: 7em;
    padding: 0 .25em;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #212529;
}
.slick-disabled{display:none!important;}

/**/
.table th{
width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    position: relative;
    background: #eee;
    text-align: left;}

.table td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    border-left: none;
    border-right: none;
    padding-left: 20px;
    padding-right: 20px;
}

.img_sns{position:relative;    padding-bottom: 50px;}

.sns_icon_wrap{position:absolute;z-index:10;bottom:0;right:0;}
.sns_icon_wrap div{padding:0 4px;}


table a{text-decoration:underline!important;}

.syutten img{border-radius:10px;}

.border1{padding:10px 20px;border-bottom:1px solid #ccc;}

/**/
.slidework{margin-bottom:60px;}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -26px;
}
.slick-dots li button:before {
    font-family: 'slick';
	font-size: 16px;}
.nav-previous {
    float: left;
}

.slick-prev::before {
    content: url(../cmn/arrow_l.svg) !important;
}

.slick-next::before {
    content: url(../cmn/arrow_r.svg) !important;
}
.slick-prev{left:1px;}
.slick-next{right:1px;}
.slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
	z-index:10;    top: 44%;
}

.nav-next {
    float: right;
}

.iframe_map{height:300px;margin-bottom:10px;}
.iframe_map iframe{height:300px;width:100%;}

.wood_ul li{padding-bottom:20px;border-bottom:1px solid #ccc;}

/*side*/
/*.time1{font-size:12px;}
*/
.indent{padding-left:1em;
text-indent:-1em;}

.hosoku{font-size:11px;}
.hosoku2{color:#d30225;font-size:11px;}

/**/

.wpcf7cp-btns .wpcf7cp-cfm-edit-btn,
.wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
input[type="submit"],input[type="button"]{
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    max-width: 314px;
    width: 100%;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
    /* background-size: 8px; */
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    letter-spacing: 2px;
    z-index: 2;

	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
font-family:"Noto Sans JP", sans-serif;
}
.wpcf7cp-btns .wpcf7cp-cfm-submit-btn{
    border-radius: 30px;border: 1px solid #17a2a4;
    color: #17a2a4!important;
}
.wpcf7cp-cfm-submit-btn:hover,.wpcf7c-btn-backwpcf7c-btn-back:hover{background:#17a2a4;color:#fff!important;}

input[type="button"].wpcf7c-btn-back{background:#fff;color:#ccc!important;cursor: pointer;   }

input.wpcf7c-conf, textarea.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}

.wpcf7cp-btns .wpcf7cp-cfm-edit-btn{background:#eee;  border-radius: 30px;  }

#wpcf7cpcnf table th,
.table_contact th {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;    border: 1px solid #ccc;border-left:none;
    position: relative;
    text-align: left;padding-right:60px;

}

#wpcf7cpcnf table td,
.table_contact td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
       border: 1px solid #ccc;background:#fff;	border-left:none;border-right:none;
}

#wpcf7cpcnf table tr:last-child,
.table_contact tr:last-child {
    border-bottom: 1px solid #cccccc;
}

#wpcf7cpcnf table,
.table_contact {
    width: 100%;
    margin: 0 auto;margin-bottom: 30px;
}

#wpcf7cpcnf table tbody,
#wpcf7cpcnf table tr,
.table_contact tbody,
.table_contact tr {
    width: 100%;
}
.ir_flex,.recruit_flex{display:flex;}

.ir_flex .more1{background:#fff;color:#444!important}
.recruit_flex .more1{background:#fff;color:#444!important}
.recruit_r {
    background: #444;
    color: #fff;
    padding: 60px 50px;
    width: 40%;
}
.recruit_r_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.recruit_img{width:60%;}
.recruit_img img{width:100%;height:100%;object-fit:cover;}

.ir_l{background: #444;
    color: #fff;
    padding: 40px;
    width: 40%;
}
.ir_l_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.ir_img{width:60%;}
.ir_img img{width:100%;height:100%;object-fit:cover;}
.w33{width:32%;}

.dd-flex{display:flex;    justify-content: space-between;margin-top:28px;    max-width: 970px;
    margin: 0 auto;}

.w33 img{width:100%;height:230px;object-fit:cover;}
#sns_guideline .container{padding-bottom:100px;}


.backimg{padding:14% 0;position:relative; z-index: -1;    margin-bottom: 70px;}
#top_company{padding-top:100px;}
.inner{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
}
.bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-image: url('../../index/img/new/company_back.jpg');
   background-size: cover;
   background-position: center;
   z-index: -1;
}
#about{padding-top:150px;}

.img_handing01 {height:430px;}
.img_handing01 img{height:100%;width:100%;object-fit:cover;}
.img_concept01 {height:430px;}
.img_concept01 img{height:100%;width:100%;object-fit:cover;
object-position: 50% 62%;}
.img_story01 {height:430px;}
.img_story01 img{height:100%;width:100%;object-fit:cover;
    object-position: 50% 70%;}
/**/
.histryList01{position:relative;}
.histryList01 dl{display:table;width:100%;position:relative;padding-bottom:18px;}
.histryList01 dt {
    display: table-cell;
    vertical-align: top;
    width: calc(16% - 60px);
    min-width: 170px;
    position: relative;
    padding-left: 60px;
}.histryList01 dd{display:table-cell;vertical-align:top;width:84%;}
.histryList01 dt::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 11px;
    background: #009E91;
}
.histryList01 dl::before {
    background: #009E91;
    content: "";
    height: 100%;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 28px;
    top: 15px;
}
.histryList01 dl:last-child::before{content:none;}

/**/
.newslist_cale dl {
    display: table;
    width: 100%;
    position: relative;
    /* padding-bottom: 18px; */
    margin-bottom: 30px;
}.newslist_cale dt {
    display: table-cell;
    vertical-align: top;
    width: calc(16% - 60px);
    min-width: 170px;
    position: relative;
    padding-left: 60px;
}
.newslist_cale dl::before {
    background: #009E91;
    content: "";
    width: 6px;
    position: absolute;
    left: 0px;top:0;height:100%;
}
.newslist_cale dd{display:table-cell;vertical-align:top;width:84%;}

.header .gnav__aside__btn {
    display: flex;
    width: 280px;
    transition: opacity .15s linear;
    min-height: 44px;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 12px;
    font-weight: bold;
}

.header .newMenu:hover {
  color: #495057 !important;
  text-decoration: underline !important;
  background-color: unset !important;
}.header .gnav__aside__btn::after{background-image: none;}
.header .gnav__aside__icon{width:20px;}

/*.btn_mainsite span{padding-right:15px;}*/
/*.header .gnav__menu{font-weight:bold;    margin-bottom: 10px;}*/
.header .gnav__menus2{gap:8px;}
/**/

/* css */
.youtube-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.6%;
    margin-top: 66px;
}

.youtube-ratio iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .is-scrolled .header {
    transform: none !important;
    transition: none !important;
  }
  .is-scrolled-ready .header {
    transform: none !important;
  }
}
