@charset "utf-8";
/* CSS Document */
html {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	color: #202121;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	color: #202121;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	;
	font-weight: 600;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
p {
	line-height: 2.0;
	text-align: justify;
	margin-bottom: 1.4em;
}
p:last-child {
	margin-bottom: 0!important;
}

h2 {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	h2 {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	h3 {
		font-size: 1.6rem;
	}
}


@media screen and (max-width: 780px) { /*-----------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
	p {
		line-height: 1.8;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}

/* header
--------------------------------------------------------*/
header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 64px;
	padding: 12px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D1D1D1;
	z-index: 99999;
}
header .head_left {
	display: flex;
	align-items: center;
}
header .head_logo {
	width: 260px;
	line-height: 1;
	margin-right: 20px;
	margin-bottom: 0;
}
header .head_txt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header li {
	font-weight: bold;
	margin-left: 30px;
	font-size: 1.4rem;
}
header a {
	color: #202121;
	text-decoration: none;
	transition: .2s;
}
header a:hover {
	opacity: 0.6;
}
header .head_btn {
	transition: .2s;
}
header .head_btn:hover {
	opacity: 0.7;
}
header .head_btn a {
	background-color: #004EBB;
	color: #fff;
	display: block;
	border-radius: 200px;
	line-height: 1;
	padding: 12px 30px;
}
@media screen and (max-width: 1060px) { /*-----------------SP----- */
	header {
		padding-right: 14px;
	}
	header ul a {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 1150px) { /*-----------------SP----- */
	header li:nth-child(1), header li:nth-child(2), header li:nth-child(3), header li:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	header {
		min-height: 64px;
		padding: 0 12px;
	}
	header .head_left {
		display: block;
		align-items: center;
	}
	header .head_logo {
		width: 200px;
		margin-right: 0;
		margin-bottom: 6px;
	}
	header .head_txt {
		font-size: 1.2rem;
	}
	header ul {
		display: block;
	}
	header li {
		margin-left: 0;
		font-size: 1.2rem;
	}
	header .head_btn a {
		padding: 10px 20px;
	}
}

/* mv
--------------------------------------------------------*/
.sec_mv {
	margin-top: 64px;
	padding: 40px 20px 60px;
	background: url("image/mv_bg2.png") bottom right no-repeat, url("image/mv_bg1.png") bottom left no-repeat;
	background-color: #DFF2FF;
	background-size: auto 100%, auto 100%;
}
.sec_mv_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_mv h1 {
	max-width: 930px;
}
.sec_mv h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 20px;
	margin-left: 1.8%;
	text-align: left;
}
@media screen and (max-width: 1500px) { /*-----------------SP----- */
	.sec_mv h1 {
		max-width: 1100px;
		padding-right: 300px;
	}
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_mv {
		margin-top: 64px;
		padding: 30px 6% 110px 5%;
		background: url("image/mv_sp.jpg") bottom center no-repeat;
		background-color: #DFF2FF;
		background-size: 100% auto;
	}
	.sec_mv_wrap {
		max-width: 100%;
	}
	.sec_mv h1 {
		max-width: 100%;
		padding: 0;
	}
	.sec_mv h2 {
		font-size: 1.8rem;
		font-weight: 900;
		margin-top: 40px;
	}
}

/* sec01
--------------------------------------------------------*/
.sec01 {
	background: url("image/sec01_bg1.png") top 50px center no-repeat, url("image/sec01_bg2.png") bottom 50px center no-repeat;
	background-size: 1460px auto, 1400px auto;
	padding: 80px 30px;
}
.sec01_wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec01 .wrap1 {
	flex-flow: row-reverse;
}
.sec01 .box_ttl {
	width: 50%;
	background: url("image/sec01_kado1.png") top left no-repeat, url("image/sec01_kado2.png") bottom right no-repeat;
	background-size: 250px auto;
	padding: 64px 40px;
}
.sec01 .box_img {
	width: 45%;
}
.sec01 h3 {
	margin-bottom: 10px;
}
.sec01 h3 img {
	height: 30px;
	width: auto;
}
.sec01 h2 {
	color: #0D438E;
	text-align: left;
	margin-bottom: 24px;
}
.sec01 p strong {
	color: #004EBB;
	font-weight: 900;
}
.sec01 li {
	background: url("image/sec01_check.png") center left no-repeat;
	background-size: 20px auto;
	color: #004EBB;
	font-weight: 900;
	padding-left: 30px;
	margin-bottom: 10px;
}
.sec01 li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec01 {
		background: url("image/sec01_bg1.png") top 50px center no-repeat, url("image/sec01_bg2.png") bottom 50px center no-repeat;
		background-size: 1460px auto, 1400px auto;
		padding: 60px 5% 20px;
	}
	.sec01_wrap {
		max-width: 100%;
		display: block;
	}
	.sec01 .box_ttl {
		width: 100%;
		background: url("image/sec01_kado1.png") top left no-repeat, url("image/sec01_kado2.png") bottom right no-repeat;
		background-size: 150px auto;
		padding: 34px 20px;
		margin-bottom: 40px;
	}
	.sec01 .box_img {
		width: 76%;
		margin: 0 auto 40px;
	}
	.sec01 h3 {
		margin-bottom: 10px;
	}
	.sec01 h3 img {
		height: 24px;
		margin: 0 auto;
	}
	.sec01 h2 {
		margin-bottom: 24px;
		text-align: center;
	}
	.sec01 li {
		background: url("image/sec01_check.png") top 4px left no-repeat;
		background-size: 14px auto;
		line-height: 1.5;
		padding-left: 22px;
		margin-bottom: 10px;
	}
	.sec01 li:last-child {
		margin-bottom: 0;
	}
}


/* sec02
--------------------------------------------------------*/
.sec02 {
	background: url("image/sec02_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 70px 30px 100px;
}
.sec02_wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.sec02 h3.ttl {
	width: 149px;
	margin: 0 auto;
}
.sec02 .ttl_txt {
	margin-bottom: 40px;
}
.sec02 ul {
	display: flex;
	justify-content: space-between;
}
.sec02 ul li {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 3%;
	width: calc( 100% / 3 - 3% );
}
.sec02 ul li img {
	width: 50px;
	height: auto;
	margin: 0 auto 10px;
}
.sec02 ul li h3 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #0d438e;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #000;
}
.sec02 ul li p {
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec02 {
		background: url("image/sec02_bg.jpg") right center no-repeat;
		background-size: cover;
		padding: 4em 5% 4em;
	}
	.sec02_wrap {
		max-width: 100%;
	}
	.sec02 h3.ttl {
		width: 98px;
		margin: 0 auto 6px;
	}
	.sec02 .ttl_txt {
		margin-bottom: 30px;
	}
	.sec02 ul {
		display: block;
	}
	.sec02 ul li {
		padding: 6%;
		width: 100%;
		margin-bottom: 14px;
	}
	.sec02 ul li:last-child {
		margin-bottom: 0;
	}
	.sec02 ul li img {
		width: 40px;
	}
	.sec02 ul li h3 {
		font-size: 2.0rem;
		margin-bottom: 14px;
		padding-bottom: 14px;
		border-bottom: 1px dashed #000;
	}
}


/* sec03
--------------------------------------------------------*/
.sec03 {
	background: url("image/sec03_bg1.png") bottom 240px center no-repeat, url("image/sec03_bg2.png") bottom 50px center no-repeat;
	background-size: 1100px auto, 1100px auto;
	padding: 100px 30px 100px;
}
.sec03_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.sec03 h3.ttl {
	width: 163px;
	margin: 0 auto;
}
.sec03 .ttl_txt {
	margin-bottom: 20px;
}
.sec03_img {
	max-width: 841px;
	margin: 0 auto;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec03 {
		background: url("image/sec03_bg1.png") top -25px left 10px no-repeat, url("image/sec03_bg2.png") bottom -20px right 8px no-repeat;
		background-size: 600px auto, 600px auto;
		padding: 4em 5% 4em;
	}
	.sec03_wrap {
		max-width: 900px;
		margin: 0 auto;
	}
	.sec03 h3.ttl {
		width: 106px;
		margin: 0 auto 6px;
	}
	.sec03 .ttl_txt {
		margin-bottom: 20px;
	}
	.sec03_img {
		max-width: 841px;
		margin: 0 auto;
	}
}



/* sec04
--------------------------------------------------------*/
.sec04 {
	background: url("image/sec04_bg.png") bottom center no-repeat;
	background-color: #dbeaff;
	background-size: auto 365px;
	padding: 60px 30px;
}
.sec04_wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec04_wrap .box {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 3% 5% 4%;
	width: calc( 100% / 2 - 2% );
}
.sec04 h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #0d438e;
}
.sec04 .ttl_txt {
	margin-bottom: 30px;
	line-height: 1.5;
}
.sec04 .txt_area h4 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	background-color: #0d438e;
	border-radius: 6px;
	line-height: 1;
	padding: 10px 10px 12px;
	margin: 0 auto 10px;
	max-width: 300px;
}
.sec04 .txt_area p {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 2em;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec04 {
		background: url("image/sec04_bg.png") bottom center no-repeat;
		background-color: #dbeaff;
		background-size: auto 180px;
		padding: 3em 5%;
	}
	.sec04_wrap {
		max-width: 100%;
		display: block;
	}
	.sec04_wrap .box {
		padding: 4% 6% 7%;
		width: 100%;
	}
	.sec04_wrap .btm {
		margin-top: 20px;
	}
	.sec04 h3 {
		font-size: 1.2rem;
	}
	.sec04 .ttl_txt {
		margin-bottom: 24px;
		text-align: center!important;
	}
	.sec04 .txt_area h4 {
		font-size: 1.8rem;
	}
}


/* sec05
--------------------------------------------------------*/
.sec05 {
	background: url("image/sec05_bg.png") top 90px center no-repeat;
	background-size: 1200px auto;
	padding: 100px 30px 100px;
}
.sec05_wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.sec05 h3.ttl {
	width: 195px;
	margin: 0 auto;
}
.sec05 .txt_area {
	text-align: center;
	margin-bottom: 50px;
}
.sec05 .txt_area .line1, .sec05 .txt_area .line2 {
	position: absolute;
	bottom: -10px;
	width: 39px;
	height: auto;
}
.sec05 .txt_area .line1 {
	left: -60px;
}
.sec05 .txt_area .line2 {
	right: -60px;
}
.sec05 .ttl_txt {
	position: relative;
	display: inline-block;
}
.sec05 ul {
	display: flex;
	justify-content: center;
}
.sec05 ul li {
	max-width: 274px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	padding: 20px;
	margin-right: 20px;
}
.sec05 ul li:last-child {
	margin-right: 0;
}
.sec05 ul li:hover {
	opacity: 0.7;
	border: 1px solid #004EBB;
	border-radius: 10px;
}
.sec05 ul li h4 {
	margin-top: 14px;
	font-size: 2.0rem;
	font-weight: 900;
}
.sec05 ul li h4 span {
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
}
.sec05 ul li h4 strong {
	font-size: 2.6rem;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec05 {
		background: url("image/sec05_bg.png") top -20px left 20px no-repeat;
		background-size: 700px auto;
		padding: 4em 5%;
	}
	.sec05_wrap {
		max-width: 100%;
	}
	.sec05 h3.ttl {
		width: 128px;
		margin: 0 auto 6px;
	}
	.sec05 .txt_area {
		margin-bottom: 40px;
	}
	.sec05 .txt_area .line1, .sec05 .txt_area .line2 {
		display: none;
	}
	.sec05 ul {
		justify-content: space-between;
		margin: 0;
	}
	.sec05 ul li {
		width: 44%;
		padding: 0;
	}
	.sec05 ul li:last-child {
		margin-left: 0;
	}
	.sec05 ul li h4 {
		margin-top: 10px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.sec05 ul li h4 span {
		font-size: 1.3rem;
	}
	.sec05 ul li h4 strong {
		font-size: 1.8rem;
	}
}

/*　モーダルウィンドウ　*/
html { /* 常にスクロールバーのガターを確保 */
  scrollbar-gutter: stable;
}
body.modal-open { /* モーダル表示時はスクロールを無効化 */
  overflow: hidden;
}
.modal { /* モーダル全体（背景部分） */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 1000;
}
.modal.active { /* モーダル表示状態 */
	opacity: 1;
	visibility: visible;
}
.modal-content { /* モーダルのコンテンツ部分 */
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: 10% auto;
	background: #fff;
	border-radius: 10px;
	padding: 3%;
	text-align: center;
	transform: scale(0.8);
	transition: transform 0.3s ease;
}
.modal.active .modal-content { /* active時に拡大アニメーション */
	transform: scale(1);
}
.modal-close { /* 閉じるボタン */
	background-color: #0D438E;
	border: none;
	border-radius: 100px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	padding: 6px;
}
.modal_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.member {
	width: 25%;
}
.member h4 {
	margin-top: 14px;
	font-size: 2.0rem;
	font-weight: 900;
}
.member h4 span {
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
}
.member h4 strong {
	font-size: 2.6rem;
}

.interview {
	width: 70%;
	background-color: #EFFDFF;
	overflow-y: scroll;
	height: 340px;
	text-align: justify;
	padding: 5%;
}
.interview h3 {
	background: url("image/sec05_line.png") center left no-repeat;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 26px;
	color: #0D438E;
}
.interview p {
	font-size: 1.5rem;
	margin-bottom: 1.8em;
	line-height: 1.6;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.modal-content { /* モーダルのコンテンツ部分 */
		width: 92%;
		max-width: 100%;
		margin: 100px auto 0;
		padding: 7%;
	}
	.modal-close { /* 閉じるボタン */
		font-size: 14px;
		padding: 5px;
	}
	.modal_wrap {
		display: block;
		margin-bottom: 30px;
	}
	.member {
		width: 100%;
		margin: 0 auto 10px;
	}
	.member img {
		width: 80px;
		margin: 0 auto;
	}
	.member h4 {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.member h4 span {
		font-size: 1.3rem;
	}
	.member h4 strong {
		font-size: 1.7rem;
	}

	.interview {
		width: 100%;
		height: 240px;
	}
	.interview h3 {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.interview p {
		font-size: 1.4rem;
		margin-bottom: 1.8em;
		line-height: 1.6;
	}
}


/* sec06
--------------------------------------------------------*/
.sec06 {
	background-color: #0d438e;
	padding: 0 0 20px;
	text-align: center;
}
.sec06 h2 {
	background: url("image/sec06_img1.png") left 20px center no-repeat, url("image/sec06_img2.png") right 20px center no-repeat;
	background-size: 34px auto, 30px auto;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin: 0 auto;
	padding: 20px 60px;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	white-space: nowrap;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec06 h2 {
		background: none;
		display: block;
		padding: 20px 0;
		font-size: 1.5rem;
		white-space: normal;
	}
}

/* sec07
--------------------------------------------------------*/
.sec07 {
	padding: 100px 30px 100px;
}
.sec07_wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.sec07 h3.ttl {
	width: 108px;
	margin: 0 auto;
}

.sec07 .form {
	margin-top: 60px;
}
.entry_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}
.entry_list li {
	width: calc( 100% / 3 - 16px );
	margin-bottom: 20px;
	border: 1px solid #ccc;
	margin: 0 8px 20px;
}
.entry_list li a {
	display: block;
	padding: 20px;
	background-color: #fff;
	transition: 0.3s;
	text-decoration: none;
	color: #303030;
	height: 100%;
	line-height: 1.4;
}
.entry_list li a:hover {
	opacity: 0.7;
}
.entry_list li h3 {
	font-size: 1.6rem;
	text-align: left;
	margin-top: 8px;
}
.no_enty {
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec07 {
		padding: 4em 5%;
	}
	.sec07_wrap {
		max-width: 100%;
	}
	.sec07 h3.ttl {
		width: 70px;
		margin: 0 auto 6px;
	}

	.sec07 .form {
		margin-top: 30px;
	}
	.entry_list {
		display: block;
	}
	.entry_list li {
		width: 100%;
		margin: 0 0 14px;
	}
	.entry_list li:last-child {
		margin: 0;
	}
	.entry_list li a {
		padding: 14px;
	}
	.entry_list li h3 {
		font-size: 1.5rem;
	}
}

/* sec08
--------------------------------------------------------*/
.sec08 {
	border-top: 1px solid #0d438e;
	padding: 80px 30px 100px;
}
.sec08_wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.note-container {
	display: flex;
	justify-content: space-between;
}
.note-container a {
	width: calc( 100% / 3 - 20px );
	text-decoration: none;
	color: #202121;
	font-weight: 600;
	transition: .2s;
}
.note-container a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.note-container h3 {
	font-size: 1.4rem;
	text-align: left;
	margin-top: 4px;
	line-height: 1.5;
}
.note-container img {
    border: 1px solid #ccc;
}
.note_btn a {
	display: block;
    background-color: #fff;
    border-radius: 100px;
	border: 1px solid #202121;
    text-align: center;
    text-decoration: none;
    color: #202121;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
	max-width: 230px;
	width: 100%;
	margin: 40px auto 0;
    padding: 14px 10px;
    transition: .2s;
}
.note_btn a:hover {
	opacity: 0.7;
	background-color: #D6EFF2;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec08 {
		padding: 4em 5%;
	}
	.sec08_wrap {
		max-width: 100%;
	}
	.note-container {
		display: block;
	}
	.note-container a {
		width: 100%;
	}
	.note-container h3 {
		text-align: justify;
		margin-top: 6px;
		margin-bottom: 30px;
	}
	.note_btn a {
		display: block;
		background-color: #fff;
		border-radius: 100px;
		border: 1px solid #202121;
		text-align: center;
		text-decoration: none;
		color: #202121;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		max-width: 230px;
		width: 100%;
		margin: 40px auto 0;
		padding: 14px 10px;
		transition: .2s;
	}
	.note_btn a:hover {
		opacity: 0.7;
		background-color: #D6EFF2;
	}
}






/* footer
--------------------------------------------------------*/
.foot1 {
	border-top: 1px solid #0d438e;
	padding: 10px 0;
}
.foot1 img {
	max-width: 240px;
	margin: 0 auto;
}
.foot2 {
	background-color: #0d438e;
	padding: 40px 30px;
}
.foot2 p {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
.foot2 ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.foot2 li {
	width: 180px;
}
.foot2 li:last-child {
	margin-left: 30px;
}
.foot2 li a {
	display: block;
	background-color: #fff;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	color: #202121;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	padding: 14px 10px;
	transition: .2s;
}
.foot2 li a:hover {
	opacity: 0.7;
}
.copyright {
	background-color: #003988;
	padding: 14px;
    text-align: center;
	font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.01em;
	color: #fff;
}
.pagetop {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	width: 60px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.foot1 {
		padding: 10px 0;
	}
	.foot1 img {
		max-width: 160px;
	}
	.foot2 {
		padding: 3em 5%;
	}
	.foot2 p {
		font-size: 1.2rem;
	}
	.foot2 ul {
		justify-content: space-between;
		margin-top: 30px;
	}
	.foot2 li {
		width: 45%;
	}
	.foot2 li:last-child {
		margin-left: 0;
	}
	.foot2 li a {
		font-size: 1.2rem;
	}
	.copyright {
		padding: 14px 0;
		font-size: 1.0rem;
	}
}




/* タイトル
+++++++++++++++++++++++++++++++++++++++ */
.sec02 h2, .sec03 h2, .sec05 h2, .sec07 h2, .sec08 h2 {
	color: #0d438e;
	font-size: 4.6rem;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 30px;
	background: url("image/ttl_line1.png") bottom center no-repeat;
	background-size: 134px auto;
	letter-spacing: 0.06em;
}
.sec04 h2 {
	color: #0d438e;
	font-size: 3.2rem;
	line-height: 1.3;
	/*height: 3.4em;
	padding-bottom: 10px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 14px;
	background: url("image/ttl_line2.png") bottom center no-repeat;
	background-size: 63px auto;
	letter-spacing: 0.1em;
}
.ttl_txt {
	text-align: center;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec02 h2, .sec03 h2, .sec05 h2, .sec07 h2, .sec08 h2 {
		font-size: 2.2rem;
		padding-bottom: 24px;
		margin-bottom: 30px;
		background: url("image/ttl_line1.png") bottom center no-repeat;
		background-size: 100px auto;
	}
	.sec04 h2 {
		font-size: 2.2rem;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 14px;
		background: url("image/ttl_line2.png") bottom center no-repeat;
		background-size: 46px auto;
	}
	.ttl_txt {
		text-align: justify;
	}
}


/* メールフォームプロ */
#mailformpro {
    max-width: 600px;
    margin: 0 auto;
}
#mailformpro input, #mailformpro select {
	width: 100%;
	padding: 10px 14px;
	background-color: #F2F5FA;
	border: none;
	font-weight: normal;
	max-width: 100%;
}
#mailformpro textarea {
	width: 100%;
	padding: 10px 14px;
	background-color: #F2F5FA;
	border: none;
	font-weight: normal;
	max-width: 100%;
}
#mailformpro .agree {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#mailformpro .agree a {
	color: #004EBB;
}
#mailformpro .wpcf7-submit {
	background-color: #004EBB;
    color: #fff;
	font-size: 1.6rem;
    display: block;
    border-radius: 200px;
	border: none;
    line-height: 1;
	margin: 0 auto;
    padding: 20px;
	max-width: 280px;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
}
#mailformpro .wpcf7-submit:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
#mailformpro input::placeholder, #mailformpro textarea::placeholder {
	color: #C1C7D0;
}
div#mfp_overlay_inner {
	margin-top: 80px!important;	
}

@media screen and (max-width: 780px) { /*---------------------------SP----- */
	#mailformpro {
		max-width: 94%;
	}
	#mailformpro .agree {
		margin-bottom: 20px;
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#mailformpro .wpcf7-submit {
		max-width: 80%;
		width: 100%;
		font-size: 1.5rem;
		padding: 16px;
	}
	#mailformpro dl {
		margin-bottom: 24px!important;
	}
}

/* サンクスページ
--------------------------------------------------------*/
.thanks {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.thanks h1 {
	text-align: center;
	border-bottom: 2px solid #004EBB;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.thanks p {
	text-align: center;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.thanks_btn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: 60px auto 20px;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #004EBB;
	color: #004EBB;
	transition: 0.5s;
}
.thanks_btn a:hover {
	color: #fff;
	background: #004EBB;
}
.thanks_btn2 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #004EBB;
	background: #004EBB;
	color: #fff;
	transition: 0.5s;
}
.thanks_btn2 a:hover {
	color: #004EBB;
	background: #fff;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.thanks {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 8em 20px 0;
	}
	.thanks h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.thanks p {
		text-align: justify;
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.thanks p br {
		display: none;
	}
	.thanks_btn a {
		width: 84%;
	}
	.thanks_btn2 a {
		width: 84%;
	}
}


/* 募集要項
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.entry {
	max-width: 860px;
	margin: 0 auto 160px;
	padding: 140px 30px 0;
}
.recruit-title {
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 46px;
	padding-bottom: 28px;
	position: relative;
}
.recruit-title::before {
	background-color: #dde4eb;
    width: 100%;
	bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
}
.recruit-title::after {
	background-color: #003988;
	width: 86px;
	bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
}
.recruit-thumbnail {
	margin-bottom: 40px;
}
.recruit-info {
	margin-bottom: 40px;
}
.recruit-info dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #dde4eb;
}
.recruit-info dt {
	width: 32%;
	font-weight: bold;
	border-bottom: 1px solid #dde4eb;
	padding: 30px 50px 30px 30px;
	line-height: 1.9;
	text-align: left;
}
.recruit-info dd {
	width: 68%;
	margin: 0;
	border-bottom: 1px solid #dde4eb;
	padding: 30px 30px 30px 0;
	line-height: 1.9;
	text-align: left;
}
.recruit-btn a {
	max-width: 390px;
    margin: 0 auto 60px;
	color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
	background-color: #003988;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px 0;
    transition: 0.3s;
}
.recruit-btn a:hover {
	opacity: 0.7;
}
.recruit-back a {
	max-width: 240px;
    margin: 0 auto;
	color: #003988;
    font-size: 1.6rem;
    font-weight: bold;
	background-color: #fff;
	border: 2px solid #003988;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px 0;
    transition: 0.3s;
}
.recruit-back a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.entry {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 100px 20px 0;
	}
	.recruit-title {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.recruit-title::before {
		height: 2px;
	}
	.recruit-title::after {
		height: 2px;
	}
	.recruit-thumbnail {
		margin-bottom: 30px;
	}
	.recruit-info dl {
		display: block;
	}
	.recruit-info dt {
		width: 100%;
		border-bottom: none;
		padding: 20px 20px 10px;
	}
	.recruit-info dd {
		width: 100%;
		margin: 0;
		padding: 0 20px 20px 20px;
	}
	.recruit-btn a {
		max-width: 90%;
		font-size: 2.0rem;
		padding: 12px 0;
	}
	.recruit-back a {
		max-width: 200px;
		font-size: 1.5rem;
		padding: 8px 0;
	}
}


/* メールフォームプロ
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.form_area {
	max-width: 860px;
	margin: 0 auto 160px;
	padding: 140px 30px 0;
}
.form_area h2 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 40px;
    border-bottom: 2px solid #004EBB;
    padding-bottom: 20px;
}
