@charset "UTF-8";
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}
body {
	line-height: 1.7;
	color: #333333;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.6rem;
}
.spOnly {
	display: none;
}
img {
	vertical-align: bottom;
	width: 100%;
}
#mv h1,.mv_scroll,h2,h3,#toc2 .name-box,#toc5 .name-box,.btn,button,#toc1 p,#toc8 .tx,.sub{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
}
h2 {
	font-size: 4rem;
	text-align: center;
	color: #112d5c;
	margin-bottom: 50px;
}
h2 .english{
	font-size: 4rem;
	color: #a6abb9;
	font-family: "altesse-std-24pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	margin-bottom: -20px;
}
h3 {
	font-size: 3rem;
	color: #112d5c;
	margin-bottom: 50px;
}
#mv,#toc1,#toc3,#toc5,#toc7,
#mv h2,#toc1 h2,#toc3 h2,#toc5 h2,#toc7 h2,
#mv h3,#toc1 h3,#toc3 h3,#toc5 h3,#toc7 h3{
	color: #fff;
}
#toc1{
	background: rgb(29,44,91);
	background: linear-gradient(0deg, rgba(29,44,91,1) 0%, rgba(65,80,127,1) 100%);
	background-blend-mode: overlay;
}
#toc3,#toc5,#toc7{
	background: rgb(29,44,91);
	background: linear-gradient(0deg, rgba(65,80,127,1) 0%, rgba(29,44,91,1) 50%,rgba(65,80,127,1) 100%);
	background-blend-mode: overlay;
}
#toc1 .inner,#toc2,#toc3 .inner,#toc4,#toc5 .inner,#toc6,#toc7 .inner,#toc8,footer{
	max-width: 1160px;
	margin: 0 auto;
	padding: 100px 0;
}
#toc1,#toc8,footer {
	text-align: center;
}
.btn {
	color: #fff;
	background: rgb(183,1,26);
	background: linear-gradient(135deg, #cb001c 0%, #4d0812 100%);
	padding: 10px 50px;
	font-size: 3rem;
	display: inline-block;
	transition: background 0.5s ease;
}
.column {
	display: flex;
	justify-content: space-between;
}
.column + .column {
	margin-top: 100px;
}
.im-box {
	width: 53%;
}
.tx-box {
	width: 43%;
}
.small{
	font-size: 1.2rem;
}
.sub {
    color: #112d5c;
	position: relative;
	padding-left: 30px;
}
.sub::before {
	width: 25px;
	height: 1px;
	content: "";
	position: absolute;
	background-color: #112d5c;
	left: 0;
	top: 50%;
}
#mv {
	position: relative;
}
#mv .mv_frame {
	max-width: 1160px;
	margin: 0 auto;
}
#mv .logo_w{
	position: absolute;
    top: 10%;
	transform: translateY(-50%);
}
#mv .mv_tx {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#mv h1{
	font-size: 7rem;
	color: #fff;
	text-shadow: 3px 3px 5px #112d5c;
	margin-bottom: 30px;
	line-height: 1.5;
}
.mv_scroll {
    position: absolute;
    bottom: 0;
    right: 20%;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 1.4rem;
    overflow: hidden;
    width: 20px;
    height: 160px;
    color: #fff;
    z-index: 4;
}
.mv_scroll:before {
    position: absolute;
    width: 1px;
    content: "";
    display: block;
    background-color: #fff;
    left: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-animation-name: scrollAnim;
    animation-name: scrollAnim;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 160px;
}
@keyframes scrollAnim {
	0% {
		top: -156px;
	}
	45% {
		top: 0;
	}
	70% {
		top: 160px;
	}
	100% {
		top: 160px;
	}
}
#toc1 h2 {
	margin-bottom: 50px;
}
#toc2 .tx-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#toc2 .name-box {
	color: #112d5c;
	text-align: right;
	background: rgb(237,239,245);
	background: linear-gradient(90deg, rgba(237,239,245,1) 0%, rgba(255,255,255,1) 100%);
	padding: 5px 20px;
}
#toc2 .name,#toc5 .name {
	font-size: 2.4rem;
	margin-left: 15px;
}
#toc2 .sub {
	font-size: 2rem;
	margin: -40px 0 50px;
}
#toc3 .column:first-of-type .im-box{
	width: auto;
	text-align: center;
}
iframe {
	max-width: 100%;
}
#toc3 .column:first-of-type .tx-box{
	width: 51%;
}
#toc3 .details {
	margin: 0 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#toc3 .details li {
	width: 48%;
	display: flex;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#toc3 .details li:nth-of-type(n+3) {
	margin-top: 30px;
}
#toc3 .details li .ttl {
	width: 30%;
	padding-left: 20px;
}
#toc3 .img {
	max-width: 800px;
	margin: 100px auto;
}
#toc4 .im-box {
	width: 34%;
}
#toc4 .tx-box {
	width: 62%;
}
#toc4 h3 {
	margin-bottom: 20px;
}
#toc4 .name-box {
	display: flex;
	justify-content: space-between;
}
#toc4 .name-box + .name-box {
	margin-top: 20px;
}
#toc4 span[class^="tag-"] {
	padding: 2px 0;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	width: 85px;
	text-align: center;
}
#toc4 .tag-s {
	color: #800000;
	border: 1px solid #800000;
}
#toc4 .tag-b {
	color: #112d5c;
	border: 1px solid #112d5c;
}
#toc4 .name-box h4 {
	margin-top: 3px;
	width: 87%;
}
#toc4 .name {
	font-weight: bold;
}
#toc4 .tx {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 3px dotted #cccccc;
}
#toc4 .detail_btn {
	text-align: right;
	margin-top: 30px;
}
#toc4 .detail_btn a {
    padding: 1rem 4rem 1rem 3rem;
	color: #112d5c;
    border: 0.1rem solid #112d5c;
    border-radius: 100rem;
    text-align: center;
    font-weight: 500;
    position: relative;
	font-size: 1.8rem;
}
#toc4 .detail_btn a::after {
	width: 1.5rem;
    height: 1.5rem;
    margin: auto;
    border-right: 0.25rem solid #112d5c;
    border-bottom: 0.25rem solid #112d5c;
    transform: rotate(-45deg);
    top: 0;
    right: 2rem;
    bottom: 0;
    z-index: 1;
	position: absolute;
	content: "";
}
#toc5 .im-box {
	width: 48%;
}
#toc5 .name-box {
	margin-top: 10px;
}
#toc5 .bt-box {
	display: flex;
	justify-content: space-between;
}
#toc6 {
	text-align: center;
}
#toc6 section + section {
	margin-top: 100px;
}
#toc6 h2 {
	margin-bottom: 30px;
	font-size: 3rem;
}
#toc6 .img {
	margin-top: 30px;
}
#toc6 .column {
	justify-content:center; 
}
#toc6 .column .crown {
	width: 22%;
}
#toc6 .column .crown + .crown {
	margin-left: 50px;
}
#toc6 .tx {
	font-size: 1.2rem;
	margin-top: 20px;
	text-align: center;
}
#toc7 table {
	width: 100%;
}
#toc7 table tr {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#toc7 table tr:last-of-type {
	border-bottom: 1px solid #ffffff;
}
#toc7 table th{
	width: 20%;
	background-color: #112d5c;
	padding: 20px 30px;
	text-align: left;
}
#toc7 table td{
	width: 80%;
	background-color: #ffffff;
	color: #333333;
	padding: 20px 30px;
	border-bottom: 1px solid #112d5c;
}
#toc7 table tr:last-of-type td {
	border: none;
}
#toc7 table .link {
	color: #0092D3;
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
}
#toc7 .btn {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
#toc8 .logo {
	width: 32%;
	margin: 0 auto;
}
#toc8 .tx {
	font-size: 2.4rem;
	margin: 50px 0;
	color: #112d5c;
}
footer {
	padding: 50px 0 25px;
	color: #112d5c;
	font-size: 1.2rem;
}
.modal-open{
	cursor: pointer;
	display: flex;
}
#toc2 .modal-open{
	margin-top: 50px;
	color: #112d5c;
	align-self: flex-end;
}
#toc5 .modal-open {
	color: #ffffff;
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 1;
}
.modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}
.modal.is-active{
	opacity: 1;
	visibility: visible;
}
.modal-container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
}
.modal-close {
	position: relative;
	cursor: pointer;
	background: #152E5F;
}
.modal-close:before {
    transform: rotate(-45deg);
}
.modal-close:after {
    transform: rotate(45deg);
}
.modal-close:before, .modal-close:after {
    content: "";
    width: 36px;
    height: 3px;
    background: #152E5F;
    display: block;
	top: 40px;
	right: 30px;
    position: absolute;
}
.modal-content{
	background: #fff;
	text-align: left;
	line-height: 1.8;
	padding: 60px 80px;
	color: #333;
}
.modal-content p{
	margin: 12px 0;
}
.modal h2 {
	text-align: left;
	font-size: 3rem;
	margin: 20px 0;
}
.modal h2 .post {
	font-size: 2.4rem;
	margin-left: 20px;
}
.modal h2 .years {
	display: block;
	font-size: 2rem;
}
.modal h3 {
	font-size: 2rem;
	margin: 20px 0;
	background: linear-gradient(90deg, rgba(210, 213, 222, .3) 0%, rgba(0, 0, 0, 0) 10%);
	padding: 5px 12px;
}
.modal .sub {
	font-size: 1.8rem;
    margin: -12px 0 20px;
}
.plus {
	width: 37px;
	height: 37px;
	border: 1px solid #152E5F;
	background: transparent;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	margin-left: 9px;
	margin-top: -8px;
	transition: 0.3s all;
}
.plus::before,
.plus::after{
	content: "";
	background: #152E5F;
	position: absolute;
	top: 17px;
	left: 10px;
	display: block;
}
.plus::before {
	width: 14px;
	height: 1px;
}

.plus::after {
	width: 1px;
	height: 14px;
	left: 17px;
	top: 10px;
}
#toc5 .plus {
	border: 1px solid #ffffff;
	align-self: flex-end;
}
#toc5 .plus::before, #toc5 .plus::after {
	background: #ffffff;
}
@media screen and (min-width: 767px),print{
	.btn:hover {
		background: linear-gradient(135deg, #4d0812 0%, #cb001c 100%);
	}
	#toc2 .modal-open:hover .plus{
		background: #112d5c;
	}
	#toc2 .modal-open:hover .plus::before, #toc2 .modal-open:hover .plus::after{
		background: #ffffff;
	}
	#toc4 .detail_btn a:hover {
		background: #F3F7FA;
	}
	#toc5 .modal-open:hover.plus {
		background: #ffffff;
	}
	#toc5 .modal-open:hover.plus::before, #toc5 .modal-open:hover.plus::after {
		background: #112d5c;
	}
}
@media screen and (max-width: 767px){
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	body {
		font-size: 1.5rem;
	}
	h2 .english {
		font-size: 3rem;
		margin-bottom: -15px;;
	}
	h2 {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 2rem;
		margin: 20px 0;
	}
	#toc1 .inner, #toc2, #toc3 .inner, #toc4, #toc5 .inner, #toc6, #toc7 .inner, #toc8, footer {
		max-width: none;
		margin: 0 auto;
		padding: 50px 20px;
	}
	.btn {
		font-size: 1.7rem;
		padding: 10px 20px;
	}
	.column {
		flex-direction: column;
	}
	.column + .column {
		margin-top: 50px;
	}
	.im-box,.tx-box,#toc3 .column:first-of-type .tx-box,#toc4 .im-box,#toc4 .tx-box,#toc5 .im-box {
		width: 100%;
	}
	#mv .logo_w{
		left: 4%;
		width: 200px;
	}
	#mv .mv_tx {
		left: 4%;
		top: 55%;
	}
	#mv h1 {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.mv_scroll {
		display: none;
	}
	#toc1 h2 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
	#toc2 .column:nth-of-type(2n) .im-box,#toc3 .column:last-of-type .im-box{
		order: -1;
	}
	#toc2 .name{
		font-size: 1.8rem;
		margin-left: 10px;
	}
	#toc2 .sub {
		font-size: 1.8rem;
		margin: -15px 0 20px;
	}
	#toc5 .name {
		font-size: 2rem;
	}
	#toc3 .details {
		display: block;
		margin: 0;
	}
	#toc3 .details li {
		width: 100%;
		margin-top: 20px;
	}
	#toc3 .details li:last-of-type {
		border: none;
	}
	#toc3 .details li .ttl {
		padding-left: 10px;
	}
	#toc3 .img {
		margin: 50px auto;
	}
	#toc4 span[class^="tag-"] {
		width: 80px;
		margin-right: 7px;
	}
	#toc4 .tx {
		margin-top: 15px;
		padding-top: 20px;
	}
	#toc5 .column .im-box + .im-box {
		margin-top: 50px;
	}
	#toc5 .name-box {
		text-align: left;
	}
	#toc6 {
		text-align: left;
	}
	#toc6 section + section{
		margin-top: 50px;
	}
	#toc6 h2 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#toc6 .img {
		margin-top: 15px;
	}
	#toc6 .column {
		flex-direction: row;
	}
	#toc6 .column .crown + .crown {
		margin-left: 30px;
	}
	#toc6 .column .crown {
		width: 40%;
	}
	#toc6 .tx {
		font-size: 1rem;
		margin-top: 15px;
		text-align: left;
	}
	#toc7 table tr {
		border: none;
		display: flex;
		flex-direction: column;
	}
	#toc7 table th {
		width: 100%;
		padding: 8px 15px;
	}
	#toc7 table td {
		width: 100%;
		border: none;
		padding: 15px;
	}
	#toc7 table tr:last-of-type {
		border: none;
	}
	#toc7 .btn {
		font-size: 2rem;
	}
	#toc8 .logo {
		width: 80%;
	}
	#toc8 .btn {
		font-size: 2.5rem;
	}
	#toc8 .tx {
		font-size: 2rem;
	}
	footer {
		font-size: 1rem;
		padding: 50px 0 25px;
	}
	#toc2 .modal-open {
		margin-top: 20px;
	}
	.modal-close:before, .modal-close:after {
		top: 35px;
		right: 20px;
	}
	.modal-container {
		width: 98%;
	}
	.modal-content {
		padding: 70px 20px 20px;
	}
	.modal h2 {
		font-size: 2.5rem;
	}
	.modal h2 .post,.modal h2 .years {
		font-size: 1.6rem;
	}
	.modal h2 .post {
		margin-left: 0;
		display: block;
	}
	.modal h3 {
		font-size: 1.8rem;
		padding: 5px 10px;
	}
	.modal .sub {
		font-size: 1.5rem;
	}
}