@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding:0; 
}

body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
}

.main-visual {
	text-align: center;
	min-width: 1020px;
	background-color: #0071BC;
	width: auto ;
}

.title {
	max-width: 1280px;
	width: 100%;
	display: block;
	margin: auto;
}

.container_wrap {
	padding: 0 30px;
	box-sizing: border-box;
}
.container {
	max-width: 1280px;
	width: 100%;
	border: solid 10px #EBE5E1;
	margin: 70px auto;
	text-align: center;
	min-width: 1020px;
}

.container-txt {
	font-size: 20pt;
	font-weight: bold;
	margin-top: 50px;
}

.logo-container {
	width: 980px;
	margin: 0 auto;
    margin-top: 40px;
	justify-content: center;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.logo {
	width: 311px;
	height: 90px;
}

.cv {
	margin: 45px 0;
}
.cv-btn {
	display: table;
	width: 400px;
	height: 55px;
	margin: 0 auto;
}
.cv-btn a {
	display: table-cell;
	vertical-align: middle;
	background-color: #ff6400;
	background-image: url("images/arrow.png");
	background-position: center right 15px;
  	background-repeat: no-repeat;
  	background-size: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	border-radius:4px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
  	font-weight: bold;
  	text-align: center;
}
a.button,
.button .button {
	background-color: #ff6400;
	background-image: url("images/arrow.png");
	background-position: center right 15px;
  	background-repeat: no-repeat;
  	background-size: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	border-radius:4px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
  	font-weight: bold;
  	padding: 14px 100px 14px 90px;
  	text-align: center;
}


.annotation {
 font-size: 12pt;
 font-weight: lighter;
 margin-top: 20px;
}

.mv_wrap{
	width: 100%;
	background-color: #0071BC;
	min-width: 1054px;
}
.mv_in {
	width: 984px;
	padding: 18px 0 68px;
	margin: 0 auto;
}
.mv_ct {
	padding: 46px 0 0;
}
.mv_ttl {
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.33;
	margin: 0 0 33px;
}
.mv-sbttl {
	font-size: 26px;
	display: block;
	line-height: 1.34;
	padding: 0 0 11px;
}
.cv2_btn {
	display: table;
	margin: 0 auto;
	background: #fff;
    border-radius: 2px;
	width: 400px;
	height: 66px;
}
.cv2_btn a {
	display: table-cell;
    vertical-align: middle;
    background-color: #FFD900;
    background-image: url(images/arrow-black.png);
    background-position: center right 22px;
    background-repeat: no-repeat;
    background-size: 21px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    border-radius: 2px;
    color: #333333;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
	padding: 0 0 0 70px;
}
.dtl_wrap {
	width: 984px;
	margin: 0 auto 44px;
}
.box_wrap {
	box-sizing: border-box;
	padding: 35px 0 32px;
	border: solid 6px #EBE5E1;
	margin: -63px auto 32px;
	background: #fff;
}
.boxTtl_wrap {
	font-size: 25px;
	line-height: 1.32;
	margin: 0 0 28px;
	text-align: center;
}
.box_ttl {
	display: inline-block;
	position: relative;
	font-weight: bold;
	z-index: 99;
}
.box_ttl:before {
	z-index: 9;
    position: absolute;
	content: "";
	width: 24px;
	height: 42px;
	left: -58px;
	top: -2px;
	background: no-repeat url(images/boxttl_left.png) center / 100% auto;
}
.box_ttl:after {
	z-index: 9;
    position: absolute;
	content: "";
	width: 24px;
	height: 42px;
	right: -58px;
	top: -2px;
	background: no-repeat url(images/boxttl_right.png) center / 100% auto;
}
.box_ttl .small {
	font-size: 19px;
}
.box_ttl .lined {
	display: inline-block;
	position: relative;
	z-index: 99;
}
.box_ttl .lined:before {
	display: block;
	content: "";
	position: absolute;
	height: 8px;
	width: calc(100% + 6px);
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFD900;
	z-index: -1;
}
.box_img {
	line-height: 0;
	text-align: center;
	margin: 0 0 12px;
}
.box-annotation {
	font-size: 12px;
	text-align: center;
}
.cv2_wrap {
	width: 100%;
    background-color: #0071BC;
	min-width: 1054px;
	padding: 34px 0;
}
.dtl_img {
	text-align: center;
}
@media (min-width: 960px) {
	.cv-btn a:hover {
  		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
  		opacity: .6;
  		text-decoration: none;
}
	.cv2_btn a:hover {
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
		opacity: .6;
		text-decoration: none;
	}
	.mv_in {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 960px) {
	.container_wrap {
		padding: 0 15px;
		box-sizing: border-box;
		margin: 15px 0;
	}
	.container {
		min-width: initial;
		margin: 0;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border: solid 4px #EBE5E1;
	}
	.title {
		width: 100%;
		height: auto;
	}
	.main-visual {
		height: auto;
		min-width: initial;
	}
	.logo-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
		gap: 0;
		justify-content: space-between;
	}
	.logo {
		width: 50%;
		height: auto;
		margin-top: 5px;
	}
	.logo:nth-child(1),.logo:nth-child(2) {
		margin-top: 0;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.container-txt {
		font-size: 4vw;
		margin-top: 18px;
	}
	.cv {
		margin: 20px 0 25px;
	}
	.cv-btn {
		width: 280px;
		height: 38px;
	}
	.cv-btn a {
		font-size: 14px;
	}
	.annotation {
		font-size: 12px;
		margin-top: 9px;
	}

	.mv_wrap{
		width: 100%;
		background-color: #0071BC;
		min-width: auto;
	}
	.mv_in {
		width: 100%;
		padding: 24px 0 20px;
		margin: 0 auto;
	}
	.mv_ct {
		padding: 0;
		margin: 0 0 10px;
	}
	.mv_ttl {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 31px;
		line-height: 1.34;
		margin: 0 0 15px;
	}
	.mv-sbttl {
		font-size: 23px;
		display: block;
		line-height: 1.35;
		padding: 0 0 10px;
	}
	.cv2_btn {
		display: table;
		margin: 0 auto;
		background: #fff;
		border-radius: 2px;
		width: 322px;
		height: 59px;
	}
	.cv2_btn a {
		background-image: url(images/arrow-black_sp.png);
		background-position: center right 20px;
		background-size: 21px auto;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
		border-radius: 1px;
		font-size: 18px;
		padding: 0 0 0 53px;
	}
	.mv_img {
		text-align: center;
		margin: 0 15px;
	}
	.mv_img img {
		width: 100%;
		height: auto;
	}
	.dtl_wrap {
		width: auto;
		margin: 0 15px 8px;
	}
	.box_wrap {
		padding: 16px 14px 18px;
		border: solid 5px #EBE5E1;
		margin: -20px auto 22px;
	}
	.boxTtl_wrap {
		font-size: 17px;
		line-height: 1.32;
		margin: 0 0 28px;
		text-align: center;
	}
	.box_ttl {
		display: inline-block;
		position: relative;
	}
	.box_ttl:before {
		position: absolute;
		content: "";
		width: 22px;
		height: 61px;
		left: -30px;
		top: -2px;
		background: no-repeat url(images/boxttl_left_sp.png) center / 100% auto;
	}
	.box_ttl:after {
		position: absolute;
		content: "";
		width: 22px;
		height: 61px;
		right: -30px;
		top: -2px;
		background: no-repeat url(images/boxttl_right_sp.png) center / 100% auto;
	}
	.box_ttl .small {
		font-size: 13px;
	}
	.box_ttl .lined:before {
		height: 4px;
		width: calc(100% + 4px);
		bottom: 1px;
	}
	.box_img {
		line-height: 0;
		text-align: center;
		margin: 0 0 9px;
	}
	.box_img img {
		width: 100%;
		height: auto;
	}
	.dtl_img img {
		width: 100%;
		height: auto;
	}
	.cv2_wrap {
		width: 100%;
		background-color: #0071BC;
		min-width: auto;
		padding: 34px 0;
	}
}

@media only screen and (max-width: 374px) {
	.container-txt {
		font-size: 15px;
	}
	.box_ttl:before {
		width: 22px;
		height: 61px;
		left: -20px;
		top: -2px;
		background: no-repeat url(images/boxttl_left_sp.png) center / 100% auto;
	}
	.box_ttl:after {
		width: 22px;
		height: 61px;
		right: -20px;
		top: -2px;
		background: no-repeat url(images/boxttl_right_sp.png) center / 100% auto;
	}
	.cv-btn {
		width: 250px;
	}
	.cv2_btn {
		width: 290px;
	}
	.cv2_btn a {
		padding: 0 0 0 28px;
		background-position: center right 28px;
	}
}




	
	
