@charset "utf-8";
/* =======================================
View style
========================================== */
/*PCのみ表示(740px以下非表示)*/
@media screen and (max-width: 740px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(741px以上非表示)*/
@media screen and (min-width: 741px) {
	.visible-sp {
		display: none !important;
	}
}

/*PCのみ非表示(740px以上非表示)*/
@media screen and (min-width: 740px) {
	.hidden-pc {
		display: none !important;
	}
}

/*SPのみ非表示(741px以下非表示)*/
@media screen and (max-width: 741px) {
	.hidden-sp {
		display: none !important;
	}
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

@media screen and (max-width: 640px) {
	body {
		max-width: 640px;
		min-width: inherit;
	}
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #3D4760;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	border: 0;
	vertical-align: top;
}

@media screen and (max-width: 740px) {
	img {
		height: 100%;
		width: 100%;
	}
}

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}

dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ==========================================================================
 * Arrow
 * ========================================================================== */
.arrow {
	color: #1C2C43;
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

.arrow::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	height: 40px;
	right: 40px;
	width: 40px;
	background: url(../images/common/pagetop.svg) no-repeat;
	background-size: cover;
}

.pager .arrow::after {
	display: none;
}

.arrow--btm::after {
	height: 40px;
	right: 40px;
	width: 40px;
	background: url(../images/common/pagetop.svg) no-repeat;
	background-size: cover;
	transform: rotate(180deg);
}

@media screen and (max-width: 740px) {
	.arrow::after {
		height: 30px;
		right: 10px;
		width: 30px;
		background: url(../images/common/pagetop.svg) no-repeat;
		background-size: cover;
	}

	.arrow--btm::after {
		height: 30px;
		right: 10px;
		width: 30px;
		background: url(../images/common/pagetop.svg) no-repeat;
		background-size: cover;
		transform: rotate(180deg);
	}
}

/* ==========================================================================
 * slick
 * ========================================================================== */
.slick-arrow {
	background: linear-gradient(90deg, #18AFE8 0%, #039AD3 100%);
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	padding: 8px 10px;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 1;
}

.slick-arrow.next {
	right: 0;
}

.slick-dots {
	bottom: -40px !important;
}

.slick-dots li {
	background: none !important;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	display: block !important;
	height: auto !important;
}

.slick-track {
	display: flex;
}

.slick-slide {
	display: flex !important;
}

.slick-slide a {
	flex-wrap: wrap;
	display: flex;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

address {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

.txt--left {
	text-align: left;
}

.txt--center {
	text-align: center;
}

.txt--right {
	text-align: right;
}

.txt--unbold {
	font-weight: normal;
}

small,
.txt--small {
	font-size: 80%;
}

.txt--large {
	font-size: 140%;
}

.txt--xlarge {
	font-size: 180%;
}

.txt--reg {
	font-weight: 400;
}

.txt--medium {
	font-weight: 500;
}

.txt--exbold {
	font-weight: 600;
}

.txt--bold {
	font-weight: 700;
}

.txt--black {
	font-weight: 900;
}

.txt--notes {
	display: block;
	font-size: small;
	line-height: 1.5;
}

.line--height {
	margin: 0 0 20px;
}

.line--height-inline {
	line-height: 2;
}

.txt--red {
	color: #900;
}

.txt--blue {
	color: #00a8e9;
}

.txt--yellow {
	color: #FFF025;
}

.txt--line-blue {
	background: rgba(0, 168, 233, 0.7);
	color: #fff;
	padding: 5px 10px;
}

.txt--line-white {
	background: #fff;
	padding: 5px 10px;
}

.txt--line-yellow {
	background: linear-gradient(transparent 60%, #eee617 60%);
	line-height: 30px;
}

.txt--letter-cut {
	letter-spacing: -6px;
}

/*スクリーンリーダー対策用*/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none {
	margin: 0px !important;
}

.padding-none {
	padding: 0px !important;
}

.margin-T0 {
	margin-top: 0px !important;
}

.margin-T5 {
	margin-top: 5px !important;
}

.margin-T10 {
	margin-top: 10px !important;
}

.margin-T15 {
	margin-top: 15px !important;
}

.margin-T20 {
	margin-top: 20px !important;
}

.margin-T25 {
	margin-top: 25px !important;
}

.margin-T30 {
	margin-top: 30px !important;
}

.margin-T35 {
	margin-top: 35px !important;
}

.margin-T40 {
	margin-top: 40px !important;
}

.margin-T45 {
	margin-top: 45px !important;
}

.margin-T50 {
	margin-top: 50px !important;
}

.margin-T60 {
	margin-top: 60px !important;
}

.margin-T70 {
	margin-top: 70px !important;
}

.margin-T80 {
	margin-top: 80px !important;
}

.margin-T90 {
	margin-top: 90px !important;
}

.margin-T100 {
	margin-top: 100px !important;
}

@media screen and (max-width: 800px) {
	.margin-T100 {
		margin-top: 60px !important;
	}
}

.margin-R0 {
	margin-right: 0px !important;
}

.margin-R5 {
	margin-right: 5px !important;
}

.margin-R10 {
	margin-right: 10px !important;
}

.margin-R15 {
	margin-right: 15px !important;
}

.margin-R20 {
	margin-right: 20px !important;
}

.margin-R30 {
	margin-right: 30px !important;
}

.margin-B0 {
	margin-bottom: 0px !important;
}

.margin-B5 {
	margin-bottom: 5px !important;
}

.margin-B10 {
	margin-bottom: 10px !important;
}

.margin-B15 {
	margin-bottom: 15px !important;
}

.margin-B20 {
	margin-bottom: 20px !important;
}

.margin-B30 {
	margin-bottom: 30px !important;
}

.margin-B40 {
	margin-bottom: 40px !important;
}

.margin-B50 {
	margin-bottom: 50px !important;
}

.margin-L0 {
	margin-left: 0px !important;
}

.margin-L5 {
	margin-left: 5px !important;
}

.margin-L10 {
	margin-left: 10px !important;
}

.margin-L15 {
	margin-left: 15px !important;
}

.margin-L20 {
	margin-left: 20px !important;
}

.margin-L30 {
	margin-left: 30px !important;
}

.padding-T0 {
	padding-top: 0px !important;
}

.padding-T5 {
	padding-top: 5px !important;
}

.padding-T10 {
	padding-top: 10px !important;
}

.padding-T15 {
	padding-top: 15px !important;
}

.padding-T20 {
	padding-top: 20px !important;
}

.padding-T25 {
	padding-top: 25px !important;
}

.padding-T30 {
	padding-top: 30px !important;
}

.padding-T35 {
	padding-top: 35px !important;
}

.padding-T40 {
	padding-top: 40px !important;
}

.padding-T45 {
	padding-top: 45px !important;
}

.padding-T50 {
	padding-top: 50px !important;
}

.padding-T60 {
	padding-top: 60px !important;
}

.padding-T70 {
	padding-top: 70px !important;
}

.padding-T80 {
	padding-top: 80px !important;
}

.padding-T90 {
	padding-top: 90px !important;
}

.padding-T100 {
	padding-top: 100px !important;
}

.padding-R0 {
	padding-right: 0px !important;
}

.padding-R5 {
	padding-right: 5px !important;
}

.padding-R10 {
	padding-right: 10px !important;
}

.padding-R15 {
	padding-right: 15px !important;
}

.padding-R20 {
	padding-right: 20px !important;
}

.padding-R30 {
	padding-right: 30px !important;
}

.padding-B0 {
	padding-bottom: 0px !important;
}

.padding-B5 {
	padding-bottom: 5px !important;
}

.padding-B10 {
	padding-bottom: 10px !important;
}

.padding-B15 {
	padding-bottom: 15px !important;
}

.padding-B20 {
	padding-bottom: 20px !important;
}

.padding-B30 {
	padding-bottom: 30px !important;
}

.padding-L0 {
	padding-left: 0px !important;
}

.padding-L5 {
	padding-left: 5px !important;
}

.padding-L10 {
	padding-left: 10px !important;
}

.padding-L15 {
	padding-left: 15px !important;
}

.padding-L20 {
	padding-left: 20px !important;
}

.padding-L30 {
	padding-left: 30px !important;
}

/* ==========================================================================
 * Page Wrapper
 * ========================================================================== */
#page__container {
	margin: 0 auto;
}

.inner--width {
	max-width: 1100px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

@media screen and (max-width: 740px) {
	#page__container {
		max-width: 740px;
		margin: 0 auto;
	}
}

/* ==========================================================================
 * Back to top
 * ========================================================================== */
a.backtotop {
	position: fixed;
	bottom: 50px;
	right: 5%;
	width: 50px;
	height: 50px;
	padding: 38px 0 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 998;
}

a.backtotop::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/common/pagetop.svg);
}

@media screen and (max-width: 640px) {
	a.backtotop {
		bottom: 15px;
		right: 2%;
	}
}

/* =======================================
Pagenation
========================================== */
.pagerbox {
	margin: 50px 0 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.pagerbox {
		margin: 30px 0 0;
	}
}

/* =======================================
Btn
========================================== */
.detail__btn a {
	color: #1C2C43;
	display: inline-block;
	padding-right: 50px;
	position: relative;
}

.detail__btn a::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: -6px;
	right: 0;
	background: url(../images/common/arrow_blue.svg) no-repeat;
	background-size: cover;
}

.apply__btn a {
	border: 1px solid #00a8e9;
	border-radius: 50px;
	color: #00a8e9;
	display: inline-block;
	padding: 10px 40px 10px 20px;
	text-align: center;
}

.apply__btn--arrow {
	color: #00a8e9;
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.apply__btn--arrow::before,
.apply__btn--arrow::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	vertical-align: middle;
}

.apply__btn--arrow::before {
	background: #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

.apply__btn--arrow::after {
	right: 17px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #00a8e9;
	border-right: 1px solid #00a8e9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cta__btn a {
	background: linear-gradient(270deg, #ED504D 0%, #F0894D 100%);
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 140%;
	font-weight: bold;
	padding: 12px 40px 12px 20px;
}

.cta__btn--arrow {
	color: #000;
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.cta__btn--arrow::before,
.cta__btn--arrow::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	vertical-align: middle;
}

.cta__btn--arrow::after {
	right: 30px;
	width: 27px;
	height: 21px;
	background: url(../images/common/arrow_btm_white.svg) no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	.detail__btn a::after {
		position: absolute;
		content: "";
		width: 25px;
		height: 25px;
		top: -2px;
		right: 0;
		background: url(../images/common/arrow_blue.svg) no-repeat;
		background-size: cover;
	}

	.cta__btn a {
		background: linear-gradient(270deg, #ED504D 0%, #F0894D 100%);
		border-radius: 100px;
		color: #fff;
		display: inline-block;
		font-size: 120%;
		font-weight: bold;
		padding: 12px 40px 12px 20px;
	}

	.cta__btn--arrow::after {
		right: 20px;
		width: 16px;
		height: 13px;
		background: url(../images/common/arrow_btm_white.svg) no-repeat;
		background-size: cover;
	}
}

/* =======================================
Header
========================================== */
.cm__header {
	display: flex;
	flex-wrap: wrap;
}

.main__visual {
	order: 2;
	width: 100%;
}

.gnavi {
	order: 1;
	width: 100%;
}

/* =======================================
Gnavi
========================================== */
.gnavi {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	height: 84px;
	top: 0;
	left: 0;
	z-index: 999;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.13));
}

.gnavi.shadow {
	box-shadow: 0px 0px 15px -1px #eee;
}

.gnavi__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.gnavi__list--menu a {
	display: block;
	padding: 30px 10px;
}

.gnavi__list--menu span {
	cursor: default;
	display: block;
	padding: 30px 10px;
}

.gnavi__logo {
	padding: 0 0 0 20px;
}

.gnavi__logo li:last-child {
	font-size: 1.4rem;
	margin: 0 20px 0 0;
	white-space: nowrap;
}

.gnavi__logo li:first-child img {
	padding: 0 0 5px;
	width: 200px;
}

.gnavi__list--right {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.gnavi__search {
	padding: 0 20px 0 10px;
}

.gnavi__search span {
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	padding: 5px;
}

.gnavi__search span img {
	width: 15px;
}

.gnavi__list--right form {
	position: relative;
}

.gnavi__list--right input[type="text"] {
	border: none;
	background-color: #E6F1FA;
	padding: 5px;
	padding: 8px 20px 8px 13px;
	width: 170px;
}

.gnavi__list--right input[type="submit"] {
	background: none;
	background: url(/assets/images/common/search.svg) no-repeat right / 21px;
	border: none;
	cursor: pointer;
	position: absolute;
	width: 21px;
	height: 21px;
	right: 7px;
	top: 7px;
	outline: none;
}

.gnavi__list--menu {
	align-items: center;
	font-weight: 500;
	display: flex;
	justify-content: flex-end;
}

.gnavi__list--menu>li {
	margin: 0 0 0 10px;
	position: relative;
}

.gnavi__list--menu .gnavi__list--child::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 56px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #00A9E9;
	border-right: 2px solid #00A9E9;
	transform: rotate(135deg) translateY(-50%);
}

.gnavi__list--menu .gnavi__list--child ul {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 84px;
	z-index: 4;
	width: 300px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.gnavi__list--menu .gnavi__list--child ul a {
	color: #fff;
}

.gnavi__list--menu .gnavi__list--child ul li {
	border-bottom: 1px solid #fff;
}

.gnavi__list--menu .gnavi__list--child ul li:last-child {
	border-bottom: none;
}

.gnavi__list--menu .gnavi__list--child:hover>ul,
.gnavi__list--menu .gnavi__list--child:active>ul {
	visibility: visible;
	opacity: 1;
}

.gnavi__cta a {
	background: linear-gradient(270deg, #ED504D 0%, #F0894D 100%);
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 30px 20px;
	height: 84px;
}

@media screen and (max-width: 1290px) {

	/*1245*/
	.gnavi__logo li:first-child {
		font-size: 1.1rem;
	}

	.gnavi__logo li:first-child img {
		width: 180px;
	}

	.gnavi__logo li:last-child img {
		width: 90px;
	}

	.gnavi__list--menu a,
	.gnavi__list--menu span {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1230px) {
	.gnavi__logo li:first-child {
		margin: 0 5px 0 0;
	}

	.gnavi__logo li:first-child img {
		height: auto;
		width: 160px;
	}

	.gnavi__logo li:last-child img {
		height: auto;
		width: 70px;
	}

	.gnavi__list--menu a,
	.gnavi__list--menu span {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1150px) {
	.visible-gnavi-pc {
		display: none !important;
	}

	.gnavi {
		padding: 10px;
		height: 72px;
	}

	.gnavi {
		background: rgba(255, 255, 255, 1);
		backdrop-filter: none;
	}

	.gnavi__logo {
		padding: 0;
	}
}

@media screen and (min-width: 1151px) {
	.visible-gnavi-sp {
		display: none !important;
	}
}

@media screen and (max-width: 740px) {
	.gnavi {
		height: 66px;
	}
}

/* hamburger menu */
.menu__btn {
	align-items: center;
	background: #00a8e9;
	border-radius: 5px;
	position: fixed;
	top: 1vw;
	right: 3%;
	display: flex;
	height: 50px;
	justify-content: center;
	z-index: 90;
	width: 50px;
	cursor: pointer;
}

.menu__btn span,
.menu__btn span:before,
.menu__btn span:after {
	content: '';
	background: #fff;
	border-radius: 3px;
	display: block;
	height: 3px;
	position: absolute;
	width: 20px;
}

.menu__btn span:before {
	bottom: 8px;
}

.menu__btn span:after {
	top: 8px;
}

#menu__btn--check:checked~.menu__btn span {
	background-color: rgba(255, 255, 255, 0);
}

#menu__btn--check:checked~.menu__btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#menu__btn--check:checked~.menu__btn span::after {
	top: 0;
	transform: rotate(-45deg);
}

#menu__btn--check {
	display: none;
}

.gnavi__hamburger-menu {
	background: #f3fbff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	transition: all 0.5s;
	width: 100%;
}

#menu__btn--check:checked~.gnavi__hamburger-menu {
	left: 0;
}

.gnavi__hamburger-menu ul {
	padding: 70px 10px 0;
}

.gnavi__hamburger-menu ul li {
	border-bottom: solid 1px #00a8e9;
	list-style: none;
}

.gnavi__hamburger-menu ul li a {
	box-sizing: border-box;
	color: #3D4760;
	display: block;
	font-size: 15px;
	padding: 18px 15px 15px 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.gnavi__hamburger-menu ul li a::before {
	border-top: solid 2px #00a8e9;
	border-right: solid 2px #00a8e9;
	content: "";
	height: 7px;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 26px;
	width: 7px;
}

.gnavi__hamburger-menu ul li.gnavi__cta a {
	background: linear-gradient(90deg, #18AFE8 0%, #039AD3 100%) !important;
}

.gnavi__hamburger-menu ul li.gnavi__cta a {
	color: #fff;
}

.gnavi__hamburger-menu ul li.gnavi__cta a::before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.gnavi__hamburger-menu ul li.gnavi__search_sp {
	border-bottom: none;
	margin: 20px 0 0;
	position: relative;
}

.gnavi__hamburger-menu ul li input[type="text"] {
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

.gnavi__hamburger-menu ul li input[type="submit"] {
	background: none;
	background: url(/assets/images/common/search.svg) no-repeat right / 26px;
	border: none;
	cursor: pointer;
	position: absolute;
	width: 26px;
	height: 26px;
	right: 7px;
	top: 10px;
	outline: none;
}

@media screen and (max-width: 640px) {
	.menu__btn {
		top: 2vw;
	}
}

/* =======================================
main visual
========================================== */
.category .main__visual div {
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-wrap: wrap;
	min-height: 450px;
	position: relative;
}

.category .main__visual h1 {
	color: #fff;
	text-align: center;
	padding: 50px 0 0;
	width: 100%;
}

.category .main__visual h1 span {
	display: block;
	margin: 40px 0 0;
}

@media screen and (max-width: 940px) {
	.category .main__visual div {
		padding: 0 20px;
	}
}

@media screen and (max-width: 740px) {
	.category .main__visual div {
		min-height: 300px;
	}
}

@media screen and (max-width: 640px) {
	.category .main__visual h1 {
		font-size: 150%;
	}
}

/* =======================================
Content
========================================== */
.category .main__content {
	margin: 100px 0 0;
}

/* =======================================
Breadcrumbs
========================================== */
.breadcrumbs {
	background-color: #F3F8FC;
	color: #333333;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	margin-top: 84px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.breadcrumbs li {
	display: inline;
	position: relative;
	padding-right: 40px;
}

.breadcrumbs li::after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	transform: rotate(45deg);
}

.breadcrumbs li:last-child::after {
	display: none;
}

.breadcrumbs a {
	text-decoration: underline;
	color: #039AD3;
}

@media screen and (max-width: 1150px) {
	.breadcrumbs {
		margin-top: 72px;
	}
}

@media screen and (max-width: 740px) {
	.breadcrumbs {
		margin-top: 66px;
	}
}

@media screen and (max-width: 640px) {
	.breadcrumbs {
		height: 30px;
		overflow-x: scroll;
	}

	.breadcrumbs li {
		white-space: nowrap;
	}

	.breadcrumbs li br {
		display: none;
	}
}

/* =======================================
Progressbar
========================================== */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	margin: 50px 0 40px;
}

.progressbar li {
	color: #dde7ed;
	font-weight: bold;
	list-style-type: none;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 33.333%;
}

.progressbar li:before {
	background: #dde7ed;
	border-radius: 50%;
	content: '';
	display: block;
	height: 18px;
	margin: 7px auto 20px auto;
	text-align: center;
	width: 18px;
}

.progressbar li:after {
	background: #dde7ed;
	content: '';
	height: 2px;
	position: absolute;
	z-index: -1;
	top: 15px;
	left: -50%;
	width: 100%;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #8096a3;
}

.progressbar li.active:before {
	background: #8096a3;
}

.progressbar li.active:after {
	background: #8096a3;
}

.progressbar li.complete {
	color: #a2b7c4;
}

.progressbar li.complete:before {
	background: #a2b7c4;
}

.progressbar li.complete:after {
	background: #a2b7c4;
}

/* =======================================
Pager
========================================== */
.pager {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pager li {
	padding: 10px;
}

.pager li a {
	text-decoration: underline;
}

.pager li a.next,
.pager li a.prev {
	text-decoration: none;
}

/* =======================================
Form
========================================== */
#satori__creative_container input,
#satori__creative_container label,
#satori__creative_container select {
	font-size: 1.6rem;
}

.satori__notes,
.satori__error_messages {
	font-size: 1.4rem;
}

.satori__custom_form {
	background: #fff !important;
	border: 1px solid #ccc !important;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	width: 100%;
}

.satori__input_group {
	background: #f5f5f5 !important;
	margin: 30px 0 0 !important
}

.satori__horiz_group:first-child {
	margin: -30px 0 0 !important;
}

.satori__require {
	background: #900 !important;
	color: #fff !important;
	font-size: 1.4rem !important;
	padding: 10px 5px !important;
}

.satori__not_require {
	background: #666 !important;
	color: #fff !important;
	font-size: 1.4rem !important;
	padding: 10px 5px !important;
}

.date-year,
.date-month,
.date-day {
	width: 100px !important;
}

.satori__privacy_policy_agreement_wrapper_39331d5223b83e5d {
	border: 1px solid #ccc !important;
	font-size: small !important;
	margin: 30px 0 0 !important;
	padding: 20px !important;
}

.satori__submit_group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#satori__submit_confirm,
#satori__submit_post {
	background: #00a8e9 !important;
	color: #fff;
	order: 1;
	padding: 20px !important;
	width: 80% !important;
}

.satori__btn.cancel {
	background: #ccc !important;
	color: #000 !important;
	margin: 0 0 0 30px !important;
	order: 2;
}

@media screen and (max-width: 850px) {
	#satori__submit_post {
		width: 100% !important;
	}

	.satori__btn.cancel {
		background: #ccc !important;
		color: #000 !important;
		margin: 30px 0 0 !important;
		width: 30%;
	}
}

@media screen and (max-width: 740px) {
	iframe#pardot-iframe {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.satori__custom_form {
		border: none !important;
		padding: 0;
	}

	.satori__horiz_group:first-child {
		margin: -10px 0 0 !important;
	}
}

/* =======================================
Footer
========================================== */
a.ft-news__link {
	align-items: center;
	display: flex;
	position: fixed;
	bottom: 30px;
	left: 5%;
	width: 100px;
	height: 100px;
	background-color: #00a8e9;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 998;
	justify-content: center;
}

.cm__footer-link {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 998;
}

.cm__footer-link li {
	background: #00a8e9;
	cursor: pointer;
	font-size: 14px;
	padding: 20px;
	text-align: center;
}

.cm__footer-link li:last-child {
	background: #42bbce;
	border-left: 1px solid #fff;
}

.cm__footer-link li a {
	color: #fff;
	display: inline-block;
}

.cm__footer {
	background: #fff;
	padding: 0;
}

.ft__cta--bg {
	background: url(../images/common/contact_bk.png) no-repeat center center;
	background-size: cover;
	padding: 50px 0 40px;
}

.cm__footer .cta__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.cm__footer .cta__btn {
	text-align: center;
	width: 50%;
	max-width: 500px;
}

.cm__footer .cta__btn a {
	display: block;
	padding: 20px;
	width: 100%;
}

.cm__footer .cta__tel {
	color: #ffffff;
	font-size: 130%;
	margin-top: 15px;
}

.cm__footer .cta__tel small {
	font-size: 70%;
}

.cm__footer .cta__tel p {
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	line-height: 30px;
}

.ft__cta-txt--small {
	display: block;
	font-size: 60% !important;
	margin: 0;
}

.ft__banner_wrap {
	width: 100%;
	background-color: #F3F8FC;
	padding: 60px 0 50px;
}

.ft__banner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	row-gap: 1.5em;
}

.ft__banner a {
	margin: 10px 10px 10px;
	display: block;
}

.ft__banner img {
	max-width: 100%;
	height: 140px;
}

.ft__banner__l {
	position: relative;
}

.ft__banner__l-text {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	top: -1em;
	font-size: 13px;
}

.ft__logo {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}

.ft__logo li {
	padding: 0 20px 0 0;
}

.ft__logo .work__logo img {
	width: 200px;
}

.ft__logo .htt__logo img {
	width: 100px;
}

.ft__link_wrap {
	width: 100%;
	border-top: 1px solid #DDE5E6;
	padding: 25px 0;
	margin-top: 40px;
}

.ft__link {
	display: flex;
	font-size: small;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.ft__link li::after {
	content: "｜";
}

.ft__link li:last-child::after {
	content: "";
}

.ft__link li.sns__icon {
	margin-right: 20px;
}

.ft__link li.sns__icon::after {
	content: "";
}

.ft-company__info {
	align-items: center;
	display: flex;
	margin: 15px 0 0;
	justify-content: space-around;
	text-align: center;
}

.ft-number {
	font-size: small;
}

.copyright_wrap {
	background-color: #1C2C43;
	padding: 30px 0;
}

.copyright {
	font-size: small;
	text-align: center;
	padding: 0;
	color: #ffffff;
}

@media screen and (max-width: 940px) {

	.cm__footer .cta__btn {
		width: 100%;
	}

	.cm__footer .cta__tel {
		margin: 10px 0 0;
		text-align: center;
	}
}

@media screen and (max-width: 780px) {
	.cm__footer-link {
		display: block;
	}

	.cm__footer-link li {
		padding: 10px;
	}

	.cm__footer-link li:last-child {
		border-left: none;
		border-top: 1px solid #fff;
	}

	.ft__logo {
		display: block;
		margin: 20px 0 0;
		text-align: center;
	}

	.ft__logo li {
		padding: 10px 0 0;
	}

	.ft__banner {
		flex-flow: column;
		row-gap: 0.5em;
	}

	.ft__banner_wrap {
		padding: 40px 0 30px;
	}

	.ft__banner li.mb-2 {
		margin-bottom: 1.5em;
	}

	.ft__banner img {
		width: 100%;
		height: 100%;
	}

	.ft__link {
		font-size: small;
		text-align: center;
	}

	.ft__link li {
		margin: 0;
	}

	.ft__link li.sns__icon {
		margin-right: 0;
	}

	.ft__link li.sns__icon img {
		width: 40px;
	}

	.ft__link li::after {
		content: "";
	}

	.cm__footer .cta__btn a {
		padding: 13px 40px 14px 20px;
	}

	.copyright_wrap {
		padding: 30px 20px;
	}

	.ft__link_wrap {
		margin-top: 20px;
	}

	.ft__link {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/*
######################################################################
######################################################################
*/
.seminar-cta-wrap {
	border: 1px solid #DDE3E6;
	position: relative;
	margin: 100px 0 0;
	background-color: #F6F8F9;
	border-radius: 0 6px 6px 6px;
}

.seminar-cta-wrap>a {
	display: block;
	text-decoration: none !important;
	padding: 40px 40px 20px 40px;
	color: #3D4760;
	box-shadow: 0 0 10px 0 rgba(63, 142, 166, 0.16);
}

.seminar-cta-wrap .seminar-cta-title {
	background: #3D4760;
	border: 1px solid #DDE3E6;
	padding: .5em 1em;
	width: fit-content;
	position: absolute;
	height: 2.5em;
	top: -2.5em;
	left: -2px;
	color: #ffffff;
	border-radius: 6px 6px 0 0;
	font-weight: 700;
}

.seminar-cta-wrap .flexbox {
	display: flex;
	justify-content: space-between;
}

.seminar-cta-wrap .flexbox .seminar__img {
	width: 20%;
	margin-right: 10px;
}

.seminar-cta-wrap .flexbox .seminar__img img {
	width: 100%;
	height: auto;
}

.seminar-cta-wrap .flexbox .seminar__info {
	width: 75%;
}

.seminar-cta-wrap .seminar__title {
	border-bottom: 1px solid #DDE3E6;
	padding: 0 0 10px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #3D4760;
}

.seminar-cta-wrap dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 1em;
	margin-bottom: 1em;
}

.seminar-cta-wrap dl dt {
	width: 5em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-right: .5em;
	text-align: right;
	margin-bottom: 5px;
	color: #3D4760;
	font-weight: 700;
}

.seminar-cta-wrap dl dd {
	width: calc(100% - 5.5em);
	color: #3D4760;
	margin-bottom: 5px;
}

.seminar-cta-wrap .apply__btn {
	text-align: right;
}

.seminar-cta-wrap .apply__btn span {
	color: #1C2C43;
	display: inline-block;
	padding-right: 50px;
	position: relative;
}

.seminar-cta-wrap .cta__btn--arrow::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: -6px;
	right: 0;
	background: url(../images/common/arrow_blue.svg) no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.seminar-cta-wrap {
		margin: 60px 0 0;
	}

	.seminar-cta-wrap>a {
		padding: 20px;
	}

	.seminar-cta-wrap .flexbox {
		display: block !important;
	}

	.seminar-cta-wrap .flexbox .seminar__img {
		width: 100%;
		margin: 0 auto;
	}

	.seminar-cta-wrap .flexbox .seminar__info {
		width: 100%;
		margin-top: 1em;
	}

	.seminar-cta-wrap .flexbox .seminar__title {
		font-size: 1.7rem;
	}

	.seminar-cta-wrap dl dt {
		width: 100%;
		display: block;
		margin-bottom: 0;
		text-align: left;
	}

	.seminar-cta-wrap dl dd {
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}

	.seminar-cta-wrap .apply__btn span {
		font-size: 80%;
		padding: 0 35px 0 0;
	}

	.seminar-cta-wrap .cta__btn--arrow::after {
		position: absolute;
		content: "";
		width: 25px;
		height: 25px;
		top: -2px;
		right: 0;
		background: url(../images/common/arrow_blue.svg) no-repeat;
		background-size: cover;
	}

}


/*
######################################################################
######################################################################
*/
.navigator-cta-wrap {
	border: 2px solid #2aa9e9;
	margin: 3em 0 3em;
}

.navigator-cta-wrap a {
	text-decoration: none !important;
}

.navigator-cta-wrap .flexbox {
	display: flex;
	flex-direction: row-reverse;
}

.navigator-cta-wrap .flexbox .navigator__img {
	width: 50%;
}

.navigator-cta-wrap .flexbox .navigator__img img {
	width: 100%;
	height: auto;
}

.navigator-cta-wrap .flexbox .navigator__info {
	width: 50%;
	padding: 1em;
	text-align: center;
}

.navigator-cta-wrap .navigator__title {
	font-size: 3rem;
	margin-bottom: .5em;
}

.navigator-cta-wrap .navigator__title span {
	font-size: 3.2rem;
}

.navigator-cta-wrap .apply__btn {
	text-align: center;
}

.navigator-cta-wrap .apply__btn span {
	border: 1px solid #00a8e9;
	background: #00a8e9;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: .2em 2em .2em 1em;
	text-align: center;
	text-decoration: none !important;
}

.navigator-cta-wrap .cta__btn--arrow::before {
	background: none;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

.navigator-cta-wrap .cta__btn--arrow::after {
	right: 17px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 740px) {
	.navigator-cta-wrap .flexbox {
		display: block !important;
	}

	.navigator-cta-wrap .flexbox .navigator__img {
		width: 100%;
		margin: 0 auto;
	}

	.navigator-cta-wrap .flexbox .navigator__info {
		width: 100%;
		margin-top: 0em;
	}

	.navigator-cta-wrap .flexbox .navigator__title {
		font-size: 1.6rem;
	}

	.navigator-cta-wrap .apply__btn {
		text-align: center;
	}

	.navigator-cta-wrap .apply__btn span {
		width: 100%;
	}
}

.seminar-cta-wrap .sp,
.navigator-cta-wrap .sp {
	display: none;
}

@media screen and (max-width: 740px) {

	.seminar-cta-wrap .sp,
	.navigator-cta-wrap .sp {
		display: inline;
	}
}

/* =============================== */
/* =============================== */
.column-recommended {
	padding: 4em 20px 0;
	background-color: #ffffff;
}

.column-recommended__sec-title {
	color: #00a8e9;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
}

.column-recommended__list {
	padding-left: 0 !important;
	display: flex;
	gap: 5%;
	max-width: 1100px;
	margin: 0 auto;
}

.column-recommended__item {
	list-style: none !important;
	width: calc(100% / 3);
}

.column-recommended__link {
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
}

.column-recommended__img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 6px;
}

.column-recommended__txt-wrap {
	margin-top: 1em;
}

.column-recommended__title {
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6 !important;
	max-height: calc(1.6em * 2);
	margin-top: 0.3em;
	letter-spacing: -0.02em;
}

.column-recommended__date {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #888888;
}

@media screen and (max-width: 840px) {
	.column-recommended {
		padding: 2.5em 20px 0;
	}

	.column-recommended__list {
		flex-direction: column;
		gap: 15px;
	}

	.column-recommended__item {
		width: 100%;
	}

	.column-recommended__link {
		display: flex;
		gap: 4vw;
	}

	.column-recommended__img {
		width: 35%;
		height: 20vw;
	}

	.column-recommended__txt-wrap {
		width: 55%;
		margin: 0;
	}
}

.top__link_back {
	width: 100%;
	background-color: #F3F8FC;
	padding: 15px 40px;
}

.top__link_back a {
	color: #00A9E9;
	padding-left: 30px;
	position: relative;
}

.top__link_back a::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: 2px;
	left: 0;
	transform: scaleX(-1);
	background: url(../images/common/arrow_blue.svg) no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.top__link_back {
		padding: 10px 20px;
	}
}