@charset "utf-8";

/*---------------------------------------------
	Overwrite
  ---------------------------------------------*/
#TopicPath ul {
	padding-bottom: 20px !important;
}

/*---------------------------------------------
	Basic
  ---------------------------------------------*/
.Si {
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.Si * {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	color: inherit;
	-webkit-font-smoothing: antialiased;
}
.Si h1,
.Si h2,
.Si h3,
.Si h4 {
	background-color: transparent;
	background-image: none;
}
.Si a {
	color: #e70422;
}
.Si img {
	display: block;
	vertical-align: top;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.Si .VisibleTB {
	display: none;
}
.Si .VisibleSP {
	display: none;
}
.Si .VisiblePC {
	display: block;
}
.Si .Container {
	margin: 0 auto;
	padding: 0 35px;
	max-width: 1240px;
}
.Si .Btn {
	display: inline-block;
	padding: 1.1em 0 0.9em 0.3em;
	background-color: #ed0000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 125%;
	line-height: 1.2;
	color: #fff;
}
.Si .BtnOutline {
	padding: 0.9em 0 0.7em 0.3em;
	background-color: #fff;
	border: 3px solid #e70422;
	color: #e70422;
}
.Si .Btn span {
	display: inline-block;
	position: relative;
	padding-right: 1.5em;
}
.Si .Btn span i {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	margin-top: -0.6em;
	font-weight: normal;
	font-style: normal;
}
.Si .Btn:hover {
	background-color: #b1000e;
}
.Si .BtnOutline:hover {
	background-color: #e70422;
	color: #fff;
}
.Si .Btn:hover i {
	right: -3px;
}

.Bg-PC {display: block;}
.Bg-SP {display: none;}

@media screen and (max-width: 991px) {
	.Si .Container {
		max-width: 100%;
	}
	.Si .VisiblePC {
		display: none;
	}
	.Si .VisibleSP {
		display: none;
	}
	.Si .VisibleTB {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.Si {
		font-size: 4.266vw; /* 750px幅=32px */
	}
	.Si h1,
	.Si h2,
	.Si h3,
	.Si h4 {
		margin: 0;
	}
	.Si .VisiblePC {
		display: none;
	}
	.Si .VisibleTB {
		display: none;
	}
	.Si .VisibleSP {
		display: block;
	}
	.Si .Container {
		padding: 0;
		width: 85.333%;
	}
	.Si .Btn {
		padding: 0.9em 0 0.7em 0.3em;
		font-size: 118.75%;
	}
	.Si .BtnOutline {
		padding: 0.9em 0 0.7em 0.3em;
		border-width: 1px;
	}
	.Bg-SP {display: block;}
	.Bg-PC {display: none;}
}


/*---------------------------------------------
	Pg
  ---------------------------------------------*/
.Si .Pg {
	margin-top: -30px;
	padding: 0px 0 90px 0;
	background-color: #fff;
	font-weight: bold;
}
.Si .Pg .Head {
}
.Si .Pg .Head h2 {
/*	font-size: 45px;
	font-size: 281.25%;
	line-height: 1.2;*/
    font-size: 45px;
    font-size: 281.25%;
    line-height: 1.2;
    color: #e70422;
	text-align: center;
	padding-bottom: 25px;
}
.Si .Pg .Head p {
	margin-top: 20px;
	font-size: 17px;
	font-size: 106.25%;
	line-height: 1.6;
}

.Si .Pg .Block .Bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.Si .Pg .Block .Info {
    position: relative;
    padding: 20px 25px 25px 25px;
    background-color: #efefef;
    color: #333;
}

.Si .Pg .Block .Info .Text h3 {
	font-size: 20px;
	font-size: 130%;
	line-height: 1.5;
	padding-bottom: 10px;
	color: #e70422;
}
.Si .Pg .Block .Info .Text h3 span {
	display: block;
	color: #e70422;
}

.Si .Pg .Block .Info .Text p {
    font-size: 18px;
    font-size: 110%;
    line-height: 1.5;
	font-weight: normal;
}

.Link {
    margin: 30px 0;
	padding: 0 0 0 0;
}
.Linkv2 {
    margin: 30px 0;
	padding: 0 0 0 0;
}

.Link p {
    font-size: 110%;
    margin-bottom: 10px;
	padding: 0 0 0 0;
}
.Linkv2 p {
    font-size: 110%;
    margin-bottom: 10px;
	padding: 0 0 0 0;
}

.Si .Pg .Block .Info .Btn {
	margin-top: 20px;
	padding: 0.5em 1em 0.3em 1.2em;
	font-size: 16px;
	font-size: 100%;
}
.Si .Pg .BtnWrap {
	margin-top: 60px;
	text-align: center;
}
.Si .Pg .BtnWrap .Btn {
	width: 580px;
}

.Si .Pg .ListVideo {
	padding-top: 20px;
}
.Si .Pg .ListVideo .Block {
	position: relative;
	margin-top: 20px;
}
.Si .Pg .ListVideo .Block .BgSp {
	display: none;
}
.Si .Pg .ListVideo .Block .Container {
	position: relative;
	height: 434px;
}
.Si .Pg .ListVideo .Block .Info {
	position: absolute;
	bottom: 150px;
	left: 35px;
	min-width: 460px;
}
.Si .Pg .ListVideo .Block .Info .Text h3 {
	font-size: 24px;
	font-size: 150%;
	line-height: 1.3;
}
.Si .Pg .ListVideo .BtnPlay {
	display: block;
	position: absolute;
	top: 50%;
	left: 820px;
	margin-top: -90px;
	margin-left: -90px;
}
.Si .Pg .ListVideo .BtnPlay .Icon {
	display: block;
	padding: 12px;
	width: 180px;
	height: 180px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
}
.Si .Pg .ListVideo .BtnPlay span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	width: 100%;
	height: 100%;
	border: 3px solid #222;
	border-radius: 50%;
}
.Si .Pg .ListVideo .BtnPlay span i {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 42px;
	border-color: transparent transparent transparent #222;
}

.Si .Pg .List {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px;
	padding-top: 10px;
}

.Si .Pg .List li {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    margin-top: 40px;
    padding: 0 10px;
}

.Si .Pg .List .Block {
    position: relative;
/*    padding-bottom: 256px;*/
}

.Si .Pg .List img {
    width: 100%;
}

.Linkv2 {
    margin: 30px -50px;
}

@media screen and (min-width: 768px) {
	.Si .Pg .ListVideo .BtnPlay .Icon:hover span {
		border-color: #e70422;
	}
	.Si .Pg .ListVideo .BtnPlay .Icon:hover span i {
		border-color: transparent transparent transparent #e70422;
	}
	
	.Si .Pg .Block .Info .Text p {
    font-size: 17px;
    font-size: 100%;
}
	
.Link {
    max-width: 660px;
	padding: 0 0 0 0;
}
.Linkv2 {
    max-width: 100%;
	margin: 30px -35px;
	padding: 0 0 0 0;
}
.Link p {
    font-size: 110%;
    margin-bottom: 10px;
	padding: 0 0 0 0;
}
.Linkv2 p {
    font-size: 110%;
    margin-bottom: 10px;
	padding: 0 0 0 0;
}
	
}
@media screen and (max-width: 1270px) {
	.Si .Pg .List {
		margin: 0 -10px;
	}
	.Si .Pg .List .Block .Info .Text h3 span br {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.Si .Pg .ListVideo .BtnPlay {
		margin-top: -74px;
		margin-left: -74px;
	}
	.Si .Pg .ListVideo .BtnPlay .Icon {
		padding: 10px;
		width: 148px;
		height: 148px;
	}
	.Si .Pg .ListVideo .BtnPlay span {
		padding-left: 5px;
		border-width: 2px;
	}
	.Si .Pg .ListVideo .BtnPlay span i {
		border-width: 18px 0 18px 32px;
	}
	.Si .Pg .List,.Si .Pg .List {
		margin: 0 auto;
		max-width: 660px;
	}
	.Si .Pg .List li,.Si .Pg .List li {
		flex-basis: 50%;
		max-width: 50%;
	}
	.Si .Pg .BtnWrap .Btn {
		width: 640px;
	}
	.Linkv2 {
		margin:30px auto;
		max-width: 660px;
	}
}
@media screen and (max-width: 767px) {
	.Si .Pg {
		padding: 13% 0;
	}
	.Si .Pg .Head h2 {
		font-size: 156.25%;
	}
	.Si .Pg .Head p {
		margin-top: 1em;
		font-size: 93.75%;
		line-height: 1.6;
	}
	
	.Si .Pg .Block .Info .Text p {
    font-size: 16px;
    font-size: 86.25%;
}
	
	.Si .Pg .ListVideo {
		padding-top: 4%;
	}
	.Si .Pg .ListVideo .Block {
		margin-top: 0.7em;
	}
	.Si .Pg .ListVideo .Block .BgPc {
		display: none;
	}
	.Si .Pg .ListVideo .Block .BgSp {
		display: block;
		padding-top: 56.26%;
		height: 0;
	}
	.Si .Pg .ListVideo .Block .Container {
		width: 100%;
		height: auto;
	}
	.Si .Pg .ListVideo .Block .Info {
		position: static;
		padding: 6.5% 7.333% 7.333% 7.333%;
		min-width: 1px;
		background-color: rgba(0,0,0,1);
	}
	.Si .Pg .ListVideo .Block .Info .Text h3 {
		font-size: 87.5%;
		line-height: 1.4;
	}
	.Si .Pg .ListVideo .Block .Info .Btn {
		margin-top: 0.8em;
		padding: 0.5em 1.5em 0.3em 1.7em;
		font-size: 86%;
	}
	.Si .Pg .ListVideo .BtnPlay {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 56.26%;
		height: 0;
	}
	.Si .Pg .ListVideo .BtnPlay .Icon {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -74px 0 0 -74px;
	}
	.Si .Pg .List,.Si .Pg .List {
		margin: 0 -5px;
		padding-top: 7%;
	}
	.Si .Pg .List li {
		flex-basis: 50%;
		max-width: 50%;
		margin-top: 10px;
		padding: 0 5px;
	}
	.Si .Pg .List .Block {
/*		padding-top: 80%;*/
	}
	.Si .Pg .List .Block .Info {
		padding: 6% 6%;
	}
	.Si.Si .Pg .List .Block .Info .Text h3 {
		font-size: 81.25%;
	}
	.Si .Pg .List .Block .Info .Btn {
		display: block;
		margin-top: 0.5em;
		padding: 0.5em 1em 0.3em 1.2em;
		font-size: 86%;
	}
	.Si .Pg .BtnWrap {
		margin-top: 1.5em;
	}
	.Si .Pg .BtnWrap .Btn {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.Si .Pg .ListVideo .BtnPlay .Icon {
		margin: -2.4em 0 0 -2.4em;
		padding: 0.3em;
		width: 4.8em;
		height: 4.8em;
	}
	.Si .Pg .ListVideo .BtnPlay span {
		padding-left: 0.3em;
	}
	.Si .Pg .ListVideo .BtnPlay span i {
		border-width: 0.7em 0 0.7em 1.1em;
	}
}


/*---------------------------------------------
	Join
  ---------------------------------------------*/
.Si .Join {
	padding: 90px 0;
	text-align: center;
	font-weight: bold;
}
.Si .Join .about {
	font-size: 45px;
	font-size: 281.25%;
	line-height: 1.2;
	color: #e70422;
}

.Si .Join h2 {
	font-size: 38px;
	font-size: 180%;
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 20px;
}

.Si .Join .Lead {
    margin: 40px 90px 0;
    font-size: 17px;
    font-size: 106.25%;
    line-height: 1.8;
    text-align: left;
}
.Si .Join .BtnWrap {
	margin-top: 30px;
}
.Si .Join .BtnWrap .Btn {
	width: 385px;
	background-color: #ed0000 !important;
}
.Si .Join .BtnWrap .Btn span i {
	right: 0 !important;
}

.Si .Join .Lead .movie-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
	margin-top: 30px;
}
.Si .Join .Lead iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    border: 0;
}


@media screen and (max-width: 767px) {
	.Si .Join {
		padding: 13% 0;
		text-align: left;
	}
	.Si .Join .about {
		font-size: 156.25%;
	}
	
.Si .Join h2 {
	font-size: 120%;
}
	
	.Si .Join .Lead {
		margin: 0px 0px 0;
		margin-top: 1.5em;
		font-size: 80%;
		line-height: 1.6;
	}

	.Si .Join .BtnWrap {
		margin-top: 1.5em;
	}
	.Si .Join .BtnWrap .Btn {
		display: block;
		width: 100%;
	}
}


/*---------------------------------------------
	Modal Video
  ---------------------------------------------*/
.modal-video-overlay {
	display: none;
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.modal-video-window,
.modal-video-window * {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	color: inherit;
}
.modal-video-window {
	display: none;
	position: absolute;
	z-index: 9991;
	top: 0;
	left: 50%;
	margin-left: -585px;
	padding: 70px 50px;
	width: 1170px;
}
@media screen and (max-width: 1170px) {
	.modal-video-window {
		left: 0;
		margin: 0;
		width: 100%;
	}
}
.modal-video-window .modal-wrap {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
}
.modal-video-window .modal-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	border: 0;
}
.modal-video-window .modal-video-close {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 60px;
	height: 60px;
	background: transparent url("../image/btn_close.png") 0 0 no-repeat;
	background-size: cover;
	cursor: pointer;
}
.modal-video-window .modal-video-close:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.modal-video-window {
		padding: 50px 0;
	}
	.modal-video-window .modal-video-close {
		right: 10px;
		width: 40px;
		height: 40px;
	}
}




/* [-] for Responsive Web Design
=========================================================================================== */

.RWD {
	display: none;
  }


.Si .More {
	position: relative;
	height: 500px;
	width: 100%;
	margin-bottom: 50px;
	background-color: #E9F4FA;
}
.Si .More h2 {
	font-size: 280%;
	font-weight: bold;
    line-height: 1.2;
    color: #e70422;
    text-align: center;
	width: 100%;
	z-index: 1;
}

.Si .More .Container {
	max-width: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
    top: 0;
	gap: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.Si .More .Container > div {
	font-size: 125%;
	font-weight: bold;
    line-height: 1.75;
    text-align: center;
	width: 100%;
	z-index: 1;
	max-width: 740px;
}


.Si .More img {
	opacity: 0.3;
    width: auto;
    max-width: none;
    height: 100%!important;
	margin-left: 0;
}

@media screen and (min-width: 1305px) {
	.Si .More img {
		margin-left:calc((100vw - 1304px) / 2);
	}
}


.Si .More .Btn {
	z-index: 1;
	align-self: center;
	box-sizing: border-box;
	padding: 0.9em 0.5rem 0.7em 1.5em;
}

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

@media screen and (max-width: 767px) {
	.Si .More h2 {
		font-size: 130%;
	}
	.Si .More .Container {
		width: 100%;
	}
	.Si .More .Container > div {
		font-size: 70%;
	}
	.Si .More .Btn {
		font-size: 60%;
	}
}

@media screen and (max-width: 579px) {
	.Si .More h2 {
		font-size: 150%;
	}
	.Si .More .Container > div {
		font-size: 80%;
	}
	.Si .More .Container {
		gap: 30px;
	}
	.Si .More {
		height: 360px;
	}
}



/*---------------------------------------------
	Branding
  ---------------------------------------------*/
.Branding {
display: flex;
position: relative;
width: 100%;
height: 100%;
min-width: 320px;
min-height: clamp(260px, 260px + (100vw - 400px) * 0.5, 600px);
margin: 0 auto;
box-sizing: border-box;
--arrow-size: 48px;
z-index: 0;
}

.Branding .BrandingBg {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
}

.Branding .BrandingBg img,
.OptionWideRWD #Contents .Branding .BrandingBg img {
width: 100%;
height: 100%;
vertical-align: bottom;
-o-object-fit: cover;
object-fit: cover;
}

.Branding .Container {
display: flex;
flex-direction: column;
align-items: center;
align-self: center;
justify-content: center;
width: var(--content-width);
margin-right: auto;
margin-left: auto;
}

.Branding .Container img {
  width: 830px;
  margin:0 auto;
}

.Si .Branding .BrandingBg img.ShowRWD{
display: none;
}

.BrandingTitle .TextStyle1{
margin-top: 20px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 1.5;
font-size: clamp(1rem, 2.8vw, 1.75rem);
filter: drop-shadow(0 0 4px #000);
}

.BrandingTitle .TextStyle2{
margin-top: 16px;
color: #fff;
text-align: center;
line-height: 1.5;
font-size: clamp(1rem, 1.3vw, 1.25rem);
font-weight: bold;
filter: drop-shadow(0 0 4px #000);
}

@media screen and (min-width: 768.02px), print {
.Branding .Container{
padding-top: 40px;
padding-right: calc(var(--arrow-size) + 24px);
padding-bottom: 40px;
padding-left: calc(var(--arrow-size) + 24px);
}
}

@media screen and (max-width: 768px) {
.Branding .Container{
padding-top: 20px;
padding-right: calc(var(--arrow-size) - 13px);
padding-bottom: 20px;
padding-left: calc(var(--arrow-size) - 13px);
}
.Si .Branding .Container{
margin-top:auto;
margin-bottom:40px;
}

.Branding .Container img {
width: 830px;
}

.Si .Branding .BrandingBg img.ShowRWD{
display: block;
max-width: 100%;
height: auto;
}

.Si .Branding .Container img.HideRWD{
display: none;
}

.BrandingTitle .TextStyle2{
display: none;
}

}