@charset "UTF-8";

/*
reset.css
---------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	vertical-align: baseline;
}

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

blockquote, q {
	quotes: none;
}

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

input, textarea {
	margin: 0;
	padding: 0;
}

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.styleReset:-ms-clear, button.styleReset:-ms-clear, textarea.styleReset:-ms-clear, select.styleReset:-ms-clear {
	display: none;
}

input.styleReset:-ms-reveal, button.styleReset:-ms-reveal, textarea.styleReset:-ms-reveal, select.styleReset:-ms-reveal {
	display: none;
}

input.styleReset:-ms-expand, button.styleReset:-ms-expand, textarea.styleReset:-ms-expand, select.styleReset:-ms-expand {
	display: none;
}

select::-ms-expand {
	display: none;
}

ol, ul, li {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
}

input::placeholder, input::-webkit-input-placeholder, input:-ms-input-placeholder, input::-moz-placeholder {
	color: #ADADAD;
}

/*
header
---------------------------*/

.site-link {
	margin: 0 auto;
	line-height: 1.5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

a, a:link, a:hover {
	cursor: pointer;
	text-decoration: unset;
	color: #000;
}

.page-header {
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	z-index: 100;
}

@media screen and (min-width: 768px) {
	.page-header {
		position: fixed;
	}
}

.page-header .header-container {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	height: 50px
}

@media screen and (min-width: 768px) {
	.page-header .header-container {
		height: 54px
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-container {
		height: 70px
	}
}

.page-header .header-title {
	display: flex;
	flex-grow: 1
}

@media screen and (min-width: 576px) {
	.page-header .header-title {
		padding-right: 18px
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-title {
		padding-right: 0
	}
}

.page-header .header-title .site-title {
	background: url(../../img/top/header/page-header-logo@sp.png) 5px 50%/137px auto no-repeat;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	width: 147px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

@media screen and (min-width: 375px) {
	.page-header .header-title .site-title {
		background-position: 10px 50%;
		background-size: 161px auto;
		width: 171px
	}
}

@media screen and (min-width: 576px) {
	.page-header .header-title .site-title {
		width: 183px;
		background-size: 173px auto
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-title .site-title {
		background-image: url(../../img/top/header/page-header-logo.png);
		width: 209px;
		background-size: 95% auto
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-title .site-title {
		width: 294px;
		background-size: 284px auto
	}
}

.page-header .header-title .site-lead {
	display: none
}

@media screen and (min-width: 1200px) {
	.page-header .header-title .site-lead {
		display: flex;
		align-items: center;
		font-size: 15px;
		color: #303030;
		padding-left: 20px;
		line-height: 1.15
	}
}

@media screen and (min-width: 1280px) {
	.page-header .header-title .site-lead {
		font-size: 16px;
		padding-left: 26px
	}
}

.page-header .header-title>a {
	margin-left: auto;
	color: inherit
}

.page-header .header-title>a>.site-lead {
	display: block;
	font-size: 11px;
	letter-spacing: -0.03em;
	line-height: 1.25;
	padding-left: 0;
	padding-right: 10px
}

@media screen and (min-width: 375px) {
	.page-header .header-title>a>.site-lead {
		font-size: 12px
	}
}

@media screen and (min-width: 576px) {
	.page-header .header-title>a>.site-lead {
		font-size: 14px;
		letter-spacing: normal;
		padding-right: 0
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-title>a>.site-lead {
		font-size: 12px
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-title>a>.site-lead {
		font-size: 13px
	}
}

@media screen and (min-width: 1200px) {
	.page-header .header-title>a>.site-lead {
		font-size: 15px;
		padding-left: 0;
		padding-right: .5em
	}
}

@media screen and (min-width: 1280px) {
	.page-header .header-title>a>.site-lead {
		font-size: 16px
	}
}

.page-header .header-contact {
	display: flex;
	flex: 0 0 42px;
	height: 100%
}

@media screen and (min-width: 576px) {
	.page-header .header-contact {
		flex-basis: 102px
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-contact {
		flex-basis: 442px
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-contact {
		flex-basis: 562px
	}
}

@media screen and (min-width: 1200px) {
	.page-header .header-contact {
		flex-basis: 562px
	}
}

@media screen and (min-width: 1280px) {
	.page-header .header-contact {
		flex-basis: 632px
	}
}

.page-header .header-contact .tel {
	height: 100%;
	width: 42px
}

@media screen and (min-width: 375px) {
	.page-header .header-contact .tel {
		width: 52px
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-contact .tel {
		width: 315px
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-contact .tel {
		width: 402px
	}
}

@media screen and (min-width: 1200px) {
	.page-header .header-contact .tel {
		width: 392px
	}
}

@media screen and (min-width: 1280px) {
	.page-header .header-contact .tel {
		width: 442px
	}
}

.page-header .header-contact .form {
	display: none;
	height: 100%;
	width: 40px
}

@media screen and (min-width: 576px) {
	.page-header .header-contact .form {
		display: block;
		width: 50px
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-contact .form {
		width: 127px
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-contact .form {
		width: 160px
	}
}

@media screen and (min-width: 1200px) {
	.page-header .header-contact .form {
		width: 170px
	}
}

@media screen and (min-width: 1280px) {
	.page-header .header-contact .form {
		width: 190px
	}
}

.page-header .header-contact .link {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.page-header .header-contact .tel .link {
	background-image: url(../../img/top/header/page-header-tel@sp.png);
	background-size: 22px auto;
	border-left: 1px solid #ff8d32
}

@media screen and (min-width: 375px) {
	.page-header .header-contact .tel .link {
		background-size: 27px 29px
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-contact .tel .link {
		border-left: none;
		background-image: url(../../img/top/header/page-header-tel.png);
		background-size: 295px auto
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-contact .tel .link {
		background-size: 373px auto
	}
}

@media screen and (min-width: 1200px) {
	.page-header .header-contact .tel .link {
		background-size: 373px auto
	}
}

@media screen and (min-width: 1280px) {
	.page-header .header-contact .tel .link {
		background-size: 403px auto
	}
}

.page-header .header-contact .form .link {
	background-image: url(../../img/top/header/page-header-mail@sp.png);
	background-size: 24px auto;
	background-color: #ff8d32;
	display: none
}

@media screen and (min-width: 576px) {
	.page-header .header-contact .form .link {
		background-size: 29px 22px;
		display: block
	}
}

@media screen and (min-width: 768px) {
	.page-header .header-contact .form .link {
		background-image: url(../../img/top/header/page-header-mail.png);
		background-size: 113px auto
	}
}

@media screen and (min-width: 992px) {
	.page-header .header-contact .form .link {
		background-size: 143px auto
	}
}

/*
footer
---------------------------*/
.page-footer {
	background-color: #e8e9e6
}

.page-footer .footer-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 4.8vw 2.6666666667vw 21.0666666667vw;
	font-size: 3.7333333333vw;
	line-height: 1.65
}

@media screen and (min-width: 768px) {
	.page-footer .footer-container {
		width: 738.4615384615px;
		font-size: 11.8153846154px;
		padding: 3.125em 0 4.375em
	}
}

@media screen and (min-width: 992px) {
	.page-footer .footer-container {
		width: 953.8461538462px;
		font-size: 15.2615384615px
	}
}

@media screen and (min-width: 1200px) {
	.page-footer .footer-container {
		width: 1000px;
		font-size: 16px
	}
}

.page-footer p, .page-footer address {
	margin-bottom: 3.7333333333vw
}

@media screen and (min-width: 768px) {
	.page-footer p, .page-footer address {
		margin-bottom: 1.25em
	}
}

.page-footer address {
	font-style: normal
}

.page-footer .copyright {
	margin-bottom: 0
}

.page-footer a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	color: inherit;
	padding: 0 2px;
	margin: 0 2px
}

.tel-caution {
	font-size: .6em;
	padding-left: 4.5em;
	color: #4a4a4a
}

@media screen and (min-width: 992px) {
	.tel-caution {
		font-size: .8em;
		padding-left: 5em
	}
}

.tel-caution2 {
	font-size: .6em;
	padding-left: 2em;
	color: #4a4a4a
}

@media screen and (min-width: 768px) {
	.tel-caution2 {
		padding-left: 1em;
		color: #6c3301
	}
}

@media screen and (min-width: 992px) {
	.tel-caution2 {
		font-size: .8em
	}
}

:root {
	--color-primary: #6A3906;
	--color-secondary: #188C00;
	--color-accent: #F8BF52;
	--color-accent02: #E1981D;
	--color-accent03: #43A55B;
	--color-text: #282828;
	--color-primary-bg: #FFFBF2;
	--color-border-1: #D2D2D2;
	--color-border-2: #eee;
	--color-neutral: #eee;

	--fontSize: 16px;
	--font-3xs: calc(var(--fontSize) * 0.6875);
	/* 11px */
	--font-2xs: calc(var(--fontSize) * 0.75);
	/* 12px */
	--font-xs: calc(var(--fontSize) * 0.875);
	/* 14px */
	--font-s: calc(var(--fontSize) * 0.9375);
	/* 15px */
	--font-m: calc(var(--fontSize) * 1);
	--font-l: calc(var(--fontSize) * 1.125);
	/* 18px */
	--font-ll: calc(var(--fontSize) * 1.25);
	/* 20px */
	--font-xl: calc(var(--fontSize) * 1.375);
	/* 22px */
	--font-2xl: calc(var(--fontSize) * 1.728);
	/* 24px */
	--font-3xl: calc(var(--fontSize) * 1.875);
	/* 30px */
	--font-4xl: calc(var(--fontSize) * 2.125);
	/* 34px */
}

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
	-webkit-font-smoothing: antialiased;
}

body {
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: var(--font-l);
	color: #000;
	letter-spacing: .05em;
	background-color: var(--color-primary-bg);
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (min-width: 769px) {
	body {
		font-size: var(--font-l);
	}
}

@media (max-width: 350px) {
	body {
		font-size: var(--font-s);
	}
}

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

/* -------------------------------------
common
----------------------------------------*/
a {
	color: inherit;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.ib {
	display: inline-block;
}

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

strong {
	font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
	display: none;
}

.mode_sp {
	display: block;
}

.mode_sp_ib {
	display: inline-block;
}

.tel a, .mail a {
	pointer-events: auto;
	cursor: pointer;
}

.bgImage {
	width: 100%;
	max-width: auto;
	max-width: inherit;
}

.mover {
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}

.mover:hover {
	opacity: 0.8;
}

.inner,
.inner02,
.spInner {
	padding: 0 4.8%;
}

.inner .inner02,
.inner02 .inner02,
.spInner .inner02 {
	padding: 0;
}

.bg {
	background-color: var(--color-primary-bg);
}

.contentWrap {
	>div:last-of-type {
		padding-bottom: 40px;
	}
}

.contentWrap .textBase {
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.contentWrap .textBase+.textBase {
	padding-top: 1em;
}

.contentWrap .textBase .em {
	font-weight: 600;
	color: #564A27;
}

.contentWrap .textBase.em {
	font-weight: 600;
	color: #564A27;
}

.contentWrap .t-center {
	text-align: center;
}

@media (min-width: 768px) {
	.tel a, .mail a {
		pointer-events: none;
	}

	.inner {
		width: 90%;
		max-width: 1240px;
		margin: auto;
		padding: 0;
	}

	.inner02 {
		width: 90%;
		max-width: 1028px;
		margin: auto;
		padding: 0;
	}

	.spInner {
		padding: auto;
	}

	.anchor {
		margin-top: -65px;
		padding-top: 65px;
	}

	.contentWrap {
		padding: 70px 0 0;

		>div:last-of-type {
			padding-bottom: 120px;
		}
	}
}

@media (min-width: 1000px) {
	.mode_pc {
		display: block;
	}

	.mode_pc_ib {
		display: inline-block;
	}

	.mode_sp,
	.mode_sp_ib {
		display: none;
	}

	.contentWrap .textBase {
		line-height: 1.5;
	}
}

/*
detail.php
------------------------------------------------------*/
.detail_top {
	padding: 10px 0;

	.update {
		text-align: right;
		padding-top: 10px;

		svg,
		span {
			vertical-align: middle;
		}

		.date {
			color: #999;
		}
	}

	.topic {
		text-align: left;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		overflow-y: scroll;

		p {
			font-size: var(--font-s);
			line-height: 1.2;
			white-space: nowrap;

			&+p {
				position: relative;
				padding-left: 20px;
				margin-left: 5px;

				&:before {
					position: absolute;
					left: 0;
					top: 5px;
					content: "";
					display: block;
					width: 10px;
					height: 10px;
					margin: auto;
					border: 1px solid;
					border-color: var(--color-secondary) var(--color-secondary) transparent transparent;
					transform: rotate(45deg);
					z-index: 1;
				}
			}
		}
	}

	@media (min-width: 1000px) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 0;

		.update {
			width: 25%;
			padding-top: 0;
		}

		.topic {
			width: 70%;
			flex-wrap: wrap;
			overflow-y: initial;

			p {
				font-size: var(--font-m);
				line-height: 1.4;
				white-space: inherit;
			}
		}
	}
}

/*
.topic
---------------------------*/


#column_content_wrap {
	padding-top: 10px;

	.detail_main {
		background-color: #fff;
		padding: 20px 4vw;
		border-radius: 10px;
	}

	.side_content {
		padding-top: 20px;
	}

	@media (min-width: 1000px) {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding-top: 20px;

		.main_content {
			/*width: calc(100% - 360px);*/
			width: 70%;
			padding: 0;
		}

		.side_content {
			/*width: 320px;*/
			width: 26.5%;
			/*margin-left: 40px;*/
			padding-top: 58px;
		}

		.detail_main {
			padding: 30px;
			border-radius: 15px;
		}
	}
}

.detail_main {

	h2,
	h3,
	ul,
	.table,
	.titleList,
	.supervisorProfile,
	.tagList,
	.q_and_a_content,
	.btnWrap {
		margin: 20px 0;
	}

	p {
		line-height: 1.75;
	}

	h1 {
		font-size: var(--font-xl);
		font-weight: 600;
		line-height: 1.4;
		border-bottom: 1px solid var(--color-accent);
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	h2 {
		background-color: var(--color-accent02);
		color: #fff;
		font-size: var(--font-l);
		font-weight: 600;
		font-family: 'Inter', sans-serif;
		line-height: 1.4;
		border-radius: 5px;
		padding: 5px 10px;

		@media (max-width: 1000px) {
			font-size: 21px;
		}

		>span {
			display: block;
			/*border-top: 3px dashed #fff;
			border-bottom: 3px dashed #fff;*/
			padding: .3em 0;
			margin-left: -10px;
			margin-right: -10px;
			padding-left: 10px;
			padding-right: 10px;

			@media (max-width: 1000px) {
			line-height: 1.5;
		}

		}

		span:before {
			content: "★";
			padding-right: 5px;
		}

	}

	h3 {
		border-bottom: 1px solid var(--color-accent);
		padding-bottom: 10px;

		span {
			position: relative;
			display: inline-block;
			font-size: var(--font-l);
			font-weight: 600;
			line-height: 1.4;
			padding-left: 18px;

			@media (max-width: 1000px) {
			font-size: 21px;
		}

			&:before {
				content: "";
				display: block;
				width: 10px;
				height: 10px;
				background-color: var(--color-accent02);
				border-radius: 50px;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				margin: auto;
			}
		}
	}

	ul {
		li {
			position: relative;
			line-height: 1.6;
			padding-left: 14px;

			&:before {
				content: "";
				display: block;
				width: 6px;
				height: 6px;
				/*background-color: var(--color-accent02);*/
				border-radius: 50px;
				position: absolute;
				top: 9px;
				left: 0;
				margin: auto;
			}

			&+li {
				margin-top: 5px;
			}
		}
	}

	.titleList {
		ul {
			padding-bottom: 0;
		}

		.title {
			display: inline-block;
			background-color: var(--color-accent02);
			color: #fff;
			font-weight: 600;
			line-height: 1.2;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			padding: 5px 10px;
		}

		.titleListInner {
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			border-top-right-radius: 5px;
			border: 1px solid var(--color-accent02);
			padding: 10px 4vw;
		}
	}

	.supervisorProfile {
		position: relative;
		border: 2px solid var(--color-accent03);
		padding: 25px 4vw 10px;

		.title {
			position: absolute;
			top: 0;
			left: 0;
			display: inline-block;
			background-color: var(--color-accent03);
			color: #fff;
			font-weight: 600;
			line-height: 1.2;
			border-bottom-right-radius: 5px;
			padding: 5px 10px;
		}

		.imageBox {
			text-align: center;
			padding: 15px 0;

			.image {
				width: 50%;
				aspect-ratio: 1;
				overflow: hidden;
				border-radius: 500px;
				margin: auto;

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			}
		}

		dt {
			font-weight: 600;
			font-size: var(--font-l);
			line-height: 1.4;
			padding-bottom: 10px;

			span {
				display: block;
				font-size: var(--font-m);
				line-height: 1.4;
				font-weight: 600;
				padding-top: 10px;
			}
		}

		dd {
			line-height: 1.4;
		}
	}

	.tagList {
		.tag {
			display: inline-block;
			background: #EBF5EF;
			margin-bottom: 5px;

			a {
				display: block;
				padding: 5px;
			}
		}
	}

	@media (min-width: 768px) {

		h2,
		h3,
		ul,
		.table,
		.titleList,
		.supervisorProfile,
		.tagList,
		.q_and_a_content,
		.btnWrap {
			margin: 30px 0;
		}

		h1 {
			font-size: var(--font-3xl);
			margin-bottom: 20px;
		}

		h2 {
			font-size: var(--font-xl);
			padding: 10px 15px;
		}

		h3 {
			span {
				font-size: 22px;
			}
		}

		ul {
			li {
				padding-left: 16px;

				&:before {
					top: 11px;
				}
			}
		}

		.titleList {
			ul {
				margin: 0;
			}

			.title {
				padding: 8px 15px;
			}

			.titleListInner {
				padding: 20px;
			}
		}

		.supervisorProfile {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 20px;

			.title {
				padding: 8px 15px;
			}

			.imageBox {
				width: 200px;
				padding: 30px 10px 10px;

				.image {
					width: auto;
				}
			}

			.detailBox {
				width: calc(100% - 220px);
			}

			dt {
				font-size: var(--font-ll);
				padding-bottom: 15px;

				span {
					font-size: var(--font-l);
				}
			}
		}

		.tagList {
			.tag {
				a {
					padding: 5px 10px;
				}
			}
		}
	}
}

.table {
	width: 100%;

	&.type01 {
		thead {
			th {
				&:first-of-type {
					background-color: transparent;
					border: none;
				}
			}
		}
	}

	&.type02 {
		tr {
			&:nth-of-type(even) {
				background-color: #FAF9FB;
			}
		}
	}

	&.js-scrollable {
		table {
			width: 800px;
		}
	}

	table {
		font-size: var(--font-m);
		width: 100%;
		table-layout: fixed;
		background-color: #fff;
		border-collapse: collapse;
	}

	tr {
		border-bottom: 1px solid var(--color-border-2);
	}

	th,
	td {
		text-align: center;
		vertical-align: middle;
		line-height: 1.4;
		padding: 10px;

		&.em {
			font-weight: 600;
			color: var(--color-accent03);
		}
	}

	thead {
		th {
			background-color: var(--color-accent03);
			font-weight: 600;
			color: #fff;

			&+th {
				border-left: 1px solid #fff;
			}
		}
	}

	tbody {
		th {
			font-weight: 600;
			background-color: #FAF9FB;
		}
	}

	@media (min-width: 1000px) {
		&.js-scrollable {
			table {
				width: 100%;
			}
		}
	}
}

.q_and_a_content {
	.q_and_a_wrap {
		&+.q_and_a_wrap {
			padding-top: 10px;
		}
	}

	@media (min-width: 768px) {
		.q_and_a_wrap {
			&+.q_and_a_wrap {
				padding-top: 15px;
			}
		}
	}
}

.q_and_a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	overflow: hidden;

	.icon {
		width: 60px;
		text-align: center;

		img {
			width: 100%;
			height: auto;
			border-radius: 50%;
		}

		&.imageType {
			aspect-ratio: 1;
			/*overflow: hidden;*/
			border-radius: 50px;
			line-height: 1.25;
			font-size: 14px;

			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}

	}

	&.vendor {
		.icon {
			order: 2;
		}

		.bubble {
			order: 1;
		}

		.bubbleInner {
			min-height: 70px;
			background: #F5F4F3;

			&:after {
				content: "";
				position: absolute;
				top: 3px;
				left: auto;
				right: -19px;
				border: 8px solid transparent;
				border-left: 18px solid #F5F4F3;
				-webkit-transform: rotate(-35deg);
				transform: rotate(-35deg);
			}
		}
	}

	&.supervisor {
		.bubbleInner {
			min-height: 70px;
			background: #EBF5EF;

			&:after {
				border-right: 18px solid #EBF5EF;
			}
		}
	}

	.bubble {
		width: calc(100% - 80px);
		text-align: left;
	}

	.bubbleInner {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 10px;
		border-radius: 12px;
		background: #FAEED9;

		&:after {
			content: "";
			display: inline-block;
			position: absolute;
			top: 20px;
			left: -19px;
			border: 8px solid transparent;
			border-right: 18px solid #FAEED9;
			-webkit-transform: rotate(35deg);
			transform: rotate(35deg);
		}
	}

	@media (min-width: 1000px) {
		.icon {
			width: 100px;
		}

		.bubble {
			width: calc(100% - 120px);
			text-align: left;
		}

		.bubbleInner {
			padding: 20px;
		}
	}
}


.btnWrap {
	text-align: center;
}

/*
.btn
---------------------------*/
.btn {
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 1.4;
	width: 100%;
	padding: 0;
	zoom: 1;
	margin-top: 30px;
	transition: .2s ease-in-out;

	.balloon {
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
		margin: auto;
		pointer-events: none;
		width: 280px;
	}

	&:before,
	&:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		pointer-events: none;
	}

	&:before {
		width: 30px;
		height: 30px;
		border-radius: 50px;
		background-color: #fff;
		right: 10px;
		z-index: 2;
		transition: all 0.3s ease-out;
	}

	&:after {
		right: 20px;
		width: 12px;
		height: 14px;
		background-image: url(https://gaiheki-match.com/article_old/img/blog/arrow.svg);
		background-size: cover;
		z-index: 3;
	}

	a, span, button, input {
		display: block;
		width: 100%;
		background-color: var(--color-secondary);
		color: #fff;
		font-size: var(--font-xl);
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
		padding: 40px 10px 20px;
		cursor: pointer;
		transition: all 0.3s ease-out;
		box-shadow: 0 6px #147700;
	}

	&:hover {
		top: 6px;

		a, span, button, input {
			box-shadow: 0 0 #147700;
		}
	}

	@media (min-width: 1000px) {
		width: 100%;
		min-width: inherit;

		a, span, button, input {
			font-size: var(--font-3xl);
			padding: 40px 20px 20px;
		}

		&:before {
			width: 40px;
			height: 40px;
			right: 15px;
		}

		&:after {
			right: 28px;
			width: 14px;
			height: 16px;
		}

		.balloon {
			width: 90%;
			top: -25px;
		}
	}

	@media (min-width: 1200px) {
		.balloon {
			width: auto;
		}
	}

	@media (max-width: 330px) {
		a, span, button, input {
			font-size: 14px;
			padding: 12px;
		}
	}
}

.ctaBox {
	background-color: #FAEED9;
	border: 2px solid #E1981D;
	padding: 15px 4vw;
	border-radius: 5px;
	margin: 30px 0;

	ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 10px;

		li {
			/*background-color: #fff;*/
			padding: 5px;
			margin: 5px;
			border-radius: 5px;

			span {
				position: relative;
				display: inline-block;
				line-height: 1.2;
				font-weight: 600;
				padding-left: unset !important;
				text-align: center;

				&:after {
					content: "";
					display: block;
					background-image: url(/img/blog/icon-check.svg);
					background-size: cover;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					margin: auto;
					width: 20px;
					height: 20px;
				}
			}
		}
	}

	@media (min-width: 1000px) {
		padding: 20px 30px 30px;
		margin: 40px 0;

		ul {
			width: 90%;
			margin: 0 auto;

			li {
				font-size: 36px;
				margin: 10px;

				span {
					position: relative;
					font-weight: 600;
					padding-left: 30px;

					&:after {
						width: 26px;
						height: 26px;
					}
				}
			}
		}
	}

	@media (max-width: 1000px) {
		ul {
			li {
				font-size: 16px;

				span {

				}
			}
		}
	}
}


/*
.outline
---------------------------*/
.outline {
	margin: 30px 0;

	.title {
		background-color: var(--color-primary);
		color: #fff;
		padding: 5px 10px;

		p {
			font-weight: 600;
			line-height: 1.2;
		}
	}

	.detail {
		background-color: #fff;
		border: 1px solid var(--color-primary);
		padding: 10px 4vw;

		dl+dl {
			padding-top: 10px;
		}

		dt {
			line-height: 1.4;

			a {
				font-weight: bold;
				text-decoration: none;
				color: #E1981B;
				font-size: 116%;
			}
		}

		dd {
			padding-top: 10px;

			ul {
				padding-left: 5px;
			}

			li {
				position: relative;
				line-height: 1.4;
				padding-left: 14px;

				a {
					text-decoration: none;
					color: #E1981B;

				}

				&+li {
					margin-top: 10px;
				}

				&:after {
					position: absolute;
					left: 0;
					top: 8px;
					content: "";
					display: block;
					width: 8px;
					height: 8px;
					margin: auto;
					border: 1px solid;
					border-color: var(--color-secondary) var(--color-secondary) transparent transparent;
					transform: rotate(45deg);
					z-index: 1;
				}
			}
		}
	}

	@media (min-width: 1000px) {
		margin: 40px 0;

		.title {
			padding: 8px 15px;
		}

		.detail {
			padding: 20px;

			dl+dl {
				padding-top: 20px;
			}

			dd {
				li {
					padding-left: 18px;
				}
			}
		}
	}
}

/*
.areaNav
---------------------------*/
.areaNav {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));

	.title {
		background-color: var(--color-accent03);
		color: #fff;
		padding: 5px 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;

		p {
			font-weight: 600;
			line-height: 1.2;
		}
	}

	.detail {
		background-color: #fff;
		padding: 10px 4vw;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;

		dl+dl {
			padding-top: 10px;
		}

		dt {
			position: relative;
			line-height: 1.4;
			font-weight: 600;

			&:before,
			&:after {
				content: "";
				display: block;
				background-color: #000;
				position: absolute;
				top: 0;
				bottom: 0;
				margin: auto;
				-webkit-transition-duration: .4s;
				transition-duration: .4s;
			}

			&:before {
				width: 15px;
				height: 1px;
				right: 0;
			}

			&:after {
				width: 1px;
				height: 15px;
				right: 7px;
				transform: none;
			}
		}

		dl {
			&.open {
				dt {
					&:after {
						top: 0;
						border: none;
						-webkit-transform: rotate(90deg);
						transform: rotate(90deg);
					}
				}

				dd {
					display: block;
				}
			}
		}

		dd {
			display: none;
			padding-top: 10px;

			li {
				position: relative;
				line-height: 1.4;
				padding-left: 14px;

				a {
					text-decoration: underline;
				}

				&+li {
					margin-top: 10px;
				}

				&:after {
					position: absolute;
					left: 0;
					top: 8px;
					content: "";
					display: block;
					width: 8px;
					height: 8px;
					margin: auto;
					border: 1px solid;
					border-color: var(--color-secondary) var(--color-secondary) transparent transparent;
					transform: rotate(45deg);
					z-index: 1;
				}
			}
		}
	}

	@media (min-width: 1000px) {
		.title {
			padding: 8px 15px;
		}

		.detail {
			padding: 20px;

			dl+dl {
				padding-top: 20px;
			}

			dd {
				li {
					padding-left: 18px;
				}
			}
		}
	}
}

/*
.side_content
---------------------------*/
.side_content {
	.blogList {
		margin: 20px 0;

		.image {
			width: 30%;
			aspect-ratio: 3/2;
		}

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		li {
			&+li {
				margin-top: 15px;
				padding-top: 15px;
				border-top: 1px solid var(--color-accent03);
			}

			a {
				display: flex;
				justify-content: space-between;
				align-items: flex-start;
			}
		}

		.detail {
			width: 65%;
		}

		.title {
			line-height: 1.4;
		}

		.date {
			color: #999;
			padding-bottom: 5px;
		}

		@media (min-width: 1000px) {
			margin: 30px 0;

			.detail {
				font-size: var(--font-m);
			}
		}
	}
}

.blogContent {
	padding: 0 4vw;

	&.detail {
		margin: 15px 0;
	}

	.blogList {
		.image {
			aspect-ratio: 3/2;
		}

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		li {
			background-color: #fff;
			padding: 10px 4vw;
			filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));

			&+li {
				margin-top: 25px;
				border-top: 1px solid v.$bgColor;
			}
		}

		.title {
			line-height: 1.4;
		}

		.date {
			color: #999;
			padding: 10px 0;
		}
	}

	@media (min-width: 768px) {
		padding: 0;

		&.detail {
			margin: 20px 0;
		}

		.blogList {
			display: flex;
			flex-wrap: wrap;

			li {
				padding: 15px;
				width: calc((100% - 20px) / 2);

				&:not(:nth-of-type(even)) {
					margin-right: 20px;
				}

				&:nth-of-type(n + 3) {
					margin-top: 30px;
				}

				&+li {
					margin-top: 0;
					border-top: none;
				}
			}
		}
	}

	@media (min-width: 1200px) {
		.blogList {
			display: flex;
			flex-wrap: wrap;

			li {
				padding: 15px;
				width: calc((100% - 40px) / 3);

				&:not(:nth-of-type(even)) {
					margin-right: 0;
				}

				&:not(:nth-of-type(3n)) {
					margin-right: 20px;
				}

				&:nth-of-type(n + 3) {
					margin-top: 0;
				}

				&:nth-of-type(n + 4) {
					margin-top: 30px;
				}

				&+li {
					margin-top: 0;
					border-top: none;
				}
			}
		}

	}
}

.news__panel--pager {
	text-align: center;
	padding-top: 20px;

	p {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		color: #999;
		margin: 0 5px;
		padding: 0;
		float: none;
		border-bottom: none;

		a {
			display: block;
			padding: 7px;
			text-decoration: none;
		}

		.current {
			display: block;
			padding: 7px;
			font-weight: 600;
			color: var(--color-primary);
			border-bottom: 1px solid var(--color-secondary);
		}
	}

	.prev,
	.next {
		margin: 0 5px;

		a {
			display: inline-block;
			width: 40px;
			height: 40px;
			background-color: var(--color-secondary);
			position: relative;
			border-radius: 50px;

			&:after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				width: 16px;
				height: 18px;
				background-image: url(/img/blog/arrow-w.svg);
				background-size: cover;
				z-index: 1;
				margin: auto;
			}
		}
	}

	.prev {
		a {
			&:after {
				transform: scale(-1, 1);
			}
		}
	}

	@media (min-width: 1000px) {
		padding-top: 50px;

		.prev,
		.next {
			margin: 0 20px;

			a {
				width: 60px;
				height: 60px;
			}
		}
	}
}


.icon div {
	text-align: center;
	padding-top: 10px;
}

strong.pen {
	background: -webkit-linear-gradient(transparent 60%, #faff00 60%);
	font-weight: 600;
}

span.text-back-pink {
	background: linear-gradient(transparent 55%, #ffbfbf 0);
	font-weight: bold;
}

/* 見出しは太字 */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

#toc {
	background-color: #F5F5F5;
	padding: 15px;
	margin: 15px 0;

	&::before {
		background-color: #0F52BA;
		color: #fff;
		content: "■ 目次";
		display: block;
		padding: .375em 1em;
		margin: -15px -15px 18px -15px;
		font-weight: bold;
	}

	a {
		text-decoration: none;
		color: inherit;

		&:hover {
			text-decoration: underline;
		}
	}

	ol, ul {
		list-style-position: outside;
		padding-left: 1.5em;
	}

	ol::marker, li::marker {
		color: #FF8C42;
		font-weight: bold;
	}

	ol {
		font-weight: 500;
		margin: 0;
		margin-left: 1em;
		list-style: decimal;
		list-style-position: outside;
		padding-left: 1.5em;

		@media (max-width: 1000px) {
			margin-left: 0em;
		}

		&.toc {
			display: block;
			margin-block-start: 1em;
			margin-block-end: 1em;
			unicode-bidi: isolate;
		}

		>li {
			list-style: decimal;
			clear: both;
			position: relative;
			padding-left: .5em;

			@media (max-width: 1000px) {
			padding-left: 0em;
			line-height: 1.5;
		}

			>ol {
				list-style: decimal;
				list-style-position: outside;
				padding-left: 1.25em;
				margin-top: 6px;
				margin-bottom: 6px;
			}
		}
	}
}


li.toc-h3 {
	list-style: disc !important;
	line-height: 1.85;
}

.detail_main {
	h4 {
		font-feature-settings: "palt"1;
		border-left: #ffa000 solid 8px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0em;
		margin: 1em 0 1em 0;
		position: relative;
		z-index: 1;
		padding-left: 0px;

		&::before {
			background-image: repeating-linear-gradient(-45deg, #ffa000, #ffa000 1px, transparent 2px, transparent 5px);
			background-size: 7px 7px;
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;
			height: 50%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			z-index: 0;
			pointer-events: none;
		}

		span {
			display: inline-table;
			background-color: #FFF;
			overflow: hidden;
			font-style: normal;
			font-weight: bold;
			background: #FFF;
			position: relative;
			padding: 3px 5px 3px;
			z-index: 1;
			line-height: 1.5;
		}
	}
}


.areaNav .detail dl dt {
	position: relative;
	cursor: pointer;
	padding-right: 20px;
	/* アイコン用余白 */
}

/* プラス記号（閉じている状態） */
.areaNav .detail dl dt:before,
.areaNav .detail dl dt:after {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition-duration: .4s;
}

.areaNav .detail dl dt:before {
	width: 15px;
	height: 1px;
	right: 0;
}

.areaNav .detail dl dt:after {
	width: 1px;
	height: 15px;
	right: 7px;
	/* 横線の真ん中に配置 */
}

/* openのときは縦棒を消す → マイナス記号 */
.areaNav .detail dl.open dt:after {
	height: 0;
}

/* 開閉アニメーション用に ul を制御 */
.areaNav .detail dl dd ul {
	display: none;
}

.areaNav .detail dl.open dd ul {
	display: block;
}