@charset "UTF-8";
/* CSS Document */
/* ========== basic configurations ========== */
* {
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	line-height: 180%;
	box-sizing: border-box;
}
html {
	background: #fff;
	color: #000;
	/* letter-spacing: .1em; */
}

/* ========== clearfix ========== */
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

/* ========== link ========== */
a, a:link {
	color: #0a97f3;
	text-decoration: none;
}
a:visited {
	color: #0a97f3;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #0a97f3;
	text-decoration: underline;
}

/* ========== basis ========== */
.wfull {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1129px) {
	.wfull {
		display: block;
		width: 100%;
		padding: 0 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
br.pc {
	display: block;
}
br.sp {
	display: none;
}
@media screen and (max-width: 1129px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}
/* ******** header ******** */
.header2024 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 80px);
	margin: 0 auto;
	padding: 30px 0;
}
.headerLogo {
	display: block;
	width: 283px;
}
.headerLogo a {
	display: table;
	width: 283px;
}
.headerLogo a span {
	display: table-cell;
	vertical-align: middle;
	width: 54px;
}
.headerLogo a span img {
	display: block;
	width: 54px;
	height: 52px;
}
.headerLogo a b {
	display: table-cell;
	vertical-align: middle;
	width: 229px;
	padding-left: 16px;
}
.headerLogo a b img {
	display: block;
	width: 213px;
}
.headerR {
	display: block;
}
.headerNaviSky {
	display: flex;
	justify-content: end;
}
.headerNaviWrapper {
	display: flex;
	align-items: center;
	padding: 12px 20px 12px 0;
	background: linear-gradient(to right,  #0a99f3 0%,#015eea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 30px;

}
.headerNaviWrapper li.headerNavi,
.headerNaviWrapper li.headerNaviInq {
	display: block;
	list-style: none;
	margin-left: 51px;
}
.headerNaviWrapper li.headerNavi span {
	color: #fff;
	font-size: 100%;
	line-height: 1em;
	position: relative;
}
.headerNaviWrapper li.headerNavi span:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background: transparent;
	transition: all .3s;
}
.headerNaviWrapper li.headerNavi span:hover::before,
.headerNaviWrapper li.headerNavi:hover span::before {
	background: #fff;
	transition: all .3s;
}
.headerNaviWrapper li.headerNavi span > a {
	color: #fff;
	padding: 3px 0;
}
.headerNaviWrapper li.headerNavi span > a:hover {
	text-decoration: none;
}
.headerNaviInq {
	padding: 3px 25px;
	background: #fff;
	border-radius: 20px;
	font-size: 100%;
}
.headerNaviInq a {
	color: #0081d0;
}
.header2024 .submenu01,
.header2024 .submenu02 {
	padding-top: 0;
	position: absolute;
		top: 86px;
		right: 36px;
	z-index: 2;
	padding-top: 25px;
	transform: scaleY(0);
	transform-origin: center top;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
}
.header2024 .headerNavi:hover .submenu01,
.header2024 .headerNavi:hover .submenu02 {
	display: block;
	transform: scaleY(1);
		top: 70px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.submenuWrapper {
	display: block;
	width: 912px;
	background: #fff;
	border: 4px solid #0b98f3;
	border-radius: 10px;
}
.submenuContent {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	width: 868px;
	margin-left: 40px;
	padding: 30px 0 10px 0;
}
.submenuContent li {
	display: block;
	width: 428px;
	margin-right: 12px;
	margin-bottom: 20px;
	font-size: 100%;
}
.submenuContent li:nth-child(2n) {
	margin-right: 0;
}
.submenuContent li a {
	padding-left: 18px;
	color: #000;
	background: url(../images/common/footerMain_bit.svg) no-repeat 0 50%;
	background-size: 8px 12px;
}
.submenuContent li a:hover {
	color: #0a97f3;
	background: url(../images/common/footerMain_bit_sky.svg) no-repeat 0 50%;
	background-size: 8px 12px;
}
@media screen and (max-width: 1349px) {
	.headerNaviWrapper li.headerNavi,
	.headerNaviWrapper li.headerNaviInq {
		margin-left: 30px;
	}
	.headerNaviWrapper li.headerNavi span {
		font-size: 85%;
	}
	.headerNaviInq {
		padding: 3px 20px;
		font-size: 85%;
	}
	.submenuWrapper {
		width: 732px;
	}
	.submenuContent {
		width: 688px;
		margin-left: 40px;
		padding: 30px 0 10px 0;
	}
	.submenuContent li {
		display: block;
		width: 358px;
		margin-right: 12px;
		margin-bottom: 20px;
		font-size: 85%;
	}
	.submenuContent li:nth-child(2n) {
		width: 318px;
		margin-right: 0;
	}
}

/* ******** sp header ******** */
.sp_header2024 {
	display: none;
}
@media screen and (max-width: 1129px) {
	.header2024 {
		display: none;
	}
	.sp_header2024 {
		display: block;
	}
	.sp_header2024_bar {
		display: table;
		width: 100%;
		height: 60px;
		margin: 0 0 0 0;
		background: #fff;
	}
	.sp_header2024_logo {
		display: table-cell;
		width: calc(100% - 45px);
		vertical-align: middle;
		padding-left: 15px;
	}
	.sp_menu2024_wrapper .sp_header2024_logo {
		background: #fff;
	}
	.sp_header2024_logo a {
		display: table;
		width: 198px;
		height: 37px;
		margin: 0;
	}
	.sp_header2024_logo a span {
		display: table-cell;
		vertical-align: middle;
		width: 38px;
		height: 36px;
	}
	.sp_header2024_logo a span img {
		display: block;
		width: 38px;
		height: 36px;
	}
	.sp_header2024_logo a b {
		display: table-cell;
		vertical-align: middle;
		width: 160px;
		height: 33px;
		padding-left: 10px;
	}
	.sp_header2024_logo a b img {
		display: block;
		width: 150px;
		height: 17px;
	}
	.sp_header2024_menu,
	.sp_header2024_close {
		display: table-cell;
		vertical-align: middle;
		width: 60px;
		height: 60px;
		padding: 18px 0 0 0;
		background: #0050af;
	}
	.sp_header2024_menu a,
	.sp_header2024_close a {
		display: block;
		width: 40px;
		height: 40px;
	}
	.sp_header2024_menu a img,
	.sp_header2024_close a img {
		display: block;
		width: 23px;
		height: 23px;
	}
	.sp_menu2024_wrapper {
		display: none;
		width: 100%;
		background: #0050b0;
		position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
	}
	.sp_menu2024_contents {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto 0 auto;
	}
	.sp_menu2024_contents h2 {
		display: block;
		border-bottom: 1px solid #fff;
		background: url(../images/common/sp_menu_bit.svg) no-repeat calc(100% - 10px) 50%;
		background-size: 7px 12px;
	}
	.sp_menu2024_contents h2.noborder {
		border-bottom: none;
		background: none;
	}
	.sp_menu2024_contents h3 + h2 {
		margin-top: 10px;
		border-top: 1px solid #fff;
	}
	.sp_menu2024_contents h2 a {
		display: block;
		color: #fff;
		padding: 15px 0;
	}
	.sp_menu2024_contents h2 a em {
		display: inline-block;
		padding-left: 30px;
		background: url(../images/common/sp_menu_ring.svg) no-repeat 2px 50%;
		background-size: 12px 12px;
		font-size: 87.5%;
		font-weight: 600;
	}
	.sp_menu2024_contents h2 a span {
		display: inline-block;
		margin-left: 16px;
		font-size: 62.5%;
		position: relative;
			top: -1px;
	}
	.sp_menu2024_contents h3 {
		display: block;
		padding-left: 13px;
	}
	.sp_menu2024_contents h3 a {
		display: block;
		padding: 8px 0;
		color: #fff;
		font-size: 75%;
	}
	.sp_menu2024_contents .footerInqBtn {
		margin-top: 30px;
	}
}

/* ******** footer ******** */
.footer2024 {
	display: block;
}
.footerInqBlue {
	display: block;
	padding: 60px 0;
	background: #0050af;
}
.footerInqWrapper {
	display: table;
	width: 1100px;
	margin: 0 auto;
}
.footerInqL {
	display: table-cell;
	vertical-align: middle;
	width: 365px;
	color: #fff;
	font-size: 325%;
	font-weight: 600;
	text-align: right;
}
.footerInqR {
	display: table-cell;
	vertical-align: middle;
	width: 705px;
	padding-left: 30px;
	color: #fff;
	font-size: 112.5%;
}
.footerInqR p {
	display: block;
	width: 705px;
}
/* .footerInqBtn {
	
} */
.footerInqBtn a {
	display: block;
	width: 350px;
	margin: 40px auto 0 auto;
	padding: 17px 0;
	border-radius: 50px;
	background: #fff url(../images/common/footerInq_arrow.svg) no-repeat 308px 50%;
	background-size: 20px 20px;
	text-align: center;
	transition: all 0.3s;
}
.footerInqBtn a:hover {
	text-decoration: none;
	background: #0a99f3 url(../images/common/footerInq_arrow.svg) no-repeat 308px 50%;
	background-size: 20px 20px;
	transition: all 0.3s;
}
.footerInqBtn a span {
	padding: 0 35px;
	background: url(../images/common/footerInq_mail.svg) no-repeat 0 5px;
	background-size: 26px 18px;
	color: #0050af;
	font-size: 112.5%;
	font-weight: 600;
	line-height: 1em;
	transition: all 0.3s;
}
.footerInqBtn a:hover span {
	color: #fff;
	transition: all 0.3s;
}
@media screen and (max-width: 1129px) {
	.footer2024 {
		display: block;
	}
	.footerInqBlue {
		display: block;
		padding: 45px 0 50px 0;
		background: #0050af;
	}
	.footerInqWrapper {
		display: block;
		width: calc(100% - 70px);
		margin: 0 auto;
	}
	.footerInqL {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 193.75%;
		font-weight: 600;
		text-align: center;
	}
	.footerInqR {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
		color: #fff;
		font-size: 100%;
	}
	.footerInqR p {
		display: block;
		width: 100%;
	}
	/* .footerInqBtn {
		
	} */
	.footerInqBtn a {
		display: block;
		width: calc(100% - 70px);
		max-width: 400px;
		margin: 20px auto 0 auto;
		padding: 17px 0;
		border-radius: 50px;
		background: #fff url(../images/common/footerInq_arrow.svg) no-repeat calc(100% - 10px) 50%;
		background-size: 20px 20px;
		text-align: center;
	}
	.footerInqBtn a:hover {
		text-decoration: none;
		background: #0a99f3 url(../images/common/footerInq_arrow.svg) no-repeat calc(100% - 10px) 50%;
		background-size: 20px 20px;
		transition: all 0.3s;
	}
	.footerInqBtn a span {
		padding: 0 25px;
		background: url(../images/common/footerInq_mail.svg) no-repeat 0 55%;
		background-size: 20px 14px;
		color: #0050af;
		font-size: 100%;
		font-weight: 600;
		line-height: 1em;
	}
}
.footerMainSky {
	display: block;
	padding: 50px 0;
	background: #ffffff;
	/* background: #e9f4ff; */
}
.footerMainWrapper {
	display: table;
	width: 1100px;
	margin: 0 auto;
}
.footerMainL {
	display: table-cell;
	vertical-align: top;
	/* vertical-align: middle; */
	width: 375px;
	text-align: left;
}
a.footerLogo {
	display: table;
	width: 282px;
	height: 52px;
	margin: 0 auto 0 0;
}
.footerLogoL {
	display: table-cell;
	vertical-align: middle;
	width: 54px;
	height: 52px;
}
.footerLogoL img {
	width: 54px;
	height: 52px;
}
.footerLogoR {
	display: table-cell;
	vertical-align: middle;
	width: 228px;
	height: 52px;
	padding-left: 16px;
}
.footerLogoR img {
	width: 212px;
	height: 24px;
}
a.footerLogo img {
	transition: all 0.3s;
}
a.footerLogo:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
.footerAddress {
	display: block;
	margin-top: 20px;
	font-size: 87.5%;
	line-height: 2em;
}
a.footerMainInq {
	display: block;
	margin-top: 10px;
	padding: 10px 0 10px 38px;
	color: #e11026;
	background: url(../images/common/footerMainInq.svg) no-repeat 0 50%;
	background-size: 30px 30px;
	font-size: 100%;
	font-weight: 600;
}
a.footerMainInq:hover {
	background: url(../images/common/footerMainInq_hover.svg) no-repeat 0 50%;
	background-size: 30px 30px;
	color: #0a97f3;
	text-decoration: none;
}
.footerMain_sns {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左詰め固定 */
  gap: 12px;                   /* YTとXの距離 */
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  width: auto;                 /* セル幅いっぱいにしない */
  text-align: left;
}
.footerMain_sns a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;         /* テキスト折り返し防止 */
}
.footerMain_sns a + a {
	margin-left: 20px;
}
.footerMain_sns a img {
	display: block;
	height: 20px;
	transition: all 0.3s;
}
.footerMain_sns a:hover img {
	opacity: 0.7;
}
.footerMain_sns a:hover {
	color: #0a97f3;
}

a.footerMainYt {
	display: inline-flex;
  	align-items: center;
  	color: #ff0000;
  	font-size: 100%;
  	font-weight: 600;
  	text-decoration: none;
  	margin: 0;
  	padding: 0;
}
a.footerMainYt::before {
  	content: "";
  	display: inline-block;
  	width: 30px; 
  	height: 30px;
	/* background: url(../images/common/footerMain_yt.svg) no-repeat center/contain; */
  	background: url(../images/common/yt_icon_red_digital.png) no-repeat center/contain;
  	margin-right: 6px;
}
a.footerMainYt:hover::before {
  opacity: 0.7;
}

.footerMain_misc {
	display: block;
	margin-top: 15px;
}
.footerMain_misc a {
	color: #000;
	font-size: 87.5%;
}
.footerMain_misc a + a {
	margin-left: 40px;
}
.footerMain_misc a:hover {
	color: #0a98f3;
	text-decoration: none;
}
.footerMainR {
	display: table-cell;
	vertical-align: top;
	width: 725px;
	padding: 5px 0 0 0;
	border-left: 1px solid #0050af;
}
.footerMainRWrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: top;
}
.footerMainRL {
	display: block;
	width: 326px;
	margin-left: 50px;
}
a.footerNavi {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #0050af;
}
a.footerNavi span {
	display: block;
	color: #e11026;
	font-size: 75%;
	line-height: 1em;
}
a.footerNavi b {
	display: block;
	color: #0050af;
	font-size: 100%;
}
a.footerNavi b i {
	display: none;
}
a.footerNavi:hover {
	color: #0a97f3;
	text-decoration: none;
}
a.footerNavi:hover b {
	color: #0a97f3;
}
.footerMainRL ul li ul {
	margin-top: 20px;
}
.footerMainRL ul li ul li {
	display: block;
	margin-bottom: 12px;
	padding-left: 10px;
}
.footerMainRL ul li ul li a {
	color: #070707;
	font-size: 87.5%;
}
.footerMainRL ul li ul li a:hover {
	color: #0a97f3;
	text-decoration: none;
}
.footerMainRR {
	display: block;
	width: 200px;
	margin: 0 99px 0 50px;
}
.footerMainRR ul li {
	display: block;
	margin-bottom: 20px;
}
.footerMainRR a.footerNavi {
	background: url(../images/common/footerMain_bit.svg) no-repeat calc(100% - 10px) calc(100% - 9px);
	background-size: 8px 12px;
	transition: all 0.3s;
}
.footerMainRR a.footerNavi:hover {
	background: url(../images/common/footerMain_bit_sky.svg) no-repeat calc(100% - 10px) calc(100% - 9px);
	background-size: 8px 12px;
	transition: all 0.3s;
}
.footerMainRR p {
	display: none;
}
@media screen and (max-width: 1129px) {
	.footerMainSky {
		display: block;
		padding: 25px 0 0 0;
		background: #ffffff;
		/* background: #e9f4ff; */
	}
	.footerMainWrapper {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.footerMainL {
		display: block;
		width: 100%;
	}
	a.footerLogo {
		display: table;
		width: 231px;
		height: 44px;
		margin: 0 auto;
	}
	.footerLogoL {
		display: table-cell;
		vertical-align: middle;
		width: 45px;
		height: 44px;
	}
	.footerLogoL img {
		width: 45px;
		height: 44px;
	}
	.footerLogoR {
		display: table-cell;
		vertical-align: middle;
		width: 185px;
		height: 44px;
		padding-left: 14px;
	}
	.footerLogoR img {
		width: 171px;
		height: 24px;
	}
	.footerAddress {
		display: block;
		margin-top: 5px;
		font-size: 87.5%;
		line-height: 1.7em;
		text-align: center;
	}
	a.footerMainInq {
		display: block;
		width: 9em;
		margin: 0 auto;
		padding: 10px 0 10px 35px;
		color: #e11026;
		background: url(../images/common/footerMainInq.svg) no-repeat 0 50%;
		background-size: 25px 25px;
		font-size: 100%;
		font-weight: 600;
	}
	a.footerMainInq:hover {
		background: url(../images/common/footerMainInq_hover.svg) no-repeat 0 50%;
		background-size: 25px 25px;
	}
	.footerMain_sns {
		display: block;
		margin-top: 15px;
		text-align: center;
	}
	.footerMain_sns a {
		display: inline-block;
		height: 20px;
	}
	.footerMain_sns a + a {
		margin-left: 25px;
	}
	.footerMain_sns a img {
		display: block;
		height: 20px;
		transition: all 0.3s;
	}

  	a.footerMainYt {
    	display: inline-flex;
    	align-items: center;        /* アイコンと文字の縦位置中央 */
    	justify-content: center;
    	font-size: 95%;
    	line-height: 1;
  	}

  	a.footerMainYt::before {
    	content: "";
    	display: inline-block;
    	width: 24px;
    	height: 24px;
    	/* background: url(../images/common/footerMain_yt.svg) no-repeat center/contain; */
		background: url(../images/common/yt_icon_red_digital.png) no-repeat center/contain;
    	margin-right: 6px;
    	vertical-align: middle;
  	}

	.footerMain_misc {
		display: none;
	}
	.footerMainR {
		display: block;
		width: 100%;
		margin: 25px auto 0 auto;
		padding: 15px 0 0 0;
		border-top: 1px solid #0050af;
		border-left: none;
	}
	.footerMainRWrapper {
		display: block;
		width: 100%;
	}
	.footerMainRL {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	a.footerNavi {
		display: block;
		width: 100%;
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #0050af;
	}
	.footerMainRL a.footerNavi {
		padding-bottom: 5px;
		border-bottom: none;
	}
	a.footerNavi span {
		display: none;
	}
	a.footerNavi b {
		display: block;
		color: #0050af;
		font-size: 87.5%;
	}
	a.footerNavi b i {
		display: inline-block;
		margin-left: 16px;
		color: #e11026;
		font-size: 71.428571%;
		font-style: normal;
		font-weight: 300;
		line-height: 1em;
	}
	.footerMainRL ul li ul {
		margin-top: 0;
	}
	.footerMainRL ul li ul li {
		display: block;
		margin-bottom: 5px;
		padding-left: 20px;
	}
	.footerMainRL ul li ul li a {
		color: #0050af;
		font-size: 75%;
	}
	.footerMainRR {
		display: block;
		width: 100%;
		margin: 15px 0 0 0;
		border-top: 1px solid #0050af;
	}
	.footerMainRR ul li {
		display: block;
		margin-bottom: 0;
	}
	.footerMainRR a.footerNavi {
		background: url(../images/common/footerMain_bit.svg) no-repeat calc(100% - 15px) 50%;
		background-size: 8px 12px;
	}
	.footerMainRR a.footerNavi:hover {
		background: url(../images/common/footerMain_bit_sky.svg) no-repeat calc(100% - 15px) 50%;
		background-size: 8px 12px;
	}
	.footerMainRR p {
		display: block;
		padding: 10px 10px 10px 10px;
	}
	.footerMainRR p a {
		display: inline-block;
		padding: 0px 0;
		margin-bottom: 3px;
		color: #0050af;
		font-size: 75%;
		
	}
}
.footerCopyright {
	display: block;
	padding: 10px 0;
	background: #0050af;
}
.footerCopyright span {
	display: block;
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	font-size: 75%;
}
@media screen and (max-width: 1129px) {
	.footerCopyright {
		display: block;
		padding: 10px 0;
		background: #0050af;
	}
	.footerCopyright span {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
		color: #fff;
		font-size: 75%;
	}
}
.gototop {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: -80px;
	position: relative;
		bottom: 110px;
		left: calc(100vw - 110px);
}
.gototop a {
	display: block;
	width: 80px;
	height: 80px;
}
.gototop a img {
	display: block;
	width: 80px;
	height: 80px;
	transition: all 0.3s;
}
.gototop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
@media screen and (max-width: 1129px) {
	.gototop {
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 0 -60px 0;
		position: relative;
			bottom: 70px;
			left: calc(100vw - 75px);
	}
	.gototop a,
	.gototop a img {
		display: block;
		width: 60px;
		height: 60px;
	}
}
/* ======== form header&footer ======== */

@media screen and (max-width: 1129px) {
	
}
