﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

@media screen and (min-width:1601px) {
	html {
		min-width: 1600px;
	}
}
@media (min-width: 769px) {
	.pc-none {
		display: none !important;
	}
	.sp-none {
		display: block !important;
	}
}
@media (max-width: 768px) {
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}
@media screen and (min-width:769px) {

	/*pc・タブレットcss*/
	#common-footer {
		margin-top: 0px !important;
	}
	#wrap #header {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#wrap #header #topicpath {
		font-size: .9em;
	}
}
.page_link {
	display: block;
}
@media (max-width: 768px) {
	.page_link {
		padding-top: 60px;
		margin-top: -60px;
	}
}
.sitewrap {
	position: relative;
	z-index: 1;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1240px) {
	.sitewrap {
		width:100%;
		min-width:0;
		min-width:0;
	}	
	.sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:768px) {
	html {
		font-size: 14px;
	}
	.display_sp{
		display:block;
	}
	.sitewrap > *{
		padding:0 15px;
	}
}
/*main*/
#wrap{
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrap .txt_indent{
	display: block;
	text-indent: -1em;
    padding-left: 1em;
}
#wrap img {
	max-width: 100%;
	height: auto;
}
#wrap .serif{
	font-family: "Noto Serif JP", serif;
}
.wrap_ttl{
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}
.wrap_txt{
	font-size: 1.8rem;
	margin-bottom: 3em;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width:767px){
	.wrap_ttl{
		font-size: 3rem;
	}
	.wrap_txt{
		font-size: 1.6rem;
		margin-bottom: 2em;
		line-height: 1.6;
		text-align: left;
	}
}




.mv_wrap .mv_inner{
	background: url(image/img_mv.jpg);
	background-size: cover;
	background-position: 50%;
	aspect-ratio: 1920 / 946;
	min-height: 850px;
	width: 100%;
	padding-bottom: 12em;
	margin-bottom: -12em;
	position: relative;
	z-index: -1;
}
.mv_wrap .mv_inner .sitewrap{
	position: unset;
}
.mv_wrap .mv_inner .text_area {
	max-width: 1100px;
}
.mv_wrap .mv_inner .text_area .mv_ttl{
	position: absolute;
	z-index: 10;
	height: fit-content;
	margin: auto;
	inset: 3% calc(50% - 600px) auto auto;
	
}
.mv_wrap .mv_inner .text_area .mv_subttl {
	position: absolute;
	z-index: 10;
	height: fit-content;
	margin: auto;
	inset: auto auto calc(10em + 4%) calc(50% - 600px);
}

.lead_wrap{
	background: url(image/img_lead01.png) no-repeat;
	background-size: cover;
	padding-block: 10em 4em;
	position: relative;
	z-index: 0;
}
.lead_wrap .lead_txt{
	text-align: center;
	font-size: 2rem;
	color: #3e3a3a;
	font-weight: 600;
	line-height: 2.5;
	margin-bottom: 1.5em;
}
.lead_wrap .lead_subtxt{
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (max-width:767px){
	.mv_wrap .mv_inner{
		background-image: url(image/img_mv_sp.jpg);
		aspect-ratio: 750 / 953;
		background-position: unset;
		min-height: unset;
		padding-bottom: 6em;
		margin-bottom: -6em;
	}
	.mv_wrap .mv_inner .sitewrap{
		position: unset;
	}
	.mv_wrap .mv_inner .text_area .mv_ttl{
		inset: 4% auto auto 0;
		padding-inline: 15px;
	}
	.mv_wrap .mv_inner .text_area .mv_subttl {
		inset: auto auto calc(4em + 0%) 15px;
		width: 60%;
	}



	
	.lead_wrap{
		padding-block: 7em 3em;
		background-position: 20%;
	}
	.lead_wrap .lead_txt{
		text-align: left;
		font-size: 1.6rem;
		line-height: 2;
	}
	.lead_wrap .lead_subtxt{
		font-size: 1.4rem;
		text-align: left;
		margin-inline: 15px;
		line-height: 1.4;
	}
}
.about_wrap {
	position: relative;
	padding-block: 6em 6em;
    background-image: url(image/bg_about.jpg);
	background-size: cover;
}
.about_wrap .wrap_ttl {
	color: #005d8c;
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
}
.about_wrap .img_figure {
	margin-bottom: 6em;
	text-align: center;
}
.about_wrap .about_item + .about_item{
	margin-top: 4em;
}
.about_wrap .about_item{
	position: relative;
	z-index: 0;
	background: #fff;
	margin-bottom: 2em;
	padding: 3em 3em;
	border-radius: 0.6em;
	display: flex;
	align-items: center;
	gap: 1em 4%;
}
.about_wrap .about_item .about_type {
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: -1em auto auto -1em;
	display: flex;
}
.about_wrap .about_item .about_type span {
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	background: #5683a9;
	height: 90px;
	width: 90px;
	border-radius: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
}
.about_wrap .about_item .about_type span + span{
	margin-left: -2em;
	z-index: -1;
	flex-direction: row;
	padding-top: 0.5em;
}
.about_wrap .about_item .about_type span + span em{
	transform: translateY(-0.15em);
}
.about_wrap .about_item .about_type span em {
	font-style: normal;
	font-size: 2.2em;
	display: block;
}
.about_wrap .about_item .about_ttl {
	font-size: 3.6rem;
	color: #5683a9;
	width: 20%;
}
.about_wrap .about_item .bace_list {
	width: 76%;
	display: flex;
	gap: 5%;
}
.about_wrap .about_item .bace_list .bace_item img {
    margin-bottom: 1.5em;
}
.about_wrap .about_item .bace_list .bace_item .bace_txt {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	min-height: 2lh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about_wrap .about_item .bace_list .bace_item .bace_txt span {
	display: block;
	font-size: 1.6rem;
}
.about_wrap .about_item .text_area{
	width: 75%;
}
.about_wrap .about_item .frame_lead{
	margin-bottom: 0.5em;
}
.about_wrap .about_item .frame_lead span {
    position: relative;
	z-index: 0;
    padding-left: 1.2em;
	margin-right: 2em;
	font-size: 2rem;
	font-weight: 600;
}
.about_wrap .about_item .frame_lead span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%); 
	width: 0.8em; 
	height: 0.8em;
	background-color: #3879a8;
	border-radius: 2px;
}
.about_wrap .about_item .frame_lead_att {
	font-size: 1.6rem;
	padding-bottom: 1em;
	border-bottom: 2px solid #d0d5dd;
	margin-bottom: 1.5em;
}
.about_wrap .about_item .frame_col {
	display: flex;
	gap: 6%;
}
.about_wrap .about_item .frame_col .frame_item {
	display: flex;
	gap: 1em;
	align-items: center;
}
.about_wrap .about_item .frame_col .frame_item .frame_txt {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8;
}
.about_wrap .about_item .frame_col .frame_item .frame_att {
	font-size: 1.6rem;
}
.about_wrap .about_item .frame_col .frame_item .frame_att span {
	color: #ae1228;
	font-size: 1.4rem;
	font-weight: 500;
	border: 1px solid #ae1228;
	border-radius: 0.3em;
	padding: 0em 0.25em;
	line-height: 1.6;
	display: inline-block;
	margin-right: 0.5em;
	transform: translateY(-0.1em);
}
.about_wrap .txt_indent.att_txt {
	font-size: 1.6rem;
	margin-bottom: 1em;
}
.about_wrap .att_list .txt_indent.att_item {
	font-size: 1.6rem;
	font-weight: 500;
	color: #ae1229;
}
@media screen and (max-width:1240px){
	.about_wrap .about_item{
		margin-inline: 2%;
	}
	.about_wrap .about_item .about_type span + span{
		margin-left: -1em;
	}
}
@media screen and (max-width: 767px){
	.about_wrap {
		padding-block: 3em 3em;
	}
	.about_wrap .wrap_ttl {
		margin-bottom: 2em;
		line-height: 1.2;
		margin-bottom: 1em;
	}
	.about_wrap .img_figure {
		margin-bottom: 4em;
	}
	.about_wrap .about_item + .about_item{
		margin-top: 3em;
	}
	.about_wrap .about_item{
		padding: 2em 1.5em;
		margin-inline: 15px;
		flex-direction: column;
		justify-content:center;
		align-items: center;
		gap: 2em;
	}

	
	.about_wrap .about_item .about_type {
		inset: -1.5em auto auto -0.5em;
	}
	.about_wrap .about_item .about_type span {
		height: 60px;
		font-size: 1.2rem;
		width: 60px;
	}
	.about_wrap .about_item .about_type span + span{
		margin-left: -1em;
		padding-top: 0.5em;
	}
	.about_wrap .about_item .about_type span em {
		font-size: 1.6em;
	}
	.about_wrap .about_item .about_ttl {
		font-size: 2.8rem;
		width: 100%;
		text-align: center;
	}
	.about_wrap .about_item .bace_list {
		width: 100%;
		flex-wrap: wrap;
		gap: 2em 4%;
		justify-content: center;
	}
	.about_wrap .about_item .bace_list .bace_item{
		width: 48%;
	}
	.about_wrap .about_item .bace_list .bace_item img {
	    margin-bottom: 0em;
	}
	.about_wrap .about_item .bace_list .bace_item:last-child{
		width: 100%;
		text-align: center;
	}
	.about_wrap .about_item .bace_list .bace_item:last-child img{
		width: 48%;
	}
	.about_wrap .about_item .bace_list .bace_item .bace_txt {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.about_wrap .about_item .bace_list .bace_item .bace_txt span {
		display: block;
		font-size: 1.4rem;
	}
	.about_wrap .about_item .text_area{
		width: 100%;
	}
	.about_wrap .about_item .frame_lead{
		margin-bottom: 0.5em;
	}
	.about_wrap .about_item .frame_lead span {
		font-size: 1.8rem;
		display: inline-block;
	}
	.about_wrap .about_item .frame_lead span::before {
		width: 0.8em; 
		height: 0.8em;
	}
	.about_wrap .about_item .frame_lead_att {
		font-size: 1.4rem;
	}
	.about_wrap .about_item .frame_col {
		gap: 4%;
		
	}
	.about_wrap .about_item .frame_col .frame_item {
		width: 48%;
		gap: 0.5em;
		flex-direction: column;
		align-items: flex-start;
	}
	.about_wrap .about_item .frame_col .frame_item .frame_txt {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.about_wrap .about_item .frame_col .frame_item .frame_att {
		font-size: 1.6rem;
	}
	.about_wrap .about_item .frame_col .frame_item .frame_att span {
		font-size: 1.2rem;
	}
	.about_wrap .txt_indent.att_txt {
		font-size: 1.4rem;
		margin-inline: 15px;
	}
	.about_wrap .att_list .txt_indent.att_item {
		font-size: 1.4rem;
	}
}
.base_wrap {
	background: #958d85;
	padding-block: 8em 4em;
}
.base_wrap .wrap_ttl {
	color: #fff;
	text-align: center;
}
.base_wrap .wrap_txt {
	color: #fff;
}
.base_wrap .base_list {
	
}
.base_wrap .base_list .base_item {
	background: #fff;
	margin-bottom: 4em;
	padding: 4em 3em;
}
.base_wrap .base_list .base_item .item_ttl {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	gap: 1em;
	margin-bottom: 3em;
}
.base_wrap .base_list .base_item .item_ttl img {}
.base_wrap .base_list .base_item .item_ttl span {
	color: #3e3a31;
	font-size: 2rem;
}
.base_wrap .base_list .base_item .bace_col {
	display: flex;
	gap: 1em 4%;
	justify-content: center;
	align-items: center;
}
.base_wrap .base_list .base_item .bace_col .img {
	width: 42%;
}
.base_wrap .base_list .base_item .bace_col .txt_area {
	width: 54%;
}
.base_wrap .base_list .base_item .bace_col .txt_area .item_lead {
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 1em;
	letter-spacing: -0.02em;
	color: #3e3a3a;
}
.base_wrap .base_list .base_item .bace_col .txt_area .item_txt {
	font-size: 1.6rem;
	margin-bottom: 2em;
}
.base_wrap .base_list .base_item .bace_col .txt_area .bace_btn a {
    display: flex;
    align-items: center;
    padding: 1em 2.5em;
    position: relative;
    width: 300px;
    height: 70px;
    background-color: #886513;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 8px 8px 0 -1px #ffffff, 8px 8px 0 0px #84611a;
	transition: box-shadow 0.3s;
}
.base_wrap .base_list .base_item .bace_col .txt_area .bace_btn a::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 4em;
    height: 1px;
    background-color: #ffffff;
}
.base_wrap .base_list .base_item .bace_col .txt_area .bace_btn a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    width: 14px;
    height: 10px;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
}
@media (any-hover: hover){
	.base_wrap .base_list .base_item .bace_col .txt_area .bace_btn a:hover{
		opacity: 1;
	    box-shadow: 0px 0px 0 -1px #ffffff, 0px 0px 0 0px #84611a;
	}
}
@media screen and (max-width:767px){
	.base_wrap {
		padding-block: 3em 2em;
	}
	.base_wrap .base_list .base_item {
		margin-bottom: 2em;
		padding: 2em 1.5em 4em;
	}
	.base_wrap .base_list .base_item .item_ttl {
		gap: 0.5em;
		margin-bottom: 2em;
	}
	.base_wrap .base_list .base_item .item_ttl img {
		max-height: 28px;
		width: auto;
		object-fit: contain;
	}
	.base_wrap .base_list .base_item .item_ttl span {
		font-size: 1.6rem;
	}
	.base_wrap .base_list .base_item .bace_col {
		gap: 1em 4%;
		flex-direction: column;
	}
	.base_wrap .base_list .base_item .bace_col .img {
		width: 80%;
	}
	.base_wrap .base_list .base_item .bace_col .txt_area {
		width: 100%;
	}
	.base_wrap .base_list .base_item .bace_col .txt_area .item_lead {
		font-size: 1.8rem;
		margin-bottom: 0.5em;

	}
	.base_wrap .base_list .base_item .bace_col .txt_area .item_txt {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 2em;
	}
	.base_wrap .base_list .base_item .bace_col .txt_area .bace_btn a {
	    padding: 1em 2em;
	    margin-inline: auto;
	    width: 260px;
	    height: 60px;
	    font-size: 1.4rem;
	    box-shadow: 6px 6px 0 -1px #ffffff, 6px 6px 0 0px #84611a;
	}
}
.mat_wrap {
	background: #daedfc;
	padding-block: 8em 3em;
}
.mat_wrap .wrap_ttl {
	color: #005d8c;
}
.mat_wrap .wrap_txt {
	margin-bottom: 2em;
}
.mat_wrap .wrap_txt span {
	font-size: 1.6rem;
}
.mat_wrap .mat_figure {
	text-align: center;
	margin-bottom: 4em;
}
.mat_wrap .mat_list .mat_item {
	background: #fff;
	margin-bottom: 4em;
	padding: 4em 3.5em;
}
.mat_wrap .mat_list .mat_item .ttl_area {
	display: flex;
	gap: 2%;
	align-items: center;
	margin-bottom: 3em;
}
.mat_wrap .mat_list .mat_item .ttl_area .item_ttl {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	width: 50%;
	margin-top: 2em;
}
.mat_wrap .mat_list .mat_item .ttl_area .item_ttl span {
	font-size: 2rem;
	color: #3e3a31;
	font-weight: 500;
	margin-bottom: 1em;
}
.mat_wrap .mat_list .mat_item .ttl_area .ttl_img {
	width: 48%;
}
.mat_wrap .mat_list .mat_item .item_lead {
	font-size: 3.2rem;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	background: #a9a29b;
	margin-bottom: 1.5em;
}
.mat_wrap .mat_list .mat_item .mat_col {
	display: flex;
	gap: 6%;
	margin-bottom: 3em;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item {
	width: 47%;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item + .col_item{
	position: relative;
	z-index: 0;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item + .col_item::before{
	content: "";
	display: block;
	background: #d0d5dd;
	height: 100%;
	width: 2px;
	position: absolute;
	z-index: 0;
	inset: 0 auto 0 -7%;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .col_ttl {
	font-size: 2.4rem;
	color: #5683a9;
	font-feature-settings: 'palt';
	margin-bottom: 1.5em;
} 
.mat_wrap .mat_list .mat_item .mat_col .col_item .col_ttl span {
	color: #005d8b;
	font-size: 1.8rem;
	font-weight: 500;
	border: 1px solid #005d8b;
	padding: 0em 0.35em;
	display: inline-block;
	margin-right: 0.75em;
	transform: translateY(-0.1em);
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .col_img01 {
	margin-bottom: 3em;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .col_img02 {
	margin-bottom: 3em;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .details {
	display: flex;
	justify-content: space-between;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .details .detail_lead {
	font-size: 2rem;
	font-weight: 600;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .details .detail_lead .info {
	font-size: 1.8rem;
	font-weight: 400;
}
.mat_wrap .mat_list .mat_item .mat_col .col_item .details .detail_lead .att {
	font-size: 1.6rem;
	font-weight: 400;
}
.mat_wrap .mat_list .mat_item .uret_area {
	background: #f5f3f0;
	padding: 3em 3em 3.5em;
}
.mat_wrap .mat_list .mat_item .uret_area .uret_ttl {
	font-size: 2.4rem;
	color: #5683a9;
	margin-bottom: 1.5em;
}
.mat_wrap .mat_list .mat_item .uret_area .uret_ttl span {
	font-size: 2rem;
}
.mat_wrap .mat_list .mat_item .uret_area .uret_list {
	display: flex;
	gap: 6%;
}
.mat_wrap .mat_list .mat_item .uret_area .uret_list .uret_item {
	width: fit-content;
}
.mat_wrap .mat_list .mat_item .uret_area .uret_list .uret_item .uret_txt {
	max-width: 16.5em;
}
@media screen and (max-width:767px){
	.mat_wrap {
		padding-block: 3em;
	}
	.mat_wrap .wrap_txt {
		margin-bottom: 2em;
	}
	.mat_wrap .wrap_txt span {
		font-size: 1.4rem;
	}
	.mat_wrap .mat_figure{
		margin-inline: 2em;
	}
	.mat_wrap .mat_list .mat_item {
		margin-bottom: 2em;
		padding: 3em 1.5em;
	}
	.mat_wrap .mat_list .mat_item .ttl_area {
		gap: 1em;
		flex-direction: column;
	}
	.mat_wrap .mat_list .mat_item .ttl_area .item_ttl {
		width: 100%;
		margin-top: 0em;
	}
	.mat_wrap .mat_list .mat_item .ttl_area .item_ttl span {
		font-size: 1.6rem;
	}
	.mat_wrap .mat_list .mat_item .ttl_area .item_ttl img{
		max-height: 28px;
		width: auto;
		object-fit: contain;
		margin-inline: 0 auto;
	}
	.mat_wrap .mat_list .mat_item .ttl_area .ttl_img {
		width: 80%;
	}
	.mat_wrap .mat_list .mat_item .item_lead {
		font-size: 2.2rem;
	}
	.mat_wrap .mat_list .mat_item .mat_col {
		flex-direction: column;
		margin: 0;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item {
		width: 100%;
		margin-bottom: 4em;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item + .col_item::before{
		content: none;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item .col_ttl {
		font-size: 2rem;
	} 
	.mat_wrap .mat_list .mat_item .mat_col .col_item .col_ttl span {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item .col_img01,
	.mat_wrap .mat_list .mat_item .mat_col .col_item .col_img02 {
		margin-bottom: 2em;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item .details .detail_lead {
		font-size: 1.6rem;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item .details .detail_lead .info {
		font-size: 1.4rem;
	}
	.mat_wrap .mat_list .mat_item .mat_col .col_item .details .detail_lead .att {
		font-size: 1.2rem;
	}
	.mat_wrap .mat_list .mat_item .uret_area {
		padding: 2em 1em 2em;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_ttl {
		font-size: 1.8rem;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_ttl span {
		font-size: 1.4rem;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_list {
		display: flex;
		gap: 1em 4%;
		justify-content: center;
		flex-wrap: wrap;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_list .uret_item {
		width: 100%;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_list .uret_item:first-child{
		width: 60%;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_list .uret_item:last-child{
		width: 80%;
	}
	.mat_wrap .mat_list .mat_item .uret_area .uret_list .uret_item .uret_txt {
		max-width: unset;
	}

	.mat_wrap .mat_list .mat_item:nth-child(2) .mat_col .col_item:first-child{
		margin-bottom: 0;
	}
	.mat_wrap .mat_list .mat_item:nth-child(2) .uret_area .uret_list .uret_item:last-child{
		width: 60%;
	}
}
.frame_wrap {
	background: #5683a9;
	padding-block: 8em;
}
.frame_wrap .wrap_ttl {
	color: #fff;
}
.frame_wrap .wrap_lead {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1em;
}
.frame_wrap .wrap_txt {
	color: #fff;
}
.frame_wrap .wrap_txt span {
	font-size: 1.6rem;
}
.frame_wrap .frame_area {
	background: #fff;
	padding: 3em 3.5em;
}
.frame_wrap .frame_area .frame_lead {
	font-size: 3.2rem;
	color: #fff;
	background: #005d8c;
	text-align: center;
	padding: 0.5em;
	margin-bottom: 1.5em;	
}
.frame_wrap .frame_area .frame_col {
	display: flex;
	justify-content: space-between;
	gap: 1em 4%;
	margin-bottom: 5em;
}
.frame_wrap .frame_area .frame_col .col_item {
	width: auto;
}
.frame_wrap .frame_area .frame_col .col_item img {
	margin-bottom: 2em;
}
.frame_wrap .frame_area .frame_col .col_item .col_txt {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.frame_wrap .frame_area .frame_figure {
	background: #e9f3fc;
	padding: 3em 2em;
	text-align: center;
	margin-bottom: 4em;
}
.frame_wrap .frame_area .color_list {
	display: flex;
	gap: 6%;
	justify-content: center;
	margin-bottom: 2em;
}
.frame_wrap .frame_area .color_list .color_item {
	
}
.frame_wrap .frame_area .color_list .color_item .img {
	margin-bottom: 1em;
}
.frame_wrap .frame_area .color_list .color_item .color_txt {
	font-size: 1.8rem;
	font-weight: 600;
	color: #3e3a3a; 
	margin-bottom: 0.25em;
}
.frame_wrap .frame_area .color_list .color_item .color_txt span {
	color: #ae1228;
	font-size: 1.5rem;
	font-weight: 500;
	border: 1px solid #ae1228;
	border-radius: 0.3em;
	padding: 0em 0.25em;
	line-height: 1.6;
	display: inline-block;
	margin-left: 0.5em;
	transform: translateY(-0.1em);
}
.frame_wrap .frame_area .color_att {
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (max-width:767px){
	.frame_wrap {
		padding-block: 3em;
	}
	.frame_wrap .wrap_lead {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.frame_wrap .wrap_txt span {
		font-size: 1.4rem;
	}
	.frame_wrap .frame_area {
		background: #fff;
		padding: 2em 1em;
		margin-inline: 15px;
	}
	.frame_wrap .frame_area .frame_lead {
		font-size: 2rem;
	}
	.frame_wrap .frame_area .frame_col {
		gap: 1em 10%;
		justify-content: center;
		margin-bottom: 2em;
		flex-wrap: wrap;
	}
	.frame_wrap .frame_area .frame_col .col_item {
		width: 36%;
	}
	.frame_wrap .frame_area .frame_col .col_item img {
		margin-bottom: 1em;
	}
	.frame_wrap .frame_area .frame_col .col_item .col_txt {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.frame_wrap .frame_area .frame_figure {
		padding: 2em 0.5em;
		text-align: center;
		margin-bottom: 3em;
	}
	.frame_wrap .frame_area .color_list {
		gap: 1em;
		margin-bottom: 1em;
		flex-direction: column;
	}
	.frame_wrap .frame_area .color_list .color_item .img {
		margin-bottom: 0.25em;
	}
	.frame_wrap .frame_area .color_list .color_item .color_txt {
		font-size: 1.4rem;
	}
	.frame_wrap .frame_area .color_list .color_item .color_detail{
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.frame_wrap .frame_area .color_list .color_item .color_txt span {
		font-size: 1.2rem;
	}
	.frame_wrap .frame_area .color_att {
		font-size: 1.4rem;
		text-align: left;
	}
}
.other_wrap {
	padding-block: 6em;
}
.other_wrap .other_col {
	display: flex;
	gap: 2em 6%;
	justify-content: center;
}
.other_wrap .other_col .other_item {
	width: 47%;
}
.other_wrap .other_col .other_item{
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(image/img_other01.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(image/img_other01.jpg);
	min-height: 300px;
	display: flex;
	justify-content:  center;
	align-items: center;
}
.other_wrap .other_col .other_item:nth-child(2){
	background-image: linear-gradient(rgb(0 90 165 / 31%)), url(image/img_other01.jpg);
}
.other_wrap .other_col .other_item .common_btn{
	height: fit-content;
	width: fit-content;
	position: relative;
	z-index: 0;
}
.other_wrap .other_col .other_item .common_btn::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    z-index: -1;
    pointer-events: none;
	transition: all 0.3s;
}
.other_wrap .other_col .other_item .common_btn a {
    display: flex;
    align-items: center;
    padding: 1em 2.5em;
    position: relative;
    width: 362px;
    height: 70px;
    background-color: #ffffff;
    font-size: 1.6rem;
	font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.other_wrap .other_col .other_item a::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 4em;
    height: 1px;
    background-color: #282828;
}
.other_wrap .other_col .other_item a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    width: 14px;
    height: 10px;
    border-top: 1px solid #282828;
    transform: rotate(45deg);
}
@media (any-hover: hover){
	.other_wrap .other_col .other_item .common_btn a:hover{
		opacity: 1;
	}
	.other_wrap .other_col .other_item .common_btn:has( a:hover)::after{
		opacity: 1;
	    top: 0px;
	    left: 0px;
	}
}
@media screen and (max-width:767px){
	.other_wrap {
		padding-block: 3em;
	}
	.other_wrap .other_col {
		flex-direction: column;
	}
	.other_wrap .other_col .other_item {
		width: 94%;
		margin-inline: auto;
	}
	.other_wrap .other_col .other_item{
		min-height: 180px;
	}
	.other_wrap .other_col .other_item .common_btn{
		height: fit-content;
		width: fit-content;
		position: relative;
		z-index: 0;
	}
	.other_wrap .other_col .other_item .common_btn::after {
	    top: 6px;
	    left: 6px;
	}
	.other_wrap .other_col .other_item .common_btn a {
	    padding: 1em 1.5em;
	    width: 270px;
	    height: 60px;
	    font-size: 1.4rem;
	}
	.other_wrap .other_col .other_item a::before {
	    width: 3em;
	}
}
























/* aside
-------------------------------------------------------------------*/
#aside_bnr {
	position: fixed;
	z-index: 1000;
	top: auto;
	bottom: 4%;
	left: auto;
	right: 3.5em;
	transition: all 0.5s;
}
#aside_bnr .aside_btn{
	display: block;
	background-image: linear-gradient(190deg, rgb(84 130 168), rgb(2 90 133));
	border: 2px solid #005d8c;
	border-radius: 5px;
	padding: 2.5em 1em 1em;
	text-decoration: none;
	text-align:center;
	opacity: 1;
}
#aside_bnr .text_area .aside_lead{
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -0.5px;
	margin-bottom: 0.5em;
}
#aside_bnr .text_area .aside_text{
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	z-index: 5;
	font-size: 1.6rem;
	font-weight: 600;
	color: #3e3a3a;
	text-decoration: none;
	margin-left: 0px;
	padding: 1em 2em;
	transition: transform .3s ,filter .3s;
	background: #fff;
	border: 2px solid #005d8c;
	border-radius: 0.35em;
	width: 260px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#aside_bnr .text_area .aside_text::before{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #005d8c transparent transparent transparent;
	margin: auto;
transform: rotate(-90deg);
	inset: 0 1em 0 auto;
}
#aside_bnr .text_area .text-link{
	margin-top: 0.5em;
}
#aside_bnr .text_area .text-link::before{
	
}
@media (any-hover: hover) {
	#aside_bnr .aside_btn .aside_text:hover {
		opacity: 0.8;
	}
}
.bl_floatingBanner.js_close{
	opacity: 0 !important;
	visibility: hidden;
}
.bl_floatingBanner_close{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: #005d8c;
	border-radius: 0 5px 0 5px;
}
.bl_floatingBanner_close span:nth-of-type(1) {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 20px;
	height: 1.5px;
	background-color: #ffffff;
	transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
	position: absolute;
	top: 6px;
	right: 15px;
	width: 1.5px;
	height: 20px;
	background-color: #ffffff;
	transform: rotate(45deg);
}
@media screen and (max-width:767px) {
	#aside_bnr {
		bottom: 1em;
		right: 15px;
	}
	#aside_bnr .aside_btn{
		border: 1px solid #005d8c;
		padding: 1.75em 1em 0.5em;
	}
	#aside_bnr .text_area .aside_lead{
		font-size: 1.2rem;
	}
	#aside_bnr .text_area .aside_text{
		font-size: 1rem;
		width: 170px;
		padding: 0.25em 1.5em;
	}
	#aside_bnr .text_area .aside_text::before{
		border-width: 8px 6px 0 6px;
		inset: 0 0.75em 0 auto;
	}
	#aside_bnr .text_area .text-link span::after{
		display:none;
	}
	@media (any-hover: hover) {
		#aside_bnr .aside_btn:hover {
			opacity:1;
		}
	}
	.bl_floatingBanner.js_close{
		opacity: 0 !important;
		visibility: hidden;
	}
	.bl_floatingBanner_close{
		width: 24px;
		height: 24px;
	}
	.bl_floatingBanner_close span:nth-of-type(1) {
		top: 12px;
		right: 2px;
		width: 16px;
		height: 1.5px;
	}
	.bl_floatingBanner_close span:nth-of-type(2) {
		top: 4px;
		right: 10px;
		height: 16px;
	}
	#common-footer{
		margin-top: 0 !important;
	}
}


/*animation*/
.feder {
	opacity: 0;
	transform: translateY(10px);
}
.once.feder {
	animation: fedein2 1.4s forwards;
}
.feders>* {
	opacity: 0;
}
.once.feders>* {
	animation: fedein2 2.0s forwards;
}
.once.delay_set>*:nth-child(2),
.once.delay_1 {
	animation-delay: 0.4s;
}
.once.delay_set>*:nth-child(3),
.once.delay_2 {
	animation-delay: 0.6s;
}
.once.delay_set>*:nth-child(4),
.once.delay_3 {
	animation-delay: 0.8s;
}
.once.delay_set>*:nth-child(5),
.once.delay_4 {
	animation-delay: 1.0s;
}
.once.delay_set>*:nth-child(6),
.once.delay_5 {
	animation-delay: 1.2s;
}
.once.delay_set>*:nth-child(7),
.once.delay_6 {
	animation-delay: 1.4s;
}
@keyframes fedein2 {
	0% { opacity: 0; transform: translateY(10px); }
	30% { opacity: 0; transform: translateY(10px); }
	99% { opacity: 1; transform: translateY(0); }
	100% { opacity: 1; transform: translateY(0); }
}
@media screen {
	.popup{
		opacity:0 ;
		-webkit-transform:translateY(-20px);
	}
	.once.popup{
		animation:popup 1.4s forwards;
	}
}
@keyframes popup {
	0% { transform:translateY(-20px) ; opacity:0 ;}
	60% { transform:translateY(3px); opacity:1;}
	99% { transform:translateY(0px); opacity:1;}
	100% { transform:translateY(0px); opacity:1;}
}
#cp_end_wrap {
	width:min(1000px,100%);
	background:#fff7f7;;
	border:1px solid #f00;
	text-align:center;
	padding:1.5em;
	margin-inline:auto;
	margin-block:2em;
}
#cp_end_wrap p {
	display:inline-block;
	text-align:left;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.8;
}
#cp_end_wrap p em {
	font-style:normal;
	color:#f00;
}
@media screen and (max-width:767px){
	#cp_end_wrap {
		width:calc(100% - 30px);
		padding:1.5em 1em;
		margin-block:1.5em;
	}
	#cp_end_wrap p {
		font-size:1.6rem;
		line-height:1.6;
	}
}