@charset "utf-8";
/* CSS Document */
html {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	color: #303030;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	color: #303030;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	;
	font-weight: 500;
	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: #303030;
	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: #003988;
	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: 1330px) { /*-----------------SP----- */
	header li:nth-child(1), header li:nth-child(4), header li:nth-child(5), header li:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 1000px) { /*-----------------SP----- */
	header li:nth-child(1), header li:nth-child(2), header li:nth-child(3), header li:nth-child(4), header li:nth-child(5), header li:nth-child(6) {
		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;
}
.sec_mv_wrap {
	padding: 0 30px;
	background: url("image/mv_bg.jpg") center center no-repeat;
	background-size: cover;
}
.sec_mv_ttl {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_mv h1 {
	width: 55%;
	display: flex;
	align-items: center;
	padding-top: 60px;
}
.mv_img {
	width: 42%;
	padding-top: 40px;
}
.sec_mv_photo {
	margin-top: 5px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_mv_wrap {
		padding: 0 20px;
		width: 100%;
		aspect-ratio: 780 / 1386;
		background-image: url("image/mv_bg_sp.jpg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.sec_mv_ttl {
		max-width: 100%;
		display: block;
	}
	.sec_mv h1 {
		width: 100%;
		display: block;
		padding-top: 20px;
	}
	.mv_img {
		display: none;
	}
	.sec_mv_photo {
		display: none;
	}
}

/* sec01
--------------------------------------------------------*/
.sec01 {
	padding: 60px 0 80px;
}
.sec01_wrap1, .sec01_wrap2 {
	position: relative;
	display: flex;
	align-items: center;
}
.sec01_wrap1 {
	margin-bottom: 10px;
}
.sec01_ttl1 {
	max-width: 1160px;
	padding: 0 30px;
	margin: 0 auto -7%;
}
.sec01_ttl1 img {
	max-width: 90%;
}
.sec01_ttl2 {
	max-width: 1160px;
	padding: 0 30px;
	margin: 0 0 -1%;
}
.sec01_ttl2 img {
	max-width: 90%;
}
.text_block {
	width: 100%;
	max-width: 1160px;
	padding: 0 30px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
.text_wrap {
	width: 52%;
}
.sec01_wrap2 .text_block {
	display: flex;
	justify-content: flex-end;
}
.image_block {
	position: absolute;
	top: 0;
	width: 44%;
	height: 100%;
	z-index: -10;
}
.sec01_wrap1 .image_block {
	right: 0;
}
.sec01_wrap2 .image_block {
	left: 0;
}
.image_block img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	aspect-ratio: auto;
	min-height: 320px;
	max-height: 520px;
}
.sec01 h2 {
	font-size: 4.0rem;
	color: #fff;background-color: #003988;
	text-align: left;
	line-height: 1;
	padding: 0 4px 3px;
	display: inline-block;
	margin-bottom: 38px;
}
.sec01 h3 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	position: relative;
	display: inline-block;
}
.sec01 h3::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A3F0F5;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec01 {
		padding: 2em 0 3em;
	}
	.sec01_wrap1, .sec01_wrap2 {
		display: block;
	}
	.sec01_wrap1 {
		margin-bottom: 2em;
	}
	.sec01_ttl1 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto -2%;
		position: relative;
		z-index: 10;
	}
	.sec01_ttl1 img {
		max-width: 100%;
	}
	.sec01_ttl2 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto -2%;
		position: relative;
		z-index: 10;
	}
	.sec01_ttl2 img {
		max-width: 100%;
	}
	.text_block {
		max-width: 100%;
		padding: 0 20px;
	}
	.text_wrap {
		width: 100%;
	}
	.sec01_wrap2 .text_block {
		display: block;
	}
	.image_block {
		position: static;
		width: 100%;
	}
	.image_block img {
		min-height: auto;
		max-height: auto;
		margin-bottom: 20px;
	}
	.sec01 h2 {
		font-size: 2.8rem;
		margin-bottom: 14px;
	}
	.sec01 h3 {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
}


/* sec02
--------------------------------------------------------*/
.sec02 {
	background-color: #D6DFEC;
	padding: 70px 30px 80px;
}
.sec02_wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.sec02 h3.ttl {
	margin-bottom: 40px;
}
.sec02 h2 {
	font-size: 3.0rem;
	margin-bottom: 50px;
}
.sec02_do {
	display: flex;
	justify-content: space-between;
}
.sec02_do li {
	background: url("image/sec02_note.png");
	border-top: 5px solid #35C0CA;
	padding: 2% 3% 3%;
	width: calc( 100% / 3 - 3% );
}
.sec02_do li h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.sec02_do li h3 span {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 6.0rem;
	font-weight: bold;
	color: #35C0CA;
	line-height: 1;
	margin-right: 14px;
	padding-bottom: 6px;
}
.sec02_it {
	max-width: 880px;
	margin: 50px auto 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 40px;
}
.sec02_it img {
	width: 280px;
}
.sec02_it_txt {
	margin-left: 40px;
}
.sec02_it_txt p {
	margin-bottom: 1em;
}
.sec02_it_txt ul {
	margin-bottom: 1em;
}
.sec02_it_txt li {
	list-style: disc;
	margin-left: 1.6em;
	margin-bottom: 6px;
	font-weight: bold;
}
.sec02_it_txt li:last-child, .sec02_it_txt p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec02 {
		padding: 3em 20px;
	}
	.sec02_wrap {
		max-width: 100%;
	}
	.sec02 h3.ttl {
		margin-bottom: 20px;
	}
	.sec02 h2 {
		font-size: 2.0rem;
		text-align: left;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.sec02_do {
		display: block;
	}
	.sec02_do li {
		border-top: 3px solid #35C0CA;
		padding: 14px 30px 20px;
		width: 100%;
	}
	.sec02_do li h3 {
		font-size: 2.0rem;
		margin-bottom: 4px;
	}
	.sec02_do li h3 span {
		font-size: 4.0rem;
	}
	.sec02_it {
		max-width: 100%;
		margin: 20px auto 0;
		display: block;
		padding: 24px;
	}
	.sec02_it img {
		width: 76%;
		margin: 0 auto 20px;
	}
	.sec02_it_txt {
		margin-left: 0;
	}
	.sec02_it_txt li {
		line-height: 1.5;
		margin-bottom: 10px;
	}
}


/* sec03
--------------------------------------------------------*/
.sec03 {
	padding: 140px 30px 0;
}
.sec03_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec03 h3.ttl {
	margin-bottom: -8px;
}
.ttl_h2 {
	text-align: center;
}
.sec03 h2 {
	font-size: 4.0rem;
    color: #fff;
    background-color: #003988;
    text-align: left;
    line-height: 1;
    padding: 0 4px 3px;
    display: inline-block;
    margin-bottom: 30px;
}
.sec03 .txt {
	text-align: center;
	margin-bottom: 50px;
}
.sec03_img {
	max-width: 841px;
	margin: 0 auto;
}
.sec03_exp {
	border: 1px solid #35C0CA;
	padding: 30px;
	display: flex;
}
.sec03_it_img {
	width: 220px;
	margin-right: 30px;
}
.sec03_it_txt {
	flex: 1;
}
.sec03_it_txt h3 {
	margin-bottom: 14px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    position: relative;
    display: inline-block;
}
.sec03_it_txt h3::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A3F0F5;
  bottom: 0;
  z-index: -1;
}
.sec03_it_txt h4 {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #D6DFEB;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec03 {
		padding: 3em 0 0;
	}
	.sec03_wrap {
		max-width: 100%;
	}
	.sec03 h3.ttl {
		margin-bottom: 20px;
	}
	.ttl_h2 {
		padding: 0 20px;
	}
	.sec03 h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.sec03 .txt {
		padding: 0 20px;
		text-align: justify;
		margin-bottom: 30px;
	}
	.sec03_img {
		max-width: 100%;
		margin: 0 auto;
	}
	.sec03_exp {
		margin: 0 20px 0;
		padding: 24px;
		display: block;
	}
	.sec03_it_img {
		width: 200px;
		margin: 0 auto 20px;
	}
	.sec03_it_txt h3 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.sec03_it_txt h3::after {
	  height: 5px;
	  bottom: 2px;
	}
	.sec03_it_txt h4 {
		font-size: 1.5rem;
	}
}



/* sec04
--------------------------------------------------------*/
.sec04 {
	padding: 100px 0 100px;
	background: url("image/sec04_bg.png") center bottom repeat-x;
}
.sec04_wrap {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
}
.sec04 h3 {
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.sec04 ul {
	display: flex;
	justify-content: space-between;
	max-width: 930px;
	margin: 0 auto 30px;
}
.sec04 li {
	width: calc( 100% / 3 - 14px );
}
.sec04 li h4 {
	text-align: center;
	background-color: #003988;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 0 10px 20px;
}
.sec04 li h4 span {
	box-sizing: border-box;
	margin: 0;
	display: inline-block;
	position: relative;
}
.sec04 li h4 span::before {
  content: "";
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background: url('image/sec04_check.png') no-repeat center center;
  background-size: contain;
}
.sec04 li p {
	background-color: #EDF3FA;
	padding: 10px 20px 14px;
}
.sec04_line {
	width: 2px;
	margin: 0 auto 30px;
}
.sec04 h2 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 6.0rem;
	font-weight: bold;
	margin-bottom: -80px;
}
.sec04 h2 span {
	color: #35C0CA;
}
.sec04_img {
	margin-bottom: 0;
}
.sec04_txt {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	background: url("image/sec04_txt.png") bottom center no-repeat;
	background-size: 330px auto;
	margin-bottom: 50px;
}
.sec04_btn a {
	max-width: 390px;
	margin: 0 auto;
}
.sec04_btn a {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	background: url("image/sec04_btn.png") right 30px center no-repeat,
              linear-gradient(to bottom right, #003988, #3D76C6);
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	padding: 10px 0;
	transition: 0.3s;
}
.sec04_btn a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1400px) {
	.sec04 h2 {
	margin-bottom: -40px;
	}
}
@media screen and (max-width: 1200px) {
	.sec04 h2 {
		font-size: 5.0rem;
	}
}
@media screen and (max-width: 900px) {
	.sec04 h2 {
		font-size: 4.0rem;
		margin-bottom: -10px;
	}
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec04 {
		padding: 3em 0;
		background: url("image/sec04_bg.png") center bottom repeat-x;
		background-size: auto 200px;
	}
	.sec04_wrap {
		max-width: 100%;
		padding: 0 20px;
	}
	.sec04 h3 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.sec04 ul {
		display: block;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.sec04 li {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec04 li:last-child {
		margin-bottom: 0;
	}
	.sec04 li h4 {
		font-size: 1.8rem;
		padding: 4px 0 4px 20px;
	}
	.sec04_line {
		width: 1px;
		margin: 0 auto 20px;
	}
	.sec04 h2 {
		font-size: 2.6rem;
		margin-bottom: 24px;
	}
	.sec04_img {
		margin-bottom: 20px;
	}
	.sec04_txt {
		font-size: 1.6rem;
		background: url("image/sec04_txt.png") bottom center no-repeat;
		background-size: 260px auto;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	.sec04_btn a {
		max-width: 80%;
	}
	.sec04_btn a {
		font-size: 1.8rem;
	}
}


/* sec05
--------------------------------------------------------*/
.sec05 {
	padding: 100px 30px 100px;
}
.sec05_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec05 .ttl {
	padding: 0 60px;
	margin-bottom: -6px;
}
.sec05 h2 {
    font-size: 4.0rem;
    color: #fff;
    background-color: #003988;
    text-align: left;
    line-height: 1;
    padding: 0 4px 3px;
    display: inline-block;
    margin-bottom: 40px;
}
.sec05 .txt {
	text-align: center;
    margin-bottom: 40px;
}
.sec05 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec05 li {
	width: calc( 100% / 2 - 2% );
	padding: 30px;
	color: #fff;
}
.sec05 li:nth-child(1) {
	background: url("image/sec05_img1.jpg") center center no-repeat;
	background-size: cover;
	margin-bottom: 24px;
}
.sec05 li:nth-child(2) {
	background: url("image/sec05_img2.jpg") center center no-repeat;
	background-size: cover;
	margin-bottom: 24px;
}
.sec05 li:nth-child(3) {
	background: url("image/sec05_img3.jpg") center center no-repeat;
	background-size: cover;
}
.sec05 li:nth-child(4) {
	background: url("image/sec05_img4.jpg") center center no-repeat;
	background-size: cover;
}
.sec05 li h3 {
	font-size: 2.0rem;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec05 {
		padding: 3em 20px;
	}
	.sec05_wrap {
		max-width: 100%;
	}
	.sec05 .ttl {
		padding: 0;
		margin-bottom: 20px;
	}
	.sec05 h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.sec05 .txt {
		text-align: justify;
		margin-bottom: 30px;
	}
	.sec05 ul {
		display: block;
	}
	.sec05 li {
		width: 100%;
		padding: 24px;
	}
	.sec05 li:nth-child(1) {
		margin-bottom: 14px;
	}
	.sec05 li:nth-child(2) {
		margin-bottom: 14px;
	}
	.sec05 li:nth-child(3) {
		margin-bottom: 14px;
	}
	.sec05 li h3 {
		font-size: 1.6rem;
		padding: 6px;
		margin-bottom: 12px;
	}
}


/* sec06
--------------------------------------------------------*/
.sec06 {
	background-color: #D6DFEB;
	padding: 80px 30px 80px;
}
.sec06_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec06 .ttl {
	max-width: 638px;
	padding: 0 60px;
	margin: 0 auto -6px;
}
.sec06 h2 {
    font-size: 4.0rem;
    color: #fff;
    background-color: #003988;
    text-align: left;
    line-height: 1;
    padding: 0 4px 3px;
    display: inline-block;
    margin-bottom: 40px;
}
.sec06 .txt {
	text-align: center;
}
.sec06 dl {
	max-width: 800px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
}
.sec06 dt {
	width: 220px;
	background-color: #35C0CA;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 10px 20px;
	white-space: nowrap;
}
.sec06 dd {
	width: calc( 100% -  220px );
	margin-bottom: 6px;
	background: url("image/sec06_list.png") left center no-repeat #fff;
	background-size: contain;
	display: flex;
	align-items: center;
	padding-left: 60px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec06 {
		padding: 3em 20px;
	}
	.sec06_wrap {
		max-width: 100%;
	}
	.sec06 .ttl {
		max-width: 62%;
		padding: 0;
		margin: 0 auto 20px;
	}
	.sec06 h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.sec06 .txt {
		text-align: justify;
	}
	.sec06 dl {
		max-width: 100%;
		margin: 0 auto 20px;
		display: block;
	}
	.sec06 dt {
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
		margin-bottom: 0;
		padding: 6px 14px;
	}
	.sec06 dd {
		width: 100%;
		padding: 10px 14px;
		margin-bottom: 10px;
		background: #fff;
	}
}


/* sec07
--------------------------------------------------------*/
.sec07 {
	padding: 100px 30px 180px;
}
.sec07_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec07 h3.ttl {
	max-width: 762px;
	margin: 0 auto -6px;
}
.sec07 h2 {
    font-size: 4.0rem;
    color: #fff;
    background-color: #003988;
    text-align: left;
    line-height: 1;
    padding: 0 4px 3px;
    display: inline-block;
    margin-bottom: 40px;
}
.sec07 .txt {
	text-align: center;
}

.sec07 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.sec07 ul li {
	width: calc( 100% / 3 - 3% );
	text-align: center;
	cursor: pointer;
	padding: 10px 10px 14px;
	background-color: #D2E3FD;
	transition: 0.3s;
}
.sec07 ul li:last-child {
	margin-right: 0;
}
.sec07 ul li:hover {
	opacity: 0.7;
}
.sec07 ul li h4 {
	margin-top: 14px;
	font-size: 2.0rem;
	font-weight: 900;
}
.sec07 ul li h4 span {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
}
.sec07 ul li h4 strong {
	font-size: 2.0rem;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec07 {
		padding: 3em 20px 5em;
	}
	.sec07_wrap {
		max-width: 100%;
	}
	.sec07 h3.ttl {
		max-width: 78%;
		margin: 0 auto 20px;
	}
	.sec07 h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.sec07 .txt {
		text-align: justify;
	}

	.sec07 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.sec07 ul li {
		width: calc( 100% / 2 - 8px );
		padding: 10px 10px 14px;
		margin-bottom: 16px;
	}
	.sec07 ul li h4 {
		margin-top: 14px;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.sec07 ul li h4 span {
		font-size: 1.3rem;
	}
	.sec07 ul li h4 strong {
		font-size: 2.0rem;
	}
}

/*　モーダルウィンドウ　*/
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/sec07_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;
	}
}


/* sec08
--------------------------------------------------------*/
.sec08 {
	position: relative;
	background: url("image/sec08_img.jpg");
	background-size: cover;
	aspect-ratio: 75 / 31;
	padding: 0 30px;
}
.sec08_wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 10%;
}
.sec08 h2 {
    font-size: 4.0rem;
    color: #fff;
    background-color: #003988;
    text-align: left;
    line-height: 1.7;
    padding: 0 4px 3px;
    display: inline;
    margin-bottom: 40px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec08 {
		background: none;
		aspect-ratio: auto;
		padding: 0;
	}
	.sec08_wrap {
		max-width: 100%;
		padding: 0 20px;
		margin-bottom: -20px;
		text-align: center;
		position: relative;
	}
	.sec08 h2 {
		font-size: 2.4rem;
		z-index: 10;
	}
}

/* sec09
--------------------------------------------------------*/
.sec09 {
	background-color: #D6DFEB;
	padding: 100px 30px 100px;
}
.sec09_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec09 .ttl {
	width: 438px;
	margin: 0 auto -6px;
}
.sec09 h2 {
    font-size: 4.0rem;
    color: #fff;
    background-color: #003988;
    text-align: left;
    line-height: 1;
    padding: 0 4px 3px;
    display: inline-block;
    margin-bottom: 40px;
}
.sec09 .txt {
	text-align: center;
}
.sec09 .form {
	margin-top: 60px;
	background-color: #fff;
}
.entry_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}
.entry_list li {
	width: calc( 100% / 3 - 16px );
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	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----- */
	.sec09 {
		padding: 3em 20px;
	}
	.sec09_wrap {
		max-width: 100%;
	}
	.sec09 .ttl {
		width: 44%;
		margin: 0 auto 20px;
	}
	.sec09 h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.sec09 .txt {
		text-align: justify;
	}
	.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;
	}
}

/* sec10
--------------------------------------------------------*/
.sec10 {
	padding: 80px 30px 100px;
}
.sec10_wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.sec10 h2 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 8.0rem;
	font-weight: bold;
}
.sec10 .txt {
	text-align: center;
}
.note-container {
	display: flex;
	justify-content: space-between;
}
.note-container a {
	width: calc( 100% / 3 - 20px );
	text-decoration: none;
	color: #303030;
	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 #303030;
    text-align: center;
    text-decoration: none;
    color: #303030;
    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----- */
	.sec10 {
		padding: 3em 20px;
	}
	.sec10_wrap {
		max-width: 100%;
	}
	.sec10 h2 {
		font-size: 4.0rem;
		font-weight: bold;
	}
	.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 #303030;
		text-align: center;
		text-decoration: none;
		color: #303030;
		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: #303030;
	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;
	}
}


/* メールフォームプロ
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#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;
}
