@charset "utf-8";

/* ==============================================
  header
============================================== */
header {
	padding: 0;
	background: #fff;
}
header .inner {
	padding: 0;
	position: relative;
}
header .main_logo {
	position: absolute;
	top: 38%;
	left: 0;
}
header .main_logo {
	width: 47%;
}
header .main_logo a {
	width: 100%;
	display: block;
}
header .main_logo a img {
	width: 100%;
}
header ul.flex_logo {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
header ul.flex_logo {
	margin: 0 0 0 50%;
	padding: 30px 0;
	width: 50%;
}
header ul.flex_logo li {
	margin-left: 20px;
}
header ul.flex_logo li:nth-child(1) {
  margin-right: -15px;
}
header ul.flex_logo li span {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9;
	text-align: right;
	white-space: nowrap;
	vertical-align: text-bottom;
}
.en header ul.flex_logo li span {
	font-size: 1.4rem;
	line-height: 1.3;
	vertical-align: bottom;
}
header ul.flex_menu {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #ececec;
}
header ul.flex_menu li {
	margin: 0;
	padding: 0;
}
header ul.flex_menu li a {
	padding: 20px 30px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.07em;
	position: relative;
	text-align: center;
}
.en header ul.flex_menu li a {
	letter-spacing: 0.02em;
}
header ul.flex_menu li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 1px;
  background: #cccccc;
}
header ul.flex_menu li:last-child a::after{
	display: none;
}

@media screen and (min-width: 768px) {
	header ul.flex_menu li a br {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	header .inner {
	padding: 0 2vw;
	}
	header .main_logo {
	  top: 36%;
	  left: 3vw;
	}
	header ul.flex_logo li span {
    font-size: 1.4rem;
	}
	header ul.flex_menu li a {
	  padding: 20px 15px;
	}
}

@media screen and (max-width: 767px) {
	header {
	padding: 0;
	}
	header .inner {
	padding: 0;
	}
	header .main_logo {
		position: initial;
		width: 70%;
		margin-left: 4%;
		padding-top: 4vw;
	}
	header ul.flex_logo {
		-webkit-justify-content: left;
		justify-content: left;
		margin: 0 auto;
		padding: 3vw 0;
		width: 92%;
	}
	header ul.flex_logo li {
		margin-left: 3vw;
	}
	header ul.flex_logo li:nth-child(1) {
		margin-left: 0;
		margin-right: 0;
	}
	header ul.flex_logo li span {
		font-size: 2.67vw;
	}
	.en header ul.flex_logo li span {
		font-size: 0.9rem;
		line-height: 1;
	}
	header ul.flex_menu li a {
		padding: 2vw 4vw;
		font-size: 1.2rem;
		letter-spacing: 0;
		text-align: center;
		line-height: 1.5;
	}
	.en header ul.flex_menu li a {
		padding: 2vw 2vw;
	}
	header ul.flex_menu li a::after{
	  height: 2em;
	}
}


body {
	font-family: Verdana, sans-serif;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
}
main {
	position: relative;
}
main img {
	width: 100%;
	min-width: initial;
	max-width: initial;
	height: initial;
}
main p {
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none !important;
	}
}

/* ==============================================
	btn_lang
============================================== */
.btn_lang {
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 1;
}
.btn_lang a {
	position: relative;
	display: block;
	padding: 0.75em 1.09em 0.75em 30px;
	font-size: 1.4rem;
	font-weight: 700;
	background: #fff;
	border: 1px solid #003479;
}
.btn_lang a::before {
	position: absolute;
	top: 42%;
	left: 8px;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #003479;
	border-right: 1px solid #003479;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1080px) {
	.btn_lang {
		left: 60px;
	}
}
@media screen and (max-width: 767px) {
	.btn_lang {
		top: 7vw;
		left: 7vw;
	}
	.btn_lang a {
		padding-left: 5.6vw;
		font-size: 2.67vw;
	}
	.btn_lang a::before {
		left: 0.8vw;
		width: 1.4vw;
		height: 1.4vw;
	}
}

/* ==============================================
	lead
============================================== */
.lead {
	background: #77b4ee;
	padding:30px 0; 
}
.lead .inner {
	background: #fff;
	padding: 80px 30px 40px;
	border-radius: 5px;
	position: relative;
}
.lead .lead_title {
	color: #003479;
	font-weight: bold;
	font-size: 4.4rem;
}
.en .lead .lead_title {
	font-size: 3.8rem;
	line-height: 1.4;
	padding-right: 27%;
}
.lead .lead_lead {
	color: #003479;
	font-weight: bold;
	font-size: 2rem;
	padding-top: 15px;
	width: 70%;
}
.lead .lead_text {
	font-size: 1.4rem;
	padding-top: 20px;
}
.en .lead .lead_text {
	width: 75%;
}
.lead .lead_text span {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.lead .lead_img {
	position: absolute;
	top: 90px;
	right: 30px;
	width: 23%;
}
@media screen and (max-width: 1080px) {
	.lead {
		padding:30px 30px; 
	}
	.lead .lead_title {
		font-size: 4rem;
	}
	.en .lead .lead_title {
		font-size: 3.6rem;
	}
	.lead .lead_lead br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.lead {
		padding:4vw; 
	}
	.lead .inner {
		padding: 14vw 3vw 4vw;
		width: auto;
	}
	.lead .lead_title {
		font-size: 5.5vw;
	}
	.en .lead .lead_title {
		font-size: 4.5vw;
		padding-right: 20%;
	}
	.lead .lead_lead {
		font-size: 1.6rem;
		padding-top: 5vw;
		width: 100%;
		line-height: 1.6;
	}
	.lead .lead_text {
		font-size: 1.2rem;
		padding-top: 4vw;
	}
	.en .lead .lead_text {
		width: 100%;
	}
	.lead .lead_text span {
		font-size: 1.4rem;
	}
	.lead .lead_img {
		position: absolute;
		top: 3vw;
		right: 3vw;
		width: 20%;
	}
}

/* ==============================================
	main_report
============================================== */
.main_report {
	padding: 80px 0;
}
.main_report .inner {
	padding: 0 30px;
}
.main_report p {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 40px;
}
.main_report p span {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.main_report p span {
		font-size: 1.8rem;
	}
	.main_report .cover {
		overflow: hidden;
	}
	.main_report .main_report_images02 {
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.main_report .main_report_images02 img {
		width: 49%;
	}
	.main_report .main_report_images03 {
		width: 40%;
		float: right;
		margin-top: 55px;
	}
	.main_report .left01 {
		width: 55%;
		float: left;
	}
	.main_report .main_report_images04 {
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.main_report .main_report_images04 img {
		width: 49%;
	}
	.main_report .main_report_images05 {
		width: 50%;
		float: left;
		margin-top: 70px;
	}
	.main_report .right01 {
		width: 45%;
		float: right;
	}
	.main_report .main_report_images06 {
		width: 35%;
		float: right;
		margin-top: 100px;
	}
	.main_report .left02 {
		width: 60%;
		float: left;
	}
	.main_report .main_report_images07 {
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.main_report .main_report_images07 img {
		width: 49%;
	}
	.main_report .main_report_images08 {
		float: right;
		width: 45%;
		margin: 60px 0 10px 50px;
	}
}
@media screen and (max-width: 767px) {
	.main_report {
		padding: 8vw 0;
	}
	.main_report .inner {
		padding: 0 4vw;
	}
	.main_report p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-top: 4vw;
	}
	.main_report p span {
		font-size: 1.6rem;
	}
	.main_report .main_report_images02 img {
		margin-top: 4vw;
	}
	.main_report .main_report_images03 {
		margin-top: 4vw;
	}
	.main_report .main_report_images04 img {
		margin-top: 4vw;
	}
	.main_report .main_report_images05 {
		margin-top: 4vw;
	}
	.main_report .main_report_images06 {
		margin-top: 4vw;
	}
	.main_report .main_report_images07 {
		margin-top: 4vw;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.main_report .main_report_images07 img {
		width: 49%;
	}
	.main_report .main_report_images08 {
		float: right;
		width: 50%;
		margin: 8vw 0 1vw 3vw;
	}
}

/* ==============================================
	history
============================================== */
.history {
	padding-bottom: 80px;
}
.history .inner {
  border: 1px solid #003479;
  padding: 30px 50px 50px; 
}
.history .history_title {
	color: #003479;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.history .history_title span {
	font-size: 3.4rem;
	display: block;
}
.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #E0DED9;
  width: 100%;
}
.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dotted #E0DED9;
  width: 100%;
}
.history dl dt {
	padding: 1.5rem 0 1.5rem 4rem;
	width: 20%;
	background-color: #f6f6f6;
	border-bottom: 1px dotted #E0DED9;
	line-height: 1.8;
	font-size: 1.6rem;
}
.history dl dd {
	border-bottom: 1px dotted #E0DED9;
	padding: 1.5rem 0 1.5rem 4rem;
	width: 80%;
	box-sizing: border-box;
	line-height: 1.8;
	font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
	.history {
		padding: 0 30px 60px; 
	}
	.history .inner {
	  padding: 3vw 3vw; 
	}
	.history .history_title {
		font-size: 2rem;
		margin-bottom: 3vw;
	}
	.history .history_title span {
		font-size: 3rem;
	}
	.history dl dt {
		padding: 1.5rem 0 1.5rem 2rem;
		width: 20%;
		font-size: 1.4rem;
	}
	.history dl dd {
		padding: 1.5rem 0 1.5rem 2rem;
		width: 80%;
		font-size: 1.4rem;
	}
}
@media screen and (max-width:767px){
	.history {
		padding: 0 4vw 8vw; 
	}
	.history .inner {
	  padding: 3vw 3vw;
	  width: auto;
	}
	.history .history_title {
		font-size: 1.5rem;
		margin-bottom: 3vw;
	}
	.history .history_title span {
		font-size: 2.4rem;
	}
	.history dl dt {
		padding: 1rem 0 1rem 1rem;
		width: 27%;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.history dl dd {
		padding: 1rem 0 1rem 1rem;
		width: 73%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

/* ==============================================
	history_s
============================================== */
.history_s {
	width: 45%;
	float: right;
	margin: 40px 0 40px 4%;
}
.history_s .history_inner {
  border: 1px solid #003479;
  padding: 20px 10px; 
}
.history_s .history_title {
	color: #003479;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.history_s .history_title span {
	font-size: 2.4rem;
	display: block;
}
.history_s dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #E0DED9;
  width: 100%;
}
.history_s dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dotted #E0DED9;
  width: 100%;
}
.history_s dl dt {
	padding: 1.5rem 0.5rem 1.5rem 1rem;
	width: 22%;
	background-color: #f6f6f6;
	border-bottom: 1px dotted #E0DED9;
	line-height: 1.8;
	font-size: 1.4rem;
}
.history_s dl dd {
	border-bottom: 1px dotted #E0DED9;
	padding: 1.5rem 0 1.5rem 1rem;
	width: 78%;
	box-sizing: border-box;
	line-height: 1.8;
	font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
	.history_s {
		margin: 40px 0 30px 3%;
	}
	.history_s .history_inner {
	  padding: 3vw 1vw; 
	}
	.history_s .history_title {
		font-size: 1.6rem;
		margin-bottom: 3vw;
	}
	.history_s .history_title span {
		font-size: 2.4rem;
	}
	.history_s dl dt {
		padding: 1rem 0.5rem 1rem 0.5rem;
		width: 25%;
		font-size: 1.2rem;
	}
	.history_s dl dd {
		padding: 1rem 0 1rem 0.5rem;
		width: 75%;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:767px){
	.history_s {
		width: 45%;
		float: right;
		margin: 4vw 0 4vw 2vw;
		padding: 0; 
	}
	.history_s .history_inner {
	  padding: 2vw 2vw;
	  width: auto;
	}
	.history_s .history_title {
		font-size: 1.2rem;
		margin-bottom: 2vw;
	}
	.history_s .history_title span {
		font-size: 1.4rem;
	}
	.history_s dl dt {
		padding: 1rem 0 1rem 0.5rem;
		width: 27%;
		font-size: 1.1rem;
		line-height: 1.6;
	}
	.history_s dl dd {
		padding: 1rem 0 1rem 0.5rem;
		width: 73%;
		font-size: 1.1rem;
		line-height: 1.6;
	}
}
