@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Montserrat:wght@600;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Poppins:wght@600;700&display=swap');

*{ margin:0px; padding: 0px; box-sizing:border-box; }

html, body {
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    min-width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 62.5%;    
    color: #333; 
	background-color: #fff;
}

div, span, object, iframe, 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, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-style: normal; }

body.fixed {
    height: 100%;
    overflow: hidden;
}

a { text-decoration: none; }

ul, ol { list-style: none; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: solid 1px #bfbfbf;
    background-color: #f5f5f5;
    padding: 10px;
	box-sizing: border-box;
}

/*input選択時色変えない様に*/
input:-webkit-autofill { transition: background-color 5000s ease-in-out 0s !important; }
/*inputクリックで文字消す*/
input:focus::placeholder { color: transparent; }
select { min-height: 40px; border: solid 1px #bfbfbf; background-color: #f5f5f5; border-radius: 3px; box-sizing: border-box;}

@media not screen and (min-width: 1025px) {	
	input[type="text"], input[type="tel"], input[type="email"], textarea {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
	}
}

.opa { transition: all 0.3s ease; backface-visibility: hidden; }
.opa:hover { opacity: 0.6; filter: alpha(opacity=60); backface-visibility: hidden;}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.pc { display:none !important; }	
}

/* 768px 未満 */
@media not screen and (min-width: 769px) {
	.sns_side { position: fixed; bottom: 90px; right: 0; z-index: 20;}
}
	
/*1025以上は非表示*/
@media screen and (min-width: 1025px) {
	.tub { display:none !important; }
}

/* 768px 未満は非表示 */
@media not screen and (min-width: 769px) {
	.tub { display:none !important; }
}

/*481以上は非表示*/
@media screen and (min-width: 481px) {
	.smp { display:none !important; }
}

.flex-wrap { display: flex; flex-wrap: wrap; }
.flex-wrap-center { display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.flex-wrap-betw { display: flex; flex-wrap: wrap; justify-content: space-between; }

header { width: 100%; position: absolute; top: 0;  z-index: 1;}

.header-inner {
    width: 1200px; margin: 0 auto; position: relative; padding: 20px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}

.h_logo { width: 40%; margin: 0; }
.h_tel { width: 25%;  color: #fff; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; }

.tel_txt { font-size: 1.8rem; font-family: 'Noto Sans JP', sans-serif;  font-weight: 700;  }
.tel_dial { font-size: 3rem; font-family: 'Poppins', sans-serif; font-weight: 700; }
.tel_time { font-size: 1.4rem; font-family: 'Noto Sans JP', sans-serif;  font-weight: 700;  }

.scroll-bg { transition: all .5s ease;  background-color: #f7f6f0;}

@media not screen and (min-width: 1281px) {
	.h_tel { width: 25%; color: #fff; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center;}
}

/* 1024px 未満 */
@media not screen and (min-width: 1201px) {
	.header-inner {
		width: 100%;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;		
		align-items: center;
	}
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
	.h_tel { width: 40%;}
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
	.h_tel { width: 30%;}
}

/* 768px 未満 */
@media not screen and (min-width: 960px) {
	.header-inner { width: 100%;  padding: 20px; }
	.h_logo { width: 50%; }
	.h_logo img { max-width: 100%; height: auto; }
	.h_tel { display: none; }
	.tel_txt { font-size: 1.4rem; }
	.tel_dial { font-size: 2.4rem; }
	.tel_time { font-size: 1.2rem; }
}

/* 768px 未満 */
@media not screen and (min-width: 769px) {
	.header-inner { width: 100%;  padding: 20px 70px 0 20px; }
	
}
/* 667px 未満 */
@media not screen and (min-width: 668px) {
    .header-inner {  margin: 0; }	
	.h_tel { display: none; }
}

nav { display: flex; flex-wrap: wrap;  margin-top: 20px; }

.nav {
	width: 100%;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.nav li { display: flex; margin-right: 20px; }
.nav li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.3s ease;
	position: relative;	
	box-sizing: border-box;
	padding-bottom: 5px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
.nav li a::before {
    border-bottom: solid 1px #fff;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    width: 0;
}
.nav li a::before { left: 0; }
.nav li a:hover::before { width: 100%; }

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.nav { width: 100%; }
}

/* 1024px 未満 */
@media not screen and (min-width: 961px) {

	nav { margin-top: 0px; }
	
	.nav {
		margin: 0 auto;
		padding: 10px 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.nav li { padding: 10px 0; }
	
	 .navbtn {
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        right: 10px;
        cursor: pointer;
        width: 50px;
        height:50px;
		 border-radius: 10px;
		 transition: all .3s ease;
    }
    /*×に変化*/
    .navbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 4px;
        border-radius: 2px;
        background-color: #fff;
        width: 50%;
    }
    
    .navbtn span:nth-of-type(1) {
        top:15px;
    }
    .navbtn span:nth-of-type(2) {
        top:23px;
    }
    .navbtn span:nth-of-type(3) {
        top:31px;
    }
    .navbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .navbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .navbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
	
	.scroll-bg .navbtn { background-color: #11739d; }
	
	#g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background:rgba(17,115,157,0.9);
		pointer-events: none;
		opacity: 0;
		transform-origin: center;
		transform: scale(.5);
		transition: all .3s ease;
    }
	/*アクティブクラスがついたら透過なしにして最前面へ*/
    #g-nav.panelactive{
        display: flex;
        flex-wrap: wrap;
        z-index:999;
        overflow: scroll;
		pointer-events: auto;
		opacity: 1;
		transform: scale(1.0);
        
    }
    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    }
	
	#g-nav a { color: #fff; padding: 10px;}
	
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.header-inner {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.h_logo { width: 280px; }
	.navbtn {
		top: initial;
	}
	.nav li {
		padding: 0; 
	}
}

@media not screen and (min-width: 360px) {
	.h_logo {
		width: 240px;
	}
}

@media screen and (min-width: 1025px) {
	.foot_menu,.sns_side { display: none; }
}

/* 1024px 未満は非表示 */
@media not screen and (min-width: 1025px) {
	.pc { display:none !important; }
	.foot_menu {
		background-color:rgba(255,255,255,0.8);
		position: fixed!important;
		bottom: 0;
		left: 0;
		z-index: 10;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.foot_menu li { width: 50%; padding: 10px; }
	.form_bt { background-color: #1f2e55; padding: 10px; min-height: 40px; color: #fff; display: flex; justify-content: center; align-items: center;text-align: center; font-weight: 500; font-style: normal; font-size: 1.8rem; border-radius: 50px;}
	.form_bt:before { 
		content: "";
		background-image: url("../images/mail_icon.png");
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: bottom;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 5px;
	}
	.tel_bt { background-color: #cc0000; padding: 10px; color: #fff; display: flex; justify-content: center; align-items: center;  font-weight: 500; font-style: normal; font-size: 1.8rem; border-radius: 50px;}
	.tel_bt:before { content: ""; background-image: url("../images/tel_icon_w.png"); display: inline-block; width: 20px; height: 20px; background-size: contain; margin-right: 5px; }
	
	.sns_side { position: fixed; bottom: 90px; right: 0; z-index: 20;}
	.sns_side li { margin-bottom: 5px; padding: 0; }
	
	
}

@media not screen and (min-width: 768px) {
	.form_bt { font-size: 1.2rem; }
	.tel_bt { font-size: 1.2rem; }
	.sns_side { position: fixed; bottom: 90px; right: 0; z-index: 20;}
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.foot_menu li {
		width: 50%;
		padding: 5px;
	}
}

/*フッター*/
#footer { width:100%; margin:0; font-size:1.4rem; }
#footer-inner {  width: 1200px; padding: 40px 0; margin: 0 auto; box-sizing: border-box; }

.f_logo { margin: 15px 0; }

.f_nav { margin: 15px 0; display: flex; flex-wrap: wrap;  font-family: 'Noto Sans JP', sans-serif; font-weight: 900; }
.f_nav li { margin-right: 20px; }
.f_nav a {
	color: #11739d;
	transition: all .3s ease;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 5px;
}
.f_nav li a::before {
    border-bottom: solid 1px #11739d;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    width: 0;
}
.f_nav li a::before { left: 0; }
.f_nav li a:hover::before { width: 100%; }

.sns_link { margin: 15px 0;  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.sns_link li { margin: 0 10px; }
.sns_link li a img { transition: all .3s ease; }
.sns_link li a:hover img { opacity: 0.5;}

.address {
    background-color: #11739d;
    text-align: center;
    padding: 5px;
    min-height: 42px;
    color: #fff;
    font-style: normal;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 1024px 未満 */
@media not screen and (min-width: 1201px) {	
	#footer-inner {
        width: 100%; padding: 20px; margin: 0 auto; box-sizing: border-box; 
    }
}

@media not screen and (min-width: 960px) {
	.f_logo img { max-width: 100%; height: auto; }
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	#footer-inner { padding:0; }
	.f_logo { margin: 20px auto;  width: 280px; }
	 .f_nav { margin: 0; width: 100%; border-top: solid 1px #11739d; overflow: hidden; }
    .f_nav li {  width: calc(100% /2); border-right: 1px solid #11739d; border-bottom: solid 1px #11739d; margin-right: -1px; box-sizing: content-box; }
	.f_nav li:last-child { border-bottom: solid 0px #11739d; }
	
	.f_nav a {
		color: #11739d;
		padding: 10px;
		display: block;
	}
}

.mainimage {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/mainimage_01.jpg");
	background-size: cover;
	background-position: top center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
.mainimage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
	left: 0;
    border-style: solid;
	border-width: 0 100vw 45vh 0;
    border-color: transparent #11739d transparent transparent;
    opacity: 0.8;
}
.mainimage-inner { width: 1200px; position: relative; }
.mainimage h2 { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; color: #fff; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);}
.mainimage h2 { font-size: 4rem;line-height: 1.5; }

.subpage .mainimage {
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/mainimage_01.jpg);
    background-size: cover;
    background-position: 0 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.subpage .mainimage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100px;
    border-style: solid;
	border-width: 0 100vw 40vh 0;
	border-color: transparent #11739d transparent transparent;
    opacity: 0.7;
}


/* 1024px 未満 */
@media not screen and (min-width: 1201px) {
	.mainimage-inner { width: 100%; padding: 20px; }
}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.mainimage { height: 55vh; }
	.mainimage_sub { height: 200px; margin-top: 115px!important; }	
	.mainimage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
	left: 0;
    border-style: solid;
	border-width: 0 100vw 20vh 0;
    border-color: transparent #11739d transparent transparent;
    opacity: 0.8;
}
.subpage .mainimage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    border-style: solid;
    border-width: 0 100vw 12vh 0;
    border-color: transparent #11739d transparent transparent;
    opacity: 0.7;
}

}

@media  screen and (max-width: 1025px) and (orientation: landscape) {
	.mainimage { height: 80vh; }
	.subpage .mainimage {
		height: 25vh;
	}
}


@media not screen and (min-width: 769px) {
	.mainimage h2 { font-size: 3rem; }
	.mainimage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
	left: 0;
    border-style: solid;
	border-width: 0 100vw 20vh 0;
    border-color: transparent #11739d transparent transparent;
    opacity: 0.8;
}
	.subpage .mainimage {
		height: 20vh;
	}
}

@media screen and (orientation: portrait)  and (max-width: 769px) {
	.subpage .mainimage {
		height: 15vh;
	}
	
}

/* 667px 未満 */
@media not screen and (min-width: 961px) {
	
	.mainimage h2 {
		font-size: 2.6rem;
	}
	.h_tel {
		display: none;		
	}
	
}

@media screen and (orientation: landscape)  and (max-width: 960px) {
	.mainimage { height: 100vh; }
}

@media screen and (orientation: landscape)  and (max-width: 769px) {
	.h_tel {
		display: none;		
	}
	
}



/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.mainimage { height: 50vh; }
	.mainimage::before {
		left: -50px;
		border-width: 0 1920px 500px 0;
		opacity: 0.8;
	}

	.mainimage h2 {
		font-size: 1.8rem;
	}
	
	.subpage .mainimage {
		height: 15vh;
	}
	
	.subpage .mainimage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    border-style: solid;
	border-width: 0 100vw 12vh 0;
	border-color: transparent #11739d transparent transparent;
    opacity: 0.7;
}
}

@media screen and (orientation: landscape) and (max-width: 668px) {
	.mainimage { height: 80vh; }
	.mainimage h2 {
		font-size: 2.4rem;
	}
}

/* 360px 未満 */
@media not screen and (min-width: 360px) {
    .tub {display: none; }
	.mainimage h2 {
		font-size: 1.6rem;
	}
}

/*メイン*/
main { padding:0; margin:0 auto; width:100%; }
section { width:100%; margin:0 auto; text-align:left;}
.main-content { width:1200px; margin:0 auto; padding: 80px 0; font-weight: 500; color: #000; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; }
.main-content p { margin-bottom: 15px;  }
.main-content p:last-child { margin-bottom: 0; }

/* 1200px 未満 */
@media not screen and (min-width: 1201px) {	
    .main-content { width:100%; }
}

/* 1024px 未満 */
@media not screen and (min-width: 767px) {
    .main-content h3 { font-size: 2.5rem;}
}

nav#breadcrumb { margin: 0;  padding: 20px 0;}
#breadcrumb > ol { font-size:1.4rem; width: 1200px; margin: 0 auto; }
#breadcrumb > ol > li{ position:relative; margin-right:4px; display: inline; padding:0 0 0 15px; }
#breadcrumb > ol > li > a { color: #11739d; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; }
#breadcrumb > ol > li:first-child::before { display: none;}
#breadcrumb > ol > li:first-child { padding-left: 0;}
#breadcrumb > ol > li::before{content:""; display:block; border-left:solid 5px #11739d; border-top:solid 5px transparent; border-bottom:solid 5px transparent;border-right:solid 10px transparent; width:0; height:0; position:absolute; top:4px; left:0;}

/* カテゴリ色分け用 */
#breadcrumb.default ul li::before{ border-left-color:#11739d; }

@media not screen and (min-width: 1025px) {
	nav#breadcrumb { margin: 0;  padding: 20px; }
	#breadcrumb > ol { font-size:1.4rem; width: 100%; margin: 0 auto; }
}

/*トップコンテンツ類*/
#about .main-content h3,#news .main-content h3,#subpage .main-content h2 { font-size: 4.8rem; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #11739d; margin-bottom: 20px; }
#about .main-content h4,#subpage .main-content h3 { font-size: 3.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; margin-bottom: 20px; }
#subpage .main-content h4 { color: #11739d; font-size: 2rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; margin-bottom: 20px; }

@media not screen and (min-width: 1025px) {
	#about .main-content,#news .main-content,#subpage .main-content { padding: 20px;}
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	#about .main-content { padding: 15px;}
	#about .main-content h3,#news .main-content h3 { font-size: 3rem; }
	#about .main-content h4 { font-size: 2.4rem; }
}

.loopSlide {
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 40px 0;
}
 
.loopSlide ul {
    padding: 0;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.loopSlide ul:first-child { animation: slide1 60s -30s linear infinite; }
.loopSlide ul:last-child { animation: slide2 60s linear infinite; }
.loopSlide ul li {
    width : calc(100%/5);
    list-style: none;
    text-align: center;
}

/* 1024px 未満 */
@media not screen and (min-width: 668px) {
    .loopSlide ul {
        padding: 0;
        width: 1000px;
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
    }
}

.loopSlide ul li img {
    display: block;
    width: 100%;
    height: auto;
}

/*マウスオーバーでストップ*/
/*.loopSlide:hover ul { animation-play-state: paused; }*/
 
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
 
    to {
        transform: translateX(-100%);
    }
}
 
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
 
    to {
        transform: translateX(-200%);
    }
}

.news_list { margin: 0; max-height: 200px; overflow-y:auto;   padding-right: 20px; }
.news_list::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}
.news_list::-webkit-scrollbar-track {
  margin: 4px 2px;
  background: #ccc;
  border-radius: 10px;
}
.news_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #11739d;
}
.news_list > li { padding: 20px 0; border-bottom: dashed 1px #ccc; position: relative; }
.news_list > li::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-top: 3px solid #11739d;
	border-right: 3px solid #11739d;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}
.news_list > li > a { color: #000; text-decoration: none; position: relative; }
.news_list > li > a::before {
    border-bottom: solid 1px #000;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    width: 0;
}
.news_list > li > a::before { left: 0; }
.news_list > li > a:hover::before { width: 100%; }

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	.news_list > li { padding: 10px 0; border-bottom: dashed 1px #ccc; position: relative; }
	.news_list > li >span.date { display: block; margin-bottom: 10px; }
	.news_list > li > a { display: block; margin-top: 10px; }
}

.cat {  display: inline-block; padding: 3px 10px; font-size: 1.2rem; margin-right: 10px; color: #fff; min-width: 104px; text-align: center; }
.cat01 { background-color: #11739d; }
.cat02 { background-color: #ff7415; }
.cat03 { background-color: #5ec618; }

.bn_list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; }

.bn_list > li {
  width: calc((100% - 15px * 2) / 3);
  background-color: #fff;
}

.bn_list > li > a { display: block; position: relative;  font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 2.4rem; color: #fff; transition: all .3s ease; }
.bn_list > li > a:hover { opacity: 0.5; }
.bn_list > li:nth-child(1) > a::before { content: "サービス一覧"; position: absolute; bottom: 15px; left:15px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);}
.bn_list > li:nth-child(2) > a::before { content: "会社概要"; position: absolute; bottom: 15px; left:15px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);}
.bn_list > li:nth-child(3) > a::before { content: "採用情報"; position: absolute; bottom: 15px; left:15px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);}

.bn_list > li > a > img { width: 100%; height: auto; border-radius: 10px; }



@media screen and (orientation: portrait) and (max-width: 769px) {
	.bn_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.bn_list > li {
		width: calc((100% - 10px * 2) / 2);
		background-color: #fff;
	}
}

@media screen and (orientation: landscape) and (max-width: 668px) {
	.bn_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.bn_list > li {
		width: calc((100% - 10px * 2) / 2);
		background-color: #fff;
	}
}

/* 667px 未満 */
@media not screen and (min-width: 480px) {
	.bn_list > li {
		width: 100%;
		background-color: #fff;
	}
}

#contact { background-image: url("../images/contact_bg.jpg");  font-size: 1.8rem;  }
#contact .main-content { color: #fff; }
#contact .main-content h3 { font-family: 'Montserrat', sans-serif; font-weight: 600; margin-bottom: 20px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);}
#contact .main-content h3 { font-size: 4.8rem; }
#contact .main-content h4 { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; margin-bottom: 20px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);}
#contact .main-content h4 { font-size: 3rem; }

.txt_shadow { text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }

.tel_list { display: flex; flex-wrap: wrap; font-family: 'Poppins', sans-serif; font-weight: 700; color: #fff; font-size: 3rem; margin-bottom: 20px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
.tel_list > li { margin-right: 20px; }

.contact_bt { display: inline-block; background-color: #fff; padding: 10px 20px; border-radius: 50px; color: #11739d; font-size: 2.2rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 900; transition: all .3s ease; }
.contact_bt::before { content: ""; background-image: url("../images/mail_icon.png"); width: 26px; height: 19px; display: inline-block;  background-size: cover; margin-right: 10px; }
.contact_bt:hover { background-color: #c6dbdb; }

@media not screen and (min-width: 1025px) {
	#contact .main-content { padding: 40px 20px;}
	#contact { background-image: url("../images/contact_bg.jpg"); background-size: cover; background-position: 0 25%;}
}

/* 667px 未満 */
@media not screen and (min-width: 668px) {
	#contact { background-image: url("../images/contact_bg_smp.jpg"); background-position: 0 25%;}
	#contact .main-content h3 { font-size: 3rem; }
	#contact .main-content h4 { font-size: 2.4rem; }
	.contact_bt { font-size: 1.8rem; }
}

#access .main-content { width: 100%; padding: 0; }
#access .main-content .gmap iframe { width: 100%; }

@media screen and (min-width: 769px) {
	#access .main-content .gmap iframe { width: 100%; height: 300px;  }
}

.main_box { width: 75%; padding-right: 20px; }
.main_box h3 { border-top:solid 3px #000; border-bottom:solid 1px #000; padding: 10px 0; font-size: 3rem; margin: 40px 0; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }
.main_box h3:first-child { margin-top: 0;}

.side_box { width: 25%; }
.side_box li { margin-bottom: 15px; }

.news_list { margin-bottom: 40px; font-family: 'Noto Sans JP', sans-serif; font-weight: 400;}
.news_list dt { padding-bottom: 10px; }
.news_list dd { border-bottom: dashed 1px #000; padding-bottom: 15px; margin-bottom: 15px; }
.news_list dd a { position: relative; color: #000; }
.news_list dd a::before {
  border-bottom: solid 1px #000;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  width: 0;
}
.news_list dd a::before { left: 0; }
.news_list dd a:hover::before { width: 100px; }

.youtube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {

	.about_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 20px;
	}
	
	
	.main_box h3 { border-top:solid 3px #000; border-bottom:solid 1px #000; padding: 10px 0; font-size: 3rem; margin: 40px 0; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }
	.main_box h3:first-child { margin-top: 0;}
	.main_box {
		width: 75%;
		padding: 0 20px;
	}
}

@media not screen and (min-width: 767px) {
    .gmap {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
    }
    .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

	
}

/* 768px 未満 */
@media not screen and (min-width: 769px) {
	.about_img { width: 35%; }
	.about_txt { width: 65%;  padding-left: 20px; }

	
	.main_box { width: 100%; padding: 20px; }
	.main_box h3 { border-top:solid 3px #000; border-bottom:solid 1px #000; padding: 10px 0; font-size: 3rem; margin: 40px 0; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }
	.main_box h3:first-child { margin-top: 0;}
	
	.side_box { width: 100%; }
	.side_box ul { width:100%;  padding: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.side_box ul li { width: 49%; }
	.side_box img { width:100%; height: auto; }
	
}

.bt_mail { display: inline-block; background:#1f2e55; color:#fff; text-align: center; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-style: normal; font-size:2rem; text-decoration:none; padding:10px 30px; transition: .5s; position: relative; border-radius: 15px; }
.bt_mail:before { content: ""; display: inline-block; width: 30px; height: 22px; background-image: url("../images/mail_icon.png"); background-size: contain; margin-right: 10px; transition: .5s; }
.bt_mail:hover { text-decoration:none; background:#828899; }

/* 667px 未満 */
@media not screen and (min-width: 668px) {	
    .bt_mail { font-size:1.6rem; padding:10px 15px; }
    .bt_mail:before { width: 20px; height: 15px; }
}

.jigyo_box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.jigyo_l { width: 60%; }
.jigyo_r { width: 35%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-items: flex-end; }

.jigyo_list li {
	padding: 10px 20px;
	background-color: #f5f5f5;
	border-radius: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.jigyo_list li:last-child { margin-bottom: 0;}

.jigyo_list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    color: #11739d;
    font-size: 170%;
    vertical-align: middle;
}

.torihiki_list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.torihiki_list li {
	padding: 10px 20px;
	background-color: #f5f5f5;
	border-radius: 50px;
	display: flex;
	align-items: center;
	min-width:49%;
}

@media not screen and (min-width: 1025px) {
	.jigyo_l { width: 48.5%; }
	.jigyo_r { width: 48.5%; }
	.jigyo_r img {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}
	.torihiki_list li {
		min-width:48.5%;
	}
}

.torihiki_list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    color: #11739d;
    font-size: 170%;
    vertical-align: middle;
}

.sansaku_list { display: flex; flex-wrap: wrap; gap:20px;  margin: 20px 0; }
.sansaku_list li { width: calc((100% - 20px * 3) / 4); }

.service_list { display: flex; flex-wrap: wrap; gap:20px;  margin: 20px 0; }
.service_list li { width: calc((100% - 20px * 2) / 3); }

@media not screen and (min-width: 769px) {
.jigyo_r { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-items: flex-end; }
	.jigyo_r img {
    width: 100%;
    height: initial;
    object-fit: cover;
		margin-bottom: 20px;
}
}

@media not screen and (min-width: 668px) {
	.sansaku_list li,.service_list li { width: 100%; }
	.jigyo_l { width: 100%; }
	.jigyo_r { width: 100%; }
	.jigyo_r img {
		width: 100%;		
		object-fit: cover;
		margin: 20px 0;
	}
}

.list01 { margin: 40px 0;}
.list01 li { background-color: #eee; padding:15px 20px; border-radius: 100px; margin-bottom: 20px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }
.list01 li span { color: #0491c6; }

.list02 { margin: 40px 0;}
.list02 li { padding: 0 0 0 45px; margin-bottom: 20px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 500; color: #000;  }
.list02 li:before {
	content: "";
    background-image: url(../images/icon01.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-left: -40px;
}

@media not screen and (min-width: 668px) {
	.list01,.list02 { margin: 20px 0;}
	.list01 li { background-color: #eee; padding:15px 20px; border-radius: 20px; margin-bottom: 20px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 700;  }
	
}

/*table*/
.legal_notice {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 0px solid #e3e3e3;
}

.legal_notice th {
	background: #f5f5f5;
	color: #111;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
	width: 25%;
}

.legal_notice td {
	background: initial;
	color: #000;
	font-size: 1.6rem;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
}

.legal_notice td dl { display: flex; flex-wrap: wrap; }
.legal_notice td dt { width: 25%; padding: 5px 0; }
.legal_notice td dd { width: 75%; padding: 5px 0; }

.price_table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #0096da;
	border-left: 0px solid #e3e3e3;
}

.price_table th {
	background: #fff;
	color: #0096da;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #0096da;
}

.price_table td {
	background: #fff;
	color: #000;
	font-size: 1.6rem;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #0096da;
}

.form {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 0px solid #e3e3e3;
}

.form th {
	background: #f5f5f5;
	color: #111;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
	width: 25%;
}

.form td {
	background: initial;
	color: #000;
	font-size: 14px;
	padding: 13px 15px;
	border-right: 0px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
}

/* 1024px 未満 */
@media not screen and (min-width: 1025px) {
	.legal_notice th {
		width: 20%;
	}
}

@media not all and (min-width: 767px) {
	.legal_notice th,.form th { display: block; width: 100%; }
	.legal_notice td,.form td { display: block; width: 100%; }
	.form { border-left: solid 1px #ccc; border-right: solid 1px #ccc; }
	
	
}

/* ページトップへ戻る */
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
	z-index: 999;
	margin: 0!important;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 42px;
	height: 42px;
    display: flex;
	justify-content: center;
	align-items: center;
}

/* 1201px 以上 */
@media screen and (min-width: 1201px) {
	#page-top a:hover { text-decoration: none; background: #666; }
}

@media not screen and (min-width: 1025px) {
	#page-top { bottom: 0; }
}

@media not screen and (min-width: 768px) {
	#page-top { bottom: 0; }
}

.bt_list { display: flex; flex-wrap:wrap; justify-content: center; }
.bt_list > li { padding: 0 10px; }
.bt_list > li > a { display: inline-block; }

.bt01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border:solid 1px #11739d;
	background-color: #11739d;
	padding:8px 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	position: relative;
    box-sizing: border-box;
    text-decoration: none;    
	min-width: 250px;
    font-size: 2rem;
    transition: all .3s;
	border-radius: 100px;
}
.bt01:before { background-image: url("../images/arrow01.png"); background-repeat: no-repeat; content: ""; display: inline-block; width: 10px; height: 16px; position: absolute; left:10px; top:50%; margin-top: -.4em; transition: all .3s; }
.bt01:hover { border:solid 1px #75aec6; color: #fff; background-color: #75aec6;  }

@media not screen and (min-width: 668px) {
	.bt01 { font-size: 1.4rem; }
}

.p10 { padding: 1rem; }
.p15 { padding: 1.5rem; }
.p20 { padding: 2rem; }

.mtb30 { margin: 3rem auto; }

.mt40 { margin-top: 4rem!important; }
.mt60 { margin-top: 6rem!important; }

.mb20 { margin-bottom: 2rem; }

@media screen and (min-width: 769px) {
	.pl20 { padding-left: 2rem; }
}

@media screen and (min-width: 769px) {
    .mtb60 { margin: 6rem auto; }
	.mb80 { margin-bottom: 8rem!important; }
}

@media not screen and (min-width: 668px) {
	.mt40_smp {  margin-top: 40px; }
	.mb20_smp { margin-bottom: 2rem; }
	.mtb20_smp { margin: 2rem 0; }
}

/*step縦*/
.stepbar {
	margin: 0 auto;
	padding: 20px 40px;
}

.stepbar .stepbarwrap {
  margin: 3em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 115px;
    content: "";
    border-radius: 50%;
    background-color: #81c8e2;
    color: #fff;
    text-align: center;
    border: 2px solid #81c8e2;
	z-index: 1;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.stepbar .stepbarwrap .steptitle .title {
    padding-left: 40px;
    padding-top: 20px;
  /*  width: 900px;*/
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}



.stepbar .stepbarwrap .steptitle .title h3 { color:#000; font-size: 2.6rem; font-weight: 700; margin-bottom: 20px;}


.stepbar .stepbarwrap .steptxt {
  padding-left: 20px;
}

.stepbar .stepbarwrap .stepimg {
    position: absolute;
    top: 20px;
    right: 0;
}

/* 1024px 未満 */
@media not screen and (min-width: 1024px) {
    .stepbar .stepbarwrap .steptitle .title {
    padding-left: 40px;
    padding-top: 20px;
    width: 80%;
    position: relative;
    }
	.stepbar .stepbarwrap .steptitle .title h3 { color:#000; font-size: 2.6rem; font-weight: 900; margin:0 0 20px 0;}
    .stepbar .stepbarwrap .stepimg {
    position: absolute;
    bottom: 0;
}
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.4rem;
}

.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 3em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 3.6em;
  z-index: 0;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

/* 1024px 未満 */
@media not screen and (min-width: 767px) {
	.stepbar {
		width: 100%;
	}
	
	.stepbar .stepbarwrap .steptitle .stepcircle {
		width: 85px;
		height: 85px;
		position: absolute;
		left:0;
		z-index: 1;
	}
	
    .stepbar .stepbarwrap .steptitle .title {
		padding-left: 100px;
		padding-right: 0;
		padding-top: 20px;
		position: relative;
    }
	.stepbar .stepbarwrap .stepline {
		left: 2.6em;
		z-index: 0;
	}
}


/* 768px 未満 */
@media not screen and (min-width: 668px) {
	
	.stepbar .stepbarwrap .steptitle { align-items: initial; }
	.stepbar .stepbarwrap .steptitle .title h3 { font-size: 2rem; }

    
	.stepbar .stepbarwrap .steptitle .title {
		width: 100%;
    }
	
	.stepbar .stepbarwrap .steptitle .title h4 {
		color: #000;
		font-size: 2.6rem;
		font-weight: 900;
		margin-bottom: 0px;
		background-color:#fff;
	}
	
	.stepbar .stepbarwrap .steptitle .title p {
		color: #000;
		font-size: 1.6rem;
		margin: 0px;
		background-color:#fff;
		padding:0;
		font-weight:400;
	}
    
    .stepbar .stepbarwrap .steptxt {
        padding-left: 90px;
    }
    .stepbar .stepbarwrap .stepimg {
        position: static;
        top: 0;
        left: 80px;
        padding-right: 0;
        text-align: right;
        width: 100%;
    }
    .stepbar .stepbarwrap .stepimg img { margin: 0 auto;}
}
