@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');
* {
	box-sizing: border-box;
}
body {
	background: #FAF5E8;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #775100;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited, a:hover {
	color: #775100;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
}
#main {
	display: block;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	background: #333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
}
#pagescroll a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	margin: 2px 0 0;
}
#pagescroll a:hover {
	opacity: 0.7;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.font-akshar {
  font-family: "Akshar", sans-serif;
  font-style: normal;
}
.scroll-fade {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.scroll-fade.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.entrybtn {
	margin: 0;
}
.entrybtn a {
	display: block;
	position: relative;
	background-image: linear-gradient(90deg, rgba(65, 226, 182, 1), rgba(0, 189, 224, 1));
	border-radius: 80px;
	box-shadow: 0 6px 10px rgba(0,0,0,0.15);
	text-align: center;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
}
.entrybtn a:before,
.entrybtn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.entrybtn a:before {
	right: 20px;
	transform: translate(0, -50%);
	background: #fff;
	border-radius: 50%;
}
.entrybtn a:after {
	transform: translate(0, -50%) rotate(135deg);
}
.entrybtn a:hover {
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	body {
		font-size: 15px;
	}
	#pagescroll a {
		bottom: 80px;
		right: 10px;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
}
/* cta
------------------------------------------------*/
.cta {
	background-image: linear-gradient(rgba(236, 246, 247, 1), rgba(169, 241, 214, 1));
	padding: 40px 0 50px;
	text-align: center;
}
.cta h2 {
	margin: 0 0 10px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 700;
}
.cta h2 span {
	position: relative;
	padding: 0 30px;
}
.cta h2 span:before,
.cta h2 span:after {
	content: "";
	position: absolute;
	top: 0;
	background: #775100;
	width: 3px;
	height: 40px;
}
.cta h2 span:before {
	left: 10px;
	transform: rotate(-25deg);
}
.cta h2 span:after {
	right: 10px;
	transform: rotate(25deg);
}
.cta h2 b {
	position: relative;
	top: 3px;
	padding: 0 3px;
  font-family: "Akshar", sans-serif;
	font-size: 47px;
}
.cta .entrybtn a {
	width: 700px;
	height: 156px;
	border: 5px solid #fff;
	margin: 0 auto;
	padding: 11px 0 0;
	line-height: 1.2;
	font-size: 37px;
}
.cta .entrybtn a span {
	color: #FFF850;
}
.cta .entrybtn a span b {
	position: relative;
	top: 3px;
  font-family: "Akshar", sans-serif;
	font-size: 61px;
}
.cta .entrybtn a:before {
	width: 30px;
	height: 30px;
}
.cta .entrybtn a:after {
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: solid 3px #00BDE0;
	border-left: solid 3px #00BDE0;
}
@media screen and (max-width:767px) {
	.cta {
		padding: 20px 0 30px;
	}
	.cta h2 {
		margin: 0;
		font-size: 20px;
	}
	.cta h2 b {
		font-size: 40px;
	}
	.cta h2 span:before, .cta h2 span:after {
		height: 30px;
	}
	.cta .entrybtn a {
		width: 90%;
		height: 90px;
		border-width: 2px;
		padding: 0;
		font-size: 20px;
	}
	.cta .entrybtn a:before {
		width: 20px;
		height: 20px;
	}
	.cta .entrybtn a:after {
		right: 27px;
		width: 6px;
		height: 6px;
		border-top: solid 2px #00BDE0;
		border-left: solid 2px #00BDE0;
	}
	.cta .entrybtn a span b {
		font-size: 41px;
	}
}
/* main
------------------------------------------------*/
#main img {
	max-width: 100%;
	height: auto;
}
#main .inner {
	width: 1000px;
	margin: 0 auto;
}
#main .title {
	background: #EB7209;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin: 100px 0 0;
	padding: 40px 0;
}
#main .title h2 {
	position: relative;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
}
#main .title h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	background: #fff;
	width: 100px;
	height: 4px;
	margin: 0 0 0 -50px;
}
@media screen and (max-width:1024px) {
	#main .inner {
		width: 90%;
	}
	#main .title {
		margin: 80px 0 0;
	}
	#main .title h2 {
		font-size: 38px;
	}
}
@media screen and (max-width:767px) {
	#main .title {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		margin: 60px 0 0;
		padding: 25px 0 30px;
	}
	#main .title h2 {
		font-size: 26px;
	}
	#main .title h2:after {
		width: 60px;
		height: 3px;
		margin: 0 0 0 -30px;
	}
}
/* description
------------------------------------------------*/
.description .lead {
	background: #FFEBC3;
	padding: 30px 0;
}
.description .lead .flex {
	align-items: center;
	background: #fff;
}
.description .lead .flex p {
	margin: 0;
}
.description .lead .img {
	width: 40%;
}
.description .lead .txt {
	width: 60%;
	padding: 20px 40px;
	font-size: 24px;
	font-weight: 700;
}
.description .lead .txt h3 {
	margin: 0 0 10px;
	letter-spacing: 0.06em;
	line-height: 1.4;
}
.description .lead .txt p {
	display: flex;
	align-items: center;
}
.description .lead .txt p span:first-child {
	display: block;
	background: #FF9D00;
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 20px;
	color: #fff;
}
.description .info p.triger {
	background: #fff;
	width: 800px;
	border: 1px solid #EB7209;
	border-radius: 10px;
	margin: 40px auto 20px;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #EB7209;
	cursor: pointer;
}
.description .info p.triger span {
	position: relative;
	padding: 0 0 0 40px;
}
.description .info p.triger span:before,
.description .info p.triger span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.description .info p.triger span:before {
	left: 0;
	transform: translate(0, -50%);
	background: #EB7209;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.description .info p.triger span:after {
	left: 9px;
	transform: translate(0, -50%) rotate(-135deg);
	width: 8px;
	height: 8px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	margin: -2px 0 0;
}
.description .info p.triger.open span:after {
	transform: translate(0, -50%) rotate(45deg);
	margin: 2px 0 0;
}
.description .info table {
	display: none;
	width: 800px;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 14px;
}
.description .info table th {
	background: #FFE09F;
	border-bottom: 1px solid #fff;
	padding: 20px;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
}
.description .info table td {
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.description .info table td ul {
	list-style: disc;
	padding: 0 0 0 1.5em;
}
.description .info table td ul.marginbottom li {
	margin-bottom: 1em;
}
.description .careerbtn {
	width: 550px;
	margin: 30px auto;
}
.description .careerbtn a {
	display: block;
	position: relative;
	background: #45A9BC;
	height: 100px;
	padding: 0 50px 0 0;
	line-height: 100px;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 29px;
	color: #fff;
}
.description .careerbtn a:hover {
	opacity: 0.8;
}
.description .careerbtn a:before,
.description .careerbtn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.description .careerbtn a:before {
	right: 60px;
	transform: translate(0, -50%);
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.description .careerbtn a:after {
	right: 70px;
	transform: translate(0, -50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: solid 3px #45A9BC;
	border-left: solid 3px #45A9BC;
}
.description .careerbtn a span {
	display: inline-block;
	background: url("img/icon-career.svg") no-repeat left bottom;
	padding: 0 5px 0 80px;
	font-size: 39px;
}
.description .moneygift {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.description .moneygift dl {
	position: relative;
	width: 72.5%;
	margin: 30px 0 0;
}
.description .moneygift dt span {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	background: #C30D23;
	width: 390px;
	padding: 10px 0;
	border-radius: 35px;
	line-height: 1;
	letter-spacing: 0.18em;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}
.description .moneygift dd {
	margin: 0;
}
.description .moneygift p {
	margin: 0;
	width: 26%;
}
@media screen and (max-width:1024px) {
	.description .lead .txt {
		padding: 20px 30px;
		font-size: 19px;
	}
	.description .lead .txt p span:first-child {
		font-size: 17px;
	}
	.description .info p.triger,
	.description .info table {
		width: 90%;
	}
	.description .careerbtn a {
		font-size: 25px;
	}
	.description .careerbtn a span {
		font-size: 32px;
	}
	.description .moneygift {
		width: 90%;
		padding: 30px 0 0;
	}
	.description .moneygift dt span {
		width: 300px;
		font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.description .lead .img {
		width: 100%;
		padding: 20px 20px 0;
		text-align: center;
	}
	.description .lead .txt {
		width: 100%;
		padding: 20px;
		font-size: 18px;
	}
	.description .lead .txt p span:first-child {
		font-size: 16px;
	}
	.description .info table {
		font-size: 13px;
	}
	.description .info table th,
	.description .info table td {
		padding: 15px;
	}
	.description .careerbtn {
		width: 80%;
	}
	.description .careerbtn a {
		height: 80px;
		padding: 0 20px 0 0;
		line-height: 80px;
		font-size: 20px;
	}
	.description .careerbtn a:before {
		right: 30px;
		width: 20px;
		height: 20px;
	}
	.description .careerbtn a:after {
		right: 36px;
    width: 7px;
    height: 7px;
	}
	.description .careerbtn a span {
		background-size: auto 90%;
		padding: 0 5px 0 60px;
		font-size: 30px;
	}
	.description .moneygift {
		padding: 0;
	}
	.description .moneygift dt span {
		top: -15px;
		width: 200px;
		padding: 5px 0;
		font-size: 18px;
	}
}
@media screen and (max-width:480px) {
	.description .lead .txt {
		font-size: 16px;
	}
	.description .lead .txt p span:first-child {
		font-size: 14px;
	}
	.description .info p.triger span {
		padding: 0 0 0 30px;
	}
	.description .info p.triger span:before {
		width: 20px;
		height: 20px;
	}
	.description .info p.triger span:after {
		left: 6px;
		width: 5px;
		height: 5px;
		margin: -1px 0 0;
	}
	.description .careerbtn a {
		padding: 0 30px 0 0;
		font-size: 18px;
	}
	.description .careerbtn a:before {
		right: 20px;
	}
	.description .careerbtn a:after {
		right: 26px;
	}
	.description .careerbtn a span {
		padding: 0 5px 0 60px;
		font-size: 26px;
	}
	.description .moneygift dl {
		width: 100%;
	}
	.description .moneygift p {
		width: 65%;
		margin: 20px 0 0 auto;
	}
}
/* strength
------------------------------------------------*/
.strength > div .inner {
	position: relative;
}
.strength > div .inner:before {
	content: '';
	display: block;
	position: absolute;
	top: -23px;
	width: 118px;
	height: 106px;
}
.strength h2 {
	margin: 0 0 10px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	font-size: 63px;
	font-weight: 700;
}
.strength h2 span {
	color: #EB7209;
}
.strength .point01 {
	background: url("img/bg-strength.jpg") no-repeat center;
	background-size: cover;
	padding: 0 0 100px;
}
.strength .point01 .inner:before {
	left: 0;
	background: url("img/icon-strength-point01.svg") no-repeat 0 0;
	background-size: cover;
}
.strength .point02 {
	background: #FFEBC3;
}
.strength .point02 .inner {
	padding: 100px 0;
}
.strength .point02 .inner:before {
	right: 0;
	background: url("img/icon-strength-point02.svg") no-repeat 0 0;
	background-size: cover;
}
.strength .point03 .inner {
	padding: 80px 0 100px;
}
.strength .point03 .inner:before {
	left: 0;
	background: url("img/icon-strength-point03.svg") no-repeat 0 0;
	background-size: cover;
}
.strength .point01 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 0 40px 150px;
	padding: 20px 0 0;
}
.strength .point01 dt {
	line-height: 1.2;
	letter-spacing: 0.06em;
	font-size: 46px;
	font-weight: 700;
}
.strength .point01 dd {
	margin: 0 0 0 20px;
}
.strength .point01 dd + dd {
	width: 100%;
	margin: 5px 0 0;
}
.strength .point01 .flex {
	justify-content: flex-start;
}
.strength .point01 ul li {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	border: 2px solid #EB7209;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 100px 0 0;
	font-size: 32px;
	font-weight: 700;
}
.strength .point01 ul li span {
	letter-spacing: -0.03em;
	font-size: 90px;
	font-weight: 600;
}
.strength .point01 ul li:first-child {
	background: #fff url("img/icon-human.svg") no-repeat center top 25px;
	background-size: auto 60px;
}
.strength .point01 ul li:last-child {
	background: #fff url("img/icon-bill.svg") no-repeat center top 25px;
	background-size: auto 60px;
	margin: 0 0 0 30px;
}
.strength .point01 ul li:last-child span {
	margin: 0 5px 0 0;
}
.strength .point01 .flex p {
	width: calc(100% - 600px);
	margin: 0 0 0 30px;
	font-size: 18px;
}
.strength .point01 .box {
	background: rgba(255,255,255,0.9);
	margin: 40px 0 0;
	padding: 20px 30px;
}
.strength .point02 .flex .txt,
.strength .point02 .flex .img,
.strength .point03 .flex .txt,
.strength .point03 .flex .img {
	width: 48%;
	margin: 0;
}
.strength .point02 .flex .txt p {
	margin: 20px 0 0;
}
.strength .point03 .flex .txt {
	font-size: 18px;
}
.strength .point03 .flex .txt p:last-child {
	font-size: 16px;
}
@media screen and (max-width:1024px) {
	.strength > div .inner:before {
		top: -16px;
		width: 82px;
		height: 74px;
	}
	.strength h2 {
		font-size: 48px;
	}
	.strength .point01 dl {
		margin: 0 0 30px 100px;
	}
	.strength .point01 dt {
		font-size: 36px;
	}
	.strength .point01 dd {
		width: 280px;
	}
	.strength .point01 ul li {
		width: 200px;
		height: 200px;
		padding: 80px 0 0;
		font-size: 22px;
	}
	.strength .point01 ul li:first-child {
		background-size: auto 50px;
	}
	.strength .point01 ul li:last-child {
		background-size: auto 50px;
		margin: 0 0 0 20px;
	}
	.strength .point01 ul li span {
		font-size: 60px;
	}
	.strength .point01 .flex p {
		width: calc(100% - 450px);
		font-size: 16px;
	}
	.strength .point02 .inner,
	.strength .point03 .inner {
		padding: 50px 0 60px;
	}
	.strength .point03 .flex .txt {
		font-size: 16px;
	}
	.strength .point03 .flex .txt p:last-child {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	.strength > div .inner:before {
		top: -12px;
		width: 61px;
		height: 55px;
	}
	.strength .point02 .inner:before {
		left: 0;
		right: auto;
	}
	.strength h2 {
		text-align: center;
		font-size: 36px;
	}
	.strength .point01 {
		padding: 0 0 60px;
	}
	.strength .point01 dl {
		justify-content: center;
		margin: 0 0 30px;
	}
	.strength .point01 dt {
		font-size: 28px;
	}
	.strength .point01 dd {
		width: 220px;
	}
	.strength .point01 dd + dd {
		text-align: center;
	}
	.strength .point01 .flex {
		justify-content: center;
	}
	.strength .point01 .flex p {
		width: 100%;
		margin: 20px 0 0;
	}
	.strength .point01 .box {
		padding: 15px 20px;
	}
	.strength .point02 .flex .txt,
	.strength .point02 .flex .img,
	.strength .point03 .flex .txt,
	.strength .point03 .flex .img {
		width: 100%;
	}
	.strength .point02 .flex .txt {
		margin: 0 0 20px;
	}
	.strength .point03 .flex .img {
		margin: 10px 0 0;
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	.strength h2 {
		font-size: 30px;
	}
	.strength .point01 dl {
		margin: 0 0 20px;
		padding: 30px 0 0;
	}
	.strength .point01 dt {
		font-size: 21px;
	}
	.strength .point01 dd {
		margin: 0 0 0 10px;
		width: 160px;
	}
	.strength .point01 dd + dd {
		font-size: 12px;
	}
	.strength .point01 ul li {
		width: 160px;
		height: 160px;
		padding: 60px 0 0;
		font-size: 18px;
	}
	.strength .point01 ul li:first-child {
		background-position: center top 10px;
		background-size: auto 40px;
	}
	.strength .point01 ul li:last-child {
		background-position: center top 10px;
		background-size: auto 40px;
		margin: 0 0 0 10px;
	}
	.strength .point01 ul li span {
		font-size: 50px;
	}
}
/* reason
------------------------------------------------*/
.reason {
	background: #F4E6C6;
	padding: 0 0 100px;
}
.reason .box {
	background: #fff;
	width: 48%;
	border-radius: 20px;
	margin: 40px 0 0;
	padding: 20px 30px;
}
.reason .box.flex {
	width: 100%;
}
.reason .box p {
	margin: 0;
	text-align: center;
}
#main .reason .box p img {
	max-width: none;
	width: auto;
	height: 200px;
}
.reason .box dl {
	margin: 20px 0 0;
}
.reason .box dt {
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.06em;
	font-size: 24px;
	font-weight: 700;
}
.reason .box dd {
	margin: 15px 0 0;
	font-size: 18px;
}
.reason .box dd ul {
	border-top: 1px solid #ccc;
}
.reason .box dd ul li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 7px 30px;
	font-weight: 700;
}
.reason .box dd ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 10px;
	background: #FF9D00;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.reason .box.flex p {
	width: 48%;
	text-align: center;
}
.reason .box.flex dl {
	width: 48%;
}
.reason .box.flex dt {
	text-align: left;
}
@media screen and (max-width:767px) {
	.reason {
		padding: 0 0 60px;
	}
	.reason .box {
		width: 100%;
		margin: 30px 0 0;
	}
	.reason .box dt {
		font-size: 20px;
	}
	.reason .box dd {
		font-size: 16px;
	}
	.reason .box.flex p,
	.reason .box.flex dl {
		width: 100%;
	}
	.reason .box.flex dt {
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	#main .reason .box p img {
		max-width: 90%;
		height: auto;
	}
}
/* staff
------------------------------------------------*/
.staff {
	padding: 0 0 60px;
}
.staff .interview {
	background: #FFEBC3;
	margin: 40px 60px 60px;
}
.staff .interview.no02 {
	flex-direction: row-reverse;
	margin: 100px 60px 60px;
}
.staff .interview .box {
	position: relative;
	width: 50%;
}
.staff .interview dl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.8);
	margin: 0;
	padding: 50px 40px 20px;
	white-space: nowrap;
}
.staff .interview dl:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #FF9D00;
	padding: 10px 15px;
	line-height: 1;
  font-family: "Akshar", sans-serif;
	font-size: 19px;
	color: #fff;
}
.staff .interview.no01 dl:before {
	content: 'INTERVIEW 01';
}
.staff .interview.no02 dl:before {
	content: 'INTERVIEW 02';
}
.staff .interview dt {
	letter-spacing: 0.06em;
	line-height: 1.4;
	font-size: 24px;
	font-weight: 700;
}
.staff .interview dd {
	margin: 5px 0 0;
}
.staff .interview dt + dd {
	font-size: 18px;
}
.staff .interview p {
	width: 50%;
	margin: 0;
}
#main .staff .inner {
	width: 800px;
}
.staff h3 {
	display: flex;
	align-items: center;
	background: #FFE09F;
	margin: 40px 0 20px;
	padding: 10px 20px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
}
.staff h3 i {
	margin: 0 10px 0 0;
	line-height: 1;
  font-family: "Akshar", sans-serif;
	font-style: normal;
	font-size: 32px;
	font-weight: 500;
	color: #FF9D00;
}
.staff h3 + .flex.reverse {
	flex-direction: row-reverse;
}
.staff h3 + .flex .img {
	width: 37.5%;
	margin: 0;
}
.staff h3 + .flex .txt {
	width: 58.5%;
}
.staff h3 + .flex .txt p {
	margin-top: 0;
}
@media screen and (max-width:1024px) {
	.staff .interview {
		margin: 30px 35px;
	}
	.staff .interview.no02 {
		margin: 60px 35px 30px;
	}
	.staff .interview dl {
		padding: 40px 20px 20px;
	}
	.staff .interview dl:before {
		padding: 5px 10px;
		font-size: 16px;
	}
	.staff .interview dt {
		font-size: 22px;
	}
	.staff .interview dt + dd {
		font-size: 16px;
	}
	#main .staff .inner {
		width: 90%;
	}
}
@media screen and (max-width:767px) {
	.staff {
		padding: 0 0 30px;
	}
	.staff .interview {
		flex-direction: column-reverse;
		margin: 30px 5%;
	}
	.staff .interview.no02 {
		flex-direction: column-reverse;
		margin: 60px 5% 30px;
	}
	.staff .interview .box {
		width: 100%;
	}
	.staff .interview dl {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: 25px;
	}
	.staff .interview dt {
		font-size: 20px;
	}
	.staff .interview p {
		width: 100%;
	}
	.staff h3 {
		padding: 10px;
		font-size: 16px;
	}
	.staff h3 i {
		font-size: 28px;
	}
	.staff h3 + .flex .img {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	.staff h3 + .flex .txt {
		width: 100%;
	}
}
/* training
------------------------------------------------*/
.training {
	padding: 100px 0 60px;
}
.training .headline {
	position: relative;
	text-align: center;
}
.training .headline:before,
.training .headline:after {
	content: '';
	position: absolute;
}
.training .headline:before {
	top: 60px;
	left: 0;
	background: url("img/icon-shine01.svg") no-repeat 0 0;
	background-size: cover;
	width: 74px;
	height: 93px;
}
.training .headline:after {
	top: 130px;
	right: 0;
	background: url("img/icon-shine02.svg") no-repeat 0 0;
	background-size: cover;
	width: 63px;
	height: 55px;
}
.training .lines {
	display: inline-block;
	position: relative;
	background-image: linear-gradient(rgba(255, 207, 46, 1), rgba(255, 157, 0, 1));
	margin: 0 0 30px;
	padding: 5px 50px;
	border-radius: 20px;
	filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16));
	text-align: center;
	letter-spacing: 0.04em;
	font-size: 53px;
	font-weight: 700;
	color: #fff;
}
.training .lines:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	background: #FF9D00;
	width: 30px;
	height: 20px;
	margin: 0 0 0 -15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.training .headline h2 {
	margin: 0;
	line-height: 1.5;
	text-align: center;
	font-size: 71px;
	font-weight: 700;
}
.training .headline h2 strong {
	display: block;
	font-size: 41px;
}
.training .headline h2 span {
	color: #EB7209;
}
.training h3 {
	position: relative;
	margin: 50px 0 20px;
	padding: 0 0 0 35px;
	letter-spacing: 0.06em;
	font-size: 30px;
	font-weight: 700;
}
.training h3:before,
.training h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
}
.training h3:before {
	left: 0;
	background: #FF9D00;
	width: 20px;
	height: 20px;
}
.training h3:after {
	left: 5px;
	background: #FAF5E8;
	width: 10px;
	height: 10px;
}
.training ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.training ol li {
	position: relative;
	width: 18%;
	background: #fff;
	border-radius: 20px;
	font-size: 15px;
}
.training ol li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -23px;
	transform: translate(0, -50%) rotate(-90deg);
	background: #FF9D00;
	width: 20px;
	height: 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.training ol li:last-child:before {
	content: none;
}
.training ol li span {
	display: block;
	background: #FFE09F;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
	color: #EB7209;
}
.training ol li strong {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: 0 0 5px;
	line-height: 1.5;
	text-align: center;
	font-size: 18px;
	color: #EB7209;
}
.training ol li div {
	padding: 0 10px 10px;
}
.training .flex .txt {
	width: 36%;
}
.training .flex .img {
	width: 60%;
	margin: 50px 0 0;
}
@media screen and (max-width:1024px) {
	.training {
		padding: 60px 0 40px;
	}
	.training .headline:before {
		top: 30px;
		width: 50px;
		height: 63px;
	}
	.training .headline:after {
		top: 70px;
		width: 50px;
		height: 43px;
	}
	.training .lines {
		font-size: 34px;
	}
	.training .headline h2 {
		font-size: 48px;
	}
	.training .headline h2 strong {
		font-size: 30px;
	}
	.training h3 {
		font-size: 26px;
	}
	.training ol li {
		font-size: 14px;
	}
	.training ol li:before {
		right: -20px;
	}
	.training ol li strong {
		height: 50px;
		font-size: 16px;
	}
}
@media screen and (max-width:767px) {
	.training {
		padding: 40px 0;
	}
	.training .headline:before {
		top: 0;
		left: -20px;
	}
	.training .headline:after {
		top: 40px;
		right: -20px;
	}
	.training .lines {
    border-radius: 10px;
		margin: 0 0 20px;
		padding: 5px 30px;
		font-size: 22px;
	}
	.training .lines:after {
		bottom: -15px;
		width: 20px;
		height: 15px;
		margin: 0 0 0 -10px;
	}
	.training .headline h2 {
		font-size: 32px;
	}
	.training .headline h2 strong {
		font-size: 20px;
	}
	.training h3 {
    margin: 40px 0 15px;
		font-size: 20px;
	}
	.training ol li {
		width: 100%;
		margin: 0 0 20px;
	}
	.training ol li:before {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -15px;
		transform: translate(-50%, 0);
	}
	.training ol li:after {
		content: "";
		display: block;
		clear: both;
	}
	.training ol li span {
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90px;
		height: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
		margin: 0;
		padding: 10px;
		line-height: 1.4;
	}
	.training ol li strong {
		display: block;
		width: auto;
		height: auto;
		margin: 0;
		padding: 10px 10px 5px 100px;
		text-align: left;
	}
	.training ol li div {
		padding: 0 15px 10px 100px;
	}
	.training .flex .txt {
		width: 100%;
	}
	.training .flex .img {
		width: 100%;
		margin: 10px 0 0;
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	.training {
		padding: 30px 0;
	}
	.training .lines {
		margin: 0 0 15px;
		padding: 5px 20px;
		font-size: 18px;
	}
	.training .lines:after {
		bottom: -10px;
		width: 14px;
		height: 10px;
		margin: 0 0 0 -7px;
	}
	.training .headline:before {
		top: 10px;
		left: -15px;
		width: 35px;
		height: 45px;
	}
	.training .headline:after {
		top: 35px;
		width: 40px;
		height: 35px;
	}
	.training .headline h2 {
		font-size: 24px;
	}
	.training .headline h2 strong {
		font-size: 16px;
	}
}
/* fellow
------------------------------------------------*/
#fellow {
	display: none;
}
@media screen and (max-width:767px) {
	#fellow {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1;
		background: rgba(0,0,0,0.4);
		width: 100%;
		padding: 10px 5%;
	}
	#fellow ul {
		display: flex;
		justify-content: center;
	}
	#fellow ul li {
		width: calc(50% - 10px);
		max-width: 200px;
	}
	#fellow ul li:last-child {
		margin: 0 0 0 20px;
	}
	#fellow ul li a {
		display: block;
		border: 2px solid #fff;
		border-radius: 80px;
		padding: 10px;
		box-shadow: 0 6px 10px rgba(0,0,0,0.15);
		line-height: 1.5;
		letter-spacing: 0.06em;
		text-align: center;
		font-size: 15px;
		font-weight: 700;
		color: #fff;
	}
	#fellow ul li:first-child a {
		background-image: linear-gradient(90deg, rgba(255, 202, 23, 1), rgba(255, 118, 0, 1));
	}
	#fellow ul li:last-child a {
		background-image: linear-gradient(90deg, rgba(65, 226, 182, 1), rgba(0, 189, 224, 1));
	}
}
/* footer
------------------------------------------------*/
#footer {
	padding: 60px 0 40px;
}
#footer p {
	margin: 0;
	text-align: center;
}
#footer table {
	width: 800px;
	border-collapse: collapse;
	margin: 30px auto 40px;
	font-size: 14px;
}
#footer table th {
	background: #FFE09F;
	border-bottom: 1px solid #fff;
	padding: 20px;
	text-align: left;
	font-weight: 700;
}
#footer table td {
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
#footer small {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #888;
}
.footer-link {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
}
.footer-link a {
	display: block;
	background: #F7AA04;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.footer-link a:hover {
	background: #F7A304;
}
.footer-link.btn2 a {
	background: #F7AA04;
}
.footer-link.btn2 a:hover {
	background: #F7A304;
}
@media screen and (max-width:1024px) {
	#footer table {
		width: 90%;
	}
}
@media screen and (max-width:767px) {
	#footer {
		padding: 40px 0 100px;
	}
	#footer table {
		font-size: 13px;
	}
	#footer table th,
	#footer table td {
		padding: 15px;
	}
	#footer small {
		font-size: 11px;
	}
}
@media screen and (max-width:480px) {
	.footer-link a {
		position: relative;
		height: 42px;
		padding: 10px 10px 0;
		line-height: 1.4;
		font-size: 14px;
	}
	.footer-link a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 7px;
		height: 7px;
		border-left: solid 2px #fff;
		border-top: solid 2px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin: -4px 0 0;
	}
	.footer-link a span {
		display: block;
		font-size: 16px;
	}
}
/* header
------------------------------------------------*/
#header {
	position: relative;
	background: url("img/bg-header.jpg") no-repeat center top;
	background-size: cover;
	padding: 30px 0;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 134px;
	height: 134px;
	margin: 0;
	padding: 25px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
#header h1 {
	margin: 0 0 30px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 62px;
	color: #EB7209;
}
#header h1 span {
	display: block;
	letter-spacing: 0.06em;
	font-size: 24px;
	color: #775100;
}
#header .entrybtn {
	position: absolute;
	top: 30px;
	right: 60px;
}
#header .entrybtn a {
	width: 250px;
	height: 70px;
	border: 2px solid #fff;
	padding: 15px 0 0;
	font-size: 18px;
}
#header .entrybtn a:before {
	width: 20px;
	height: 20px;
}
#header .entrybtn a:after {
	right: 27px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #00BDE0;
	border-left: solid 2px #00BDE0;
}
#header .vis {
	margin-bottom: -90px;
}
#header .vis ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 60px;
}
#header .vis ul li img {
	max-width: 100%;
	height: auto;
}
#header .vis ul:last-child {
	justify-content: center;
	position: relative;
	top: -90px;
}
#header .vis ul:first-child li {
	width: 48%;
}
#header .vis ul:first-child li img {
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media screen and (max-width:1100px) {
	#header h1 {
		padding: 0 60px 0 0;
		font-size: 50px;
	}
	#header h1 span {
		font-size: 20px;
	}
	#header h1 .sp-block {
		display: block !important;
	}
	#header .entrybtn {
		right: 35px;
	}
	#header .entrybtn a {
		width: 200px;
		height: 55px;
		padding: 11px 0 0;
		font-size: 16px;
	}
	#header .entrybtn a:before {
		right: 15px;
		width: 16px;
		height: 16px;
	}
	#header .entrybtn a:after {
		right: 21px;
	}
	#header .vis ul {
		padding: 0 35px;
	}
	#header .vis ul:last-child li {
		width: 30%;
	}
}
@media screen and (max-width:767px) {
	#header .logo {
		width: 80px;
		height: 80px;
		padding: 15px;
	}
	#header h1 {
		margin: 0 0 15px;
		padding: 15px 0 0;
		font-size: 29px;
	}
	#header h1 span {
		font-size: 15px;
	}
	#header .entrybtn {
		top: 10px;
		right: 10px;
	}
	#header .entrybtn a {
		width: 140px;
		height: 46px;
		padding: 8px 0 0 20px;
		text-align: left;
		font-size: 14px;
	}
	#header .entrybtn a:before {
		right: 10px;
	}
	#header .entrybtn a:after {
		right: 16px;
	}
	#header .vis {
		margin-bottom: -100px;
	}
	#header .vis ul:first-child {
		padding: 0;
	}
	#header .vis ul:first-child li {
		width: 100%;
	}
	#header .vis ul:first-child li img {
		border-radius: 0;
	}
	#header .vis ul:last-child {
		top: -100px;
		justify-content: flex-start;
		padding: 0 35px;
	}
	#header .vis ul:last-child li {
		width: 50%;
	}
	#header .vis ul:last-child li:last-child {
		padding: 2%;
	}
	#header .vis ul:last-child li:last-child img {
		border-radius: 30px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
}
@media screen and (max-width:480px) {
	#header h1 {
		padding: 45px 0 0;
	}
	#header .vis ul:last-child {
		padding: 0 15px;
	}
}