@charset "utf-8";
/* setting
===========================*/
* {
	font-style: normal;
}

html {
	font-size: 6.25%;
	/* 1rem = 1px */
}

body {
	/*font-family: 'Noto Sans Japanese', sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14em;
	color: #444444;
	line-height: 1.5;
	min-width: 320px;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	/*-ms-flex-align: center;
		-webkit-align-items: center;
	align-items: center;*/
	background-color: #ffffff;
	border: 40px solid #1A005D;
	border-bottom: none;
}

@media screen and (max-width: 1024px) {
	body {
		border: 24px solid #1A005D;
	}
}

@media screen and (max-width: 769px) {
	body {
		border: 12px solid #1A005D;
		font-size: 13rem;
	}
}

ul {
	list-style:none;
	width: 100%;
}


/* a
===========================*/
a {
	text-decoration: none;
	display: inline-block;
}

a:link,
a:visited {
	color: #1a005d;
}

a:hover {
	text-decoration: none;
	/*color: #AC162C;*/
}

a:active {
	/*color: #AC162C;*/
}


/* table
===========================*/
table,
thead,
tbody,
tr,
th,
td {
	text-align: left;
	vertical-align: top;
}

table {
	width: 100%;
	border-collapse:collapse;
}

/* clearfix
================================== */
.cf:after { content: ""; clear: both; display: block; }


img {
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.sp {
	display: none;
}

@media screen and (max-width: 769px) {
	.sp {
	display: block;
}
}

.tb {
	display: none;
}

@media screen and (max-width: 1024px) {
	.tb {
	display: block;
}
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px 0;
	background-color: #fff;
}

@media screen and (max-width: 1024px) {
	header {
		height: 60px;
	}
}

@media screen and (max-width: 769px) {
	header {
		height: 44px;
		padding: 8px 12px 0;
	}
}

#layer {
	position: fixed;
}

#logo img {
	width: 160px;
}

h1 {
	margin: 14px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
h1 img{
	width: 360px;
}

@media screen and (max-width: 1024px) {
	h1 img{
		width: 300px;
	}
}
@media screen and (max-width: 769px) {
	h1 {
	margin: 14px 14px 14px 10px;
	font-size: 15px;
	letter-spacing: 0.1em;
}
	h1 img{
		width: 260px;
	}
}

h1 a:link, h1 a:visited {
	color: #444444!important;
}

#menu {
	display: flex;
	align-items: center;
	margin-right: 25px;
	font-size: 15px;
	font-weight: bold;
}

#menu li {
	margin-right: 60px;
	position: relative;
}

#menu li:last-child {
	margin-right: 0;
}

#menu li a:hover {
	opacity: 0.7;
}

.recruitBtn {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
	z-index: 1000;
}

.recruitBtn a {
	display: block;
	color: #fff;
	width: 200px;
	height: 80px;
	padding: 24px;
	background-color: #8EC400;
	letter-spacing: 0.1em;
}

.recruitBtn a:hover {
	opacity: 0.8;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 40px;
	width: calc(100% - 80px);
	height: 56px;
	margin: 0 180px 0 0;
	padding-top: 0;	
	background-color: rgba(255,255,255,0.9);
	z-index: 800;
}

header.fixed .headerLogo {
	margin-left: 24px;
}
@media screen and (max-width: 769px) {
	header.fixed .headerLogo {
		margin-left: 0px;
	}
}

header.fixed .headerLogo #logo {
	display: none;
}

header.fixed nav a {
	color: #707070;
}

header.fixed h1 a:link, h1 a:visited {
	color: #1a005d;
}

@media screen and (max-width: 1200px) {
	#menu {
		margin-right: 5px;
	}
	
	#menu li {
	margin-right: 30px;
}

.recruitBtn a {
	display: block;
	color: #fff;
	width: 160px;
	height: 70px;
	padding: 24px;
	background-color: #8EC400;
	letter-spacing: 0.1em;
}
}

.spMenu {
	display: none;
}

main > div > section {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
}

@media screen and (max-width: 1200px) {
	main > div > section {
	padding: 0 20px;
}
}

@media screen and (max-width: 769px) {
	main > div > section {
	padding: 0 10px;
	margin: 0 auto 50px;
}
}

.bgColor {
	background-color: #f7f5fd;
	padding: 50px 0 20px;
	margin: -50px auto 50px;
}

@media screen and (max-width: 769px) {
.bgColor {
	padding: 30px 0 20px;
	margin: -20px auto 50px;
}
}

#mainVisual {
	margin: 20px 50px 50px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1200px) {
#mainVisual {
	margin: 20px 30px 30px;
}
}

@media screen and (max-width: 769px) {
#mainVisual {
	margin: 20px 20px 30px 0;
}
}

#mainVisual .imageArea,
#mainVisual .copy {
	width: 50%;
	height: 370px;
	overflow: hidden;
}

#mainVisual .imageArea {
	content: "";
	background: url(../img/mainimg.jpg) no-repeat top 0 right 0;
	background-size: cover;
}

.copy {
	background: #1A005D;
	color: #ffffff;
	font-size: 24px;
	padding: 30px;
	display: flex;
  	flex-wrap: wrap;
	align-items: center;
	letter-spacing: 0.2em;
}
.copy div{
	text-align: center;
	width: 100%;
}

#top .copy p:nth-child(2),#sub .copy p{
	font-size: 35px;
}

#sub #mainVisual .imageArea, 
#sub #mainVisual .copy {
	height: 200px;
}

@media screen and (max-width: 769px) {
	#mainVisual {
		position: relative;
		margin-bottom: 90px;
	}
	
	#mainVisual .imageArea {
		width: 100%;
		height: 220px;
	}
	
	#mainVisual .copy {
		position: absolute;
		margin-top: 100px;
		bottom: -60px;
		right: -20px;
		height: 100px;
		font-size: 14px;
		width: 85%;
		padding: 10px 14px;
		line-height: 1.3;
	}
	#mainVisual .copy p{
		width: 100%;
		text-align: right;
	}
	#top .copy p:nth-child(2),#sub .copy p{
		font-size: 20px;
	}
}
@media screen and (max-width: 375px) {
	#mainVisual .copy {
		font-size: 13.6px;
		padding: 10px 10px;
	}
}

h2 {
	text-align: center;
	color: #1a005d;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

h2 span {
	display: block;
	font-size: 0.5em;
	color: #835fe0;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 769px) {
h2 {
	font-size: 18px;
}
}

.h2Design2{
	text-align: left;
	color: #1a005d;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
.h2Design2{
	font-size: 18px;
}
}

h3 {
	position: relative;
	text-align: center;
	color: #1a005d;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}

h3:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 4px;
	background-color: #1a005d;
	bottom: 0;
	left: calc(50% - 15px);
}

@media screen and (max-width: 769px) {
h3 {
	font-size: 14px;
}
}

.h3Design2{
	text-align: left;
	color: #1a005d;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
}
.h3Design2:after {
	content: none;
}
@media screen and (max-width: 769px) {
.h3Design2{
	font-size: 14px;
}
}

.textLayoutA {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
	.textLayoutA {
	width: 100%;
}
}

.textDesign01 {
	font-size: 20px;
}

@media screen and (max-width: 769px) {
.textDesign01 {
	font-size: 15px;
}
}

.textCaution {
	font-size: 0.9em;
}

.textCaution span {
	margin-right: 4px;
	color: #1A005D;
	font-weight: bold;
}

.clm2Design01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.clm2Design01 > li {
	width: calc(50% - 10px);
	border: 4px solid #f1f1f1;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}

.clm2Design01 > li:nth-of-type(n+3) {
	margin-top: 20px;
}

.clm2Design01 > li > div {
	width: 40%;
	overflow: hidden;
	display: flex;
}

.clm2Design01 > li > dl {
	width: 58%;
	padding: 20px;
}

@media screen and (max-width: 769px) {
	.clm2Design01 {
	display: block;
	max-width: 460px;
	margin: 0 auto;
}
	.clm2Design01 > li {
	width: 100%;
	border: 4px solid #f1f1f1;
	background-color: #ffffff;
	display: block;
}
	.clm2Design01 > li > div {
	width: 100%;
}
	.clm2Design01 > li > dl {
	width: 100%;
}
}

.clm3Design01 {
	display: flex;
	justify-content: space-between;
}

.clm3Design01 > li {
	width: calc((100% - 40px)/ 3);
	margin-right: 20px;
	background-color: #ffffff;
	border: 4px solid #f1f1f1;
}

.clm3Design01 > li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	.clm3Design01 > li {
	width: calc((100% - 20px)/ 3);
	margin-right: 10px;
	border: 4px solid #f1f1f1;
}
}

@media screen and (max-width: 769px) {
	.clm3Design01 {
	display: block;
	max-width: 460px;
	margin: 0 auto;
}
	.clm3Design01 > li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 12px;
}
}

.clm3Design01 > li > dl {
	padding: 20px 30px;
}

@media screen and (max-width: 769px) {
.clm3Design01 > li > dl {
	padding: 16px 16px;
}
}

.clm3Design01 > li > dl > dt {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #1a005d;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
.clm3Design01 > li > dl > dt {
	font-size: 14px;
}
}

.clm3Design01 > li > dl > dt:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 4px;
	background-color: #1a005d;
	bottom: 0;
	left: calc(50% - 15px);
}

dt {
	letter-spacing: 0.1em;	
}

.dlDesign01 {
	text-align: center;
}

.dlDesign01 dt {
	font-size: 15px;
}

@media screen and (max-width: 769px) {
	.dlDesign01 dt {
	font-size: 14px;
}
}

.dlDesign01 dd {
	margin-bottom: 12px;
}

.dlDesign02 {
	display: flex;
	justify-content: space-between;
}

.dlDesign02 > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23%;
	background-color: #dfd4ff;
	color: #1a005d;
	font-weight: bold;
	font-size: 16px;
}

.dlDesign02 > dt span {
	font-size: 2em;
	margin-left: 8px;
}

.dlDesign02 > dd {
	width: 76%;
	padding: 20px;
	border: 4px solid #f1f1f1;
	background-color: #FCFCFC;
}

@media screen and (max-width: 769px) {
	.dlDesign02 {
	display: block;
}
	
	.dlDesign02 > dt {
	font-size: 14px;
	width: 100%;
	padding: 8px 0;
}
	.dlDesign02 > dd {
	width: 100%;
	padding: 10px;
}

	.dlDesign02 > dt span {
	font-size: 1.5em;
}
	
}

.dlDesign03 dt {
	position: relative;
	color: #1a005d;
	font-size: 16px;;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.dlDesign03 dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #1a005d;
}

@media screen and (max-width: 769px) {
.dlDesign03 dt {
	font-size: 14px;
}
}

.dlDesign04 dt {
	font-size: 16px;
	margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
.dlDesign04 dt {
	font-size: 14px;
}
}

.dlDesign05 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.dlDesign05 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23%;
	padding: 20px;
	background-color: #8EC400;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.dlDesign05 dd {
	width: 76%;
	padding: 20px 30px;
	display: flex;
	align-content: center;
	background-color: #ffffff;
	border: 4px solid #F1EBE3;
	font-weight: bold;
}

@media screen and (max-width: 769px) {
	.dlDesign05 {
		display: block;
	}
	
	.dlDesign05 dt {
		padding: 8px;
		width: 100%;
		margin-bottom: 4px;
	}
	
	.dlDesign05 dd {
		padding: 10px 12px;
		width: 100%;
		justify-content: center;
	}
}


.bgColor > section > div {
	padding: 30px 30px;
	background-color: #ffffff;
	border: 4px solid #f1f1f1;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	.bgColor > section > div {
	padding: 30px 20px;
}
}

.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

.bgColor > section > div > table {
	width: 70%;
	margin: 20px auto;
}

@media screen and (max-width: 769px) {
	.bgColor > section > div table {
	width: 100%;
}
}

.tableDesign01 th,
.tableDesign01 td {
	padding: 20px 0;
	border-bottom: 1px solid #DCDCDC;
}

.tableDesign01 th {
	font-size: 13px;
	padding-left: 8px;
}

@media screen and (max-width: 769px) {
	.tableDesign01 th,
	.tableDesign01 td {
	display: block;
}
	.tableDesign01 th {
	border: none;
	padding: 10px 0;
}
	.tableDesign01 td {
	padding: 0 0 10px;
}
	.tableDesign01 colgroup{
		display: none;
	}
}

.tableHistory th,
.tableHistory td {
	padding: 20px 0;
}

.tableHistory th {
	position: relative;
	font-size: 13px;
	width: 30%;
}

.tableHistory td {
	width: 70%;
}

.tableHistory th:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 40px;
	width: 10px;
	height: 10px;
	border: 2px solid #450ed2;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 100;
}

.tableHistory th:after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 44px;
	width: 2px;
	height: 120%;
	background-color: #450ed2;
	z-index: 1;
}

.tableHistory tr:last-child th:after {
	height: 80%;
}
@media screen and (max-width: 1024px) {
.tableHistory th {
	width: 33%;
}

.tableHistory td {
	width: 67%;
}

.tableHistory th:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 45px;
	width: 10px;
	height: 10px;
	border: 2px solid #450ed2;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 100;
}

.tableHistory th:after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 49px;
	width: 2px;
	height: 120%;
	background-color: #450ed2;
	z-index: 1;
}
}

@media screen and (max-width: 769px) {
.tableHistory th,
.tableHistory td {
	display: block; 
}
	.tableHistory th {
		width: 100%;
		padding-left: 20px;
		padding-bottom: 8px;
		padding-top: 0;
	}
	
	.tableHistory td {
		width: 100%;
		padding-top: 0;
		padding-left: 24px;
		padding-bottom: 24px;
	}
	
	.tableHistory th:before {
	top: 3px;
	right: auto;
	left: 0;
	width: 10px;
	height: 10px;
	border: 2px solid #450ed2;
}
	.tableHistory th:after {
	top: calc(50% - 5px);
	right: auto;
	left: 4px;
	width: 2px;
	height: 460%;
}
	.tableHistory tr:last-child th:after {
	height: 280%;
}
}

.listDesign01 li {
	margin-bottom: 24px;
}

.label {
	display: inline-block;
	background: #9E9E9E;
	color: #fff;
	padding: 3px 8px;
	font-size: 0.9em;
	letter-spacing: 0.08em;
	margin-right: 8px;
}

#content p{
	margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
	.label {
	margin: 0 0 8px 0;
}
}

#contact {
	padding: 50px;
	background-color: #f6ffdf;
}

@media screen and (max-width: 769px) {
#contact {
	padding: 30px 0 50px;
}
}

main > div#contact > section {
	margin-bottom: 0;
}

#contact h2 {
	color: #8EC400;
}

#contact h2 span {
	color: #bde653;
}

#contact .contactBtn{
	margin-bottom: 40px;
}

#contact .contactBtn .Btn {
	max-width: 550px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#contact .contactBtn .Btn a {
	position: relative;
  	padding-left: 30px;
	max-width: 550px;
	padding: 24px;
	display: block;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #1A005D;
	font-size: 22px;
	font-weight: bold;
}
#contact .contactBtn a:hover {
	opacity: 0.8;
}
 
#contact .Btn a::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 25px; /* 横幅 */
  height: 25px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #FFFFFF;
}
 
#contact .Btn a::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1A005D;
  border-right: 3px solid #1A005D;
  transform: rotate(45deg);
}
#contact .Btn i.fa { /* メールアイコン */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 40px; /* 横幅 */
  height: 40px; /* 高さ */
  font-size: 40px;
}
@media screen and (max-width:500px){
	#contact .Btn i.fa { /* メールアイコン */
	  left: 16px;
	}
}

ol{
	margin: 0 0 20px 20px;
}
ol li{
	margin: 0 0 10px;
}

footer {
	text-align: center;
	padding-top: 8px;
	background-color: #1A005D;
	color: #ffffff;
	padding-bottom: 10px;
}
footer p {
    margin-bottom: 20px;
}
footer p a, footer p a:link, footer p a:visited{
    color: #fff;
	font-weight: bold;
}

/* mapCanvas */
#mapCanvas {
	width: 100vw;
	height: 350px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 769px) {
	#mapCanvas {
		height: 260px;
	}
}

a[href^="tel:"] {
	color: #444;
}

@media screen and (min-width: 770px) {
	a[href^="tel:"] {
    pointer-events: none;
	}
}

.pageTop {
	content: "";
	display: block;
	position: fixed;
	bottom: 30px;
	right: 80px;
	width: 60px;
	height: 60px;
	background-color: #1a005d;
	border-radius: 10px;
}

.pageTop span:after {
	content: "";
	z-index: 500;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: .4s;
}

@media screen and (max-width: 1024px) {
	header {
		z-index: 1000;
	}
	
	header.fixed {
		padding: 8px 30px;
		width: calc(100% - 48px);
		left: 24px;
	}
	
	.spMenu {
		display: block;
	}
	
	nav {
		position: fixed;
		top: 100px;
		right: -100vw;
		width: 80%;
		height: 100vh;
		background: #fff;
		transition: .6s;
		z-index: 9999;
	}
	
	.active nav {
		display: block;
		right: 24px;
		background-color: #1A005D;
	}
	
	.fixed nav {
		top: 56px;
	}
	
	#menu {
		display: block;
	}
	
	nav ul {
		width: 100%;
		padding: 20px;
	}
	
	#menu li {
		margin-right: 0;
		border-bottom: 1px solid #31C0D6;
	}
	
	#menu li a {
		width: 100%;
		padding: 20px;
		color: #fff;
		letter-spacing: 0.1em;
	}
	
.spMenu {
	margin-right: 20px;
	width: 40px;
	height: 40px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 41px;
}
.menu-trigger span {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 3px;
  background-color: #1a005d;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 8px;
}

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}

	.recruitBtn {
		font-size: 14px;
		top: auto;
		bottom: -3px;
		right: auto;
		left: 10%;
		width: 60%;
		border-radius: 3px;
		z-index: 10;
	}
	
	.recruitBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 64px;
	padding: 0;
	background-color: #8EC400;
	letter-spacing: 0.1em;
	border-radius: 3px;
	z-index: 10;
}
	
	.recruitBtn a:hover {
		opacity: 1;
	}
	
	.pageTop {
		width: 16%;
		height: 64px;
		right: 10%;
		bottom: -3px;
		border-radius: 3px;
	}
	
#layer.sp-layer {
	display: block;
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	top: 100px;
	left: 24px;
	height: 100%;
	width: calc(100% - 48px);
	content: "";
	z-index: 200;
}
	
.fixed #layer.sp-layer {
	top: 56px;
}
footer {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 769px) {
.spMenu {
		margin-right: 0;
	}
header.fixed {
	top: 0;
	left: 12px;
	width: calc(100% - 24px);
	height: 44px;
	margin: 0 0 0 0;
	padding: 0px 8px 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 800;
}
	#logo {
		width: 130px;
	}
	
	nav {
		top: 64px;
	}
	
	.fixed nav {
		top: 44px;
	}
	
	.active nav {
		right: 12px;
	}

.menu-trigger span {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 3px;
  background-color: #1a005d;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
	
	.recruitBtn {
		font-size: 14px;
		top: auto;
		bottom: -3px;
		right: auto;
		left: 7%;
		width: 60%;
		border-radius: 3px;
	}
	
	.recruitBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 56px;
	padding: 0;
	background-color: #8EC400;
	letter-spacing: 0.1em;
	border-radius: 3px;
}
	
	.recruitBtn a:hover {
		opacity: 1;
	}
	
	.pageTop {
		width: 22%;
		height: 56px;
		right: 7%;
		bottom: -3px;
		border-radius: 3px;
	}
	
	footer {
		padding-bottom: 50px;
	}
	
#layer.sp-layer {
	top: 64px;
	left: 12px;
	width: calc(100% - 24px);
}
	
.fixed #layer.sp-layer {
	top: 44px;
}
	
}
/*-----------------------------*/

.linkText a{
    position: relative;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    color: #1A005D;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.linkText a::before,
.linkText a::after{
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8EC400;
    border-right: 2px solid #8EC400;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.linkText a::after{
    left: 6px;
}
.linkText a:hover{
    opacity: 0.6;
}
.canonical{
    padding: 2px 0 2px 16px;
    position: relative;
}
.canonical::before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
}

.caption{
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 40px;
	text-align: left;
	padding-left: 14px;
}
@media screen and (min-width: 769px){
	.caption{
		max-width: 1000px;
		width: 100%;
		margin: 40px auto 100px;
		text-align: left;
	}
}
/*-----------------------------*/
.mt0{
	margin-top: 0px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}