@charset "UTF-8";

/* break point */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	box-sizing: border-box;
}

body {
	
	font-family: "MFW-TBGoStd-Medium";
	font-feature-settings: "palt";
	text-size-adjust: 100%;
	line-height: 1.6;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

.l_container.l_container_cosba {
	font-family: "MFW-TBGoStd-Medium";
	font-feature-settings: "palt";
	text-size-adjust: 100%;
}

img {
	text-decoration: none;
	vertical-align: top;
	font-size: 0px;
}

article,
aside,
main,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	box-sizing: border-box;
	outline: none;
	color: #fff;
	text-decoration: none;
}

p {
	color: #333333;
	line-height: 1.6;
	font-size: 16px;
}
.sp-bottom a p.txt {
	color: #fff;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

input,
select {
	background: #fff;
	border: solid 1px #D0D0D0;
	border-radius: 5px;
	padding: 10px;
	line-height: 1.3;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

iframe {
	width: 100%;
}

.page-wrapper {
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-wrapper {
		width: 100%;
	}
}


/*220810*/
.op:hover {
	opacity: 0.7;
}

.cap {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width: 940px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}


.cosba_wrapper img {
	width: 100%;
}

.cosba_mv {
	position: relative;
	width: 100%;
}

.mv_bnr {
	position: absolute;
	right: 60px;
	top: 15%;
	max-width: 20%;
}

.top_copy {
	padding: 60px 0;
}

.txt01 {
	max-width: 900px;
	margin: 0 auto 60px;
}

.read01 {
	text-align: center;
}

.cosba_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.1;
}

.cosba_txt02 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.1;
}

.box01 {
	background: #f2f2f2;
	padding: 0 0 80px;
	padding: 0 0 0px;
	background-color: #a9bed9;
}

.box01_copy {
	padding: 80px 0 40px;
}

.box01_copy_img {
	max-width: 500px;
	margin: 0 auto 40px;
}

/* .table01_pc {
	max-width: 900px;
	margin: 0 auto 60px;
	display: block;
}

.table01_sp {
	display: none;
} */

.table01 {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.table01 > figure {
	position: relative;
	line-height: 0;
	z-index: 0;
}

.table01 > figure a {
	position: absolute;
	display: block;
	aspect-ratio: 394 / 258;;
	max-width: 394px;
	width: calc(100% * 394 / 900);
	background-color: transparent;
	z-index: 1;
}

.table01 > figure a.area_anchor_content01 {
	top: 8%;
	left: 1.5%;
}
.table01 > figure a.area_anchor_content02 {
	top: 8%;
	right: 1.5%;
}
.table01 > figure a.area_anchor_content03 {
	bottom: 8%;
	left: 1.5%;
}
.table01 > figure a.area_anchor_content04 {
	bottom: 8%;
	right: 1.5%;
}

.box01_inner_wrap {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 0px;
}

.box01_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: stretch;
}

.box01_inner.end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.box01_inner_txt {
	background: #6397b0;
	width: 50%;
	padding: 30px 30px 0 30px;
}

.box01_inner_txt img.row2 {
	height: 130px;
	height: 100px;
	width: auto;
	margin-bottom: 20px;
}

.box01_inner_txt img.row3 {
	height: 180px;
	height: 150px;
	width: auto;
	margin-bottom: 20px;
}

.box01_inner_btn_wrap {
	max-width: 600px;
	max-width: 50%;
	margin: 60px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: stretch;
	gap: 20px;

	position: relative;
	background-color: #fff;
}

.box01_inner_btn {
	width: 45%;
}

.box01_inner_btn.single {
	float: none;
	margin: 0 auto;
}


.box01_inner_btn_wrap .cap {
	position: absolute;
	left: 80%;
	left: unset;
	bottom: -50px;
	width: 100%;
	text-align: center;
}



.box02 {
	padding: 60px 0 80px;
	background: #f4eed6;
}

.box02_copy {
	padding: 0px 0 40px;
}

.box02_copy_img {
	max-width: 400px;
	margin: 0 auto 30px;
}


.box02_inner {
	max-width: 1000px;
	margin: 30px auto 60px;
	overflow: hidden;
}

.box02_inner>div {
	float: left;
	width: 32%;
}

.box02_inner>div:nth-of-type(2) {
	margin-left: 2%;
	margin-right: 2%;
}


.cosba_btn {
	max-width: 400px;
	margin: 30px auto 0px;
}


.box03 {
	position: relative;
}

.box03_inner {
	position: absolute;
	width: 43%;
	left: 55%;
	top: 8%;
	padding: 50px;
	background: rgba(255, 255, 255, .5);
}

.box03_btn {
	max-width: 400px;
	margin: 30px auto 0px;
}


@media (max-width: 1400px) {
	.box03_inner {
		top: 5%;
	}
}

@media (max-width: 940px) {

	.cosba_txt {
		font-size: 17px;
		font-weight: bold;
		line-height: 2.1;
	}

	.mv_bnr {
		position: absolute;
		right: unset;
		top: unset;
		bottom: 20px;
		max-width: 100%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 90%;
	}



	.top_copy {
		max-width: 90%;
		margin: 0 auto;
	}

	.txt01+.read01 {
		text-align: left;
	}

	.table01 {
		padding-bottom: 30px;
		max-width: 90%;
		margin: 0 auto;
	}

	/* .table01_sp {
		max-width: 100%;
		margin: 0px;
		display: block;
	}

	.table01_pc {
		display: none;
	} */

	.box01_inner {
		display: block;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: stretch;
	}

	.box01_copy {
		padding: 40px 20px;
	}

	.box01_inner_txt {
		width: 100%;
		padding: 40px 30px;
	}

	.box01_inner_txt img.row2 {
		height: 90px;
		width: auto;
	}

	.box01_inner_txt img.row3 {
		height: 134px;
		width: auto;
	}


	.box01_inner_btn_wrap {
		max-width: 90%;
		margin: 60px auto;
		display: block;
	}

	.box01_inner_btn {
		width: 100%;
	}

	.box01_inner_btn+.box01_inner_btn {
		margin-top: 30px;
	}


	.box01_inner_btn_wrap .cap {
		position: static;
		left: unset;
		bottom: unset;
		width: 100%;
		margin-top: 10px;
	}

	.box02 {
		padding: 60px 20px 80px;
	}

	.box02_copy_img {
		max-width: 90%;
		margin: 0px auto 30px;
	}

	.box02_inner>div {
		float: none;
		width: 100%;
	}

	.box02_inner>div:nth-of-type(2) {
		margin-left: 0%;
		margin-right: 0%;
		margin: 30px auto;
	}

	.cosba_txt02 span {
		font-size: 18px;
	}

	.box03_inner {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		padding: 20px;
		background: rgba(255, 255, 255, .8);
		width: 95%;

	}

}


/*MODAL*/
.modal_logo {
	max-height: 100px;
	height: 100%;
	width: auto;
	margin: 0 auto 30px;
	text-align: center;
}

.modal__content .modal_logo img {
	width: auto;
	max-height: 100px;
	height: 100%;
}

@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 900px;
	}


}

@media (max-width: 768px) {
	.modal_logo {
		max-height: 70px;
	}

	.modal__content .modal_logo img {
		max-height: 70px;
	}
}



.remodal {
	background: transparent;
	padding: 0;
}

.modalbody {
	background: #fff;
	padding: 40px 30px;
}

.remodal-close {
	top: 20px;
	left: unset;
	width: 40px;
	height: auto;
	display: block;
	right: 20px;
	position: absolute;
}

.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 100px;
	line-height: 75px;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	left: unset;
	right: 0;
}

.modalbody img {
	width: 100%;
}

.modal_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.1;
	text-align: center;
	margin-bottom: 40px;
}

.modal_read {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.1;
	text-align: left;
}

.modal_txt {
	font-size: 13px;
	font-weight: bold;
	line-height: 2.1;
	text-align: left;
}

.modal_close_btn {
	max-width: 300px;
	margin: 40px auto;
}

@media (max-width: 768px) {
	.remodal-close {
		width: 30px;
		height: 30px;
	}

	.remodal-close:before {
		font-size: 50px;
		width: 50px;
	}

	.modalbody {
		padding: 60px 20px;
	}
}

/*modal02*/
.modal02_img01 {
	width: 90%;
	margin: 60px auto 40px;
}

.modal02_in01 {
	background: #f2f2f2;
	padding: 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}

.modal02_in01 div {
	display: flex;
	align-items: center;
}

.modal02_num {
	width: 10%;
	justify-content: center;
}

.modal_txt {
	width: 45%;
}

.modal02_table {
	width: 45%;
}

.modal02_num img {
	width: 30px;
	height: auto;
}

.modal02_in01+.modal02_in01 {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.modal_ttl {
		font-size: 20px;
		font-weight: bold;
		line-height: 2.1;
		text-align: left;
		margin-bottom: 20px;
	}

	.modal02_img01 {
		width: 100%;
		margin: 40px auto;
	}

	.modal02_in01 {
		padding: 20px;
		display: block;
		-webkit-justify-content: unset;
		justify-content: unset;
		align-items: unset;
		gap: unset;
	}

	.modal02_in01 div {
		display: block;
		align-items: unset;
	}

	.modal_txt {
		width: 100%;
		font-size: 14px;
		margin: 20px 0;
	}

	.modal02_table {
		width: 100%;
	}
}

/*modal02*/

/*modal03*/

.modal03_in01 {
	margin: 60px auto 0;
}

.modal03_in01_img {
	margin: 0 auto 40px;
	max-width: 70%;
}

.modal03_in01 .modal_read {
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.modal03_in01 .modal_read {
		text-align: left;
	}

	.modal03_in01_img {
		margin: 0 auto 40px;
		max-width: 100%;
	}
}

/*modal03*/

/*modal04*/
.modal04_in01 {
	margin: 60px auto 0;
}

.modal04_in01_img {
	margin: 0 auto 40px;
	max-width: 60%;
}

@media (max-width: 768px) {
	.modal04_in01_img {
		max-width: 90%;
	}
}

/*modal04*/

/*modal05*/
.modal05_in01 {
	margin: 60px auto 0;
}

.modal05_in01_img {
	margin: 0 auto 40px;
	max-width: 60%;
}

.modal05_in01_inner .modal_ttl {
	text-align: left;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.modal05_in01_img {
		max-width: 100%;
	}

	.modal_ttl.table_ttl {
		text-align: center;
	}
}

/*modal05*/
/*modal09*/
.modal09_logo {
	margin: 60px auto;
	max-width: 40%;
}

.modal09_inner {
	margin-bottom: 40px;
}

.modal09_inner_ttl {
	padding: 5px 0;
	margin-bottom: 40px;
	text-align: center;
}

.modal09_inner_ttl img {
	height: 16px;
	width: auto;
	margin: 0 auto;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.modal09_ttl {
		line-height: 1.5;
	}

	.modal09_logo {
		max-width: 80%;
	}

	.cosba_btn {
		max-width: 300px;
	}
}

/*modal09*/

.mainVisual {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
}

.mv_blk {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
}

.mv_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 9;
	max-width: 60%;
}

.mainvisual {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.mainvisual #youtube {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.mainvisual iframe#youtube {
	border: none;
	margin: 0px auto;
}

video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	z-index: 0;
}


.content {
	margin: 0 auto;
	padding: 40px;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	width: 100%;

	z-index: 1;
}

.box01_inner {
	position: relative;
}

.modal {
	display: none;
	height: 100vh;
	position: absolute;
	top: -50%;
	top: -240%;
	left: -50%;
	/* width: 100vw; */
	width: 100%;
	z-index: 1;

	position: fixed;
		z-index: 10000;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		text-align: center;
		-webkit-overflow-scrolling: touch;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 1000vh;
	position: absolute;
	width: 100%;


	top: -100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	/* transform: translateX(-50%);
	top: 170%;
	top: 1200px;
	top: 45%;
	top: 19%; */
	width: 900px;

	overflow-y: scroll;
	max-height: 700px;
	max-height: 90%;
}

@media (max-width: 940px) {
	.l_container_cosba {
		padding: 0;
	}

	.box01_inner_btn_wrap {
		position: relative;
}
	/* .modal__content {
		width: 80%;
		top: 35%;
		padding: 40px 20px;
		max-height: 600px;
	}

	.modal__content.modal__content02 {
		top: 3%;
	}
	.modal__content.modal__content03 {
		top: 4%;
	}
	.modal__content.modal__content04 {
		top: 3%;
	}
	.modal__content.modal__content05 {
		top: 4%;
	}
	.modal__content.modal__content06 {
		top: 3%;
	}
	.modal__content.modal__content07 {
		top: 4%;
	}
	.modal__content.modal__content08 {
		top: 3%;
	}
	.modal__content.modal__content09 {
		top: 0%;
	}

	.modal {
		left: -10%;
		width: 120%;
		top: 0;
	}

	.modal__bg {
		top: -10%;
	} */
}

@media (max-width: 768px) {
	.l_container_cosba {
		padding: 0;
	}

	.box01_inner_btn_wrap {
		position: relative;
}
	.modal__content {
		width: 90%;
		padding: 40px 20px;
		max-height: 80%;
	}
/* 
	.modal__content.modal__content02 {
		top: 30%;
	}
	.modal__content.modal__content03 {
		top: 33%;
	}
	.modal__content.modal__content04 {
		top: 37%;
	}
	.modal__content.modal__content05 {
		top: 40%;
	}
	.modal__content.modal__content06 {
		top: 34%;
	}
	.modal__content.modal__content07 {
		top: 35%;
	}
	.modal__content.modal__content08 {
		top: 30%;
	}
	.modal__content.modal__content09 {
		top: 25%;
	}

	.modal {
		left: -10%;
		width: 120%;
		top: -240%;
	}

	.modal__bg {
		top: -10%;
	} */
}

