@charset "utf-8";
/*================================================
 CSS Ver.3.00
=================================================*/

/*------------------------------------------------
	Setting
-------------------------------------------------*/

/*
	font-family: "Anton", sans-serif;
*/

/*
	#172d5a
	#254fa3
	#F5F5F5
*/



body {
	color: #333333;
	background-color: #172d5a;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "Helvetica Neue",Arial,Meiryo,sans-serif;;
	font-feature-settings: "palt";
	border: none;
	background-size: auto;
}


.pc {
}

.smp {
	display: none;
}

@media (max-width: 768px) {
.pc {
	display: none;
}

.smp {
	display: block;
}
}
	
	
/*------------------------------------------------
	Header
-------------------------------------------------*/

#navi {
	font-size: 2.0em;
	font-family: "Anton", sans-serif;
	position: fixed;
	top: 0;
	width: 100%;
	background: #172d5a;
	color: #FFFFFF;
	z-index: 2000;
	display: flex;
	align-items: center;
	padding: 0.3em;
}

@media (max-width: 768px) {
#navi {
	font-size: 0.8em;
	top: auto;
	bottom: 0;
	padding: 0.2em 0.5em;;
}
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

nav ul {
	display: flex;
	gap: 0.5em;
}



/*------------------------------------------------
	Top Image
-------------------------------------------------*/

#topimage {
	height: 90vh;
	display: grid;
	place-items: center;
	border-top: 1px solid #254fa3;
	border-bottom: 1px solid #254fa3;
	background-image: url("../image_common/topimage.jpg");
	background-position: center;
	background-size: cover;
}

#topimage h1 {
	color: #172d5a;
	font-size: 5.0em;
	font-family: "Anton", sans-serif;
	text-align: center;
	padding-bottom: 0.7em;
}

#topimage h2 {
	color: #172d5a;
	font-size: 3.07em;
	font-family: "Anton", sans-serif;
	text-align: center;	
	padding-bottom: 0.9em;
}

#topimage h3 {
	color: #172d5a;
	font-size: 3.72em;
	font-family: "Anton", sans-serif;
	text-align: center;
}

@media (max-width: 768px) {
#topimage h1 {
	font-size: 6.8em;
	padding-bottom: 0.4em;
}
#topimage h2 {
	font-size: 1.2em;
	padding-bottom: 0;
}
}


/*------------------------------------------------
	Contents
-------------------------------------------------*/

section {
	width: 100%;
	padding-left: 1.0em;
}

.box_wrap {
	border-bottom: 1px solid #254fa3;
	border-left: 1px solid #254fa3;
	padding-bottom: 2.0em;
}

.box {
	width: 100%;
	padding: 2.0em 2.0em 0 1.5em;
}

@media (max-width: 768px) {
.box {
	padding: 1.0em 1.0em 0 1.0em;
}
}

.box h1 {
	color: #172d5a;
	font-size: 3.0em;
	font-family: "Anton", sans-serif;
	margin-bottom: 0.1em;
	padding-bottom: 0.25em;
	border-bottom: 8px solid #172d5a;
}

@media (max-width: 768px) {
.box h1 {
	font-size: 1.5em;
	padding-bottom: 0;
	border-bottom: 4px solid #172d5a;
}
}

.box h2 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: "Anton", sans-serif;
	display: flex;
	align-items: center;
	background-color: #172d5a;
	margin-bottom: 0.5em;
	padding: 0.3em;
}

@media (max-width: 768px) {
.box h2 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
}

.border_box {
	width: 100%;
	padding: 0.5em;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #172D5A;
}

.navi_sub {
	display: flex;
	gap: 0.8em;
	justify-content: flex-end;
}

.navi_sub li {
	color: #172d5a;
	font-family: "Anton", sans-serif;
	font-size: 1.4em;
}

@media (max-width: 768px) {
.navi_sub li {
	font-size: 1.0em;
}
}

.list_link {
	padding-bottom: 0.5em;
}



.flex_box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1.0em;
	padding: 0 1.0em;
}

@media (max-width: 768px) {
.flex_box{
	flex-direction: column;
	gap: 0.3em;
}
}

.flex_box2 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1.0em;
}

@media (max-width: 768px) {
.flex_box2 {
	flex-direction: column;
	gap: 0.3em;
}
}

.flex_box2 div {
	flex: 1;
}

.flex_basis20 {
	width: 20%;
}

.flex_basis40 {
	width: 40%;
}

.flex_basis80 {
	width: 80%;
}

@media (max-width: 768px) {
.flex_basis20, .flex_basis40, .flex_basis80 {
	width: 100%;
}
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }
.order6 { order: 6; }

@media (max-width: 768px) {
.order2 { order: 1; }
.order3 { order: 2; }
.order4 { order: 3; }
.order5 { order: 4; }
.order6 { order: 5; }
.order1 { order: 6; }
}


.border_bottom {
	border-bottom: 1px solid #FFFFFF;
}

.middle_image {
	height: 30vh;
	border-left: 1px solid #254fa3;
	border-bottom: 1px solid #254fa3;
	padding-bottom: 2.0em;
	background-image: url("../image_common/middleimage.jpg") ;
	display: grid;
	place-items: center;
	background-position: right;
	background-size: cover;
}

.bottom_image {
	height: 50vh;
	border-left: 1px solid #254fa3;
	padding-bottom: 2.0em;
	background-image: url("../image_common/topimage.jpg") ;
	display: grid;
	place-items: center;
	background-position: center;
	background-size: cover;
}


.table_01 {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.table_01 th, .table_01 td {
	padding: 1.0em;
	vertical-align: middle;
}

.table_01 th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	position: relative;
	background-color: #172d5a;
}

@media (max-width: 768px) {
.table_01 th {
	font-size: 0.8em;
	max-width: 10.0em;
	line-height: 1.0em
}
}

.table_01 td {
	background-color: #FFFFFF;
}

@media (max-width: 768px) {
.table_01 td {
	font-size: 0.8em;
	line-height: 1.2em
}
}


.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  margin: 0 auto;
}

.video iframe {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/*------------------------------------------------
	Footer
-------------------------------------------------*/

footer {
	color: #FFFFFF;
	background-color: #172d5a;
	text-align: center;	
	padding: 0.3em 0;
	border-top: 1px solid #254fa3;
}

@media (max-width: 768px) {
footer {
	padding: 0.3em 0 2.0em 0;
}
}


/*------------------------------------------------
	BG
-------------------------------------------------*/

.bg_01 {
	background-color: #F5F5F5;
}

.dot_01 {
	background-image: url("../image_common/dot_01.png");
	background-attachment: fixed;
}


/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.font_s {
	font-size: 0.8em;
}

.font_l {
	font-size: 1.3em;
}

.tnr {
	font-family: "Times New Roman", serif;
}

small {
	font-size: 0.8em;
}


/*------------------------------------------------
	Float
-------------------------------------------------*/

.float_l50 {
	width: 50%;
	padding: 0 1.5em 0 0;
	float: left;
}

.float_r50 {
	width: 50%;
	padding: 0 0 0 1.5em;
	float: right;
}


/*------------------------------------------------
	Space
-------------------------------------------------*/

.padding_l5 {
	padding-left: 0.5em;
}

.padding_r2 {
	padding-right: 0.2em;
}

.padding_r5 {
	padding-right: 0.5em;
}

.margin_5 {
	margin-bottom: 0.5em!important;
}

.margin_10 {
	margin-bottom: 1.0em!important;
}

.padding_5 {
	padding-bottom: 0.5em;
}

.padding_10 {
	padding-bottom: 1.0em;
}

/*------------------------------------------------
	Link
-------------------------------------------------*/

a {
	color: #FFFFFF;
	text-decoration: none;
	transition: color 0.2s;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #a9c5ff;
}

a:active {
	color: #a9c5ff;
}

.navi_sub a {
	color: #172d5a;
	text-decoration: none;
	transition: color 0.2s;
}

.navi_sub a:visited {
	color: #172d5a;
}

.navi_sub a:hover {
	color: #254fa3;
}

.navi_sub a:active {
	color: #254fa3;
}

