@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,600&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
    font-size: 1.6em;
	color: #000000;
    line-height: 2;
	letter-spacing:0.04em;
	font-weight: 500;
	background: #ffffff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body.open {
	height: 100vh;
}
.contents_inner {
    width: 90%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration:none;
    cursor: pointer;
	transition: all 0.5s;
}
a:hover {
	opacity: 0.6;
	text-decoration:none;
}
.tab{
	display: none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
button {
  cursor: pointer;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media screen and (max-width: 840px) {
	.pc{
		display:none;
	}	
	.sp{
		display:none;
	}
	.tab{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 15px;
		font-size: 1.5em;
	}
	.pc{
        display:none;
    }
	.tab{
        display:none;
	}
    .sp{
        display:block;
    }
}
/*-----------------------------------

	lower

-----------------------------------*/
/*
.contact h1 {
  width: 80vw;
  max-width: 1200px;
  display: flex;
  font-size: 91px;
  font-family: 'Poppins', sans-serif;
  margin-right: 70px;
  margin-top: 70px;
  position: relative;
}
.contact h1 span {
  color: #00A0E9;
}
.contact h2 {
  font-size: 22px;
  margin-top: 13px;
}
.contact p {
  font-size: 18px;
  margin-top: 54px;
  line-height: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .contact h1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    padding-top: 0;
  }
  .contact h1 {
    font-size: 60px;
    margin-top: 10px;
  }
  .contact h2 {
    margin-top: 0;
  }
  .contact p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 2.5rem;
  }
}

*/

.breadcrumb {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  padding-top: 50px;
}
.breadcrumb p {
  padding-right: 35px;
}
.breadcrumb img {
  margin-right: 35px;
}
.lower_main h1 {
  width: 80vw;
  max-width: 1200px;
  display: flex;
  font-size: 91px;
  font-family: 'Poppins', sans-serif;
  margin-right: 70px;
  margin-top: 70px;
  position: relative;
}
.lower_main h1 span {
  color: #00A0E9;
}
.lower_main h2 {
  font-size: 22px;
  margin-top: 13px;
}
.lower_main p {
  font-size: 18px;
  margin-top: 54px;
  line-height: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .lower_main h1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
	.breadcrumb {
		padding-top: 0;
	}
	.lower_main h1 {
		font-size: 36px;
		margin-top: 10px;
		letter-spacing: 0;
	}
	.lower_main h2 {
		margin-top: 0;
	}
	.lower_main p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 200%;
	}
}



/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 86px;
	padding-right: 86px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header #logo {
	width: 306px;
	height: 100%;
	line-height: 0;
	background: #FFF;
	position: relative;
	border-radius: 0 0 5px 0;
}
header #logo a {
	display: block;
	width: 269px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
header #nav_menu ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	line-height: 1;
	height: 100%;
}
header #nav_menu ul li {
	padding: 0 20px;
	-ms-flex-item-align: center;
	align-self: center;
}
header #nav_menu ul li a {
	color: #FFF;
	font-weight: 900;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
}
header #nav_menu ul li.corporate a {
	display: block;
	background-color: #1E3B41;
	width: 178px;
	height: 42px;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
}
header .menu_btn_wrap {
	display: block;
	width: 86px;
	height: 86px;
	cursor:pointer;
	background: rgb(0,160,233);
	background: linear-gradient(45deg, rgba(0,160,233,1) 0%, rgba(8,92,201,1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
header .menu_btn_wrap .menu_btn {
	width: 45px;
	height: 33px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index:999;
}
header .menu_btn_wrap .menu_btn .lineh,
header .menu_btn_wrap .menu_btn .linem,
header .menu_btn_wrap .menu_btn .lineb {
	position:absolute;
	left: 0;
	width: 45px;
	height: 2px;
	background: #FFF;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
header .menu_btn_wrap .menu_btn .linem {
	width: 28px;
}
header .menu_btn_wrap .menu_btn .lineh {
	top:0;
}
header .menu_btn_wrap .menu_btn .linem {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
header .menu_btn_wrap .menu_btn .lineb {
	bottom: 0;
}
header .menu_btn_wrap .menu_btn.active .lineh {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top: 15px;
}
header .menu_btn_wrap .menu_btn.active .linem {
	opacity: 0;
}
header .menu_btn_wrap .menu_btn.active .lineb {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom: 15px;
}	
header #toggle_menu {
	max-width: 320px;
	width: 100%;
	height: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #FFF;
	position: absolute;
	top: 86px;
	right: -100%;
	padding: 30px 20px;
	display:inline-block;
	z-index: 999;
	box-sizing: border-box;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}
header #toggle_menu.toggle {
	right: 0 !important;
}
header #toggle_menu ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
header #toggle_menu ul li a {
	display: block;
	width: 100%;
	background: #F1F4F5;
	text-align: center;
	line-height: 1;
	padding: 15px 0;
	font-weight: 900;
}
header #toggle_menu ul li.corporate a {
	background: #1E3B41;
	color: #FFF;
}
@media screen and (max-width: 1160px) {
	header #logo {
		width: 280px;
	}
	header #logo a {
		width: 240px;
	}
	header #nav_menu {
		display: none;
	}	
}
@media screen and (max-width: 840px) {
	header {
		height: 65px;
		padding: 0 0 0 2.5%;
		background: #FFF;
	}
	header #logo {
		width: 197px;
		border-radius: 0;
	}
	header #logo a {
		width: 100%;
	}
	header .menu_btn_wrap {
		width: 65px;
		height: 65px;
	}
	header .menu_btn_wrap .menu_btn {
		width: 37px;
		height: 28px;
	}
	header .menu_btn_wrap .menu_btn .lineh,
	header .menu_btn_wrap .menu_btn .linem,
	header .menu_btn_wrap .menu_btn .lineb {
		width: 37px;
		height: 2px;
	}
	header .menu_btn_wrap .menu_btn .linem {
		width: 23px;
	}
	header .menu_btn_wrap .menu_btn.active .lineh {
		top: 13px;
	}
	header .menu_btn_wrap .menu_btn.active .lineb {
		bottom: 13px;
	}
	header #toggle_menu {
		top: 65px;
		border-radius: 0 0 0 5px;
	}
}
@media screen and (max-width: 640px) {
	header {
		padding: 0 0 0 5%;
	}
}

/*-----------------------------------

	menu_block

-----------------------------------*/
#menu_block ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#menu_block ul li {
	/* width: 50%; */
	width: 100%;
}
#menu_block ul li a {
	display: block;
	height: 350px;
	position: relative;
}
#menu_block ul li.item01 a {
	background: #F1F4F5;
	color: #009AE1;
}
#menu_block ul li.item02 a {
	background: #009AE1;
	color: #FFF;
}
#menu_block ul li.item01 a:hover {
	background: #dfeaee;
	opacity: 1;
}
#menu_block ul li.item02 a:hover {
	background: #1A6AD2;
	color: #fff;
	opacity: 1;
}
#menu_block ul li a .textArea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
	font-weight: 700;
	width: 100%;
}
#menu_block ul li a .textArea .ttl {
	font-size: 37px;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	display: block;
	margin-bottom: 25px;
}
#menu_block ul li a .textArea .text {
	font-size: 18px;
	display: inline-block;
	position: relative;
}
#menu_block ul li a .textArea .text::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#menu_block ul li.item01 a .textArea .text::before {
	background: #009AE1;
}
#menu_block ul li.item02 a .textArea .text::before {
	background: #FFF;
}
#menu_block ul li a .textArea .text::after {
	content: ">";
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-left: 5px;
}

@media screen and (max-width: 840px) {
	#menu_block ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#menu_block ul li {
		width: 100%;
	}
	#menu_block ul li a {
		height: 200px;
	}
	#menu_block ul li a .textArea .ttl {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px) {
	#menu_block ul li a {
		height: 150px;
	}
	#menu_block ul li a .textArea .ttl {
		font-size: 20px;
	}
	#menu_block ul li a .textArea .text {
		font-size: 14px;
	}
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
	background: -moz-linear-gradient(left,  #4273c8 0%, #19c9b7 100%);
	background: -webkit-linear-gradient(left,  #4273c8 0%,#19c9b7 100%);
	background: linear-gradient(to right,  #4273c8 0%,#19c9b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4273c8', endColorstr='#19c9b7',GradientType=1 );	
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
	top: 17px;
    left: 14px;
    transform: rotate(-45deg);
}
#pagetop:hover {
    background: #0099FF;
}
#pagetop:hover::after {
    background: url(../img/common/pagetop_icon_wh.png) no-repeat;
    background-size: contain;
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
	background: #FFF;
}
footer .contents_inner {
	text-align: center;
	font-weight: 700;
}
footer .details {
	margin: 60px 0 50px;
}
footer .details #footer_logo {
	width: 314px;
	margin: 0 auto 30px;
}
footer nav {
	margin-bottom: 60px;
}
footer nav ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
}
footer nav ul li a {
	display: block;
}
footer nav ul li a::after {
	content: ">";
	font-family: 'Poppins', sans-serif;
	color: #009AE1;
	margin-left: 10px;
}
footer small {
	display: block;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
	border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 640px) {
	footer .details {
		margin: 35px 0 30px;
	}
	footer .details #footer_logo {
		width: 230px;
		margin: 0 auto 20px;
	}
	footer .details .address {
		font-size: 11px;
	}
	footer nav {
		margin-bottom: 40px;
	}
	footer nav ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px 50px;
		width: 260px;
		margin: 0 auto;
	}
	footer nav ul li a {
		width: 100px;
		font-size: 13px;
		text-align: left;
		line-height: 1;
		position: relative;
	}
	footer nav ul li a::after {
		font-size: 10px;
		margin-left: 0;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	footer small {
		font-size: 10px;
	}
	
}
