@charset "UTF-8";
/*
* 共通
*/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-family: 'M PLUS 1p', sans-serif;
	font-size:17px;
}
p,ul,li{
	margin:0;
	padding:0;
}
ul{
	list-style: none;
}
a {
	color: unset;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover{
	opacity:0.8;
	color: unset;
	text-decoration: none;
}
img{
	width: 100%;
}
/* input[type=checkbox],
input[type=radio] {
  display: none;
} */
.pure-container>input[type=checkbox],
.pure-container>input[type=radio] {
  display: none;
}

/* ヘッダー */
header{
	position: relative;
}
.header_wrap{
	padding: 1.5rem 0;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	z-index: 1;
}
.header_contents {
	text-align: left;
	transition: padding .2s;
	width:90%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ナビ */
.g_navi {
	width: 50%;
}
.g_navi ul{
	list-style:none;
	display: flex;
	flex-wrap: nowrap;
}
.g_navi>ul>li {
	border-left: solid 2px #9FA0A0;
	width: 20%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.g_navi>ul>li:last-child {
	border-right: solid 2px #9FA0A0;
}
.g_navi li a{	
	text-align: center;
	padding: 0.5rem 1.5rem;
}
.g_navi>ul>li>a:hover{
	opacity: 1;
}
.contact-btn{
	background-color: #F29600;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.5rem 2rem;
	border-radius: 50px;
}
.contact-btn_wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #fff;
}
.contact-btn_wrap img{
	width: 20%;
}

.mobile-navigation, .pure-drawer{
	display:none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* フッター */
footer{
	margin:40px 0;
	padding-bottom: 1em;
	background-color: #fff;
	position: relative;
}
footer p{
	text-align:center;
	font-size:10px;
}
.wrap_footer_box {
	position: absolute;
	bottom: calc(0% + 3.5rem);
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
.wrap_footer_box .logo{
	width:35%;
}
.footer_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.g_navi_footer ul {
	font-size: 1rem;
	display: flex;
	font-weight: bold;
}
.g_navi_footer li {
	margin-bottom: 0.5em;
	margin-left: 1rem;
}
.pc-none{
	display: none;
}

@media screen and (max-width: 959px) {
	/*
	* 共通
	*/
	.header_wrap {
    padding: 0;
	}
	.header_contents {
    width: 100%;
	}
	.g_navi {
    width: 80%;
	}
	.contact-btn {
		font-size: 100%;
	}
}

@media screen and (max-width: 768px){
	/*
	* 共通
	*/
	.mobile-navigation,.pure-drawer{
		display:block;
	}
	.header_contents {
		display: none;
	}
	.g_navi,.contact-btn{
		display:none;
	}
	.m_menu{
		margin:100px 0 0 ;
		margin:1em 0 0 ;
		overflow-y: scroll;
		height: 80vh;
	}
	.m_menu li{
		border-bottom:1px solid #ccc;
		list-style:none;
	}
	.m_menu li a{
		display:block;
		color:#036eb7;
		padding:1em 1.5em;
		font-size:15px;
	}

	.pc-none{
		display: block;
	}
	.sp-none{
		display: none;
	}

	.wrap_footer_box .logo {
    width: 80%;
	}
		
	.footer_box {
		display: block;
	}
	.g_navi_footer{
		width: auto;
	}
	.g_navi_footer ul {
    margin: 0.5rem 0;
		display: block;
	}
}
@media (max-width: 375px){
	html {
		font-size: 4.2666666667vw;
	}
	body {
		font-size:1rem;
	}
}


/* TOP */
.main_v {
	position: relative;
}
.video_area{
	line-height: 0;
	width: 100%; 
}
.video_area video{
	width: 100%; 
	/* height: 42vw;  */
}

.contents-wrap{
	padding: 0 0 5rem 0;
}

.cut1 {
	position: relative;
	width: 100%;
}
.cut1 img {
	position: absolute;
	top: -10.5vw;
	left: 0;
	clip: rect(0px, 100vw, 10.5vw, 0px);
	margin-left: 0;
	margin-top: 0;
}
.top-contents-wrap{
	padding-bottom: calc(10.5vw + 5rem);
}
.top-contents-wrap:last-child{
	padding-bottom: 0;
}
.bg-yellow{
	background-color: #FFE33F;
}
.bg-green{
	background-color: #B6D350;
}
.bg-blue{
	background-color: #D3EDFB;
}
.bg-orange{
	background-color: #F29600;
}

.top-wrap{
	max-width:1040px;
	width:90%;
	margin:0 auto;
}
.ttl_wrap{
	text-align: center;
}
.ttl_icon{
	width: 10%;
	margin: 0 auto 1.5rem;
}
.top-wrap img{
	margin-bottom: 2rem;
}
h3{
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 1em;
}
p.ttl_txt{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1em;
}

.contents_img{
	border-radius: 20px;
	margin-bottom: 2rem;
}
.ceo-wrap{
	text-align: right;
}
.ceo{
	font-family: 'HG正楷書体-PRO',serif;
	font-size: 1.5rem;
}
.ceo-name{
	font-family: 'HG正楷書体-PRO',serif;
	font-size: 2.5rem;
}

h4{
	font-size: 2.3rem;
	margin-bottom: 1.5rem;
}
.mb-3r{
	margin-bottom: 3rem;
}
.red{
	color: #E95377;
}
.con-txt{
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
.top-contents{
	margin:2rem 0 4rem;
	display: flex;
	gap: 2rem;
}
.contents_col01{
	width: 60%;
}
.contents_col01 img{
	width: 100%;
}
.contents_col02{
	width: 40%;
}

.contact_wrap{
	background-color: #fff;
	margin: 0 auto;
	display: inline-block;
	padding: 2rem 2.5rem 1rem;
}
a.contact_wrap:hover{
	opacity: 1;
}

.overview_table{
	width: 50%;
	margin: 0 auto;
}
.overview_table tr {
	border-top: #9FA0A0 solid 1px;
	border-bottom: #9FA0A0 solid 1px;
}
.overview_table th {
	width: 40%;
	padding: 1.5em 1.5em 1.5em 2.5em;
	vertical-align: baseline;
	font-weight: normal;
}
.overview_table td {
	padding: 1.5em 0;
	vertical-align: baseline;
}


@media screen and (max-width: 768px){
	.ttl_icon {
    width: 20%;
    margin: 0 auto 1rem;
	}
	h3 {
		font-size: 2rem;
	}
	p.ttl_txt {
		font-size: 1.3rem;
	}
	.ceo-wrap {
		margin-top: 2rem;
	}
	.ceo {
		font-size: 1.3rem;
	}
	.ceo-name {
		font-size: 2rem;
	}
	h4 {
		font-size: 2rem;
	}
	.top-contents {
		margin-top: 3rem;
		flex-direction: column;
    width: 100%;
	}
	.contents_col01, .contents_col02 {
    width: 100%;
	}
	.overview_table {
    width: 90%;
    margin: 0 auto;
	}
	.overview_table th {
    padding: 1.5rem;
	}

}


/* 個人情報保護方針 */
.privacy_description h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
}
.privacy_description ul {
	margin: 0 0 0 1em;
	list-style-type: disc;
}