<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*==============================================

    STYLE SHEET

==============================================*/
/*==============================================

  RESET

==============================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*==============================================

  SETTING MIXIN

==============================================*/
/*==============================================
    2-1. mixins
==============================================*/
/* font family */
/* safari browser hack */
/*==============================================

  BASE

==============================================*/
html {
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	background-color: #ffffff;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

a:link,
a:visited {
	color: #333333;
}

@media screen and (min-width: 1024px) {
	a:hover {
		opacity: 0.7;
	}
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*==============================================

  LAYOUT

==============================================*/
/*==============================================
  LAYOUT LIMIT
==============================================*/
.l-limit {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.l-limit {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 1000px;
		max-width: 1600px;
	}
}

.l-container {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.l-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		max-width: 1280px;
		margin: 0 auto;
		padding-top: 0;
	}
}

.home .l-container {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.home .l-container {
		position: relative;
		padding-top: 82px;
	}
}

@media screen and (min-width: 1024px) {
	.l-main-area {
		width: calc(100% - 300px);
		margin-left: auto;
		padding-left: 1.40625%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.l-main-area__wrap {
	padding-top: 50px;
}

/*==============================================
  LAYOUT FRAME
==============================================*/
.l-frame {
	width: 89.3333333333%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.l-frame {
		width: 89.0625%;
	}
}

/*==============================================
  LAYOUT COLUMNS
==============================================*/
@media screen and (min-width: 1024px) {
	.l-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.l-column-both {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-column--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-column--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*==============================================

  HEADER

==============================================*/
.l-header {
	z-index: 120;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 58px;
	padding: 8px 3.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.l-header {
		min-height: 81px;
		padding: 6px 3.125% 12px 3.75%;
		border-bottom: 1px solid #dcdcdc;
	}
}

.home .l-header {
	position: fixed;
}

@media screen and (min-width: 1024px) {
	.l-header-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1280px) {
	.l-header-inner {
		padding: 0 0.4% 0 1%;
	}
}

.l-header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (min-width: 1024px) {
	.l-header__logo {
		position: absolute;
		top: 10px;
		left: 1.5625%;
		padding-left: 28px;
	}
}

.l-header__logo a {
	display: block;
}

.l-header__logo .-main {
	width: 128px;
}

@media screen and (min-width: 1024px) {
	.l-header__logo .-main {
		width: 187px;
	}
}

.l-header__logo .-sub {
	width: 75px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

@media screen and (min-width: 1024px) {
	.l-header__logo .-sub {
		width: 110px;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

.l-header__btn {
	position: fixed;
	top: 8px;
	right: 2%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-transition: all 0.5s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.5s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.l-header__btn {
		display: none;
	}
}

.home .l-header__btn {
	position: absolute;
	top: 8px;
	right: 2%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.home .l-header__btn {
		display: none;
	}
}

.l-header__btn.is-fixed {
	top: 120px;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.l-header__btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 19px;
	height: 3px;
	border-radius: 200px;
	background-color: #707070;
	-webkit-transition: all 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.l-header__btn span::before {
	content: "";
	position: absolute;
	top: -6px;
	width: 19px;
	height: 3px;
	border-radius: 200px;
	background-color: #707070;
	-webkit-transition: all 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.l-header__btn span::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 19px;
	height: 3px;
	border-radius: 200px;
	background-color: #707070;
	-webkit-transition: all 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.l-header__btn.is-active span {
	background-color: #ffffff;
}

.l-header__btn.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-header__btn.is-active span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.l-header__login {
	padding: 10px 0 2px;
}

@media screen and (min-width: 1024px) {
	.l-header__login {
		display: block;
		margin-left: auto;
		padding: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
}

.l-header__login ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.l-header__login ul {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.l-header__login li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-header__login li a {
	display: block;
}

.l-header__login li {
	text-align: center;
	width: calc((100% - 10px) / 2);
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8666666667rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.l-header__login li {
		width: 174px;
		font-size: 0.9333333333rem;
		line-height: 1;
	}
}

.l-header__login li a {
	display: block;
	padding: 14px 0;
	border-radius: 200px;
	white-space: nowrap;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.l-header__login li a {
		width: 100%;
		padding: 14px 0;
	}
}

.l-header__login li:nth-child(1) a {
	border: 1px solid #ff8400;
	background-color: #ff8400;
	color: #ffffff;
}

.l-header__login li:nth-child(1) a:hover {
	opacity: 1;
	background-color: #ed800c;
}

.l-header__login li:nth-child(2) a {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.l-header__login li:nth-child(2) a:hover {
	opacity: 1;
	background-color: #ededed;
	border-color: #ededed;
}

@media screen and (min-width: 1024px) {
	.l-header__login li+li {
		margin-left: 10px;
	}
}

/*
* clone header
*/
.home .l-header {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.home .l-header {
		position: fixed;
	}
}

@media screen and (max-width: 1023px) {
	.l-header.is-clone {
		position: fixed !important;
		top: 0;
		left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
		-webkit-transition: -webkit-transform 0.5s ease 0s;
		transition: -webkit-transform 0.5s ease 0s;
		transition: transform 0.5s ease 0s;
		transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	}
}

@media screen and (min-width: 1024px) {
	.l-header.is-clone {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.l-header.is-clone .l-header__logo {
		width: 166px;
	}
}

@media screen and (max-width: 1023px) {
	.l-header.is-clone .l-header__btn {
		z-index: 100;
		top: 60px;
		background-color: #ffffff;
		border-radius: 50%;
	}
}

@media screen and (max-width: 1023px) {
	.l-header.is-clone .l-header__login {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 2.6666666667%;
		width: calc(100% - 200px);
		padding-top: 0;
	}

	.l-header.is-clone .l-header__login li {
		width: calc((100% - 6px) / 2);
		font-family: "Zen Maru Gothic", sans-serif;
		;
		font-weight: 700;
		font-size: 0.6666666667rem;
		line-height: 1;
	}
}

.l-header.l-header--fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.l-header.l-header--fixed .l-header__btn {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

/*==============================================

  FOOTER

==============================================*/
.l-footer {
	padding-bottom: 0;
}

.home .l-footer {
	padding-bottom: 117px;
}

@media screen and (min-width: 1024px) {
	.home .l-footer {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1023px) {
	.l-footer .c-btn-question {
		width: 89.3333333333%;
		margin: 0 auto;
	}
}

.l-footer-sidebar {
	padding-top: 70px;
}

@media screen and (min-width: 1024px) {
	.l-footer-sidebar {
		display: none;
	}
}

.l-footer__pagetop {
	z-index: 21;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0.5%;
	bottom: 20px;
	width: 40px;
	-webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: opacity 0.5s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.l-footer__pagetop {
		right: 10px;
		bottom: 20px;
		width: 60px;
	}
}

.l-footer__pagetop.is-active {
	opacity: 1;
	pointer-events: auto;
}

.home .l-footer__pagetop {
	bottom: 126px;
}

@media screen and (min-width: 1024px) {
	.home .l-footer__pagetop {
		bottom: 70px;
	}
}

.l-footer__banner {
	display: none;
	z-index: 30;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	background-color: #f7f3b2;
}

@media screen and (min-width: 1024px) {
	.l-footer__banner {
		display: none;
	}
}

.l-footer__banner a {
	display: block;
	width: 58.6666666667%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-footer__banner p {
	text-decoration: underline;
	padding-top: 8px;
	font-size: 0.8571428571rem;
	line-height: 1.4166666667;
}

@media screen and (min-width: 1024px) {
	.l-footer__banner p {
		font-size: 0.8rem;
		line-height: 1.4166666667;
	}
}

.home .l-footer__banner {
	display: block;
}

@media screen and (min-width: 1024px) {
	.home .l-footer__banner {
		display: none;
	}
}

.l-footer__banner__icon {
	position: absolute;
	left: 5.3333333333%;
	background-color: #ffffff;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.l-footer__banner__icon span {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Fredoka", sans-serif;
	;
	font-weight: 700;
	font-size: 0.7857142857rem;
	line-height: 1.2727272727;
}

.l-footer__sns {
	padding-top: 80px;
	padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.l-footer__sns {
		padding-top: 140px;
	}
}

.l-footer__sns p {
	text-align: center;
	padding-bottom: 15px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.l-footer__sns p {
		font-size: 1.4666666667rem;
		line-height: 1.5;
	}
}

.l-footer__sns ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__sns li {
	width: 50px;
	padding: 0 4px;
}

.l-footer__copyright {
	z-index: 20;
	position: relative;
	text-align: center;
	background-color: #59b4e6;
	padding: 1em;
}

.l-footer__copyright small {
	color: #ffffff;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.l-footer__copyright small {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

/*==============================================

  SIDE BAR

==============================================*/
.l-sidebar {
	opacity: 0;
	pointer-events: none;
	z-index: 100;
	position: fixed;
	top: 52px;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 60px 5.3333333333%;
	background-color: #f0faff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-transition: opacity 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: opacity 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media screen and (min-width: 1024px) {
	.l-sidebar {
		z-index: 5;
		opacity: 1;
		pointer-events: auto;
		position: fixed;
		top: 82px;
		left: 1.5625%;
		width: 277px;
		height: 100%;
		margin: 40px 0;
		padding: 0 0 140px;
		background-color: transparent;
	}
}

.l-sidebar::-webkit-scrollbar {
	display: none;
}

.l-sidebar.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-sidebar.is-fixed {
	top: 0;
}

@media screen and (max-width: 1023px) {

	.l-sidebar .l-sidebar-wrap--banner,
	.l-sidebar .l-sidebar-wrap--book,
	.l-sidebar .l-sidebar-wrap--benefits {
		display: none;
	}
}

.l-sidebar-wrap {
	position: relative;
	padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.l-sidebar-wrap {
		padding: 30px 28px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.l-sidebar-wrap:nth-of-type(1) {
		border-radius: 16px;
		background-color: #eff3d7;
	}
}

@media screen and (min-width: 1024px) {
	.l-sidebar-wrap:nth-of-type(2) {
		border-radius: 16px;
		background-color: #f7e8e7;
	}
}

@media screen and (min-width: 1024px) {
	.l-sidebar-wrap:nth-of-type(3) {
		border-radius: 16px;
		background-color: #EBEBF4;
	}
}

@media screen and (min-width: 1024px) {

	.l-sidebar-wrap--banner,
	.l-sidebar-wrap--book,
	.l-sidebar-wrap--benefits {
		padding: 0 28px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.l-sidebar-wrap+.l-sidebar-wrap {
		margin-top: 10px;
	}
}

.l-sidebar__category {
	padding-bottom: 10px;
}

.l-sidebar__category p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__category p {
		font-size: 1.8666666667rem;
		line-height: 1;
	}
}

.l-sidebar__object {
	position: absolute;
	width: 43px;
	top: -6px;
	right: 0;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__object {
		top: 28px;
		right: 30px;
	}
}

.l-sidebar__list {
	padding: 0 2.2727272727%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-sidebar__list li {
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__list li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.l-sidebar__list li a {
	display: block;
	padding: 7px 14px;
	border-radius: 5px;
	-webkit-transition: background-color 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: background-color 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	cursor: pointer;
}

.l-sidebar__list li a:hover {
	opacity: 1;
	background-color: #ffffff;
}

.l-sidebar__list li a.is-active {
	background-color: #ffffff;
}

.l-sidebar__list li p {
	display: block;
	padding: 7px 14px;
	border-radius: 5px;
	-webkit-transition: background-color 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: background-color 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	cursor: pointer;
}

.l-sidebar__list li p:hover {
	opacity: 1;
	background-color: #ffffff;
}

.l-sidebar__list li p.is-active {
	background-color: #ffffff;
}

.l-sidebar__list li span.-star {
	position: relative;
	display: inline-block;
}

.l-sidebar__list li span.-star::before {
	content: "";
	position: absolute;
	top: -2px;
	right: -20px;
	width: 16.7px;
	height: 17.1px;
	background: transparent url(../../image/icon_star.svg) no-repeat scroll center center/cover;
}

.l-sidebar__list ul li ul li a:hover {
	background-color: #ededed;
}

.l-sidebar__list .is-current a,
.l-sidebar__list .is-current p {
	background-color: #ffffff;
}

.l-sidebar__list .is-current .l-sidebar__list__btn {
	pointer-events: none;
}

.l-sidebar__list .is-current .l-sidebar__list__btn span {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.l-sidebar__list .is-current .l-sidebar__list__btn span::before {
	width: 6px;
	top: -2px;
	right: 0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.l-sidebar__list .is-current .l-sidebar__list__btn span::after {
	width: 6px;
	top: 2px;
	right: 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.l-sidebar__list .is-current .l-sidebar__list__btn+ul {
	display: block;
}

/*==============================================
  serch.css/know.css/learn.css　共通編集
==============================================*/
.search-works .l-sidebar__list .is-current ul li:nth-child(1) a,
.search-works-look .l-sidebar__list .is-current ul li:nth-child(1) a,
.search-works-result .l-sidebar__list .is-current ul li:nth-child(1) a,
.search-monthly .l-sidebar__list .is-current ul li:nth-child(1) a,
.search-session .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.search-seminar .l-sidebar__list .is-current ul li:nth-child(2) a {
	background-color: #ededed;
}

.know-explanation-index .l-sidebar__list .is-current ul li:nth-child(1) a,
.know-explanation-01 .l-sidebar__list .is-current ul li:nth-child(1) a,
.know-explanation-02 .l-sidebar__list .is-current ul li:nth-child(1) a,
.know-explanation-03 .l-sidebar__list .is-current ul li:nth-child(1) a,
.know-explanation-04 .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.know-study-index .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-study-01 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-study-02 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-study-03 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-study-04 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-study-05 .l-sidebar__list .is-current ul li:nth-child(2) a {
	background-color: #ededed;
}

.know-words .l-sidebar__list .is-current ul li:nth-child(3) a,
.know-words-detail .l-sidebar__list .is-current ul li:nth-child(3) a {
	background-color: #ededed;
}

.know-qa .l-sidebar__list .is-current ul li:nth-child(4) a {
	background-color: #ededed;
}

.know-interview .l-sidebar__list .is-current ul li:nth-child(3) a {
	background-color: #ededed;
}

.know-training .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.know-training_diary .l-sidebar__list .is-current ul li:nth-child(2) a {
	background-color: #ededed;
}

.know-diary_example .l-sidebar__list .is-current ul li:nth-child(3) a {
	background-color: #ededed;
}

.know-play_movie .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.know-kousaku .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-01 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-02 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-03 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-04 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-05 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-06 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-07 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-08 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-09 .l-sidebar__list .is-current ul li:nth-child(2) a,
.know-kousaku-10 .l-sidebar__list .is-current ul li:nth-child(2) a {
	background-color: #ededed;
}

.know-lifestyle .l-sidebar__list .is-current ul li:nth-child(1) a,
.know-lifestyle-00 .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.know-interview .l-sidebar__list .is-current ul li:nth-child(1) a,
.know-interview-result .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.learn-young_surv-index .l-sidebar__list .is-current ul li:nth-child(1) a {
	background-color: #ededed;
}

.learn-men_surv-index .l-sidebar__list .is-current ul li:nth-child(2) a {
	background-color: #ededed;
}

/* .learn-thanks .l-sidebar__list .is-current ul li:nth-child(3) a {
	background-color: #ededed;
} */

.learn-candidate-index .l-sidebar__list .is-current ul li:nth-child(3) a,
.learn-candidate-01_24 .l-sidebar__list .is-current ul li:nth-child(3) a,
.learn-candidate-02_24 .l-sidebar__list .is-current ul li:nth-child(3) a,
.learn-candidate-03_24 .l-sidebar__list .is-current ul li:nth-child(3) a {
	background-color: #ededed;
}

.learn-interview-index .l-sidebar__list .is-current ul li:nth-child(4) a,
.learn-interview-01 .l-sidebar__list .is-current ul li:nth-child(4) a,
.learn-interview-02 .l-sidebar__list .is-current ul li:nth-child(4) a {
	background-color: #ededed;
}


.learn-male .l-sidebar__list .is-current ul li:nth-child(5) a {
	background-color: #ededed;
}


.learn-zadankai .l-sidebar__list .is-current ul li:nth-child(6) a {
	background-color: #ededed;
}

.learn-experience-index .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-01 .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-02 .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-03 .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-04 .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-05 .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-06 .l-sidebar__list .is-current ul li:nth-child(7) a,
.learn-experience-07 .l-sidebar__list .is-current ul li:nth-child(7) a {
	background-color: #ededed;
}


/*==============================================
  serch.css/know.css/learn.css　共通編集
==============================================*/

.l-sidebar__list__btn {
	position: absolute;
	right: 0;
	top: 8px;
	width: 33px;
	height: 20px;
	border-left: 1px solid #d1d1d1;
	cursor: pointer;
	pointer-events: none;
}

.l-sidebar__list__btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 13px;
	height: 1px;
	border-radius: 200px;
	background-color: #b3b3b3;
	-webkit-transition: -webkit-transform 0.4s ease 0s;
	transition: -webkit-transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.l-sidebar__list__btn span::before {
	content: "";
	position: absolute;
	top: -4px;
	width: 13px;
	height: 1px;
	border-radius: 200px;
	background-color: #b3b3b3;
	-webkit-transition: -webkit-transform 0.4s ease 0s;
	transition: -webkit-transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.l-sidebar__list__btn span::after {
	content: "";
	position: absolute;
	top: 4px;
	width: 13px;
	height: 1px;
	border-radius: 200px;
	background-color: #b3b3b3;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.l-sidebar__list__btn:hover span {
	-webkit-transform: scale(1.2) rotate(0.1deg) translate(-50%, -50%);
	transform: scale(1.2) rotate(0.1deg) translate(-50%, -50%);
}

.l-sidebar__list__btn.is-active span {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.l-sidebar__list__btn.is-active span::before {
	width: 6px;
	top: -2px;
	right: 0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.l-sidebar__list__btn.is-active span::after {
	width: 6px;
	top: 2px;
	right: 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.l-sidebar__list__btn+ul {
	display: none;
	margin-left: 4.7619047619%;
	margin-bottom: 10px;
	padding: 1px 0;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.l-sidebar__list__btn+ul a {
	margin: 6px;
	border-radius: 5px;
}

.l-sidebar__banner {
	padding: 0 20.8%;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__banner {
		padding: 0;
	}
}

.l-sidebar__banner+* {
	padding-top: 20px;
}

.l-sidebar__banner p {
	text-decoration: underline;
	padding-top: 8px;
	font-size: 0.8571428571rem;
	line-height: 1.4166666667;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__banner p {
		font-size: 0.8rem;
		line-height: 1.4166666667;
	}
}

.l-sidebar__book {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 88.7323943662%;
	margin: 20px auto 0;
	padding: 40px 6.3492063492% 20px;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__book {
		display: block;
		width: 100%;
		padding: 40px 0;
	}
}

.l-sidebar__book p {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__book p {
		font-size: 1.0666666667rem;
		line-height: 1.2;
	}
}

.l-sidebar__book p&gt;span {
	position: relative;
}

.l-sidebar__book p&gt;span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%) rotate(75deg);
	transform: translateY(-50%) rotate(75deg);
	width: 20px;
	height: 1px;
	background-color: #000000;
}

.l-sidebar__book p&gt;span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%) rotate(-75deg);
	transform: translateY(-50%) rotate(-75deg);
	width: 20px;
	height: 1px;
	background-color: #000000;
}

.l-sidebar__book span:not(p span) {
	display: block;
	text-align: left;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__book span:not(p span) {
		text-align: center;
		padding-top: 16px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.l-sidebar__book a {
	display: block;
	width: 72px;
	margin-right: 20px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
	.l-sidebar__book a {
		width: 118px;
		margin: 0 auto;
	}
}

.l-sidebar__benefits {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 88.7323943662%;
	margin: 0 auto;
	padding: 12px 3.1746031746% 12px;
	background-color: #FBF0D1;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px 20px;
	}
}

.l-sidebar__benefits__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 3.1746031746%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__title {
		padding: 0;
	}
}

.l-sidebar__benefits__title span {
	width: 70px;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__title span {
		width: 60px;
	}
}

.l-sidebar__benefits__title p {
	width: calc(100% - 70px);
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__title p {
		width: calc(100% - 60px);
		padding-left: 6px;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 1023px) {
	.l-sidebar__benefits__title p br {
		display: none;
	}
}

.l-sidebar__benefits__image {
	width: 96px;
	padding: 16px 0;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__image {
		width: 120px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1023px) {
	.l-sidebar__benefits__explanation {
		width: calc(100% - 96px);
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__explanation {
		padding: 0 2px;
	}
}

.l-sidebar__benefits__explanation p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__explanation p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.l-sidebar__benefits__explanation ul {
	padding-top: 4px;
}

.l-sidebar__benefits__explanation li {
	font-size: 0.8571428571rem;
	line-height: 1.4;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__benefits__explanation li {
		font-size: 0.8rem;
		line-height: 1.4;
	}
}

.l-sidebar__benefits__explanation li+* {
	padding-top: 4px;
}

/*==============================================

  COMPONENT

==============================================*/
/*==============================================
  COMPONENT TEXT
==============================================*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-p {
	margin: 1em 0;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-p {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-note {
	padding-top: 40px;
}

.c-note+* {
	padding-top: 10px !important;
}

.c-note p {
	color: red;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-note p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-note p::before {
	content: "★";
}

/*==============================================
  COMPONENT TEXT
==============================================*/
.c-title-wrap {
	position: relative;
}

.c-title-wrap+* {
	padding-top: 50px;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap+* {
		padding-top: 140px;
	}
}

.c-title-wrap__category {
	position: relative;
	width: 130px;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__category {
		width: 217px;
	}
}

.c-title-wrap__category p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.5428571429rem;
	line-height: 1.1990740741;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__category p {
		font-size: 2.4rem;
		line-height: 1.2;
	}
}

.c-title-wrap__category span {
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.7714285714rem;
	line-height: 1.462962963;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__category span {
		font-size: 1.2rem;
		line-height: 1.4611111111;
	}
}

.know .c-title-wrap__category p {
	top: 64px;
	left: 76px;
}

@media screen and (min-width: 1024px) {
	.know .c-title-wrap__category p {
		top: 104px;
		left: 118px;
	}
}

.learn .c-title-wrap__category p {
	top: 58px;
	left: 60px;
}

@media screen and (min-width: 1024px) {
	.learn .c-title-wrap__category p {
		top: 96px;
		left: 99px;
	}
}

.c-title-wrap__category--sm {
	width: 100px;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__category--sm {
		width: 138px;
	}
}

.c-title-wrap__category--sm p {
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__category--sm p {
		font-size: 1.5333333333rem;
		line-height: 1.5;
	}
}

.c-title-wrap__category--sm span {
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__category--sm span {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-title-wrap__title {
	text-align: center;
	width: 94.6666666667%;
	margin: 0 auto;
	padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__title {
		margin-top: -40px;
		padding-bottom: 30px;
	}
}

.c-title-wrap__title+* {
	margin-top: 0 !important;
}

.c-title-wrap__title h2 {
	display: inline-block;
	position: relative;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1142857143rem;
	line-height: 1.1987179487;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__title h2 {
		font-size: 1.7333333333rem;
		line-height: 1.2;
	}
}

.c-title-wrap__title span {
	font-size: 2rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__title span {
		font-size: 3.0666666667rem;
		line-height: 1.2;
	}
}

.c-title-wrap__title small {
	display: block;
	padding-top: 6px;
	font-size: 0.5714285714rem;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__title small {
		font-size: 0.9333333333rem;
		line-height: 1.2;
	}
}

.c-title-wrap__title p {
	text-align: center;
	padding-top: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-title-wrap__title p {
		padding-top: 36px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-title-wrap__title+.c-box-column {
	padding-top: 0;
}

.c-title-search::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -10px;
	width: 36px;
	height: 36px;
	background-color: #a5d544;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.c-title-search::before {
		top: -20px;
		width: 60px;
		height: 60px;
	}
}

.c-title-info::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -10px;
	width: 36px;
	height: 36px;
	background-color: #94D2EC;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.c-title-info::before {
		top: -20px;
		width: 60px;
		height: 60px;
	}
}

.c-title-know::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 36px;
	height: 36px;
	background-color: #f1917a;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.c-title-know::before {
		top: -20px;
		left: -20px;
		width: 60px;
		height: 60px;
	}
}

.c-title-learn::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -10px;
	width: 36px;
	height: 36px;
	background-color: #b0b0eb;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.c-title-learn::before {
		top: -20px;
		width: 60px;
		height: 60px;
	}
}

.-r::before {
	right: -10px;
	left: auto;
}

.-r2::before {
	top: 5px;
	right: -10px;
	left: auto;
}

@media screen and (min-width: 1024px) {
	.-r::before {
		right: -20px;
		left: auto;
	}

	.-r2::before {
		top: 10px;
		right: -20px;
		left: auto;
	}
}

.-l::before {
	right: auto;
	left: -10px;
}

@media screen and (min-width: 1024px) {
	.-l::before {
		right: auto;
		left: -20px;
	}
}

/*==============================================
  COMPONENT BUTTON
==============================================*/
.c-btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-btn a {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 284px;
	padding: 12px 42px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-btn a {
		font-size: 0.9333333333rem;
		line-height: 1.75;
	}
}

.c-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 30px;
	height: 30px;
	background: transparent url(../../image/btn_01.svg) no-repeat scroll center center/cover;
}

.c-btn a:hover {
	opacity: 1;
	background-color: #ededed;
	border-color: #ededed;
}

.c-btn--rr a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
	left: 10px;
	width: 30px;
	height: 30px;
	background: transparent url(../../image/btn_01.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.c-btn-question a {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 12px 9.0909090909% 12px 10%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1;
}


.c-btn-question.publish-question {
    margin-top: 16px;
}

.c-btn-question.publish-question &gt; a {
    padding: 12px;
}

@media screen and (min-width: 1024px) {
	.c-btn-question a {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		margin: 0;
		font-size: 0.8666666667rem;
		line-height: 1;
	}
}

.c-btn-question a img {
	width: 10px;
}

.c-btn-question a span {
	padding-left: 10px;
}

.c-btn-question a:hover {
	background-color: #ededed;
	border-color: #ededed;
}

.c-btn-arrow,
.c-btn-sticky {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {

	.c-btn-arrow,
	.c-btn-sticky {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 auto;
		padding-bottom: 0;
	}
}

.c-btn-arrow a,
.c-btn-sticky a {
	position: relative;
	display: block;
	width: 94.6666666667%;
	margin: 0 2px;
	padding: 10px 0;
	color: #ffffff;
	background-color: #FF8400;
	border-radius: 200px;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.2666666667;
}

@media screen and (min-width: 1024px) {

	.c-btn-arrow a,
	.c-btn-sticky a {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		font-size: 1rem;
		line-height: 1.6;
	}
}

.c-btn-arrow a:hover,
.c-btn-sticky a:hover {
	opacity: 1;
	background-color: #ed800c;
}

.c-btn-arrow a::before,
.c-btn-sticky a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	width: 30px;
	height: 30px;
	background: transparent url(../../image/btn_03.svg) no-repeat scroll center center/cover;
}

.c-btn-sticky {
	z-index: 10;
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
}

@media screen and (min-width: 1024px) {
	.c-btn-sticky {
		top: 54px;
		padding-right: 5.1867219917%;
	}
}

.c-btn-sticky a {
	width: 79.2%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.c-btn-sticky a {
		width: 100%;
		max-width: 504px;
	}
}

/*==============================================
  COMPONENT BREAD CLUMB
==============================================*/
.c-breadcrumb {
	z-index: 20;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 10px 0 5px 2.6666666667%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-breadcrumb {
		top: 0;
		padding: 16px 4.1493775934% 11px;
	}
}

.search .c-breadcrumb {
	background-color: #f3f8e8;
}

.know .c-breadcrumb {
	background-color: #faf1f0;
}

.learn .c-breadcrumb {
	background-color: #f3f3fa;
}

.c-breadcrumb ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
	.c-breadcrumb ul {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.c-breadcrumb ul::-webkit-scrollbar {
		display: none;
	}
}

.c-breadcrumb li {
	padding: 0 10px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 400;
	font-size: 0.7142857143rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-breadcrumb li {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-breadcrumb li:first-of-type {
	padding-left: 0;
}

.c-breadcrumb a {
	position: relative;
	color: #4d4d4d;
}

.c-breadcrumb a::before {
	content: "/";
	position: absolute;
	top: -4px;
	right: -12px;
	color: #cccccc;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-breadcrumb a::before {
		top: -3px;
		right: -14px;
		font-size: 1rem;
		line-height: 1.5;
	}
}

/*==============================================
  COMPONENT CAROUSEL
==============================================*/
.c-carousel-card {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card {
		padding-bottom: 40px;
	}
}

.c-carousel-card .swiper-button-prev {
	left: 1.0666666667%;
	width: 42px;
	height: 42px;
	background: transparent url(../../image/arrow_prev_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card .swiper-button-prev {
		display: none;
		width: 56px;
		height: 56px;
	}
}

.c-carousel-card .swiper-button-next {
	right: 1.0666666667%;
	width: 42px;
	height: 42px;
	background: transparent url(../../image/arrow_next_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card .swiper-button-next {
		right: 2.0746887967%;
		width: 56px;
		height: 56px;
	}
}

.c-carousel-card--publish {
	padding-top: 0 !important;
}

.c-carousel-card--publish .swiper-button-prev {
	left: 1.0666666667%;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card--publish .swiper-button-prev {
		display: block;
		top: 44%;
		left: 1.0373443983%;
	}
}

.c-carousel-card--publish .swiper-button-next {
	right: 1.0666666667%;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card--publish .swiper-button-next {
		top: 44%;
		right: 1.0373443983%;
	}
}

.c-carousel-card--publish .c-carousel-card__item {
	padding-top: 0 !important;
}

.c-carousel-card--publish .c-carousel-card__item__textarea {
	padding: 20px 7.0422535211% 30px !important;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card--publish .c-carousel-card__item__textarea {
		padding: 16px 7.0422535211% 16px !important;
	}
}

.c-carousel-card__item {
	height: auto !important;
	border-radius: 18px 18px;
}

.c-carousel-card__item a {
	display: block;
	height: 100%;
}

.c-carousel-card__item a:hover {
	opacity: 1;
}

.c-carousel-card__item a:hover .c-carousel-card__item__thumb {
	-webkit-transform: scale(0.97) rotate(0.1deg);
	transform: scale(0.97) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-carousel-card__item a:hover .c-carousel-card__item__thumb img {
	display: block;
	-webkit-transform: scale(1.1) rotate(0.1deg);
	transform: scale(1.1) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-carousel-card__item .c-thumbnail__wrap {
	border-radius: 10px 10px 0 0;
}

.c-carousel-card__item__comment {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card__item__comment {
		top: 0;
		left: 0;
	}
}

.c-carousel-card__item__comment p {
	position: relative;
	display: inline-block;
	padding: 8px 16px;
	background-color: #ffffff;
	border: 2px solid #a3d344;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card__item__comment p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-carousel-card__item__comment p::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -8px;
	width: 12px;
	height: 6px;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	background-color: #ffffff;
	border-right: 2px solid #a3d344;
	border-left: 2px solid #a3d344;
	border-bottom: 2px solid #a3d344;
}

.c-carousel-card__item__comment p::after {
	content: "";
	position: absolute;
	left: 34px;
	bottom: -20px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #b0b0eb;
	pointer-events: none;
}

.c-carousel-card__item__thumb {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	border-radius: 10px 10px 0 0;
}

.c-carousel-card__item__thumb img {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.c-carousel-card__item__textarea {
	padding: 20px 7.0422535211% 30px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}

.c-carousel-card__item__textarea h3,
.c-carousel-card__item__textarea h5 {
	padding-bottom: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-carousel-card__item__textarea h3,
	.c-carousel-card__item__textarea h5 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-carousel-card__item__textarea table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.c-carousel-card__item__textarea table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	vertical-align: middle;
}

.c-carousel-card__item__textarea table tr+* {
	padding-top: 5px;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card__item__textarea table tr+* {
		padding-top: 8px;
	}
}

.c-carousel-card__item__textarea table th,
.c-carousel-card__item__textarea table td {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-carousel-card__item__textarea table th,
	.c-carousel-card__item__textarea table td {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-carousel-card__item__textarea table th {
	position: relative;
	width: 82px;
}

.c-carousel-card__item__textarea table th::before {
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}

.c-carousel-card__item__textarea table td {
	width: calc(100% - 82px);
	padding-left: 3.125%;
}

.c-carousel-card__item__textarea p {
	font-size: 0.9285714286rem;
	line-height: 1.6153846154;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card__item__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.6153846154;
	}
}

.c-carousel-card__item__textarea span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.6153846154;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card__item__textarea span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-carousel-card--either {
	padding-right: 4.979253112%;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card--either .swiper-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.c-carousel-card--either .c-carousel-card__item {
		width: 31.0043668122%;
	}
}

.c-carousel-card__item__textarea__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
}

.c-carousel-card__item__textarea__btn a {
	text-align: center;
	display: block;
	width: 47%;
	padding: 14px 0;
	border-radius: 200px;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-carousel-card__item__textarea__btn a {
		font-size: 0.8666666667rem;
		line-height: 1;
	}
}

.c-carousel-card__item__textarea__btn a:nth-child(1) {
	border: 1px solid #ff8400;
	background-color: #ff8400;
	color: #ffffff;
}

.c-carousel-card__item__textarea__btn a:nth-child(1):hover {
	opacity: 1;
	background-color: #ed800c;
}

.c-carousel-card__item__textarea__btn a:nth-child(2) {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.c-carousel-card__item__textarea__btn a:nth-child(2):hover {
	opacity: 1;
	background-color: #ededed;
	border-color: #ededed;
}

/*==============================================
  COMPONENT CAROUSEL BY NUMBER
==============================================*/
.c-carouselByNumber {
	position: relative;
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber {
		padding-right: 4.979253112%;
		padding-left: 0;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber .swiper-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber .swiper-wrapper::after {
		content: "";
		display: block;
		width: 31%;
	}
}

.c-carouselByNumber .swiper-button-prev {
	opacity: 0;
	pointer-events: none;
	left: 1.0666666667%;
	width: 42px;
	height: 42px;
	background: transparent url(../../image/arrow_prev_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber .swiper-button-prev {
		left: 2.0746887967%;
		width: 56px;
		height: 56px;
	}
}

.c-carouselByNumber .swiper-button-next {
	opacity: 0;
	pointer-events: none;
	right: 1.0666666667%;
	width: 42px;
	height: 42px;
	background: transparent url(../../image/arrow_next_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber .swiper-button-next {
		right: 2.0746887967%;
		width: 56px;
		height: 56px;
	}
}

.c-carouselByNumber__item {
	height: auto !important;
	border-radius: 18px 18px;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber__item {
		width: 31%;
	}
}

.c-carouselByNumber__item a {
	display: block;
	height: 100%;
}

.c-carouselByNumber__item a:hover {
	opacity: 1;
}

.c-carouselByNumber__item a:hover .c-carouselByNumber__item__thumb {
	-webkit-transform: scale(0.97) rotate(0.1deg);
	transform: scale(0.97) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-carouselByNumber__item a:hover .c-carouselByNumber__item__thumb img {
	display: block;
	-webkit-transform: scale(1.1) rotate(0.1deg);
	transform: scale(1.1) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-carouselByNumber__item .c-thumbnail__wrap {
	border-radius: 10px 10px 0 0;
}

.c-carouselByNumber__item__thumb {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	border-radius: 10px 10px 0 0;
}

.c-carouselByNumber__item__thumb img {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.c-carouselByNumber__item__textarea {
	padding: 20px 7.0422535211% 30px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}

.c-carouselByNumber__item__textarea h3,
.c-carouselByNumber__item__textarea h5 {
	padding-bottom: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-carouselByNumber__item__textarea h3,
	.c-carouselByNumber__item__textarea h5 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-carouselByNumber__item__textarea table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.c-carouselByNumber__item__textarea table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	vertical-align: middle;
}

.c-carouselByNumber__item__textarea table tr+* {
	padding-top: 5px;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber__item__textarea table tr+* {
		padding-top: 8px;
	}
}

.c-carouselByNumber__item__textarea table th,
.c-carouselByNumber__item__textarea table td {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-carouselByNumber__item__textarea table th,
	.c-carouselByNumber__item__textarea table td {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-carouselByNumber__item__textarea table th {
	position: relative;
	width: 82px;
}

.c-carouselByNumber__item__textarea table th::before {
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}

.c-carouselByNumber__item__textarea table td {
	width: calc(100% - 82px);
	padding-left: 3.125%;
}

.c-carouselByNumber__item__textarea p {
	font-size: 0.9285714286rem;
	line-height: 1.6153846154;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber__item__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.6153846154;
	}
}

.c-carouselByNumber__item__textarea span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.6153846154;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber__item__textarea span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-carouselByNumber--both {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber--both {
		padding-right: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber--both .swiper-wrapper {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber--both .swiper-wrapper::after {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber--both .c-carouselByNumber__item {
		width: auto;
		margin: 0;
	}
}

.c-carouselByNumber--both .swiper-button-prev,
.c-carouselByNumber--both .swiper-button-next {
	opacity: 1;
	pointer-events: auto;
}

.c-carouselByNumber--sp {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (min-width: 1024px) {
	.c-carouselByNumber--sp {
		padding-right: 4.979253112%;
		padding-bottom: 40px;
	}
}

.c-carouselByNumber--sp .swiper-button-prev,
.c-carouselByNumber--sp .swiper-button-next {
	opacity: 1;
	pointer-events: auto;
}

@media screen and (min-width: 1024px) {

	.c-carouselByNumber--sp .swiper-button-prev,
	.c-carouselByNumber--sp .swiper-button-next {
		display: none;
	}
}

/*==============================================
  COMPONENT BOX COLUMN
==============================================*/
.c-box-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 5.3333333333% 0;
}

@media screen and (min-width: 1024px) {
	.c-box-column {
		padding: 40px 4.979253112% 0 0;
	}
}

.c-box-column__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 46.8656716418%;
}

@media screen and (min-width: 1024px) {
	.c-box-column__item {
		width: 22.3799126638%;
	}
}

.c-box-column__item:nth-child(n+3) {
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-box-column__item:nth-child(n+3) {
		padding-top: 0;
	}
}

.c-box-column__item a {
	display: block;
}

.c-box-column__item a:hover {
	opacity: 1;
}

.c-box-column__item a:hover .c-box-column__item__thumb {
	-webkit-transform: scale(0.97) rotate(0.1deg);
	transform: scale(0.97) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-box-column__item a:hover .c-box-column__item__thumb img {
	display: block;
	-webkit-transform: scale(1.1) rotate(0.1deg);
	transform: scale(1.1) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-box-column__item p {
	padding-top: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-box-column__item p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-box-column__item span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-box-column__item span {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-box-column__item__thumb {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	border-radius: 10px;
}

.c-box-column__item__thumb img {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.c-box-column--only {
	display: block;
}

@media screen and (min-width: 1024px) {
	.c-box-column--only {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1023px) {
	.c-box-column--only .c-box-column__item {
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) {
	.c-box-column--multiple {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.c-box-column--multiple .c-box-column__item {
		margin: 0 1.9650655022%;
	}
}

@media screen and (min-width: 1024px) {
	.c-box-column--2colfull {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.c-box-column--2colfull .c-box-column__item {
		width: 48.2532751092%;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-box-column--3colfull {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.c-box-column--3colfull .c-box-column__item {
		width: 30.8951965066%;
		margin: 0;
	}
}

/*==============================================
  COMPONENT THUMBNAIL
==============================================*/
.c-thumbnail {
	display: block;
}

.c-thumbnail:hover {
	opacity: 1;
}

.c-thumbnail:hover .c-thumbnail__wrap {
	-webkit-transform: scale(0.97) rotate(0.1deg);
	transform: scale(0.97) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-thumbnail:hover .c-thumbnail__wrap img {
	display: block;
	-webkit-transform: scale(1.1) rotate(0.1deg);
	transform: scale(1.1) rotate(0.1deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-thumbnail__wrap {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	border-radius: 10px;
}

.c-thumbnail__wrap img {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s, -webkit-transform 0.6s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

/*==============================================
  COMPONENT SCROLL HINT
==============================================*/
.scroll-hint-text {
	display: none !important;
}

/*==============================================
  COMPONENT BLOCK LAYOUT
==============================================*/
.c-blockLayout {
	padding: 0 5.3333333333% 0;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.979253112% 0 0;
	}
}

.c-blockLayout__main {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__main {
		width: 48.2532751092%;
	}
}

.c-blockLayout__main__comment {
	z-index: 2;
	position: absolute;
	top: -20px;
	left: 0;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__main__comment {
		top: -20px;
		left: 20px;
	}
}

.c-blockLayout__main__comment p {
	position: relative;
	display: inline-block;
	padding: 8px 16px;
	background-color: #ffffff;
	border: 2px solid #b0b0eb;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__main__comment p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-blockLayout__main__comment p::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -8px;
	width: 12px;
	height: 6px;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	background-color: #ffffff;
	border-right: 2px solid #b0b0eb;
	border-left: 2px solid #b0b0eb;
	border-bottom: 2px solid #b0b0eb;
}

.c-blockLayout__main__comment p::after {
	content: "";
	position: absolute;
	left: 34px;
	bottom: -20px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #b0b0eb;
	pointer-events: none;
}

.c-blockLayout__main__comment.-search p {
	border-color: #a5d544;
}

.c-blockLayout__main__comment.-search p::before {
	border-color: #a5d544;
}

.c-blockLayout__main__comment.-search p::after {
	border-color: #a5d544;
}

.c-blockLayout__main__comment.-know p {
	border-color: #f1917a;
}

.c-blockLayout__main__comment.-know p::before {
	border-color: #f1917a;
}

.c-blockLayout__main__comment.-know p::after {
	border-color: #f1917a;
}

.c-blockLayout__main__comment.-learn p {
	border-color: #b0b0eb;
}

.c-blockLayout__main__comment.-learn p::before {
	border-color: #b0b0eb;
}

.c-blockLayout__main__comment.-learn p::after {
	border-color: #b0b0eb;
}

.c-blockLayout__main__textarea {
	padding-top: 18px;
}

.c-blockLayout__main__textarea h3 {
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__main__textarea h3 {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-blockLayout__main__textarea p {
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__main__textarea p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-blockLayout__sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__sub {
		width: 48.2532751092%;
		padding-top: 0;
	}
}

.c-blockLayout__sub__item {
	width: 46.8656716418%;
	padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__sub__item {
		width: 46.3800904977%;
	}
}

.c-blockLayout__sub__item p {
	padding-top: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__sub__item p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-blockLayout__sub__item span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-blockLayout__sub__item span {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

/*==============================================

  COMPONENT BOTTOM PAGE FORMAT
    - 下層ページフォーマット- 

==============================================*/
/*
* .c-section
*/
.c-section {
	padding-top: 50px;
}

@media screen and (min-width: 1024px) {
	.c-section {
		padding-top: 78px;
	}
}

.c-section+.c-section {
	padding-top: 70px;
}

@media screen and (min-width: 1024px) {
	.c-section+.c-section {
		padding-top: 120px;
	}
}

.c-section-frame {
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
}

@media screen and (min-width: 1024px) {
	.c-section-frame {
		padding-right: 5.1867219917%;
		padding-left: 0;
	}
}

.c-section-frame--full {
	padding: 0 !important;
}

@media screen and (min-width: 1024px) {
	.c-section-frame--full {
		padding: 0 !important;
	}
}

.c-section-frame--sm {
	padding-right: 2.6666666667%;
	padding-left: 2.6666666667%;
}

@media screen and (min-width: 1024px) {
	.c-section-frame--sm {
		padding-right: 5.1867219917%;
		padding-left: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-section-frame__wrap {
		width: 82.7510917031%;
		margin: 0 auto;
	}
}

/*
* .c-section__fukidashi
*/
.c-section__fukidashi {
	padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi {
		padding-bottom: 80px;
	}
}

.c-section__fukidashi__wrap {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	padding: 16px 16px;
	background-color: #ffffff;
	border: 2px solid;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__wrap {
		width: 87.9069767442%;
		margin: 0 auto 16px;
		padding: 30px 16px;
	}
}

.c-section__fukidashi__wrap::before {
	content: "";
	position: absolute;
	left: 40px;
	bottom: -17px;
	width: 34px;
	height: 17px;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	background-color: #ffffff;
	border-right: 2px solid;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__wrap::before {
		left: 100px;
		bottom: -25px;
		width: 50px;
		height: 25px;
	}
}

.c-section__fukidashi__wrap::after {
	content: "";
	position: absolute;
	left: 60px;
	bottom: -40px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__wrap::after {
		left: 140px;
		bottom: -56px;
		width: 34px;
		height: 34px;
	}
}

.c-section__fukidashi__wrap h2 {
	position: relative;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__wrap h2 {
		font-size: 2.1333333333rem;
		line-height: 1.5;
	}
}

.c-section__fukidashi__wrap span {
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 21px;
	padding: 6px 16px;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__wrap span {
		top: -15px;
		left: 55px;
		padding: 7px 18px;
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.search .c-section__fukidashi__wrap {
	border-color: #a5d544;
}

.search .c-section__fukidashi__wrap::before {
	border-color: #a5d544;
}

.search .c-section__fukidashi__wrap::after {
	border-color: #a5d544;
}

.search .c-section__fukidashi__wrap span {
	background-color: #a5d544;
}

.know .c-section__fukidashi__wrap {
	border-color: #f1917a;
}

.know .c-section__fukidashi__wrap::before {
	border-color: #f1917a;
}

.know .c-section__fukidashi__wrap::after {
	border-color: #f1917a;
}

.know .c-section__fukidashi__wrap span {
	background-color: #f1917a;
}

.learn .c-section__fukidashi__wrap {
	border-color: #b0b0eb;
}

.learn .c-section__fukidashi__wrap::before {
	border-color: #b0b0eb;
}

.learn .c-section__fukidashi__wrap::after {
	border-color: #b0b0eb;
}

.learn .c-section__fukidashi__wrap span {
	background-color: #b0b0eb;
}

.c-section__fukidashi__image {
	width: 83.5820895522%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__image {
		width: 58.8372093023%;
	}
}

.c-section__fukidashi__image img {
	border-radius: 10px;
}

.c-section__fukidashi__profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__profile {
		width: 41.8604651163%;
		margin: 0 auto;
		padding-top: 0;
	}
}

.c-section__fukidashi__profile img {
	width: 26.8656716418%;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__profile img {
		width: 27.7777777778%;
	}
}

.c-section__fukidashi__profile p {
	width: 68.6567164179%;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__fukidashi__profile p {
		width: 66.6666666667%;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

/*
* .c-section__title
*/
@media screen and (min-width: 1024px) {
	.c-section__title {
		width: 74.398249453%;
		margin: 0 auto;
	}
}

.c-section__title h2 {
	text-align: center;
	position: relative;
	margin-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.7142857143rem;
	line-height: 2;
}

@media screen and (min-width: 1024px) {
	.c-section__title h2 {
		margin-bottom: 30px;
		font-size: 3.0666666667rem;
		line-height: 1.5;
	}
}

.c-section__title span {
	position: relative;
}

.c-section__title span::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -8px;
	right: -12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #EF8F7A;
}

@media screen and (min-width: 1024px) {
	.c-section__title span::before {
		top: -14px;
		right: -20px;
		width: 54px;
		height: 54px;
	}
}

.search .c-section__title span::before {
	background-color: #A3D344;
}

.know .c-section__title span::before {
	background-color: #EF8F7A;
}

.learn .c-section__title span::before {
	background-color: #AEAEE9;
}

.c-section__title p {
	text-align: left;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__title p {
		text-align: center;
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__title small {
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__title small {
		font-size: 0.7333333333rem;
		line-height: 1.5;
	}
}

.c-section:nth-child(2n+1) .c-section__title span::before {
	right: auto;
	left: -12px;
}

@media screen and (min-width: 1024px) {
	.c-section:nth-child(2n+1) .c-section__title span::before {
		right: auto;
		left: -20px;
	}
}

/*
* .c-section__sentence
*/
@media screen and (min-width: 1024px) {
	.c-section__sentence {
		width: 74.398249453%;
		margin: 0 auto;
	}
}

.c-section__sentence+* {
	padding-top: 30px;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence+* {
		padding-top: 40px;
	}
}

.c-section__sentence h3 {
	text-align: center;
	padding-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence h3 {
		padding-bottom: 24px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-section__sentence h4 {
	text-align: center;
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence h4 {
		padding-bottom: 26px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section__sentence h6 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence h6 {
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__sentence p {
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence p {
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__sentence p+p,
.c-section__sentence p+.c-section__sentence__float {
	padding-top: 36px;
}

@media screen and (min-width: 1024px) {

	.c-section__sentence p+p,
	.c-section__sentence p+.c-section__sentence__float {
		padding-top: 50px;
	}
}

.c-section__sentence em {
	font-weight: bold;
	background-color: #ffff8c;
}

.c-section__sentence a {
	text-decoration: underline;
}

.c-section__sentence [data-external] {
	display: inline-block;
	padding-right: 6px;
}

.c-section__sentence [data-external]::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/icon_external.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.c-section__sentence strong {
	font-weight: bold;
}

.c-section__sentence table {
	display: block;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence table {
		overflow-x: visible;
		white-space: unset;
	}
}

.c-section__sentence tr:first-of-type th {
	text-align: center;
	padding: 10px 0;
}

.c-section__sentence th,
.c-section__sentence td {
	display: table-cell;
	padding: 10px;
	border: 1px solid;
	vertical-align: middle;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {

	.c-section__sentence th,
	.c-section__sentence td {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.search .c-section__sentence th,
.search .c-section__sentence td {
	border-color: #A3D344;
}

.know .c-section__sentence th,
.know .c-section__sentence td {
	border-color: #EF8F7A;
}

.learn .c-section__sentence th,
.learn .c-section__sentence td {
	border-color: #AEAEE9;
}

.search .c-section__sentence th {
	background-color: #eaf5d5;
}

.know .c-section__sentence th {
	background-color: #fddfdb;
}

.learn .c-section__sentence th {
	background-color: #e6e6fb;
}

/*
* .c-section__carousel
*/
.c-section__carousel {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel {
		padding-top: 86px;
	}
}

.c-section__carousel h3 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel h3 {
		padding-bottom: 30px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-section__carousel h4 {
	text-align: center;
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel h4 {
		padding-bottom: 26px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section__carousel h6 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel h6 {
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__carousel .c-carousel-card {
	padding-top: 20px;
}

.c-section__carousel .c-carousel-card__item {
	padding-top: 30px;
}

.c-section__carousel .c-carousel-card__item__textarea {
	padding: 20px 7.0422535211% 30px;
}

.c-section__carousel .c-carousel-card__item__textarea h5 {
	padding-bottom: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel .c-carousel-card__item__textarea h5 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-section__carousel .c-carousel-card__item__textarea p {
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel .c-carousel-card__item__textarea p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-section__carousel .c-carousel-card__item__textarea ul {
	padding-top: 16px;
}

.c-section__carousel .c-carousel-card__item__textarea li+* {
	padding-top: 12px;
}

.c-section__carousel .c-carousel-card__item__textarea li a {
	text-decoration: underline;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {
	.c-section__carousel .c-carousel-card__item__textarea li a {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.c-section__sentence__caption p {
	display: inline-block;
	padding-top: 10px;
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence__caption p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-section__sentence__float figure {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 35.8208955224%;
}

@media screen and (min-width: 1024px) {
	.c-section__sentence__float figure {
		padding-left: 28px;
		padding-bottom: 18px;
		width: 34.8529411765%;
	}
}

.c-section__sentence__float img {
	border-radius: 10px;
}

/*
* .c-section__image
*/
@media screen and (min-width: 1024px) {
	.c-section__image {
		width: 82.932166302%;
		margin: 0 auto;
	}
}

.c-section__image+* {
	margin-top: 50px;
}

@media screen and (min-width: 1024px) {
	.c-section__image+* {
		margin-top: 80px;
	}
}

.c-section__image--full img {
	display: block;
	width: 112%;
	margin-left: -6%;
	border-radius: 0 !important;
}

@media screen and (min-width: 1024px) {
	.c-section__image--full img {
		width: 100%;
		margin-left: 0;
		border-radius: 10px !important;
	}
}

.c-section__image span {
	display: inline-block;
	padding-top: 10px;
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__image span {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__image--col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__image--m {
		width: 72.3% !important;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__image__item {
		width: 47.889182058%;
	}
}

.c-section__image__item img {
	border-radius: 10px;
}

.c-section__image__item+* {
	padding-top: 30px;
}

@media screen and (min-width: 1024px) {
	.c-section__image__item+* {
		padding-top: 0;
	}
}

/*
* .c-section__block
*/
.c-section__block {
	position: relative;
	margin: 36px 0 0 0;
	padding: 24px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section__block {
		width: 82.932166302%;
		margin: 40px auto 0;
		padding: 38px 4.4854881266%;
	}
}

.search .c-section__block {
	background-color: #eaf5d5;
}

.know .c-section__block {
	background-color: #fddfdb;
}

.learn .c-section__block {
	background-color: #e6e6fb;
}

@media screen and (min-width: 1024px) {
	.c-section__block--col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {

	.c-section__block--col h3,
	.c-section__block--col h4,
	.c-section__block--col h6 {
		text-align: left !important;
	}
}

.c-section__block--col2,
.c-section__block--col3 {
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: transparent !important;
}

@media screen and (min-width: 1024px) {

	.c-section__block--col2,
	.c-section__block--col3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__block--middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__block--white {
		width: 100.2188183807%;
		margin: 60px auto 0;
		padding: 38px 5.2770448549%;
		background-color: #ffffff !important;
	}
}

.c-section__block--canvas {
	background-color: #ffffff !important;
}

@media screen and (min-width: 1024px) {
	.c-section__block--canvas {
		margin: 60px auto 0;
		padding: 38px 5.2770448549%;
	}
}

.c-section__block+.c-section__sentence {
	padding-top: 36px;
}

@media screen and (min-width: 1024px) {
	.c-section__block+.c-section__sentence {
		padding-top: 50px;
	}
}

.c-section__block h3 {
	text-align: center;
	padding-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__block h3 {
		padding-bottom: 24px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-section__block h4 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}

@media screen and (min-width: 1024px) {
	.c-section__block h4 {
		padding-bottom: 16px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section__block h5 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.3333333333;
}

@media screen and (min-width: 1024px) {
	.c-section__block h5 {
		padding-bottom: 16px;
		font-size: 1.0666666667rem;
		line-height: 1.3125;
	}
}

.c-section__block h6 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__block h6 {
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__block p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__block p {
		font-size: 0.9333333333rem;
		line-height: 1.75;
	}
}

.c-section__block p+* {
	padding-top: 16px;
}

@media screen and (min-width: 1024px) {
	.c-section__block p+* {
		padding-top: 16px;
	}
}

.c-section__block em {
	font-weight: bold;
	background-color: #ffff8c;
}

.c-section__block a {
	text-decoration: underline;
}

.c-section__block [data-external] {
	display: inline-block;
	padding-right: 6px;
}

.c-section__block [data-external]::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/icon_external.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.c-section__block strong {
	font-weight: bold;
}

.c-section__block ul {
	list-style: disc;
	padding-left: 1.4em;
}

.c-section__block li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__block li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-section__block li+* {
	padding-top: 5px;
}

@media screen and (min-width: 1024px) {
	.c-section__block li+* {
		padding-top: 10px;
	}
}

.c-section__block ul li ul {
	padding-top: 6px;
	padding-left: 2.5em;
	list-style: decimal;
}

.c-section__block ul li ul li+* {
	padding-top: 2px;
}

.c-section__block .c-btn {
	margin-top: 20px;
}

.c-section__block .c-btn a {
	width: 100%;
	text-decoration: none;
}

.c-section__block span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
}

@media screen and (min-width: 1024px) {
	.c-section__column__image {
		width: 40.6203840473%;
	}
}

.c-section__column__image img {
	border-radius: 10px;
}

.c-section__column__image span {
	display: inline-block;
	padding-top: 10px;
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__column__image span {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-section__column__image+.c-section__column__textarea {
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-section__column__image+.c-section__column__textarea {
		padding-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__column__textarea {
		width: 54.6528803545%;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__column__detail {
		width: 54.6528803545%;
	}
}

.c-section__column__detail h3 {
	text-align: center;
	padding-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__column__detail h3 {
		padding-bottom: 24px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section__column__detail p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 2.5;
}

@media screen and (min-width: 1024px) {
	.c-section__column__detail p {
		font-size: 1.0666666667rem;
		line-height: 1.875;
	}
}

.c-section__column__detail p+* {
	padding-top: 16px;
}

@media screen and (min-width: 1024px) {
	.c-section__column__detail p+* {
		padding-top: 16px;
	}
}

.c-section__block__item {
	padding: 24px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

.c-section__block__item+* {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-section__block__item+* {
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__block__item:nth-child(n+3) {
		margin-top: 20px;
	}
}

.search .c-section__block__item {
	background-color: #eaf5d5;
}

.know .c-section__block__item {
	background-color: #fddfdb;
}

.learn .c-section__block__item {
	background-color: #e6e6fb;
}

@media screen and (min-width: 1024px) {
	.c-section__block--col2 .c-section__block__item {
		width: 47.889182058%;
		padding-right: 3.305785124%;
		padding-left: 3.305785124%;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__block--col3 .c-section__block__item {
		width: 30.4749340369%;
		padding-right: 2.5974025974%;
		padding-left: 2.5974025974%;
	}
}

/*
* .c-section__block
*   .c-sectionMatter
*/
.c-sectionMatter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-sectionMatter+* {
	margin-top: 26px;
	padding-top: 26px;
	border-top: 1px solid #ffffff;
}

.c-sectionMatter__number {
	position: relative;
	width: 50px;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__number {
		width: 72px;
	}
}

.c-sectionMatter__number p {
	text-align: center;
	position: absolute;
	top: 12px;
	left: 18px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.6428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__number p {
		font-size: 0.8rem;
		line-height: 1;
	}
}

.search .c-sectionMatter__number p {
	top: 12px;
	left: 14px;
}

@media screen and (min-width: 1024px) {
	.search .c-sectionMatter__number p {
		top: 18px;
		left: 23px;
	}
}

.know .c-sectionMatter__number p {
	top: 12px;
	left: 18px;
}

@media screen and (min-width: 1024px) {
	.know .c-sectionMatter__number p {
		top: 18px;
		left: 27px;
	}
}

.learn .c-sectionMatter__number p {
	top: 11px;
	left: 10px;
}

@media screen and (min-width: 1024px) {
	.learn .c-sectionMatter__number p {
		top: 16px;
		left: 20px;
	}
}

.c-sectionMatter__number span {
	font-size: 1.0714285714rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__number span {
		font-size: 1.4666666667rem;
		line-height: 1;
	}
}

.c-sectionMatter__content {
	width: calc(100% - 66px);
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__content {
		width: calc(100% - 100px);
	}
}

.c-sectionMatter__content h3,
.c-sectionMatter__content h5 {
	text-align: left;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-sectionMatter__content h3,
	.c-sectionMatter__content h5 {
		padding-bottom: 18px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-sectionMatter__content p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__content p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-sectionMatter__content__point {
	margin-top: 16px;
	padding: 16px 8%;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__content__point {
		padding: 16px 6%;
	}
}

.c-sectionMatter__content__point h6 {
	text-align: left;
	padding-bottom: 6px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__content__point h6 {
		padding-bottom: 12px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-sectionMatter__content__point p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__content__point p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-sectionMatter__image {
	width: 38.6440677966%;
	margin: 20px auto 0;
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter__image {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 16.8389955687%;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-sectionMatter--inpic .c-sectionMatter__content {
		width: calc(100% - 230px);
	}
}

/*
* .c-section__block
*   .c-sectionOnlyweb
*/
.c-sectionOnlyweb__comment {
	z-index: 2;
	position: absolute;
	top: -30px;
	left: 10px;
}

@media screen and (min-width: 1024px) {
	.c-sectionOnlyweb__comment {
		top: -20px;
		left: 20px;
	}
}

.c-sectionOnlyweb__comment p {
	position: relative;
	display: inline-block;
	padding: 8px 16px;
	background-color: #ffffff;
	border: 2px solid;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-sectionOnlyweb__comment p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-sectionOnlyweb__comment p::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -8px;
	width: 12px;
	height: 6px;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	background-color: #ffffff;
	border-right: 2px solid;
	border-left: 2px solid;
	border-bottom: 2px solid;
}

.c-sectionOnlyweb__comment p::after {
	content: "";
	position: absolute;
	left: 34px;
	bottom: -20px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid;
	pointer-events: none;
}

.search .c-sectionOnlyweb__comment p {
	border-color: #a5d544;
}

.search .c-sectionOnlyweb__comment p::before {
	border-color: #a5d544;
}

.search .c-sectionOnlyweb__comment p::after {
	border-color: #a5d544;
}

.know .c-sectionOnlyweb__comment p {
	border-color: #f1917a;
}

.know .c-sectionOnlyweb__comment p::before {
	border-color: #f1917a;
}

.know .c-sectionOnlyweb__comment p::after {
	border-color: #f1917a;
}

.learn .c-sectionOnlyweb__comment p {
	border-color: #b0b0eb;
}

.learn .c-sectionOnlyweb__comment p::before {
	border-color: #b0b0eb;
}

.learn .c-sectionOnlyweb__comment p::after {
	border-color: #b0b0eb;
}

.c-sectionOnlyweb__inner h3,
.c-sectionOnlyweb__inner h5 {
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-sectionOnlyweb__inner h3,
	.c-sectionOnlyweb__inner h5 {
		padding-bottom: 16px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-sectionOnlyweb__inner p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-sectionOnlyweb__inner p {
		padding-bottom: 16px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-sectionOnlyweb__inner em {
	background: rgb(255, 253, 182);
}

/*
* .c-section__point
*/
.c-section__point {
	margin: 36px 0 0 0;
	padding: 24px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section__point {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 84.1356673961%;
		margin: 40px auto 0;
		padding: 38px 5.2770448549%;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__point--col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {

	.c-section__point--col h3,
	.c-section__point--col h4,
	.c-section__point--col h6 {
		text-align: left !important;
	}
}

.c-section__point--col2,
.c-section__point--col3 {
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: transparent !important;
}

@media screen and (min-width: 1024px) {

	.c-section__point--col2,
	.c-section__point--col3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
}

.c-section__point h3 {
	text-align: center;
	padding-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__point h3 {
		padding-bottom: 24px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-section__point h4 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}

@media screen and (min-width: 1024px) {
	.c-section__point h4 {
		padding-bottom: 16px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section__point h5 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.3333333333;
}

@media screen and (min-width: 1024px) {
	.c-section__point h5 {
		padding-bottom: 16px;
		font-size: 1.0666666667rem;
		line-height: 1.3125;
	}
}

.c-section__point h6 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__point h6 {
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__point p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__point p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-section__point p+* {
	padding-top: 16px;
}

@media screen and (min-width: 1024px) {
	.c-section__point p+* {
		padding-top: 16px;
	}
}

.c-section__point em {
	font-weight: bold;
	background-color: #ffff8c;
}

.c-section__point a {
	text-decoration: underline;
}

.c-section__point [data-external] {
	display: inline-block;
	padding-right: 6px;
}

.c-section__point [data-external]::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/icon_external.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.c-section__point strong {
	font-weight: bold;
}

.c-section__point__item {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 5.3333333333% 24px;
}

@media screen and (min-width: 1024px) {
	.c-section__point__item {
		padding-top: 40px;
	}
}

.c-section__point__item+* {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.c-section__point__item+* {
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__point__item:nth-child(n+3) {
		margin-top: 26px;
	}
}

.c-section__point__item span {
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	padding: 6px 20px 8px;
	color: #ffffff;
	border-radius: 200px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section__point__item span {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.search .c-section__point__item span {
	background-color: #A3D344;
}

.know .c-section__point__item span {
	background-color: #EF8F7A;
}

.learn .c-section__point__item span {
	background-color: #AEAEE9;
}

.c-section__point__item .size-l {
	top: -15px;
	padding: 10px clamp(20px, 10.6vw, 40px);
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section__point__item .size-l {
		top: -20px;
		padding: 12px clamp(80px, 7.8vw, 100px);
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__point--col2 .c-section__point__item {
		width: 47.8543563069%;
		padding-right: 3.305785124%;
		padding-left: 3.305785124%;
	}
}

@media screen and (min-width: 1024px) {
	.c-section__point--col3 .c-section__point__item {
		width: 30.5591677503%;
		padding-right: 2.5974025974%;
		padding-left: 2.5974025974%;
	}
}


/*
  .c-section__block--imgcol2
*/
/*
.seminar-is_block {
	margin: 100px 25px 0;
	border-top: 4px solid #F9D0C9;
	padding-top: 15px;
}*/
.seminar-is_line {
	position: relative;
	margin-top: 110px;
}

.seminar-is_line::before {
	content: '';
	width: 90%;
	height: 4px;
	display: inline-block;
	background-color: #f1917a;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-title-know br.br-sp {
	display: block;
}

.c-section__block--imgcol2 a {
	margin-bottom: 10px;
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.seminar-is_line {
		margin-top: 220px;
		padding-top: 210px !important;
	}

	.seminar-is_line::before {
		width: 80%;
		left: 47%;
	}

	.c-title-know br.br-sp {
		display: none;
	}

	.c-section__block--imgcol2 {
		background: none !important;
		display: flex;
		column-gap: 30px;
		padding: 0;
		/*width: 84.1356673961%;*/
		width: 60%;
		margin: 40px auto 0;
	}

	.c-section__block--imgcol2 a.a-seminar {
		overflow: hidden;
	}

	.c-section__block--imgcol2 a.a-seminar img {
		transition: transform .8s ease;
	}

	.c-section__block--imgcol2 a.a-seminar:hover img {
		transform: scale(1.1);
	}

	.c-section__block--imgcol2 a.a-seminar:hover {
		opacity: 1;
	}
}


/*
* .c-section__border
*/
.c-section__border {
	margin: 36px 0 0 0;
	padding: 24px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section__border {
		width: 82.932166302%;
		margin: 40px auto 0;
		padding: 38px 5.2770448549%;
	}
}

.search .c-section__border {
	border: 1px solid #A3D344;
}

.know .c-section__border {
	border: 1px solid #EF8F7A;
}

.learn .c-section__border {
	border: 1px solid #AEAEE9;
}

@media screen and (min-width: 1024px) {
	.c-section__border--col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {

	.c-section__border--col h3,
	.c-section__border--col h4,
	.c-section__border--col h6 {
		text-align: left !important;
	}
}

.c-section__border--col2,
.c-section__border--col3 {
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: transparent !important;
}

@media screen and (min-width: 1024px) {

	.c-section__border--col2,
	.c-section__border--col3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
}

.c-section__border h3 {
	text-align: center;
	padding-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__border h3 {
		padding-bottom: 24px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-section__border h4 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}

@media screen and (min-width: 1024px) {
	.c-section__border h4 {
		padding-bottom: 16px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section__border h5 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.3333333333;
}

@media screen and (min-width: 1024px) {
	.c-section__border h5 {
		padding-bottom: 16px;
		font-size: 1.0666666667rem;
		line-height: 1.3125;
	}
}

.c-section__border h6 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__border h6 {
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section__border p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__border p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-section__border p+* {
	padding-top: 16px;
}

@media screen and (min-width: 1024px) {
	.c-section__border p+* {
		padding-top: 16px;
	}
}

.c-section__border em {
	font-weight: bold;
	background-color: #ffff8c;
}

.c-section__border a {
	text-decoration: underline;
}

.c-section__border [data-external] {
	display: inline-block;
	padding-right: 6px;
}

.c-section__border [data-external]::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/icon_external.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.c-section__border strong {
	font-weight: bold;
}

.c-section__border ul {
	list-style: disc;
	padding-left: 1.4em;
}

.c-section__border li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__border li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-section__border li+* {
	padding-top: 10px;
}

.c-section__border ul li ul {
	padding-top: 6px;
	padding-left: 2.5em;
	list-style: decimal;
}

.c-section__border ul li ul li+* {
	padding-top: 2px;
}

.c-section__border .c-btn {
	margin-top: 20px;
}

.c-section__border .c-btn a {
	width: 100%;
	text-decoration: none;
}

/*
* .c-section__border
*   .c-sectionComment
*/
.c-sectionComment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-sectionComment__icon {
	width: 50px;
}

@media screen and (min-width: 1024px) {
	.c-sectionComment__icon {
		width: 80px;
		padding-top: 20px;
	}
}

.c-sectionComment__textarea {
	width: calc(100% - 64px);
}

@media screen and (min-width: 1024px) {
	.c-sectionComment__textarea {
		width: calc(100% - 104px);
	}
}

.c-sectionComment__textarea h3,
.c-sectionComment__textarea h5 {
	text-align: left;
	padding-bottom: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {

	.c-sectionComment__textarea h3,
	.c-sectionComment__textarea h5 {
		padding-bottom: 12px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-sectionComment__textarea p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-sectionComment__textarea p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

/*
* .c-section__profile
*/
.c-section__profile {
	position: relative;
	margin: 36px 0 0 0;
	padding: 24px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.c-section__profile {
		width: 82.932166302%;
		margin: 40px auto 0;
		padding: 24px 0;
	}
}

.c-section__profile+.c-section__sentence {
	padding-top: 60px;
}

.c-section__profile span {
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 5.9701492537%;
	padding: 6px 20px 8px;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section__profile span {
		left: 20px;
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.search .c-section__profile span {
	background-color: #A3D344;
}

.know .c-section__profile span {
	background-color: #EF8F7A;
}

.learn .c-section__profile span {
	background-color: #AEAEE9;
}

.c-section__profile__head {
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__head {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 5.2770448549%;
		padding-left: 5.2770448549%;
	}
}

.search .c-section__profile__head {
	border-color: #eaf5d5;
}

.know .c-section__profile__head {
	border-color: #fddfdb;
}

.learn .c-section__profile__head {
	border-color: #e6e6fb;
}

.c-section__profile__head img {
	display: block;
	width: 30.5084745763%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__head img {
		width: 90px;
		margin: 0;
	}
}

.c-section__profile__head p {
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__head p {
		width: calc(100% - 90px);
		padding-top: 0;
		padding-left: 20px;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-section__profile__head strong {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__head strong {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-section__profile__body {
	padding-top: 20px;
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__body {
		padding-right: 5.2770448549%;
		padding-left: 5.2770448549%;
	}
}

.c-section__profile__body p {
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__body p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-section__profile__name {
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__name {
		padding-right: 5.2770448549%;
		padding-left: 5.2770448549%;
	}
}

.c-section__profile__name p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__name p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-section__profile__name small {
	display: block;
	padding-top: 4px;
	font-size: 0.8571428571rem;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__name small {
		display: inline-block;
		padding-top: 0;
		padding-left: 1em;
		font-size: 0.8rem;
		line-height: 1.25;
	}
}

.search .c-section__profile__name small {
	color: #A3D344;
}

.know .c-section__profile__name small {
	color: #EF8F7A;
}

.learn .c-section__profile__name small {
	background-color: #AEAEE9;
}

.c-section__profile__name+.c-section__profile__textarea {
	padding-top: 6px;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__name+.c-section__profile__textarea {
		padding-top: 10px;
	}
}

.c-section__profile__textarea {
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__textarea {
		padding-right: 5.2770448549%;
		padding-left: 5.2770448549%;
	}
}

.c-section__profile__textarea p {
	font-size: 0.9285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section__profile__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

/*
* .c-section-flow
*/
.c-section-flow {
	margin: 60px auto 0;
}

@media screen and (min-width: 1024px) {
	.c-section-flow {
		width: 82.932166302%;
		margin: 80px auto 0;
	}
}

.c-section-flow+* {
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.c-section-flow+* {
		margin-top: 80px;
	}
}

.c-section-flow__wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 32px 7.1641791045% 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap {
		padding: 38px 5.8047493404% 30px;
	}
}

.c-section-flow__wrap span {
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	padding: 4px 20px 6px;
	color: #ffffff;
	border-radius: 200px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap span {
		top: -12px;
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.search .c-section-flow__wrap span {
	background-color: #A3D344;
}

.know .c-section-flow__wrap span {
	background-color: #EF8F7A;
}

.learn .c-section-flow__wrap span {
	background-color: #AEAEE9;
}

.c-section-flow__wrap+* {
	margin-top: 46px;
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap+* {
		margin-top: 36px;
	}
}

.c-section-flow__wrap+*::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10.5px 0 10.5px;
	border-color: #007bff transparent transparent transparent;
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap+*::before {
		top: -30px;
	}
}

.search .c-section-flow__wrap+*::before {
	border-color: #A3D344 transparent transparent transparent;
}

.know .c-section-flow__wrap+*::before {
	border-color: #EF8F7A transparent transparent transparent;
}

.learn .c-section-flow__wrap+*::before {
	border-color: #AEAEE9 transparent transparent transparent;
}

.c-section-flow__wrap__icon {
	width: 44px;
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap__icon {
		width: 56px;
	}
}

.c-section-flow__wrap__textarea {
	width: calc(100% - 60px);
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap__textarea {
		width: calc(100% - 84px);
	}
}

.c-section-flow__wrap__textarea p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section-flow__wrap__textarea p {
		top: -12px;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

/*
* .c-section-volume
*/
.c-section-volume {
	margin: 60px auto 0;
}

@media screen and (min-width: 1024px) {
	.c-section-volume {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 80px auto 0;
	}
}

.c-section-volume+* {
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.c-section-volume+* {
		margin-top: 80px;
	}
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item {
		width: 48.2532751092%;
	}
}

.c-section-volume__item a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 4.776119403%;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item a {
		padding: 24px 4.5248868778%;
	}
}

.c-section-volume__item span {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 4px 20px 6px;
	color: #ffffff;
	border-radius: 200px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item span {
		top: -12px;
		left: 10px;
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.search .c-section-volume__item span {
	background-color: #A3D344;
}

.know .c-section-volume__item span {
	background-color: #EF8F7A;
}

.learn .c-section-volume__item span {
	background-color: #AEAEE9;
}

.c-section-volume__item+* {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item+* {
		margin-top: 0;
	}
}

.c-section-volume__item:nth-child(2) {
	margin-left: 3.2751091703%;
}

.c-section-volume__item__thumb {
	width: 84px;
	border-radius: 4px;
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item__thumb {
		width: 106px;
	}
}

.c-section-volume__item__thumb img {
	border-radius: 10px;
}

.c-section-volume__item__textarea {
	width: calc(100% - 100px);
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item__textarea {
		width: calc(100% - 126px);
	}
}

.c-section-volume__item__textarea h5 {
	padding-bottom: 8px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item__textarea h5 {
		padding-bottom: 10px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section-volume__item__textarea p {
	font-size: 0.7857142857rem;
	line-height: 1.5454545455;
}

@media screen and (min-width: 1024px) {
	.c-section-volume__item__textarea p {
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

/*
* .c-section-interview
*/
.c-section-interview__title {
	padding-bottom: 26px;
}

.c-section-interview__title p {
	position: relative;
	padding-left: 56px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section-interview__title p {
		padding-left: 110px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-section-interview__title p::before {
	content: "";
	width: 47px;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 0;
}

@media screen and (min-width: 1024px) {
	.c-section-interview__title p::before {
		width: 100px;
		top: 16px;
	}
}

.search .c-section-interview__title p::before {
	background-color: #A3D344;
}

.know .c-section-interview__title p::before {
	background-color: #EF8F7A;
}

.learn .c-section-interview__title p::before {
	background-color: #AEAEE9;
}

.c-section-interview__wrap+* {
	padding-top: 50px;
}

.c-section-interview__wrap dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-section-interview__wrap dl+* {
	padding-top: 20px;
}

.c-section-interview__wrap dt {
	text-align: center;
	width: 50px;
}

@media screen and (min-width: 1024px) {
	.c-section-interview__wrap dt {
		width: 68px;
	}
}

.c-section-interview__wrap span {
	padding-top: 6px;
	font-size: 0.7142857143rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-section-interview__wrap span {
		padding-top: 8px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-section-interview__wrap dd {
	width: calc(100% - 50px);
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-section-interview__wrap dd {
		width: calc(100% - 68px);
		padding-left: 44px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-section-interview__wrap dd.-around span {
	display: block;
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.c-section-interview__wrap dd.-around span {
		display: block;
		float: right;
		width: 40%;
		margin: 0 0 1rem 1rem;
	}
}

.c-section-interview__wrap dd.-around img {
	border-radius: 10px;
}

@media screen and (max-width: 1023px) {
	.c-section-interview__wrap dd.-around img {
		display: block;
		width: 70%;
		margin: 0 auto 10px;
	}
}

/*
* .c-section-navigation
*/
.c-section-navigation {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.c-section-navigation {
		padding-top: 60px;
	}
}

.c-section-navigation ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-section-navigation li {
	margin: 0 8px;
}

.c-section-navigation a {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #cacaca;
	background-color: #ffffff;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.c-section-navigation a:hover {
	opacity: 1;
	background-color: #ededed;
	border-color: #ededed;
}

.c-section-navigation span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.3571428571rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section-navigation span {
		font-size: 1.2666666667rem;
		line-height: 1;
	}
}

.c-section-navigation .-current a {
	color: #ffffff;
	pointer-events: none;
}

.search .c-section-navigation .-current a {
	background-color: #A3D344;
	border-color: #A3D344;
}

.know .c-section-navigation .-current a {
	background-color: #EF8F7A;
	border-color: #EF8F7A;
}

.learn .c-section-navigation .-current a {
	background-color: #AEAEE9;
	border-color: #AEAEE9;
}

/*
* .c-section__share
*/
.c-section__share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
	padding: 14px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

@media screen and (min-width: 1024px) {
	.c-section__share {
		padding: 16px 0;
		width: 95.020746888%;
	}
}

.search .c-section__share {
	border-color: #eaf5d5;
}

.know .c-section__share {
	border-color: #fddfdb;
}

.learn .c-section__share {
	border-color: #e6e6fb;
}

.c-section__share p {
	padding-right: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section__share p {
		font-size: 1rem;
		line-height: 1;
	}
}

.c-section__share ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-section__share li {
	width: 30px;
}

.c-section__share li+* {
	padding-left: 16px;
}

/*
*  .c-section-category
*/
.c-section-category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
	.c-section-category {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.c-section-category img {
	width: 14.9253731343%;
}

@media screen and (min-width: 1024px) {
	.c-section-category img {
		width: 64px;
	}
}

.c-section-category h3 {
	text-align: center;
	width: 52.8358208955%;
	padding: 10px 0;
	border-radius: 200px;
	color: #ffffff;
	background-color: #A2D244;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-section-category h3 {
		max-width: 284px;
		padding: 14px 0;
		margin: 0 20px;
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}

/*
* .c-main-visual
*/
.c-main-visual {
	position: relative;
	width: 94.6666666667%;
	margin: 40px auto 0;
	padding: 60px 5.6338028169% 30px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-main-visual {
		width: 95.020746888%;
		margin: 20px 0 0 0;
		padding: 40px 4.3668122271% 30px;
	}
}

@media screen and (min-width: 1024px) {
	.c-main-visual--internal {
		width: 95.020746888%;
		margin: 20px 0 0 0;
		padding: 20px 4.3668122271%;
	}
}

.c-main-visual__category {
	z-index: 20;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -30px;
	width: 86px;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__category {
		width: 142px;
		left: 0;
	}
}

.c-main-visual__category p {
	text-align: center;
	position: absolute;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2142857143;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__category p {
		font-size: 1.6rem;
		line-height: 1.1666666667;
	}
}

.search .c-main-visual__category p {
	top: 26px;
	left: 29px;
}

@media screen and (min-width: 1024px) {
	.search .c-main-visual__category p {
		top: 46px;
		left: 48px;
	}
}

.know .c-main-visual__category p {
	top: 26px;
	left: 35px;
}

@media screen and (min-width: 1024px) {
	.know .c-main-visual__category p {
		top: 46px;
		left: 56px;
	}
}

.learn .c-main-visual__category p {
	top: 23px;
	left: 27px;
}

@media screen and (min-width: 1024px) {
	.learn .c-main-visual__category p {
		top: 40px;
		left: 43px;
	}
}

.c-main-visual__category span {
	display: block;
	font-size: 0.5714285714rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__category span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-main-visual__wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.c-main-visual__wrap__textarea {
		width: 49.7005988024%;
	}
}

.c-main-visual__wrap__textarea h1 {
	text-align: center;
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__wrap__textarea h1 {
		padding-bottom: 24px;
		font-size: 1.8666666667rem;
		line-height: 1.5;
	}
}

.search .c-main-visual__wrap__textarea h1 {
	color: #A3D344;
}

.know .c-main-visual__wrap__textarea h1 {
	color: #EF8F7A;
}

.learn .c-main-visual__wrap__textarea h1 {
	color: #AEAEE9;
}

.c-main-visual__wrap__textarea span {
	display: block;
	width: 68.152866242%;
	margin: 0 auto;
	padding-bottom: 26px;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__wrap__textarea span {
		display: none;
	}
}

.c-main-visual__wrap__textarea p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__wrap__textarea p {
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-main-visual__wrap__textarea img {
	border-radius: 10px;
}

.c-main-visual__wrap__image {
	display: none;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__wrap__image {
		display: block;
		width: 46.8263473054%;
	}
}

.c-main-visual__wrap__image img {
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__content__title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.c-main-visual__content__title h1 {
	text-align: center;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__content__title h1 {
		width: 80.7833537332%;
		padding-left: 18.2%;
		padding-bottom: 0;
		font-size: 1.8666666667rem;
		line-height: 1.5;
	}
}

.search .c-main-visual__content__title h1 {
	color: #A3D344;
}

.know .c-main-visual__content__title h1 {
	color: #EF8F7A;
}

.learn .c-main-visual__content__title h1 {
	color: #AEAEE9;
}

.c-main-visual__content__title h1 em {
	text-align: center;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__content__title h1 em {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-main-visual__content__title span {
	display: block;
	width: 68.152866242%;
	margin: 0 auto;
	padding-bottom: 26px;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__content__title span {
		width: 17.0134638923%;
		margin: 0 0 0 auto;
		padding-bottom: 0;
	}
}

.c-main-visual__content__title img {
	border-radius: 10px;
}

.c-main-visual__content--col .c-main-visual__content__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-main-visual__content--col .c-main-visual__content__title h1 {
	width: 66.8789808917%;
	padding-bottom: 0;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__content--col .c-main-visual__content__title h1 {
		width: 80.7833537332%;
		padding-left: 18.2%;
		padding-bottom: 0;
		font-size: 1.8666666667rem;
		line-height: 1.5;
	}
}

.c-main-visual__content--col .c-main-visual__content__title span {
	width: 28.6624203822%;
	padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.c-main-visual__content--col .c-main-visual__content__title span {
		width: 17.0134638923%;
		margin: 0 0 0 auto;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1023px) {
	.c-main-visual--internal {
		padding-bottom: 15px;
	}

	.c-main-visual--internal .c-main-visual__content__title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.c-main-visual--internal .c-main-visual__content__title h1 {
		text-align: left;
		width: 63.9751552795%;
		font-size: 1.1428571429rem;
		line-height: 1.5;
	}

	.c-main-visual--internal .c-main-visual__content__title span {
		width: 31.0559006211%;
		padding-bottom: 0;
	}
}

/*
* .c-list-visual
*/
@media screen and (min-width: 1024px) {
	.c-list-visual__list {
		padding-right: 5.1867219917% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.c-list-visual__list ul {
	padding: 0 5.3333333333%;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list li {
		width: 22.4288840263%;
	}
}

.c-list-visual__list li+* {
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list li+* {
		margin-top: 0;
	}
}

.c-list-visual__list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 4.4776119403%;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list a {
		position: relative;
		display: block;
		padding: 26px 8.7804878049%;
	}
}

.search .c-list-visual__list a {
	background-color: #A3D344;
}

.know .c-list-visual__list a {
	background-color: #EF8F7A;
}

.learn .c-list-visual__list a {
	background-color: #AEAEE9;
}

.c-list-visual__title h2 {
	text-align: center;
	padding-bottom: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__title h2 {
		padding-bottom: 30px;
		font-size: 1.7333333333rem;
		line-height: 1.4615384615;
	}
}

.c-list-visual__title p {
	text-align: center;
	padding: 0 5.3333333333% 30px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__title p {
		padding: 0 0 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-list-visual__title span {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__title span {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-list-visual__list__icon {
	width: 56px;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list__icon {
		display: none;
	}
}

.c-list-visual__list__textarea {
	width: calc(100% - 56px);
	padding-left: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list__textarea {
		width: 100%;
		padding-left: 0;
	}
}

.c-list-visual__list__textarea h3 {
	padding-bottom: 4px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.4;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list__textarea h3 {
		text-align: center;
		padding-bottom: 16px;
		font-size: 1.0666666667rem;
		line-height: 1.3125;
	}
}

.c-list-visual__list__textarea h3 br {
	display: none;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list__textarea h3 br {
		display: block;
	}
}

.c-list-visual__list__textarea span {
	display: none;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list__textarea span {
		display: block;
		width: 76px;
		margin: 0 auto;
		padding-bottom: 16px;
	}
}

.c-list-visual__list__textarea p {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-list-visual__list__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.svg-arrow {
	width: 18px;
}

@media screen and (min-width: 1024px) {
	.svg-arrow {
		position: absolute;
		width: 21px;
		right: 10px;
		bottom: 10px;
	}
}

.svg-arrow-1 {
	fill: #fff;
}

.svg-arrow-2,
.svg-arrow-3 {
	fill: none;
	stroke-linecap: round;
	stroke-width: 1.2px;
}

.search .svg-arrow-2,
.search .svg-arrow-3 {
	stroke: #A3D344;
}

.know .svg-arrow-2,
.know .svg-arrow-3 {
	stroke: #EF8F7A;
}

.learn .svg-arrow-2,
.learn .svg-arrow-3 {
	stroke: #AEAEE9;
}

.svg-arrow-2 {
	stroke-miterlimit: 10;
}

.svg-arrow-3 {
	stroke-linejoin: round;
}

/*
* .c-internal-navi
*/
.c-internal-navi {
	z-index: 20;
	position: -webkit-sticky;
	position: sticky;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 35px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 94.6666666667%;
	margin: 20px auto 0;
	border-top: 1px solid #f1917a;
	border-bottom: 1px solid #f1917a;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-internal-navi {
		top: 50px;
		width: 94.8132780083%;
		margin: 40px 0 0 0;
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-internal-navi::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 80%;
}

.c-internal-navi::after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: -3%;
	width: 106%;
	height: calc(100% - 2px);
}

.search .c-internal-navi {
	background-color: #f3f8e8;
	border-top: 1px solid #eaf5d5;
	border-bottom: 1px solid #eaf5d5;
}

.search .c-internal-navi::before {
	background-color: #eaf5d5;
}

.search .c-internal-navi::after {
	background-color: #f3f8e8;
}

.know .c-internal-navi {
	background-color: #faf1f0;
	border-top: 1px solid #fddfdb;
	border-bottom: 1px solid #fddfdb;
}

.know .c-internal-navi::before {
	background-color: #fddfdb;
}

.know .c-internal-navi::after {
	background-color: #faf1f0;
}

.learn .c-internal-navi {
	background-color: #f3f3fa;
	border-top: 1px solid #e6e6fb;
	border-bottom: 1px solid #e6e6fb;
}

.learn .c-internal-navi::before {
	background-color: #e6e6fb;
}

.learn .c-internal-navi::after {
	background-color: #f3f3fa;
}

.c-internal-navi__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-internal-navi__item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 26px;
}

@media screen and (min-width: 1024px) {
	.c-internal-navi__item a {
		padding: 10px 33px;
	}
}

.c-internal-navi__item svg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-internal-navi__item--prev a svg {
	left: 0;
}

.c-internal-navi__item--next a {
	text-align: right;
}

@media screen and (max-width: 1023px) {
	.c-internal-navi__item--next a {
		padding: 10px 26px 10px 0;
	}
}

.c-internal-navi__item--next a svg {
	right: 0;
}

.c-internal-navi--comingsoon {
	position: relative;
}

.c-internal-navi--comingsoon .c-internal-navi__item a {
	pointer-events: none;
	opacity: 0.4;
}

.c-internal-navi__fukidashi {
	text-align: center;
	position: absolute;
	top: -40px;
	right: 0;
	padding: 4px 20px;
	border: 2px solid;
	border-radius: 100px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-internal-navi__fukidashi {
		top: -32px;
		padding: 4px 20px;
	}
}

.c-internal-navi__fukidashi::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 10px solid #FB6F08;
	border-bottom: 0;
}

.c-internal-navi__fukidashi::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 8px solid #ffffff;
	border-bottom: 0;
}

.c-internal-navi__fukidashi a {
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-internal-navi__fukidashi a {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.search .c-internal-navi__fukidashi {
	border-color: #a5d544;
}

.know .c-internal-navi__fukidashi {
	border-color: #FB6F08;
}

.learn .c-internal-navi__fukidashi {
	border-color: #b0b0eb;
}

/*
* .c-index
*/
.c-index {
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-index {
		width: 82.8227571116%;
		margin: 0 auto;
	}
}

.search .c-index {
	background-color: #eaf5d5;
	border: 1px solid #A3D344;
}

.know .c-index {
	background-color: #fddfdb;
	border: 1px solid #EF8F7A;
}

.learn .c-index {
	background-color: #e6e6fb;
	border: 1px solid #AEAEE9;
}

.c-index__wrap {
	padding: 26px 0;
	margin-left: 7.7611940299%;
}

@media screen and (min-width: 1024px) {
	.c-index__wrap {
		padding: 36px 0;
		margin-left: 4.7556142668%;
	}
}

.c-index__wrap ul,
.c-index__wrap ol {
	list-style-type: decimal;
}

@media screen and (min-width: 1024px) {

	.c-index__wrap ul,
	.c-index__wrap ol {
		padding: 0 4.7556142668%;
	}
}

.c-index__wrap ul+*,
.c-index__wrap ol+* {
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {

	.c-index__wrap ul+*,
	.c-index__wrap ol+* {
		margin-top: 16px;
	}
}

.c-index__wrap ul {
	list-style: none;
}

.c-index__wrap li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-index__wrap li {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-index__wrap li+* {
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {
	.c-index__wrap li+* {
		margin-top: 16px;
	}
}

.c-index__wrap ol li ol {
	list-style-type: disc;
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {
	.c-index__wrap ol li ol {
		margin-top: 16px;
	}
}

.c-index__wrap a {
	text-decoration: underline;
}

.c-index__title {
	padding: 14px 0;
	border-radius: 9px 9px 0 0;
}

@media screen and (min-width: 1024px) {
	.c-index__title {
		padding: 17px 0;
	}
}

.search .c-index__title {
	background-color: #A3D344;
}

.know .c-index__title {
	background-color: #EF8F7A;
}

.learn .c-index__title {
	background-color: #AEAEE9;
}

.c-index__title p {
	text-align: center;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-index__title p {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

/*
* .c-defaultTextCode
*/
.c-defaultTextCode h3 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode h3 {
		padding-bottom: 30px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-defaultTextCode h4 {
	text-align: center;
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.875;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode h4 {
		padding-bottom: 26px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-defaultTextCode h5 {
	text-align: left;
	padding-bottom: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode h5 {
		padding-bottom: 20px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-defaultTextCode h6 {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode h6 {
		padding-bottom: 30px;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-defaultTextCode p {
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode p {
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-defaultTextCode p+p,
.c-defaultTextCode p+.c-section__sentence__float {
	padding-top: 36px;
}

@media screen and (min-width: 1024px) {

	.c-defaultTextCode p+p,
	.c-defaultTextCode p+.c-section__sentence__float {
		padding-top: 50px;
	}
}

.c-defaultTextCode em {
	font-weight: bold;
	background-color: #ffff8c;
}

.c-defaultTextCode a {
	text-decoration: underline;
}

.c-defaultTextCode [data-external] {
	display: inline-block;
	padding-right: 6px;
}

.c-defaultTextCode [data-external]::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10.6px;
	background: transparent url(../../image/icon_external.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.c-defaultTextCode strong {
	font-weight: bold;
}

.c-defaultTextCode table {
	display: block;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode table {
		overflow-x: visible;
		white-space: unset;
	}
}

.c-defaultTextCode tr:first-of-type th {
	text-align: center;
	padding: 10px 0;
}

.c-defaultTextCode th,
.c-defaultTextCode td {
	display: table-cell;
	padding: 10px;
	border: 1px solid;
	vertical-align: middle;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {

	.c-defaultTextCode th,
	.c-defaultTextCode td {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.search .c-defaultTextCode th,
.search .c-defaultTextCode td {
	border-color: #A3D344;
}

.know .c-defaultTextCode th,
.know .c-defaultTextCode td {
	border-color: #EF8F7A;
}

.learn .c-defaultTextCode th,
.learn .c-defaultTextCode td {
	border-color: #AEAEE9;
}

.search .c-defaultTextCode th {
	background-color: #eaf5d5;
}

.know .c-defaultTextCode th {
	background-color: #fddfdb;
}

.learn .c-defaultTextCode th {
	background-color: #e6e6fb;
}

.c-defaultTextCode ol {
	counter-reset: counter;
	list-style: none;
	padding-left: 1.5em;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode ol {
		padding-left: 1.5em;
	}
}

.c-defaultTextCode ol li {
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode ol li {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-defaultTextCode ol li+* {
	margin-top: 14px;
}

.c-defaultTextCode ol li::before {
	content: counter(counter);
	counter-increment: counter;
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 16px;
	width: 16px;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: -22px;
}

@media screen and (min-width: 1024px) {
	.c-defaultTextCode ol li::before {
		top: 7px;
		left: -22px;
	}
}

/*
* .c-seminarList
*/
.c-seminarList {
	position: relative;
	margin-bottom: 20px;
	padding-right: 5.3333333333%;
	padding-left: 5.3333333333%;
}

@media screen and (min-width: 1024px) {
	.c-seminarList {
		padding-right: 4.979253112%;
		padding-left: 0;
	}
}

.c-seminarList::before {
	content: "";
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 95.020746888%;
	height: 120px;
	background: -webkit-gradient(linear, left bottom, left top, from(#f4f9e1), to(rgba(245, 250, 234, 0)));
	background: linear-gradient(0deg, #f4f9e1 0%, rgba(245, 250, 234, 0) 100%);
}

.c-seminarList--disable::before {
	display: none;
}

.c-seminarList--hide::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(244, 249, 233, 0.8);
	border: 2px dotted #000000;
}

.c-seminarList--hide::after {
	content: "日程・詳細は夏頃公開！";
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-seminarList--hide::after {
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-seminarList__item {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 14px 0;
	}
}

.c-seminarList__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item::before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 3px;
		height: 78%;
		border-radius: 0 10px 10px 0;
	}
}

.home .c-seminarList__item::before {
	background-color: #c6e548;
}

.search .c-seminarList__item::before {
	background-color: #c6e548;
}

.know .c-seminarList__item::before {
	background-color: #EF8F7A;
}

.learn .c-seminarList__item::before {
	background-color: #AEAEE9;
}

.c-seminarList__item+* {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item+* {
		margin-top: 10px;
	}
}

.c-seminarList__item__date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 5.3731343284% 12px;
	border-bottom: 1px solid #f5faea;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__date {
		display: inline-block;
		width: 120px;
		padding: 0 0 0 30px;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

.c-seminarList__item__date br {
	display: none;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__date br {
		display: block;
	}
}

.c-seminarList__item__date span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__date span {
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

.c-seminarList__item__date p {
	padding-left: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.7142857143rem;
	line-height: 0.875;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__date p {
		padding-left: 0;
		font-size: 1.6rem;
		line-height: 0.875;
	}
}

.c-seminarList__item__date small {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.7142857143rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__date small {
		font-size: 0.6666666667rem;
		line-height: 1.5;
	}
}

.c-seminarList__item__content {
	padding: 10px 5.3731343284%;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__content {
		width: auto;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-left: 1px solid #f5faea;
	}
}

.c-seminarList__item__content h3 {
	padding-bottom: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__content h3 {
		padding-bottom: 12px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-seminarList__item__content p {
	padding-bottom: 10px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__content p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-seminarList__item__content ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-seminarList__item__content li {
	position: relative;
	margin-right: 16px;
	padding-left: 18px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__content li {
		margin-bottom: 4px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-seminarList__item__content li:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 14px;
	height: 14px;
	background: transparent url(../../image/icon_time.svg) no-repeat scroll center center/cover;
}

.c-seminarList__item__content li:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2px;
	width: 10px;
	height: 14px;
	background: transparent url(../../image/icon_current.svg) no-repeat scroll center center/cover;
}

.c-seminarList__item__btn {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 275px;
		margin: 0 0 0 auto;
		padding-right: 20px;
		padding-bottom: 0;
	}
}

.c-seminarList__item__btn a {
	display: block;
	width: 100px;
	margin: 0 2px;
	padding: 12px 0;
	color: #ffffff;
	background-color: #FF8400;
	border-radius: 200px;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__btn a {
		width: 124px;
		margin: 0;
		padding: 16px 0;
		font-size: 0.9333333333rem;
		line-height: 1;
	}
}

.c-seminarList__item__btn a:hover {
	opacity: 1;
	background-color: #ed800c;
}

.c-seminarList__item__btn [data-state=detail] {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__item__btn [data-state=detail] {
		margin-right: 6px;
	}
}

.c-seminarList__item__btn [data-state=detail]:hover {
	opacity: 1;
	background-color: #ededed;
	border-color: #ededed;
}

.c-seminarList__more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 20px;
	cursor: pointer;
}

.c-seminarList__more p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.7142857143;
}

@media screen and (min-width: 1024px) {
	.c-seminarList__more p {
		font-size: 0.9333333333rem;
		line-height: 1.7142857143;
	}
}

.c-seminarList__hide {
	display: none;
}

.c-seminarList__more__icon {
	width: 26px;
	padding-left: 10px;
}

/*
* .c-movie-block
*/
.c-movie-block {
	position: relative;
	width: 89.3333333333%;
	padding: 30px 5.9701492537% 20px;
	margin: 0 auto 20px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-movie-block {
		width: 95.020746888%;
		margin: 0 0 20px;
		padding: 40px 4.3668122271%;
	}
}

.c-movie-block__title {
	display: inline-block;
	position: absolute;
	top: -14px;
	left: 20px;
	padding: 2px 20px 4px;
	border-radius: 200px;
}

.home .c-movie-block__title {
	background-color: #EF8F7A;
}

.search .c-movie-block__title {
	background-color: #A3D344;
}

.know .c-movie-block__title {
	background-color: #EF8F7A;
}

.learn .c-movie-block__title {
	background-color: #AEAEE9;
}

.c-movie-block__title p {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__title p {
		font-size: 1.0666666667rem;
		line-height: 2;
	}
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-movie-block__wrap__video {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap__video {
		width: 48.0861244019%;
	}
}

.c-movie-block__wrap__video span {
	position: relative;
	display: block;
}

.c-movie-block__wrap__video span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: transparent url(../../image/icon_play.svg) no-repeat scroll center center/cover;
}

.c-movie-block__wrap__video img {
	border-radius: 10px;
}

.c-movie-block__wrap__textarea {
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap__textarea {
		width: 47.1291866029%;
		padding-top: 0;
	}
}

.c-movie-block__wrap__textarea h3 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap__textarea h3 {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.home .c-movie-block__wrap__textarea h3 {
	border-bottom: 1px dashed #EF8F7A;
}

.search .c-movie-block__wrap__textarea h3 {
	border-bottom: 1px dashed #A3D344;
}

.know .c-movie-block__wrap__textarea h3 {
	border-bottom: 1px dashed #EF8F7A;
}

.learn .c-movie-block__wrap__textarea h3 {
	border-bottom: 1px dashed #AEAEE9;
}

.c-movie-block__wrap__textarea span {
	display: block;
	padding-bottom: 6px;
	font-size: 0.9285714286rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap__textarea span {
		font-size: 0.8666666667rem;
		line-height: 1.2;
	}
}

.c-movie-block__wrap__textarea h4 {
	padding-bottom: 24px;
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap__textarea h4 {
		padding-bottom: 20px;
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

.c-movie-block__wrap__textarea p {
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-movie-block__wrap__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.7307692308;
	}
}

/*
* .c-curtain
*/
.c-curtain {
	opacity: 0;
	pointer-events: none;
	z-index: 121;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.c-curtain {
		display: none;
	}
}

.c-curtain.is-open {
	opacity: 1;
	pointer-events: auto;
}

/*
* .c-navigation
*/
.c-navigation {
	padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
	.c-navigation {
		position: relative;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 92.3595505618%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 1024px) {
	.c-navigation--top {
		margin-top: 40px;
	}
}

.c-navigation__result {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.c-navigation__result {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-62%);
		transform: translateY(-62%);
		left: 0;
	}
}

.c-navigation__result p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-navigation__result p {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-navigation__result span {
	display: inline-block;
	padding: 0 4px;
	color: #a5d544;
	font-size: 2.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-navigation__result span {
		font-size: 2rem;
		line-height: 1.5;
	}
}

.search .c-navigation__result span {
	color: #a5d544;
}

.know .c-navigation__result span {
	color: #f1917a;
}

@media screen and (min-width: 1024px) {
	.c-navigation__ul {
		margin: 0 auto;
	}
}

.c-navigation__ul ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.c-navigation__ul li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
}

.c-navigation__ul li:nth-child(2) {
	padding: 0 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-navigation__ul li:nth-child(2) {
		padding: 0 28px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-navigation__ul li:nth-child(2) span {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-navigation__ul li:nth-child(2) span {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-navigation__ul a {
	text-decoration: underline;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-navigation__ul a {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-navigation__ul a:hover {
	text-decoration: none;
}

.c-navigation__ul span {
	display: inline-block;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	font-size: 1.7142857143rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-navigation__ul span {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

.c-navigation__ul .-noevent a,
.c-navigation__ul .-noevent span {
	pointer-events: none;
	color: rgba(0, 0, 0, 0.2);
}

/*
* .c-searchBox
*/
.c-searchBox {
	padding: 20px 2.9850746269%;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-searchBox {
		width: 92.3595505618%;
		margin: 0 auto;
		padding: 40px 3.6496350365% 30px;
	}
}

.c-searchBox h3 {
	text-align: center;
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox h3 {
		padding-bottom: 26px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-searchBox span {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox span {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.c-searchBox--detail {
	opacity: 0;
	pointer-events: none;
	z-index: 122;
	position: absolute;
	top: 30px;
	left: 2.6666666667%;
	width: 94.6666666667%;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.c-searchBox--detail {
		opacity: 1;
		pointer-events: auto;
		position: relative;
		top: auto;
		left: auto;
		width: 92.3595505618%;
		height: 240px;
		margin-top: 30px;
		padding: 40px 3.6496350365% 100px;
		overflow: hidden;
		-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
		transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	}
}

.c-searchBox--detail.is-open {
	opacity: 1;
	pointer-events: auto;
}

.c-searchBox--detail.is-active {
	height: auto;
}

.c-searchBox__text {
	text-align: center;
	padding-bottom: 18px;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__text {
		padding-bottom: 26px;
	}
}

.c-searchBox__text p {
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__text p {
		font-size: 0.9333333333rem;
		line-height: 2;
	}
}

.c-searchBox__input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-searchBox__input input {
	padding: 8px 12px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 72.0634920635%;
	font-size: 1rem;
	line-height: 2;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__input input {
		width: 79.1556728232%;
		font-size: 0.9333333333rem;
		line-height: 2;
	}
}

.c-searchBox__input input::-webkit-input-placeholder {
	color: #cccccc;
}

.c-searchBox__input input::-moz-placeholder {
	color: #cccccc;
}

.c-searchBox__input input:-ms-input-placeholder {
	color: #cccccc;
}

.c-searchBox__input input::-ms-input-placeholder {
	color: #cccccc;
}

.c-searchBox__input input::placeholder {
	color: #cccccc;
}

.c-searchBox__input button {
	border: none;
	background-color: #ff8300;
	border-radius: 200px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24.7619047619%;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__input button {
		width: 16.7546174142%;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-searchBox__title {
	padding-bottom: 14px;
}

.c-searchBox__title p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__title p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.c-searchBox__close {
	position: absolute;
	top: -22px;
	right: 2px;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
	.c-searchBox__close {
		display: none;
		pointer-events: none;
	}
}

.c-searchBox__close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 16px;
	height: 2px;
	border-radius: 200px;
	background-color: #707070;
}

.c-searchBox__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 16px;
	height: 2px;
	border-radius: 200px;
	background-color: #707070;
}

.c-searchBox__table {
	margin-bottom: 30px;
}

.c-searchBox__table table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.c-searchBox__table table tr {
	display: block;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__table table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
	}
}

.c-searchBox__table table th,
.c-searchBox__table table td {
	display: block;
	padding: 14px 3.003003003%;
	border: 1px solid #a5d544;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {

	.c-searchBox__table table th,
	.c-searchBox__table table td {
		display: inline-block;
		padding: 14px 1.4598540146% 8px;
	}
}

.c-searchBox__table table th {
	width: 100%;
	border-bottom: none;
	background-color: #ecf7d7;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__table table th {
		width: 132px;
		border: 1px solid #a5d544;
		border-top: none;
		border-right: none;
	}
}

.c-searchBox__table table td {
	width: 100%;
	border-top: none;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__table table td {
		width: calc(100% - 132px);
		border: 1px solid #a5d544;
		border-top: none;
	}
}

.c-searchBox__table table tr:first-of-type th {
	border-top: 1px solid #a5d544;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__table table tr:first-of-type td {
		border-top: 1px solid #a5d544;
	}
}

.c-searchBox__table table th label {
	display: block;
	position: relative;
}

.c-searchBox__list {
	display: block;
	margin-bottom: 30px;
	padding: 14px 3.003003003%;
	border-top: 1px solid #a5d544;
	border-bottom: 1px solid #a5d544;
	background-color: #ecf7d7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__list {
		padding: 14px 1.703163017% 8px;
	}
}

.c-searchBox__table ul,
.c-searchBox__list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-searchBox__table li,
.c-searchBox__list li {
	position: relative;
	width: 50%;
}

.c-searchBox__table li:nth-child(n+3),
.c-searchBox__list li:nth-child(n+3) {
	margin-top: 8px;
}

.c-searchBox__table span,
.c-searchBox__list span {
	display: inline-block;
	padding-left: 26px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {

	.c-searchBox__table span,
	.c-searchBox__list span {
		padding-left: 24px;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		font-size: 0.9333333333rem;
		line-height: 2;
	}
}

.c-searchBox__table label,
.c-searchBox__list label {
	cursor: pointer;
	overflow: hidden;
}

.c-searchBox__table label::before,
.c-searchBox__list label::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 1px solid #cbcbcb;
	background-color: #ffffff;
}

.c-searchBox__table label::after,
.c-searchBox__list label::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 9px;
	left: 6px;
	display: block;
	margin-top: -8px;
	width: 4px;
	height: 10px;
	border-right: 3px solid #08b904;
	border-bottom: 3px solid #08b904;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {

	.c-searchBox__table label::after,
	.c-searchBox__list label::after {
		top: 8px;
		left: 6px;
	}
}

.c-searchBox__table label input[type=checkbox],
.c-searchBox__list label input[type=checkbox] {
	z-index: 2;
	position: absolute;
	top: -2px;
	left: -44px;
	width: 16px;
	height: 16px;
	display: block;
	-webkit-box-shadow: 41px 0 #ffffff;
	box-shadow: 41px 0 #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-searchBox__table label input[type=checkbox]:checked,
.c-searchBox__list label input[type=checkbox]:checked {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.c-searchBox__result {
	text-align: center;
}

.c-searchBox__result p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__result p {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-searchBox__result span {
	display: inline-block;
	padding: 0 3px;
	color: #a5d544;
	font-size: 2.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__result span {
		font-size: 2rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-searchBox__button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.c-searchBox__button__clear {
	text-align: center;
	width: 122px;
	margin: 20px auto 0;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__button__clear {
		width: 16.0949868074%;
		margin: 20px 0 0;
		padding: 0 2.6385224274% 0 7.9155672823%;
	}
}

.c-searchBox__button__clear a,
.c-searchBox__button__clear span {
	position: relative;
	display: block;
	padding: 0.5em 10px 0.5em 0;
	border: 1px solid #cbcbcb;
	border-radius: 200px;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {

	.c-searchBox__button__clear a,
	.c-searchBox__button__clear span {
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

.c-searchBox__button__clear a::before,
.c-searchBox__button__clear span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: 12px;
	height: 1px;
	background-color: #000000;
	border-radius: 200px;
}

.c-searchBox__button__clear a::after,
.c-searchBox__button__clear span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	width: 12px;
	height: 1px;
	background-color: #000000;
	border-radius: 200px;
}

.c-searchBox__button__clear a:hover,
.c-searchBox__button__clear span:hover {
	opacity: 1;
	background-color: #ededed;
	border-color: #ededed;
}

.c-searchBox__button__retrieval {
	text-align: center;
	width: 100%;
	margin: 20px auto 0;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__button__retrieval {
		width: 45.9102902375%;
		margin: 20px 0 0;
	}
}

.c-searchBox__button__retrieval a {
	display: block;
	padding: 0.75em 0;
	color: #ffffff;
	background-color: #ff8300;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1.3333333333;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__button__retrieval a {
		font-size: 1.2rem;
		line-height: 1.3333333333;
	}
}

.c-searchBox__toggle {
	display: none;
	text-align: center;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(102, 102, 102, 0.9);
	border-radius: 0 0 10px 10px;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__toggle {
		display: block;
		cursor: pointer;
	}
}

.c-searchBox__toggle:hover {
	background-color: #666666;
}

.c-searchBox__toggle span {
	position: relative;
	display: inline-block;
	padding: 1.25em 0;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-searchBox__toggle span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-searchBox__toggle span::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -18px;
	width: 11.5px;
	height: 6.5px;
	background: transparent url(../../image/arrow_toggle.svg) no-repeat scroll center center/cover;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.c-searchBox__toggle.is-active span::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

/*
* .c-retrieval
*/
.c-retrieval {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #a5d544;
	padding: 1em 0;
	border-radius: 200px;
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-retrieval {
		display: none;
	}
}

.c-retrieval p {
	padding-right: 10px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.5;
}

.c-retrieval img {
	width: 24px;
}

/*
* .c-result
*/
.c-result {
	position: relative;
	margin-bottom: 20px;
	padding: 14px 0;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-result {
		width: 92.3595505618%;
		margin: 0 auto 30px;
		padding: 30px 0;
	}
}

.c-result--hidden {
	height: 550px;
	overflow: hidden;
}

.search .c-result--special {
	border: 2px solid #a5d544;
	background-color: #f5ffde;
}

.know .c-result--special {
	border: 2px solid #f1917a;
	background-color: #ffebe8;
}

.c-result--hidden {
	height: 550px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.c-result--hidden {
		height: auto;
		overflow: visible;
	}
}

.c-result-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.c-result-wrap {
	padding: 0 3.9436619718%;
}

@media screen and (min-width: 1024px) {
	.c-result-wrap {
		padding: 0 3.6496350365%;
	}
}

.c-result__main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-result__main__thumb {
	width: 33.6391437309%;
}

@media screen and (min-width: 1024px) {
	.c-result__main__thumb {
		width: 27.1523178808%;
	}
}

.c-result__main__thumb img {
	border-radius: 10px;
}

.c-result__main__thumb p {
	text-align: center;
	padding-top: 2px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__main__thumb p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-result__main__thumb small {
	font-size: 0.8571428571rem;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.c-result__main__thumb small {
		font-size: 0.8rem;
		line-height: 1.25;
	}
}

.search .c-result__main__thumb small {
	color: #EF8F7A;
}

.know .c-result__main__thumb small {
	color: #EF8F7A;
}

.learn .c-result__main__thumb small {
	color: #EF8F7A;
}

.c-result__main__textarea {
	width: 63.9143730887%;
}

@media screen and (min-width: 1024px) {
	.c-result__main__textarea {
		width: 68.8741721854%;
	}
}

.c-result__main__textarea h2 {
	display: inline-block;
	margin-bottom: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__main__textarea h2 {
		margin-bottom: 18px;
		font-size: 1.4666666667rem;
		line-height: 1.5;
	}
}

.c-result__main__textarea h2 a {
	border-bottom: 1px solid #000000;
}

.c-result__main__textarea h2 a:hover {
	border-bottom: none;
}

.c-result__main__textarea h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__main__textarea h3 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-result__main__textarea p {
	display: none;
	padding-top: 4px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__main__textarea p {
		display: block;
		padding-bottom: 8px;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-result__main__textarea a,
.c-result__main__textarea em {
	cursor: pointer;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
}

.c-result__main__category {
	width: 100%;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-result__main__category {
		width: 68.8741721854%;
		margin-top: 16px;
		margin-left: auto;
	}
}

.c-result__main__category ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
	.c-result__main__category ul {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.c-result__main__category li {
	position: relative;
	width: 48.3180428135%;
}

@media screen and (min-width: 1024px) {
	.c-result__main__category li {
		min-width: 186px;
		padding-right: 6px;
		width: 37.3076923077%;
	}
}

.c-result__main__category a {
	display: block;
}

.c-result__main__category span {
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 46px;
}

@media screen and (min-width: 1024px) {
	.c-result__main__category span {
		width: 36px;
	}
}

.c-result__main__category p {
	z-index: 0;
	position: relative;
	text-align: center;
	padding: 0.25em 0 0.25em 24%;
	background-color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (max-width: 1023px) {
	.c-result__main__category p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.c-result__main__category p {
		padding: 0.35em 0 0.35em 13%;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-result__main__category p br {
		display: none;
	}
}

.c-result__main__category [data-type=mulch] p {
	border: 1px solid #a3d344;
}

.c-result__main__category [data-type=interview] p {
	border: 1px solid #f1917a;
}

.c-result__main__category [data-type=web] p {
	border: 1px solid #a3d344;
}

.c-result__main__category .is-arrange p {
	padding: 0.85em 0 0.85em 24%;
}

@media screen and (min-width: 1024px) {
	.c-result__main__category .is-arrange p {
		padding: 0.35em 0 0.35em 13%;
	}
}


/*----採用実績アイコン用_240828----*/
.labelList_box .labelList {
    display: inline-block;
}
.labelList_box .labelList .adopt {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #006bcd;
    line-height: 1.2;
    border: 1px solid #006bcd;
    border-radius: 6px;
    padding: 5px 9px 3px;
    column-gap: 4px;
    margin-top: 15px;
    box-sizing: border-box;

}
.labelList_box .labelList .adopt::before {
    content: "";
    background: url("../../image/_search/works/ico_saiyou.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 1024px) {
    .labelList_box {
        position: absolute;
        left: -54px;
        top: -2px;        
    }
    .labelList_box .labelList .adopt {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #006bcd;
        font-size: 10px;
        flex-direction: column;
        row-gap: 2px;
        padding: 0 0 7px;
        margin: 0;
    }
    .labelList_box .labelList .adopt::before {
        width: 26px;
        height: 26px;
    }
}
/*----採用実績アイコン用_240828 end---*/

.c-result__buttons {
	margin-top: 14px;
}

@media screen and (min-width: 1024px) {
	.c-result__buttons {
		margin-top: 30px;
	}
}

.c-result__buttons ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 104%;
	margin-left: -2%;
}

@media screen and (min-width: 1024px) {
	.c-result__buttons ul {
		width: 102%;
		margin-left: -1%;
	}
}

.c-result__buttons li {
	margin: 0 0.4%;
	width: 23.2415902141%;
}

@media screen and (min-width: 1024px) {
	.c-result__buttons li {
		width: 24.0157480315%;
	}
}

.c-result__buttons a {
	text-align: center;
	display: block;
	padding: 1em 0;
	border-radius: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__buttons a {
		border-radius: 200px;
		font-size: 1rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-result__buttons br {
		display: none;
	}
}

.c-result__buttons [data-button] a {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
}

.c-result__buttons [data-button=application] a {
	color: #ffffff;
	background-color: #ff8400;
	border: none;
}

.c-result__buttons [data-button=internship] a {
	padding: 1em 0;
	color: #ffffff;
	background-color: #ff8400;
	border: none;
	font-size: 0.7142857143rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__buttons [data-button=internship] a {
		padding: 0.5em 0;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-result__buttons [data-button=internship] a br {
		display: block;
	}
}

.c-result__buttons [data-button=reserve] a {
	color: #006bcd;
	border-color: #006bcd;
}

.c-result__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {
	.c-result__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
	}
}

.c-result__list dl {
	margin-bottom: 6px;
	padding-right: 10px;
}

@media screen and (min-width: 1024px) {
	.c-result__list dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 8px;
		padding-right: 20px;
	}
}

.c-result__list dt {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding: 3px 4px 2px;
	background-color: #f0f0f0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 700;
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__list dt {
		white-space: nowrap;
		font-size: 0.7333333333rem;
		line-height: 1.5;
	}
}

.c-result__list dt::before {
	content: "";
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 8px;
	border-color: transparent transparent transparent #f0f0f0;
}

.c-result__list dd {
	display: inline;
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__list dd {
		display: inline-block;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-result__tags {
	margin-top: 6px;
}

@media screen and (min-width: 1024px) {
	.c-result__tags {
		margin-top: 4px;
	}
}

.c-result__tags ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-result__tags li {
	width: 32.1100917431%;
}

@media screen and (min-width: 1024px) {
	.c-result__tags li {
		width: 16.1162483487%;
	}
}

.c-result__tags li:nth-child(n+4) {
	margin-top: 3px;
}

@media screen and (min-width: 1024px) {
	.c-result__tags li:nth-child(n+4) {
		margin-top: 0;
	}
}

.c-result__tags [data-state=off] {
	position: relative;
}

.c-result__tags [data-state=off]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.85);
}

.c-resultInfo {
	position: relative;
	margin-top: 20px;
	padding: 20px 2.8571428571% 20px;
	background-color: #ffffff;
	border-top: 1px solid #dcefbf;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo {
		width: 92.4574209246%;
		margin: 30px auto 0;
		padding: 36px 4.7493403694% 20px;
		border: 1px solid #dcefbf;
		border-radius: 10px;
	}
}

.c-resultInfo h3 {
	padding-bottom: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo h3 {
		padding-bottom: 14px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.search .c-resultInfo {
	border-top: 1px solid #dcefbf;
}

@media screen and (min-width: 1024px) {
	.search .c-resultInfo {
		border: 1px solid #dcefbf;
	}
}

.know .c-resultInfo {
	border-top: 1px solid #ffebe8;
}

@media screen and (min-width: 1024px) {
	.know .c-resultInfo {
		border: 1px solid #ffebe8;
	}
}

.c-resultInfo__title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	padding: 1px 20px;
	background-color: #a5d544;
	border-radius: 200px;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__title {
		left: 20px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.c-resultInfo__title p {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__title p {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.search .c-resultInfo__title {
	background-color: #a5d544;
}

.know .c-resultInfo__title {
	background-color: #f1917a;
}

.c-resultInfo__column img {
	display: block;
	float: right;
	width: 110px;
	margin: 0 0 6px 6px;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__column img {
		width: 188px;
		margin: 0 0 12px 12px;
	}
}

.c-resultInfo__column p {
	font-size: 0.7857142857rem;
	line-height: 1.9090909091;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__column p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-resultInfo__comment {
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 14px;
	padding: 10px 3.6697247706% 60px;
	background-color: #f0f0f0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__comment {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 120px;
		margin-top: 26px;
		padding: 10px 1.7441860465% 60px;
	}
}

.c-resultInfo__comment span {
	position: relative;
	display: inline-block;
	margin-bottom: 6px;
	padding: 3px 6px;
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 700;
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__comment span {
		font-size: 0.7333333333rem;
		line-height: 1.5;
	}
}

.c-resultInfo__comment span::before {
	content: "";
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 10px 8px;
	border-color: transparent transparent transparent #ffffff;
}

.c-resultInfo__comment p {
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__comment p {
		width: calc(100% - 90px);
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-resultInfo__comment.is-active {
	height: auto;
	overflow: visible;
}

.c-resultInfo__comment__toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgb(240, 240, 240)), to(rgba(240, 240, 240, 0)));
	background: linear-gradient(0deg, rgb(240, 240, 240) 35%, rgba(240, 240, 240, 0) 100%);
	border-radius: 0 0 10px 10px;
}

.c-resultInfo__comment__toggle p {
	width: auto;
	margin-right: 8px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-resultInfo__comment__toggle p {
		font-size: 0.9333333333rem;
		line-height: 1.75;
	}
}

.c-resultInfo__comment__toggle img {
	width: 26px;
}

.c-resultInfo__comment__toggle.is-active {
	background: transparent;
}

.c-result__toggle {
	text-align: center;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(102, 102, 102, 0.9);
	border-radius: 0 0 6px 6px;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

@media screen and (min-width: 1024px) {
	.c-result__toggle {
		display: none;
		cursor: pointer;
	}
}

.c-result__toggle:hover {
	background-color: #666666;
}

.c-result__toggle span {
	position: relative;
	display: inline-block;
	padding: 1.25em 0;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-result__toggle span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-result__toggle span::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -18px;
	width: 11.5px;
	height: 6.5px;
	background: transparent url(../../image/arrow_toggle.svg) no-repeat scroll center center/cover;
	-webkit-transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: all 0.4s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.c-result__toggle.is-active span::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

/*
* .c-resultGroup
*/
.c-resultGroup {
	margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap {
		width: calc(100% - 230px);
	}
}

.c-resultGroup__side {
	display: none;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side {
		display: block;
		width: 190px;
	}
}

.c-resultGroup__wrap__title h2 {
	display: inline-block;
	margin-bottom: 18px;
	border-bottom: 1px solid #333333;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__title h2 {
		margin-bottom: 20px;
		font-size: 1.4666666667rem;
		line-height: 1.2;
	}
}

.c-resultGroup__wrap__tags {
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__tags {
		margin-bottom: 10px;
	}
}

.c-resultGroup__wrap__tags ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-resultGroup__wrap__tags li {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 2px 8px;
	background-color: #f0f0f0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.6153846154;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__tags li {
		margin: 0 10px 10px 0;
		font-size: 0.8666666667rem;
		line-height: 1.8461538462;
	}
}

.c-resultGroup__wrap__list {
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__list {
		margin-bottom: 10px;
	}
}

.c-resultGroup__wrap__list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-resultGroup__wrap__list li {
	position: relative;
	margin: 0 20px 8px 0;
	padding-left: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__list li {
		font-size: 0.9333333333rem;
		line-height: 1;
	}
}

.c-resultGroup__wrap__list li::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 16px;
	height: 16px;
	background: transparent url(../../image/btn_01.svg) no-repeat scroll center center/cover;
}

.c-resultGroup__wrap__list a {
	display: inline-block;
	border-bottom: 1px solid #333333;
}

.c-resultGroup__wrap__text h3 {
	padding-bottom: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__text h3 {
		padding-bottom: 12px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-resultGroup__wrap__text p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__text p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-resultGroup__wrap__text img {
	display: block;
	width: 110px;
	float: right;
	margin: 0 0 6px 6px;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__wrap__text img {
		display: none;
	}
}

.c-resultGroup__side__thumb img {
	border-radius: 10px;
}

.c-resultGroup__side__title {
	text-align: center;
	margin-top: 4px;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__title {
		margin-top: 10px;
	}
}

.c-resultGroup__side__title p {
	padding: 20px 0;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.1666666667;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__title p {
		font-size: 0.8rem;
		line-height: 1.1666666667;
	}
}

.c-resultGroup__side__title span {
	position: relative;
}

.c-resultGroup__side__title span::before {
	content: "";
	position: absolute;
	top: -4px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	left: -12px;
	width: 1px;
	height: 28px;
	background-color: #333333;
}

.c-resultGroup__side__title span::after {
	content: "";
	position: absolute;
	top: -4px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	right: -12px;
	width: 1px;
	height: 28px;
	background-color: #333333;
}

.c-resultGroup__side__category {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-resultGroup__side__category ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category ul {
		display: block;
	}
}

.c-resultGroup__side__category li {
	position: relative;
	width: 48.3180428135%;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category li {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category li:nth-child(n+2) {
		margin-top: 12px;
	}
}

.c-resultGroup__side__category a {
	display: block;
}

.c-resultGroup__side__category span {
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 46px;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category span {
		width: 36px;
	}
}

.c-resultGroup__side__category p {
	z-index: 0;
	position: relative;
	text-align: center;
	padding: 0.25em 0 0.25em 24%;
	background-color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (max-width: 1023px) {
	.c-resultGroup__side__category p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category p {
		padding: 0.35em 0 0.35em 13%;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category p br {
		display: none;
	}
}

.c-resultGroup__side__category [data-type=mulch] p {
	border: 1px solid #a3d344;
}

.c-resultGroup__side__category [data-type=interview] p {
	border: 1px solid #f1917a;
}

.c-resultGroup__side__category [data-type=web] p {
	border: 1px solid #a3d344;
}

.c-resultGroup__side__category .is-arrange p {
	padding: 0.85em 0 0.85em 24%;
}

@media screen and (min-width: 1024px) {
	.c-resultGroup__side__category .is-arrange p {
		padding: 0.35em 0 0.35em 13%;
	}
}

/*
* .c-detailWrap
*/
.c-detailWrap {
	position: relative;
	margin-top: 40px;
	padding: 46px 3.9436619718% 16px;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap {
		margin-top: 70px;
		padding: 40px 4.3668122271% 16px;
	}
}

.c-detailWrap--sub {
	margin-top: 20px;
	padding: 20px 3.9436619718% 16px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap--sub {
		margin-top: 40px;
		padding: 40px 4.3668122271% 30px;
	}
}

.c-detailWrap__type {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: -40px;
	left: 0;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__type {
		top: -60px;
		left: -20px;
	}
}

.c-detailWrap__type__main {
	z-index: 1;
	position: relative;
	width: 82px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__type__main {
		width: 106px;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.c-detailWrap__type__main p {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__type__main p {
		font-size: 1.1333333333rem;
		line-height: 1.5;
	}
}

.c-detailWrap__type__main span {
	display: block;
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__type__main span {
		font-size: 0.6rem;
		line-height: 1.5;
	}
}

.know .c-detailWrap__type__main p {
	top: 40px;
	left: 44px;
}

@media screen and (min-width: 1024px) {
	.know .c-detailWrap__type__main p {
		top: 50px;
		left: 58px;
	}
}

.c-detailWrap__type__sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 82px);
	padding: 8px 38px;
	background-color: #ffffff;
	border-radius: 200px;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__type__sub {
		width: calc(100% - 106px);
	}
}

.c-detailWrap__type__sub img {
	width: 24px;
}

.c-detailWrap__type__sub p {
	padding-left: 6px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__type__sub p {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.search .c-detailWrap__type__sub p {
	color: #a5d544;
}

.c-detailWrap__title h1 {
	padding-bottom: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__title h1 {
		font-size: 1.4666666667rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__title ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.c-detailWrap__title li {
	position: relative;
	padding-left: 16px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__title li {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-detailWrap__title li+* {
	margin-top: 4px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__title li+* {
		margin-top: 0;
		margin-left: 20px;
	}
}

.c-detailWrap__title li:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 10px;
	height: 14px;
	background: transparent url(../../image/_search/works/icon_access.png) no-repeat scroll center center/cover;
}

.c-detailWrap__title li:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 13px;
	height: 13px;
	background: transparent url(../../image/_search/works/icon_tel.png) no-repeat scroll center center/cover;
}

.c-detailWrap__category {
	width: 100%;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category {
		margin-top: 20px;
		margin-left: auto;
	}
}

.c-detailWrap__category ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category ul {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.c-detailWrap__category li {
	position: relative;
	width: 48.3180428135%;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category li {
		min-width: 195px;
		padding-right: 6px;
		width: 23.8386308068%;
	}
}

.c-detailWrap__category a {
	display: block;
}

.c-detailWrap__category span {
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 46px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category span {
		width: 36px;
	}
}

.c-detailWrap__category p {
	z-index: 0;
	position: relative;
	text-align: center;
	padding: 0.25em 0 0.25em 24%;
	background-color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (max-width: 1023px) {
	.c-detailWrap__category p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category p {
		padding: 0.35em 0 0.35em 13%;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category p br {
		display: none;
	}
}

.c-detailWrap__category [data-type=mulch] p {
	border: 1px solid #a3d344;
}

.c-detailWrap__category [data-type=interview] p {
	border: 1px solid #f1917a;
}

.c-detailWrap__category [data-type=web] p {
	border: 1px solid #a3d344;
}

.c-detailWrap__category .is-arrange p {
	padding: 0.85em 0 0.85em 24%;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__category .is-arrange p {
		padding: 0.35em 0 0.35em 13%;
	}
}

.c-detailWrap__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
	}
}

.c-detailWrap__list dl {
	margin-bottom: 6px;
	padding-right: 10px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__list dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 8px;
		padding-right: 20px;
	}
}

.c-detailWrap__list dt {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding: 3px 4px 2px;
	background-color: #f0f0f0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 700;
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__list dt {
		white-space: nowrap;
		font-size: 0.7333333333rem;
		line-height: 1.5;
	}
}

.c-detailWrap__list dt::before {
	content: "";
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 8px;
	border-color: transparent transparent transparent #f0f0f0;
}

.c-detailWrap__list dd {
	display: inline;
	font-size: 0.7857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__list dd {
		display: inline-block;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-detailWrap__tags {
	margin-top: 6px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__tags {
		margin-top: 6px;
	}
}

.c-detailWrap__tags ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-detailWrap__tags li {
	width: 32.1100917431%;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__tags li {
		width: 16.1162483487%;
	}
}

.c-detailWrap__tags li:nth-child(n+4) {
	margin-top: 3px;
}

@media screen and (min-width: 1024px) {
	.c-detailWrap__tags li:nth-child(n+4) {
		margin-top: 0;
	}
}

.c-detailWrap__tags [data-state=off] {
	position: relative;
}

.c-detailWrap__tags [data-state=off]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.85);
}

/*
* .c-detailButton
*/
.c-detailButton {
	width: 94.6666666667%;
	margin: 0 auto;
	padding: 14px 3.9436619718%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 1024px) {
	.c-detailButton {
		width: 95.020746888%;
		margin: 0;
		padding: 16px 4.3668122271%;
	}
}

.search .c-detailButton {
	background-color: #ecf7d7;
}

.know .c-detailButton {
	background-color: #ffebe8;
}

.learn .c-detailButton {
	background-color: #efeffa;
}

.c-detailButton ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 104%;
	margin-left: -2%;
}

@media screen and (min-width: 1024px) {
	.c-detailButton ul {
		width: 102%;
		margin-left: -1%;
	}
}

.c-detailButton li {
	margin: 0 0.4%;
	width: 23.2415902141%;
}

@media screen and (min-width: 1024px) {
	.c-detailButton li {
		width: 24.0157480315%;
	}
}

.c-detailButton a {
	text-align: center;
	display: block;
	padding: 1em 0;
	border-radius: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailButton a {
		border-radius: 200px;
		font-size: 1rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-detailButton br {
		display: none;
	}
}

.c-detailButton [data-button] a {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
}

.c-detailButton [data-button=application] a {
	color: #ffffff;
	background-color: #ff8400;
	border: none;
}

.c-detailButton [data-button=internship] a {
	padding: 0.85em 0;
	color: #ffffff;
	background-color: #ff8400;
	border: none;
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailButton [data-button=internship] a {
		padding: 0.5em 0;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.c-detailButton [data-button=internship] a br {
		display: block;
	}
}

.c-detailButton [data-button=reserve] a {
	color: #006bcd;
	border-color: #006bcd;
}

.c-detailButton--sticky {
	z-index: 20;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

@media screen and (min-width: 1024px) {
	.c-detailButton--sticky {
		top: 0;
	}
}

/*
* .c-detailContent
*/
.c-detailContent {
	position: relative;
	padding: 30px 0;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailContent {
		width: 89.7379912664%;
		margin: 0 auto 0;
		padding: 60px 0;
	}
}

.c-detailContent__title {
	padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__title {
		padding-bottom: 30px;
	}
}

.c-detailContent__title h2 {
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__title h2 {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-detailContent__image {
	width: 90.1408450704%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__image {
		width: 48.6618004866%;
	}
}

.c-detailContent__image img {
	border-radius: 10px;
}

.c-detailContent__profile {
	position: relative;
	width: 90.1408450704%;
	margin: 30px auto 0;
	padding: 20px 6.25%;
	background-color: #f0f0f0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__profile {
		margin: 30px auto 0;
		padding: 34px 3.9215686275%;
		width: 80.6569343066%;
	}
}

.c-detailContent__profile em {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 4px 14px 6px;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__profile em {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.know .c-detailContent__profile em {
	background-color: #f4a38b;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__profile__column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.c-detailContent__profile__column img {
	display: block;
	width: 69px;
	margin: 0 auto 10px;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__profile__column img {
		width: 69px;
		margin: 0 auto;
	}
}

.c-detailContent__profile__column p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__profile__column p {
		width: calc(100% - 100px);
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-detailContent__list {
	position: relative;
}

.c-detailContent__list ol {
	padding-right: 5.6338028169%;
	padding-left: 80px;
	list-style-type: none;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list ol {
		padding-right: 13.3819951338%;
		padding-left: 110px;
	}
}

.c-detailContent__list li {
	position: relative;
	padding: 10px 0 10px 26px;
	border-bottom: 1px solid #ecf7d7;
	counter-increment: number;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list li {
		padding: 10px 0 10px 32px;
		font-size: 1.0666666667rem;
		line-height: 1.875;
	}
}

.c-detailContent__list li::before {
	z-index: 1;
	content: counter(number);
	position: absolute;
	top: 13px;
	left: 8px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list li::before {
		top: 14px;
		left: 10px;
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-detailContent__list li::after {
	z-index: 0;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #a5d544;
	border-radius: 50%;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list li::after {
		top: 12px;
		width: 28px;
		height: 28px;
	}
}

.c-detailContent__list__icon {
	position: absolute;
	top: 0;
	left: -3.2%;
	width: 80px;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list__icon {
		width: 137px;
		left: -46px;
	}
}

.c-detailContent__list__icon p {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.5714285714rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list__icon p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.c-detailContent__list__icon span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__list__icon span {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.c-detailContent-carousel,
.c-detailContent-thumbnail {
	overflow: hidden;
}

.c-detailContent-carousel {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-carousel {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
}

.c-detailContent-carousel .swiper-pagination {
	bottom: 0 !important;
}

.c-detailContent-carousel .swiper-pagination-bullet {
	opacity: 1 !important;
	margin: 0 6px !important;
	background-color: #9C9C9C !important;
}

.c-detailContent-carousel .swiper-pagination-bullet-active {
	position: relative;
	background-color: #3dc2ff !important;
}

.c-detailContent-carousel .swiper-button-next {
	display: block;
	width: 42px;
	height: 42px;
	top: 34% !important;
	right: 1.0373443983%;
	background: transparent url(../../image/arrow_next_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-carousel .swiper-button-next {
		width: 56px;
		height: 56px;
		top: 38% !important;
	}
}

.c-detailContent-carousel .swiper-button-prev {
	display: block;
	width: 42px;
	height: 42px;
	top: 34% !important;
	left: 1.0373443983%;
	background: transparent url(../../image/arrow_prev_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-carousel .swiper-button-prev {
		width: 56px;
		height: 56px;
		top: 38% !important;
	}
}

.c-detailContent-carousel p {
	padding-top: 8px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-carousel p {
		font-size: 0.8666666667rem;
		line-height: 1.6923076923;
	}
}

.c-detailContent-carousel__item p {
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0.4s;
	transition: opacity 0.8s ease 0.4s;
}

.c-detailContent-carousel__item.swiper-slide-active p {
	opacity: 1;
}

.c-detailContent-thumbnail {
	margin-bottom: 30px;
	padding-left: 2.8169014085%;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-thumbnail {
		width: 78.3454987835%;
		margin: 0 auto 40px;
		padding-left: 0;
	}
}

.c-detailContent-thumbnail p {
	padding-top: 8px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-thumbnail p {
		font-size: 0.8666666667rem;
		line-height: 1.6923076923;
	}
}

.c-detailContent-thumbnail .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.c-detailContent-carousel__item__thumb,
.c-detailContent-thumbnail__item__thumb {
	border-radius: 10px;
}

.c-detailContent-carousel__item__thumb img,
.c-detailContent-thumbnail__item__thumb img {
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-detailContent-carousel__item__thumb.-resize {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 71.3333333333%;
		background-color: #ecf7d7;
	}

	.c-detailContent-carousel__item__thumb.-resize img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: auto;
	}
}

.c-detailContent__text {
	padding: 0 2.6666666667%;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__text {
		width: 78.3454987835%;
		margin: 0 auto;
	}
}

.c-detailContent__text p {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__text p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-detailContent__popup {
	position: relative;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #dcefbf;
	border-bottom: 1px solid #dcefbf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__popup {
		width: 78.3454987835%;
		margin: 40px auto 0;
		padding: 40px 4.0372670807%;
		border: 1px solid #dcefbf;
		border-radius: 10px;
	}
}

.c-detailContent__popup__title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	padding: 1px 20px;
	background-color: #a5d544;
	border-radius: 200px;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__popup__title {
		padding: 1px 30px;
	}
}

.c-detailContent__popup__title p {
	white-space: nowrap;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__popup__title p {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.c-detailContent__popup__video {
	position: relative;
	width: 94.3661971831%;
	margin: 0 auto;
	padding-bottom: 53%;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__popup__video {
		width: 100%;
		padding-bottom: 56.3%;
	}
}

.c-detailContent__popup__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px;
}

.c-detailContent__popup__video iframe .theo-player-wrapper {
	background-color: #ffffff !important;
}

.c-detailContent__message {
	position: relative;
	width: 94.6666666667%;
	margin: 40px auto 0;
	padding: 50px 3.3802816901% 16px;
	background-color: #ecf7d7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__message {
		width: 78.3454987835%;
		margin: 60px auto 0;
		padding: 50px 6.2111801242%;
		border: 1px solid #dcefbf;
		border-radius: 10px;
	}
}

.c-detailContent__message p {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__message p {
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.c-detailContent__message__fukidashi {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 20px;
	text-align: center;
	margin-bottom: 10px;
	padding: 8px 16px;
	background-color: #ffffff;
	border: 2px solid;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__message__fukidashi {
		margin: 0 auto 10px;
		padding: 8px 16px;
	}
}

.c-detailContent__message__fukidashi::before {
	content: "";
	position: absolute;
	left: 30px;
	bottom: -10px;
	width: 20px;
	height: 10px;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	background-color: #ffffff;
	border-right: 2px solid;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__message__fukidashi::before {
		left: 30px;
		bottom: -10px;
		width: 20px;
		height: 10px;
	}
}

.c-detailContent__message__fukidashi::after {
	content: "";
	position: absolute;
	left: 50px;
	bottom: -20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__message__fukidashi::after {
		left: 50px;
		bottom: -20px;
		width: 14px;
		height: 14px;
	}
}

.c-detailContent__message__fukidashi span {
	position: relative;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__message__fukidashi span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.search .c-detailContent__message__fukidashi {
	border-color: #a5d544;
}

.search .c-detailContent__message__fukidashi::before {
	border-color: #a5d544;
}

.search .c-detailContent__message__fukidashi::after {
	border-color: #a5d544;
}

.c-detailContent__address {
	width: 94.6666666667%;
	height: 190px;
	margin: 20px auto 0;
	padding: 20px 3.3802816901% 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: scroll;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__address {
		width: 78.3454987835%;
		margin: 40px auto 0;
		padding: 20px 6.2111801242%;
		border-radius: 10px;
	}
}

.c-detailContent__address p {
	text-align: center;
	margin-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__address p {
		margin-bottom: 14px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.c-detailContent__address span {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-detailContent__address span {
		font-size: 1rem;
		line-height: 1.75;
	}
}

/*
* .c-banner
*/
.c-banner {
	position: relative;
	margin-top: 40px;
	padding: 20px 5.9701492537%;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.c-banner {
		width: 61.5571776156%;
		margin: 60px auto 0;
		padding: 20px 3.162055336%;
	}
}

.c-banner--search {
	background-color: #a5d544;
}

.c-banner--know {
	background-color: #f1917a;
}

.c-banner--learn {
	background-color: #b0b0eb;
}

.c-banner a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-banner::before {
	content: "";
	z-index: 1;
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 21px;
	height: 21px;
	background: transparent url(../../image/btn_04.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-banner::before {
		right: 20px;
		bottom: 20px;
	}
}

.c-banner__thumb {
	width: 34.9206349206%;
}

@media screen and (min-width: 1024px) {
	.c-banner__thumb {
		width: 43.7768240343%;
	}
}

.c-banner__thumb img {
	border-radius: 10px;
}

.c-banner__textarea {
	width: 60.3174603175%;
}

@media screen and (min-width: 1024px) {
	.c-banner__textarea {
		width: 51.9313304721%;
	}
}

.c-banner__textarea h3 {
	padding-bottom: 12px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-banner__textarea h3 {
		padding-bottom: 20px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-banner__textarea p {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-banner__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.c-pageLink {
	position: relative;
	margin-top: 40px;
	padding: 30px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.c-pageLink {
		width: 61.5571776156%;
		margin: 60px auto 0;
		padding: 40px 0;
	}
}

.c-pageLink h3 {
	text-align: center;
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-pageLink h3 {
		padding-bottom: 20px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.c-pageLink p {
	text-align: center;
	padding-bottom: 16px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-pageLink p {
		padding-bottom: 20px;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.c-pageLink__category {
	z-index: 20;
	position: absolute;
	top: -30px;
	left: -5.3333333333%;
	width: 86px;
}

@media screen and (min-width: 1024px) {
	.c-pageLink__category {
		width: 106px;
		left: -30px;
	}
}

.c-pageLink__category p {
	text-align: center;
	position: absolute;
	color: #ffffff;
	top: 25px;
	left: 27px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.c-pageLink__category p {
		top: 36px;
		left: 36px;
		font-size: 1.1833333333rem;
		line-height: 1.2;
	}
}

.c-pageLink__category span {
	display: block;
	font-size: 0.6428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-pageLink__category span {
		font-size: 0.6rem;
		line-height: 1.5;
	}
}

/*
* .c-lockWrap
*/
.c-lockWrap {
	position: relative;
	overflow: hidden;
}

.c-lockWrap__on {
	z-index: 1;
	position: relative;
	padding: 50px 0;
	border: 2px dotted #000000;
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 245, 244)), to(rgba(252, 245, 244, 0.7)));
	background: linear-gradient(0deg, rgb(252, 245, 244) 0%, rgba(252, 245, 244, 0.7) 100%);
}

@media screen and (min-width: 1024px) {
	.c-lockWrap__on {
		padding: 96px 0;
	}
}

.c-lockWrap__on h3 {
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-lockWrap__on h3 {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-lockWrap__on__signin a {
	text-align: center;
	display: block;
	width: 88.0597014925%;
	margin: 20px auto;
	padding: 14px 0;
	color: #ffffff;
	background-color: #FB6F08;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-lockWrap__on__signin a {
		width: min(420px, 34.3vw);
		margin: 28px auto;
		padding: 16px 0;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-lockWrap__on__login {
	text-align: center;
}

.c-lockWrap__on__login a {
	text-decoration: underline;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 2.1428571429;
}

@media screen and (min-width: 1024px) {
	.c-lockWrap__on__login a {
		font-size: 1.0666666667rem;
		line-height: 1.875;
	}
}

.c-lockWrap__close {
	position: absolute;
	top: 0;
	left: 0;
}

/*
* .c-reserve
*/
.c-reserve {
	position: relative;
	margin: 20px 0 0 0;
	padding: 24px 5.3333333333%;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-reserve {
		width: 100.2188183807%;
		margin: 20px auto 0;
		padding: 38px 5.2770448549%;
	}
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.c-reserve__inner+* {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner+* {
		margin-top: 30px;
		padding-top: 30px;
	}
}

.c-reserve__inner+*::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 1px;
}

.search .c-reserve__inner+*::before {
	background-color: #eaf5d5;
}

.know .c-reserve__inner+*::before {
	background-color: #fddfdb;
}

.learn .c-reserve__inner+*::before {
	background-color: #e6e6fb;
}

.c-reserve__inner__image {
	width: 87.3015873016%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner__image {
		width: 40.6203840473%;
		margin: 0;
	}
}

.c-reserve__inner__image img {
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner__detail {
		width: 54.6528803545%;
	}
}

.c-reserve__inner__detail *:not(a) {
	width: 87.3015873016%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner__detail *:not(a) {
		width: auto;
		margin: 0;
	}
}

.c-reserve__inner__detail h3 {
	padding-top: 8px;
	padding-bottom: 2px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner__detail h3 {
		padding-bottom: 16px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.c-reserve__inner__detail p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 2.5;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner__detail p {
		font-size: 1.0666666667rem;
		line-height: 1.875;
	}
}

.c-reserve__inner__detail a {
	text-align: center;
	display: block;
	margin-top: 10px;
	padding: 1em 0;
	background-color: #FF8300;
	color: #ffffff;
	text-decoration: none;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.c-reserve__inner__detail a {
		max-width: 200px;
		margin-top: 26px;
		font-size: 0.9333333333rem;
		line-height: 1;
	}
}

/*==============================================
  PLUG IN
==============================================*/
.lity-close {
	position: absolute;
	top: -36px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: transparent url(../../image/icon_close.svg) no-repeat scroll center center/cover;
	font-family: none !important;
	font-size: 0 !important;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}

@media screen and (min-width: 1024px) {
	.lity-close {
		top: -40px;
		right: -40px;
		width: 28px;
		height: 28px;
	}
}

.lity-close:hover {
	opacity: 0.4;
	position: absolute;
	top: -40px;
	right: -40px;
	background: transparent url(../../image/icon_close.svg) no-repeat scroll center center/cover;
}

/*==============================================
  BROWSER HACK
==============================================*/
_::-webkit-full-page-media,
_:future,
:root .c-searchBox__table label input[type=checkbox],
:root .c-searchBox__list label input[type=checkbox] {
	top: -2px;
	left: -41px;
	-webkit-box-shadow: 40px 0 #ffffff;
	box-shadow: 40px 0 #ffffff;
}

_::-webkit-full-page-media,
_:future,
:root .c-searchBox__table input[type=checkbox]:checked,
:root .c-searchBox__list input[type=checkbox]:checked {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.c-videoWrap {
	position: relative;
	display: block;
}

.c-videoWrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background: transparent url(../../image/icon_play.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.c-videoWrap::before {
		width: 60px;
		height: 60px;
	}
}

/*==============================================

  UTILITY

==============================================*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc {
		display: none !important;
	}
}

.u-left {
	text-align: left !important;
}

.u-center {
	text-align: center !important;
}

.u-right {
	text-align: right !important;
}

.u-red {
	color: red;
}

.u-bg-red {
	background-color: red;
}

.u-bg-stand {
	background-color: #F4BDB5 !important;
}

/* 
* 余白打ち消しクラス
*/
.u-no-radius {
	border-radius: 0 !important;
}

.u-no-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.u-no-margin-top {
	margin-top: 0 !important;
}

.u-no-margin-bottom {
	margin-bottom: 0 !important;
}

.u-no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.u-no-padding-top {
	padding-top: 0 !important;
}

.u-no-padding-bottom {
	padding-bottom: 0 !important;
}

/* 
* 余白
*/
.-padding-t {
	padding-top: 10px;
}

.-padding-t.-x2 {
	padding-top: 20px;
}

.-padding-t.-x4 {
	padding-top: 40px;
}

.-padding-t.-x6 {
	padding-top: 60px;
}

.-padding-t.-x8 {
	padding-top: 80px;
}

.-padding-b {
	padding-bottom: 10px;
}

.-padding-b.-x2 {
	padding-bottom: 20px;
}

.-padding-b.-x4 {
	padding-bottom: 40px;
}

.-padding-b.-x6 {
	padding-bottom: 60px;
}

.-padding-b.-x8 {
	padding-bottom: 80px;
}

.-margin-t {
	margin-top: 10px;
}

.-margin-t.-x2 {
	margin-top: 20px;
}

.-margin-t.-x4 {
	margin-top: 40px;
}

.-margin-t.-x6 {
	margin-top: 60px;
}

.-margin-t.-x8 {
	margin-top: 80px;
}

.-margin-b {
	margin-bottom: 10px;
}

.-margin-b.-x2 {
	margin-bottom: 20px;
}

.-margin-b.-x4 {
	margin-bottom: 40px;
}

.-margin-b.-x6 {
	margin-bottom: 60px;
}

.-margin-b.-x8 {
	margin-bottom: 80px;
}

/*==============================================

  THEME KNOW

==============================================*/
/*
* .t-know-wrap
*/
.t-know-wrap .c-title-wrap__category {
	-webkit-transform: translate(10px, -20px);
	transform: translate(10px, -20px);
}

@media screen and (min-width: 1024px) {
	.t-know-wrap .c-title-wrap__category {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

.t-know-wrap__schedule {
	padding: 0 5.3333333333% 0;
}

@media screen and (min-width: 1024px) {
	.t-know-wrap__schedule {
		padding: 0 4.979253112% 0 0;
	}
}

.t-know-wrap__schedule__inner {
	padding: 26px 0 20px;
	background-color: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-know-wrap__schedule__inner {
		padding: 40px 0;
	}
}

.t-know-wrap__schedule__inner h3,
.t-know-wrap__schedule__inner p {
	padding-right: 5.9701492537%;
	padding-left: 5.9701492537%;
}

@media screen and (min-width: 1024px) {

	.t-know-wrap__schedule__inner h3,
	.t-know-wrap__schedule__inner p {
		padding-right: 4.3668122271%;
		padding-left: 4.3668122271%;
	}
}

.t-know-wrap__schedule__inner h3 {
	padding-bottom: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-wrap__schedule__inner h3 {
		padding-bottom: 24px;
		font-size: 1.7333333333rem;
		line-height: 1.2307692308;
	}
}

.t-know-wrap__schedule__inner p {
	padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-wrap__schedule__inner p {
		padding-bottom: 44px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-know-wrap__schedule__inner span {
	display: block;
	width: 94.0298507463%;
	margin-left: auto;
	overflow-x: scroll;
}

@media screen and (min-width: 1024px) {
	.t-know-wrap__schedule__inner span {
		width: auto;
		padding-right: 4.3668122271%;
		padding-left: 4.3668122271%;
		overflow-x: visible;
	}
}

@media screen and (min-width: 1024px) {
	.t-know-wrap__schedule__inner .scroll-hint-icon-wrap {
		display: none;
	}
}

.t-know-wrap__schedule__inner .scroll-hint-icon {
	width: 120px !important;
}

@media screen and (max-width: 1023px) {
	.t-know-wrap__schedule__inner img {
		width: auto;
		height: 268px;
	}
}

/*
* .t-know-pickup
*/
.t-know-pickup {
	position: relative;
	width: 89.3333333333%;
	padding: 30px 5.9701492537% 20px;
	margin: 0 auto 20px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup {
		width: 95.020746888%;
		margin: 0 0 20px;
		padding: 40px 4.3668122271%;
	}
}

.t-know-pickup__title {
	display: inline-block;
	position: absolute;
	top: -14px;
	left: 20px;
	padding: 2px 20px 4px;
	border-radius: 200px;
	background-color: #f1917a;
}

.t-know-pickup__title p {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__title p {
		font-size: 1.0666666667rem;
		line-height: 2;
	}
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap__video {
		width: 48.0861244019%;
	}
}

.t-know-pickup__wrap__textarea {
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap__textarea {
		width: 47.1291866029%;
		padding-top: 0;
	}
}

.t-know-pickup__wrap__textarea h3 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #f1917a;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap__textarea h3 {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.t-know-pickup__wrap__textarea span {
	display: block;
	padding-bottom: 6px;
	font-size: 0.9285714286rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap__textarea span {
		font-size: 0.8666666667rem;
		line-height: 1.2;
	}
}

.t-know-pickup__wrap__textarea h4 {
	padding-bottom: 24px;
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap__textarea h4 {
		padding-bottom: 20px;
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

.t-know-pickup__wrap__textarea p {
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-pickup__wrap__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.7307692308;
	}
}

/*
* .t-know-intro
*/
.t-know-intro {
	position: relative;
	width: 89.3333333333%;
	padding: 10px 0 20px 5.9701492537%;
	margin: 40px auto 20px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-know-intro {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 95.020746888%;
		margin: 70px 0 20px;
		padding: 30px 0 40px 4.3668122271%;
	}
}

.t-know-intro h3 {
	padding-bottom: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-know-intro h3 {
		font-size: 1.7333333333rem;
		line-height: 1.3461538462;
	}
}

.t-know-intro span {
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 2.1428571429;
}

@media screen and (min-width: 1024px) {
	.t-know-intro span {
		font-size: 0.9333333333rem;
		line-height: 2.1428571429;
	}
}

.t-know-intro p {
	padding-bottom: 12px;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-intro p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.t-know-intro__textarea {
		width: 295px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.t-know-intro__textarea .c-btn {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.t-know-intro__textarea .c-btn a {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 140px;
	padding: 8px 6px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-intro__textarea .c-btn a {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.t-know-intro__textarea .c-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4px;
	width: 21px;
	height: 21px;
	background: transparent url(../../image/btn_01.svg) no-repeat scroll center center/cover;
}

.t-know-intro__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	width: auto;
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-know-intro__contents {
		width: calc(100% - 295px);
	}
}

.t-know-intro__contents__item {
	position: relative;
	width: 156px;
	min-width: 156px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 156px;
	-ms-flex: 0 0 156px;
	flex: 0 0 156px;
	padding-right: 20px;
}

@media screen and (min-width: 1024px) {
	.t-know-intro__contents__item {
		width: 204px;
		min-width: 204px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 204px;
		-ms-flex: 0 0 204px;
		flex: 0 0 204px;
		padding-right: 26px;
	}
}

.t-know-intro__contents__item p {
	padding-top: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-intro__contents__item p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-know-intro__contents__item span {
	z-index: 2;
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 0;
	padding: 2px 4px 4px;
	border-radius: 200px;
	background-color: #f1917a;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-know-intro__contents__item span {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

/*
* .t-wordsBlock
*/
.t-wordsBlock {
	position: relative;
	width: 89.3333333333%;
	margin: 0 auto;
	padding: 34px 8.9552238806%;
	background-color: #fddfdb;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock {
		width: 78.734439834%;
		margin: 0 0 0 7.8838174274%;
		padding: 40px 8.2987551867%;
	}
}

.t-wordsBlock+* {
	margin-top: 50px;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock+* {
		margin-top: 60px;
	}
}

.t-wordsBlock__gyou {
	position: absolute;
	top: -30px;
	left: 0;
	width: 57px;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock__gyou {
		top: -40px;
		left: -40px;
		width: 83px;
	}
}

.t-wordsBlock__gyou p {
	position: absolute;
	top: 20px;
	left: 17px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock__gyou p {
		top: 28px;
		left: 28px;
		font-size: 1.4666666667rem;
		line-height: 1;
	}
}

.t-wordsBlock__gyou span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.6428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock__gyou span {
		font-size: 0.8666666667rem;
		line-height: 1;
	}
}

.t-wordsBlock__list li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock__list li {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-wordsBlock__list li+* {
	margin-top: 8px;
}

@media screen and (min-width: 1024px) {
	.t-wordsBlock__list li+* {
		margin-top: 16px;
	}
}

.t-wordsBlock__list a {
	text-decoration: underline;
}

/*
* .t-wordsList
*/
.t-wordsList {
	padding-left: 2.6666666667%;
	padding-bottom: 80px;
}

@media screen and (min-width: 1024px) {
	.t-wordsList {
		padding-right: 5.1867219917%;
		padding-left: 0;
		padding-bottom: 100px;
	}
}

.t-wordsList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
}

@media screen and (min-width: 1024px) {
	.t-wordsList ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow-x: visible;
	}
}

.t-wordsList li+* {
	margin-left: 8px;
}

@media screen and (min-width: 1024px) {
	.t-wordsList li {
		margin: 0 6px;
	}
}

.t-wordsList a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	display: block;
	width: 54px;
	padding: 12px 0;
	background-color: #f1917a;
	border-radius: 10px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-wordsList a {
		width: 68px;
		padding: 15px 0 18px;
		font-size: 1.4666666667rem;
		line-height: 1;
	}
}

.t-wordsList p {
	display: inline-block;
	text-decoration: underline;
}

.t-wordsList span {
	text-decoration: none !important;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.7142857143rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-wordsList span {
		font-size: 0.8666666667rem;
		line-height: 1;
	}
}

/*
* .t-wordsContents
*/
.t-wordsContents {
	position: relative;
	width: 89.3333333333%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents {
		width: 73.8589211618%;
		margin: 0 0 0 12.8630705394%;
	}
}

.t-wordsContents+* {
	margin-top: 50px;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents+* {
		margin-top: 60px;
	}
}

.t-wordsContents__gyou {
	position: absolute;
	top: -30px;
	left: 0;
	width: 57px;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__gyou {
		top: -40px;
		left: -70px;
		width: 83px;
	}
}

.t-wordsContents__gyou p {
	position: absolute;
	top: 20px;
	left: 17px;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__gyou p {
		top: 28px;
		left: 28px;
		font-size: 1.4666666667rem;
		line-height: 1;
	}
}

.t-wordsContents__gyou span {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.6428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__gyou span {
		font-size: 0.8666666667rem;
		line-height: 1;
	}
}

.t-wordsContents__wrap {
	padding: 34px 5.3333333333%;
	background-color: #fddfdb;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap {
		padding: 30px 3.6516853933%;
	}
}

.t-wordsContents__wrap+* {
	margin-top: 10px;
}

.t-wordsContents__wrap h2 {
	text-align: center;
	padding-bottom: 26px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1.5555555556;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap h2 {
		padding-bottom: 34px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.t-wordsContents__wrap h2 span {
	display: block;
	padding-top: 4px;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap h2 span {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-wordsContents__wrap p,
.t-wordsContents__wrap ol li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {

	.t-wordsContents__wrap p,
	.t-wordsContents__wrap ol li {
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.t-wordsContents__wrap p+*,
.t-wordsContents__wrap ol+*,
.t-wordsContents__wrap ul+*,
.t-wordsContents__wrap table+* {
	padding-top: 1em;
}

@media screen and (min-width: 1024px) {

	.t-wordsContents__wrap p+*,
	.t-wordsContents__wrap ol+*,
	.t-wordsContents__wrap ul+*,
	.t-wordsContents__wrap table+* {
		padding-top: 1.5em;
	}
}

.t-wordsContents__wrap h3 {
	text-align: center;
	margin: 1.5em auto 0.5em auto;
	padding: 0.5em 1em;
	background-color: #EF8F7A;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	color: #ffffff;
	border-radius: 20px;
}

.t-wordsContents__wrap ol.-maru {
	counter-reset: counter;
	list-style: none;
	padding-left: 1.5em;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ol.-maru {
		padding-left: 1.5em;
	}
}

.t-wordsContents__wrap ol.-maru li:not(ul li) {
	position: relative;
}

.t-wordsContents__wrap ol.-maru li:not(ul li)::before {
	content: counter(counter);
	counter-increment: counter;
	border: 1px solid #333333;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 16px;
	width: 16px;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: -22px;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ol.-maru li:not(ul li)::before {
		top: 7px;
		left: -22px;
	}
}

.t-wordsContents__wrap ol.-maru ul {
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 6px 0;
}

.t-wordsContents__wrap ol.-maru ul li {
	margin-left: 1.3em;
	padding-top: 2px;
	font-size: 0.9285714286rem;
	line-height: 1.4615384615;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ol.-maru ul li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-wordsContents__wrap ol.-maru ul li::before {
	content: "●";
	border: none;
	top: 3px;
	left: -18px;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ol.-maru ul li::before {
		top: 5px;
	}
}

.t-wordsContents__wrap ol.-maru ul li ul {
	list-style: disc;
}

.t-wordsContents__wrap ol.-maru ul li ul li {
	margin-left: 2.3em;
}

.t-wordsContents__wrap ol.-maru ul li ul li::before {
	display: none;
}

.t-wordsContents__wrap ol.-num {
	list-style: decimal;
	padding-left: 1.4em;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ol.-num {
		padding-left: 1.5em;
	}
}

.t-wordsContents__wrap ul {
	list-style: disc;
	margin-top: 1em;
	padding: 20px 5.3333333333%;
	background-color: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ul {
		margin-top: 1.5em;
		padding: 28px 5.2388289676%;
	}
}

.t-wordsContents__wrap ul li {
	margin-left: 1.5em;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 2.1538461538;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap ul li {
		font-size: 0.9333333333rem;
		line-height: 2.1428571429;
	}
}

.t-wordsContents__wrap a {
	position: relative;
	display: block;
	text-decoration: underline;
	margin-top: 1em;
	margin-left: 20px;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap a {
		margin-top: 1em;
		font-size: 0.9333333333rem;
		line-height: 1.6;
	}
}

.t-wordsContents__wrap a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -22px;
	width: 16px;
	height: 16px;
	background: transparent url(../../image/btn_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap a::before {
		top: 4px;
	}
}

.t-wordsContents__wrap table {
	display: block;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap table {
		overflow-x: visible;
		white-space: unset;
	}
}

.t-wordsContents__wrap tr:first-of-type th {
	text-align: center;
	padding: 10px 0;
}

.t-wordsContents__wrap th,
.t-wordsContents__wrap td {
	display: table-cell;
	padding: 10px;
	border: 1px solid;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {

	.t-wordsContents__wrap th,
	.t-wordsContents__wrap td {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.search .t-wordsContents__wrap th,
.search .t-wordsContents__wrap td {
	border-color: #A3D344;
}

.know .t-wordsContents__wrap th,
.know .t-wordsContents__wrap td {
	border-color: #EF8F7A;
}

.learn .t-wordsContents__wrap th,
.learn .t-wordsContents__wrap td {
	border-color: #AEAEE9;
}

.t-wordsContents__wrap td {
	background-color: #ffffff;
}

.t-wordsContents__wrap td ul {
	margin: 0;
	padding: 0;
}

.t-wordsContents__wrap td ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap td ul li {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.t-wordsContents__wrap em {
	display: inline-block;
	padding-top: 10px;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__wrap em {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.t-wordsContents__btn a {
	position: relative;
	display: block;
	text-decoration: underline;
	margin-top: 1em;
	margin-left: 20px;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__btn a {
		margin-top: 1em;
		font-size: 0.9333333333rem;
		line-height: 1.6;
	}
}

.t-wordsContents__btn a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -22px;
	width: 16px;
	height: 16px;
	background: transparent url(../../image/btn_02.svg) no-repeat scroll center center/cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
	.t-wordsContents__btn a::before {
		top: 4px;
	}
}

/*
* .t-qaBlock
*/
.t-qaBlock {
	padding-top: 40px;
	width: 94.6666666667%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock {
		width: 82.8227571116%;
		padding-top: 80px;
	}
}

.t-qaBlock h3 {
	text-align: left;
	padding-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock h3 {
		padding-bottom: 0;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.t-qaBlock h6 {
	text-align: left;
	padding-top: 24px;
	padding-bottom: 0.5em;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1.0714285714rem;
	line-height: 1.6333333333;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock h6 {
		padding-bottom: 0.5em;
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

.t-qaBlock p {
	font-size: 1rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock p {
		font-size: 0.9333333333rem;
		line-height: 1.8;
	}
}

.t-qaBlock a {
	position: relative;
	display: block;
	text-decoration: underline;
	margin-top: 0.75em;
	margin-left: 20px;
	padding: 0 !important;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock a {
		margin-top: 0.75em;
		font-size: 0.9333333333rem;
		line-height: 1.6;
	}
}

.t-qaBlock a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -22px;
	width: 16px;
	height: 16px;
	background: transparent url(../../image/btn_02.svg) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock a::before {
		top: 4px;
	}
}

.t-qaBlock li a {
	margin: 0;
	display: inline;
}

.t-qaBlock li a::before {
	display: none;
}

.t-qaBlock p a {
	margin: 0;
}

.t-qaBlock p a::before {
	display: none;
}

.t-qaBlock p+*,
.t-qaBlock ol+*,
.t-qaBlock img+* {
	padding-top: 18px;
}

@media screen and (min-width: 1024px) {

	.t-qaBlock p+*,
	.t-qaBlock ol+*,
	.t-qaBlock img+* {
		padding-top: 20px;
	}
}

.t-qaBlock__wrap {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.t-qaBlock__wrap--a {
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap--a {
		margin-top: 20px;
	}
}

.t-qaBlock__wrap img {
	display: block;
	position: absolute;
	top: -30px;
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap img {
		position: relative;
		top: auto;
		left: auto;
		width: 60px;
		height: 60px;
	}
}

.t-qaBlock__wrap__content {
	padding: 24px 5.3731343284%;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap__content {
		width: calc(100% - 80px);
		padding: 26px 5.1282051282%;
	}
}

.t-qaBlock__wrap__content span {
	display: block;
	width: 100%;
}

.t-qaBlock__wrap__content img {
	width: auto !important;
	height: 268px !important;
	position: relative;
	top: auto;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap__content img {
		width: 100% !important;
		height: auto !important;
	}
}

.t-qaBlock__wrap__content .scroll-hint-icon-wrap {
	padding: 0 !important;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap__content .scroll-hint-icon-wrap {
		display: none;
	}
}

.t-qaBlock__wrap__content p+p {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock__wrap__content p+p {
		padding-top: 10px;
	}
}

.t-qaBlock-column+* {
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column--flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-qaBlock-column__title p {
	margin-bottom: 18px;
	padding-bottom: 6px;
	border-bottom: 2px dotted #f4a38b;
	color: #f4a38b;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.6;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column__title p {
		font-size: 1.0666666667rem;
		line-height: 1.6;
	}
}

.t-qaBlock-column__textarea p {
	padding-bottom: 8px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column__textarea p {
		font-size: 1.0666666667rem;
		line-height: 1.6;
	}
}

.t-qaBlock-column__textarea span {
	font-size: 1rem;
	line-height: 1.8;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column__textarea span {
		font-size: 0.9333333333rem;
		line-height: 1.8;
	}
}

.t-qaBlock-column__textarea span+* {
	padding-top: 16px;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column__wrap {
		width: 45.7227138643%;
	}
}

.t-qaBlock-column__wrap ul {
	list-style: disc;
	padding-left: 1.4em;
}

.t-qaBlock-column__wrap li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column__wrap li {
		font-size: 1.0666666667rem;
		line-height: 1.6;
	}
}

.t-qaBlock-column__wrap li span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.8;
}

@media screen and (min-width: 1024px) {
	.t-qaBlock-column__wrap li span {
		font-size: 0.9333333333rem;
		line-height: 1.8;
	}
}

/*
* .t-unit
*/
.t-unit {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 26px;
}

@media screen and (min-width: 1024px) {
	.t-unit {
		padding-bottom: 14px;
	}
}

.t-unit__wrap {
	position: relative;
	width: 28.0597014925%;
}

@media screen and (min-width: 1024px) {
	.t-unit__wrap {
		width: 29.1556728232%;
	}
}

.t-unit__wrap+*::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -20%;
	width: 17px;
	height: 17px;
	background: transparent url(../../image/icon_plus.svg) no-repeat scroll center center/cover;
}

@media (min-width: 570px) and (max-width: 1023px) {
	.t-unit__wrap+*::before {
		left: -16%;
	}
}

@media screen and (min-width: 1024px) {
	.t-unit__wrap+*::before {
		/*left: -17.2%;*/
		left: -14%;
		width: 29px;
		height: 29px;
	}
}



.t-unit__wrap__box {
	border-radius: 15px;
	border: dashed 2px #EF8F7A;
	padding: 5px;
}

.t-unitChoice {
	/*
    margin: 0 auto;
	*/
	position: absolute;
	padding: 0 1em;
	top: -12%;
	left: 50%;
	transform: translateX(-50%);
	color: #EF8F7A;
	font-weight: bold;
	font-size: 1em;
	background-color: #faf1f0;
	font-family: "Zen Maru Gothic", sans-serif;
	width: max-content;
}


@media screen and (min-width: 768px) {
	.t-unit__wrap__box {
		/*top: -12px;
    padding: 0.5em 1em;
    position: relative;	
    border-radius: 15px;
    border: dashed 2px #EF8F7A;
	*/
		padding: 10px;
	}

	.t-unitChoice {
		/*
    margin: 0 auto;
	width: max-content;
	*/
		top: -8%;
	}
}


.t-unit__wrap__inner {
	padding: 40px 0;
	background-color: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-unit__wrap__inner {
		padding: 68px 0;
	}
}

.t-unit__wrap__inner p {
	text-align: center;
	color: #EF8F7A;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.6;
}

@media screen and (min-width: 1024px) {
	.t-unit__wrap__inner p {
		font-size: 1.3333333333rem;
		line-height: 1.2;
	}
}

.t-unit__wrap__inner span {
	display: block;
	padding-top: 4px;
	color: #333333;
}

.t-unitItem {
	padding: 6px 0;
	background-color: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-unitItem {
		padding: 22px 0;
	}
}

.t-unitItem p {
	text-align: center;
	color: #EF8F7A;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.6;
}

@media screen and (min-width: 1024px) {
	.t-unitItem p {
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}

.t-unitItem span {
	display: block;
	padding-top: 4px;
	color: #333333;
}

.t-unitItem+* {
	margin-top: 8px;
}

@media screen and (min-width: 1024px) {
	.t-unitItem+* {
		margin-top: 10px;
	}
}

.t-unitOr {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 10px 3px;
	background-color: #EF8F7A;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-unitOr {
		padding: 0 10px 6px;
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}

.t-unitOr p {
	display: inline;
}

.t-unit__memo {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9285714286rem;
	line-height: 1.3846153846;
}

@media screen and (min-width: 1024px) {
	.t-unit__memo {
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.t-unit__memo::before {
	display: none;
}

/*
* .t-checklist
*/
.t-checklist {
	position: relative;
	padding-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-checklist {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.t-checklist__wrap {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-checklist__wrap {
		width: 41.7437252312%;
		margin-top: 0;
	}
}

.t-checklist__wrap__item {
	position: relative;
	padding: 34px 5.9701492537%;
	background-color: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-checklist__wrap__item {
		padding: 38px 12.6984126984%;
	}
}

.t-checklist__wrap__item span {
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	padding: 4px 20px 5px;
	background-color: #EF8F7A;
	color: #ffffff;
	border-radius: 200px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-checklist__wrap__item span {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.t-checklist__wrap__item p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-checklist__wrap__item p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-checklist__wrap__item+* {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-checklist__wrap__item+* {
		margin-top: 34px;
	}
}

.t-checklist__object {
	width: 27.7611940299%;
	margin: 20px auto 0;
}

@media screen and (min-width: 1024px) {
	.t-checklist__object {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 17.965653897%;
		margin: 0;
	}
}

/*
* .t-checklistBlock
*/
.t-checklistBlock {
	margin-top: 20px;
	padding: 30px 0;
	border-radius: 10px;
	background: transparent url(../../image/_know/training/bg_training_checklist_sp.png) no-repeat scroll center center/cover;
}

@media screen and (min-width: 1024px) {
	.t-checklistBlock {
		margin-top: 20px;
		padding: 36px 0;
		background: transparent url(../../image/_know/training/bg_training_checklist_pc.png) no-repeat scroll center center/cover;
	}
}

.t-checklistBlock h5 {
	text-align: center;
	padding-bottom: 4px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2142857143rem;
	line-height: 1.2352941176;
}

@media screen and (min-width: 1024px) {
	.t-checklistBlock h5 {
		padding-bottom: 16px;
		font-size: 1.3333333333rem;
		line-height: 1.05;
	}
}

.t-checklistBlock__column {
	padding: 0 8.3582089552%;
}

@media screen and (min-width: 1024px) {
	.t-checklistBlock__column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 0 0 15.0395778364%;
	}
}

.t-checklistBlock__column ul {
	margin-top: 8px;
}

@media screen and (min-width: 1024px) {
	.t-checklistBlock__column ul {
		width: 50%;
		margin-top: 0;
		padding-right: 1em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.t-checklistBlock__column li {
	position: relative;
	padding-left: 24px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-checklistBlock__column li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-checklistBlock__column li+* {
	margin-top: 8px;
}

.t-checklistBlock__column li::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 18px;
	background: transparent url(../../image/icon_checkbox.svg) no-repeat scroll center center/cover;
}

/*
* .t-movie-column
*/
.t-movie-column {
	width: 89.3333333333%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.t-movie-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 95.020746888%;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.t-movie-column::after {
		content: "";
		display: block;
		width: 31.0043668122%;
	}
}

.t-movie-column__wrap {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap {
		width: 31.0043668122%;
	}
}

.t-movie-column__wrap__thumb {
	position: relative;
	border-radius: 10px 10px 0 0;
}

.t-movie-column__wrap__thumb::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: transparent url(../../image/icon_play.svg) no-repeat scroll center center/cover;
}

.t-movie-column__wrap__thumb img {
	border-radius: 10px 10px 0 0;
}

.t-movie-column__wrap__textarea {
	padding: 20px 5.9701492537% 26px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap__textarea {
		padding: 20px 5.9701492537% 26px;
	}
}

.t-movie-column__wrap__textarea h4 {
	padding-bottom: 4px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.9285714286rem;
	line-height: 1.2;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap__textarea h4 {
		font-size: 0.8666666667rem;
		line-height: 1.2;
	}
}

.t-movie-column__wrap__textarea h3 {
	padding-bottom: 4px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap__textarea h3 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-movie-column__wrap__textarea small {
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap__textarea small {
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

.t-movie-column__wrap__textarea p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap__textarea p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.t-movie-column__wrap__textarea__category {
	padding: 12px 0 4px;
}

.t-movie-column__wrap__textarea__category span {
	display: inline-block;
	width: auto;
	padding: 2px 12px;
	color: #EF8F7A;
	border: 1px solid #EF8F7A;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8571428571rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-movie-column__wrap__textarea__category span {
		font-size: 0.8rem;
		line-height: 1;
	}
}

/*==============================================

  THEME explanation

==============================================*/
/*
* 共通
*/
img {
	image-rendering: -webkit-optimize-contrast;
}

/*
* 初期化
*/
.know {
	background-color: #faf1f0;
}

@media screen and (min-width: 1024px) {
	.know .c-list-visual__list {
		padding: 0;
	}
}

@media screen and (min-width: 1024px) {
	.know .c-list-visual__list ul {
		padding: 0;
	}
}

.know .t-text-small a {
	display: inline;
}

.know .c-section__block a {
	display: inline;
}

/*
* class text 
*/
.t-text-small {
	font-size: 0.7142857143rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-text-small {
		font-size: 0.8rem;
		line-height: 1.75;
	}
}

.t-text-small li a {
	display: inline;
}

.t-white-space {
	white-space: nowrap;
}

/*
* class space
*/
.t-small-space {
	margin-bottom: 10px !important;
}

.t-medium-space {
	margin-bottom: 40px !important;
}

.t-middle-space {
	margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
	.t-middle-space {
		margin-bottom: 26px;
	}
}

.t-column-table-bottom {
	margin-bottom: 45px;
}

.t-block-contents-bottom:not(:last-child) {
	margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
	.t-block-contents-bottom:not(:last-child) {
		margin-bottom: 50px;
	}
}

/*
* class table
*/
.know .c-section .t-column-table {
	display: block;
	width: 100%;
	border-collapse: collapse;
	white-space: unset;
	table-layout: fixed;
	overflow-x: visible;
}

.know .c-section .t-column-table tbody {
	display: block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.know .c-section .t-column-table tr:not(:last-child) {
		display: block;
		margin-bottom: 10px;
	}
}

.know .c-section .t-column-table th {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.know .c-section .t-column-table th {
		border-bottom: 0px;
	}
}

@media screen and (min-width: 1024px) {
	.know .c-section .t-column-table th {
		width: auto;
		display: table-cell;
		width: 24.666%;
	}
}

.know .c-section .t-column-table td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 10px;
	background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.know .c-section .t-column-table td {
		display: table-cell;
	}
}

.know .c-section .t-column-table dl dd:nth-of-type(1) {
	margin-bottom: 20px;
}

.t-ul-style {
	padding-left: 1.3em;
}

.t-ul-style li {
	text-indent: -1.1em;
}

.t-ul-style li::before {
	width: 1px;
	height: 1px;
	content: "・";
}

.t-explanation-table tr td {
	background-color: #ffffff;
	vertical-align: top;
}

.t-explanation-table tr td:nth-of-type(1) {
	white-space: nowrap;
}

.t-explanation-table th {
	padding: 10px !important;
	white-space: nowrap;
	vertical-align: top;
	text-align: left !important;
}

/*
* class img
*/
.t-scroll-hint-image {
	min-width: 500px;
}

@media screen and (max-width: 768px) {
	.t-know-explanation-03-image {
		width: 69%;
		margin: auto;
		margin-bottom: 24px;
	}
}

/*
* class block
*/
@media screen and (min-width: 1024px) {
	.t-block-contents div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-block-contents div:not(:last-child) {
	margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
	.t-block-contents div:not(:last-child) {
		margin-bottom: 10px;
	}
}

.t-block-contents h6 {
	width: 100%;
	padding-bottom: 0;
	text-align: left;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.t-block-contents h6 {
		width: 15%;
	}
}

.t-block-contents p {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-block-contents p {
		width: 85%;
	}
}

.t-block-contents span {
	white-space: nowrap;
}

.t-block-fig-contents {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 5.3333333333%;
	box-sizing: border-box;
	background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.t-block-fig-contents {
		width: 88.0568%;
		margin: auto;
		padding: 30px 30px;
	}
}

/*
* 回遊
*/
.know-explanation-01 .c-list-visual__list li:nth-of-type(1) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-explanation-02 .c-list-visual__list li:nth-of-type(2) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-explanation-03 .c-list-visual__list li:nth-of-type(3) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-explanation-04 .c-list-visual__list li:nth-of-type(4) a {
	background-color: #edc0b7;
	pointer-events: none;
}

/*==============================================

  THEME kousaku

==============================================*/
.t-kousaku-title {
	margin: auto;
	position: relative;
	margin-top: 65px;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-title {
		margin-top: 65px;
		width: 78.6%;
	}
}

.t-kousaku-title p {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 20px 16px;
	background-color: #ffffff;
	border: 2px solid #f1917a;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-title p {
		padding: 30px 16px;
		font-size: 2.1333333333rem;
		line-height: 1.5;
	}
}

.t-kousaku-title p::before {
	content: "";
	position: absolute;
	left: 63px;
	bottom: -9px;
	width: 20px;
	height: 7px;
	border-radius: 0 0 50% 50%/0 0 100% 100%;
	background-color: #ffffff;
	border-right: 2px solid #f1917a;
	border-left: 2px solid #f1917a;
	border-bottom: 2px solid #f1917a;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-title p::before {
		left: 88px;
		bottom: -18px;
		width: 38px;
		height: 17px;
	}
}

.t-kousaku-title p::after {
	content: "";
	position: absolute;
	left: 81px;
	bottom: -31px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #f1917a;
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-title p::after {
		left: 131px;
		bottom: -51px;
		width: 33px;
		height: 33px;
	}
}

.t-kousaku-title figure {
	width: 88%;
	margin: 15px auto 0;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-title figure {
		width: 68%;
	}
}

.t-kousaku-title__vol {
	z-index: 1;
	display: inline-block;
	position: absolute;
	top: -14px;
	left: 60px;
	padding: 2px 20px 4px;
	border-radius: 200px;
	background-color: #f1917a;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0666666667rem;
	line-height: 1.5;
}

.t-kousaku-column-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-column-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-kousaku-column-block:not(:last-child) {
	margin-bottom: 20px;
}

.t-kousaku-column-block p {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-column-block p {
		width: 48%;
	}
}

.t-kousaku-column-block figure {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-column-block figure {
		width: 48%;
	}
}

.t-kousaku-point-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 5.9701492537% 18px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block {
		width: 74.398249453%;
	}
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block__col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-kousaku-point-block figure {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block figure {
		width: 32.12%;
	}
}

@media screen and (max-width: 1023px) {
	.t-kousaku-point-block figure {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}

.t-kousaku-point-block__col__text {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block__col__text {
		width: 64%;
	}
}

.t-kousaku-point-block__col__text h4 {
	text-align: left;
}

.t-kousaku-point-block__col__text .t-text-small {
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	;
	font-weight: 300;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block--l {
		width: 82.932166302%;
		margin: 50px auto 0;
		padding: 35px;
	}
}

.t-kousaku-point-block--l figure {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block--l figure {
		width: 42.83%;
	}
}

.t-kousaku-point-block--l .t-kousaku-point-block__col__text {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-point-block--l .t-kousaku-point-block__col__text {
		width: 50%;
	}
}

.t-kousaku-card-list {
	width: 94.6666666667%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.t-kousaku-card-list {
		margin: 40px auto 0;
	}
}

@media screen and (min-width: 1024px) {
	.t-kousaku-card-list {
		width: 95.020746888%;
	}
}

.t-kousaku-card-list .t-kousaku-card {
	width: 46.7605633803%;
	margin-bottom: 3.065%;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-card-list .t-kousaku-card {
		width: 31.29%;
		margin-right: 3.065%;
	}
}

@media screen and (max-width: 768px) {
	.t-kousaku-card-list .t-kousaku-card {
		width: 46.7605633803%;
		margin: 0 auto 10%;
	}
}

@media screen and (min-width: 1024px) {
	.t-kousaku-card-list .t-kousaku-card:nth-child(3n) {
		margin-right: 0;
	}
}

.t-kousaku-card-list .t-kousaku-card__comment {
	top: -10px;
}

.t-kousaku-card__comment {
	position: absolute;
	top: 20px;
	padding: 2px 10px;
	background-color: #f1917a;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	border-radius: 200px;
}

div.t-kousaku-tag {
	width: 50px;
}

div.t-kousaku-tag span {
	padding: 1px 10px;
	border: 1px solid;
	border-color: #f1917a;
	border-radius: 20px;
	margin-bottom: 5px;
	color: #f1917a;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8rem;
	line-height: 1.5;
	white-space: nowrap;
}

span.t-kousaku-tag {
	padding: 1px 10px;
	border: 1px solid;
	border-color: #f1917a;
	border-radius: 20px;
	margin-bottom: 5px;
	color: #f1917a;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.8rem;
	line-height: 1.5;
	white-space: nowrap;
}

.t-kousaku-card {
	position: relative;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.t-kousaku-card .c-carousel-card__item__textarea div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.t-kousaku-card .c-carousel-card__item__textarea .t-kousaku-tag:not(:last-child) {
	margin-right: 5px;
}

.t-kousaku-card .c-carousel-card__item__textarea h5 {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-card .c-carousel-card__item__textarea h5 {
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-kousaku-goal-block {
	position: relative;
	background-color: #ffffff !important;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 5.3333333333% 24px;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-goal-block {
		padding-top: 40px;
	}
}

.t-kousaku-goal-block .t-kousaku-goal-block__heading {
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	padding: 6px 20px 8px;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
	background-color: #EF8F7A;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-goal-block .t-kousaku-goal-block__heading {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.t-kousaku-goal-block div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-goal-block div:not(:last-child) {
		margin-bottom: 7px;
	}
}

.t-kousaku-goal-block .t-kousaku-tag {
	margin-right: 20px;
}

.t-kousaku-desc {
	display: block;
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.t-kousaku-desc {
		margin-top: 60px;
	}
}

/*==============================================

  THEME study

==============================================*/
.t-study-list li {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-study-list li {
		width: 18.3807439825%;
	}
}

@media screen and (min-width: 1024px) {
	.t-study-column-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-study-column-block p {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.t-study-column-block p {
		width: 62%;
	}
}

.t-study-column-block figure {
	margin: auto;
	width: 50%;
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.t-study-column-block figure {
		margin: 0;
		width: 34%;
	}
}

.t-study-schedule-block .t-study-schedule-block__col {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.t-study-schedule-block .t-study-schedule-block__col:not(:last-child) {
	padding-bottom: 20px;
}

.t-study-schedule-block .t-study-schedule-block__col:not(:last-child):after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: -15px;
	left: 8px;
	height: 100%;
	width: 1px;
	border-left: 1px dotted #f1917a;
}

.t-study-schedule-block .t-study-schedule-block__col__time {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22%;
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-block .t-study-schedule-block__col__time {
		width: 18%;
	}
}

.t-study-schedule-block .t-study-schedule-block__col__time figure {
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.t-study-schedule-block .t-study-schedule-block__col__time time {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	color: #f1917a;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-block .t-study-schedule-block__col__time time {
		font-size: 1.3333333333rem;
		line-height: 1.2;
	}
}

.t-study-schedule-block p {
	width: 75%;
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-block p {
		width: 84%;
	}
}

.t-study-schedule-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.t-study-schedule-list li {
	position: relative;
	width: 46%;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 6%;
	margin-bottom: 8%;
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-list li {
		margin-right: 4%;
		margin-bottom: 4%;
		width: 30.4749340369%;
	}
}

.t-study-schedule-list li:nth-of-type(2n) {
	margin-right: 0;
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-list li:nth-of-type(2n) {
		margin-right: auto;
	}
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-list li:nth-of-type(3n) {
		margin-right: 0;
	}
}

.t-study-schedule-list li div {
	height: 70px;
	padding-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.t-study-schedule-list li div h5 {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9333333333rem;
	line-height: 1.5;
	text-align: center;
}

.t-study-schedule-list li span {
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	padding: 6px 15px;
	color: #ffffff;
	border-radius: 200px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
	background-color: #EF8F7A;
}

@media screen and (min-width: 1024px) {
	.t-study-schedule-list li span {
		font-size: 1.0666666667rem;
		line-height: 1;
		padding: 6px 20px 8px;
	}
}

.t-study-schedule-list li img {
	border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 1024px) {
	.t-study-block-item {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 1024px) {
	.t-study-btn a {
		width: 100%;
		max-width: 360px;
		margin-top: 30px;
	}
}

.t-study-img figure {
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 1024px) {
	.t-study-img figure {
		width: 84%;
	}
}

/*==============================================

  THEME interview

==============================================*/
/*
* .t-interviewFaq
*/
.t-interviewFaq {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fcf5f4;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq {
		margin-top: 40px;
		padding-top: 26px;
	}
}

.t-interviewFaq dl {
	width: 91.8309859155%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq dl {
		width: 80.5352798054%;
	}
}

.t-interviewFaq dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.t-interviewFaq dt img {
	width: 53px;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq dt img {
		width: 66px;
	}
}

.t-interviewFaq dt h3 {
	width: calc(100% - 64px);
	margin-left: auto;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq dt h3 {
		width: calc(100% - 80px);
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq dd {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-interviewFaq__inner {
	position: relative;
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 16px 4.9079754601%;
	background-color: #ffe9e6;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq__inner {
		width: calc(100% - 90px);
		padding: 26px 5.3571428571%;
	}
}

.t-interviewFaq__inner::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 5px 0 5px;
	border-color: #ffe9e6 transparent transparent transparent;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq__inner::before {
		top: 30px;
		right: -12px;
		left: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 12px;
		border-color: transparent transparent transparent #ffe9e6;
	}
}

.t-interviewFaq__inner h4 {
	padding-bottom: 6px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq__inner h4 {
		padding-bottom: 12px;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.t-interviewFaq__inner p {
	font-size: 0.9285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq__inner p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-interviewFaq__outer {
	position: relative;
	width: 69px;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq__outer {
		width: 69px;
		margin: 0;
	}
}

.t-interviewFaq__outer::before {
	content: "";
	position: absolute;
	top: -18px;
	left: -38px;
	width: 50px;
	height: 47px;
	background: transparent url(../../image/_know/interview/icon_faq_a.png) no-repeat scroll center center/cover;
}

.t-interviewFaq__outer p {
	text-align: center;
	padding-top: 2px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.8571428571rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-interviewFaq__outer p {
		padding-top: 4px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.t-interviewFaq__outer img {
	border-radius: 50%;
}

/*
* .t-utilityItem
*/
.t-utilityItem {
	position: relative;
	padding: 18px 5.504587156%;
	border: 2px solid #f4a38b;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-utilityItem {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 89.7379912664%;
		margin: 0 auto;
		padding: 40px 3.6496350365%;
	}
}

.t-utilityItem span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -12px;
	display: inline-block;
	padding: 3px 20px 5px;
	color: #ffffff;
	background-color: #f4a38b;
	border-radius: 200px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-utilityItem span {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.t-utilityItem p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 0.9285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-utilityItem p {
		width: 47.820343461%;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-utilityItem__image {
	display: block;
	width: 73.9726027397%;
	margin: 0 auto 16px;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-utilityItem__image {
		width: 47.820343461%;
		margin: 0;
	}
}

.t-utilityItem__image img {
	border-radius: 10px;
}

/*
* .t-scene
*/
@media screen and (min-width: 1024px) {
	.t-scene {
		padding-right: 5.1867219917%;
		padding-left: 0;
	}
}

.t-sceneList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
	.t-sceneList {
		width: 91.425389755%;
		margin: 0 auto;
	}
}

.t-sceneList__wrap {
	position: relative;
	width: 50%;
}

.t-sceneList__wrap:nth-of-type(1) {
	background-color: #F4B173;
}

@media screen and (min-width: 1024px) {
	.t-sceneList__wrap:nth-of-type(1) {
		border-radius: 10px 0 0 10px;
	}
}

.t-sceneList__wrap:nth-of-type(2) {
	background-color: #83C8EF;
}

@media screen and (min-width: 1024px) {
	.t-sceneList__wrap:nth-of-type(2) {
		border-radius: 0 10px 10px 0;
	}
}

.t-sceneList__wrap a {
	display: block;
	padding: 24px 11.7021276596%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-sceneList__wrap a {
		padding: 50px 12.895377129% 40px;
	}
}

.t-sceneList__wrap span {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -44px;
	width: 68px;
}

@media screen and (min-width: 1024px) {
	.t-sceneList__wrap span {
		top: -50px;
		width: 100px;
	}
}

.t-sceneList__wrap p {
	color: #ffffff;
	padding-top: 1em;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sceneList__wrap p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
		-webkit-transition: opacity 0.3s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
		transition: opacity 0.3s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	}
}

.t-sceneList__wrap a:hover {
	opacity: 1;
}

.t-sceneList__wrap a:hover .t-sceneList__wrap__thumb,
.t-sceneList__wrap a:hover p {
	opacity: 0.6;
}

.t-sceneList__wrap__thumb {
	-webkit-transition: opacity 0.3s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
	transition: opacity 0.3s cubic-bezier(0.28, 0.19, 0.35, 0.87) 0s;
}

.t-sceneList__wrap__thumb img {
	border-radius: 10px;
}

.t-sceneContent {
	position: relative;
	width: 94.6666666667%;
	margin: 72px auto 0;
	padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent {
		width: 86.7276887872%;
	}
}

.t-sceneContent:nth-of-type(2) {
	border-radius: 10px;
	background-color: #F4B173;
}

.t-sceneContent:nth-of-type(3) {
	border-radius: 10px;
	background-color: #83C8EF;
}

.t-sceneContent span {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -44px;
	width: 68px;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent span {
		top: -50px;
		width: 100px;
	}
}

.t-sceneContent__title {
	padding: 30px 2.6666666667%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent__title {
		padding: 66px 1.3192612137% 28px;
	}
}

.t-sceneContent__title h3 {
	text-align: center;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2857142857rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent__title h3 {
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.t-sceneContent__wrap {
	width: 94.3661971831%;
	margin: 0 auto;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent__wrap {
		width: 97.3614775726%;
	}
}

.t-sceneContent__wrap__head {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10px 2.9850746269%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent__wrap__head {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 36px 4.8780487805%;
	}
}

#sceneOn .t-sceneContent__wrap__head {
	background-color: #FFF6E0;
}

#sceneOff .t-sceneContent__wrap__head {
	background-color: #E8F4FC;
}

.t-carouselLifestyle img,
.t-carouselMenu img {
	border-radius: 10px;
}

.t-carouselLifestyle {
	width: 79.1139240506%;
}

@media screen and (min-width: 1024px) {
	.t-carouselLifestyle {
		width: 45.1127819549%;
		margin-right: 16px;
	}
}

.t-carouselMenu {
	width: 17.4050632911%;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.t-carouselMenu {
		width: 44.2105263158%;
	}
}

.t-carouselLifestyle p {
	position: relative;
	width: 127.2%;
	margin-top: 14px;
	padding: 14px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-carouselLifestyle p {
		position: absolute;
		top: 0;
		left: 105.3333333333%;
		width: 113.3333333333%;
		margin-top: 0;
		padding: 15px;
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-carouselLifestyle p::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: -18px;
	left: 80px;
	width: 26px;
	height: 18px;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #ffffff)) no-repeat top left/50% 100%;
	background: linear-gradient(to bottom right, transparent 50%, #ffffff 50%) no-repeat top left/50% 100%;
}

@media screen and (min-width: 1024px) {
	.t-carouselLifestyle p::before {
		top: auto;
		left: 0;
		bottom: -16px;
		background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #ffffff)) no-repeat bottom right/50% 100%;
		background: linear-gradient(to top left, transparent 50%, #ffffff 50%) no-repeat bottom right/50% 100%;
	}
}

.swiper-slide {
	height: auto !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-carouselMenu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 1024px) {
	.t-carouselMenu__item {
		width: 21.7142857143%;
		margin-right: 10px;
	}
}

.t-carouselMenu__item {
	margin-bottom: 9px;
}

@media screen and (min-width: 1024px) {
	.t-carouselMenu__item {
		margin-bottom: 0;
		cursor: pointer;
	}
}

.t-carouselMenu .is-active img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sceneOn .t-carouselMenu .is-active img {
	border: 2px solid #F49D56;
	border-radius: 8px;
}

#sceneOff .t-carouselMenu .is-active img {
	border: 2px solid #5BC5F4;
	border-radius: 8px;
}

.t-sceneContent__wrap__body {
	padding: 10px 2.9850746269%;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent__wrap__body {
		padding: 30px 4.8780487805% 36px;
	}
}

.t-sceneContent__wrap__body p {
	font-size: 1rem;
	line-height: 2;
}

@media screen and (min-width: 1024px) {
	.t-sceneContent__wrap__body p {
		font-size: 1.0666666667rem;
		line-height: 1.75;
	}
}

/*
* .t-sample-tags　※実習日誌の参考例一覧
*/
.t-sample-tags {
	z-index: 5;
	position: -webkit-sticky;
	position: sticky;
	top: 35px;
	width: 100%;
	padding: 0;
	background-color: #faf1f0;
	border-radius: 0;
	-webkit-transition: padding-bottom 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
	transition: padding-bottom 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.t-sample-tags {
		top: 50px;
		margin: 0 auto;
	}
}

.t-sample-tags ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 1%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.t-sample-tags ul::-webkit-scrollbar {
	display: none;
}

.t-sample-tags li {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 0 3px;
	width: 13.5211267606vw;
	padding: 12px 0 10px;
	background-color: #CC8F87;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	-webkit-transition: border-radius 0.4s ease-out 0s;
	transition: border-radius 0.4s ease-out 0s;
}

@media screen and (min-width: 1024px) {
	.t-sample-tags li {
		cursor: pointer;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		gap: 0 5px;
		width: 13.9747995418%;
		padding: 12px 0 11px;
	}
}

.t-sample-tags li span {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.2142857143rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-sample-tags li span {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
		font-size: 1.7333333333rem;
		line-height: 1;
	}
}

.t-sample-tags li p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 0.7857142857rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-sample-tags li p {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.t-sample-tags li.is-active {
	color: #333333;
	background-color: #f4e6e5;
}

@media screen and (min-width: 1024px) {
	.t-sample-tags li:last-of-type p {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
}

.t-sample-tags.is-sticky {
	background-color: #FCF5F4;
}

.t-sample-tags.is-sticky ul {
	border-radius: 10px 10px 0 0;
}

.t-sample-tags__overlay {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.t-sample-tags__overlay {
		display: none;
	}
}

.t-sample-tags__overlay.-left {
	left: 0;
	background: -webkit-gradient(linear, right top, left top, from(rgba(252, 245, 244, 0)), to(rgb(252, 245, 244)));
	background: linear-gradient(-90deg, rgba(252, 245, 244, 0) 0%, rgb(252, 245, 244) 100%);
}

.t-sample-tags__overlay.-right {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(252, 245, 244, 0)), to(rgb(252, 245, 244)));
	background: linear-gradient(90deg, rgba(252, 245, 244, 0) 0%, rgb(252, 245, 244) 100%);
}

.t-sample-tags__overlay.is-active {
	opacity: 1;
	pointer-events: auto;
}

/*
* .t-sample-wrap
*/
.t-sample-wrap {
	padding: 19px 2.8169014085% 37px;
	border-radius: 0 0 10px 10px;
	background-color: #F4E6E5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap {
		padding: 40px 8.5% 60px;
		border-radius: 0 0 20px 20px;
	}
}

.t-sample-wrap__inner {
	display: none;
}

.t-sample-wrap__inner.is-active {
	display: block;
}

.t-sample-wrap__index {
	border: 1px solid #E87A67;
	border-radius: 10px;
	background-color: #FDE2DF;
}

.t-sample-wrap__index p {
	text-align: center;
	padding: 14px 0;
	background-color: #E87A67;
	color: #ffffff;
	border-radius: 9px 9px 0 0;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__index p {
		font-size: 1.0666666667rem;
		line-height: 1;
	}
}

.t-sample-wrap__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 4.1791044776% 20px 7.4626865672%;
}

.t-sample-wrap__col ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__col ul {
		gap: 16px 0;
	}
}

.t-sample-wrap__col li {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__col li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__col li a {
	text-decoration: underline;
}

.t-sample-wrap__col img {
	width: 104px;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__col img {
		width: 136px;
	}
}

.t-sample-wrap__section h2 {
	text-align: center;
	padding: 24px 0 16px;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.4285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__section h2 {
		padding: 34px 0 28px;
		font-size: 1.7333333333rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__swipe {
	padding-bottom: 40px;
	background: transparent url(../../image/_know/diary_example/bg.png) repeat scroll center center/334px;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__swipe {
		padding-bottom: 60px;
	}
}

.t-sample-wrap__swipe p {
	text-align: center;
	padding: 14px 0;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__swipe p {
		padding: 18px 0;
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__table {
	width: 100%;
	overflow-x: scroll;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table {
		overflow-x: visible;
	}
}

.t-sample-wrap__table table {
	position: relative;
	display: block;
	width: auto;
	table-layout: fixed;
	padding-left: 5.0746268657%;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table table {
		width: 100%;
		padding-left: 6.0766182299%;
		padding-right: 6.0766182299%;
	}
}

.t-sample-wrap__table tr {
	vertical-align: middle;
}

.t-sample-wrap__table th,
.t-sample-wrap__table td {
	padding: 17px 14px;
	border: 1px solid #EA7C67;
	font-size: 0.8571428571rem;
	line-height: 1.4166666667;
}

@media screen and (min-width: 1024px) {

	.t-sample-wrap__table th,
	.t-sample-wrap__table td {
		padding: 14px 10px;
		font-size: 0.8666666667rem;
		line-height: 1.3846153846;
	}
}

.t-sample-wrap__table th {
	text-align: center;
	white-space: nowrap;
	background-color: #FDE8E5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table th {
		white-space: normal;
	}
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table th:nth-of-type(1) {
		width: 7.5642965204%;
	}
}

.t-sample-wrap__table th:nth-of-type(2) {
	padding: 17px 28px;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table th:nth-of-type(2) {
		width: 17.2465960666%;
		padding: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table th:nth-of-type(3) {
		width: 21.1800302572%;
	}
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table th:nth-of-type(4) {
		width: 26.1724659607%;
	}
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table th:nth-of-type(5) {
		width: 26.1724659607%;
	}
}

.t-sample-wrap__table td ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem 0;
	list-style: disc;
	padding-left: 1em;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table td ul {
		gap: 18px 0;
	}
}

.t-sample-wrap__table td img {
	display: block;
	margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table td img {
		margin-top: 18px;
	}
}

.t-sample-wrap__table+.t-sample-wrap__point {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__table+.t-sample-wrap__point {
		margin-top: 57px;
	}
}

.t-sample-wrap__point {
	position: relative;
	margin: 30px auto 0;
	padding: 30px 5.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point {
		margin: 40px auto 0;
		padding: 38px 40px;
	}
}

.t-sample-wrap__point.-point1 {
	border: 1px solid #EA7C67;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.t-sample-wrap__point.-point2 {
	border-radius: 10px;
	background-color: #FFFFFF;
}

.t-sample-wrap__point.-point2 img {
	display: none;
}

.t-sample-wrap__point.-point2 h3 {
	text-align: center;
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0.25em 36px;
	border-radius: 200px;
	background-color: #EA7C67;
	color: #ffffff;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point.-point2 h3 {
		top: -16px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__point.-point3 {
	width: 89.2537313433%;
	border: 1px solid #EA7C67;
	border-radius: 10px;
	background-color: #FDE8E5;
}

.t-sample-wrap__point.-point4 {
	width: 89.2537313433%;
	border-radius: 10px;
	background-color: #FDE8E5;
}

.t-sample-wrap__point.-point4 img {
	display: none;
}

.t-sample-wrap__point.-point4 h3 {
	text-align: center;
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0.25em 36px;
	border-radius: 200px;
	background-color: #EA7C67;
	color: #ffffff;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point.-point4 h3 {
		top: -16px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__point img {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 50px;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point img {
		width: 72px;
		top: -36px;
		left: -36px;
	}
}

.t-sample-wrap__point em {
	font-weight: bold;
	background-color: #ffff8c;
}

.t-sample-wrap__point h3 {
	padding-bottom: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
	letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point h3 {
		font-size: 1.3333333333rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__point p {
	text-align: left;
	padding-bottom: 0.5rem;
	letter-spacing: 0.075em;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__point ul {
	list-style: disc;
	padding-left: 1.2em;
}

.t-sample-wrap__point ul li {
	letter-spacing: 0.075em;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-wrap__point ul li {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-sample-wrap__point ul li+li {
	padding-top: 1rem;
}

/*
* .t-sample-prof
*/
.t-sample-prof {
	position: relative;
	padding: 22px 0 20px;
	background-color: #ffffff;
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof {
		width: 82.7510917031%;
		margin: 0 auto;
		padding: 22px 0 20px;
	}
}

.t-sample-prof h3 {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 5.9701492537%;
	padding: 2px 15px;
	color: #ffffff;
	background-color: #E87A67;
	border-radius: 200px;
	white-space: nowrap;
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 700;
	font-size: 1.1428571429rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof h3 {
		left: 20px;
		font-size: 1.0666666667rem;
		line-height: 1.5;
	}
}

.t-sample-prof__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #F7ECEB;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 0 22px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 3.6939313984% 20px;
	}
}

.t-sample-prof__icon {
	width: min(24vw, 160px);
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__icon {
		width: 90px;
	}
}

.t-sample-prof__name {
	padding: 0 5.9701492537%;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__name {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0;
	}
}

.t-sample-prof__name p {
	font-family: "Zen Maru Gothic", sans-serif;
	;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__name p {
		font-size: 0.9333333333rem;
		line-height: 1.5;
	}
}

.t-sample-prof__name span {
	display: block;
	padding-bottom: 8px;
	font-size: 0.9285714286rem;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__name span {
		padding-bottom: 6px;
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}

.t-sample-prof__text {
	padding: 20px 5.9701492537% 0;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__text {
		padding: 20px 3.6939313984% 0;
	}
}

.t-sample-prof__text p {
	font-size: 0.9285714286rem;
	line-height: 1.75;
}

@media screen and (min-width: 1024px) {
	.t-sample-prof__text p {
		font-size: 0.8666666667rem;
		line-height: 1.5;
	}
}



/*
* 回遊
*/
.know-study-01 .c-list-visual__list li:nth-of-type(1) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-study-02 .c-list-visual__list li:nth-of-type(2) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-study-03 .c-list-visual__list li:nth-of-type(3) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-study-04 .c-list-visual__list li:nth-of-type(4) a {
	background-color: #edc0b7;
	pointer-events: none;
}

.know-study-05 .c-list-visual__list li:nth-of-type(5) a {
	background-color: #edc0b7;
	pointer-events: none;
}

/*
* ページごと余白調整
*/
.know-kousaku-01 {
	/* style */
}

.know-kousaku-01 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-01 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-01 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-01 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-01 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-01 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-01 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-01 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-01 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-01 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-01 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-01 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-02 {
	/* style */
}

.know-kousaku-02 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-02 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-02 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-02 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-02 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-02 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-02 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-02 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-02 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-02 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-02 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-02 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-03 {
	/* style */
}

.know-kousaku-03 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-03 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-03 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-03 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-03 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-03 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-03 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-03 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-03 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-03 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-03 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-03 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-04 {
	/* style */
}

.know-kousaku-04 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-04 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-04 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-04 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-04 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-04 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-04 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-04 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-04 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-04 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-04 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-04 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-05 {
	/* style */
}

.know-kousaku-05 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-05 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-05 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-05 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-05 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-05 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-05 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-05 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-05 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-05 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-05 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-05 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-06 {
	/* style */
}

.know-kousaku-06 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-06 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-06 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-06 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-06 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-06 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-06 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-06 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-06 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-06 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-06 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-06 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-07 {
	/* style */
}

.know-kousaku-07 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-07 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-07 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-07 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-07 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-07 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-07 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-07 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-07 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-07 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-07 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-07 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-08 {
	/* style */
}

.know-kousaku-08 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-08 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-08 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-08 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-08 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-08 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-08 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-08 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-08 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-08 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-08 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-08 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-09 {
	/* style */
}

.know-kousaku-09 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-09 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-09 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-09 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-09 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-09 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-09 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-09 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-09 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-09 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-09 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-09 .c-section__carousel h3 {
	padding-bottom: 10px;
}

.know-kousaku-10 {
	/* style */
}

.know-kousaku-10 .c-section:first-of-type {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-10 .c-section:first-of-type {
		padding-top: 20px;
	}
}

.know-kousaku-10 .c-section {
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-10 .c-section {
		padding-top: 0;
	}
}

.know-kousaku-10 .c-section__sentence {
	padding-top: 40px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-10 .c-section__sentence {
		padding-top: 80px;
	}
}

.know-kousaku-10 .c-section__profile {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-10 .c-section__profile {
		margin-top: 50px;
	}
}

.know-kousaku-10 .c-section__block {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	.know-kousaku-10 .c-section__block {
		margin-top: 50px;
	}
}

.know-kousaku-10 .c-carousel-card {
	padding-top: 0;
}

.know-kousaku-10 .c-section__carousel h3 {
	padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.know-training .-custom1::before {
		right: 80px;
		left: auto;
	}
}

@media screen and (min-width: 1024px) {
	.know-training .-custom2::before {
		right: auto;
		left: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.know-training .c-section__block {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.know-training .c-section__sentence h3 {
		padding-bottom: 1em;
	}
}

@media screen and (min-width: 1024px) {
	.know-training .c-section__sentence h6 {
		padding-bottom: 0;
	}
}

.know-lifestyle .c-result__main__thumb {
	width: 33.6391437309%;
}

@media screen and (min-width: 1024px) {
	.know-lifestyle .c-result__main__thumb {
		width: 17.4834437086%;
	}
}

.know-lifestyle .c-result__main__textarea {
	width: 63.9143730887%;
}

@media screen and (min-width: 1024px) {
	.know-lifestyle .c-result__main__textarea {
		width: 78.5430463576%;
	}
}

.know-lifestyle .c-result__main__textarea p {
	display: block;
}

@media screen and (min-width: 1024px) {
	.know-lifestyle .c-result__main__category {
		width: 78.5430463576%;
		margin-top: 0;
	}
}

.know-lifestyle-result .c-detailWrap__type__sub p {
	color: #F4A38B;
}


/*240229追加*/
.l-sidebar__sp__banner {
	padding: 0 20.8%;
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__sp__banner {
		padding: 0;
	}
}

.l-sidebar__sp__banner+* {
	padding-top: 20px;
}

.l-sidebar__sp__banner p {
	text-decoration: underline;
	padding-top: 8px;
	font-size: 0.8571428571rem;
	line-height: 1.4166666667;
}

@media screen and (min-width: 1024px) {
	.l-sidebar__sp__banner p {
		font-size: 0.8rem;
		line-height: 1.4166666667;
	}
}

@media screen and (min-width: 1024px) {
	.l-sidebar__sp__banner {
		display: none;
	}
}</pre></body></html>