@charset "utf-8";
/* CSS Document */
body{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .08em;
	color: #333;
}

/*=======================
 header
=======================*/
header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #125c52;
}

header img{
	height: 30px;
	padding: 15px 20px;
}
header a{
	transition: .3s;
}
header a:hover{
	opacity: .7;
}
/*=======================
 sub_header
=======================*/
div.sub_header{
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #efefef;
	line-height: 0;
}

div.sub_header_inner{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

div.sub_header_inner h1 {
	width: 100%;
}

div.sub_header_inner h1 img {
	width: 100%;
}

div.sub_header_inner h2 {
	position: absolute;
	top: 7%;
	left: 5%;
	color: #ffffff;
	font-family: "Noto Sans Japanese";
	font-size: 11px;
}

div.sub_header_inner p.seminar_title {
	position: absolute;
	top: 18%;
	left: 5%;
}

div.sub_header_inner p.seminar_title img {
	width: 60%;
}

div.sub_header_inner p.seminar_date {
	position: absolute;
	right: 5%;
	top: 18%;
	width: 20%;
}

div.sub_header_inner p.seminar_date img {
	width: 100%;
}

div.seminar_desc_wrapper {
	width: 100%;
}

div.seminar_desc_inner {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 30px 0;
}

div.seminar_desc_inner table {
	width: 100%;
	margin: 0 auto 30px auto;
}

div.seminar_desc_inner table th {
	border-radius: 5px;
	background: #009E41;
	width: 90%;
	color: #ffffff;
	padding: 10px 0;
	display: block;
	margin: 0 auto;
}

div.seminar_desc_inner table td {
	width: 90%;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	font-weight: bold;
}

div.seminar_desc_inner span {
	border: 2px solid #009E41;
	border-radius: 5px;
	background: #ffffff;
	color: #009E41;
	margin: 0 auto 30px auto;
	display: block;
	width: 90%;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

p.meeting_img {
	text-align: center;
}

p.meeting_img img {
	width: 100%;
}

/*=======================
 sub_header_hojyokin2023
=======================*/
div.sub_header_hojyokin2023 {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: url("../images/h_bg_hojyhokin2023.jpg") no-repeat bottom/cover;
	text-align: center;
	font-weight: 500;
}

h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #009E41;
	text-shadow: rgba(255,255,255,0.9) 0 0 5px;
}

h2 span{
	font-size: 20px;
}

div.sub_header_hojyokin2023_inner{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
}
div.sub_header_hojyokin2023_inner table{
	width: 90%;
	margin: 0 auto;
}
div.sub_header_hojyokin2023_inner table th{
	width: 50%;
	display: block;
	border-radius: 5px;
	background-color: #009E41;
	text-align: center;
	color: #ffffff;
	padding: 5px 0;
	font-weight: normal;
	margin: 0 auto;
}
div.sub_header_hojyokin2023_inner table td{
	text-align: center;
	padding: 5px 0 0 10px;
	display: block;
	margin: 0 auto;
}
div.sub_header_inner table td.sep{
	font-size: 5px;
}
span.period{
	display: block;
	width: 80px;
	margin:0 auto 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #009E41;
	color: #fff;
	text-align: center;
}
span.free{
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid #009E41;
	background-color: rgba(255,255,255,0.4);
	color: #009E41;
}

p.h_text{
	margin-top: 10px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.h_text br{
	display: none;
}
p.h_text_sdgs{
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*=======================
 how_to
=======================*/

div.how_to{
	width: 100%;
	background-color: #f2f2f2;
	padding: 30px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
div.how_to_inner{
	width: 90%;
	margin: 0 auto;
}
div.how_to h3{
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #009E41;
	font-size: 15px;
	border-bottom: 1px solid #009E41;
}
div.how_to ul{
	margin-bottom: 30px;
}
div.how_to ul li{
	margin:0 0 20px 15px;
	list-style: disc;
	line-height: 1.5em;
}

.cnf{
	text-align: center;
	margin-bottom: 0;
}

.cnp{
	padding: 50px 0 100px;
}
/*=======================
 入力画面
=======================*/
.inquiry{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.box02{
	width: 100%;
	margin: 0 auto;
}

.box02 ul li {
	margin-bottom: 30px;
}

.box02-left {
	font-weight: 600;
}

.box02-right {
	display: block;
	margin-top: 10px;
	vertical-align: top;
	font-size: 12px;
}

.box02-right b {
	display: block;
	font-size: 12px;
	color: #ff0000;
}

.middle-box {
	width: 100%;
	padding: 0;
	height: 30px;
}

.min-box {
	width: 50%;	
}

/*必須マーク*/
span.imperative{
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	background-color: #F29600;
	color: #fff;
	font-size: 12px;
}

span.tell input{
	display: inline-block;
	width: 20%;
}

span.radio_bt {
	display: block;
	width: 100%;
}

span.box02_sub{
	display: block;
	margin: 10px 0 20px 20px;
}

span.box02-right_sub {
	display: block;
	width: 90%;
	margin: 5px 0 10px;
}

.box02-right p{
	line-height: 2em;
	letter-spacing: normal;
}

span.checkbox {
	display: inline-block;
	margin-top: 20px;
}

span.error_disp {
	color: #C7151C;
}

/* 	ボタン　 */
.confirm_button {
	width: 200px;
	display: block;
	margin: 0 auto;
	transition: .5s;
}

.confirm_button:hover {
    opacity: .7;
}

.return_button {
	display: block;
	margin: 20px auto 0;
	border: 2px #fff solid;
	font-weight: bold;
	font-size: 15px;
	background-color: #f2f2f2;
	padding: 5px 0;
	width: 80px;
	transition: 0.5s;
}

.return_button:hover {
	color: #fff;
	background-color: #333;
}

.interview_button {
	margin: 30px auto 0;
	display: block;
	position: relative;
	width: 150px;
	padding: 1vw;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #009E41;
	transition: 0.5s;
}

.interview_button:hover {
    opacity: 0.7;
}

textarea{
	width: 100%;
	height: 100px;
}

/*=======================
 footer
=======================*/
footer.footer{
	padding: 30px 0 50px;
	text-align: center;
	background-color: #125c52;
}

footer.footer img{
	width: 100px;
}

/** index */
div.box-index {
	position: relative;
	width: 100%;
	height: 100vh;
}

div.box-index-logo {
	display: block;
	position: absolute; top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	width: 100%;
	text-align: center;
}

div.box-index img {
}