@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*----------------------------
reset
----------------------------*/
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
menu ,
nav ,
section {
	display: block;
}
input ,
select {
	vertical-align: middle;
}
*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration: none;
  color: inherit;
}
img {
	vertical-align: bottom;
}
html { font-size: 62.5%; }
body {
	padding: 0;
	margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  -webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	background-color: #fff;
  position: relative;
}
@media screen and (min-width:811px) {
  .sp {
    display: none !important;
  }
	a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	a:hover {
	  opacity: .5;
	}
}
@media screen and (max-width:810px) {
  .pc {
    display: none !important;
  }
}

/* global_head
---------------------------- */
.global_head ul,
.global_head li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.global_head p {
	padding: 0;
	margin: 0;
}
@media screen and (min-width:1180px) {
	.global_head_inner {
	}
	.global_head {
		padding: 0;
		position: absolute;
		z-index: 9;
		width: 100%;
	}
	.global_head .global_head_logo {
		padding: 16px 0;
		margin-left: 20px;
		width: 172px;
	}
	.global_head .global_head_logo a {
		display: block;
	}
	.global_head .global_head_logo a img {
		width: 100%;
	}
	.global_head .global_head_btn_line {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 410px;
		width: 200px;
	}
	.global_head .global_head_btn_line a {
		display: block;
		width: 100%;
		line-height: 46px;
		text-align: center;
		color: #fff;
		background-color: #07b53b;
		font-size: 1.6rem;
		font-weight: 600;
		border-radius: 25px;
	}
	.global_head .global_head_btn_contact {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 190px;
		width: 200px;
	}
	.global_head .global_head_btn_contact a {
		display: block;
		width: 100%;
		line-height: 46px;
		text-align: center;
		color: #fff;
		background-color: #15b2c9;
		font-size: 1.6rem;
		font-weight: 600;
		border-radius: 25px;
	}
	.global_head .global_head_btn_login {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 26px;
		right: 20px;
		width: 150px;
	}
	.global_head .global_head_btn_login a {
		display: block;
		width: 100%;
		line-height: 36px;
		text-align: center;
		background-color: #fff;
		font-size: 1.6rem;
		font-weight: 600;
		border-radius: 7px;
		border: 1px solid #b5b5b5;
	}
	.global_head .global_head_link {
		position: absolute;
		top: 22px;
		right: 630px;
	}
	.global_head .global_head_link .global_head_link_item {
		display: inline-block;
		vertical-align: top;
	}
	.global_head .global_head_link .global_head_link_item a {
		display: block;
		line-height: 46px;
		padding: 0 15px;
		font-size: 1.6rem;
		font-weight: 600;
	}
	.global_head.fixed {
		position: fixed;
		top: -200px;
		left: 0;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
		background-color: #fff;
	}
	.global_head.fixshow {
		top: 0;
	}
  .global_head.fixed .global_head_logo {
    padding: 13px 0;
    width: 130px;
  }
	.global_head.fixed .global_head_btn_line {
		top: 10px;
	}
	.global_head.fixed .global_head_btn_contact {
		top: 10px;
	}
	.global_head.fixed .global_head_btn_login {
		top: 15px;
	}
	.global_head.fixed .global_head_link {
		top: 11px;
	}
}
@media screen and (max-width:1179px){
	.global_head {
		padding: 0;
		position: absolute;
		z-index: 9;
		width: 100%;
	}
	.global_head .global_head_logo {
		padding: 16px 0;
		margin-left: 20px;
		width: 130px;
	}
	.global_head .global_head_logo a {
		display: block;
	}
	.global_head .global_head_logo a img {
		width: 100%;
	}
	.global_head .global_head_btn_line {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 275px;
		width: 130px;
	}
	.global_head .global_head_btn_line a {
		display: block;
		width: 100%;
		line-height: 46px;
		text-align: center;
		color: #fff;
		background-color: #07b53b;
		font-size: 1.4rem;
		font-weight: 600;
		border-radius: 25px;
	}
	.global_head .global_head_btn_contact {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 22px;
		right: 135px;
		width: 130px;
	}
	.global_head .global_head_btn_contact a {
		display: block;
		width: 100%;
		line-height: 46px;
		text-align: center;
		color: #fff;
		background-color: #15b2c9;
		font-size: 1.4rem;
		font-weight: 600;
		border-radius: 25px;
	}
	.global_head .global_head_btn_login {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 26px;
		right: 20px;
		width: 100px;
	}
	.global_head .global_head_btn_login a {
		display: block;
		width: 100%;
		line-height: 36px;
		text-align: center;
		background-color: #fff;
		font-size: 1.4rem;
		font-weight: 600;
		border-radius: 7px;
		border: 1px solid #b5b5b5;
	}
	.global_head .global_head_link {
		position: absolute;
		top: 22px;
		right: 415px;
	}
	.global_head .global_head_link .global_head_link_item {
		display: inline-block;
		vertical-align: top;
	}
	.global_head .global_head_link .global_head_link_item a {
		display: block;
		line-height: 46px;
		padding: 0 5px;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.global_head.fixed {
		position: fixed;
		top: -200px;
		left: 0;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
		background-color: #fff;
	}
	.global_head.fixshow {
		top: 0;
	}
  .global_head.fixed .global_head_logo {
    padding: 13px 0;
    width: 130px;
  }
	.global_head.fixed .global_head_btn_line {
		top: 10px;
	}
	.global_head.fixed .global_head_btn_contact {
		top: 10px;
	}
	.global_head.fixed .global_head_btn_login {
		top: 15px;
	}
	.global_head.fixed .global_head_link {
		top: 11px;
	}
}


@media screen and (max-width:810px){
	.global_head {
		padding: 0;
		position: absolute;
		z-index: 9;
		width: 100%;
	}
	.global_head .global_head_logo {
		display: inline-block;
		padding: 10px 0;
		margin-left: 5%;
	}
	.global_head .global_head_logo a {
		display: block;
	}
	.global_head .global_head_logo a img {
		height: 30px;
		width: auto;
	}
	.global_head .global_head_link {
		display: none;
	}
	.global_head.fixed {
		position: fixed;
		top: -200px;
		left: 0;
		height: 50px;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.global_head.fixshow {
		top: 0;
	}
	.global_head.fixed .global_head_logo {
		display: none;
	}
}

/* global_menu_toggle_button
---------------------------- */
@media screen and (min-width:811px) {
	.global_menu_toggle_button {
		display: none;
	}
}
@media screen and (max-width:810px){
	.global_menu_toggle_button {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
	}
	.global_menu_toggle_button .box {
		display: block;
		width: 56px;
		height: 50px;
		padding-top: 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
	.global_menu_toggle_button span {
		display: block;
		width: 28px;
		height: 2px;
		background: #333;
		margin: 7px 0 0 13px;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.global_menu_toggle_button span:first-child {
		margin-top: 0;
	}
	.global_menu_toggle_button span.one {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.global_menu_toggle_button span.three {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.global_menu_toggle_button span.two {
		opacity: 1;
	}
	.global_menu_toggle_button span.text {
		display: none;
	}
	#global_menu_toggle.show .global_menu_toggle_button span.one {
		-webkit-transform: translate(0px, 9px) rotate(-45deg);
		transform: translate(0px, 9px) rotate(-45deg);
		margin-left: 13px;
	}
	#global_menu_toggle.show .global_menu_toggle_button span.three {
		-webkit-transform: translate(0px, -9px) rotate(45deg);
		transform: translate(0px, -9px) rotate(45deg);
		margin: 7px 0 0 13px;
	}
	#global_menu_toggle.show .global_menu_toggle_button span.two {
		opacity: 0;
	}
}
/* global_navigation
---------------------------- */
#global_navigation ul,
#global_navigation li,
#global_navigation p,
#global_navigation nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#global_navigation {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
}
#global_navigation.show {
	right: 0;
	top: 0;
}
#global_navigation .global_navigation_logo {
	padding: 3rem 8% 3rem;
}
#global_navigation .global_navigation_logo img {
	width: 34%;
}
#global_navigation .global_navigation_link {
	margin: 0 0 0;
}
#global_navigation .global_navigation_link li.global_navigation_link_item {
	margin: 0 8%;
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: 1px dashed #ccc;
}
#global_navigation .global_navigation_link li.global_navigation_link_item > a {
	display: block;
	position: relative;
	padding: 0.8em 0;
}
#global_navigation .global_navigation_btn_line {
	padding: 0;
	margin: 30px auto 0;
	width: 85%;
}
#global_navigation .global_navigation_btn_line a {
	display: block;
	width: 100%;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #06c755;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 30px;
}
#global_navigation .global_navigation_btn_note {
	font-size: 1.2rem;
	line-height: 1.6;
  padding-top: 5px;
	text-align: center;
}
#global_navigation .global_navigation_btn_contact {
	padding: 0;
	margin: 20px auto 0;
	width: 66%;
}
#global_navigation .global_navigation_btn_contact a {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #15b2c9;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 25px;
}
#global_navigation .global_navigation_btn_login {
	padding: 0;
	margin: 30px auto 0;
	width: 46%;
}
#global_navigation .global_navigation_btn_login a {
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 7px;
  border: 1px solid #b5b5b5;
}

/* mainArea
---------------------------- */
#mainArea {
	position: relative;
	opacity: 1;
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
}
#mainArea.show {
	position: relative;
}
#mainArea.show:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.4);
  z-index: 10;
}
@media screen and (min-width:811px) {
	.lower #mainArea {
		padding-top: 90px;
		margin: 0 !important;
	}
	.section_inner {
		max-width: 1180px;
	  margin: 0 auto;
	  padding: 0 2.5%;
	}
}
@media screen and (max-width:810px){
	.lower #mainArea {
		padding-top: 50px;
		margin: 0 !important;
	}
	.section_inner {
	  padding: 0 4%;
	}
}

/* foot_cv
---------------------------- */
.foot_cv {
	padding: 60px 0 0;
}
.foot_cv .foot_cv_content {
	background-color: #efeb8b;
	border-radius: 20px;
  text-align: center;
  padding: 50px 50px 70px;
}
.foot_cv p {
	margin: 0;
	padding: 0;
}
.foot_cv .lead {
}
.foot_cv .lead span {
	font-weight: 800;
	font-size: 3rem;
	position: relative;
}
.foot_cv .lead span:before,
.foot_cv .lead span:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 2px;
  background-color: #333;
}
.foot_cv .lead span:before{
  left: -1.5em;
  transform: rotate(60deg)
}
.foot_cv .lead span:after{
  right: -1.1em;
  transform: rotate(-60deg)
}
.foot_cv .text {
	font-size: 2rem;
	padding-top: 5px;
}
.foot_cv .illust {
	width: 73%;
	margin: 0 auto;
	padding-top: 20px;
}
.foot_cv .illust img {
	width: 100%;
}
.foot_cv .cv_btn_box {
	padding-top: 25px;
}
.foot_cv .cv_btn_box .cv_btn_line {
	padding: 0;
	margin: 0 auto;
	width: 500px;
}
.foot_cv .cv_btn_box .cv_btn_line a {
	display: block;
	width: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #07b53b;
	font-size: 2.6rem;
	font-weight: 600;
	border-radius: 45px;
}
.foot_cv .cv_btn_box .cv_btn_note {
	font-size: 1.4rem;
}
.foot_cv .cv_btn_box .cv_btn_contact {
	padding: 0;
	margin: 20px auto 0;
	width: 350px;
}
.foot_cv .cv_btn_box .cv_btn_contact a {
	display: block;
	width: 100%;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #15b2c9;
	font-size: 2.2rem;
	font-weight: 600;
	border-radius: 35px;
}
@media screen and (max-width:810px) {
	.foot_cv {
		padding: 0;
	}
  .foot_cv .section_inner {
    padding: 0;
  }
	.foot_cv .foot_cv_content {
		border-radius: 0;
	  padding: 15vw 0;
	}
	.foot_cv .lead span {
		font-size: 2.2rem;
	}
	.foot_cv .lead span:before,
	.foot_cv .lead span:after{
	  width: 30px;
	  height: 2px;
	}
	.foot_cv .text {
		font-size: 1.4rem;
	}
	.foot_cv .illust {
		width: 90%;
		padding-top: 5vw;
	}
	.foot_cv .cv_btn_box {
		padding-top: 5vw;
	}
	.foot_cv .cv_btn_box .cv_btn_line {
		width: 86%;
	}
	.foot_cv .cv_btn_box .cv_btn_line a {
		line-height: 60px;
		font-size: 1.8rem;
	}
	.foot_cv .cv_btn_box .cv_btn_note {
		font-size: 1.2rem;
		line-height: 1.6;
		padding-top: 5px;
	}
	.foot_cv .cv_btn_box .cv_btn_contact {
		margin: 20px auto 0;
		width: 64%;
	}
	.foot_cv .cv_btn_box .cv_btn_contact a {
		line-height: 50px;
		font-size: 1.6rem;
	}
}

/* foot
---------------------------- */
#foot {
  width: 100%;
}
#foot ul,
#foot li,
#foot p,
#foot nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (min-width:811px) {
	#foot .foot_content {
		padding: 70px 0;
		overflow: hidden;
	}
	#foot .foot_content .foot_content_logo {
		width: 320px;
		float: left;
	}
	#foot .foot_content .foot_content_logo img {
		width: 170px;
	}
	#foot .foot_content .foot_navi {
		font-size: 1.4rem;
	}
	#foot .foot_content .foot_navi_01 {
		float: left;
		width: 270px;
	}
	#foot .foot_content .foot_navi_02 {
		float: left;
		width: 270px;
	}
	#foot .foot_content .foot_navi li {
		padding: 5px 0;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:810px) {
	#foot .foot_content {
		padding: 10vw 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	#foot .foot_content .foot_content_logo {
		width: 45%;
	}
	#foot .foot_content .foot_content_logo a img {
		width: 70%;
		margin: 10px 0 0 10%;
	}
	#foot .foot_content .foot_navi {
		width: 55%;
	}
	#foot .foot_content .foot_navi li {
		padding: 5px 0;
		font-size: 1.4rem;
	}
}
#foot .foot_content_bottom {
	background-color: #15b2c9;
	color: #fff;
	text-align: center;
	padding: 25px 0 10px;
}
#foot .foot_content_bottom .foot_navi_sub {
	font-size: 1.4rem;
}
#foot .foot_content_bottom .foot_navi_sub li {
	display: inline-block;
	padding: 0 1em;
}
#foot .foot_content_bottom .foot_copyright {
	font-size: 1.2rem;
	padding-top: 20px;
}
@media screen and (max-width:810px) {
	#foot .foot_content_bottom {
		padding: 7vw 0 10px;
	}
	#foot .foot_content_bottom .foot_navi_sub {
		font-size: 1.2rem;
	}
	#foot .foot_content_bottom .foot_navi_sub li {
		padding: 5px 1em;
	}
	#foot .foot_content_bottom .foot_copyright {
		font-size: 1rem;
		padding-top: 7vw;
	}
}

#foot_pagetop {
	display: none;
}
#foot_pagetop a {
	position: fixed;
	bottom: 10px;
	right: 20px;
	background-color: #15b2c9;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 2;
}
#foot_pagetop a::after {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:810px) {
	#foot_pagetop a {
		bottom: 5px;
		right: 3%;
		width: 40px;
		height: 40px;
	}
	#foot_pagetop a::after {
	  top: 4px;
	  width: 10px;
	  height: 10px;
	}
}

/* breadcrumbs
---------------------------- */
.breadcrumbs {
	position: absolute;
	top: 90px;
	left: 4%;
	line-height: 1.4;
	z-index: 2;
}
.breadcrumbs ol,
.breadcrumbs li {
	margin: 0;
	padding: 0;
}
.breadcrumbs ol li {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	padding-right: 20px !important;
}
.breadcrumbs ol li::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
@media screen and (max-width:810px) {
	.breadcrumbs {
		top: 5px;
		left: 4%;
	}
	.breadcrumbs ol li {
		font-size: 1.1rem;
	}
	.breadcrumbs ol li::after{
		top: 3px;
	  right: 5px;
	  width: 5px;
	  height: 5px;
	}
}

/* lower
---------------------------- */
.lower .main_head .main_titleBox .title {
	text-align: center;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 700;
	background-color: #15b2c9;
	padding: 40px 0 !important;
}
@media screen and (max-width:767px){
	.lower .main_head .main_titleBox .title {
		font-size: 2.4rem;
		padding: 6vw 0 !important;
	}
}