@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

/*PC用-CSS*/
html{
	margin: auto;
	padding: 0;
	max-width: 1333px;
	min-width: 800px;
	border-left:  1px solid #A3B0FF;
	border-right:  1px solid #A3B0FF;
	overflow: scroll;
}
@media screen and (max-width: 600px) {
    html {
	max-width: 100%;
	min-width: 300px;    
	}
}
body{
/*	background-color: #f1f9ff;*/
	background: -moz-linear-gradient(top, #f1f9ff, #FFF);
	background: -webkit-linear-gradient(top, #f1f9ff, #FFF);
	background: linear-gradient(to bottom, #f1f9ff, #FFF);
	padding-top: 80px;
/*	padding: 2%;*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
a{
	text-decoration: none;
}
nav{
	text-align:right;
	margin-bottom: 2%;
}
nav ul{
	margin: 0 ;
	padding: 0 ;
}
nav ul li{
	margin-top: -15px;;
	list-style: none;
	display: inline-block;
/*	min-width: 50px;*/
	margin-right: 1%;
}
nav ul li a{
	text-decoration: none;
	color: #5F5F5F;
}
nav ul li.current a{
/*	color: #F33135;*/
}
nav ul li a:hover{
	color: #E7DA66;
}
/*TOP*/
.hed{
	display: flex;
	position: fixed; /* 要素を固定位置に配置 */
	top: 0; /* 上端を画面の上端に合わせる */
	left: 0; /* 左端を画面の左端に合わせる */
	width: 100%; /* 幅を画面いっぱいに */
	background:#fff; /* 背景色を白に設定 */
	z-index: 9999; /* 他要素より前面に表示 */
	box-shadow:0 2px 5px rgba(0,0,0,0.1); /* 影を追加 */
}
.logo{
	width: 10%;
/*	aspect-ratio: 5 / 3;*/
}
@media screen and (max-width: 400px) {
    .logo {
	width: 15%;
	}
}
.logo img{
/*	width: 100%;*/
}
@media screen and (max-width: 400px) {
    .logo img {
	width: 100%;
	}
}
.top-hed-text{
	width: 90%;
	text-align: right;
	margin-top: 30px;
	right: 0;
	color: #616b78;
}
@media screen and (max-width: 600px) {
    .top-hed-text {
	font-size: 0.8rem;
    }
}
.line{
	margin-top: 5px;
	margin-bottom: 20px;
	border: 1px solid #e9edf1;
}
.line2{
	letter-spacing: -3px;
	margin-right: 5px;
}
.line_b{
	margin-top: -15px;
	margin-bottom: 20px;
	border: 2px solid #2563eb;
}
section{
	width: 100%;
	position: relative;
}
footer{
	margin-top: 4%;
}
footer p{
	color: #7c828e;
	margin-top: -10px;
}
.flex-box1 {
    display: flex;
}
@media screen and (max-width: 600px) {
    .flex-box1 {
	width:  100%;
    }
}
.flex-item1 {
	width:  55%;
}
@media screen and (max-width: 600px) {
    .flex-item1 {
	width:  100%;
    }
}
.flex-item2 {
	margin-left: auto;
	width:  45%;
}
@media screen and (max-width: 600px) {
    .flex-item2 {
	display: none;
    }
}
.top-pict1{
	position: relative;
	right: 0;
	width: 85%;
	margin-left: auto;
}
.top-pict1 img{
	width: 100%;
}
.top-midasi1{
	font-size: 2.5rem;
	color: #1e3a8a;
	padding-top: 30px;
	margin-bottom: -5px;
}
.top-midasi2{
	color: #2563eb;
	padding-bottom: 10px;
}
.top-text0{
	line-height: 15px;
}
.top-text1{
	font-weight: normal;
	letter-spacing: 1px;
}
#top-icon{
    display: flex;
	padding-top: 20px;
}
.top-icon1{
	width: 120px;
	padding: 5px 6px;
	margin: 0 6px;
	background-color: #e3edfd;
	color: #2563eb;
	font-size: 0.9rem;
	font-weight:600;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
}

.top-pict2{
	display: flex;
/*	border: 1px solid #E7E7E7;*/
	border-radius: 20px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	margin-top: 10px;
	margin-left: auto;
	padding: 15px;
	width: 79.2%;
}
.top-text3{
	padding-left: 20px;
}
.top-text3 h3{
	margin-bottom: -5px;
	font-size: 1.2rem;
}
.top-text3 h4{
	margin-bottom: -5px;
	font-weight: 500;
}
.top-text3 h2{
	margin-bottom: -5px;
	color: #2563eb;
	font-size: 1.1rem;
}
#top-btn{
	width: 44%;
	border: 1px solid #2563eb;
	border-radius: 5px;
	background-color: #2563eb;
	padding: 10px 10px 11px 10px;
	text-align: center;
	margin-top: 40px;
	color: #FFF;
}
#top-btn img{
	width: 6%;
	margin-bottom: -3px;
}

/*募集*/
.b-midasi{
	color: #1e3a8a;
	font-size: 1.9rem;
	font-weight: 700;
}

.flex-box2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-item1b, .flex-item2b, .flex-item3b, .flex-item4b, .flex-item5b, .flex-item6b{
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	width: 30%;
	padding: 12px;
	margin-bottom: 2%;
	background-color: #FFF;
}
@media screen and (max-width: 600px) {
    .flex-item1b, .flex-item2b, .flex-item3b, .flex-item4b, .flex-item5b, .flex-item6b {
	width: 100%;
    }
}
.flex-box2 ul{
	padding-left: 3px;
}
.flex-box2 li{
	padding: 3px 0px;
	list-style: none;
	margin-left: 1rem;
	text-indent: -1.2rem;
}
.flex-box2 ul li::before{
	content: "⚫︎"; /* 記号(黒丸)を挿入 */
	color: #2563eb; /* 好きな色にする */
	font-size: 0.6em; /* 点の大きさ */
	margin-right: 1.2em; /* 点とテキストの距離 */
	vertical-align: middle;
}
.b-icon{
	background-color: #e8effd;
	border-radius: 50%;
	padding: 2px 5px;
}
.b-text{
	color: #2563eb;
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 3px;
}
.b-text2{
	color: #2563eb;
	font-weight: bold;
	margin-left: 3px;
	background-color: #e8effd;
}
.b-waku{
	background-color: #e8effd;
	border-radius: 5px;
	padding: 10px;
}
.b-text3{
	color: #1d4ed8;
	font-weight: 500;
}
.b-text4{
	color: #3a58ba;
}

/*例*/
.flex-item1e, .flex-item2e, .flex-item3e{
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	width: 30%;
	padding: 12px 12px 5px 12px;
	margin-bottom: 2%;
	background-color: #FFF;
	position: relative;
}
@media screen and (max-width: 600px) {
    .flex-item1e, .flex-item2e, .flex-item3e {
	width: 100%;
    }
}
.e-back{
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #2563eb;
	width: 100%;
	height: 34px;
	margin-left: -12px;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	text-align: left;
	text-indent: 1rem;
	padding-top: 6px;
	font-weight: bold;
}
.e-back img{
	margin-bottom: -2px;
}
.flex-item1e h4{
	color: #394353;
	font-weight: normal;
	padding-top: 15px;
}.flex-item2e h4{
	color: #394353;
	font-weight: normal;
	padding-top: 15px;
}.flex-item3e h4{
	color: #394353;
	font-weight: normal;
	padding-top: 15px;
}
.e-text{
	color: #1e40af;
	font-weight: bold;
	font-size: 1.5rem;
	margin-top: -15px;
	margin-bottom: 3px;
}
.e-text2{
	color: #5e6774;
}
.e-text4{
	color: #2858da;
	font-size: 0.9rem;
}
.flex-box3{
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	padding: 20px;
	flex-wrap: wrap;
	background-color: #f9fafb;
}
.flex-item4e, .flex-item5e{
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	width: 47%;
	padding: 12px 12px 5px 12px;
	margin-bottom: 2%;
	background-color: #FFF;
	position: relative;
}
@media screen and (max-width: 850px) {
    .flex-item4e, .flex-item5e {
	width: 45%;
    }
}
@media screen and (max-width: 600px) {
    .flex-item4e, .flex-item5e {
	width: 100%;
    }
}
.e-efct{
	opacity: 0.1;
	width: 5%;
	position: absolute;
	top: -5px;
}
.e-efct2{
	width: 16%;
	position: absolute;
	right: 1%;
	bottom: 1.4%;
}
.flex-item6e{
	width: 100%;
}
.flex-item6e img{
	margin-bottom: -2px;
}
.e-text5{
	color: #2563eb;
	margin-top: -5px;
}
.e-midasi{
	color: #1e40af;
	font-size: 1.2rem;
}

/*FAQ*/
.flex-box4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-box4 img{
	margin-left: 5px;
	margin-bottom: -1px;
	filter: saturate(250%);
	filter: brightness(150%);
}
.flex-box4 hr{
	margin-left: -12px;
	width: 104%;
	left: 0;
	border: none;
	height: 2px;
	background-color:#f1f9ff;
}
.flex-item1f, .flex-item2f, .flex-item3f, .flex-item4f, .flex-item5f{
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	width: 47%;
	padding: 12px 12px 12px 12px;
	margin-bottom: 2%;
	background-color: #FFF;
	position: relative;
}
@media screen and (max-width: 850px) {
    .flex-item1f, .flex-item2f, .flex-item3f, .flex-item4f, .flex-item5f {
	width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .flex-item1f, .flex-item2f, .flex-item3f, .flex-item4f, .flex-item5f {
	width: 100%;
    }
}
.flex-item6f{
	border-radius: 5px;
/*	box-shadow: 5px 5px 5px #C8C8C8;*/
	width: 47%;
	padding: 12px 12px 5px 12px;
	margin-bottom: 2%;
	background-color: transparent;
	position: relative;
}
@media screen and (max-width: 850px) {
    .flex-item6f {
	width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .flex-item6f {
	width: 100%;
    }
}
.f-text{
	color: #1e40af;
}
.f-midasi{
	color: #1e3a8a;
	font-weight: bold;
}
.f-midasi2{
	color: #304b93;
	font-weight: bold;
}
.f-part2{
	border-radius: 5px;
/*	box-shadow: 5px 5px 5px #C8C8C8;*/
	background-color: #D2E6FF;
	padding: 5px 11px 1px 13px;
	margin-top: -11px;
	margin-left: -12px;
	width: 100%;
	font-size: 0.9rem;
}
.f-part2 img{
	margin-bottom: -2px!important;
	filter: brightness(100%)!important;
}
.flex-box5{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #f6f7f8;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	border-radius: 5px;
}
.flex-item7f{
	background-color: transparent;
/*	box-shadow: 5px 5px 5px #C8C8C8;*/
	width: 35px;
	margin: auto;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;
	text-align: right;
}
.flex-item7f img{
	width: 100%;
	margin-bottom: -3px;
}
.flex-item8f{
	border-radius: 5px;
	width: 65%;
	padding: 3px -10px 3px 3px;
	margin: auto;
	margin-left: -1px;
/*	margin-bottom: 2%;*/
	background-color: transparent;
	position: relative;
}
@media screen and (max-width: 850px) {
    .flex-item8f {
	width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .flex-item8f {
	width: 80%;
    }
}
.flex-item9f{
	text-align: right;
	border-radius: 5px;
	width: 15%;
	padding: 3px 0px 3px 0px;
	background-color: transparent;
	position: relative;
	left: 4%;
	bottom: 10px;
}
@media screen and (max-width: 850px) {
    .flex-item9f {
	width: 30%;
    }
}
@media screen and (max-width: 600px) {
    .flex-item9f {
	width: 100%;
    }
}
#f-btn{
	width: 55%;
	border: 1px solid #2563eb;
	border-radius: 5px;
	background-color: #2563eb;
	padding: 5px 8px 5px 8px;
	text-align: center;
	margin-top: 40px;
	color: #FFF;
}
#f-btn img{
	width: 16%;
	margin-right: 3px;
	margin-bottom: -2px;
}
@media screen and (max-width: 600px) {
    #f-btn img {
	width: 10%;
    }
}
.f-midasi3{
	color: #4b5563;
}
.f-midasi4{
	color: #1e40af;
	font-weight: bold;
	font-size: 1.2rem;
}

/*会社情報*/
.flex-box6{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-item1c{
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	width: 47%;
	padding: 12px 15px 10px 15px;
	margin-bottom: 1%;
	background-color: #FFF;
	position: relative;
}
@media screen and (max-width: 600px) {
    .flex-item1c {
	width: 100%;
    }
}
.flex-item1c img{
	margin-bottom: -2px;
}
.flex-item1c td{
	height: 15px;
}
.kasen{
	border-bottom: solid 2px #f4f5f7;
	text-indent: 0px;
	width: 115%;
}
.b-text3{
	color: #2563eb;
	font-weight: bold;
	font-size: 0.9rem;
	margin-left: 3px;
	background-color: #e8effd;
}
.flex-item2c{
	border-radius: 5px;
	width: 47%;
/*	box-shadow: 5px 5px 5px #C8C8C8;*/
/*	margin-bottom: 2%;*/
/*	background-color: #f3f8ff;*/
	position: relative;
}
@media screen and (max-width: 600px) {
    .flex-item2c {
	width: 100%;
    }
}
.map{
	margin-bottom: 20px;
	border-radius: 5px;
}
.msg{
	border-radius: 5px;
	width: 100%;
	padding: 10px 0 0 0;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	margin-bottom: 2%;
	background-color: #f3f8ff;
	position: relative;
	bottom: 0px;
}
.dmsg{
	width: 100%;
	margin-bottom: 10px;
	color: #1e40af;
	font-weight: bold;
}
.dmsg img{
	margin-bottom: -2px;
}
.dtext{
	font-size: 0.8rem;
	color:#3E3E3E;
}
.b-text4{
	color: #1d4ed8;
	font-weight: 500;
}
.b-text5{
	color: #1d4ed8;
	font-weight: 500;
}
.b-text6{
	color: #1e3a8a;
	font-weight: bold;
}
.flex-box7{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-item3c, .flex-item4c, .flex-item5c{
	border-radius: 5px;
	width: 33%;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	padding: 15px 0;
/*	background-color: #f3f8ff;*/
	position: relative;
}
.dtext2{
	font-size: 0.9rem;
	font-weight: 500;
}
.dtext3{
	font-size: 0.8rem;
	color: #4b5563;
}

/*応募・お問い合わせ*/
.cn-tel{
	
}
.cn-tel img{
	width: 4%;
	padding-right: 10px;
	margin-bottom: -4px;
}
.cn-text1{
	color: #535d6a;
	font-size: 0.85rem;
}
.b-text7{
	color: #1e40af;
	font-size: 1.7rem;
	font-weight: bold;
}
.b-text8{
	color: #1e3a8a;
	font-size: 0.9rem;
	font-weight: 500;
}
.b-text9{
	color: #1d4ed8;
	font-weight: 500;
	margin-bottom: 5px;
}
.t-point{
	padding: 10px;
	background-color: #eff6ff;
	border-radius: 5px;
	line-height: 22px;
}
.cn-form{

}
.cn-form img{
	width: 5%;
	padding-right: 10px;
	margin-bottom: -4px;
}
.web-form{
	margin-top: 1%;
}
.web-form input{
	border: 1px solid #D1D1D1;
	border-radius: 3px;
}
.flex-box8{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-item1cn, .flex-item2cn {
	border-radius: 5px;
	width: 50%;
/*	background-color: #f3f8ff;*/
	position: relative;
	font-size: 0.8rem;
	margin: 3% 0 3% 0;
}
.flex-item1cn input{
	width: 95%;
	height: 100%;
}
.flex-item2cn input{
	width: 95%;
	height: 100%;
}
.flex-item3cn, .flex-item4cn, .flex-item5cn {
	border-radius: 5px;
	width: 100%;
/*	background-color: #f3f8ff;*/
	position: relative;
	font-size: 0.8rem;
	margin: 3% 0 3% 0;
}
.flex-item3cn input{
	width: 97.5%;
	height: 100%;
}
.flex-item4cn input{
	width: 97.5%;
	height: 100%;
}
.flex-item5cn{
	text-align: center;
}
.flex-item5cn input{
	background-color: #2563eb;
	border-radius: 5px;
	padding: 1.5% 6%;
	color: #FFF;
	font-size: 1.0rem;
}
.cn-icon{
	position: absolute;
	margin-top: 14px!important;
	margin-left: 5%!important;
	margin-bottom: 5px;
	width: 3%!important;
}
.flex-box9{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 1px 2px 2px 2px #E7E7E7;
	border-radius: 5px;
	margin-bottom: 3%;
}
.b-text10{
	color: #1e40af;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 2% 2% 0% 2%;
	width: 100%;
}
.b-text10 img{
	width: 1.1%;
	margin-right: 1%;
	margin-bottom: -2px;
}
.flex-item6cn, .flex-item7cn, .flex-item8cn, .flex-item9cn{
	border-radius: 5px;
/*	box-shadow: 5px 5px 5px #C8C8C8;*/
	width: 23%;
	padding: 3% 0px 3% 0px;
	background-color: transparent;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 600px) {
    .flex-item6cn, .flex-item7cn, .flex-item8cn, .flex-item9cn {
	width: 50%;
    }
}
.circle{
	border: 1px solid #2563eb;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align:middle;
	line-height: 30px;
	font-weight: bold;
	background-color: #2563eb;
	color: #FFF;
	position: absolute;
	margin-top: 0;
	right: 8%;
	top: 0;
}
.cn-text2{
	font-size: 0.9rem;
}
.cn-text3{
	font-size: 0.9rem;
	color: #4d5765;
}
.cn-text4{
	font-size: 0.9rem;
	color: #383c45;
}
.b-text11 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #273e9c;
	margin-bottom: 0;
}