@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.op07 {
	opacity: 0.2;
}
.mainVisual {
    box-sizing: border-box;
    position: relative;
	width: calc(100% - 60px);
	height: 100vh;
	margin-left: 30px;
	margin-right: 30px;
	min-height: 700px;
	background: #ccc;
    }
.mainVisual .mv_txt {
	position:absolute;
	background: #FFF;
	left: -30px;
	bottom: 80px;
	z-index: 20;
	padding: 45px 55px;
}
.mainVisual .mv_txt .mv-b {
	display: block;
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 72.8px */
	letter-spacing: 2.24px;
}
.mainVisual .mv_txt h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: 0.64px;
	margin-top: 23px;
}

.swipe-wraps {
	display: block;
	position: relative;
	height: 100%;
}
.swipe-wraps::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/logo-bg.png") center center no-repeat;
	z-index: 20;
	opacity: 0.2;
}
.swiper-container.main-swiper {
	width: 100%;
	height: 100%;
}
.swipe-wraps img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide {
	opacity: 0 !important;
	width: 100%;
	height: 100%;
}
.swiper-slide-active {
	opacity: 1 !important;
}
.swiper-pagination {
	position: relative !important;
	z-index: 20 !important;
	bottom: 40px !important;
	margin-right: 27px;
	text-align: right !important;
}
.swiper-pagination-bullet {
	width: 40px !important;
	height: 3px !important;
	border-radius: 0 !important;
	background: none !important;
	border: #FFF solid 2px;
	opacity: 1 !important;
	margin-right: 5px;
	cursor:pointer !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}


@media all and (max-width: 768px) {
	.mainVisual {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 100vh;
		margin-left: 0px;
		margin-right: 0px;
		min-height: 600px;
		background: #ccc;
		}
	.mainVisual .mv_txt {
		position:absolute;
		background: #FFF;
		left: 0px;
		bottom: 60px;
		z-index: 20;
		padding: 15px 20px;
		box-sizing: border-box;
		width: 90%;
	}
	.mainVisual .mv_txt .mv-b {
		display: block;
		font-size: 25px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5; /* 72.8px */
		letter-spacing: 2.24px;
	}
	.mainVisual .mv_txt h1 {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 24px */
		letter-spacing: 0.64px;
		margin-top: 13px;
	}

	.swipe-wraps {
		display: block;
		position: relative;
		height: 100%;
	}
	.swipe-wraps::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: url("../images/logo-bg.png") center center no-repeat;
		z-index: 20;
		opacity: 0.2;
	}
	.swiper-container.main-swiper {
		width: 100%;
		height: 100%;
	}
	.swipe-wraps img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.swiper-slide {
		opacity: 0 !important;
		width: 100%;
		height: 100%;
	}
	.swiper-slide-active {
		opacity: 1 !important;
	}
	.swiper-pagination {
		position: relative !important;
		z-index: 20 !important;
		bottom: 40px !important;
		margin-right: 27px;
		text-align: right !important;
	}
	.swiper-pagination-bullet {
		width: 40px !important;
		height: 3px !important;
		border-radius: 0 !important;
		background: none !important;
		border: #FFF solid 2px;
		opacity: 1 !important;
		margin-right: 5px;
		cursor:pointer !important;
	}
	.swiper-pagination-bullet-active {
	  background: #fff !important;
	}
}




/* top-box1 */
.fix-1380 {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1240 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.toppage-contents {

}
.top-box1 {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	
}
.top-box1 .flx {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 140px;
}
.top-box1 .txt {
	display: block;
	flex-basis: 57%;
	max-width: 57%;
}
.tibox1 {
	display: block;
	position: relative;
	border-left: #0F158D solid 6px;
	padding-top: 60px;
	margin-bottom: 30px;
}
.tibox1::before {
	position: absolute;
	left: -6px;
	top: -100px;
	content: "";
	width: 1px;
	height: 90%;
	background: #D9D9D9;
	z-index: -1;
}
.tibox1 h2 {
	display: block;
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #0F158D;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 62.4px */
	letter-spacing: 1.92px;
	padding-left: 25px;
}
.tibox1 h2::before,
.tibox1 h2::after {
	position: absolute;
	left: 0;
	content: "";
	width: 200%;
	height: 1px;
	background: #D9D9D9;
}
.tibox1 h2::before {
	top: 0;
}
.tibox1 h2::after {
	bottom: 0;
}
.tibox1 .engs {
	display: block;
	position: relative;
	color: #F4F4F4;
	white-space: nowrap;
	font-size: 96px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	margin-top: 10px;
	padding-left: 25px;
}
.tibox1 .engs::before,
.tibox1 .engs::after {
	position: absolute;
	left: 0;
	content: "";
	width: 200%;
	height: 1px;
	background: #D9D9D9;
}
.tibox1 .engs::before {
	top: 10px;
}
.tibox1 .engs::after {
	bottom: 0;
}
.top-box1 .txt_01 {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 220%; /* 39.6px */
	letter-spacing: 0.9px;
}
.top-box1 .btms {
	position: relative;
	background: #0F158D;
}
.top-box1 .btms::after {
	position: absolute;
	left: 0;
	bottom: 100px;
	content: "";
	width: 100%;
	height: 1px;
	background: #3E407E;
}
.top-box1 .btms .fix-1200 {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	padding: 100px 0;
}
.top-box1 .btms .fix-1200::after {
	position: absolute;
	right: 4px;
	top: 0px;
	content: "";
	width:1px;
	height: 100%;
	background: #3E407E;
}
.top-box1 .btms .txt2 {
	display: block;
	flex-basis: 57%;
	max-width: 57%;
}
.top-box1 .btms .txt_02 {
	display:block;
	font-size: 24px;
	color: #FFF;
	font-style: normal;
	font-weight: 500;
	line-height: 220%; /* 52.8px */
	margin-bottom: 10px;
}
.top-box1 .btms ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-box1 .btms ul li {
	margin-top: 14px;
}
.bt-w1 {
	display:flex;
	align-items: center;
	width: 330px;
	height: 80px;
	box-sizing: border-box;
	padding: 0 35px;
	color: #0F158D;
	background: #FFF;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
}
.bt-w1 span {
	display: block;
	position: relative;
	color: #0F158D;
	width: 100%;
}
.bt-w1 span::after {
	position: absolute;
	right: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/arrow.png") center center no-repeat;
	background-size: 100% auto;
	width: 42px;
	height: 40px;
}
.top-box1 .imgs {
	position: absolute;
	left: 0;
	top: 100px;
	width: 40%;
	height: 69%;
}
.top-box1 .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 769px) and (max-width: 960px) {
	.top-box1 .txt_01 {
		display: block;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 39.6px */
		letter-spacing: 0.9px;
	}
	.top-box1 .btms .txt_02 {
		display:block;
		font-size: 18px;
		color: #FFF;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 52.8px */
		margin-bottom: 10px;
	}
}


@media all and (min-width: 769px) {
	.bt-w1:hover {
		color: #fff;
		background: #222;
	}
	.bt-w1:hover span{
		color: #fff;
	}
	.bt-w1:hover span::after {
		background: url("../images/arrow-w.png") center center no-repeat;
		background-size: 30px auto;
		width: 42px;
		height: 40px;
	}
}

@media all and (max-width: 979px) {
	.fix-980 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 999px) {
	.fix-1000 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1379px) {
	.fix-1380 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1199px) {
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1239px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
	.toppage-contents {
		position: relative;
		z-index: 50;
		top: 0px;
	}
	.top-box1 {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 60px;
	}
	.top-box1 .flx {
		display: block;
		margin-bottom: 40px;
	}
	.top-box1 .txt {
		display: block;
		flex-basis: 100%;
		max-width: 100%;
	}
	.tibox1 {
		display: block;
		position: relative;
		border-left: #0F158D solid 6px;
		padding-top: 0px;
		margin-bottom: 30px;
	}
	.tibox1::before {
		position: absolute;
		left: -6px;
		top: -60px;
		content: "";
		width: 1px;
		height: 90%;
		background: #D9D9D9;
		z-index: -1;
	}
	.tibox1 h2 {
		font-size: 23px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.6; /* 62.4px */
		letter-spacing: 1.92px;
		padding-left: 15px;
	}
	.tibox1 h2::before,
	.tibox1 h2::after {
		position: absolute;
		left: 0;
		content: "";
		width: 200%;
		height: 1px;
		background: #D9D9D9;
	}
	.tibox1 h2::before {
		top: 0;
	}
	.tibox1 h2::after {
		bottom: 0;
	}
	.tibox1 .engs {
		display: block;
		position: relative;
		color: #F4F4F4;
		white-space: nowrap;
		font-size: 20px;
		font-style: normal;
		font-weight: 900;
		line-height: 1;
		margin-top: 15px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 15px;
	}
	.tibox1 .engs::before,
	.tibox1 .engs::after {
		position: absolute;
		left: 0;
		content: "";
		width: 200%;
		height: 1px;
		background: #D9D9D9;
	}
	.tibox1 .engs::before {
		top: 0px;
	}
	.tibox1 .engs::after {
		bottom: 0;
	}
	.top-box1 .txt_01 {
		display: block;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 39.6px */
		letter-spacing: 0.9px;
	}
	.top-box1 .btms {
		position: relative;
		background: #0F158D;
		margin-bottom: 23px;
	}
	.top-box1 .btms::after {
		display: none;
	}
	.top-box1 .btms .fix-1200 {
		display: block;
		position: relative;
		padding: 14px 0 40px 0;
	}
	.top-box1 .btms .fix-1200::after {
		display: none;
	}
	.top-box1 .btms .txt2 {
		display: block;
		flex-basis: 100%;
		max-width: 100%;
	}
	.top-box1 .btms .txt_02 {
		display:block;
		text-align: center;
		font-size: 16px;
		color: #FFF;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 52.8px */
		margin-bottom: 10px;
	}
	.top-box1 .btms ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.top-box1 .btms ul li {
		margin-top: 14px;
	}
	.bt-w1 {
		display:flex;
		align-items: center;
		width: 260px;
		height: 60px;
		box-sizing: border-box;
		padding: 0 35px;
		color: #0F158D;
		background: #FFF;
		font-family: "Noto Sans JP";
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 23.4px */
	}
	.bt-w1 span {
		display: block;
		position: relative;
		color: #0F158D;
		width: 100%;
	}
	.bt-w1 span::after {
		position: absolute;
		right: -16px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/arrow.png") center center no-repeat;
		background-size: 100% auto;
		width: 32px;
		height: 30px;
	}
	.top-box1 .imgs {
		position:relative;
		left: 4%;
		top: 0px;
		width: 92%;
		height: 250px;
	}
}



/* top-box2 */
.top-box2 {
	display: block;
	position: relative;
	margin-bottom: 160px;
}
.top-box2 .fix-1200 {
	position: relative;
	padding: 100px 0;
	display: flex;
}
.top-box2 .txt {
	display: block;
	flex-basis: 35%;
	max-width: 35%;
}
.top-box2 .txt .txt_01 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 220%; /* 39.6px */
	letter-spacing: 0.9px;
}
.top-box2 .tp2-right {
	position: absolute;
	right: 0;
	top: 100px;
	max-width: 55vw;
}
.top-box2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-box2 ul li {
	display: block;
	flex-basis: 49%;
	margin-bottom: 1.4%;
	overflow: hidden;
}
.top-box2 ul li img {
	width: 100%;
	height: 270px;
	transition-duration: 0.3s;
	object-fit: cover;
}
.top-box2 ul li.links a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	box-sizing: border-box;
	background: #D9D9D9 url("../images/Vector.png") center center no-repeat;
	height: 100%;
}
.top-box2 ul li.links a span {
	position: relative;
	display: block;
	color: #0F158D;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
	padding-right: 50px;
}
.top-box2 ul li.links a span::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/arrow.png") center center no-repeat;
	background-size: 100% auto;
	width: 42px;
	height: 40px;
}
@media all and (min-width: 769px) {
	.top-box2 ul li.links a:hover {
		background: #666 url("../images/Vector.png") center center no-repeat;
	}
	.top-box2 ul li img:hover {
		/*transform: scale(1.1);
		transition-duration: 0.3s;
		opacity: 1;*/
	}
}
@media all and (min-width: 769px) and (max-width: 960px) {
	.top-box2 .txt .txt_01 {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 39.6px */
		letter-spacing: 0.9px;
	}
}



@media all and (max-width: 768px) {
	.top-box2 {
		display: block;
		position: relative;
		margin-bottom: 60px;
	}
	.top-box2 .fix-1200 {
		position: relative;
		padding: 60px 0 30px 0;
		display: block;
	}
	.top-box2 .txt {
		display: block;
		flex-basis: 100%;
		max-width: 100%;
	}
	.top-box2 .txt .txt_01 {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 39.6px */
		letter-spacing: 0.9px;
	}
	.top-box2 .tp2-right {
		position:relative;
		right: 0;
		top: 0px;
		max-width: 100vw;
	}
	.top-box2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: 4%;
		margin-right: 4%;
	}
	.top-box2 ul li {
		display: block;
		flex-basis: 49%;
		margin-bottom: 1.4%;
		overflow: hidden;
	}
	.top-box2 ul li img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		transition-duration: 0.3s;
		object-fit: cover;
	}
	.top-box2 ul li.links a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		box-sizing: border-box;
		background: #D9D9D9 url("../images/Vector.png") center center no-repeat;
		height: 100%;
	}
	.top-box2 ul li.links a span {
		position: relative;
		display: block;
		color: #0F158D;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 23.4px */
		padding-right: 50px;
	}
	.top-box2 ul li.links a span::after {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/arrow.png") center center no-repeat;
		background-size: 100% auto;
		width: 42px;
		height: 40px;
	}
}



/* top-box3 */
.top-box3 {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
	margin-bottom: 110px;
}
.top-box3::after {
	position: absolute;
	left: 30px;
	top: 0;
	content: "";
	width: calc(100% - 60px);
	height: 100%;
	background: #0F158D;
}
.top-box3 .fix-1200 {
	position: relative;
	z-index: 10;
	padding: 10px 0 190px 0;
	display: flex;
	flex-direction: row-reverse;
}
.top-box3 .fix-1200::before {
	position: absolute;
	left: 42%;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #3E407E;
}

.top-box3 .fix-1200::after {
	position: absolute;
	left: 0;
	bottom: 190px;
	content: "";
	width: 100%;
	height: 1px;
	background: #3E407E;
}
.top-box3 .txt {
	display: block;
	flex-basis: 55%;
}
.top-box3 .txt .engs2 {
	display: block;
	white-space: nowrap;
	color: #31359D;
	font-size: 170px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.7; /* 221px */
}
.top-box3 .txt h2 {
	display: block;
	color: #FFF;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 66px */
	letter-spacing: 1.76px;
	padding: 80px 0 55px 0;
}
.top-box3 .txt .txt_01 {
	font-size: 18px;
	color: #FFF;
	font-style: normal;
	font-weight: 500;
	line-height: 220%; /* 39.6px */
	letter-spacing: 0.9px;
	padding-bottom: 95px;
	
}
.top-box3 .imgbox {
	position: absolute;
	left: -30px;
	top: 165px;
	width: 40%;
	z-index: 10;
}
.top-box3 .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-box3 .imgbox .imgs {
	height: 520px;
}
.top-box3 .imgbox ul {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.top-box3 .imgbox ul li {
	display: block;
	flex-basis: 49%;
	height: 300px;
}
@media all and (min-width: 769px) and (max-width: 1260px) {
	.top-box3 .fix-1200::before {
		display: none;
	}
	.top-box3 .txt .engs2 {
		display: block;
		white-space: nowrap;
		color: #31359D;
		font-size: 80px;
		font-style: normal;
		font-weight: 900;
		line-height: 0.7; /* 221px */
	}
	.top-box3 .txt h2 {
		display: block;
		color: #FFF;
		font-size: 33px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 66px */
		letter-spacing: 1.76px;
		padding: 80px 0 55px 0;
	}
	.top-box3 .txt .txt_01 {
		font-size: 16px;
		color: #FFF;
		font-style: normal;
		font-weight: 500;
		line-height:2; /* 39.6px */
		letter-spacing: 0.9px;
		padding-bottom: 95px;

	}
	.top-box3 .imgbox {
		position: absolute;
		left: -30px;
		top: 35px;
		width: 40%;
		z-index: 10;
	}
}

@media all and (max-width: 768px) {
	.top-box3 {
		display: block;
		overflow: hidden;
		position: relative;
		padding: 0 00px;
		margin-bottom: 40px;
	}
	.top-box3::after {
		position: absolute;
		left: 0px;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: #0F158D;
	}
	.top-box3 .fix-1200 {
		position: relative;
		z-index: 10;
		padding: 60px 0 60px 0;
		display: block;
	}
	.top-box3 .fix-1200::before {
		display: none;
	}

	.top-box3 .fix-1200::after {
		display: none;
	}
	.top-box3 .txt {
		display: block;
		flex-basis: 55%;
	}
	.top-box3 .txt .engs2 {
		display: block;
		white-space: nowrap;
		color: #31359D;
		font-size: 40px;
		font-style: normal;
		font-weight: 900;
		line-height: 0.7; /* 221px */
	}
	.top-box3 .txt h2 {
		display: block;
		color: #FFF;
		font-size: 21px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.6; /* 66px */
		letter-spacing: 1.76px;
		padding: 15px 0 20px 0;
	}
	.top-box3 .txt .txt_01 {
		font-size: 15px;
		color: #FFF;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 39.6px */
		letter-spacing: 0.9px;
		padding-bottom: 35px;

	}
	.top-box3 .imgbox {
		position:relative;
		left: 0px;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	.top-box3 .imgbox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top-box3 .imgbox .imgs {
		height: 300px;
	}
	.top-box3 .imgbox ul {
		display: flex;
		justify-content: space-between;
		margin-top: 12px;
	}
	.top-box3 .imgbox ul li {
		display: block;
		flex-basis: 49%;
		height: 170px;
	}
}





.top-bottom {
	display: block;
}
.fix-1300 {
	margin-left: 70px;
		margin-right: 70px;
}
.top-bottom .fix-1300 {
	background: url("../images/bottom-bg.jpg") top right no-repeat;
	background-size: cover;
}
.top-bottom .inner {
	padding: 80px;
}
.top-bottom .engs {
	display: block;
	opacity: 0.5;
	font-size: 96px;
	color: #B9BCFF;
	font-style: normal;
	font-weight: 900;
	line-height: 0.8; /* 124.8px */
}
.top-bottom .txt_01 {
	font-size: 18px;
	color: #FFF;
	font-style: normal;
	font-weight: 500;
	line-height: 220%; /* 39.6px */
	letter-spacing: 0.72px;
	padding: 45px 0;
}
.top-bottom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-width: 755px;
	box-sizing: border-box;
	background: #FFF;
	padding: 40px;
}
.top-bottom ul .tels {
	display: block;
	flex-basis: 48%;
	font-size: 38px;
	color: #222;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 53.2px */
	letter-spacing: 1.52px;
}
.top-bottom ul .tels small {
	font-size: 28px;
}
.top-bottom ul .tels .sml-add {
	display: block;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.8px;
}
.top-bottom ul .mails {
	display: block;
	flex-basis: 48%;
}
.top-bottom ul .mails a {
	display: flex;
	align-items:center;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding: 0 35px;
	background: #0F158D;
}
.top-bottom ul .mails a span {
	display: block;
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
}
.top-bottom ul .mails a span::after {
	position: absolute;
	right: -7px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/send.png") center center no-repeat;
	width: 42px;
	height: 40px;
}

@media all and (min-width: 769px) {
	.top-bottom ul .mails a:hover {
		background: #222;
	}
}
@media all and (max-width: 1299px) {
	.fix-1300 {
		margin-left: 70px;
		margin-right: 70px;
	}
}

@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-bottom ul {
		display: block;
		text-align: center;
		max-width: 755px;
		box-sizing: border-box;
		background: #FFF;
		padding: 40px;
	}
	.top-bottom ul li:nth-of-type(1) {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	.top-bottom {
		display: block;
	}
	.fix-1300 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.top-bottom .fix-1300 {
		background: url("../images/bottom-bg.jpg") top right no-repeat;
		background-size: cover;
	}
	.top-bottom .inner {
		padding: 20px;
	}
	.top-bottom .engs {
		display: block;
		opacity: 0.5;
		font-size: 30px;
		color: #B9BCFF;
		font-style: normal;
		font-weight: 900;
		line-height: 0.8; /* 124.8px */
	}
	.top-bottom .txt_01 {
		font-size: 14px;
		color: #FFF;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 39.6px */
		letter-spacing: 0.72px;
		padding: 20px 0;
	}
	.top-bottom ul {
		display: block;
		text-align: center;
		max-width: 755px;
		box-sizing: border-box;
		background: #FFF;
		padding: 15px;
	}
	.top-bottom ul .tels {
		display: block;
		flex-basis: 48%;
		font-size: 25px;
		color: #222 !important;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 53.2px */
		letter-spacing: 1.52px;
		margin-bottom: 24px;
	}
	.top-bottom ul .tels a {
		color: #222;
	}
	.top-bottom ul .tels small {
		font-size: 15px;
	}
	.top-bottom ul .tels .sml-add {
		display: block;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; /* 22.4px */
		letter-spacing: 0.8px;
	}
	.top-bottom ul .mails {
		display: block;
		flex-basis: 48%;
	}
	.top-bottom ul .mails a {
		display: flex;
		align-items:center;
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		padding: 0 15px;
		background: #0F158D;
	}
	.top-bottom ul .mails a span {
		display: block;
		position: relative;
		width: 100%;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 23.4px */
	}
	.top-bottom ul .mails a span::after {
		position: absolute;
		right: -7px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/send.png") center center no-repeat;
		background-size: 100% auto;
		width: 22px;
		height: 20px;
	}
}







