@charset "utf-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}
@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}
img.img-fluid {display: block;}
@media (min-width: 768px) {
.modal-dialog {max-width: 650px;}
}
.ind1 {position: relative; z-index: 1;}
.ind2 {position: relative; z-index: 2;}
.ind3 {position: relative; z-index: 3;}

/* base
---------------------------------------------------- */
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,
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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear{clear:both;}
img{border:0;vertical-align:bottom;}
a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
hr {
    display:block;
    height:1px;
    border-top:1px dotted #2d3a43;
    margin:0;
    padding:0;
	margin-bottom:20px
}
body{
	font-size: 100%;
	line-height:185%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2d3a43;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}
header,main,footer{font-family: 'Noto Sans JP', sans-serif;}

/* header
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.header{
	width: 100%;
	z-index: 9!important;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;
	}
}
@media print, screen and (min-width: 576px) {
.header{
	width: 100%;
	z-index: 9!important;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;	
	}
}

/* h1
---------------------------------------------------- */
.logo{margin-bottom: 20px;}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#2d3a43;}

/* menu
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.menu{
    height: 50px;
	position: fixed;
	right:0;
    top: 0;
    width: 50px;
	padding:15px 10px;
	background: #2d3a43;
	cursor: pointer;
	z-index: 9999
	}
.menu__line{
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 30px;
}
.menu__line--center{
    top: 25px;
}
.menu__line--bottom{
    bottom: 13px;
}
.menu__line--top.active{
    width: 30px;
    top: 25px;
	left:10px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    width: 30px;
    top: 25px;
	left:10px;	
    transform: rotate(135deg);
	}
}

@media print, screen and (min-width: 768px) {
.menu{
    height: 100px;
	position: fixed;
	right:0;
    top: 0;
    width: 100px;
	padding:40px 20px;
	background: #2d3a43;
	cursor: pointer;
	z-index: 9999
	}
.menu__line{
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 60px;
}
.menu__line--center{
    top: 50px;
}
.menu__line--bottom{
    bottom: 38px;
}
.menu__line--top.active{
    width: 43px;	
    top: 49px;
	left:30px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    width: 43px;		
    bottom: 49px;
	left:30px;	
    transform: rotate(135deg);
	}
}

/*gnav*/
.gnav{
    background: rgba(255,255,255,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9;
	top:0;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.gnav__menu{width: 90%;}
@media print, screen and (min-width: 768px) {.gnav__menu{width: 600px;}}
@media print, screen and (min-width: 992px) {.gnav__menu{width: 800px;}}
@media print, screen and (min-width: 1200px) {.gnav__menu{width: 1000px;}}

.gnav__menu li{list-style: none}
.gnav__menu__item a{
	display: block;
    color: #2d3a43;
    font-size: 12px;
	text-align: center;
    padding: 10px 0;
    text-decoration: none;
    transition: .5s;
	border-bottom: 1px solid #2d3a43;
}
@media print, screen and (min-width: 768px) {
.gnav__menu__item a{
    font-size: 18px;
    padding: 20px 0;
	}
}

.gnav__menu__item a:hover{color: #aaa;}

@media print, screen and (min-width: 768px) {
.gnav__menu__item span{
    color: #33ddff;
	font-size: 14px !important;
	}
}

.li001{width:48% !important; float: left !important; clear: both;}
.li002{width:48% !important; float: right!important;}
.li003{width:48% !important; float: left !important; clear: both;}
.li004{width:48% !important; float: right!important;}
.li005{width:48% !important; float: left !important; clear: both;}
.li006{width:48% !important; float: right!important;}
.li007{width:100% !important; clear: both;}
.navi-on a{color:#33ddff;}

/* header_btn_tel
---------------------------------------------------- */
.p10-0{padding: 10px 0;}

.header_btn_tel{
	display:block;
	padding:15px 0;
	text-align:center;
	margin-bottom: 8px;
	letter-spacing: 2px;
	}
@media only screen and (max-width: 767px) {
.header_btn_tel{
	font-size: 18px;
	color: #fff;
	padding:15px 0;
	background:#33ddff;
	border-radius: 100px;
	}
}

.header_btn_tel a:link,
.header_btn_tel a:visited,
.header_btn_tel a:hover,
.header_btn_tel a:active{color:#3d9547}
.header_btn_tel i{font-size:80%; margin:-3px 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.header_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	color: #2d3a43;
	font-size:30px;
	margin-bottom: 0;
	}
.header_btn_tel i{margin:0 5px 0 0; color:#3d9547;}
}

@media print, screen and (min-width: 992px) {
.header_btn_tel{font-size: 35px;}
.header_btn_tel i{margin: 0 8px 5px 0; font-size: 25px;}
}

/* content
---------------------------------------------------- */
main {line-height: 1.8em;}

/* index.html
---------------------------------------------------- */
/* main余白
---------------------------------------------------- */
.mainimg{ margin-top: 0px !important;}
@media print, screen and (min-width: 768px)  {.mainimg{margin-top:0px !important;}}

/* mainimage
---------------------------------------------------- */
.swiper-wrapper img{margin: 0 auto;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px!important;}
@media print, screen and (min-width: 1200px) {
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px!important;
	}
}

#mainimage {position: relative;}

@media only screen and (max-width: 767px)  {
.swiper-container, .swiper-slide { height: 350px;}
.swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	}
}

@media only screen and (max-width: 767px)  {
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 42%;
	left: 5%;
	right: 30%;
	bottom: 0%;
	}
}
@media print, screen and (min-width: 768px){
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 42%;
	left: 5%;
	right: 60%;
	bottom: 0%;
	}
}

@media print, screen and (min-width: 992px){
#mainimage h2{
	top: 42%;
	left: 5%;
	right: 60%;
	bottom: 0%;
	}
}

@media print, screen and (min-width: 1200px){
#mainimage h2{
	top: 42%;
	left: 5%;
	right: 60%;
	bottom: 0%;
	}
}

@media print, screen and (min-width: 1400px){
#mainimage h2{
	top: 15%;
	left: 8%;
	right: 50%;
	bottom: 0%;
	}
}

.swiper-button-next,
.swiper-button-prev{z-index: 200!important; position: absolute!important;}

/* f-navi
---------------------------------------------------- */
.main-navi {
	width:100%;
	text-align:left;
	padding: 30px 30px 30px 30px;
	background: #2d3a43;
}
.main-navi ul{list-style:none;}
.main-navi li{
	line-height: 100%;
	display: block;
	background: #2d3a43;
}
.main-navi li a{
	display:block;
	font-size: 14px;
	padding: 15px 0;
	color: #fff;
	border-bottom:1px solid #5f6a72;
}
.main-navi li:before{
	font-family: "Font Awesome 5 Free";
	content:" \f138";
	float: right;
	font-size: 85%;
	font-weight: bold;
	color: #33ddff;
	padding: 15px 0 0 0;
}

@media print, screen and (min-width: 1400px){
.main-navi li a{
	font-size: 16px;
	padding: 20px 0;
	}
.main-navi li:before{
	padding: 20px 0 0 0;
	}
}

.main-navi a:link,
.main-navi a:visited{color: #fff; text-decoration:none}
.main-navi a:hover,
.main-navi a:active{color: #33ddff; text-decoration:none}


.p01-box03 h3{
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 20px;
}
.p01-box03 h3 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

@media print, screen and (min-width: 768px){
.p01-box03{
	padding: 0 ;
	}
.p01-box03 h3{
	font-size: 50px;
	line-height: 45px;
}
.p01-box03 h3 span{
	font-size: 26px;
	}
}

@media print, screen and (min-width: 1200px){
.p01-box03{
	padding: 200px 0 0 0;
	}
.p01-box03 h3{
	font-size: 40px;
	line-height: 35px;
	text-align: left;
}
.p01-box03 h3 span{
	font-size: 20px;
	}
}


@media print, screen and (min-width: 1400px){
.p01-box03{
	padding: 200px 0 0 60px;
	}
.p01-box03 h3{
	font-size: 50px;
	line-height: 45px;
}
.p01-box03 h3 span{
	font-size: 26px;
	}
}


/* no-box
---------------------------------------------------- */
.no-box{
	position:relative;
}
.no-box span {
	position: absolute;
	top:-30px;
	left:10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 55px;
	line-height: 65px;
	}

@media print, screen and (min-width: 768px) {
.no-box{
	position:relative;
	padding-top: 30px;
}	
.no-box span {
	top:0px;
	left:20px;
	font-size: 70px;
	line-height: 70px;	
	}
}

@media print, screen and (min-width: 1200px) {
.no-box{
	position:relative;
	padding-top: 50px;
}	
.no-box span {
	top:0px;
	left:30px;
	font-size: 90px;
	line-height: 100px;	
	}
}

/* banner
---------------------------------------------------- */
.linkno{position:relative; z-index: 9999}
.linkno span{
	position:absolute;
	bottom:-25px;
	left:20px;
	width: 50px;
	}
@media print, screen and (min-width: 768px) {
.linkno span{
	bottom:-35px;
	left:50px;
	width: initial;
	}
}

/* banner1
---------------------------------------------------- */
.banner_1 {
    position: relative;
    overflow: hidden;
 	display: block;
	border-radius: 50px 0 50px 0
}

.banner_1 a:link{
 	display: block;
	padding:30px 20px;
	font-size: 18px;
	text-align: center;
	color: #2d3a43;
	}
@media print, screen and (min-width: 768px) {
.banner_1 a:link{
	padding: 60px 40px;
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.banner_1 a:link{
	padding: 60px 60px 60px 60px;
	font-size: 30px;
	}
}

.banner_1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url("../images/link01.jpg") no-repeat scroll 50% 0% / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.banner_1:hover:after {
/*    opacity: .8;*/
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner_1 .inner {
    z-index: 1;
    position: relative;
}

.banner_1 h3{
	font-size: 22px;
	line-height: 32px;
	font-family: 'Noto Sans JP', sans-serif;	
	color: #fff;
	text-align: left;
	margin-bottom: 80px;
	}
.banner_1 p{
	font-size: 16px;
	text-align: left;
	}

@media print, screen and (min-width: 768px) {
.banner_1 h3{
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 70px;	
	}
.banner_1 p{
	font-size: 16px;
	}
}
@media print, screen and (min-width: 992px) {
.banner_1 h3{
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 150px;	
	}
.banner_1 p{
	font-size: 18px;
	}
}
@media print, screen and (min-width: 1400px) {
.banner_1 h3{
	margin-bottom: 150px;	
	}
}

/* banner2
---------------------------------------------------- */
.banner_2 {
    position: relative;
    overflow: hidden;
 	display: block;
	border-radius: 50px 0 50px 0
}

.banner_2 a:link{
 	display: block;
	padding: 30px 20px;
	font-size: 18px;
	text-align: center;
	color: #2d3a43;
	}
@media print, screen and (min-width: 768px) {
.banner_2 a:link{
	padding: 60px 40px;
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.banner_2 a:link{
	padding: 60px 60px 60px 60px;
	font-size: 30px;
	}
}

.banner_2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url("../images/link02.jpg") no-repeat scroll 50% 0% / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.banner_2:hover:after {
/*    opacity: .8;*/
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner_2 .inner {
    z-index: 1;
    position: relative;
}

.banner_2 h3{
	font-size: 22px;
	line-height: 32px;
	font-family: 'Noto Sans JP', sans-serif;	
	color: #fff;
	text-align: left;
	margin-bottom: 60px;
	}
.banner_2 p{
	font-size: 16px;
	text-align: left;
	}

@media print, screen and (min-width: 768px) {
.banner_2 h3{
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 110px;	
	}
.banner_2 p{
	font-size: 16px;
	}
}
@media print, screen and (min-width: 992px) {
.banner_2 h3{
	font-size: 35px;
	line-height: 55px;
	margin-bottom: 200px;	
	}
.banner_2 p{
	font-size: 18px;
	}
}
@media print, screen and (min-width: 1400px) {
.banner_2 h3{
	margin-bottom: 300px;	
	}
}

/* area
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.p01-box01{margin: 80px 0 0 0;}}

/* recruit
---------------------------------------------------- */
.p01-box02{
	background: #2d3a43;
	padding:20px;
	}
.p01-box02 h4{
	font-size: 110%;
	line-height: 140%;
	margin-bottom: 10px;
	}

@media print, screen and (min-width: 768px) {
.p01-box02{
	border-radius: 50px 0 0 50px;	
	padding:60px 50px 50px 50px;
	margin: 100px 0 0 0;
	}
.p01-box02 h4{
	font-size: 130%;
	margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 1400px) {
.p01-box02{
	padding: 90px 90px 90px 130px;
	margin: 120px 0 0 0;
	}
}

/* bottom_btn_tel
---------------------------------------------------- */
.bottom_btn_tel{
	color: #fff;
	display:block;
	padding:15px 0;
	text-align:center;
	margin-bottom: 8px;
	letter-spacing: 2px;
	}

@media only screen and (max-width: 767px) {
.bottom_btn_tel{
	font-size: 18px;
	color: #fff;
	padding:15px 0;
	background:#33ddff;
	border-radius: 100px;
	}
}

.bottom_btn_tel a:link,
.bottom_btn_tel a:visited,
.bottom_btn_tel a:hover,
.bottom_btn_tel a:active{color:#fff}
.bottom_btn_tel i{font-size:80%; margin:-3px 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.bottom_btn_tel{
	display:block;
	background-color:transparent;
	padding:0;
	color: #fff;
	font-size:30px;
	margin-bottom: 15px;
	}
.bottom_btn_tel i{margin:0 5px 0 0; color:#fff;}
}

@media print, screen and (min-width: 992px) {
.bottom_btn_tel{font-size: 40px;}
.bottom_btn_tel i{margin: 0 8px 5px 0; font-size: 25px;}
}

/* footer
---------------------------------------------------- */
/* footer01
---------------------------------------------------- */
#footer01{
	clear: both;
	width: 100%;
	}

/* f-yohaku
---------------------------------------------------- */
.f-yohaku01{padding: 30px 0; font-size: 14px;}
@media print, screen and (min-width: 768px) {.f-yohaku01{padding: 50px 0; font-size: 16px;}}
@media print, screen and (min-width: 992px) {.f-yohaku01{padding: 70px 0;}}
@media print, screen and (min-width:1200px) {.f-yohaku01{padding: 100px 0;}}

/* f-info
---------------------------------------------------- */	
@media only screen and (max-width: 767px) {
.f-info{
	line-height: 25px;
	margin-bottom: 20px;
	text-align: center;
	}
.f-info h3 {
	margin-bottom: 10px;
	}
.f-info h3 img{
	margin: 0 auto;	
	}
}
@media print, screen and (min-width: 768px) {
.f-info{
	text-align: left;
	line-height: 28px;
	}
.f-info h3 {
	margin-bottom: 20px;
	}	
}
@media print, screen and (min-width: 992px) {
.f-info{
	line-height: 30px;
	}
}

.f-address i{color: #33ddff; margin: 0 0 0 10px}

@media only screen and (max-width: 767px) {
.btn-bottom-tel{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: block;
	padding:15px 0;
	background:#33ddff;
	border-radius: 100px;
	border:0;
	text-align: center;
	margin: 8px 0;
	}
.btn-bottom-tel i{color: #33ddff; font-size: 16px; margin:0 5px 0 0;}
}

/* f-navi
---------------------------------------------------- */
#textlink {width:100%; color: #2d3a43; margin-bottom: 20px;}
#textlink ul{list-style:none}
#textlink li{line-height:100%; display:block; background-color:#fff; border-bottom:1px solid #eee}
#textlink li .last{border-bottom:0px solid #eee}
#textlink li i{float:right; color: #2d3a43;}
#textlink li a{display:block; padding:15px; text-align:left; color: #2d3a43; font-weight:normal;}
#textlink li:first-child{border-left: 0px;}
#textlink a:link, 
#textlink a:visited,
#textlink a:hover,
#textlink a:active{color: #2d3a43; text-decoration:none}
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:85%;
	font-weight: bold;
	color: #64669b;
	}
@media only screen and (max-width: 767px) {#textlink li.last{border-bottom:none!important;}}

@media print, screen and (min-width: 768px) {
#textlink li a:after{
	font-size:0%;
	}
#textlink {width:100%; padding:0; text-align:right;}
#textlink li{line-height:30px; margin-bottom:0px; display:block; background:none; border-bottom:0px solid #ccc}
#textlink li a{display:block; padding:0px; font-weight:normal; margin-bottom:0px;}
#textlink a:link,
#textlink a:visited {color: #2d3a43; text-decoration:none}
#textlink a:hover {color: #2d3a43; text-decoration:underline}
#textlink .first{padding-left:0px}
#textlink .last{border:none; padding-right:0px}
#textlink li{border-right: 0px solid #2d3a43; border-radius:0px; padding:3px 0 3px 15px; display:inline-block; font-size: 100%;}
#textlink li a{display:block; padding:0px;}
}

@media print, screen and (min-width: 768px) {#textlink li{padding: 0 0 0 30px; margin-bottom: 5px;}}
@media print, screen and (min-width: 992px) {#textlink li{padding: 0 0 0 30px}}

/* copyright
---------------------------------------------------- */
.copyright{text-align: center;}
@media print, screen and (min-width: 768px) {.copyright{text-align: right;}}

/* about.html
---------------------------------------------------- */
.p02-box01{padding: 30px 0 0 0;}
.p02-box02{padding: 30px 0 0 0;}

@media print, screen and (min-width: 768px) {
.p02-box01{padding: 0 0 0 10%;}
.p02-box02{padding: 0 10% 0 0;}
}

@media print, screen and (min-width: 992px) {
.p02-box01{padding: 0 0 0 10%;}
.p02-box02{padding: 0 10% 0 0;}
}

.bg-haikei01{background: url("../images/haikei01.jpg") no-repeat scroll 50% 0% / cover}
@media print, screen and (min-width: 992px) {
.bg-haikei01{
	background: url("../images/haikei01.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

.part00{padding:60px 0;}
@media print, screen and (min-width: 768px) {.part00{padding:100px 0}}
@media print, screen and (min-width: 992px) {.part00{padding:150px 0}}
@media print, screen and (min-width:1200px) {.part00{padding:180px 0}}

/* contact.html
---------------------------------------------------- */
/* table
------------------------- */
.contact_box{ 
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* フォームのテーブル
------------------------- */
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom: 20px;
}
.table_form th{
	width:100%;
	font-weight: normal;
	padding:15px 15px 5px 15px;
	display: block;
	font-size: 100%;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0px 15px 15px 15px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:80%;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	float:right;
	background-color:#D00A0A;
}
.table_form td.last {border-bottom:none;}
.table_form td.class { border-bottom:0;}

@media print, screen and (min-width: 768px) {
.table_form{margin-bottom: 80px;}
.table_form th{
	width:35%;
	border-bottom:1px solid #ccc;
	padding:15px 20px;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
	}
.table_form td{
	width:100%;
	padding:15px 25px;
	display:table-cell;
	}
}
@media print, screen and (min-width: 992px) {.table_form th{width:35%;}}

.f-size01{font-size: 80%;}

/* form
---------------------------------------------------- */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:2px 0px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="text"], select{border:1px solid #ccc; border-radius:3px}
input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px}
input,textarea{
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
.table_form label{font-weight: normal !important; margin-right:20px; }

@media only screen and (max-width: 767px) {
	.slc1 {float: left}
	.nengou div{float: left; margin: 12px 0 0 12px;}	
	.year div{float: left; margin: 12px 0 0 12px;}	
	.month div{float: left; margin: 12px 0 0 12px;}
	.day div{float: left; margin: 12px 0 0 12px;}	
}

@media print, screen and (min-width: 768px) {
	.slc1 {float: left}
	.nengou div{float:left; margin: 12px 0 0 8px;}	
	.year div{ float: left; margin: 12px 0 0 8px;}	
	.month div{ float:left; margin: 12px 0 0 8px;}
	.day div { float: left; margin: 12px 0 0 8px;}	
}

@media print, screen and (min-width: 768px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 130px;}	
	.month {float:left; width: 130px;}
	.day { float: left; width: 130px;}	
}

@media print, screen and (min-width: 992px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 150px;}	
	.month {float:left; width: 150px;}
	.day { float: left; width: 150px;}	
}

@media only screen and (max-width: 767px) {.w100 {width:70%; display: inline-block; margin-bottom: 10px;}}
@media print, screen and (min-width: 768px) {.w100 {width:100px;}}

.w80 {width:80px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w80 {width:80px; margin-right: 10px;}}

.w300 {width:100%; display: inline-block;}
@media print, screen and (min-width: 768px) {.w300 {width:300px;}}

.w180 {width:100px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w180 {width:120px;}}
@media print, screen and (min-width: 992px) {.w180 {width:180px;}}

.form-control {
    height:50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select.form-control:not([size]):not([multiple]) {height: auto !important;}

.form-control02 {
    height:auto;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* 個人情報保護方針
---------------------------------------------------- */
#policy{
	padding: 10px;
	height: 200px;
	overflow:scroll;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom: 15px;	
	}	
@media print, screen and (min-width: 768px) {
#policy{
	padding: 20px;
	height: 550px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	margin-bottom: 40px;
	background: #fff;
	}
}
@media print, screen and (min-width: 992px) {
	#policy{
	padding: 30px;
	}
}

#policy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #999;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #33ddff;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #fff;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #fff;
}
#policy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

#policy a:link,
#policy a:visited{text-decoration:underline;}
#policy a:hover,
#policy a:active{text-decoration:none;}

.con-ul{
	padding-left:20px;
	list-style:decimal;
	margin-bottom: 20px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
#policy h3{
	border-left: solid 3px #33ddff;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}
#policy h4{
	border-bottom: solid 1px #33ddff;
	color:#33ddff;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
.con-ul{
	padding-left:30px;
	list-style:decimal;
	margin-bottom: 30px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}

/* 汎用
---------------------------------------------------- */
/* h2
---------------------------------------------------- */
.p-anima-9 {
	position: relative;
	overflow: hidden;
}
.p-anima-9__intro {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2d3a43;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.p-anima-9.__anima .p-anima-9__intro {
 	animation: anima_intro_9 0.7s cubic-bezier(0.46, 0.26, 0.15, 0.89) 1.6s 1 forwards;
}
.p-anima-9__intro h2 {
	overflow: hidden;
}
.p-anima-9__intro h2::before {
	content: "";
	display: block;
	background-color: #2d3a43;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1.5em;
}
.p-anima-9.__anima .p-anima-9__intro h2::before {
	animation: anima_title_musk_9 0.5s cubic-bezier(0.46, 0.26, 0.15, 0.89) 0.6s 1 forwards;
}
.p-anima-9__intro h2 span {
	display: block;
	transform: translate(0, 105%);
}
.p-anima-9.__anima .p-anima-9__intro h2 span {
	animation: anima_title_9 0.5s cubic-bezier(0.46, 0.26, 0.15, 0.89) 1 forwards;
}
@keyframes anima_title_9 {
  0% {
    transform: translate(0, 105%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes anima_title_musk_9 {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes anima_intro_9 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* 02 */
.p-mv02 {
	display: flex;
	align-items: center;
	background-image: url("../images/h2-02.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0 40px 0;
	width: 100%;
	position: relative;
}
@media print, screen and (min-width: 768px) {
.p-mv02 {
	padding: 100px 0 70px 0;
	}
}
@media print, screen and (min-width: 992px) {
.p-mv02 {
	padding: 120px 0;
	}
}
.p-mv02::before {
	content: "";
	display: block;
	background-color: rgba(45, 58, 67, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 03 */
.p-mv03 {
	display: flex;
	align-items: center;
	background-image: url("../images/h2-03.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0 40px 0;
	width: 100%;
	position: relative;
}
@media print, screen and (min-width: 768px) {
.p-mv03 {
	padding: 100px 0 70px 0;
	}
}
@media print, screen and (min-width: 992px) {
.p-mv03 {
	padding: 120px 0;
	}
}
.p-mv03::before {
	content: "";
	display: block;
	background-color: rgba(45, 58, 67, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 04 */
.p-mv04 {
	display: flex;
	align-items: center;
	background-image: url("../images/h2-04.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0 40px 0;
	width: 100%;
	position: relative;
}
@media print, screen and (min-width: 768px) {
.p-mv04 {
	padding: 100px 0 70px 0;
	}
}
@media print, screen and (min-width: 992px) {
.p-mv04 {
	padding: 120px 0;
	}
}
.p-mv04::before {
	content: "";
	display: block;
	background-color: rgba(45, 58, 67, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 05 */
.p-mv05 {
	display: flex;
	align-items: center;
	background-image: url("../images/h2-05.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0 40px 0;
	width: 100%;
	position: relative;
}
@media print, screen and (min-width: 768px) {
.p-mv05 {
	padding: 100px 0 70px 0;
	}
}
@media print, screen and (min-width: 992px) {
.p-mv05 {
	padding: 120px 0;
	}
}
.p-mv05::before {
	content: "";
	display: block;
	background-color: rgba(45, 58, 67, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 06 */
.p-mv06 {
	display: flex;
	align-items: center;
	background-image: url("../images/h2-06.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0 40px 0;
	width: 100%;
	position: relative;
}
@media print, screen and (min-width: 768px) {
.p-mv06 {
	padding: 100px 0 70px 0;
	}
}
@media print, screen and (min-width: 992px) {
.p-mv06 {
	padding: 120px 0;
	}
}
.p-mv06::before {
	content: "";
	display: block;
	background-color: rgba(45, 58, 67, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-mv__title {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
.p-mv__title {
    font-size: 30px;
	line-height: 60px;
  }
}
@media print, screen and (min-width: 992px) {
.p-mv__title {
    font-size: 35px;
	line-height: 70px;
  }
}
.p-mv__title02 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
	letter-spacing: 3px;
}
.p-mv__title02 span{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:lighter;
	font-size: 30px;
}
@media print, screen and (min-width: 768px) {
.p-mv__title02 {
    font-size: 25px;
	line-height: 45px;
	}
.p-mv__title02 span{
	font-size: 40px;
	}
}
@media print, screen and (min-width: 992px) {
.p-mv__title02 {
    font-size: 30px;
	line-height: 50px;
	}
.p-mv__title02 span{
	font-size: 60px;
	}
}

/* 見出し装飾
---------------------------------------------------- */
.kasiramoji::first-letter {color: #33ddff !important;}

/* 見出し
---------------------------------------------------- */
.midasi01{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;	
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
	}
.midasi01 span{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 20px;
	}
.midasi01 span{
	font-size: 60px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 60px;
	}
.midasi01 span{
	font-size: 70px;
	}
}

/* 見出し02
---------------------------------------------------- */
.midasi02{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
	}
.midasi02 span{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 20px;
	}
.midasi02 span{
	font-size: 60px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 30px;
	}
.midasi02 span{
	font-size: 80px;
	}
}

/* 見出し
---------------------------------------------------- */
.midasi03{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;	
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
	}
.midasi03 span{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 20px;
	}
.midasi03 span{
	font-size: 40px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 60px;
	}
.midasi03 span{
	font-size: 50px;
	}
}

/* 見出し04
---------------------------------------------------- */
.midasi04{
	position: relative;
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 4px;
	padding: 20px 0;
	margin-bottom: 15px;
	}
.midasi04 span{
	color: #33ddff;	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	}
.midasi04:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 2px;
	display: block;
	width: 100px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #33ddff;
	}

@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 20px;
	}
.midasi04 span{
	font-size: 80px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 27px;
	line-height: 47px;
	margin-bottom: 30px;
	}
.midasi04 span{
	font-size: 90px;
	}
}

/* 見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 40px;
	}

@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 27px;
	line-height: 47px;
	margin-bottom: 50px;
	}	
}

/* 見出し06
---------------------------------------------------- */
.midasi06{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	}
@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 14px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 20px;
	}
}

/* 見出し07
---------------------------------------------------- */
.midasi07{
	color: #33ddff;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}
@media print, screen and (min-width: 768px) {
.midasi07{
	text-align: center;
	}
}

@media print, screen and (min-width: 992px) {
.midasi07{
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 60px;
	}
}

/* 見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 4px;
	padding: 10px 23px;
	margin-bottom: 40px;
	color: #fff;
	background: #2d3a43;
	border-radius: 20px 0
	}

@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi08{
	font-size: 23px;
	line-height: 43px;
	margin-bottom: 30px;
	}	
}

/* flow_design05
---------------------------------------------------- */
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 60px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #33ddff;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size:20px;
  color: #33ddff;
}

.flow05 > li dl dd {
  margin-left: 0;
	margin-bottom: 20px;
}

/* white-box01
---------------------------------------------------- */
.white-box01{
	background:#fff;
	padding:15px;
	border-radius: 20px;
}
@media print, screen and (min-width: 768px) {.white-box01{padding:5%;}}
@media print, screen and (min-width: 992px) {.white-box01{padding:10%;}}
@media print, screen and (min-width:1200px) {.white-box01{padding:8%;}}

/* 画像
---------------------------------------------------- */
.img-c img{margin:0px auto !important;}
@media only screen and (max-width: 767px) {.img-c2 img{margin:0px auto !important;}}

.img-r img{margin:0px 0px 0px auto !important;}

.imglink a:hover img{
    opacity: 0.5 !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: 0.2s ease-in !important;
    filter: alpha(opacity=50) !important;
}
.imgfloat img:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

/* 文字寄せ
---------------------------------------------------- */
.tal{text-align: left;}
.tar{text-align: right;}
.ctr{text-align: center;}	
	
/* 文字サイズ
---------------------------------------------------- */
.fs120	{font-size: 120%;}
.fs80	{font-size: 80%;}

/* color
---------------------------------------------------- */
.blue{color:#33ddff;}
.white{color:#fff !important}

/* pen
---------------------------------------------------- */
.pen {background: linear-gradient(transparent 60%, #ffd7e2 60%);}

/* 画像　影
---------------------------------------------------- */
.kage img{box-shadow:5px 5px #eee;}
@media print, screen and (min-width: 768px) {.kage img{box-shadow:10px 10px #eee;}}

/* 画像　幅
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.yoko01 img{width: 80px;}}
@media only screen and (max-width: 767px) {.yoko02 img{width: 30%;}}
@media only screen and (max-width: 767px) {.yoko03 img{width: 80%;}}

/* marker
---------------------------------------------------- */
.marker.active{
  background-position: -100% .7rem;
}
.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-repeat: repeat-x;
  background-size: 200% 60%;
  background-position: 0 .7rem;
  transition: all 1.5s ease;
}

/* 丸
---------------------------------------------------- */
.maru01 img{border-radius:50px 0 50px 0;}

/* gfont
---------------------------------------------------- */
.gfont01{font-family: 'Noto Serif JP', serif;}
.gfont02{font-family: 'Josefin Sans', sans-serif;}

/* スマホ以外 中央寄せ
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center; line-height: 2.2em;}}

/* 全て 中央寄せ
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.ctr-text02{text-align: center;}}
.ctr-text02{text-align: center;}

/* スマホ のみ 中央寄せ
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.ctr-text03{text-align: center;}}
@media print, screen and (min-width: 768px) {.ctr-text03{text-align: left;}}

/* 全て　左寄せ
---------------------------------------------------- */
.ctr-text04{text-align: left;}

/* text01
---------------------------------------------------- */
.text01{line-height: 30px;}
@media print, screen and (min-width: 768px) {.text01{line-height: 35px;}}
@media print, screen and (min-width: 992px) {.text01{line-height: 40px;}}

/* ul-none
---------------------------------------------------- */
.ul-none {list-style:none; padding-left:5px; text-align: left;}
.ul-none li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
.ul-none li:before{
	font-family:"Font Awesome 5 Free";
	content:" \f1b0";
	float: left;
	font-size:16px;
	font-weight: bold;
	color: #ecc80b;
	margin-right: 15px;
	}

/* ul-disc
---------------------------------------------------- */
.ul-disc {list-style:disc; padding-left:5px; text-align: left; margin-left: 15px;}
.ul-disc li{padding: 3px 0; border-bottom: 1px dashed #ccc;}
@media print, screen and (min-width: 768px) {.ul-disc {margin-left: 15px;}}

/* ol
---------------------------------------------------- */
.ol-01{padding-left: 20px; margin-left: 20px;}
.ol-01 li{ border-bottom: 1px dashed #ccc; padding: 5px 0;}
.ol-01 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.ol-01 li:before {
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 4px;
  left: -40px;
}

/* bg
---------------------------------------------------- */
.bg-dot{background: url("../images/dot.png")}
.bg-white{background:#fff;}
.bg-gray{background: #eee;}
.bg-blue01{background:#edf1f8;}
.bg-blue02{background:#33ddff;}
.bg-blue03{background:#2d3a43;}

.bg-business{background: linear-gradient(to bottom, #33ddff 0%, #33ddff 35%, #2d3a43 35%, #2d3a43 100%);}
@media print, screen and (min-width: 768px) {.bg-business{background: linear-gradient(to bottom, #33ddff 0%, #33ddff 45%, #2d3a43 45%, #2d3a43 100%);}}
@media print, screen and (min-width: 1200px) {.bg-business{background: linear-gradient(to right, #33ddff 0%, #33ddff 25%, #2d3a43 25%, #2d3a43 100%);}}

@media print, screen and (min-width: 768px) {.bg-recruit{background: url("../images/bg-recruit.jpg") no-repeat scroll 50% 0% / cover;}}
.bg-bottom{background: url("../images/bg-bottom.jpg") no-repeat scroll 50% 0% / cover;}

/* 文字間
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.mr-0-sm0-md40-lg60{ margin-right:40px}}
@media print, screen and (min-width: 992px) {.mr-0-sm0-md40-lg60{ margin-right:60px}}

.mb-0-sm0-md20-lg20{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md20-lg20{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}

.mb-0-sm0-md40-lg40{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md40-lg40{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md40-lg40{ margin-bottom:40px}}

.mb-10-sm0-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md0-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md10-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md10-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md10-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md10-lg0{ margin-bottom:0px}}

.mb-10-sm10-md10-lg10{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}

.mb-10-sm15-md15-lg15{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}

.mb-10-sm15-md20-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md20-lg30{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md20-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md20-lg30{ margin-bottom:30px}}

.mb-10-sm20-md30-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm0-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md0-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg20{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}

.mb-20-sm20-md40-lg40{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md40-lg40{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md40-lg40{ margin-bottom:40px}}

.mb-30-sm30-md0-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md0-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}

.mb-30-sm30-md30-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md30-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md30-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md30-lg0{ margin-bottom:0px}}

.mb-40-sm40-md0-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md0-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}

.mb-40-sm40-md40-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md40-lg0{ margin-bottom:0px}}

.mb-40-sm40-md40-lg40{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md40-lg40{ margin-bottom:40px}}

.mb-20-sm20-md30-lg30{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm30-md40-lg40{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg40{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}

.mb-20-sm30-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg60{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg60{ margin-bottom:60px}}

.mb-30-sm30-md40-lg40{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md40-lg40{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md40-lg40{ margin-bottom:40px}}

.mb-40-sm60-md60-lg60{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}

.mb-40-sm60-md80-lg80{margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md80-lg80{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md80-lg80{ margin-bottom:80px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md80-lg80{ margin-bottom:80px}}

.mb-80-sm80-md80-lg100{margin-bottom:80px}
@media print, screen and (min-width: 576px) {.mb-80-sm80-md80-lg100{ margin-bottom:80px}}
@media print, screen and (min-width: 768px) {.mb-80-sm80-md80-lg100{ margin-bottom:80px}}
@media print, screen and (min-width: 992px) {.mb-80-sm80-md80-lg100{ margin-bottom:100px}}

.mb-40-sm60-md80-lg120{margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md80-lg120{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md80-lg120{ margin-bottom:80px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md80-lg120{ margin-bottom:120px}}

/* 余白 左右
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.wide01{padding:0 5%;}}
@media print, screen and (min-width: 992px) {.wide01{padding:0 5%;}}
@media print, screen and (min-width: 1200px) {.wide01{padding:0 8%;}}

@media print, screen and (min-width: 768px) {.wide02{padding:0 3%;}}
@media print, screen and (min-width: 992px) {.wide02{padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide02{padding:0 3%;}}
/* 余白
---------------------------------------------------- */
.pp00 {padding: 0 !important;}
@media print, screen and (min-width: 768px) {.pp00-2 {padding: 0 !important;}}

.part01{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part01{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part01{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part01{padding:60px 0}}
@media print, screen and (min-width:1200px) {.part01{padding:100px 0}}

.part02{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part02{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part02{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part02{padding:80px 0}}

.part03{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part03{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part03{padding:40px 0}}
@media print, screen and (min-width: 992px) {.part03{padding:60px 0}}

.part04{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part04{padding:30px 0 0 0}}
@media print, screen and (min-width: 768px) {.part04{padding:60px 0 0 0}}
@media print, screen and (min-width: 992px) {.part04{padding:80px 0 0 0}}

.part05{padding:0 0 30px 0;}
@media print, screen and (min-width: 576px) {.part05{padding:0 0 20px 0}}
@media print, screen and (min-width: 768px) {.part05{padding:0 0 60px 0}}
@media print, screen and (min-width: 992px) {.part05{padding:0 0 60px 0}}
@media print, screen and (min-width:1200px) {.part05{padding:0 0 100px 0}}

.part06{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part06{padding:30px 0 0 0}}
@media print, screen and (min-width: 768px) {.part06{padding:80px 0 0 0}}
@media print, screen and (min-width: 992px) {.part06{padding:100px 0 0 0}}

.part07{padding:0;}
@media print, screen and (min-width: 576px) {.part07{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part07{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part07{padding:60px 0}}
@media print, screen and (min-width:1200px) {.part07{padding:100px 0}}

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:50vh; margin-bottom:-8px;}
@media print, screen and (min-width: 768px) {.map iframe{height:400px;}}
@media print, screen and (min-width: 992px) {.map iframe{height:435px;}}
@media print, screen and (min-width: 1200px) {.map iframe{height:435px;}}

/* table
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* table1
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table1 tr:nth-child(2n+1) {background: #dff3e9;}
.table1{background: #fff}
}

.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #ccc;}
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	}
.table1 td{
	padding:10px;
	display: block;
	text-align: center;	
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	}
@media print, screen and (min-width: 768px) {
.table1{ border-top:0px solid #072c87; border-bottom:0px solid #ccc;}
.table1 th{
	padding:25px 5px;
	border-top:1px solid #333;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #333;
	vertical-align:middle;
	display:table-cell;
	width: 30%;
	}
.table1 td{
	padding:25px 0 25px 60px;
	border-top:1px solid #ccc;
	border-right:0px solid #ccc;
	border-left:0px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
	display:table-cell;
	}
}

@media print, screen and (min-width: 992px) {
.table1 th{width: 25%;}
}

@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#259d5e;
	}
}

/* table2
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table2 tr:nth-child(2n+1) {background: #eee;}
}

.table2{width:100%; border-collapse:collapse; border-bottom:1px solid #eee; background: #fff;}
.table2 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #eee;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	}
.table2 td{
	padding:10px;
	display: block;
	text-align: center;	
	border-top:1px solid #eee;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	}
@media print, screen and (min-width: 768px) {
.table2{ border-top:0px solid #eee; border-bottom:0px solid #eee;}
.table2 th{
	padding:15px 20px;
	border-top:1px solid #eee;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	border-bottom:1px solid #eee;
	vertical-align:middle;
	display:table-cell;
	width:30%;
	}
.table2 td{
	padding:15px 10px;
	border-top:1px solid #eee;
	border-right:0px solid #eee;
	border-left:0px solid #eee;
	border-bottom:1px solid #eee;
	text-align: left;
	display:table-cell;
	}
}

@media only screen and (max-width: 767px) {
.table2 span{color:#2d3a43; text-decoration: underline !important;}
}

.tbb tr:nth-child(2n+1) {background: #f5f9fa;}

/* btn
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

/* btn01
---------------------------------------------------- */
.btn01{
	display: block;
	width: 100%;
	color: #2d3a43 !important;
	padding: 20px 70px 20px 30px;
	background: url("../images/arrow.png") no-repeat center right #33ddff;
	border:0;
	border-radius: 100px;
	}
.btn01 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn01:link,
.btn01:visited{
	color:#2d3a43;
	text-decoration:none;
	padding: 20px 70px 20px 30px;
	background: url("../images/arrow.png") no-repeat center right 20px #33ddff;
	}
.btn01:hover,
.btn01:active{
	color:#2d3a43 !important;
	text-decoration:none !important;
	padding: 20px 70px 20px 30px;
	background: url("../images/arrow.png") no-repeat center right 10px #33ddff;
	letter-spacing: 0.2em;
	}
.btn01 i{margin-right: 5px;}

/* btn02
---------------------------------------------------- */
.btn02{
	display: block;
	text-align: center;
	width: 100%;
	color: #2d3a43 !important;
	border-radius: 100px;
	background: #33ddff;
	padding: 20px 0;
	border:0;
	}
.btn02 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn02:link,
.btn02:visited{
	color:#2d3a43;
	background: #33ddff;
	text-decoration:none;
	padding: 20px 0;
	}
.btn02:hover,
.btn02:active{
	color:#2d3a43 !important;
	background: #00a1be;
	text-decoration:none !important;
	padding: 20px 0;
	letter-spacing: 0.2em;
	}
.btn02 i{margin-right: 5px;}

/* btn03
---------------------------------------------------- */
.btn03{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff !important;
	border-radius: 100px;
	background: #999;
	padding: 20px 0;
	border:0;
	}
.btn03 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn03:link,
.btn03:visited{
	color:#fff;
	background: #999;
	text-decoration:none;
	padding: 20px 0;
	}
.btn03:hover,
.btn03:active{
	color:#fff !important;
	background: #666;
	text-decoration:none !important;
	padding: 20px 0;
	letter-spacing: 0.2em;
	}
.btn03 i{margin-right: 5px;}

/* 縦横比
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:0px;
	right: 0px;
	z-index: 100;
}
#pagetop img{
	width: 35px;
	height: auto;
}
@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 50px
	}
}

/* 印刷時の改行
---------------------------------------------------- */
.pba {page-break-before: always;}

/* aos対応
---------------------------------------------------- */
.tome{overflow: hidden !important}

/* anchor
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 55px;
    margin-top: -55px;
}
@media print, screen and (min-width: 768px) {
.anchor{
    padding-top: 100px;
    margin-top: -100px;
	}
}