@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css";
@import "https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.css";

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
	margin: 0;
}

ul[role="list"],
ol[role="list"] {
	list-style: none;
}

html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeSpeed;
	min-height: 100vh;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img,
picture {
	display: block;
	max-width: 100%;
	height:auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

html,
body {
	width: 100vw;
	overflow-x: hidden;
}

@media (max-width: 599px) {

	html,
	body {
		min-width: 375px;
	}
}

body {
	font-smoothing: grayscale;
	font-feature-settings: "palt";
	color: #232425;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (min-width: 1220px) {
	body {
		padding-top: 107px;
	}
}

@media (max-width: 1219px) {
	body {
		padding-top: 70px;
	}
}

a:focus,
button:focus {
	outline: none;
}

.hide {
	display: none !important;
}

.header {
	-webkit-backdrop-filter: blur(3px);
	display: flex;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: space-between;
	width: 100%;
	backdrop-filter: blur(3px);
	background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1220px) {
	.header {
		align-items: flex-end;
		height: 107px;
		padding-left: 30px;
	}

	.header_logo {
		/* display: block; */
		margin-bottom: 15px;
		color: #232425;
		text-decoration: none;
		display: flex;
	}

	.header_logoCopy {
		display: block;
		padding-top: 7%;
		    font-size: 130%;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
		letter-spacing: .12em;
	}

	.header_logoImage {
		display: block;
		width:56px;
		height:80px;
		overflow: hidden;
		background: url("../img/pwa_logo.png") no-repeat center center;
		background-size: cover;
		text-indent: -9999px;
		/* padding-right: 20%; */
		margin-right: 20px;
	}

	.header_nav {
		display: flex;
		align-items: flex-end;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	}

	.header_nav a {
		color: #232425;
		text-decoration: none;
	}

	.header_navMenu {
		display: flex;
		padding-right: 0;
		padding-right: 40px;
		padding-left: 0;
		font-size: 15px;
		letter-spacing: .05em;
		list-style: none;
	}

	.header_navMenu a {
		display: inline-block;
		padding: 18px 15px;
		transition: ease .2s;
		transition-property: color;
	}

	.header_navMenu a:hover {
		color: #a3a06a;
	}

	.header_navEntry {
		position: absolute;
		/*top: 23px;*/
		right: 0;
		width: 125px;
		height: 125px;
		padding-top: 58px;
		background-color: #c5c38d;
		color: white !important;
		font-size: 16px;
		letter-spacing: .09em;
		text-align: center;
	}

	.header_navEntry:before {
		position: absolute;
		top: 30px;
		left: 50%;
		width: 26px;
		height: 18px;
		transform: translateX(-50%);
		background: url("../img/header_mail@2x.png") no-repeat center center;
		background-size: cover;
		content: '';
	}

	.header_navEntry span {
		font-size: 14px;
	}

	.header_navEntry:hover {
		background-color: #afab5e;
	}

	.header_navExpand {
		display: none;
	}
}

@media (max-width: 1219px) {
	.header {
		height: 70px;
		padding-left: 15px;
	}

	.header_logo {
		display: flex;
		z-index: 2;
		position: relative;
		padding-top: 15px;
		color: #232425;
		text-decoration: none;
		transition: ease-in-out .2s;
		transition-property: transform;
	}
	.header_logoCopy {
		display: block;
		margin-top:6px;
		margin-bottom: 3px;
		font-size: 20px;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
		letter-spacing: .12em;
	}

	.header_logoImage {
		display: block;
		width:40px;
		height:40px;
		/* overflow: hidden; */
		background: url("../img/pwa_logo.png") no-repeat center center;
		background-size: cover;
		/* text-indent: -9999px; */
		/* padding-right: 20%; */
		margin-right: 20px;
	}


	.header_nav {
		display: flex;
		z-index: 1;
		font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	}

	.header_nav:before {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
		content: '';
	}

	.header_navMenu {
		z-index: 1;
		position: fixed;
		top: -100vh;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		padding-right: 0;
		padding-left: 0;
		background-color: #64e1d2;
		list-style: none;
		transition: ease-in-out .2s;
		transition-property: top;
	}

	.header_navMenu li {
		border-bottom: 1px solid white;
		font-size: 15px;
		text-align: center;
	}

	.header_navMenu li a {
		display: block;
		padding: 20px;
		color: black;
		text-decoration: none;
	}

	.header_navEntry {
		display: block;
		z-index: 2;
		position: relative;
		width: 70px;
		height: 70px;
		padding-top: 28px;
		overflow: hidden;
		background-color: #c5c38d;
		color: white;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		transition: ease-in-out .2s;
		transition-property: all;
	}

	.header_navEntry:before {
		position: absolute;
		top: 15px;
		left: 50%;
		width: 13px;
		height: 9px;
		transform: translateX(-50%);
		background: url("../img/header_mail@2x.png") no-repeat center center;
		background-size: cover;
		content: '';
	}

	.header_navEntry:hover {
		background-color: #afab5e;
	}

	.header_navExpand {
		display: block;
		z-index: 3;
		position: relative;
		width: 70px;
		height: 70px;
		overflow: hidden;
		border: none;
		border-radius: 0;
		background-color: white;
	}

	.header_navExpand:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 1px;
		transform: translate(-50%, -50%);
		background-color: black;
		content: '';
		transition: ease-in-out .2s;
		transition-property: all;
	}

	.header_navExpand span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 13px;
		transform: translate(-50%, -50%);
		text-indent: -9999px;
		transition: ease-in-out .2s;
		transition-property: all;
	}

	.header_navExpand span:before,
	.header_navExpand span:after {
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		transform-origin: left;
		background-color: black;
		content: '';
		transition: ease-in-out .2s;
		transition-property: all;
	}

	.header_navExpand span:before {
		top: 0;
	}

	.header_navExpand span:after {
		bottom: 0;
	}

	.header--opened .header_logo {
		transform: translateX(calc(50vw - 55%));
	}

	.header--opened .header_navExpand:before {
		left: 55%;
		opacity: 0;
	}

	.header--opened .header_navExpand span {
		left: calc(50% + 2px);
	}

	.header--opened .header_navExpand span:before,
	.header--opened .header_navExpand span:after {
		width: 17px;
	}

	.header--opened .header_navExpand span:before {
		top: 0px;
		transform: rotate(45deg);
	}

	.header--opened .header_navExpand span:after {
		bottom: 0px;
		transform: rotate(-45deg);
	}

	.header--opened .header_navEntry {
		transform: translateX(70px);
		opacity: 0;
	}

	.header--opened .header_navMenu {
		display: block;
		top: 70px;
		overflow-y: scroll;
	}
}

@media (min-width: 600px) {
	.breadcrumbs {
		padding: 12px 0 50px;
		font-size: 14px;
		letter-spacing: .03em;
	}
}

@media (max-width: 599px) {
	.breadcrumbs {
		padding: 6px 0;
		font-size: 10px;
	}
.header {
    padding-left: 5px;
}

	.header_logo {
		display: flex;
		z-index: 2;
		position: relative;
		padding-top: 15px;
		color: #232425;
		text-decoration: none;
		transition: ease-in-out .2s;
		transition-property: transform;
	}
	.header_logoCopy {
		display: block;
		margin-top:12px;
		margin-bottom: 3px;
		font-size: 13px;
		letter-spacing: 0;
	}

	.header_logoImage {
		display: block;
		width:40px;
		height:40px;
		/* overflow: hidden; */
		background: url("../img/pwa_logo.png") no-repeat center center;
		background-size: cover;
		/* text-indent: -9999px; */
		/* padding-right: 20%; */
		margin-right: 5px;
	}
}

.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

.breadcrumbs b {
	font-weight: normal;
}

.breadcrumbs a {
	color: #232425;
}

.breadcrumbs li {
	position: relative;
}

@media (min-width: 600px) {
	.breadcrumbs li + li {
		margin-left: 18px;
	}
}

@media (max-width: 599px) {
	.breadcrumbs li + li {
		margin-left: 16px;
	}
}

.breadcrumbs li + li:before {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(calc(-50% - 2px));
	content: "\f105";
	font: normal normal normal 14px/1 ForkAwesome;
	font-size: inherit;
	font-size: 14px;
}

@media (max-width: 599px) {
	.breadcrumbs li + li:before {
		transform: translateY(calc(-50% - 1px));
	}
}

@media (min-width: 600px) {
	.wrapper {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 599px) {
	.wrapper {
		padding: 10px 30px;
	}
}

@media (min-width: 600px) {
	.wrapper--md {
		max-width: 1080px;
		margin: 30px auto;
	}
}

@media (min-width: 600px) {
	.wrapper--lg {
		max-width: 1280px;
	}
}

.title01 {
	line-height: 1;
	text-align: center;
}

.title01 :first-child {
	display: inline-block;
	position: relative;
	font-weight: normal;
	font-size: 41px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width: 599px) {
	.title01 :first-child {
		font-size: 22px;
	}
}

.title01 :first-child:before,
.title01 :first-child:after {
	position: absolute;
	top: 13px;
	right: calc(100% + 37px);
	background: url("../img/title01_before@2x.png") no-repeat center center;
	content: '';
}

@media (min-width: 600px) {

	.title01 :first-child:before,
	.title01 :first-child:after {
		width: 180px;
		height: 32px;
		background-size: cover;
	}
}

@media (max-width: 599px) {

	.title01 :first-child:before,
	.title01 :first-child:after {
		top: 12px;
		right: calc(100% + 17px);
		width: 66px;
		height: 12px;
		background-size: 100%;
	}
}

.title01 :first-child:after {
	right: initial;
	background-image: url("../img/title01_after@2x.png");
}

@media (min-width: 600px) {
	.title01 :first-child:after {
		left: calc(100% + 37px);
	}
}

@media (max-width: 599px) {
	.title01 :first-child:after {
		left: calc(100% + 17px);
	}
}

.title01 :last-child {
	display: block;
	font-weight: normal;
	font-size: 18px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .2em;
}

@media (min-width: 600px) {
	.title01 :last-child {
		margin-top: 6px;
	}
}

@media (max-width: 599px) {
	.title01 :last-child {
		margin-top: 3px;
		font-size: 14px;
	}
}

.btnMore,
.secBlogDetail_back a,
.secContactForm_submit button {
	display: inline-block;
	padding: 20px 40px;
	border: 0;
	border-radius: 36px;
	background-color: #a3a06a;
	color: white;
	font-size: 20px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .15em;
	text-align: center;
	text-decoration: none;
}

@media (min-width: 1220px) {

	.btnMore,
	.secBlogDetail_back a,
	.secContactForm_submit button {
		width: 450px;
		max-width: 100%;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {

	.btnMore,
	.secBlogDetail_back a,
	.secContactForm_submit button {
		max-width: 100%;
		font-size: 18px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {

	.btnMore,
	.secBlogDetail_back a,
	.secContactForm_submit button {
		max-width: 100%;
		font-size: 15px;
	}
}

@media (max-width: 599px) {

	.btnMore,
	.secBlogDetail_back a,
	.secContactForm_submit button {
		min-width: 230px;
		padding: 10px 20px;
		border-radius: 18px;
		font-size: 11px;
	}
}

.btnMore:hover,
.secBlogDetail_back a:hover,
.secContactForm_submit button:hover {
	background-color: #afab5e;
}

.btnMore--white {
	background-color: white;
	color: #6bcbbf;
}

.btnMore--white:hover {
	background-color: white;
}

.pager {
	display: flex;
	justify-content: center;
	padding-right: 0;
	padding-left: 0;
	font-size: 18px;
	list-style: none;
}

@media (max-width: 599px) {
	.pager {
		font-size: 10px;
	}
}

.pager li {
	margin-right: 5px;
	margin-left: 5px;
}

@media (max-width: 599px) {
	.pager li {
		margin-right: 2px;
		margin-left: 2px;
	}
}

.pager_prev a,
.pager_next a {
	display: block;
	width: 36px;
	height: 36px;
	padding-top: 4px;
	background: url("../img/pager_arrowright@2x.png") no-repeat center center;
	background-size: 11px 20px;
	color: #232425;
	font-weight: normal;
	text-decoration: none;
	text-indent: -9999px;
}

@media (max-width: 599px) {

	.pager_prev a,
	.pager_next a {
		width: 18px;
		height: 18px;
		padding-top: 2px;
		background-size: 6px 10px;
	}
}

.pager_prev {
	margin-right: 10px !important;
}

@media (max-width: 599px) {
	.pager_prev {
		margin-right: 5px !important;
	}
}

.pager_prev a {
	transform: rotate(180deg);
}

.pager_next {
	margin-left: 10px !important;
}

@media (max-width: 599px) {
	.pager_next {
		margin-left: 5px !important;
	}
}

.pager_page a,
.pager_page b {
	display: block;
	width: 36px;
	height: 36px;
	padding-top: 4px;
	border-radius: 18px;
	color: #232425;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 599px) {

	.pager_page a,
	.pager_page b {
		width: 18px;
		height: 18px;
		padding-top: 2px;
		border-radius: 9px;
	}
}

.pager_page b {
	background-color: #99e3da;
}

.pager_page a:hover {
	background-color: #99e3da;
}

.footer {
	display: flex;
	flex-direction: column;
	background-color: #99e3da;
	color: white;
	text-align: center;
}

@media (min-width: 600px) {
	.footer_logo {
		order: 2;
		padding-top: 70px;
	}
}

.footer_logo a {
	display: inline-block;
	overflow: hidden;
	background-size: 100% auto;
	text-indent: -9999px;
}

@media (min-width: 600px) {
	.footer_logo a {
		width: 297px;
		height: 42px;
	}
}

@media (max-width: 599px) {
	.footer_logo a {
		padding-top: 8px;
		padding-bottom: 6px;
	}
}

.footer_nav {
	background-color: white;
	color: #232425;
}

@media (min-width: 600px) {
	.footer_nav {
		order: 1;
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 12px;
	}

	.footer_nav ul {
		display: flex;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		list-style: none;
	}

	.footer_nav li {
		position: relative;
	}

	.footer_nav li + li {
		margin-left: 20px;
	}

	.footer_nav li + li:before {
		position: absolute;
		top: 16%;
		left: -10px;
		width: 1px;
		height: 70%;
		background-color: #232425;
		content: '';
	}

	.footer_nav a {
		color: #232425;
		text-decoration: none;
	}
}

@media (max-width: 599px) {
	.footer_nav {
		padding: 30px;
		font-size: 14px;
		text-align: left;
	}

	.footer_nav ul {
		padding-top: 1px;
		padding-right: 0;
		padding-bottom: 1px;
		padding-left: 0;
		list-style: none;
	}

	.footer_nav li + li {
		border-top: 1px solid #82d8ce;
	}

	.footer_nav a {
		display: block;
		padding-top: 4.5px;
		padding-bottom: 4.5px;
		color: #232425;
		text-decoration: none;
	}
}

.footer_info {
	padding-right: 20px;
	padding-left: 20px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.footer_info {
		order: 3;
		padding: 65px;
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.footer_info {
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 10px;
	}
}

@media (min-width: 600px) {
	.footer_info span {
		display: inline-block;
		margin-right: .2em;
		margin-left: .2em;
	}
}

@media (max-width: 599px) {
	.footer_info span {
		display: block;
	}
}

.footer_info a {
	color: white;
	text-decoration: none;
}

.footer_copyright {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #5ccaba;
}

@media (min-width: 600px) {
	.footer_copyright {
		order: 4;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 12px;
	}
}

@media (max-width: 599px) {
	.footer_copyright {
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 9px;
	}
}

@media (max-width: 599px) {
	.hide-xs {
		display: none;
	}
}

@media (min-width: 600px) {
	[class="hide-sm+"] {
		display: none;
	}
}

@media (min-width: 1220px) {
	[class="hide-lg"] {
		display: none;
	}
}

.secContact {
	background: linear-gradient(90deg, #cbc995, #b4b177);
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}

.secContact a {
	display: block;
	text-decoration: none;
}

@media (min-width: 960px) {
	.secContact a {
		padding-top: 92px;
		padding-bottom: 100px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secContact a {
		padding-top: 72px;
		padding-bottom: 80px;
	}
}

@media (max-width: 599px) {
	.secContact a {
		padding-top: 15px;
		padding-bottom: 18px;
	}
}

@media (min-width: 960px) {
	.secContact br {
		display: none;
	}
}

.secContact_text {
	color: white;
	letter-spacing: .2em;
}

@media (min-width: 960px) {
	.secContact_text {
		margin-bottom: 32px;
		font-size: 25px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secContact_text {
		margin-bottom: 28px;
		font-size: 24px;
	}
}

@media (max-width: 599px) {
	.secContact_text {
		margin-bottom: 8px;
		font-size: 12px;
	}
}

.secContact_link {
	display: inline-block;
	background: linear-gradient(180deg, #fff, #e8f0ef);
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
	color: #5ccaba;
	font-weight: normal;
	letter-spacing: .22em;
	transition: box-shadow .1s ease;
}

@media (min-width: 960px) {
	.secContact_link {
		padding: 32px 100px;
		border-radius: 58px;
		font-size: 34px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secContact_link {
		padding: 29px 60px;
		border-radius: 50px;
		font-size: 28px;
		letter-spacing: .15em;
	}
}

@media (max-width: 599px) {
	.secContact_link {
		padding: 14px 32px;
		border-radius: 50px;
		font-size: 15px;
	}
}

.secContact_link:hover {
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
	color: #5ccaba;
}

.secTel {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}

@media (min-width: 600px) {
	.secTel {
		padding-top: 33px;
		padding-bottom: 60px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secTel {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.secTel_tel {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.secTel_tel :first-child {
	display: inline-block;
	margin-right: 22px;
	transform: translateY(-10px);
	letter-spacing: .08em;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secTel_tel :first-child {
		margin-left: 22px;
	}
}

.secTel_tel a {
	display: inline-block;
	color: #232425;
	font-size: 55px;
	letter-spacing: .08em;
	text-decoration: none;
}

.secTel_tel a:before {
	display: inline-block;
	width: 29px;
	height: 38px;
	margin-right: 8px;
	background: url("../img/tel_icon01@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

.secTel_tel :last-child {
	display: block;
	margin-top: 3px;
	padding-right: .35em;
	letter-spacing: .1em;
	text-align: right;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secTel_tel :last-child {
		text-align: center;
	}
}

@media (max-width: 599px) {
	.secTel_tel {
		display: none;
	}
}

.secTel_btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 600px) {
	.secTel_btns {
		margin-top: 29px;
	}
}

@media (max-width: 599px) {
	.secTel_btns {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.secTel_btns a {
	position: relative;
	line-height: 1;
	text-decoration: none;
}

@media (min-width: 600px) {
	.secTel_btns a {
		padding: 20px 30px;
		border-radius: 34px;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: .1em;
	}

	.secTel_btns a + a {
		margin-left: 18px;
	}

	.secTel_btns a:after {
		border-radius: 34px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secTel_btns a {
		letter-spacing: 0;
	}
}

@media (min-width: 1220px) {
	.secTel_btns a {
		min-width: 355px;
	}
}

@media (max-width: 599px) {
	.secTel_btns a {
		padding: 10px 15px;
		border-radius: 17px;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: .15em;
	}

	.secTel_btns a + a {
		margin-left: 3px;
	}

	.secTel_btns a:after {
		border-radius: 17px;
	}
}

.secTel_btnMaga {
	background-color: #a3a06a;
	color: white;
}

.secTel_btnMaga:hover {
	background-color: #afab5e;
}

.secTel_btnMaga:before {
	display: inline-block;
	background: url("../img/tel_icon02@2x.png") no-repeat;
	background-size: cover;
	content: '';
	vertical-align: baseline;
}

@media (min-width: 600px) {
	.secTel_btnMaga:before {
		width: 24px;
		height: 16px;
		margin-right: 5px;
	}
}

@media (max-width: 599px) {
	.secTel_btnMaga:before {
		width: 11.5px;
		height: 7.5px;
	}
}

.secTel_btnTel {
	background-color: #64e1d2;
	color: white;
}

@media (min-width: 600px) {
	.secTel_btnTel {
		display: none;
	}
}

@media (max-width: 599px) {
	.secTel_btnTel {
		min-width: 90px;
	}
}

.secTel_btnLine {
	color: #00b900;
}

.secTel_btnLine:before {
	display: inline-block;
	background: url("../img/tel_icon03@2x.png") no-repeat;
	background-size: cover;
	content: '';
	vertical-align: text-bottom;
}

@media (min-width: 600px) {
	.secTel_btnLine:before {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
}

@media (max-width: 599px) {
	.secTel_btnLine:before {
		width: 11px;
		height: 11px;
	}
}

.secTel_btnLine:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #00b900;
	content: '';
}

/* Slider */
.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float: left;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.secMainVisual {
	background-color: #99e3da;
	color: white;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secMainVisual {
		background: #99e3da url("../img/mainvisual_photo@2x.jpg") no-repeat center right calc(15vw - 175px);
		background-size: cover;
	}
}

@media (min-width: 1220px) {
	.secMainVisual {
		background-position-x: right;
		background-size: cover;
	}
}

@media (max-width: 599px) {
	.secMainVisual {
		background: #99e3da url("../img/mainvisual_photo_sp.jpg") no-repeat top center;
		background-size: cover;
	}
}

@media (min-width: 600px) {
	.secMainVisual_inner {
		max-width: 1360px;
		margin-right: auto;
		margin-left: auto;
		padding: 200px 40px 200px;
	}
}

@media (min-width: 1220px) {
	.secMainVisual_inner {
		padding: 262px 40px 266px;
	}
}

@media (max-width: 599px) {
	.secMainVisual_inner {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		height: 574px;
		text-align: center;
	}
}

@media (max-width: 599px) {
	.secMainVisual p {
		margin-bottom: 25px;
	}
}

.secMainVisual span:first-child {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .14em;
}

@media (min-width: 600px) {
	.secMainVisual span:first-child {
		font-size: 4.7vw;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secMainVisual span:first-child {
		font-size: 45px;
	}
}

@media (min-width: 1220px) {
	.secMainVisual span:first-child {
		font-size: 55px;
	}
}

@media (max-width: 599px) {
	.secMainVisual span:first-child {
		display: inline-block;
		margin-bottom: -7px;
		font-size: 27px;
	}
}

@media (min-width: 600px) {
	.secMainVisual span:last-child {
		font-size: 2.3vw;
		letter-spacing: .63em;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secMainVisual span:last-child {
		font-size: 22px;
	}
}

@media (min-width: 1220px) {
	.secMainVisual span:last-child {
		font-size: 27px;
	}
}

@media (max-width: 599px) {
	.secMainVisual span:last-child {
		letter-spacing: .32em;
	}
}

@media (min-width: 600px) {
	.secNewsPickup {
		padding-top: 67px;
		padding-bottom: 37px;
	}
}

@media (max-width: 599px) {
	.secNewsPickup {
		padding-top: 58px;
		padding-bottom: 27px;
	}
}

.secNewsPickup_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 1220px) {
	.secNewsPickup_items {
		padding-right: 110px;
		padding-left: 110px;
	}
}

@media (min-width: 600px) {
	.secNewsPickup_items {
		margin-top: 55px;
		font-size: 18px;
	}
}

@media (max-width: 599px) {
	.secNewsPickup_items {
		margin-top: 33px;
	}
}

@media (min-width: 600px) {
	.secNewsPickup_items li + li {
		margin-top: 37px;
		padding-top: 38px;
		border-top: 1px solid #d3d3d3;
	}
}

@media (max-width: 599px) {
	.secNewsPickup_items li {
		font-size: 10px;
	}

	.secNewsPickup_items li + li {
		margin-top: 6px;
		padding-top: 10px;
		border-top: 1px solid #d3d3d3;
	}
}

.secNewsPickup_items a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	color: #232425;
	text-decoration: none;
}

.secNewsPickup_items a:hover :last-child {
	text-decoration: underline;
}

.secNewsPickup_category {
	display: block;
	order: 1;
	background-color: #68d5c8;
	color: white;
	text-align: center;
}

@media (min-width: 600px) {
	.secNewsPickup_category {
		width: 170px;
		margin-right: 20px;
		padding: 6px 10px;
		border-radius: 5px;
		font-size: 15px;
	}
}

@media (max-width: 599px) {
	.secNewsPickup_category {
		width: 85px;
		margin-right: 10px;
		padding: 3px 10px;
		border-radius: 3px;
	}
}

.secNewsPickup_date {
	display: block;
	order: 2;
	letter-spacing: .04em;
}

@media (min-width: 600px) {
	.secNewsPickup_date {
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid #d3d3d3;
	}
}

.secNewsPickup_title {
	display: block;
	order: 3;
	letter-spacing: .04em;
}

@media (min-width: 600px) {
	.secNewsPickup_title {
		flex: 1;
	}
}

@media (max-width: 599px) {
	.secNewsPickup_title {
		width: 100%;
		margin-top: 6px;
		font-size: 14px;
	}
}

.secNewsPickup_more {
	text-align: center;
}

@media (min-width: 600px) {
	.secNewsPickup_more {
		margin-top: 65px;
	}
}

@media (max-width: 599px) {
	.secNewsPickup_more {
		margin-top: 36px;
	}
}

.secMessage {
	position: relative;
}

@media (min-width: 600px) {
	.secMessage {
		padding-top: 96px;
	}
}

@media (max-width: 599px) {
	.secMessage {
		padding-top: 30px;
	}
}

.secMessage_name {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secMessage_name {
		z-index: 2;
		position: relative;
		margin-top: 40px;
		padding-top: 185px;
		padding-bottom: 175px;
	}
}

@media (max-width: 599px) {
	.secMessage_name {
		margin-top: 20px;
	}
}

.secMessage_name :first-child {
	font-size: 19px;
	letter-spacing: .14em;
}

@media (max-width: 599px) {
	.secMessage_name :first-child {
		font-size: 13px;
		letter-spacing: .2em;
	}
}

.secMessage_name :nth-child(3) {
	display: inline-block;
	margin-top: 8px;
	font-size: 35px;
	letter-spacing: .14em;
}

@media (min-width: 600px) {
	.secMessage_name :nth-child(3) {
		text-indent: -.05em;
	}
}

@media (max-width: 599px) {
	.secMessage_name :nth-child(3) {
		margin-top: 5px;
		font-size: 18px;
	}
}

.secMessage_name :last-child {
	display: inline-block;
	transform: translateY(-8px);
	color: #5ccaba;
	font-size: 15px;
	letter-spacing: .14em;
}

@media (max-width: 599px) {
	.secMessage_name :last-child {
		padding-left: .1em;
		transform: translateY(-4px);
		font-size: 10px;
	}
}

.secMessage_lead {
	margin-top: 42px;
	font-size: 25px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secMessage_lead {
		margin-top: 13px;
		font-size: 15px;
	}
}

.secMessage_contents {
	margin-top: 25px;
	font-size: 16px;
	letter-spacing: .11em;
}

@media (min-width: 600px) {
	.secMessage_contents {
		line-height: 2.5;
	}

	.secMessage_contents p + p {
		margin-top: 40px;
	}
}

@media (max-width: 599px) {
	.secMessage_contents {
		margin-top: 15px;
		font-size: 14px;
	}

	.secMessage_contents p + p {
		margin-top: 35px;
	}
}

.secMessage_photo {
	position: relative;
}

@media (min-width: 600px) {
	.secMessage_photo {
		z-index: 1;
		position: absolute;
		top: 200px;
		left: calc(50% - 210px);
		width: 910px;
		height: 450px;
	}
}

@media (max-width: 599px) {
	.secMessage_photo {
		width: 92%;
		margin-top: 40px;
		transform: translateX(7%);
	}
}

.secMessage_photo:before {
	z-index: -1;
	position: absolute;
	top: 20px;
	left: -20px;
	width: 100%;
	height: 100%;
	background-color: #99e3da;
	content: '';
}

@media (max-width: 599px) {
	.secMessage_photo:before {
		top: 15px;
		left: -15px;
	}
}

.secResults {
	border: 4px double #232425;
}

@media (min-width: 600px) {
	.secResults {
		display: flex;
		flex-wrap: wrap;
		margin-top: 39px;
		padding: 10px 20px 20px;
	}
}

@media (max-width: 599px) {
	.secResults {
		margin-top: 47px;
		padding: 17px 15px 6px;
	}
}

.secResults_title {
	font-weight: normal;
}

@media (min-width: 600px) {
	.secResults_title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 110px;
		padding-right: 15px;
		border-right: 1px solid #ccc;
	}
}

@media (max-width: 599px) {
	.secResults_title {
		padding-bottom: 6px;
		border-bottom: 1px solid #a7a7a8;
		font-size: 14px;
		text-align: center;
	}
}

.secResults_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secResults_items {
		flex: 1;
		padding: 11px 30px;
		line-height: 2;
	}
}

@media (max-width: 599px) {
	.secResults_items {
		margin-top: 8px;
		font-size: 12px;
		letter-spacing: .05em;
	}
}

.secResults_items li {
	display: inline;
	margin-right: 10px;
}

.secResults_items li:before {
	display: inline-block;
	margin-right: 5px;
	content: '●';
	color: #62c1b8;
}

.secResults_items li:last-child:before {
	display: none;
}

.secYoutube {
	background-color: #ccf1ec;
}

@media (min-width: 600px) {
	.secYoutube {
		width: 100%;
		margin-top: 20px;
		padding: 27px 40px 33px;
		border-radius: 30px;
	}
}

@media (max-width: 599px) {
	.secYoutube {
		margin: 19px -8px 0;
		padding: 10px;
		border-radius: 15px;
	}
}

.secYoutube_title {
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secYoutube_title {
		font-size: 28px;
		text-align: center;
	}

	.secYoutube_title br {
		display: none;
	}
}

@media (max-width: 599px) {
	.secYoutube_title {
		font-size: 15px;
		letter-spacing: .04em;
		text-align: center;
	}
}

.secYoutube_title > :first-child {
	display: block;
}

@media (min-width: 600px) {
	.secYoutube_title > :first-child {
		font-size: 15px;
	}
}

@media (max-width: 599px) {
	.secYoutube_title > :first-child {
		margin-bottom: 6px;
		font-size: 10px;
	}
}

@media (min-width: 600px) {
	.secYoutube_title > :last-child {
		display: block;
		margin-top: -4px;
	}
}

.secYoutube_title b {
	font-weight: normal;
}

@media (min-width: 600px) {
	.secYoutube_title b {
		display: inline-block;
		margin-right: 5px;
		font-size: 35px;
	}
}

.secYoutube_lead {
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secYoutube_lead {
		margin-top: 2px;
		font-size: 25px;
		text-align: center;
	}
}

@media (max-width: 599px) {
	.secYoutube_lead {
		margin-top: 9px;
		font-size: 12px;
		letter-spacing: .15em;
		text-align: center;
	}
}

.secYoutube_text {
	background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 600px) {
	.secYoutube_text {
		margin-top: 13px;
		padding: 15px 20px;
		font-size: 14px;
		letter-spacing: .05em;
	}
}

@media (max-width: 599px) {
	.secYoutube_text {
		margin-top: 7px;
		padding: 10px 15px;
		font-size: 9px;
		line-height: 1.6;
	}
}

.secYoutube_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secYoutube_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 35px;
		margin-right: -1.5vw;
		margin-left: -1.5vw;
	}

	.secYoutube_items > * {
		display: block;
		width: calc(100% / 3);
		padding-right: 1.5vw;
		padding-left: 1.5vw;
	}
}

@media (max-width: 599px) {
	.secYoutube_items {
		margin-top: 20px;
	}
}

@media (max-width: 599px) {
	.secYoutube_items li {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 10px;
	}
}

@media (max-width: 599px) {
	.secYoutube_movie {
		width: 56%;
	}
}

.secYoutube_movieinner {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.secYoutube_movie iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.secYoutube_name {
	margin-top: 16px;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 599px) {
	.secYoutube_name {
		width: 40%;
		margin-top: 0;
		font-size: 10px;
	}
}

@media (min-width: 600px) {
	.secYoutube_name span {
		font-size: 15px;
	}
}

.secYoutube_name b {
	font-weight: normal;
	font-size: 23px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secYoutube_name b {
		margin-top: 5px;
		font-size: 14px;
	}

	.secYoutube_name b:before {
		display: block;
		clear: left;
		content: '';
	}
}

.secForyou {
	background-color: #99e3da;
}

@media (min-width: 600px) {
	.secForyou {
		margin-top: 123px;
		padding-top: 96px;
	}
}

@media (max-width: 599px) {
	.secForyou {
		margin-top: 41px;
		padding-top: 56px;
	}
}

.secForyou_lead {
	position: relative;
	font-weight: normal;
	line-height: 1.3;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .14em;
	text-align: center;
}

@media (min-width: 600px) {
	.secForyou_lead {
		padding-bottom: 70px;
		font-size: 40px;
	}
}

@media (min-width: 960px) {
	.secForyou_lead {
		font-size: 40px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secForyou_lead {
		font-size: 30px;
	}
}

@media (max-width: 599px) {
	.secForyou_lead {
		padding-bottom: 46px;
		font-size: 20px;
	}
}

.secForyou_lead:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 345px;
	height: 32px;
	transform: translateX(-50%);
	background: url("../img/foryou_separation@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secForyou_lead:after {
		width: 172.5px;
		height: 16px;
	}
}

.secForyou_lead b {
	font-weight: normal;
}

@media (min-width: 960px) {
	.secForyou_lead b {
		font-size: 60px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secForyou_lead b {
		font-size: 45px;
	}
}

@media (max-width: 599px) {
	.secForyou_lead b {
		font-size: 30px;
	}
}

.secForyou_1st {
	position: relative;
}

@media (min-width: 600px) {
	.secForyou_1st {
		margin-top: 40px;
		padding-bottom: 36px;
	}
}

@media (max-width: 599px) {
	.secForyou_1st {
		margin-top: 27px;
	}
}

.secForyou_1st figure {
	z-index: 0;
}

@media (min-width: 600px) {
	.secForyou_1st figure {
		position: absolute;
		top: 50px;
		right: 0;
		width: 540px;
	}
}

@media (max-width: 599px) {
	.secForyou_1st figure {
		position: relative;
		padding-left: 35px;
	}
}

.secForyou_1stContents {
	z-index: 1;
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 600px) {
	.secForyou_1stContents {
		margin-right: 24.3vw;
		padding: 37px 50px;
	}

	.secForyou_1stContents p {
		font-size: 16px;
		line-height: 2.5;
		letter-spacing: .05em;
	}

	.secForyou_1stContents p + p {
		margin-top: 20px;
	}
}

@media (max-width: 599px) {
	.secForyou_1stContents {
		margin-top: -75px;
		margin-left: -30px;
		padding: 25px 20px 33px 35px;
	}

	.secForyou_1stContents p {
		font-size: 14px;
		letter-spacing: .05em;
	}

	.secForyou_1stContents p + p {
		margin-top: 20px;
	}
}

.secForyou_1stContents h3 {
	margin-bottom: 19px;
	font-weight: normal;
	font-size: 30px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secForyou_1stContents h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

.secForyou_2nd {
	position: relative;
}

@media (min-width: 600px) {
	.secForyou_2nd {
		margin-top: 63px;
		padding-top: 37px;
		padding-bottom: 57px;
	}
}

@media (max-width: 599px) {
	.secForyou_2nd {
		margin-top: 65px;
	}
}

.secForyou_2nd figure {
	z-index: 0;
}

@media (min-width: 600px) {
	.secForyou_2nd figure {
		position: absolute;
		top: 0;
		right: calc(50% + 50px);
		width: 650px;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {
	.secForyou_2nd figure {
		width: 520px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secForyou_2nd figure {
		right: calc(50% + 40px);
		width: 430px;
	}
}

@media (max-width: 599px) {
	.secForyou_2nd figure {
		padding-right: 35px;
	}
}

@media (max-width: 599px) {
	.secForyou_2nd figure img {
		-o-object-fit: cover;
		-o-object-position: 100% 0;
		width: 340px;
		height: 205px;
		object-fit: cover;
		object-position: 100% 0;
	}
}

.secForyou_2ndContents {
	background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1220px) {
	.secForyou_2ndContents {
		margin-left: 42.9vw;
		padding: 42px 50px 33px 100px;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {
	.secForyou_2ndContents {
		margin-left: 42.9vw;
		padding: 42px 50px 33px 75px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secForyou_2ndContents {
		margin-left: 42.9vw;
		padding: 42px 50px 33px 60px;
	}
}

@media (max-width: 599px) {
	.secForyou_2ndContents {
		margin-top: -15px;
		padding: 43px 66px 33px 30px;
		transform: translateX(36px);
	}
}

.secForyou_2ndContents h3 {
	margin-bottom: 19px;
	font-weight: normal;
	font-size: 30px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secForyou_2ndContents h3 {
		margin-bottom: 10px;
		font-size: 15px;
	}
}

@media (min-width: 600px) {
	.secForyou_2ndContents p {
		line-height: 2.5;
		letter-spacing: .05em;
	}

	.secForyou_2ndContents p + p {
		margin-top: 20px;
	}
}

@media (max-width: 599px) {
	.secForyou_2ndContents p {
		font-size: 12px;
		letter-spacing: .05em;
	}

	.secForyou_2ndContents p + p {
		margin-top: 20px;
	}
}

.secForyou_osusumeList {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 960px) {
	.secForyou_osusumeList {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-right: -2vw;
		margin-left: -2vw;
	}

	.secForyou_osusumeList > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 2vw;
		padding-left: 2vw;
	}
}

.secForyou_for {
	display: flex;
	position: relative;
	flex-wrap: wrap-reverse;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secForyou_for {
		padding-top: 90px;
		padding-bottom: 28px;
	}
}

@media (max-width: 599px) {
	.secForyou_for {
		margin-top: 33px;
		padding-top: 45px;
		padding-bottom: 54px;
	}
}

.secForyou_for:before {
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	height: 62%;
	transform: translateX(-50%);
	background-color: white;
	content: '';
}

.secForyou_for:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	bottom: initial;
	left: 50%;
	width: 345px;
	height: 32px;
	transform: translateX(-50%);
	background: url("../img/foryou_separation@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secForyou_for:after {
		width: 172.5px;
		height: 16px;
	}
}

.secForyou_forList {
	z-index: 2;
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	background-color: #f9f9f9;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	list-style: none;
}

@media (min-width: 600px) {
	.secForyou_forList {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-items: initial;
		justify-content: flex-start;
		justify-content: space-between;
		margin-right: 0;
		margin-left: 0;
		padding: 30px;
		font-size: 22px;
		letter-spacing: .07em;
	}

	.secForyou_forList > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 599px) {
	.secForyou_forList {
		padding: 14px;
		font-size: 14px;
		letter-spacing: .07em;
	}
}

.secForyou_forList:after {
	z-index: -1;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 85px;
	height: 85px;
	transform: translateX(-50%) rotate(45deg) skew(16deg, 16deg);
	background: #f9f9f9;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	content: '';
}

@media (max-width: 599px) {
	.secForyou_forList:after {
		width: 50px;
		height: 50px;
		transform: translateX(-50%) rotate(45deg);
	}
}

.secForyou_forList:before {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	content: '';
}

.secForyou_forList u {
	background: linear-gradient(transparent 60%, #fcf9b4 0%);
	text-decoration: none;
}

.secForyou_forList li {
	position: relative;
	border: 3px double #99e3da;
}

@media (min-width: 600px) {
	.secForyou_forList li {
		width: calc(50% - 20px);
		padding: 14px 5px 14px 85px;
	}

	.secForyou_forList li:nth-child(n+3) {
		margin-top: 20px;
	}
}

@media (max-width: 599px) {
	.secForyou_forList li {
		padding: 4px 5px 4px 40px;
	}
}

@media (max-width: 599px) {
	.secForyou_forList li + li {
		margin-top: 10px;
	}
}

.secForyou_forList li:before {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 37px;
	height: 32px;
	transform: translateY(-50%);
	background: url("../img/foryou_check@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secForyou_forList li:before {
		left: 10px;
		width: 18.5px;
		height: 16px;
	}
}

.secForyou_forLead {
	z-index: 2;
	position: relative;
	width: 100%;
	color: #82d8ce;
	font-weight: normal;
	text-align: center;
}

@media (min-width: 600px) {
	.secForyou_forLead {
		margin-top: 66px;
		font-size: 50px;
		letter-spacing: .1em;
	}
}

@media (max-width: 599px) {
	.secForyou_forLead {
		padding-top: 20px;
		font-size: 20px;
		letter-spacing: .1em;
	}
}

.secFeature {
	position: relative;
	text-align: center;
}

@media (min-width: 600px) {
	.secFeature {
		padding-top: 99px;
		padding-bottom: 50px;
	}

	.secFeature:before {
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 31.5%;
		background-color: #99e3da;
		content: '';
	}
}

@media (max-width: 599px) {
	.secFeature {
		padding-top: 60px;
	}
}

.secFeature_text {
	margin-top: 26px;
	font-size: 25px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .12em;
	text-align: center;
}

@media (max-width: 599px) {
	.secFeature_text {
		margin-top: 20px;
		font-size: 14px;
	}
}

.secFeature_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secFeature_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-items: initial;
		justify-content: flex-start;
		justify-content: space-between;
		margin-top: 43px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 10px;
		padding-left: 10px;
	}

	.secFeature_items > * {
		display: block;
		width: calc(100% / 3);
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secFeature_items {
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 599px) {
	.secFeature_items {
		margin-top: 16px;
		margin-right: -30px;
		margin-left: -30px;
		padding: 35px 40px;
		background-color: #99e3da;
	}
}

.secFeature_items li {
	position: relative;
	background-image: linear-gradient(0deg, #e8f0ef 0%, white 100%);
	box-shadow: 2.5px 2.5px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
	.secFeature_items li {
		width: calc(33.333333% - 30px);
		padding-top: 43px;
		padding-bottom: 39px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secFeature_items li {
		width: calc(33.333333% - 15px);
		padding: 43px 15px 39px;
	}
}

@media (max-width: 599px) {
	.secFeature_items li {
		padding: 8px 15px 12px;
	}

	.secFeature_items li + li {
		margin-top: 33px;
	}
}

.secFeature_items li:before {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 64px;
	height: 70px;
	padding-top: 6px;
	padding-left: 19px;
	background: url("../img/feature_flag@2x.png") no-repeat;
	background-size: 100% auto;
	content: '1';
	color: white;
	font-size: 40px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: left;
}

@media (max-width: 599px) {
	.secFeature_items li:before {
		top: -5px;
		left: -5px;
		width: 32px;
		height: 35px;
		padding-top: 3px;
		padding-left: 10px;
		font-size: 20px;
	}
}

.secFeature_items li:nth-child(2):before {
	content: '2';
}

.secFeature_items li:nth-child(3):before {
	content: '3';
}

.secFeature_head {
	display: block;
	color: #5ccaba;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .1em;
}

@media (min-width: 600px) {
	.secFeature_head {
		font-size: 29px;
	}
}

.secFeature_head small {
	letter-spacing: 0;
}

@media (min-width: 600px) {
	.secFeature_head small {
		font-size: 18px;
	}
}

@media (max-width: 599px) {
	.secFeature_head small {
		font-size: 9px;
	}
}

.secFeature_en {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-transform: uppercase;
}

@media (min-width: 600px) {
	.secFeature_en {
		margin-top: 5px;
		letter-spacing: .1em;
	}
}

@media (max-width: 599px) {
	.secFeature_en {
		margin-top: 3px;
		font-size: 14px;
		letter-spacing: .08em;
	}
}

.secFeature_description {
	display: block;
	position: relative;
	letter-spacing: .1em;
}

@media (min-width: 600px) {
	.secFeature_description {
		margin-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secFeature_description {
		padding-right: 0;
		padding-left: 0;
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.secFeature_description {
		margin-top: 13px;
		padding-top: 5px;
		font-size: 13px;
	}
}

.secFeature_description:before {
	position: absolute;
	top: -22px;
	left: 50%;
	width: 50%;
	height: 1px;
	transform: translateX(-50%);
	background-image: linear-gradient(90deg, #fff 0%, #929595 50%, #fff 100%);
	content: '';
}

@media (max-width: 599px) {
	.secFeature_description:before {
		top: -4px;
	}
}

.secPhase {
	padding-top: 92px;
}

@media (max-width: 599px) {
	.secPhase {
		padding-top: 30px;
	}
}

.secPhase_title {
	position: relative;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .14em;
	text-align: center;
}

@media (min-width: 600px) {
	.secPhase_title {
		padding-bottom: 60px;
		font-size: 30px;
		line-height: 1.5;
	}
}

@media (max-width: 599px) {
	.secPhase_title {
		padding-bottom: 45px;
		font-size: 20px;
		line-height: 1.125;
	}
}

@media (min-width: 960px) {
	.secPhase_title br {
		display: none;
	}
}

.secPhase_title:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 345px;
	height: 32px;
	transform: translateX(-50%);
	background: url("../img/phase_separation@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secPhase_title:after {
		width: 172.5px;
		height: 16px;
	}
}

.secPhase_items {
	margin-top: 43px;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPhase_items {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 599px) {
	.secPhase_items {
		margin-top: 29px;
		padding-right: 5px;
		padding-left: 5px;
	}
}

.secPhase_items > li {
	position: relative;
	border: 2px solid #8cdad0;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
	.secPhase_items > li {
		padding: 26px 10px 26px 320px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPhase_items > li {
		padding: 26px 15px 26px 300px;
	}
}

@media (max-width: 599px) {
	.secPhase_items > li {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
	}
}

.secPhase_items > li + li {
	margin-top: 20px;
}

@media (max-width: 599px) {
	.secPhase_items > li + li {
		margin-top: 10px;
	}
}

.secPhase_items > li + li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 57px;
	transform: translate(-50%, -38px);
	background: url("../img/phase_arrow@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secPhase_items > li + li:before {
		width: 12px;
		height: 28px;
		transform: translate(-50%, -19px);
	}
}

.secPhase_head {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background: url("../img/phase_bg@2x.png") no-repeat center right;
	background-size: 600px 300%;
	color: white;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}

@media (min-width: 600px) {
	.secPhase_head {
		position: absolute;
		top: 0;
		left: 0;
		width: 292px;
		height: 100%;
		padding-right: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {
	.secPhase_head {
		background-size: 600px 300%;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPhase_head {
		background-size: 600px 300%;
	}
}

@media (max-width: 599px) {
	.secPhase_head {
		width: 125px;
		padding: 10px 10px 10px 0;
		background-position: center right;
		background-size: 197.5px;
	}
}

.secPhase_head :first-child {
	display: block;
	width: 100%;
}

@media (min-width: 600px) {
	.secPhase_head :first-child {
		font-size: 35px;
	}
}

@media (max-width: 599px) {
	.secPhase_head :first-child {
		font-size: 15px;
	}
}

.secPhase_head :last-child {
	display: block;
	width: 100%;
}

@media (min-width: 600px) {
	.secPhase_head :last-child {
		font-size: 20px;
	}

	.secPhase_head :last-child:before,
	.secPhase_head :last-child:after {
		display: inline-block;
		width: 15px;
		height: 1px;
		background-color: white;
		content: '';
		vertical-align: middle;
	}

	.secPhase_head :last-child:before {
		margin-right: 10px;
	}

	.secPhase_head :last-child:after {
		margin-left: 10px;
	}
}

@media (max-width: 599px) {
	.secPhase_head :last-child {
		margin-top: -4px;
		font-size: 12px;
	}
}

.secPhase_lead {
	color: #908d53;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secPhase_lead {
		font-size: 25px;
		line-height: 1.32;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPhase_lead {
		font-size: 20px;
	}
}

@media (max-width: 599px) {
	.secPhase_lead {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
		align-content: center;
		width: calc(100% - 112px);
		padding: 10px 8px 10px 5px;
		font-size: 14px;
	}
}

.secPhase_todo {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secPhase_todo {
		margin-top: 13px;
		font-size: 16px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPhase_todo {
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.secPhase_todo {
		width: 100%;
		padding: 8px 10px;
		border-top: .5px solid #8cdad0;
		font-size: 14px;
	}
}

.secPhase_todo li {
	position: relative;
	padding-left: .8em;
}

.secPhase_todo li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 3px;
	content: '・';
}

@media (min-width: 600px) {
	.secCurriculum {
		padding-top: 94px;
		padding-bottom: 90px;
	}
}

@media (max-width: 599px) {
	.secCurriculum {
		margin-top: 50px;
	}
}

.secCurriculum_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secCurriculum_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-items: initial;
		justify-content: flex-start;
		justify-content: space-between;
		margin-top: 40px;
		margin-right: 0;
		margin-left: 0;
	}

	.secCurriculum_items > * {
		display: block;
		width: calc(100% / 4);
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 599px) {
	.secCurriculum_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-items: initial;
		justify-content: flex-start;
		justify-content: space-between;
		margin-top: 25px;
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 25px;
		padding-left: 25px;
	}

	.secCurriculum_items > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 20px;
		padding-left: 20px;
	}
}

.secCurriculum_items li {
	background-image: linear-gradient(0, #e8f0ef 0%, #ffffff 100%);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
}

@media (min-width: 600px) {
	.secCurriculum_items li {
		width: calc(33.33333333% - 30px);
		padding: 15px 30px 27px 30px;
	}

	.secCurriculum_items li:nth-child(n+4) {
		margin-top: 40px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secCurriculum_items li {
		width: calc(50% - 30px);
	}

	.secCurriculum_items li:nth-child(n+3) {
		margin-top: 40px;
	}
}

@media (max-width: 599px) {
	.secCurriculum_items li {
		width: calc(50% - 15px);
		padding: 5px 0 10px;
	}

	.secCurriculum_items li:nth-child(n+3) {
		margin-top: 30px;
	}
}

.secCurriculum_items figure {
	display: inline-block;
}

@media (min-width: 600px) {
	.secCurriculum_items figure {
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
}

@media (max-width: 599px) {
	.secCurriculum_items figure {
		width: 40px;
		height: 40px;
		margin-bottom: 4px;
	}
}

.secCurriculum_items strong {
	display: block;
	color: #32b0a4;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.28;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secCurriculum_items strong {
		font-size: 16px;
	}
}

@media (min-width: 600px) {
	.secCurriculum_items p {
		margin-top: 8px;
		letter-spacing: .1em;
	}
}

@media (max-width: 599px) {
	.secCurriculum_items p {
		transform: scale(0.9);
		font-size: 14px;
	}
}

.secCurriculum_more {
	text-align: center;
}

@media (min-width: 600px) {
	.secCurriculum_more {
		margin-top: 50px;
	}
}

@media (max-width: 599px) {
	.secCurriculum_more {
		margin-top: 20px;
	}
}

.secVoice {
	background-color: #99e3da;
}

@media (min-width: 600px) {
	.secVoice {
		padding-top: 95px;
		padding-bottom: 110px;
	}
}

@media (max-width: 599px) {
	.secVoice {
		margin-top: 60px;
		padding: 40px 0 63px;
	}
}

.secVoice_items {
	position: relative;
	margin-top: 41px;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 1220px) {
	.secVoice_items {
		max-width: 1150px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 1219px) {
	.secVoice_items {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 599px) {
	.secVoice_items {
		margin-top: 15px;
		padding-right: 10px;
		padding-left: 10px;
	}
}

.secVoice_items li {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 599px) {
	.secVoice_items li {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.secVoice_items .slick-slide {
	height: inherit;
}

.secVoice_items .slick-arrow {
	position: absolute;
	top: 100px;
	padding-left: 20px;
	overflow: hidden;
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}

.secVoice_items .slick-arrow::before {
	position: absolute;
	top: 20%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	border: 0;
	border-top: solid 4px white;
	border-right: solid 4px white;
	content: '';
}

.secVoice_items .slick-prev {
	left: -30px;
}

.secVoice_items .slick-prev::before {
	left: 8px;
	transform: rotate(-135deg);
}

.secVoice_items .slick-next {
	right: -30px;
}

.secVoice_items .slick-next::before {
	left: 1px;
}

.secVoice_pickups {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secVoice_pickups {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-right: -2vw;
		margin-left: -2vw;
	}

	.secVoice_pickups > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 2vw;
		padding-left: 2vw;
	}
}

.secVoice figure {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 50%;
}

@media (min-width: 600px) {
	.secVoice figure {
		margin-bottom: 11px;
	}
}

.secVoice_name {
	display: block;
	font-size: 20px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}

@media (max-width: 599px) {
	.secVoice_name {
		margin-top: 9px;
		font-size: 12px;
	}
}

.secVoice_voice {
	margin-top: 5px;
	font-size: 14px;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secVoice_voice {
		margin-top: 3px;
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.secVoice_voice {
		margin-top: 5px;
		font-size: 12px;
	}
}

.secVoice_more {
	text-align: center;
}

@media (min-width: 600px) {
	.secVoice_more {
		margin-top: 33px;
	}
}

@media (max-width: 599px) {
	.secVoice_more {
		margin-top: 10px;
	}
}

.secPickupInterview {
	margin-top: 90px;
}

@media (max-width: 599px) {
	.secPickupInterview {
		margin-top: 32px;
	}
}

.secPickupInterview_title {
	position: relative;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .1em;
	text-align: center;
}

.secPickupInterview_title:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 345px;
	height: 32px;
	transform: translateX(-50%);
	background: url("../img/foryou_separation@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secPickupInterview_title:after {
		width: 172.5px;
		height: 16px;
	}
}

@media (min-width: 600px) {
	.secPickupInterview_title {
		padding-bottom: 64px;
		font-size: 30px;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_title {
		margin-bottom: 30px;
		padding-bottom: 27px;
		font-size: 15px;
	}
}

.secPickupInterview_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 960px) {
	.secPickupInterview_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		justify-content: space-between;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 5px;
		padding-left: 5px;
	}

	.secPickupInterview_items > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPickupInterview_items {
		margin: 20px -15px 0pt;
		padding-right: 0;
		padding-left: 0;
	}
}

.secPickupInterview_items li {
	position: relative;
	background-color: white;
}

@media (min-width: 960px) {
	.secPickupInterview_items li {
		width: calc(50% - 15px);
		margin-top: 20px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secPickupInterview_items li {
		width: 100%;
		margin-top: 20px;
	}
}

.secPickupInterview_items li:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #99e3da;
	content: '';
}

@media (max-width: 599px) {
	.secPickupInterview_items li + li {
		margin-top: 30px;
	}
}

.secPickupInterview_items a {
	display: block;
	position: relative;
	padding: 25px 25px 43px;
	color: #232425;
	text-decoration: none;
}

@media (max-width: 599px) {
	.secPickupInterview_items a {
		padding: 20px;
	}
}

.secPickupInterview_head {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secPickupInterview_head {
		min-height: 140px;
		padding-left: 175px;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_head {
		min-height: 70px;
		padding-left: 90px;
	}
}

.secPickupInterview_head figure {
	position: absolute;
}

@media (min-width: 600px) {
	.secPickupInterview_head figure {
		top: 21px;
		left: 23px;
		width: 140px;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_head figure {
		top: 20px;
		left: 20px;
		width: 80px;
		height: 80px;
	}
}

@media (min-width: 600px) {
	.secPickupInterview_head p {
		margin-top: -12px;
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_head p {
		display: block;
		width: 100%;
		font-size: 14px;
	}
}

@media (min-width: 600px) {
	.secPickupInterview_head p span {
		font-size: 25px;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_head p span {
		font-size: 13px;
		line-height: 1.25;
	}
}

.secPickupInterview_head strong {
	display: block;
	width: 100%;
	color: #a3a06a;
	font-weight: normal;
}

@media (min-width: 600px) {
	.secPickupInterview_head strong {
		margin-top: 6px;
		font-size: 20px;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_head strong {
		margin-top: 4px;
		font-size: 16px;
		line-height: 1.25;
	}
}

@media (min-width: 600px) {
	.secPickupInterview_contents {
		margin-top: 2px;
		font-size: 15px;
		line-height: 2em;
		text-align: justify;
	}
}

@media (max-width: 599px) {
	.secPickupInterview_contents {
		padding: 16px 6px;
		font-size: 12px;
	}
}

.secPickupInterview_more {
	text-align: center;
	margin-top: 10px;
}

@media (min-width: 600px) {
	.secPickupInterview_more {
		margin-top: 26px;
	}
}

.secSupport {
	padding-top: 96px;
	padding-bottom: 70px;
}

@media (max-width: 599px) {
	.secSupport {
		padding-top: 57px;
		padding-bottom: 48px;
	}
}

.secSupport_items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 42px;
	margin-right: -1.58vw;
	margin-left: -1.58vw;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

.secSupport_items > * {
	display: block;
	width: calc(100% / 3);
	padding-right: 1.58vw;
	padding-left: 1.58vw;
}

@media (max-width: 599px) {
	.secSupport_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 20px;
		margin-right: -4vw;
		margin-left: -4vw;
	}

	.secSupport_items > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 4vw;
		padding-left: 4vw;
	}
}

.secSupport_items li {
	margin-top: 30px;
	padding-bottom: 35px;
}

@media (max-width: 599px) {
	.secSupport_items li {
		margin-top: 10px;
		padding-bottom: 8px;
	}
}

.secSupport_items p {
	margin-top: 35px;
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .1em;
}

@media (max-width: 599px) {
	.secSupport_items p {
		margin-top: 8px;
		font-size: 14px;
	}
}

.secBlog {
	padding-top: 98px;
	padding-bottom: 98px;
}

@media (max-width: 599px) {
	.secBlog {
		padding-top: 59px;
		padding-bottom: 80px;
	}
}

.secBlog_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

.secBlog_items li figure img {
	width: 100%;
	height: auto;
}

@media (min-width: 960px) {
	.secBlog_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 40px;
		margin-bottom: 100px;
		margin-right: -1.5vw;
		margin-left: -1.5vw;
	}

	.secBlog_items > * {
		display: block;
		width: calc(100% / 3);
		padding-right: 1.5vw;
		padding-left: 1.5vw;
	}
}

@media (max-width: 959px) {
	.secBlog_items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 45px;
		margin-right: -4vw;
		margin-left: -4vw;
	}

	.secBlog_items > * {
		display: block;
		width: calc(100% / 2);
		padding-right: 4vw;
		padding-left: 4vw;
	}
	#cts_blog .secBlog_items > * {
		display: block;
		width: 100%;
		padding-right: 4vw;
		padding-left: 4vw;
		margin-bottom: 40px;
	}

	.secBlog_items li:nth-child(n+3) {
		display: none;
	}
	#cts_blog .secBlog_items li:nth-child(n+3) {
		display: block;
	}
}

.secBlog_items a {
	display: block;
	color: #232425;
	text-decoration: none;
}

.secBlog_items figure {
	margin-bottom: 34px;
}

@media (max-width: 599px) {
	.secBlog_items figure {
		margin-bottom: 12px;
	}
}

.secBlog_items strong {
	display: block;
	font-weight: normal;
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secBlog_items strong {
		font-size: 16px;
	}
}

.secBlog_items p {
	margin-top: 25px;
	font-size: 16px;
}

@media (max-width: 599px) {
	.secBlog_items p {
		margin-top: 10px;
		font-size: 14px;
	}
}

.secBlog_more {
	padding-top: 40px;
	text-align: center;
}

@media (max-width: 599px) {
	.secBlog_more {
		padding-top: 27px;
	}
}

.secHeading {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #99e3da;
	color: white;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (min-width: 600px) {
	.secHeading {
		padding-top: 102px;
		padding-bottom: 96px;
	}
}

@media (max-width: 599px) {
	.secHeading {
		padding-top: 50px;
		padding-bottom: 48px;
	}
}

.secHeading :first-child {
	display: block;
	font-weight: normal;
	font-size: 34px;
	letter-spacing: .15em;
	text-align: center;
}

@media (max-width: 599px) {
	.secHeading :first-child {
		font-size: 17px;
	}
}

.secHeading :last-child {
	display: block;
	font-size: 18px;
	letter-spacing: .15em;
	text-align: center;
}

@media (min-width: 600px) {
	.secHeading :last-child {
		margin-top: 3px;
	}
}

@media (max-width: 599px) {
	.secHeading :last-child {
		margin-top: 2px;
		font-size: 10px;
	}
}

.secHeading--about {
	background-image: url("../img/heading_about@2x.jpg");
}

.secHeading--course {
	background-image: url("../img/heading_course@2x.jpg");
}

.secHeading--coordinator {
	background-image: url("../img/heading_coordinator@2x.jpg");
}

.secHeading--blog {
	background-image: url("../img/heading_topics@2x.jpg");
}

.secHeading--company {
	background-image: url("../img/heading_company@2x.jpg");
}

.secHeading--contact {
	background-image: url("../img/heading_contact@2x.jpg");
}

.secHeading--voice {
	background-image: url("../img/heading_voice.jpg");
}


.secAbout_desc{
	margin: 30px auto;
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: .08em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN";
}


.secAbout {
	margin-top: 96px;
}

@media (max-width: 599px) {
	.secAbout {
		margin-top: 40px;
	}
}

.secAbout > :first-child {
	font-size: 25px;
	line-height: 1.8;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .05em;
	margin-bottom: 40px;
}

@media (max-width: 599px) {
	.secAbout > :first-child {
		font-size: 18px;
	}
}
.secAbout_desc{
	margin: 30px auto;
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: .08em;
}

.secAbout > :first-child strong {
	font-weight: normal;
}

.secAbout > :last-child {
	margin-top: 10px;
	letter-spacing: .06em;
}

@media (min-width: 600px) {
	.secAbout > :last-child {
		line-height: 2.5;
	}
}

@media (max-width: 599px) {
	.secAbout > :last-child {
		margin-top: 16px;
		font-size: 14px;
		line-height: 2;
	}
}

.secGreeting {
	margin-top: 104px;
	padding-bottom: 100px;
}

@media (max-width: 599px) {
	.secGreeting {
		margin-top: 33px;
		padding-bottom: 53px;
	}
}

.secGreeting_wrapper {
	position: relative;
	margin-top: 41px;
}

@media (min-width: 600px) {
	.secGreeting_wrapper {
		padding-left: 600px;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {
	.secGreeting_wrapper {
		padding-left: 500px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secGreeting_wrapper {
		padding-left: 400px;
	}
}

@media (max-width: 599px) {
	.secGreeting_wrapper {
		display: flex;
		position: relative;
		flex-direction: column;
		margin-top: 31px;
		padding-bottom: 59px;
	}

	.secGreeting_wrapper:after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 345px;
		width: 143px;
		height: 32px;
		height: 13.5px;
		transform: translateX(-50%);
		background: url("../img/foryou_separation@2x.png") no-repeat;
		background: url("../img/phase_separation@2x.png") no-repeat;
		background-size: cover;
		background-size: cover;
		content: '';
	}
}

@media (max-width: 599px) and (max-width: 599px) {
	.secGreeting_wrapper:after {
		width: 172.5px;
		height: 16px;
	}
}

.secGreeting_wrapper figcaption {
	flex: 1;
}

@media (min-width: 600px) {
	.secGreeting_photo {
		position: absolute;
		top: 9px;
		left: 0;
		width: 500px;
		margin-right: 100px;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {
	.secGreeting_photo {
		width: 400px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secGreeting_photo {
		width: 300px;
	}
}

@media (max-width: 599px) {
	.secGreeting_photo {
		position: relative;
		order: 2;
		margin-top: 45px;
		margin-right: 15px;
		margin-left: 5px;
	}
}

.secGreeting_photo:before {
	display: block;
	z-index: -1;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #99e3da;
	content: '';
}

@media (max-width: 599px) {
	.secGreeting_photo:before {
		top: 10px;
		left: 10px;
	}
}

.secGreeting_name {
	font-size: 35px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .05em;
}

@media (min-width: 600px) {
	.secGreeting_name {
		margin-top: -9px;
	}
}

@media (max-width: 599px) {
	.secGreeting_name {
		font-size: 18px;
	}
}

.secGreeting_name strong {
	font-weight: normal;
}

.secGreeting_name small {
	color: #62c1b8;
	font-size: 18px;
}

@media (max-width: 599px) {
	.secGreeting_name small {
		font-size: 10px;
	}
}

.secGreeting_lead {
	position: relative;
}

@media (min-width: 600px) {
	.secGreeting_lead {
		padding-bottom: 83px;
		line-height: 2.5;
	}

	.secGreeting_lead:after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 345px;
		height: 32px;
		transform: translateX(-50%);
		background: url("../img/foryou_separation@2x.png") no-repeat;
		background: url("../img/phase_separation@2x.png") no-repeat;
		background-size: cover;
		background-size: cover;
		content: '';
	}
}

@media (min-width: 600px) and (max-width: 599px) {
	.secGreeting_lead:after {
		width: 172.5px;
		height: 16px;
	}
}

@media (max-width: 599px) {
	.secGreeting_lead {
		font-size: 14px;
		line-height: 2;
	}
}

.secGreeting_text {
	margin-top: 50px;
}

@media (min-width: 600px) {
	.secGreeting_text {
		padding-left: 600px;
		line-height: 2.5;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {
	.secGreeting_text {
		padding-left: 500px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secGreeting_text {
		padding-left: 400px;
	}
}

@media (max-width: 599px) {
	.secGreeting_text {
		margin-top: 16px;
		font-size: 10px;
		line-height: 2;
	}
}

.secBlogList {
	padding-top: 98px;
	padding-bottom: 100px;
}

@media (max-width: 599px) {
	.secBlogList {
		padding-top: 12px;
		padding-bottom: 30px;
	}
}

.secBlogList_cat {
	margin-bottom: 29px;
}

@media (max-width: 599px) {
	.secBlogList_cat {
		margin-bottom: 13px;
	}
}

.secBlogList_cat ul {
	display: flex;
	flex-wrap: wrap;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

.secBlogList_cat li {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media (max-width: 599px) {
	.secBlogList_cat li {
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 10px;
	}
}

.secBlogList_cat a,
.secBlogList_cat b {
	display: inline-block;
	position: relative;
	min-width: 240px;
	padding: 5px 10px 5px 37px;
	border-radius: 20px;
	color: #232425;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .05em;
	text-decoration: none;
}

@media (max-width: 599px) {

	.secBlogList_cat a,
	.secBlogList_cat b {
		min-width: 120px;
		padding: 3px 5px 3px 18px;
		border-radius: 12px;
		font-size: 10px;
	}
}

.secBlogList_cat a:before,
.secBlogList_cat b:before {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	border-radius: 50%;
	content: '';
}

@media (max-width: 599px) {

	.secBlogList_cat a:before,
	.secBlogList_cat b:before {
		left: 4px;
		width: 11px;
		height: 11px;
	}
}

.secBlogList_cat b {
	border: 2px solid #99e3da;
	background-color: #99e3da;
}

@media (max-width: 599px) {
	.secBlogList_cat b {
		border-width: 1px;
	}
}

.secBlogList_cat b:before {
	border: 2px solid white;
	background-color: #64c3b7;
}

@media (max-width: 599px) {
	.secBlogList_cat b:before {
		border-width: 1px;
	}
}

.secBlogList_cat a {
	border: 2px solid #99e3da;
	background-color: transparent;
}

@media (max-width: 599px) {
	.secBlogList_cat a {
		border-width: 1px;
	}
}

.secBlogList_cat a:before {
	border: 1px solid #99e3da;
	background-color: white;
}

.secBlogList_cat a:hover {
	border: 2px solid #99e3da;
	background-color: #99e3da;
}

@media (max-width: 599px) {
	.secBlogList_cat a:hover {
		border-width: 1px;
	}
}

.secBlogList_cat a:hover:before {
	border: 2px solid white;
	background-color: #64c3b7;
}

@media (max-width: 599px) {
	.secBlogList_cat a:hover:before {
		border-width: 1px;
	}
}

.secBlogList_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secBlogList_items li {
		border-top: 1px solid #d3d3d3;
	}

	.secBlogList_items li:last-child {
		border-bottom: 1px solid #d3d3d3;
	}
}

@media (max-width: 599px) {
	.secBlogList_items li:not(:first-child) {
		border-top: 1px solid #dcdcdc;
	}
}

.secBlogList_items a {
	display: flex;
	position: relative;
	flex-direction: column;
	padding: 30px 0 30px 270px;
	color: #232425;
	text-decoration: none;
}

@media (max-width: 599px) {
	.secBlogList_items a {
		padding: 11px 0 7px;
	}
}

.secBlogList_items a:hover .secBlogList_title {
	text-decoration: underline;
}

@media (min-width: 600px) {
	.secBlogList_items figure {
		position: absolute;
		top: 30px;
		left: 0;
		width: 240px;
	}
}

@media (max-width: 599px) {
	.secBlogList_items figure {
		display: none;
	}
}

.secBlogList_meta {
	order: 1;
}

@media (min-width: 600px) {
	.secBlogList_meta {
		font-size: 18px;
	}
}

@media (max-width: 599px) {
	.secBlogList_meta {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		font-size: 10px;
	}
}

.secBlogList_title {
	order: 2;
}

@media (min-width: 600px) {
	.secBlogList_title {
		margin-top: 10px;
		font-size: 18px;
	}
}

@media (max-width: 599px) {
	.secBlogList_title {
		margin-top: 8px;
		font-weight: normal;
		font-size: 14px;
	}
}

.secBlogList_date {
	font-size: 18px;
}

@media (max-width: 599px) {
	.secBlogList_date {
		font-size: 10px;
	}
}

.secBlogList_category {
	display: inline-block;
	margin-left: 10px;
	padding: 7px 30px;
	border-radius: 7px;
	background-color: #68d5c8;
	color: white;
	font-size: 15px;
}

@media (max-width: 599px) {
	.secBlogList_category {
		margin-right: 10px;
		margin-left: 0;
		padding: 2px 20px;
		border-radius: 3px;
		font-size: 10px;
	}
}

@media (min-width: 600px) {
	.secBlogList_desc {
		order: 3;
		margin-top: 9px;
		font-size: 16px;
	}
}

@media (max-width: 599px) {
	.secBlogList_desc {
		display: none;
	}
}

.secBlogList_pager {
	margin-top: 30px;
}

.secBlogDetail {
	margin-top: 90px;
	padding-bottom: 105px;
}

@media (max-width: 599px) {
	.secBlogDetail {
		margin-top: 21px;
		padding-bottom: 60px;
	}
}

.secBlogDetail_meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 13px;
	padding-bottom: 13px;
}

@media (max-width: 599px) {
	.secBlogDetail_meta {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 10px;
	}
}

.secBlogDetail_metaLeft {
	display: flex;
	align-items: center;
	letter-spacing: .08em;
}

.secBlogDetail_metaLeft span:first-child {
	display: inline-block;
	margin-right: 15px;
}

.secBlogDetail_metaLeft span:last-child {
	display: inline-block;
	padding: 5px 45px;
	border-radius: 6px;
	background-color: #68d5c8;
	color: white;
}

@media (max-width: 599px) {
	.secBlogDetail_metaLeft span:last-child {
		padding: 1px 10px;
		border-radius: 3px;
	}
}

.secBlogDetail_metaRight {
	display: flex;
}

.secBlogDetail_metaRight > span + span {
	margin-left: 6px;
}

.secBlogDetail_title {
	padding-bottom: 24px;
	border-bottom: 1px solid #6bcbbf;
	letter-spacing: .04em;
}

@media (max-width: 599px) {
	.secBlogDetail_title {
		padding-bottom: 10px;
		font-size: 13px;
	}
}

.secBlogDetail_content {
	padding-top: 35px;
	padding-bottom: 35px;
}

@media (max-width: 599px) {
	.secBlogDetail_content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.secBlogDetail_content p {
	line-height: 2.5;
}

@media (max-width: 599px) {
	.secBlogDetail_content p {
		font-size: 14px;
		line-height: 2;
	}
}

.secBlogDetail_content p + p {
	margin-top: 48px;
}

@media (max-width: 599px) {
	.secBlogDetail_content p + p {
		margin-top: 24px;
	}
}

.secBlogDetail_back {
	margin-top: 25px;
	text-align: center;
}

@media (max-width: 599px) {
	.secBlogDetail_back {
		margin-top: 20px;
	}
}

.secBlogDetail_back a {
	position: relative;
	min-width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6bcbbf;
	color: #232425;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 599px) {
	.secBlogDetail_back a {
		min-width: 230px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 10px;
	}
}

.secBlogDetail_back a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 18px;
	height: 17px;
	transform: translateY(-50%);
	background: url("../img/btn_back@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secBlogDetail_back a:before {
		left: 10px;
		width: 9px;
		height: 8.5px;
	}
}

.secTopicsList {
	padding-top: 96px;
	padding-bottom: 100px;
}

@media (max-width: 599px) {
	.secTopicsList {
		padding-top: 12px;
		padding-bottom: 30px;
	}
}

.secTopicsList_items {
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.secTopicsList_items li {
		border-top: 1px solid #d3d3d3;
	}

	.secTopicsList_items li:last-child {
		border-bottom: 1px solid #d3d3d3;
	}
}

@media (max-width: 599px) {
	.secTopicsList_items li:not(:first-child) {
		border-top: 1px solid #dcdcdc;
	}
}

.secTopicsList_items a {
	display: flex;
	position: relative;
	align-items: flex-start;
	padding: 30px 0;
	color: #232425;
	text-decoration: none;
}

@media (max-width: 959px) {
	.secTopicsList_items a {
		flex-wrap: wrap;
	}
}

@media (max-width: 599px) {
	.secTopicsList_items a {
		padding: 11px 0 6px;
	}
}

.secTopicsList_items a:hover .secTopicsList_title {
	text-decoration: underline;
}

.secTopicsList_category {
	display: inline-block;
	order: 1;
	margin-right: 20px;
	padding: 6px 50px;
	border-radius: 7px;
	background-color: #68d5c8;
	color: white;
	font-size: 15px;
	white-space: nowrap;
}

@media (max-width: 599px) {
	.secTopicsList_category {
		margin-right: 10px;
		margin-left: 0;
		padding: 2px 20px;
		border-radius: 3px;
		font-size: 10px;
	}
}

.secTopicsList_date {
	order: 2;
	margin-right: 45px;
	padding-top: 4px;
	font-size: 18px;
}

@media (max-width: 599px) {
	.secTopicsList_date {
		padding-top: 3px;
		font-size: 10px;
	}
}

.secTopicsList_title {
	order: 3;
	padding-top: 4px;
	font-size: 18px;
}

@media (max-width: 959px) {
	.secTopicsList_title {
		width: 100%;
		margin-top: 10px;
		padding-top: 0;
	}
}

@media (max-width: 599px) {
	.secTopicsList_title {
		margin-top: 7px;
		padding-top: 0;
		font-weight: normal;
		font-size: 12px;
	}
}

.secTopicsList_pager {
	margin-top: 30px;
}

.secCourse {
	margin-top: 96px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secCourse {
		margin-top:40px;
	}
}

.secCourse_desc {
	margin: 30px auto;
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: .08em;
}

@media (max-width: 599px) {
	.secCourse_desc {
		font-size: 18px;
		line-height: 1.73077;
	}
}

.secCourse_table {
	margin-top: 40px;
	padding: 40px 30px 40px 50px;
	background-image: linear-gradient(0, #e8f0ef 0%, #ffffff 100%);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 600px) and (max-width: 959px) {
	.secCourse_table {
		margin-right: -40px;
		margin-left: -40px;
		padding: 30px 20px;
	}
}

@media (max-width: 599px) {
	.secCourse_table {
		margin-top: 20px;
		margin-right: -30px;
		margin-left: -30px;
		padding: 30px 20px;
	}
}

.secCourse_name {
	display: flex;
	flex-direction: column;
	padding-bottom: 11px;
	font-weight: normal;
}

@media (max-width: 599px) {
	.secCourse_name {
		padding-bottom: 5px;
	}
}

.secCourse table {
	width: 100%;
}

.secCourse thead span:first-child {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 21px;
	color: white;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secCourse thead span:first-child {
		padding: 4px 5px;
		border-radius: 15px;
		font-size: 16px;
	}
}

@media (max-width: 599px) {
	.secCourse thead span:first-child {
		padding: 4px 5px;
		border-radius: 10px;
		font-size: 10px;
	}
}

.secCourse thead :nth-child(2) span:first-child {
	background: linear-gradient(180deg, #94e1d8 0%, #77d5ca 100%);
}

.secCourse thead :nth-child(3) span:first-child {
	background: linear-gradient(180deg, #e1c494 0%, #d5a977 100%);
}

.secCourse thead :nth-child(4) span:first-child {
	background: linear-gradient(180deg, #e19494 0%, #d57777 100%);
}

.secCourse thead b {
	display: block;
	margin-top: 7px;
	color: #a3a06a;
	font-weight: normal;
	font-size: 30px;
}

@media (max-width: 599px) {
	.secCourse thead b {
		margin-top: 5px;
		font-size: 15px;
	}
}

.secCourse thead [lang="en"] {
	margin-top: -3px;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width: 599px) {
	.secCourse thead [lang="en"] {
		margin-top: -1px;
		font-size: 10px;
	}
}

.secCourse thead th {
	padding: 0 20px;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secCourse thead th {
		padding: 0 10px;
	}
}

@media (max-width: 599px) {
	.secCourse thead th {
		padding: 0 5px;
	}
}

.secCourse tbody th,
.secCourse tbody td {
	border-top: 1px dotted #ccc;
}

.secCourse tbody th {
	min-width: 220px;
	font-weight: normal;
	text-align: left;
}

@media (min-width: 600px) and (max-width: 959px) {
	.secCourse tbody th {
		min-width: 100px;
	}
}

@media (max-width: 599px) {
	.secCourse tbody th {
		min-width: 60px;
		padding: 6px 7px;
		font-size: 10px;
	}
}

.secCourse tbody td {
	padding: 14px 15px;
	font-size: 20px;
	text-align: center;
}

@media (max-width: 599px) {
	.secCourse tbody td {
		padding: 6px 7px;
		font-size: 10px;
	}
}

.secCourse tbody tr:last-child th,
.secCourse tbody tr:last-child td {
	border-bottom: 1px dotted #ccc;
}

.secStep {
	margin-top: 100px;
	padding-bottom: 100px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

@media (max-width: 599px) {
	.secStep {
		margin-top: 35px;
		padding-bottom: 60px;
	}
}

.secStep [lang="en"] {
	text-transform: uppercase;
}

.secStep_title {
	position: relative;
	padding-bottom: 62px;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: .08em;
	text-align: center;
}

.secStep_title:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 345px;
	height: 32px;
	transform: translateX(-50%);
	background: url("../img/foryou_separation@2x.png") no-repeat;
	background: url("../img/phase_separation@2x.png") no-repeat;
	background-size: cover;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secStep_title:after {
		width: 172.5px;
		height: 16px;
	}
}

@media (max-width: 599px) {
	.secStep_title {
		padding-bottom: 44px;
		font-size: 20px;
	}

	.secStep_title:after {
		width: 172.5px;
		height: 16px;
	}
}

.secStep_list {
	margin-top: 40px;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (max-width: 599px) {
	.secStep_list {
		margin-top: 30px;
	}
}

.secStep_list li {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	border: 2px solid #8cdad0;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.12);
}

.secStep_list li + li {
	margin-top: 20px;
}

@media (max-width: 599px) {
	.secStep_list li + li {
		margin-top: 10px;
	}
}

.secStep_list li + li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 57px;
	transform: translate(-50%, -38px);
	background: url("../img/phase_arrow@2x.png") no-repeat;
	background-size: cover;
	content: '';
}

@media (max-width: 599px) {
	.secStep_list li + li:before {
		top: 8px;
		width: 12px;
		height: 28.5px;
		margin-top: 10px;
	}
}

.secStep_head {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 36px 55px 36px 25px;
	background: url("../img/phase_bg@2x.png") no-repeat center right;
	background-size: 395px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	text-align: center;
}

@media (max-width: 599px) {
	.secStep_head {
		width: 105px;
		padding: 9px 36px 9px 28px;
		background-size: 197.5px;
		font-size: 11px;
	}
}

.secStep_head span {
	display: block;
	width: 100%;
	font-size: 50px;
	line-height: 1;
	text-align: center;
}

@media (max-width: 599px) {
	.secStep_head span {
		font-size: 25px;
	}
}

.secStep_text {
	padding-left: 35px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .05em;
}

@media (max-width: 599px) {
	.secStep_text {
		flex: 1;
		padding-right: 10px;
		padding-left: 11px;
		font-size: 10px;
	}
}

.secStep_text strong {
	display: inline-block;
	margin-bottom: 5px;
	color: #908d53;
	font-weight: normal;
	font-size: 28px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .05em;
}

@media (max-width: 599px) {
	.secStep_text strong {
		margin-bottom: 0;
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.secStep_text span {
		display: none;
	}
}

.secStep_xs {
	display: none;
}

@media (max-width: 599px) {
	.secStep_xs {
		display: block;
		width: 100%;
		padding: 15px 15px;
		border-top: 1px solid #8cdad0;
		font-size: 10px;
	}
}

.secCoordinatorList {
	margin-top: 96px;
	padding-bottom: 100px;
}

@media (max-width: 599px) {
	.secCoordinatorList {
		margin-top: 40px;
		padding-bottom: 60px;
	}
}

.secCoordinatorList_lead {
	margin: 30px auto;
	font-size: 25px;
	line-height: 1.8;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .05em;
}

@media (max-width: 599px) {
	.secCoordinatorList_lead {
		font-size: 18px;
		line-height: 1.73077;
	}
}

.secCoordinatorList_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -32px;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (max-width: 599px) {
	.secCoordinatorList_items {
		margin-top: -3px;
	}
}

.secCoordinatorList_items > li {
	width: calc(50% - 30px);
	margin-top: 60px;
	padding: 25px;
	background-image: linear-gradient(0, #e8f0ef 0%, #ffffff 100%);
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.14);
}

@media (min-width: 600px) and (max-width: 959px) {
	.secCoordinatorList_items > li {
		width: 100%;
	}
}

@media (max-width: 599px) {
	.secCoordinatorList_items > li {
		width: 100%;
		margin-top: 30px;
		padding: 15px;
	}
}

.secCoordinatorList_head {
	display: flex;
	align-items: center;
}

.secCoordinatorList figure {
	width: 140px;
	height: 140px;
	margin-right: 27px;
	overflow: hidden;
	border-radius: 70px;
}

@media (max-width: 599px) {
	.secCoordinatorList figure {
		width: 70px;
		height: 70px;
		margin-right: 10px;
		border-radius: 35px;
	}
}

.secCoordinatorList_name {
	flex: 1;
	font-size: 25px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .02em;
}

@media (max-width: 599px) {
	.secCoordinatorList_name {
		font-size: 16px;
	}
}

.secCoordinatorList_desc {
	width: 100%;
	margin-top: 8px;
	line-height: 2;
}

@media (max-width: 599px) {
	.secCoordinatorList_desc {
		margin-top: 10px;
		font-size: 14px;
	}
}

.secCoordinatorList_subjects {
	width: 100%;
	margin-top: 20px;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}

@media (max-width: 599px) {
	.secCoordinatorList_subjects {
		margin-top: 8px;
	}
}

.secCoordinatorList_subjects li {
	margin-top: 5px;
	padding: 16px 20px;
	background-color: #c5ece7;
}

@media (max-width: 599px) {
	.secCoordinatorList_subjects li {
		margin-top: 2px;
		padding: 5px 10px;
	}
}

.secCoordinatorList_subjects strong {
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: .04em;
}

@media (max-width: 599px) {
	.secCoordinatorList_subjects strong {
		font-size: 14px;
	}
}

.secCoordinatorList_subjects small {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: .04em;
}

@media (max-width: 599px) {
	.secCoordinatorList_subjects small {
		margin-top: -1px;
		font-size: 12px;
	}
}

.secCompanySummary {
	padding-top: 94px;
}

@media (max-width: 599px) {
	.secCompanySummary {
		padding-top: 20px;
	}
}

.secCompanySummary_content {
	margin-top: 52px;
}

@media (max-width: 599px) {
	.secCompanySummary_content {
		margin-top: 38px;
	}
}

.secCompanySummary dl {
	display: flex;
	justify-content: flex-start;
	padding-top: 19px;
	padding-bottom: 19px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

@media (max-width: 599px) {
	.secCompanySummary dl {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 14px;
	}
}

.secCompanySummary dt {
	width: 156px;
	padding-right: 20px;
}

@media (max-width: 599px) {
	.secCompanySummary dt {
		width: 70px;
		padding-right: 15px;
	}
}

.secCompanySummary dd {
	flex: 1;
}

.secVision {
	margin-top: 97px;
	padding-bottom: 86px;
}

@media (max-width: 599px) {
	.secVision {
		margin-top: 63px;
		padding-bottom: 60px;
	}
}

.secVision_sec {
	margin-top: 69px;
}

@media (max-width: 599px) {
	.secVision_sec {
		margin-top: 24px;
	}
}

.secVision_sec:first-child {
	margin-top: 38px;
}

@media (max-width: 599px) {
	.secVision_sec:first-child {
		margin-top: 27px;
	}
}

.secVision_secTitle {
	font-weight: normal;
	font-size: 32px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .04em;
	text-transform: uppercase;
}

@media (max-width: 599px) {
	.secVision_secTitle {
		font-size: 16px;
	}
}

.secVision_secTitle span {
	font-size: 20px;
}

@media (max-width: 599px) {
	.secVision_secTitle span {
		font-size: 10px;
	}
}

.secVision_secLead {
	padding: 109px 50px;
	background: url("../img/company_bg01@2x.png") no-repeat center center;
	background-size: cover;
	color: white;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .1em;
}

@media (min-width: 600px) {
	.secVision_secLead {
		text-align: center;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.secVision_secLead {
		padding: 80px 50px;
	}
}

@media (max-width: 599px) {
	.secVision_secLead {
		margin-top: 4px;
		padding: 25px 40px;
		font-size: 14px;
	}
}

.secVision_secText {
	margin-top: 17px;
	letter-spacing: .04em;
}

@media (min-width: 600px) {
	.secVision_secText {
		line-height: 2.5;
	}
}

@media (max-width: 599px) {
	.secVision_secText {
		margin-top: 22px;
		font-size: 14px;
	}
}

.secContactForm {
	padding-top: 96px;
	padding-bottom: 96px;
}

@media (max-width: 599px) {
	.secContactForm {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

.secContactForm_form {
	max-width: 900px;
	margin: 62px auto 0;
}

@media (max-width: 599px) {
	.secContactForm_form {
		margin-top: 28px;
	}
}

.secContactForm_desc {
	margin-top: 25px;
	font-size: 20px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
	letter-spacing: .1em;
	text-align: center;
}

@media (max-width: 599px) {
	.secContactForm_desc {
		margin-top: 28px;
		font-size: 14px;
	}
}

.secContactForm_formItem {
	display: block;
	font-size: 18px;
}

@media (max-width: 599px) {
	.secContactForm_formItem {
		font-size: 12px;
	}
}

.secContactForm_formItem + .secContactForm_formItem {
	margin-top: 33px;
}

@media (max-width: 599px) {
	.secContactForm_formItem + .secContactForm_formItem {
		margin-top: 15px;
	}
}

.secContactForm_formItem > :first-child {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .05em;
}

@media (max-width: 599px) {
	.secContactForm_formItem > :first-child {
		margin-bottom: 6px;
		font-size: 14px;
	}
}

.secContactForm_formItem small {
	display: block;
	margin-top: 3px;
}

@media (max-width: 599px) {
	.secContactForm_formItem small {
		margin-top: 2px;
	}
}

.secContactForm_formItem input[type="text"],
.secContactForm_formItem textarea {
	width: 100%;
	padding: 8px 8px;
	border: 1px solid #7a7a7a;
	border-radius: 4px;
	background-color: #f2f2f2;
	font-size: 18px;
}

@media (max-width: 599px) {

	.secContactForm_formItem input[type="text"],
	.secContactForm_formItem textarea {
		font-size: 16px;
	}
}

.secContactForm_formItem input[type="text"]:focus,
.secContactForm_formItem textarea:focus {
	border-color: #232425;
	outline: none;
}

.secContactForm_formItem fieldset {
	margin: 10px 0 0;
	padding: 0;
	border: none;
}

@media (max-width: 599px) {
	.secContactForm_formItem fieldset {
		margin-top: 5px;
	}
}

.secContactForm_formItem fieldset label {
	display: inline-block;
	margin-right: 15px;
}

.secContactForm_formItem textarea {
	min-height: 250px;
}

@media (max-width: 599px) {
	.secContactForm_formItem textarea {
		min-height: 125px;
	}
}

.secContactForm_submit {
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 599px) {
	.secContactForm_submit {
		margin-top: 20px;
	}
}

.secContactForm_submit button {
	min-width: 400px;
	background-color: #99e3da;
	color: #232425;
}

.secContactForm_submit button:hover {
	background-color: #ade8e1;
}

@media (max-width: 599px) {
	.secContactForm_submit button {
		min-width: 230px;
	}
}

/* ----------------------------------------- 受講生の声 ---------------*/
#cts_voice_detail .secBlogDetail_content h3 {
	margin-bottom: 20px;
}

#cts_voice_detail .secBlogDetail_content p {
	margin-bottom: 40px;
}

/* ----------------------------------------- バナー ---------------*/
.lp_bnr {
	margin: 20px 0;
}

.lp_bnr img {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin:0px auto;
}