@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
#information .post-box .post-contents .information-list h2,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	zoom: 1;
	/* hasLayout in IE */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

/* reset font style
-----------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 62.5%;
}

html * {
	box-sizing: inherit;
}

body {
	position: relative;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.4;
	background: transparent;
	color: #222;
	width: 100%;
}

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

a {
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none;
}

em,
strong {
	font-style: normal;
	font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td {
	table-layout: fixed;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select,
option {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	appearance: none;
	appearance: none;
	padding: 0;
}

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

button::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}

textarea {
	resize: none;
	overflow: auto;
}

button {
	font: inherit;
}

*:focus {
	outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

/* IE
-----------------------------------------------------------------*/
main {
	display: block;
}

@media screen and (min-width: 960px) {
	.pc-none {
		display: none !important;
	}
}

@media (max-width: 959px) and (min-width: 751px) {
	.tb-none {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.sp-none {
		display: none !important;
	}
}

@media (max-width: 750px) {
	.pc {
		display: none !important;
	}
}

@media (min-width: 751px) {
	.sp {
		display: none !important;
	}
}

body {
	min-width: 375px;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh) * 100);
	overflow: visible;
}

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

.flex {
	display: flex;
}

.comment {
	display: none;
}

.post-type-page {
	overflow-x: hidden;
	/* block */
	/* ttl */
	/* layout */
	/* btn */
	/* bnr */
	/* list */
	/* page menu */
	/*
  .aqt-page-menu a {
  	-js-display: flex;
  	display: -ms-flex;
  	display: -webkit-flex;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
  	text-decoration: none;
  	font-size: 1.8rem;
  	line-height: 1.6;
  	padding: 15px !important;
  	border: solid 1px #000;
  }

  .aqt-page-menu a:hover {
  	color: #fff;
  	background: #000;
  }
  */
	/* faq */
	/* column */
	/* step */
	/* flow */
	/* contact */
	/* post */
	/*
  ----------------------------------------
  1000
  ----------------------------------------
  */
	/*
  ----------------------------------------
  750
  ----------------------------------------
  */
}
.post-type-page #template-b {
	margin-top: 27px;
}
@media screen and (max-width: 750px) {
	.post-type-page #template-b {
		margin-top: 0;
	}
}
.post-type-page .aqt-block-01 {
	padding: 44px 0 0;
}
.post-type-page .aqt-block-01.bg {
	background: #f5f5f5;
	margin: 40px 0;
}
.post-type-page .aqt-block-01 p {
	margin-bottom: 40px;
}
.post-type-page .aqt-block-02 {
	padding: 30px 0 0;
}
.post-type-page .aqt-block-02 p {
	margin-bottom: 40px;
}
.post-type-page .wrap .wrap,
.post-type-page .aqt-block-01 .aqt-block-01,
.post-type-page .aqt-block-01 .aqt-block-02,
.post-type-page .aqt-block-02 .aqt-block-01,
.post-type-page .aqt-block-02 .aqt-block-02 {
	padding: 0;
}
.post-type-page .aqt-ttl-output {
	font-family: "Noto Serif JP", serif;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.07em;
	margin-bottom: 0;
	text-align: center;
}
.post-type-page .aqt-ttl-output span.wrap {
	position: relative;
	display: inline-block;
	padding-bottom: 27px;
}
.post-type-page .aqt-ttl-output span.wrap:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 3px;
	background: #238c3c;
}
.post-type-page .aqt-layout-01 .cont {
	display: flex;
	margin: 0 0 61px;
}
.post-type-page .aqt-layout-01.img-right .cont {
	margin-bottom: 61px;
}
.post-type-page .aqt-layout-01 .img {
	margin-top: 10px;
	width: 37.5%;
}
.post-type-page .aqt-layout-01 .img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.post-type-page .aqt-layout-01 .txt {
	width: 62.5%;
}
.post-type-page .aqt-layout-01.img-left .txt {
	padding: 0 0 40px 40px;
}
.post-type-page .aqt-layout-01.img-right .txt {
	padding: 0 40px 40px 0;
}
.post-type-page .aqt-layout-01 .aqt-btn-01 {
	margin-top: 10px;
}
.post-type-page .aqt-layout-02 {
	margin-top: 70px;
	border: 2px solid #238c3c;
	border-radius: 10px;
	text-align: center;
}
.post-type-page .aqt-layout-02__title {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #238c3c;
	background: #ffffff;
	padding: 0 30px;
	margin-bottom: 0;
	transform: translateY(-19px);
	max-width: 95%;
}
.post-type-page .aqt-layout-02 .flex {
	justify-content: space-between;
	align-items: center;
	margin: -11px 31px 31px 38px;
}
.post-type-page .aqt-layout-02 .flex > .txt {
	width: 78%;
	margin-top: 4px;
	padding-right: 20px;
	text-align: left;
}
.post-type-page .aqt-layout-02 .flex > .txt h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-bottom: 11px;
	padding: 0;
	background: inherit;
}
.post-type-page .aqt-layout-02 .flex > .txt h3:before {
	content: none;
}
.post-type-page .aqt-layout-02 .flex > .txt p {
	line-height: 2.125;
	letter-spacing: 0.1em;
}
.post-type-page .aqt-layout-02 .flex p {
	margin-bottom: 0;
}
.post-type-page .aqt-layout-02 .flex > .img img {
	margin: 0;
}
.post-type-page .aqt-btn-01 a,
.post-type-page .aqt-btn-04 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	text-decoration: none;
	padding: 0 33px 7px 0;
	border-bottom: solid 2px #238c3c;
	background: url(../img/common/r_w_arrow_back_g.svg) right 5px top 6px/16px no-repeat;
	transition: all 0.2s;
}
.post-type-page .aqt-btn-01 a:hover {
	background: url(../img/common/r_w_arrow_back_g.svg) right 0px top 6px/16px no-repeat;
}
.post-type-page .aqt-btn-01__wrap {
	display: flex;
	margin-top: 9px;
}
.post-type-page .aqt-btn-02 {
	text-align: center;
}
.post-type-page .aqt-btn-02 a {
	display: inline-block;
	text-decoration: none;
	width: 320px;
	max-width: 100%;
	padding: 8px 50px 8px 30px;
	border: solid 1px #000;
	text-transform: capitalize;
	color: #fff;
	background: #000 url(../img/common/arrow-right-wh.svg) right 15px center/8px no-repeat;
	transition: all 0.2s;
}
.post-type-page .aqt-btn-02 a:hover {
	color: #000;
	background: #fff url(../img/common/arrow-right.svg) right 10px center/8px no-repeat;
}
.post-type-page .aqt-btn-03 a {
	display: inline-block;
	text-decoration: none;
	padding: 8px 50px 8px 30px;
	border: solid 1px #000;
	background: url(../img/common/arrow-right.svg) right 20px center/8px no-repeat;
	transition: all 0.2s;
}
.post-type-page .aqt-btn-03 a:hover {
	color: #fff;
	background: #000 url(../img/common/arrow-right-wh.svg) right 15px center/8px no-repeat;
}
.post-type-page .aqt-btn-04 {
	letter-spacing: 0.06em;
	background: url(../img/common/r_w_arrow_back_g.svg) right 0px top 6px/16px no-repeat;
}
.post-type-page .aqt-bnr-s-01 .flex {
	justify-content: center;
}
.post-type-page .aqt-bnr-s-01 .flex > div {
	width: calc((100% - 40px) / 2);
	border: 2px solid #238c3c;
	border-radius: 10px;
	overflow: hidden;
}
.post-type-page .aqt-bnr-s-01 .flex > div:nth-of-type(even) {
	margin-left: 40px;
}
.post-type-page .aqt-bnr a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-decoration: none;
	position: relative;
	padding: 56px 20px 63px;
	background: #000;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.post-type-page .aqt-bnr .ttl-en {
	display: block;
	position: relative;
	z-index: 99;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.06em;
}
.post-type-page .aqt-bnr .ttl {
	font-family: "Noto Serif JP", serif;
	display: block;
	position: relative;
	z-index: 99;
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-top: 3px;
}
.post-type-page .aqt-bnr .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post-type-page .aqt-bnr .img img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: all 0.6s;
	margin: 0;
	border-radius: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 25%;
	object-position: 50% 25%;
	mix-blend-mode: lighten;
}
.post-type-page .aqt-bnr a:hover .img img {
	transform: scale(1.1);
	opacity: 0.6;
}
.post-type-page .aqt-bnr-m-01 {
	margin-bottom: 76px;
	border: 2px solid #238c3c;
	border-radius: 5px;
	overflow: hidden;
}
.post-type-page .aqt-bnr-m-01 .aqt-bnr a {
	padding: 44px 70px;
	background: #000 url(../img/common/r_w_arrow2.svg) right 28px center/21px no-repeat;
}
.post-type-page .aqt-bnr-m-01 .aqt-bnr a .ttl {
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 0;
}
.post-type-page .aqt-bnr-m-01 .aqt-bnr a .txt {
	display: block;
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 99;
}
.post-type-page .aqt-bnr-l-01 {
	margin: 0 calc(50% - 50vw) 40px;
	width: 100vw;
}
.post-type-page .aqt-bnr-l-01 .img img {
	margin: 24px 0 0 0;
	border-radius: 0;
}
.post-type-page .aqt-checklist-01 {
	position: relative;
	text-align: center;
	border-radius: 10px;
	border-top-left-radius: 60px 30px;
	border-top-right-radius: 60px 30px;
	background: #f7f6f2;
	overflow: hidden;
}
.post-type-page .aqt-checklist-01__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding: 0 30px;
	margin-bottom: 0;
	color: #238c3c;
	background: linear-gradient(#fff, #fff 16px, #f7f6f2 16px);
}
.post-type-page .aqt-checklist-01 ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 23px 20px 22px;
}
.post-type-page .aqt-checklist-01 ul li {
	font-size: 18px;
	line-height: 1.8888888889;
	letter-spacing: 0.085em;
	text-align: left;
	margin-bottom: 16px;
	padding-left: 47px;
	background: url(../img/common/icon-check-02.svg) left 4px top 3px/34px no-repeat;
}
.post-type-page .aqt-checklist-01 ul li:before {
	display: none;
}
.post-type-page .aqt-page-menu ul {
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
.post-type-page .aqt-page-menu ul.center {
	justify-content: center;
}
.post-type-page .aqt-page-menu .flex > li {
	width: calc((100% - 60px) / 4);
	margin: 0 20px 20px 0;
	padding: 0;
}
.post-type-page .aqt-page-menu .flex > li:before {
	content: none;
}
.post-type-page .aqt-page-menu .flex > li:nth-child(4n),
.post-type-page .aqt-page-menu .flex > li:last-child {
	margin-right: 0;
}
.post-type-page .aqt-faq-01 {
	background: #f7f6f2;
	padding: 10px 18px 10px 21px;
	margin-bottom: 25px;
}
.post-type-page .aqt-faq-01 .txt {
	display: none;
}
.post-type-page .aqt-faq-01.open .ttl.q {
	padding-bottom: 25px;
	transition: all 0.2s;
}
.post-type-page .aqt-faq-01.open .faq-btn .line:nth-of-type(2) {
	transform: rotate(0deg);
	transition: all 0.2s;
}
.post-type-page .aqt-faq-01__wrap {
	position: relative;
	cursor: pointer;
}
.post-type-page .aqt-faq-01__wrap .faq-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 14px;
	right: 10px;
	background: #238c3c;
	border-radius: 50%;
}
.post-type-page .aqt-faq-01__wrap .faq-btn .line {
	position: absolute;
	content: "";
	width: 16px;
	height: 2px;
	top: 20px;
	right: 12px;
	background: #fff;
	margin-bottom: 0;
}
.post-type-page .aqt-faq-01__wrap .faq-btn .line:nth-of-type(2) {
	transform: rotate(90deg);
	transition: all 0.2s;
}
.post-type-page .aqt-faq-01 .ttl.q {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	margin-bottom: 0;
	padding: 17px 80px 17px 65px;
	background: inherit;
	transition: all 0.2s;
}
.post-type-page .aqt-faq-01 .ttl.q:before {
	content: none;
}
.post-type-page .aqt-faq-01 .ttl.q .icon {
	position: absolute;
	top: 6px;
	left: 20px;
	font-size: 32px;
	color: #238c3c;
}
.post-type-page .aqt-faq-01 .txt {
	background: #fff;
	padding: 34px 70px 31px 42px;
	margin-bottom: 11px;
	border-radius: 10px;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.post-type-page .aqt-faq-01 .txt p {
	line-height: 2.125;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.post-type-page .aqt-faq-01 .ttl.a {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	margin-bottom: 8px;
	color: #238c3c;
	padding: 0;
	border-bottom: none;
}
.post-type-page .aqt-faq-01 .ttl.a:before {
	content: none;
}
.post-type-page .aqt-3column-01 .flex {
	list-style: none;
	margin: 0;
}
.post-type-page .aqt-3column-01 .flex.center {
	justify-content: center;
}
.post-type-page .aqt-3column-01 .flex > li {
	width: calc((100% - 78px) / 3);
	margin: 0 39px 25px 0;
	padding-left: 0;
}
.post-type-page .aqt-3column-01 .flex > li:before {
	display: none;
}
.post-type-page .aqt-3column-01 .flex > li:nth-child(3n),
.post-type-page .aqt-3column-01 .flex.center > li:last-child {
	margin-right: 0;
}
.post-type-page .aqt-3column-01 .img {
	text-align: center;
	line-height: 0.5;
	margin-bottom: 22px;
}
.post-type-page .aqt-3column-01 .img img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3%;
	margin: 0;
}
.post-type-page .aqt-3column-01 h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 6px;
	padding: 0;
	-js-display: flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: inherit;
}
.post-type-page .aqt-3column-01 h3:before {
	content: none;
}
.post-type-page .aqt-3column-01 p {
	line-height: 2;
}
.post-type-page .aqt-step-01 .flex {
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	counter-reset: step;
}
.post-type-page .aqt-step-01 .flex > li {
	position: relative;
	width: calc((100% - 78px) / 3);
	margin: 0 39px 40px 0;
	padding: 0;
}
.post-type-page .aqt-step-01 .flex > li:before {
	position: absolute;
	content: counter(step);
	counter-increment: step;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	top: 20px;
	left: -10px;
	width: 60px;
	height: 60px;
	color: #fff;
	z-index: 1;
}
.post-type-page .aqt-step-01 .flex > li:after {
	position: absolute;
	content: "";
	width: 17px;
	height: 29px;
	background: url(../img/common/r_g_arrow2.svg) center center/17px no-repeat;
	top: 32%;
	right: -28px;
}
.post-type-page .aqt-step-01 .flex > li:nth-child(3n),
.post-type-page .aqt-step-01 .flex > li:last-child {
	margin-right: 0;
}
.post-type-page .aqt-step-01 .img {
	line-height: 0.5;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.post-type-page .aqt-step-01 .img img {
	border-radius: 3%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-step-01 .flex > li:nth-child(3n)::after,
.post-type-page .aqt-step-01 .flex > li:last-child::after {
	display: none;
}
.post-type-page .aqt-step-01 p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 0;
}
.post-type-page .aqt-step-02 {
	margin: 16px 0 6px;
}
.post-type-page .aqt-step-02 ul.list {
	list-style: none;
	margin: 0;
	counter-reset: step;
	overflow: hidden;
}
.post-type-page .aqt-step-02 ul.list > li {
	position: relative;
	display: grid;
	grid-template-columns: 60.834% 26.084%;
	margin: 0 0 30px 13%;
	padding: 0 0 30px 0;
	width: 100%;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.post-type-page .aqt-step-02 ul.list > li .line {
	position: absolute;
	content: "";
	width: 5px;
	top: 20px;
	bottom: -40px;
	left: -8.1666%;
	background: url(../img/common/line.svg) center/contain repeat-y;
}
.post-type-page .aqt-step-02 ul.list > li::before {
	content: "STEP." counter(step, decimal-leading-zero);
	counter-increment: step;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	width: 10.8333%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	border-radius: 0%;
	font-size: 16px;
	color: #ffffff;
	background: #238c3c;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: -13%;
	transform: translateY(0);
	padding-right: 6px;
	z-index: 1;
}
.post-type-page .aqt-step-02 ul.list > li::after {
	border-left: 13px solid #238c3c;
	position: absolute;
	content: "";
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	top: 10px;
	left: -3%;
	z-index: 1;
}
.post-type-page .aqt-step-02 ul.list > li:last-of-type .line {
	display: none;
}
.post-type-page .aqt-step-02 .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	background: #f7f6f2;
	margin: 0 0 16px 2px;
	padding: 14px 22px;
}
.post-type-page .aqt-step-02 .title:before {
	content: none;
}
.post-type-page .aqt-step-02 .txt {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	grid-row: 2;
}
.post-type-page .aqt-step-02 .img {
	padding-left: 14%;
	line-height: 0.5;
	overflow: hidden;
	grid-row: 1/3;
	grid-column: 2;
}
.post-type-page .aqt-step-02 .img img {
	width: 100%;
	border-radius: 5%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-step-02 p {
	margin-bottom: 0;
}
.post-type-page .aqt-flow-01 .flex {
	list-style: none;
	margin: 0;
	counter-reset: flow;
}
.post-type-page .aqt-flow-01 .flex > li {
	width: calc((100% - 80px) / 3);
	margin: 0 40px 40px 0;
	position: relative;
}
.post-type-page .aqt-flow-01 .flex > li:nth-child(3n) {
	margin-right: 0;
}
.post-type-page .aqt-flow-01 .flex > li::before {
	content: counter(flow);
	counter-increment: flow;
	font-family: "Roboto", sans-serif;
	width: 50px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size: 1.8rem;
	background: #ddd;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 99;
}
.post-type-page .aqt-flow-01 .img {
	line-height: 0.5;
	margin-bottom: 20px;
	position: relative;
}
.post-type-page .aqt-flow-01 .img::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/common/arrow-right.svg) center center/16px no-repeat;
	position: absolute;
	top: calc(50% - 8px);
	right: -28px;
}
.post-type-page .aqt-flow-01 .flex > li:nth-of-type(3n) .img::after,
.post-type-page .aqt-flow-01 .flex > li:last-of-type .img::after {
	display: none;
}
.post-type-page .aqt-contact-01 {
	text-align: center;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn {
	max-width: 1000px;
	margin: 0 auto 20px;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn > div {
	width: calc((100% - 40px) / 2);
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .tel {
	margin-right: 40px;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn a {
	display: block;
	height: 120px;
	padding: 25px;
	text-decoration: none;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .tel > a {
	border: solid 1px #000;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .tel > a:hover {
	background: #fafafa;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .tel .num {
	display: inline-block;
	font-size: 3.2rem;
	line-height: 1.2;
	padding-left: 30px;
	background: url(../img/common/icon-contact-tel.svg) left center/30px no-repeat;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .tel .note {
	display: block;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .mail > a {
	background: #eee;
	border: solid 1px #ccc;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .mail > a:hover {
	background: #f5f5f5;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .mail .jp {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.2;
	margin-top: 2px;
	padding-left: 34px;
	background: url(../img/common/icon-contact-mail.svg) left center/24px no-repeat;
}
.post-type-page .aqt-contact-01 .aqt-contact-btn .mail .en {
	display: block;
	letter-spacing: 3px;
}
.post-type-page .aqt-post a {
	display: block;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}
.post-type-page .aqt-post a:hover {
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
	opacity: 1 !important;
}
.post-type-page .aqt-post .img {
	position: relative;
	line-height: 0.5;
}
.post-type-page .aqt-post .img img {
	border-radius: 0;
}
.post-type-page .aqt-post .txt {
	padding: 27px 25px 34px 38px;
}
.post-type-page .aqt-post .meta {
	margin-bottom: 13px;
	align-items: center;
}
.post-type-page .aqt-post .cat,
.post-type-page .aqt-post .cat-list span {
	display: inline-block;
	background: #238c3c;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
	padding: 2px 16px;
}
.post-type-page .aqt-post .cat {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-right: auto;
}
.post-type-page .aqt-post .cat-list ul {
	list-style: none;
	margin: 0;
}
.post-type-page .aqt-post .cat-list li {
	margin: 0 10px 0 0;
}
.post-type-page .aqt-post time {
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #666666;
}
.post-type-page .aqt-post h3 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.06em;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
	min-height: 68px;
	background: inherit;
}
.post-type-page .aqt-post h3:before {
	content: none;
}
@media screen and (max-width: 1000px) {
	.post-type-page .aqt-layout-01 .txt {
		min-height: auto;
	}
	.post-type-page .aqt-layout-01.img-left .txt {
		padding: 0 0 50px 20px;
	}
	.post-type-page .aqt-layout-01.img-right .txt {
		padding: 0 20px 50px 0;
	}
	.post-type-page .aqt-step-01 .flex > li {
		width: calc((100% - 40px) / 2);
	}
	.post-type-page .aqt-step-01 .flex > li:nth-child(even) {
		margin-right: 0;
	}
	.post-type-page .aqt-step-01 .flex > li:nth-child(even)::after {
		display: none;
	}
	.post-type-page .aqt-step-01 .flex > li p {
		margin-bottom: 0;
	}
	.post-type-page .aqt-3column-01 .flex > li {
		width: calc((100% - 40px) / 3);
		margin: 0 20px 40px 0;
	}
	.post-type-page .aqt-3column-01 h3 {
		font-size: 1.6rem;
	}
	.post-type-page .aqt-checklist-01 li {
		margin-bottom: 10px;
	}
	.post-type-page .aqt-bnr-s-01 .flex > div {
		width: calc((100% - 20px) / 2);
	}
	.post-type-page .aqt-bnr-s-01 .flex > div:nth-of-type(even) {
		margin-left: 20px;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn > div {
		width: calc((100% - 20px) / 2);
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn .tel {
		margin-right: 20px;
	}
}
@media screen and (max-width: 750px) {
	.post-type-page .aqt-btn-02 a {
		width: 200px;
		font-size: 1.6rem;
	}
	.post-type-page .aqt-block-01 {
		padding: 20px 0;
	}
	.post-type-page .aqt-block-01 .wrap {
		padding: 0 20px;
	}
	.post-type-page .aqt-block-01 p {
		margin-bottom: 15px;
	}
	.post-type-page .aqt-block-02 .wrap {
		padding: 0 20px;
	}
	.post-type-page .aqt-block-02.template-a .wrap {
		padding: 0;
	}
	.post-type-page .aqt-ttl-output {
		font-size: 3.1rem;
		padding: 0 20px;
	}
	.post-type-page .aqt-ttl-output span.wrap {
		padding-bottom: 15px;
	}
	.post-type-page .aqt-ttl-output span.wrap:before {
		width: 80%;
	}
	.post-type-page .aqt-layout-01 {
		padding: 0 20px;
	}
	.post-type-page .aqt-layout-01 .txt {
		width: 100%;
	}
	.post-type-page .aqt-layout-01 .txt p {
		padding: 0;
	}
	.post-type-page .aqt-layout-01 .cont {
		display: block;
		margin-bottom: 56px;
	}
	.post-type-page .aqt-layout-01.img-right .cont {
		margin-bottom: 41px;
	}
	.post-type-page .aqt-layout-01 .img {
		position: relative;
		line-height: 0.5;
		margin: 0 0 14px 0;
		width: 100%;
	}
	.post-type-page .aqt-layout-01 .img img {
		height: 52.27vw;
	}
	.post-type-page .aqt-layout-01.img-right .img {
		margin-top: 17px;
	}
	.post-type-page .aqt-layout-01.img-left .txt {
		margin-left: 0;
		padding: 0;
	}
	.post-type-page .aqt-layout-01.img-right .txt {
		margin-right: 0;
		padding: 0;
	}
	.post-type-page .aqt-faq-01 {
		padding: 15px;
		margin-bottom: 0;
	}
	.post-type-page .aqt-faq-01.open {
		padding-bottom: 30px;
	}
	.post-type-page .aqt-faq-01.open .ttl.q {
		padding-bottom: 9px;
	}
	.post-type-page .aqt-faq-01__wrap .faq-btn {
		width: 36px;
		height: 36px;
		top: calc(50% + 2px);
		right: 5px;
		transform: translateY(-50%);
	}
	.post-type-page .aqt-faq-01__wrap .faq-btn .line {
		padding: 1px;
		top: 18px;
		right: 10px;
	}
	.post-type-page .aqt-faq-01 .txt {
		padding: 22px 19px 18px;
		margin: 0 5px;
	}
	.post-type-page .aqt-faq-01 .txt p {
		padding: 0;
		line-height: 1.7857142857;
	}
	.post-type-page .aqt-faq-01 .ttl.q {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 11px 60px 9px 41px;
		margin: 0;
	}
	.post-type-page .aqt-faq-01 .ttl.q .icon {
		top: 50%;
		left: 4px;
		transform: translateY(-50%);
		font-size: 24px;
	}
	.post-type-page .aqt-faq-01 .ttl.a {
		font-size: 1.6rem;
		line-height: 1.4375;
		margin-bottom: 5px;
	}
	.post-type-page .aqt-step-01 .flex {
		padding: 0;
	}
	.post-type-page .aqt-step-01 .flex > li {
		width: 100%;
		margin: 0 0 9px;
		background: url(../img/common/arrow-bottom.svg) center bottom/16px no-repeat;
	}
	.post-type-page .aqt-step-01 .flex > li:before {
		font-size: 20px;
		top: 15px;
		width: 50px;
		height: 50px;
	}
	.post-type-page .aqt-step-01 .flex > li::after {
		position: initial;
		display: block;
		margin: auto;
		transform: rotate(90deg);
	}
	.post-type-page .aqt-step-01 .flex > li:nth-child(even)::after {
		display: block;
	}
	.post-type-page .aqt-step-01 .flex > li:last-child {
		padding-bottom: 0;
		background: none;
	}
	.post-type-page .aqt-step-01 .flex > li .img {
		margin-bottom: 13px;
	}
	.post-type-page .aqt-step-01 .flex > li .img img {
		width: 100%;
		height: auto;
	}
	.post-type-page .aqt-step-01 .flex > li p {
		font-size: 14px;
		line-height: 1.7857142857;
		padding: 0;
		margin-bottom: 6px;
	}
	.post-type-page .aqt-step-02 {
		margin: 10px 0 6px;
	}
	.post-type-page .aqt-step-02 ul.list {
		padding: 0;
		overflow: inherit;
	}
	.post-type-page .aqt-step-02 ul.list > li {
		padding: 0 0 9px 80px;
		margin: 0;
		background: none;
		grid-template-columns: 1fr;
	}
	.post-type-page .aqt-step-02 ul.list > li::before {
		width: 90px;
		left: -20px;
		font-size: 1.4rem;
	}
	.post-type-page .aqt-step-02 ul.list > li::after {
		top: 9px;
		left: 58px;
		border-top: 21px solid #fff;
		border-bottom: 21px solid #fff;
	}
	.post-type-page .aqt-step-02 ul.list > li .line {
		padding: 0;
		width: 3px;
		left: 19px;
		bottom: -30px;
	}
	.post-type-page .aqt-step-02 .title {
		margin: 0 0 16px 0px;
		padding: 17px 10px 17px 17px;
		line-height: 1.3;
		letter-spacing: 0.06em;
	}
	.post-type-page .aqt-step-02 .txt {
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.8571428571;
		grid-row: 3;
	}
	.post-type-page .aqt-step-02 .img {
		margin-bottom: 13px;
		padding: 0;
		grid-row: 2;
		grid-column: auto;
	}
	.post-type-page .aqt-3column-01 .flex {
		flex-direction: column;
		padding: 0;
	}
	.post-type-page .aqt-3column-01 .flex > li {
		width: 100%;
		margin: 0 0 20px;
	}
	.post-type-page .aqt-3column-01 .flex > li p {
		margin-bottom: 0;
		padding: 0;
	}
	.post-type-page .aqt-3column-01 h3 {
		font-size: 2.4rem;
	}
	.post-type-page .aqt-checklist-01 {
		margin: 0 20px;
	}
	.post-type-page .aqt-checklist-01__title {
		font-size: 20px;
		padding: 0 20px;
	}
	.post-type-page .aqt-checklist-01 ul {
		padding: 11px 21px 8px;
	}
	.post-type-page .aqt-checklist-01 ul li {
		font-size: 1.6rem;
		line-height: 1.625;
		padding-left: 33px;
		margin-bottom: 17px;
		background: url(../img/common/icon-check-02.svg) left top 4px/24px no-repeat;
	}
	.post-type-page .aqt-page-menu .flex > li {
		width: calc((100% - 15px) / 2);
		margin: 0 15px 15px 0;
	}
	.post-type-page .aqt-page-menu .flex > li:nth-child(even) {
		margin-right: 0;
	}
	.post-type-page .aqt-page-menu a {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 5px 15px 25px !important;
	}
	.post-type-page .aqt-layout-02 {
		margin: 37px 20px 0;
	}
	.post-type-page .aqt-layout-02__title {
		font-size: 2rem;
		padding: 0 20px;
		transform: translateY(-17px);
		max-width: 90%;
	}
	.post-type-page .aqt-layout-02 .flex {
		flex-direction: column-reverse;
		margin: -9px 18px 24px;
	}
	.post-type-page .aqt-layout-02 .flex > .txt {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.post-type-page .aqt-layout-02 .flex > .txt p {
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.7857142857;
		letter-spacing: 0.06em;
	}
	.post-type-page .aqt-layout-02 .flex > .txt h3 {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 4px;
	}
	.post-type-page .aqt-layout-02 .flex > .img {
		width: 76.2712%;
		margin: 10px 0 9px;
	}
	.post-type-page .aqt-flow-01 .flex {
		flex-direction: column;
	}
	.post-type-page .aqt-flow-01 .flex > li {
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 10px 30px;
		background: url(../img/common/arrow-bottom.svg) center bottom/16px no-repeat;
	}
	.post-type-page .aqt-flow-01 .flex > li:last-child {
		background: none;
	}
	.post-type-page .aqt-flow-01 .flex > li::before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: -5px;
		left: -5px;
	}
	.post-type-page .aqt-flow-01 .img {
		margin-bottom: 15px;
	}
	.post-type-page .aqt-flow-01 .img::after {
		display: none;
	}
	.post-type-page .aqt-flow-01 p {
		margin-bottom: 0;
	}
	.post-type-page .aqt-bnr-s-01 .flex {
		flex-wrap: wrap;
	}
	.post-type-page .aqt-bnr-s-01 .flex > div {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 16px;
	}
	.post-type-page .aqt-bnr-s-01 .flex > div:nth-of-type(even) {
		margin-left: 0;
	}
	.post-type-page .aqt-bnr a {
		padding: 29px 20px 43px;
	}
	.post-type-page .aqt-bnr .ttl {
		font-size: 2.4rem;
		line-height: 1.1666666667;
		letter-spacing: 0;
		margin-top: 8px;
	}
	.post-type-page .aqt-bnr .ttl-en {
		font-size: 1.2rem;
	}
	.post-type-page .aqt-bnr-m-01 {
		margin-bottom: 20px;
	}
	.post-type-page .aqt-bnr-m-01 .aqt-bnr a {
		padding: 40px 35px;
		background-size: 16px;
		background-position: right 6px center;
	}
	.post-type-page .aqt-bnr-m-01 .aqt-bnr a .ttl {
		font-size: 2rem;
	}
	.post-type-page .aqt-bnr-m-01 .aqt-bnr a .txt {
		margin-top: 5px;
		font-size: 1.4rem;
	}
	.post-type-page .aqt-contact-01 p {
		text-align: left;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn {
		flex-direction: column;
		margin: 0;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn > div {
		width: 100%;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn .tel {
		margin: 0 0 20px;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn a {
		height: 100px;
		padding: 20px;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn .tel .num {
		font-size: 2.8rem;
	}
	.post-type-page .aqt-contact-01 .aqt-contact-btn .mail .jp {
		font-size: 2.2rem;
		margin-top: 4px;
	}
	.post-type-page .aqt-post a {
		border-radius: 5px;
	}
	.post-type-page .aqt-post .cat,
	.post-type-page .aqt-post .cat-list span {
		font-size: 1.4rem;
	}
	.post-type-page .aqt-post .txt {
		padding: 24px 19px;
	}
	.post-type-page .aqt-post .meta {
		margin-bottom: 10px;
	}
	.post-type-page .aqt-post time {
		font-size: 1.4rem;
	}
	.post-type-page .aqt-post h3 {
		font-size: 1.6rem;
		line-height: 1.625;
		min-height: auto;
	}
	.post-type-page .sc-post-list-01 .c-more-btn {
		margin-top: 10px;
	}
}

/**************************************************************
/* 固定ページテンプレートA
***************************************************************/
.post-type-page .inner {
	overflow: hidden;
}
.post-type-page .aqt-archive__list {
	width: calc(100% + 40px);
	margin-right: -40px;
	padding: 38px 0 32px;
}
@media screen and (max-width: 959px) {
	.post-type-page .aqt-archive__list {
		width: calc(100% + 20px);
		margin-right: -20px;
	}
}
@media screen and (max-width: 750px) {
	.post-type-page .aqt-archive__list {
		width: 100%;
		margin-right: 0;
		padding: 30px 0 16px;
	}
}
.post-type-page .aqt-archive__list:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 750px) {
	.post-type-page .aqt-archive__list:after {
		content: none;
	}
}
.post-type-page .aqt-archive__item {
	position: relative;
	float: left;
	width: calc(33.33% - 40px);
	margin: 0 40px 30px 0;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}
@media screen and (max-width: 959px) {
	.post-type-page .aqt-archive__item {
		width: calc(33.33% - 20px);
		margin: 0 20px 30px 0;
	}
}
@media screen and (max-width: 750px) {
	.post-type-page .aqt-archive__item {
		float: none;
		max-width: 360px;
		width: 100%;
		margin: 0 auto 20px;
		border-radius: 5px;
	}
}
.post-type-page .aqt-archive__item .aqt-btn-04 {
	background-position: right 5px top 6px;
}
.post-type-page .aqt-archive__item:hover {
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
}
.post-type-page .aqt-archive__item:hover .aqt-btn-04 {
	background-position: right 0px top 6px;
}
.post-type-page .aqt-archive__img {
	position: relative;
	width: 100%;
}
.post-type-page .aqt-archive__img::after {
	content: "";
	display: block;
	padding-top: 75%;
}
.post-type-page .aqt-archive__img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-bottom: 2px solid #238c3c;
}
.post-type-page .aqt-archive__txt {
	padding: 24px 10% 30px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.post-type-page .aqt-archive__txt {
		padding: 17px 6% 30px;
	}
}
.post-type-page .aqt-archive__title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -1px;
	margin-bottom: 20px;
	padding: 0;
	background: inherit;
}
@media screen and (max-width: 959px) {
	.post-type-page .aqt-archive__title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 13px;
	}
}
.post-type-page .aqt-archive__title:before {
	content: none;
}
.post-type-page .aqt-archive__excerpt {
	text-align: left;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.06em;
	margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
	.post-type-page .aqt-archive__excerpt {
		font-size: 14px;
		line-height: 1.7857142857;
		margin-bottom: 17px;
	}
}

.post-type-page.page-template-page-template-a {
	padding: 15px !important;
}
.post-type-page.page-template-page-template-a .aqt-archive__item {
	float: left;
	cursor: initial;
	width: 30%;
	margin: 0 1.5% 30px;
}
.post-type-page.page-template-page-template-a .aqt-archive__img img {
	border-radius: 0;
	margin: 0;
}
.post-type-page.page-template-page-template-a .aqt-archive__title {
	height: 3em;
}
.post-type-page.page-template-page-template-a .aqt-archive__excerpt {
	height: 5em;
}

.c-menu-contact {
	display: flex;
	height: 100%;
}
.c-menu-contact__tel-list {
	display: flex;
	flex-wrap: wrap;
	width: 433px;
	padding: 2px 0 0;
}
.c-menu-contact__tel-info {
	display: flex;
	align-items: center;
	font-size: 12px;
	letter-spacing: 0.08em;
}
.c-menu-contact__tel-info .fb {
	margin-left: 13px;
	margin-bottom: 0;
	padding-right: 3px;
}
.c-menu-contact__tel-info .fb::before {
	content: "";
	display: block;
	width: 14px;
	height: 15px;
	background: url(../img/common/icon_fb.svg) center/contain no-repeat;
	margin-right: 5px;
	margin-bottom: 3px;
}
.c-menu-contact__btns {
	display: flex;
	flex-direction: column;
	padding: 3px 0;
}

.c-menu-contact-tel-item {
	flex: 0 0 50%;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
}
.c-menu-contact-tel-item .place {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 24px;
	background: #238c3c;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-right: 6px;
	vertical-align: text-bottom;
}

.c-menu-contact-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
	font-size: 15px;
	letter-spacing: 0.04em;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
.c-menu-contact-btn:not(:last-child) {
	margin-bottom: 6px;
}
.c-menu-contact-btn--line {
	border: solid 2px #06c755;
	color: #06c755;
}
.c-menu-contact-btn--line:hover {
	background-color: #06c755;
	color: #fff;
}
.c-menu-contact-btn--mail {
	border: solid 2px #0371c6;
	color: #0371c6;
}
.c-menu-contact-btn--mail:hover {
	background-color: #0371c6;
	color: #fff;
}
.c-menu-contact-btn--fb {
	background: #1877f2;
	border: solid 2px #1877f2;
	color: #fff;
}
.c-menu-contact-btn--fb:hover {
	opacity: 0.8;
}
.c-menu-contact-btn--fb::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/common/icon_fb.svg) center/contain no-repeat;
}
.c-menu-contact-btn--mini {
	width: 100px;
	height: 26px;
}

.post-contents,
.mce-content-body {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	/* contact-bg */
	/* post list */
	/* sc-post */
	/* information list */
	/*
  ----------------------------------------
  1000
  ----------------------------------------
  */
	/*
  ----------------------------------------
  750
  ----------------------------------------
  */
}
.post-contents h1,
#information .post-box .post-contents .information-list h2,
.post-contents h2,
.post-contents h3,
.post-contents h4,
.post-contents h5,
.post-contents h6,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 20px;
}
.post-contents h1,
#information .post-box .post-contents .information-list h2,
.mce-content-body h1 {
	font-size: 2.8rem;
}
.post-contents h2,
.mce-content-body h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0;
	padding: 22px 0;
	margin-bottom: 21px;
	position: relative;
	border-top: 4px solid #238c3c;
	border-bottom: 2px solid #dbdbdb;
}
.post-contents h3,
.mce-content-body h3 {
	position: relative;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.11em;
	padding: 20px 30px 19px 30px;
	background: #edfaf0;
	margin-bottom: 23px;
}
.post-contents h3:before,
.mce-content-body h3:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #238c3c;
}
.post-contents h4,
.mce-content-body h4 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	margin-bottom: 23px;
	padding-bottom: 12px;
	border-bottom: 2px solid #e6e6e6;
}
.post-contents h4:before,
.mce-content-body h4:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	border-bottom: 2px solid #238c3c;
}
.post-contents h5,
.mce-content-body h5 {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	margin-bottom: 16px;
	padding: 4px 0 4px 20px;
}
.post-contents h5:before,
.mce-content-body h5:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #238c3c;
}
.post-contents h6,
.mce-content-body h6 {
	font-size: 1.8rem;
}
.post-contents #ez-toc-container,
.mce-content-body #ez-toc-container {
	margin: 30px 0 49px;
	padding: 24px 30px 21px;
	background: #f7f7f7;
}
.post-contents #ez-toc-container .ez-toc-title,
.mce-content-body #ez-toc-container .ez-toc-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding-left: 31px;
}
.post-contents #ez-toc-container .ez-toc-title:before,
.mce-content-body #ez-toc-container .ez-toc-title:before {
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 17px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../img/common/list.svg) center/19px no-repeat;
}
.post-contents #ez-toc-container ul,
.mce-content-body #ez-toc-container ul {
	counter-reset: section;
	margin-top: 2px;
	margin-bottom: 14px;
}
.post-contents #ez-toc-container ul.ez-toc-list,
.mce-content-body #ez-toc-container ul.ez-toc-list {
	margin-top: 12px;
}
.post-contents #ez-toc-container ul li,
.mce-content-body #ez-toc-container ul li {
	padding-left: 17px;
}
.post-contents #ez-toc-container ul li:before,
.mce-content-body #ez-toc-container ul li:before {
	counter-increment: section;
	content: counters(section, ".");
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	color: #238c3c;
	padding-right: 18px;
	width: auto;
	height: auto;
	background: none;
	position: initial;
}
.post-contents #ez-toc-container ul li.ez-toc-heading-level-2:before,
.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-2:before {
	content: counters(section, ".") ".";
}
.post-contents #ez-toc-container ul li a,
.mce-content-body #ez-toc-container ul li a {
	letter-spacing: 0.04em;
	-webkit-text-decoration-color: #4c4c4c;
	text-decoration-color: #4c4c4c;
}
.post-contents a,
.mce-content-body a {
	text-decoration: underline;
	-webkit-text-decoration-color: #238c3c;
	text-decoration-color: #238c3c;
	text-underline-offset: 5px;
}
.post-contents a:hover,
.mce-content-body a:hover {
	transition: opacity 0.1s ease;
}
.post-contents a:hover:hover,
.mce-content-body a:hover:hover {
	opacity: 0.8;
}
.post-contents strong,
.mce-content-body strong {
	font-weight: bold;
	color: #238c3c;
}
.post-contents em,
.mce-content-body em {
	font-weight: normal;
	font-style: italic;
}
.post-contents hr,
.mce-content-body hr {
	margin: 40px 0;
}
.post-contents p,
.mce-content-body p {
	clear: both;
}
.post-contents p:before,
.post-contents p:after,
.mce-content-body p:before,
.mce-content-body p:after {
	display: table;
	content: "";
}
.post-contents p:after,
.mce-content-body p:after {
	clear: both;
}
.post-contents img.alignleft,
.mce-content-body img.alignleft {
	float: left;
	margin: 11px 40px 0 0;
}
.post-contents img.alignright,
.mce-content-body img.alignright {
	float: right;
	margin: 8px 0 0 40px;
}
.post-contents img.aligncenter,
.mce-content-body img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post-contents .alignleft-wrap,
.mce-content-body .alignleft-wrap {
	margin-bottom: 60px;
}
.post-contents .alignright-wrap,
.mce-content-body .alignright-wrap {
	margin-bottom: 64px;
}
.post-contents ul,
.post-contents ol,
.mce-content-body ul,
.mce-content-body ol {
	margin-top: 31px;
	margin-bottom: 41px;
	list-style: none;
	clear: both;
}
.post-contents ul li,
.post-contents ol li,
.mce-content-body ul li,
.mce-content-body ol li {
	position: relative;
	line-height: 2.25;
	letter-spacing: 0.065em;
	padding-left: 20px;
	margin-bottom: 10px;
}
.post-contents ul li:before,
.post-contents ol li:before,
.mce-content-body ul li:before,
.mce-content-body ol li:before {
	position: absolute;
	content: "";
	top: 18px;
	left: 0;
	transform: translateY(-50%);
}
.post-contents ul li:before,
.mce-content-body ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #238c3c;
}
.post-contents ol,
.mce-content-body ol {
	counter-reset: ol_li;
}
.post-contents ol li:before,
.mce-content-body ol li:before {
	font-family: "Noto Sans JP", sans-serif;
	counter-increment: ol_li;
	content: counter(ol_li) ".";
	color: #238c3c;
}
.post-contents blockquote,
.mce-content-body blockquote {
	position: relative;
	color: rgba(68, 68, 68, 0.8);
	background: #f5f5f5;
	font-style: italic;
	padding: 34px 30px 30px 35px;
	margin-top: 48px;
	margin-bottom: 51px;
	clear: both;
}
.post-contents blockquote:before,
.mce-content-body blockquote:before {
	position: absolute;
	content: "";
	top: -6px;
	left: 15px;
	background: url(../img/common/icon_quote.png) center/contain no-repeat;
	width: 40px;
	height: 27px;
}
.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol,
.mce-content-body blockquote p,
.mce-content-body blockquote ul,
.mce-content-body blockquote ol {
	line-height: 2.125;
	letter-spacing: 0.07em;
}
.post-contents blockquote p:last-of-type,
.post-contents blockquote ul:last-of-type,
.post-contents blockquote ol:last-of-type,
.mce-content-body blockquote p:last-of-type,
.mce-content-body blockquote ul:last-of-type,
.mce-content-body blockquote ol:last-of-type {
	margin-bottom: 0;
}
.post-contents table,
.mce-content-body table {
	width: 100%;
	text-align: center;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
	margin: 0 0 51px;
	clear: both;
}
.post-contents table tr:first-of-type td,
.mce-content-body table tr:first-of-type td {
	padding: 18.5px 8.5px;
	font-weight: 700;
	color: #fff;
	background: #238c3c;
}
.post-contents table tr:not(:first-of-type) td:first-of-type,
.mce-content-body table tr:not(:first-of-type) td:first-of-type {
	background: #edfaf0;
}
.post-contents table th,
.mce-content-body table th {
	padding: 8px;
	border-bottom: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background: #f9f9f9;
	font-weight: normal;
	vertical-align: top;
}
.post-contents table td,
.mce-content-body table td {
	text-align: center;
	line-height: 1.375;
	letter-spacing: 0.06em;
	padding: 18px 8px;
	border-bottom: solid 1px #dedede;
	border-right: solid 1px #dedede;
	vertical-align: top;
}
.post-contents .linkcard,
.mce-content-body .linkcard {
	margin-bottom: 20px;
}
.post-contents .linkcard:hover,
.mce-content-body .linkcard:hover {
	transition: opacity 0.1s ease;
}
.post-contents .linkcard:hover:hover,
.mce-content-body .linkcard:hover:hover {
	opacity: 0.8;
}
.post-contents .lkc-internal-wrap .lkc-content,
.mce-content-body .lkc-internal-wrap .lkc-content {
	background: url(../img/common/r_w_arrow_back_g.svg) right 25px center/16px no-repeat;
}
.post-contents .lkc-external-wrap .lkc-content,
.mce-content-body .lkc-external-wrap .lkc-content {
	background: url(../img/common/ex-link.svg) right 25px center/17px no-repeat;
}
.post-contents .lkc-card,
.mce-content-body .lkc-card {
	margin: 0;
	border: 1px solid #238c3c;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.post-contents .lkc-card .lkc-content,
.mce-content-body .lkc-card .lkc-content {
	margin: 25px 0;
	padding: 0 50px 0 25px;
	height: auto;
}
.post-contents .lkc-card .lkc-content .lkc-thumbnail,
.mce-content-body .lkc-card .lkc-content .lkc-thumbnail {
	margin: 0 29px 0px 0px;
}
.post-contents .lkc-card .lkc-content .lkc-thumbnail-img,
.mce-content-body .lkc-card .lkc-content .lkc-thumbnail-img {
	border-radius: 5%;
}
.post-contents .lkc-card .lkc-content .lkc-title,
.mce-content-body .lkc-card .lkc-content .lkc-title {
	display: block;
	line-height: 1;
}
.post-contents .lkc-card .lkc-content .lkc-title-text,
.mce-content-body .lkc-card .lkc-content .lkc-title-text {
	position: relative;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-top: 5px;
	padding-left: 15px;
}
.post-contents .lkc-card .lkc-content .lkc-title-text:hover,
.mce-content-body .lkc-card .lkc-content .lkc-title-text:hover {
	text-decoration: none;
}
.post-contents .lkc-card .lkc-content .lkc-title-text:before,
.mce-content-body .lkc-card .lkc-content .lkc-title-text:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #238c3c;
}
.post-contents .lkc-card .lkc-content .lkc-url,
.mce-content-body .lkc-card .lkc-content .lkc-url {
	margin-top: 3px;
	color: #238c3c;
	font-size: 14px;
	line-height: 1.8571428571;
	letter-spacing: 0.08em;
	text-decoration: none;
}
.post-contents .lkc-card .lkc-content .lkc-excerpt,
.mce-content-body .lkc-card .lkc-content .lkc-excerpt {
	margin-top: 9px;
	display: block !important;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.07em;
	max-height: 4em;
}
.post-contents img,
.mce-content-body img {
	border-radius: 2%;
	margin-top: 18px;
	margin-bottom: 60px;
}
.post-contents p,
.mce-content-body p {
	line-height: 2.25;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}
.post-contents .wp-video,
.mce-content-body .wp-video {
	margin: 21px auto 0;
	border: 2px solid #238c3c;
	border-radius: 2%;
	overflow: hidden;
}
.post-contents .youtube,
.mce-content-body .youtube {
	text-align: center;
	margin: 21px auto 0;
}
.post-contents .youtube iframe,
.mce-content-body .youtube iframe {
	width: 100%;
	border: 2px solid #238c3c;
	border-radius: 2%;
	overflow: hidden;
}
.post-contents .mce-object-iframe,
.mce-content-body .mce-object-iframe {
	width: 100%;
	text-align: center;
	border: none;
}
.post-contents .mejs-controls,
.mce-content-body .mejs-controls {
	opacity: 0;
}
.post-contents .btn,
.post-contents .btn2,
.mce-content-body .btn,
.mce-content-body .btn2 {
	position: relative;
	-js-display: flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4444444444;
	letter-spacing: 0.06em;
	padding: 15px 30px;
	color: #238c3c;
	border: solid 2px #238c3c;
	border-radius: 5px;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
	background: url(../img/common/r_w_arrow_back_g.svg) right 14px center/16px no-repeat;
	max-width: 285px;
	transition: all 0.2s;
}
.post-contents .btn:hover,
.post-contents .btn2:hover,
.mce-content-body .btn:hover,
.mce-content-body .btn2:hover {
	background: url(../img/common/r_w_arrow_back_g.svg) right 9px center/16px no-repeat;
	transition: all 0.2s;
}
.post-contents .btn2,
.mce-content-body .btn2 {
	background: url(../img/common/d_w_arrow_back_g.svg) 94.5% 50%/16px no-repeat;
}
.post-contents .btn2:hover,
.mce-content-body .btn2:hover {
	background: url(../img/common/d_w_arrow_back_g.svg) 94.5% 65%/16px no-repeat;
}
.post-contents .contact-bg,
.mce-content-body .contact-bg {
	overflow: hidden;
	background: #000;
	margin-bottom: 40px;
	position: relative;
}
.post-contents .contact-bg .bg-img,
.mce-content-body .contact-bg .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}
.post-contents .contact-bg .bg-img img,
.mce-content-body .contact-bg .bg-img img {
	width: 100%;
	height: 100%;
}
.post-contents .contact-bg .wrap,
.mce-content-body .contact-bg .wrap {
	color: #fff;
	position: relative;
	z-index: 99;
}
.post-contents .contact-bg .aqt-contact-01 .aqt-contact-btn .tel > a,
.mce-content-body .contact-bg .aqt-contact-01 .aqt-contact-btn .tel > a {
	color: #fff;
	border: solid 1px #fff;
}
.post-contents .contact-bg .aqt-contact-01 .aqt-contact-btn .mail > a,
.mce-content-body .contact-bg .aqt-contact-01 .aqt-contact-btn .mail > a {
	color: #fff;
	border: solid 1px #fff;
	background: transparent;
}
.post-contents .contact-bg .aqt-contact-01 .aqt-contact-btn .tel > a:hover,
.post-contents .contact-bg .aqt-contact-01 .aqt-contact-btn .mail > a:hover,
.mce-content-body .contact-bg .aqt-contact-01 .aqt-contact-btn .tel > a:hover,
.mce-content-body .contact-bg .aqt-contact-01 .aqt-contact-btn .mail > a:hover {
	background: rgba(0, 0, 0, 0.25);
}
.post-contents .contact-bg .aqt-contact-01 .aqt-contact-btn .tel .num,
.mce-content-body .contact-bg .aqt-contact-01 .aqt-contact-btn .tel .num {
	background: url(../img/common/icon-contact-tel-wh.svg) left center/30px no-repeat;
}
.post-contents .contact-bg .aqt-contact-01 .aqt-contact-btn .mail .jp,
.mce-content-body .contact-bg .aqt-contact-01 .aqt-contact-btn .mail .jp {
	background: url(../img/common/icon-contact-mail-wh.svg) left center/24px no-repeat;
}
.post-contents .sc-post-list-01,
.mce-content-body .sc-post-list-01 {
	padding: 41px 0 80px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background: #f7f6f2;
	overflow: hidden;
}
.post-contents .sc-post-list-01 ul,
.mce-content-body .sc-post-list-01 ul {
	margin: 0;
}
.post-contents .sc-post-list-01 ul li:before,
.mce-content-body .sc-post-list-01 ul li:before {
	content: none;
}
.post-contents .sc-post-list-01 .slick-prev,
.post-contents .sc-post-list-01 .slick-next,
.mce-content-body .sc-post-list-01 .slick-prev,
.mce-content-body .sc-post-list-01 .slick-next {
	width: 56px;
	height: 56px;
	top: 55%;
	z-index: 1;
}
.post-contents .sc-post-list-01 .slick-prev,
.mce-content-body .sc-post-list-01 .slick-prev {
	left: 11%;
}
.post-contents .sc-post-list-01 .slick-next,
.mce-content-body .sc-post-list-01 .slick-next {
	right: 11%;
}
.post-contents .sc-post-list-01 .c-more-btn,
.mce-content-body .sc-post-list-01 .c-more-btn {
	margin-top: 24px;
}
.post-contents .sc-post-list-01 .c-more-btn a,
.mce-content-body .sc-post-list-01 .c-more-btn a {
	text-decoration: none;
}
.post-contents .sc-post-list-01 img,
.mce-content-body .sc-post-list-01 img {
	width: 100%;
	height: 16.7647058824vw;
	max-height: 285px;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-contents .sc-post-list-01 .slider,
.mce-content-body .sc-post-list-01 .slider {
	opacity: 0;
}
.post-contents .sc-post-list-01 .slider.slick-slider,
.mce-content-body .sc-post-list-01 .slider.slick-slider {
	opacity: 1;
}
.post-contents .sc-post-list-01 .slick-slide,
.mce-content-body .sc-post-list-01 .slick-slide {
	opacity: 0.5;
}
.post-contents .sc-post-list-01 .slick-active,
.mce-content-body .sc-post-list-01 .slick-active {
	opacity: 1;
}
.post-contents .sc-post-list-01 .aqt-post,
.mce-content-body .sc-post-list-01 .aqt-post {
	margin: 0 15px 15px;
}
.post-contents .sc-post-list-02 ul,
.mce-content-body .sc-post-list-02 ul {
	list-style: none;
	margin: 0;
}
.post-contents .sc-post-list-02 ul li,
.mce-content-body .sc-post-list-02 ul li {
	padding-left: 0;
}
.post-contents .sc-post-list-02 ul li:before,
.mce-content-body .sc-post-list-02 ul li:before {
	content: none;
}
.post-contents .sc-post-list-02 .aqt-post,
.mce-content-body .sc-post-list-02 .aqt-post {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
}
.post-contents .sc-post-list-02 .aqt-post:nth-child(3n),
.mce-content-body .sc-post-list-02 .aqt-post:nth-child(3n) {
	margin-right: 0;
}
.post-contents .sc-post-list-02 img,
.mce-content-body .sc-post-list-02 img {
	width: 100%;
	height: 285px;
	margin: 0;
}
.post-contents .sc-post-01,
.mce-content-body .sc-post-01 {
	box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
}
.post-contents .sc-post-01 .aqt-post a,
.mce-content-body .sc-post-01 .aqt-post a {
	text-decoration: none;
	padding: 40px;
}
.post-contents .sc-post-01 .post-cont,
.mce-content-body .sc-post-01 .post-cont {
	align-items: center;
}
.post-contents .sc-post-01 .post-cont .img,
.mce-content-body .sc-post-01 .post-cont .img {
	width: 30%;
	margin: 0;
	line-height: 0.5;
}
.post-contents .sc-post-01 .post-cont .txt,
.mce-content-body .sc-post-01 .post-cont .txt {
	padding-left: 20px;
	width: 70%;
}
.post-contents .sc-post-01 .post-cont .desc,
.mce-content-body .sc-post-01 .post-cont .desc {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.post-contents .sc-post-01 .post-cont .more,
.mce-content-body .sc-post-01 .post-cont .more {
	text-align: right;
	margin: 0;
}
.post-contents .sc-post-01 .post-cont .more span,
.mce-content-body .sc-post-01 .post-cont .more span {
	display: inline-block;
	padding-right: 25px;
	background: url(../img/common/arrow-right.svg) right 5px center/8px no-repeat;
	transition: all 0.2s;
}
.post-contents .sc-post-01 a:hover .post-cont .more span,
.mce-content-body .sc-post-01 a:hover .post-cont .more span {
	background: url(../img/common/arrow-right.svg) right center/8px no-repeat;
}
.post-contents .sc-post-01 ul li:before,
.mce-content-body .sc-post-01 ul li:before {
	content: none;
}
.post-contents .sc-information-list-01 .flex,
.mce-content-body .sc-information-list-01 .flex {
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
}
.post-contents .sc-information-list-01 .flex .ttl,
.mce-content-body .sc-information-list-01 .flex .ttl {
	width: 35%;
	text-align: center;
	padding-right: 20px;
}
.post-contents .sc-information-list-01 .flex .information-list,
.mce-content-body .sc-information-list-01 .flex .information-list {
	width: 65%;
	border-top: dashed 1px #999;
}
.post-contents .sc-information-list-01 .flex .information-list ul,
.mce-content-body .sc-information-list-01 .flex .information-list ul {
	list-style: none;
	margin: 0;
}
.post-contents .sc-information-list-01 .flex .information-list li,
.mce-content-body .sc-information-list-01 .flex .information-list li {
	border-bottom: dashed 1px #999;
	padding-left: 0;
}
.post-contents .sc-information-list-01 .flex .information-list li:before,
.mce-content-body .sc-information-list-01 .flex .information-list li:before {
	content: none;
}
.post-contents .sc-information-list-01 .flex .information-list a,
.mce-content-body .sc-information-list-01 .flex .information-list a {
	display: block;
	text-decoration: none;
	padding: 20px 40px 20px 20px;
	background: url(../img/common/arrow-right.svg) right 20px center/8px no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-contents .sc-information-list-01 .flex .information-list a:hover,
.mce-content-body .sc-information-list-01 .flex .information-list a:hover {
	background: #fafafa url(../img/common/arrow-right.svg) right 15px center/8px no-repeat;
}
.post-contents .sc-information-list-01 .flex .information-list time,
.mce-content-body .sc-information-list-01 .flex .information-list time {
	display: inline-block;
	width: 10rem;
}
@media screen and (max-width: 1000px) {
	.post-contents .sc-post-list-01 .slick-prev,
	.mce-content-body .sc-post-list-01 .slick-prev {
		top: 58%;
		left: 0;
	}
	.post-contents .sc-post-list-01 .slick-next,
	.mce-content-body .sc-post-list-01 .slick-next {
		top: 58%;
		right: 0;
	}
	.post-contents .sc-post-list-01 .aqt-post,
	.mce-content-body .sc-post-list-01 .aqt-post {
		margin: 0 10px 10px;
	}
	.post-contents .sc-post-01 .aqt-post a,
	.mce-content-body .sc-post-01 .aqt-post a {
		padding: 20px;
	}
	.post-contents .sc-post-01 .post-cont .desc,
	.mce-content-body .sc-post-01 .post-cont .desc {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.post-contents .sc-post-list-01 img,
	.mce-content-body .sc-post-list-01 img {
		height: 18vw;
	}
	.post-contents .sc-post-list-02 img,
	.mce-content-body .sc-post-list-02 img {
		height: 18vw;
	}
	.post-contents .sc-post-list-02 .aqt-post,
	.mce-content-body .sc-post-list-02 .aqt-post {
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
}
@media screen and (max-width: 750px) {
	.post-contents,
	.mce-content-body {
		padding: 0;
	}
	.post-contents h2,
	.mce-content-body h2 {
		font-size: 2rem;
		padding: 15px 20px 16px;
		margin-bottom: 18px;
		border-top-width: 4px;
		border-bottom-width: 2px;
	}
	.post-contents h3,
	.mce-content-body h3 {
		font-size: 1.8rem;
		line-height: 1.4444444444;
		padding: 17px 20px;
		margin-bottom: 25px;
	}
	.post-contents h4,
	.mce-content-body h4 {
		font-size: 1.8rem;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 13px;
	}
	.post-contents h4:before,
	.mce-content-body h4:before {
		width: 75px;
	}
	.post-contents h5,
	.mce-content-body h5 {
		font-size: 1.6rem;
		line-height: 1.4444444444;
		padding: 6px 0 8px 18px;
		margin: 0 20px 10px;
	}
	.post-contents #ez-toc-container,
	.mce-content-body #ez-toc-container {
		margin: 20px;
		padding: 18px 20px 1px;
	}
	.post-contents #ez-toc-container .ez-toc-title,
	.mce-content-body #ez-toc-container .ez-toc-title {
		margin-bottom: 0;
		padding: 0 0 0 28px;
	}
	.post-contents #ez-toc-container ul,
	.mce-content-body #ez-toc-container ul {
		margin-top: 8px;
		margin-bottom: 24px;
		padding: 0;
	}
	.post-contents #ez-toc-container ul.ez-toc-list,
	.mce-content-body #ez-toc-container ul.ez-toc-list {
		margin-top: 14px;
		padding: 0;
	}
	.post-contents #ez-toc-container ul li,
	.mce-content-body #ez-toc-container ul li {
		line-height: 1.5714285714;
		padding-left: 0;
	}
	.post-contents #ez-toc-container ul li:before,
	.mce-content-body #ez-toc-container ul li:before {
		font-size: 14px;
		line-height: 1.5714285714;
		padding-right: 14px;
	}
	.post-contents #ez-toc-container ul li a,
	.mce-content-body #ez-toc-container ul li a {
		font-size: 14px;
		line-height: 1.5714285714;
		letter-spacing: 0.08em;
		text-underline-offset: 2px;
	}
	.post-contents p,
	.mce-content-body p {
		padding: 0 20px;
		font-size: 14px;
		line-height: 2;
	}
	.post-contents img,
	.mce-content-body img {
		margin-top: 8px;
		margin-bottom: 29px;
	}
	.post-contents img.alignleft,
	.mce-content-body img.alignleft {
		width: 100% !important;
		margin: 0 0 14px 0;
	}
	.post-contents img.alignright,
	.mce-content-body img.alignright {
		width: 100% !important;
		margin: 17px 0 0 0;
	}
	.post-contents .alignleft-wrap,
	.mce-content-body .alignleft-wrap {
		margin-bottom: 56px;
	}
	.post-contents .alignright-wrap,
	.mce-content-body .alignright-wrap {
		display: flex;
		flex-flow: column;
		margin-bottom: 40px;
	}
	.post-contents .alignright-wrap img,
	.mce-content-body .alignright-wrap img {
		order: 1;
	}
	.post-contents ul,
	.post-contents ol,
	.mce-content-body ul,
	.mce-content-body ol {
		padding: 0 20px;
		font-size: 14px;
		line-height: 2;
	}
	.post-contents blockquote,
	.mce-content-body blockquote {
		margin: 25px 20px;
	}
	.post-contents blockquote p,
	.mce-content-body blockquote p {
		padding: 0;
	}
	.post-contents table,
	.mce-content-body table {
		width: calc(100% - 40px) !important;
		margin: 0 20px 25px;
		font-size: 14px;
	}
	.post-contents .linkcard,
	.mce-content-body .linkcard {
		padding: 0 20px;
	}
	.post-contents .lkc-internal-wrap .lkc-content,
	.mce-content-body .lkc-internal-wrap .lkc-content {
		background-position: right 15px center;
	}
	.post-contents .lkc-external-wrap .lkc-content,
	.mce-content-body .lkc-external-wrap .lkc-content {
		background-position: right 15px center;
	}
	.post-contents .lkc-card .lkc-content,
	.mce-content-body .lkc-card .lkc-content {
		display: flex;
		flex-flow: column;
		margin: 10px 0;
		padding: 0 35px 0 10px;
	}
	.post-contents .lkc-card .lkc-content .lkc-thumbnail,
	.mce-content-body .lkc-card .lkc-content .lkc-thumbnail {
		align-self: center;
		margin: 0 0 5px 0;
	}
	.post-contents .lkc-card .lkc-content .lkc-excerpt,
	.mce-content-body .lkc-card .lkc-content .lkc-excerpt {
		max-height: 8em;
	}
	.post-contents .wp-video,
	.mce-content-body .wp-video {
		max-width: calc(100vw - 40px);
	}
	.post-contents .btn,
	.post-contents .btn2,
	.mce-content-body .btn,
	.mce-content-body .btn2 {
		background-position: bottom 6px center;
	}
	.post-contents .btn:hover,
	.post-contents .btn2:hover,
	.mce-content-body .btn:hover,
	.mce-content-body .btn2:hover {
		background-position: bottom 6px center;
	}
	.post-contents .sc-information-list-01,
	.mce-content-body .sc-information-list-01 {
		position: relative;
		padding-bottom: 76px;
	}
	.post-contents .sc-information-list-01 .flex,
	.mce-content-body .sc-information-list-01 .flex {
		flex-direction: column;
	}
	.post-contents .sc-information-list-01 .flex .ttl,
	.mce-content-body .sc-information-list-01 .flex .ttl {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.post-contents .sc-information-list-01 .flex .ttl h2,
	.mce-content-body .sc-information-list-01 .flex .ttl h2 {
		font-size: 2rem;
		margin: 0;
	}
	.post-contents .sc-information-list-01 .flex .aqt-btn-03,
	.mce-content-body .sc-information-list-01 .flex .aqt-btn-03 {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
	}
	.post-contents .sc-information-list-01 .flex .information-list,
	.mce-content-body .sc-information-list-01 .flex .information-list {
		width: 100%;
	}
	.post-contents .sc-information-list-01 .flex .information-list a,
	.mce-content-body .sc-information-list-01 .flex .information-list a {
		padding: 15px 30px 15px 15px;
	}
	.post-contents .sc-information-list-01 .flex .information-list time,
	.mce-content-body .sc-information-list-01 .flex .information-list time {
		width: 7rem;
	}
	.post-contents .sc-post-list-01,
	.mce-content-body .sc-post-list-01 {
		padding: 29px 0 40px;
	}
	.post-contents .sc-post-list-01 .slick-prev,
	.post-contents .sc-post-list-01 .slick-next,
	.mce-content-body .sc-post-list-01 .slick-prev,
	.mce-content-body .sc-post-list-01 .slick-next {
		width: 35px;
		height: 35px;
		top: 49%;
	}
	.post-contents .sc-post-list-01 .slick-prev,
	.mce-content-body .sc-post-list-01 .slick-prev {
		left: 3.5%;
	}
	.post-contents .sc-post-list-01 .slick-next,
	.mce-content-body .sc-post-list-01 .slick-next {
		right: 3.5%;
	}
	.post-contents .sc-post-list-01 .aqt-post,
	.mce-content-body .sc-post-list-01 .aqt-post {
		margin: 0 30px 10px;
	}
	.post-contents .sc-post-01 .aqt-post a,
	.mce-content-body .sc-post-01 .aqt-post a {
		padding: 15px;
	}
	.post-contents .sc-post-01 .post-cont,
	.mce-content-body .sc-post-01 .post-cont {
		flex-direction: column;
		margin: 0;
	}
	.post-contents .sc-post-01 .post-cont .img,
	.mce-content-body .sc-post-01 .post-cont .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.post-contents .sc-post-01 .post-cont .txt,
	.mce-content-body .sc-post-01 .post-cont .txt {
		width: 100%;
		padding: 0;
	}
	.post-contents .sc-post-list-01 img,
	.mce-content-body .sc-post-list-01 img {
		height: 63.2vw;
		margin: 0;
	}
	.post-contents .sc-post-list-02 > .flex,
	.mce-content-body .sc-post-list-02 > .flex {
		flex-direction: column;
	}
	.post-contents .sc-post-list-02 .aqt-post,
	.mce-content-body .sc-post-list-02 .aqt-post {
		width: 100%;
		margin: 0 0 20px;
	}
	.post-contents .sc-post-list-02 .aqt-post a,
	.mce-content-body .sc-post-list-02 .aqt-post a {
		-js-display: flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
	}
	.post-contents .sc-post-list-02 .aqt-post .img,
	.mce-content-body .sc-post-list-02 .aqt-post .img {
		margin: 0;
	}
	.post-contents .sc-post-list-02 .aqt-post .img img,
	.mce-content-body .sc-post-list-02 .aqt-post .img img {
		width: 120px;
		height: 80px;
	}
	.post-contents .sc-post-list-02 .aqt-post .txt,
	.mce-content-body .sc-post-list-02 .aqt-post .txt {
		width: calc(100% - 80px);
		padding-left: 15px;
	}
	.post-contents .sc-post-list-02 .aqt-post .meta,
	.mce-content-body .sc-post-list-02 .aqt-post .meta {
		margin-bottom: 5px;
	}
	.post-contents .sc-post-list-02 .aqt-post h3,
	.mce-content-body .sc-post-list-02 .aqt-post h3 {
		font-size: 1.4rem;
		text-align: justify;
	}
}

.c-more-btn {
	display: flex;
	justify-content: center;
}
.c-more-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 60px;
	background: #238c3c url(../img/common/r_w_arrow.svg) right 26px center/12px 18px no-repeat;
	border: solid 2px #238c3c;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.06em;
	padding-left: 5px;
	transition: color 0.3s, background-color 0.3s, background-image 0.3s;
}
.c-more-btn a:hover {
	background-color: #fff;
	background-image: url(../img/common/r_g_arrow.svg);
	color: #238c3c;
}
@media screen and (max-width: 750px) {
	.c-more-btn a {
		width: 280px;
		height: 50px;
		background-size: 9.5px 16px;
		background-position: right 12px center;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		font-size: 16px;
		padding-left: 0px;
	}
}

.c-contact {
	background: url(../img/common/contact-bg.jpg) center top/cover no-repeat;
	padding: 55px 0 80px;
}
.c-contact__catch {
	color: #238c3c;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}
.c-contact__catch .b1 {
	font-size: 40px;
}
.c-contact__catch .b2 {
	font-size: 34px;
}
.c-contact__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 27px;
	text-align: center;
	filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff);
}
.c-contact__desc {
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-bottom: 36px;
	text-align: center;
}
.c-contact__desc2 {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: #fff;
	border-radius: 10px;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin: 0 auto 36px;
	padding: 16px 24px 12px 40px;
	text-align: center;
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
}
.c-contact__desc2 .green {
	color: #238c3c;
}
.c-contact__desc2 b {
	font-size: 32px;
	line-height: 1;
	vertical-align: text-top;
}
.c-contact__desc2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 30px;
	height: 30px;
	background: #fff;
	transform: translateX(-50%) rotate(45deg) skew(5deg, 5deg);
	z-index: -1;
}
.c-contact__methods {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
	.c-contact__desc2 br {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.c-contact {
		background-image: url(../img/common/contact-bg-sp.jpg);
		padding: 30px 0 40px;
	}
	.c-contact__catch {
		font-size: 18px;
		margin-left: 0.5em;
		filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
	}
	.c-contact__catch .b1 {
		font-size: 30px;
	}
	.c-contact__catch .b2 {
		font-size: 25.5px;
	}
	.c-contact__ttl {
		font-size: 24px;
		margin: 0 -5px 20px;
		filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff);
	}
	.c-contact__desc {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 22px;
		text-align: justify;
	}
	.c-contact__desc2 {
		border-radius: 5px;
		font-size: 16px;
		margin-bottom: 25px;
		padding: 11px 10px 13px 21px;
		filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
	}
	.c-contact__desc2 b {
		font-size: 20px;
	}
	.c-contact__desc2::after {
		bottom: -8px;
	}
	.c-contact__methods {
		display: block;
		margin-bottom: 10px;
	}
}

.c-contact-method {
	display: flex;
	flex-direction: column;
	width: 48.33%;
	border: solid 2px;
	border-radius: 10px;
	overflow: hidden;
}
.c-contact-method__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.04em;
}
.c-contact-method__ttl::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 25px;
	background: center/contain no-repeat;
	margin-right: 14px;
}
.c-contact-method__desc {
	background: #fff;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
	padding: 22px 37px;
	text-align: justify;
	flex-grow: 1;
}
.c-contact-method--meeting {
	border-color: #238c3c;
}
.c-contact-method--meeting .c-contact-method__ttl {
	background: #238c3c;
}
.c-contact-method--meeting .c-contact-method__ttl::before {
	background: url(../img/common/icon_meeting.svg) center/contain no-repeat;
}
.c-contact-method--online {
	border-color: #0371c6;
}
.c-contact-method--online .c-contact-method__ttl {
	background: #0371c6;
	padding-right: 10px;
}
.c-contact-method--online .c-contact-method__ttl::before {
	background: url(../img/common/icon_online.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
	.c-contact-method {
		display: block;
		width: 100%;
		border-radius: 5px;
	}
	.c-contact-method__ttl {
		height: 33px;
		font-size: 16px;
		padding-right: 25px;
	}
	.c-contact-method__ttl::before {
		width: 14.5px;
		height: 16.5px;
		margin-right: 10px;
	}
	.c-contact-method--online .c-contact-method__ttl {
		padding-right: 25px;
	}
	.c-contact-method__desc {
		font-size: 14px;
		line-height: 1.6428571429;
		padding: 15px 20px;
	}
	.c-contact-method + .c-contact-method {
		margin-top: 10px;
	}
}

.c-contact-info {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 28px 20px 40px;
}
.c-contact-info__tel-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 740px;
	margin: 0 auto 7px;
}
.c-contact-info__tel-item {
	flex: 0 0 50%;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.01em;
	margin-bottom: 11px;
	padding-left: 22px;
}
.c-contact-info__tel-item:last-child {
	margin: 0 auto 11px;
}

.c-contact-info__tel-item .place {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 99px;
	height: 39px;
	background: #238c3c;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: bottom;
}
.c-contact-info__tel-time {
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-bottom: 26px;
	text-align: center;
}
.c-contact-info__btns {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}
@media screen and (max-width: 959px) {
	.c-contact-info__tel-item {
		font-size: 24px;
	}
	.c-contact-info__tel-item .place {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 30px;
	}
}
@media screen and (max-width: 750px) {
	.c-contact-info {
		padding: 10px 27.5px;
	}
	.c-contact-info__tel {
		display: none;
	}
	.c-contact-info__btns {
		display: block;
	}
}

.c-contact-info-btn {
	width: 50%;
	max-width: 400px;
	margin: 0 10px;
}
.c-contact-info-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: #fff center right 25px/12px 18px no-repeat;
	border: solid 2px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	letter-spacing: 0.06em;
	transition: 0.3s;
}
.c-contact-info-btn a:hover {
	background-image: url(../img/common/r_w_arrow.svg);
	color: #fff;
}
.c-contact-info-btn--line a {
	background-image: url(../img/common/r_l_arrow.svg);
	border-color: #06c755;
	color: #06c755;
}
.c-contact-info-btn--line a::before {
	content: "";
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../img/common/icon_line.png) center/contain no-repeat;
	margin: 0 16px 0 -16px;
}
.c-contact-info-btn--line a:hover {
	background-color: #06c755;
}
.c-contact-info-btn--line a:hover::before {
	background-image: url(../img/common/icon_line_w.png);
}
.c-contact-info-btn--mail a {
	background-image: url(../img/common/r_b_arrow.svg);
	border-color: #0371c6;
	color: #0371c6;
}
.c-contact-info-btn--mail a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 19px;
	background: url(../img/common/icon_mail_b.svg) center/contain no-repeat;
	margin: 0 10px 0 -10px;
	transition: 0.3s;
}
.c-contact-info-btn--mail a:hover {
	background-color: #0371c6;
}
.c-contact-info-btn--mail a:hover::before {
	background-image: url(../img/common/icon_mail_w.svg);
}
.c-contact-info-btn--tel a {
	background-color: #238c3c;
	border-color: #238c3c;
	color: #fff;
}
.c-contact-info-btn--tel a::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/common/icon_tel_w.svg) center/contain no-repeat;
	margin: 0 17px 0 -32px;
}
.c-contact-info-btn--fb a {
	background: #1877f2;
	border: solid 1px #1877f2;
	color: #fff;
}
.c-contact-info-btn--fb a::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/common/icon_fb.svg) center/contain no-repeat;
	margin: 0 12px 3px -14px;
}
@media screen and (max-width: 750px) {
	.c-contact-info-btn {
		width: 100%;
		max-width: 280px;
		margin: 10px auto;
	}
	.c-contact-info-btn a {
		height: 50px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		font-size: 16px;
	}
	.c-contact-info-btn--line a {
		background-image: none;
	}
	.c-contact-info-btn--line a::before {
		width: 22.5px;
		height: 22.5px;
		margin: 0 23px 0 -35px;
	}
	.c-contact-info-btn--mail a {
		background-image: none;
	}
	.c-contact-info-btn--mail a::before {
		width: 21.5px;
		height: 16px;
		margin: 0 15px 0 -32px;
	}
}

#template-b.post-contents + .c-contact {
	margin-top: 60px;
}

.c-sec-ttl {
	text-align: center;
}
.c-sec-ttl__en {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #238c3c;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.c-sec-ttl__en::before,
.c-sec-ttl__en::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #238c3c;
}
.c-sec-ttl__en::before {
	margin-right: 16px;
}
.c-sec-ttl__en::after {
	margin-left: 16px;
}
.c-sec-ttl__ja {
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 600;
}
@media screen and (max-width: 959px) {
	.c-sec-ttl__ja {
		font-size: 36px;
	}
}
@media screen and (max-width: 750px) {
	.c-sec-ttl__en {
		margin-bottom: 10px;
	}
	.c-sec-ttl__ja {
		font-size: 31px;
		line-height: 1.3;
	}
}

#wrapper {
	padding-top: 150px;
}
@media screen and (max-width: 959px) {
	#wrapper {
		padding-top: 60px;
	}
}
@media screen and (max-width: 750px) {
	#wrapper {
		padding-bottom: 60px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.header__main {
	height: 100px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.header__logo {
	padding: 30px 0 0 30px;
}
.header__logo a {
	display: block;
	max-width: 437px;
	transition: opacity 0.1s ease;
}
.header__logo a:hover {
	opacity: 0.8;
}
.header__logo a img {
	display: block;
}
.header__contact {
	height: 100%;
	padding: 4px 20px 0;
}
@media screen and (min-width: 960px) {
	.header {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.header.mv {
		position: absolute;
		box-shadow: none;
	}
	.header.mv .header__main {
		height: 130px;
	}
	.header.mv .header__contact {
		padding-top: 19px;
	}
}
@media screen and (max-width: 959px) {
	.header__main {
		height: 60px;
	}
	.header__logo {
		padding: 17px 0 0 11px;
	}
	.header__logo a {
		max-width: 289px;
	}
	.header__contact {
		display: none;
	}
}

.header-humberger {
	display: none;
}
@media screen and (max-width: 959px) {
	.header-humberger {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		background: #238c3c;
		border-bottom-left-radius: 5px;
	}
	.header-humberger::after {
		content: "MENU";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 7px;
		display: block;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
	.header-humberger span {
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		margin: auto;
		transition: 0.3s;
	}
	.header-humberger span:nth-of-type(1) {
		top: 13px;
	}
	.header-humberger span:nth-of-type(2) {
		top: 21px;
	}
	.header-humberger span:nth-of-type(3) {
		top: 29px;
	}
}

.active .header-humberger::after {
	content: "CLOSE";
}
.active .header-humberger span:nth-of-type(1) {
	top: 21px;
	width: 25px;
	transform: rotate(45deg);
}
.active .header-humberger span:nth-of-type(2) {
	width: 0;
}
.active .header-humberger span:nth-of-type(3) {
	top: 21px;
	width: 25px;
	transform: rotate(-45deg);
}

.header-nav {
	width: 100%;
	height: 50px;
	background-color: #238c3c;
	color: #fff;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s;
}
.header-nav__contact {
	display: none;
}
@media screen and (max-width: 959px) {
	.header-nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		height: calc(var(--vh) * 100 - 60px);
		background: #fff;
		opacity: 0;
		overflow-y: scroll;
		visibility: hidden;
		transition: opacity 0.3s;
	}
	.header-nav__contact {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #222;
		padding: 20px;
	}
	.header-nav__contact .c-contact-info {
		background: #f7f6f2;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 960px) {
	.mv .header-nav {
		height: 0;
		visibility: hidden;
		opacity: 0;
	}
}
@media screen and (max-width: 959px) {
	.active .header-nav {
		opacity: 1;
		visibility: visible;
	}
}

.nav-menu-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1240px;
	height: 100%;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin: 0 auto;
	padding: 0 90px;
}
.nav-menu-list li {
	height: 100%;
}
.nav-menu-list li.top {
	display: none;
}
.nav-menu-list li a {
	display: flex;
	align-items: center;
	height: 100%;
	border-top: solid 2px transparent;
	border-bottom: solid 2px transparent;
	color: #fff;
	transition: color 0.3s, border-bottom-color 0.3s;
}
.nav-menu-list li a:hover {
	border-bottom-color: #fff;
}
@media screen and (max-width: 1200px) {
	.nav-menu-list {
		font-size: 15px;
		padding: 0 30px;
	}
	.nav-menu-list li:not(:last-child) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 959px) {
	.nav-menu-list {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		font-weight: 700;
		padding: 6px 0 0;
	}
	.nav-menu-list li {
		height: 60px;
		border-bottom: solid 1px #ccc;
		padding-bottom: 2px;
	}
	.nav-menu-list li:not(:last-child) {
		margin-right: 0;
	}
	.nav-menu-list li.top {
		display: block;
	}
	.nav-menu-list li a {
		position: relative;
		width: 100%;
		color: #222;
		background: url(../img/common/r_g_arrow.svg) right 20px center/10px 16px no-repeat;
		padding: 0 20px;
	}
}

.footer__main {
	background: #f7f6f2;
	padding: 48px 0 50px;
}
.footer__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px;
}
.footer__logo {
	flex: 0 1 437px;
	padding: 12px 0 0;
}
.footer__logo img {
	display: block;
}
.footer__contact {
	padding: 0 0 0 20px;
}
.footer__menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.footer__policy-links {
	font-size: 14px;
	letter-spacing: 0.06em;
}
.footer__policy-links a {
	transition: opacity 0.1s ease;
}
.footer__policy-links a:hover {
	opacity: 0.8;
}
.footer__policy-links span {
	color: #999;
}
.footer__copyright {
	color: #666;
	font-size: 12px;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 959px) {
	.footer__top {
		display: block;
	}
	.footer__logo {
		padding: 0;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	.footer__contact {
		padding: 0;
		display: flex;
		justify-content: center;
	}
	.footer__menu {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.footer__main {
		padding: 40px 0 0;
	}
	.footer__top {
		margin-bottom: 35px;
	}
	.footer__logo {
		margin-bottom: 19px;
	}
	.footer__logo img {
		width: 321px;
	}
	.footer__menu {
		padding: 0;
	}
	.footer__bottom {
		display: block;
		height: auto;
		padding: 28px 0 50px;
	}
	.footer__policy-links {
		text-align: center;
		margin-bottom: 24px;
	}
	.footer__copyright {
		display: block;
		font-size: 10px;
		text-align: center;
	}
}

.footer-menu {
	width: 48.33%;
}
.footer-menu__ttl {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 25px;
}
.footer-menu__ttl::after {
	content: "";
	display: block;
	flex: 1 1 auto;
	height: 2px;
	background: #238c3c;
	margin-left: 16px;
}
.footer-menu__wrap {
	display: flex;
	justify-content: space-between;
}
.footer-menu__list {
	width: 48.33%;
}
.footer-menu__list > li:not(:last-child) {
	margin-bottom: 23.5px;
}
.footer-menu__list > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	letter-spacing: 0.06em;
	padding-left: 20px;
	transition: opacity 0.1s ease;
}
.footer-menu__list > li > a:hover {
	opacity: 0.8;
}
.footer-menu__list > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/common/list-dot.svg) center/contain no-repeat;
}
.footer-menu__list > li > ul {
	padding: 20px 0 0 20px;
}
.footer-menu__list > li > ul > li:not(:last-child) {
	margin-bottom: 16px;
}
.footer-menu__list > li > ul > li > a {
	position: relative;
	display: block;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding-left: 20px;
	transition: opacity 0.1s ease;
}
.footer-menu__list > li > ul > li > a:hover {
	opacity: 0.8;
}
.footer-menu__list > li > ul > li > a::before {
	content: "ー";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	color: #238c3c;
}
@media screen and (max-width: 959px) {
	.footer-menu {
		width: 100%;
	}
	.footer-menu + .footer-menu {
		margin-top: 36px;
	}
}
@media screen and (max-width: 750px) {
	.footer-menu__ttl {
		display: block;
		position: relative;
		font-size: 20px;
		margin-bottom: 0;
		padding: 0 0 11.5px 20px;
	}
	.footer-menu__ttl::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-left: 0;
	}
	.footer-menu__wrap {
		display: block;
	}
	.footer-menu__list {
		width: 100%;
	}
	.footer-menu__list > li:not(:last-child) {
		margin-bottom: 0;
	}
	.footer-menu__list > li a {
		display: flex;
		align-items: center;
		height: 60px;
		background: url(../img/common/r_g_arrow.svg) right 18px center/11px 19px no-repeat;
		border-bottom: solid 1px #ccc;
		font-weight: bold;
	}
	.footer-menu__list > li > a::before {
		content: none;
	}
	.footer-menu__list > li > ul {
		padding: 0;
	}
	.footer-menu__list > li > ul > li:not(:last-child) {
		margin-bottom: 0;
	}
	.footer-menu__list > li > ul > li > a {
		display: flex;
		font-size: 16px;
		padding-left: 58px;
	}
	.footer-menu__list > li > ul > li > a::before {
		left: 36px;
	}
}

.bottom-contact {
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	height: 60px;
	background: #f7f6f2;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
	padding: 0 8px;
	z-index: 10002;
}
.bottom-contact__btn {
	width: 33.3333333333%;
	height: 100%;
}
.bottom-contact__btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-top: 37px;
	text-align: center;
}
.bottom-contact__btn.tel a {
	background: url(../img/common/icon_tel_g.svg) center top 6px/27px 27px no-repeat;
}
.bottom-contact__btn.mail a {
	background: url(../img/common/icon_mail_g.svg) center top 10px/26px 19px no-repeat;
}
.bottom-contact__btn.line a {
	background: url(../img/common/icon_line.svg) center top 8px/25px 25px no-repeat;
}

.tel-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10001;
	justify-content: center;
	align-items: center;
}
.tel-popup.active {
	display: flex;
}
.tel-popup__inner {
	width: 100%;
	max-width: 335px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.2);
	padding: 36px 0 34px;
}
.tel-popup__ttl {
	position: relative;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 32px;
	text-align: center;
}
.tel-popup__ttl::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	display: block;
	width: 40px;
	height: 1.5px;
	background: #238c3c;
	transform: translateX(-50%);
}
.tel-popup__tel-list {
	width: 100%;
	max-width: 295px;
	margin: 0 auto 13px;
}
.tel-popup__tel-item {
	width: 100%;
	height: 50px;
	border: solid 1px #dbdbdb;
	padding: 0 0 0 13px;
}
.tel-popup__tel-item:not(:last-child) {
	margin-bottom: 15px;
}
.tel-popup__tel-item a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url(../img/common/r_g_arrow2.svg) right 14px center/10px 16px no-repeat;
	font-size: 21px;
}
.tel-popup__tel-item a .place {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 26px;
	background: #238c3c;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-right: 9px;
}
.tel-popup__tel-time {
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: center;
}

.c-bnr__wrap {
	display: flex;
	justify-content: space-between;
}
.c-bnr__bnr {
	height: 200px;
}
.c-bnr__bnr a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 3, 3, 0.4);
	border: solid 2px #238c3c;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.02em;
	line-height: 1.2;
	overflow: hidden;
	transition: 0.6s;
}
.c-bnr__bnr a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center/cover no-repeat;
	z-index: -1;
	transition: 0.6s;
}
.c-bnr__bnr a:hover {
	background-color: rgba(30, 30, 30, 0.3);
}
.c-bnr__bnr a:hover:before {
	transform: scale(1.1);
}
.c-bnr--1col .c-bnr__bnr {
	width: 100%;
}
.c-bnr--1col .c-bnr__bnr a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	display: block;
	width: 21px;
	height: 35px;
	background: url(../img/common/r_w_arrow_l.svg) center/contain no-repeat;
}
.c-bnr--1col .c-bnr__bnr--fee a {
	padding-top: 5px;
}
.c-bnr--1col .c-bnr__bnr--fee a::before {
	background-image: url(../img/common/bnr_fee-1col.jpg);
}
.c-bnr--1col .c-bnr__bnr--msg a::before {
	background-image: url(../img/common/bnr_msg-1col.jpg);
}
.c-bnr--2col .c-bnr__bnr {
	width: 48.33%;
}
.c-bnr--2col .c-bnr__bnr a {
	border-radius: 10px;
	padding: 0 0 15px;
}
.c-bnr--2col .c-bnr__bnr--faq a::before {
	background-image: url(../img/common/bnr_faq-2col.jpg);
}
.c-bnr--2col .c-bnr__bnr--flow a::before {
	background-image: url(../img/common/bnr_flow-2col.jpg);
}
.c-bnr--2col .c-bnr__bnr--fee a::before {
	background-image: url(../img/common/bnr_fee-2col.jpg);
}
.c-bnr--2col .c-bnr__bnr--access a::before {
	background-image: url(../img/common/bnr_access-2col.jpg);
}
.c-bnr__ttl-en {
	font-size: 18px;
	margin-bottom: 10px;
}
.c-bnr__ttl {
	font-size: 36px;
	font-weight: 600;
}
.c-bnr--1col .c-bnr__ttl {
	margin-left: 0.5em;
}
.c-bnr__bnr--fee .c-bnr__ttl {
	font-size: 40px;
}
.c-bnr__desc {
	font-size: 20px;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	letter-spacing: 0.04em;
	margin-top: 20px;
}
.c-bnr__fee-desc {
	border-bottom: solid 4px #ffea29;
	font-size: 24px;
	margin-left: 0.5em;
}
.c-bnr__fee-desc .num {
	font-size: 36px;
}
.c-bnr__fee-desc b {
	font-size: 30px;
}
@media screen and (max-width: 750px) {
	.c-bnr__wrap {
		display: block;
	}
	.c-bnr__bnr {
		height: 125px;
	}
	.c-bnr__bnr a {
		background-size: cover;
		letter-spacing: 0.01em;
		line-height: 1.1;
	}
	.c-bnr--1col .c-bnr__bnr {
		width: 100%;
	}
	.c-bnr--1col .c-bnr__bnr a {
		padding: 5px 0 0 2px;
	}
	.c-bnr--1col .c-bnr__bnr a::after {
		content: none;
	}
	.c-bnr--1col .c-bnr__bnr--fee a::before {
		background-image: url(../img/common/bnr_fee-1col-sp.jpg);
	}
	.c-bnr--1col .c-bnr__bnr--msg a::before {
		background-image: url(../img/common/bnr_msg-1col-sp.jpg);
	}
	.c-bnr--2col .c-bnr__bnr {
		width: 100%;
	}
	.c-bnr--2col .c-bnr__bnr:nth-child(2) {
		margin-top: 15px;
	}
	.c-bnr--2col .c-bnr__bnr a {
		border-radius: 5px;
		padding: 0 0 18px;
	}
	.c-bnr--2col .c-bnr__bnr--faq a::before {
		background-image: url(../img/common/bnr_faq-2col-sp.jpg);
	}
	.c-bnr--2col .c-bnr__bnr--flow a::before {
		background-image: url(../img/common/bnr_flow-2col-sp.jpg);
	}
	.c-bnr__ttl-en {
		font-size: 14px;
	}
	.c-bnr__ttl {
		font-size: 24px;
		margin-left: 0;
	}
	.c-bnr--1col .c-bnr__ttl {
		margin-left: 0;
	}
	.c-bnr__bnr--fee .c-bnr__ttl {
		font-size: 30px;
	}
	.c-bnr__desc {
		font-size: 14px;
		margin-top: 10px;
	}
	.c-bnr__fee-desc {
		border-width: 3px;
		font-size: 18px;
		margin-left: 13px;
	}
	.c-bnr__fee-desc .num {
		font-size: 27px;
	}
	.c-bnr__fee-desc b {
		font-size: 22.5px;
	}
}

.c-case-item {
	width: 28vw;
	max-width: 380px;
	margin: 0 15px;
}
.c-case-item a {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: box-shadow 0.3s;
}
.c-case-item a:hover {
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
}
.c-case-item__thumb {
	position: relative;
	width: 100%;
}
.c-case-item__thumb::after {
	content: "";
	display: block;
	padding-top: 75%;
}
.c-case-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-case-item__body {
	position: relative;
	padding: 25px 35px 22px;
}
.c-case-item__cat {
	position: absolute;
	left: 0;
	bottom: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 30px;
	background: #238c3c;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.04em;
	padding: 3px 10px;
}
.c-case-item__date {
	color: #666;
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.c-case-item__ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: justify;
}
.c-case-item__lawyer {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #f3f9f4;
	padding: 0 0 0 36px;
}
.c-case-item__lawyer-img {
	width: 50px;
	height: 50px;
	border: solid 2px #238c3c;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 13px;
}
.c-case-item__lawyer-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.3) translateY(4px);
}
.c-case-item__lawyer-name {
	font-size: 16px;
	letter-spacing: 0.06em;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
	.c-case-item {
		width: 30vw;
	}
	.c-case-item__body {
		padding: 21px 32px 17px 20px;
	}
	.c-case-item__date {
		font-size: 14px;
	}
	.c-case-item__date {
		margin-bottom: 7px;
	}
	.c-case-item__ttl {
		font-size: 16px;
	}
	.c-case-item__lawyer {
		height: 63px;
		padding-left: 20px;
	}
	.c-case-item__lawyer-img {
		margin-right: 10px;
	}
	.c-case-item__lawyer-name {
		font-size: 14px;
	}
}
@media screen and (max-width: 750px) {
	.c-case-item {
		width: 315px;
	}
	.c-case-item a {
		border-radius: 5px;
		box-shadow: 0px 1px 2.5px 0px rgba(0, 0, 0, 0.08);
	}
	.c-case-item a:hover {
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
	}
	.c-case-item__lawyer-img img {
		transform: scale(1.25) translate(-1px, 3px);
	}
}

#page-ttl .box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px;
}
@media screen and (max-width: 750px) {
	#page-ttl .box {
		padding: 37.5px 20px;
		margin-top: 10px;
	}
}
#page-ttl .box-wrap {
	min-width: 360px;
	text-align: center;
	padding: 34px 39px 46px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 750px) {
	#page-ttl .box-wrap {
		min-width: 100%;
		padding: 15px 12px 20px;
	}
}
#page-ttl .box-wrap .en {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 2.3333333333;
	letter-spacing: 0.1em;
	color: #238c3c;
	margin-bottom: 2px;
	padding: 0 13px;
}
@media screen and (max-width: 750px) {
	#page-ttl .box-wrap .en {
		margin-bottom: -8px;
	}
}
#page-ttl .box-wrap .en:before,
#page-ttl .box-wrap .en:after {
	position: absolute;
	content: "";
	top: 50%;
	width: 30px;
	height: 1px;
	background: #238c3c;
}
#page-ttl .box-wrap .en:before {
	left: 0;
	transform: translate(-100%, -50%);
}
#page-ttl .box-wrap .en:after {
	right: 0;
	transform: translate(100%, -50%);
}
#page-ttl .box-wrap .jp {
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	#page-ttl .box-wrap .jp {
		font-size: 25px;
		line-height: 2.24;
		letter-spacing: 0cm;
	}
}

.topic-path {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0;
}
@media screen and (max-width: 750px) {
	.topic-path {
		font-size: 12px;
		overflow-y: scroll;
		white-space: nowrap;
	}
}
.topic-path .wrap {
	padding: 16px 0;
}
@media screen and (max-width: 750px) {
	.topic-path .wrap {
		padding: 13px 0;
	}
}
.topic-path .wrap a {
	position: relative;
	text-decoration: underline;
	color: #238c3c;
	padding: 10px 10px 10px 0;
	margin-right: 30px;
}
@media screen and (max-width: 750px) {
	.topic-path .wrap a {
		margin-right: 26px;
	}
}
.topic-path .wrap a:after {
	position: absolute;
	content: ">";
	font-size: 20px;
	top: 50%;
	right: -18px;
	transform: translateY(-50%);
	pointer-events: none;
}
@media screen and (max-width: 750px) {
	.topic-path .wrap a:after {
		font-size: 18px;
		right: -15px;
	}
}
.topic-path .wrap .breadcrumb_last {
	padding: 10px 10px 10px 0;
}

.c-post-nav {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	.c-post-nav {
		margin: 23px 20px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.c-post-nav .prev,
.c-post-nav .next {
	position: relative;
	width: 33.3333%;
	display: flex;
	align-items: center;
	margin-top: -3px;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev,
	.c-post-nav .next {
		width: 44%;
		padding: 0;
	}
}
.c-post-nav .prev a,
.c-post-nav .next a {
	-webkit-text-decoration-color: #000;
	text-decoration-color: #000;
	text-underline-offset: 7px;
	transition: 0.3s;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev a,
	.c-post-nav .next a {
		line-height: 1.1;
		text-underline-offset: 6px;
	}
}
.c-post-nav .prev a:hover,
.c-post-nav .next a:hover {
	opacity: 1;
	color: #238c3c;
	-webkit-text-decoration-color: #238c3c;
	text-decoration-color: #238c3c;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev a .ttl,
	.c-post-nav .next a .ttl {
		font-size: 12px;
		line-height: 1.75;
	}
}
.c-post-nav .prev .arrow,
.c-post-nav .next .arrow {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}
.c-post-nav .back-link {
	width: 48%;
}
@media screen and (max-width: 750px) {
	.c-post-nav .back-link {
		width: 100%;
		order: 2;
		margin-top: 11px;
		padding: 0;
	}
}
.c-post-nav .back-link a {
	text-decoration: none;
}
.c-post-nav .prev {
	justify-content: flex-start;
	padding-left: 28px;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev {
		margin-right: 12%;
		padding-left: 24px;
	}
}
.c-post-nav .prev .arrow {
	left: 0;
	background: url(../img/common/l_w_arrow_back_g.svg) center/18px no-repeat;
}
.c-post-nav .next {
	justify-content: flex-end;
	padding-right: 28px;
}
@media screen and (max-width: 750px) {
	.c-post-nav .next {
		padding-right: 24px;
	}
}
.c-post-nav .next .arrow {
	right: 0;
	background: url(../img/common/r_w_arrow_back_g.svg) center/18px no-repeat;
}

.template-a-contents,
.page-template-page-template-a {
	background: #f7f6f2;
}
.template-a-contents__inner,
.page-template-page-template-a__inner {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
}

.aqt-block-02.template-a {
	max-width: 1240px;
	width: 100%;
	margin: 52px auto 120px;
	padding: 0 20px;
}
@media screen and (max-width: 750px) {
	.aqt-block-02.template-a {
		margin: 29px auto 44px;
	}
}

.c-pagination__list {
	display: flex;
	justify-content: center;
	background-color: #f7f6f2;
	margin: 0 !important;
	padding: 11px 0 20px;
}
@media screen and (max-width: 750px) {
	.c-pagination__list {
		padding-top: 0;
	}
}
.c-pagination__list li {
	margin-right: 10px;
	padding: 0 !important;
}
.c-pagination__list li:before {
	display: none;
}
.c-pagination__list li:last-child {
	margin-right: 0;
}
.c-pagination__list .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font: 600 16px "Lato", "Noto Sans JP", sans-serif;
	color: #2f3b50;
	letter-spacing: 0.02em;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background: #fff;
	transition: all ease 0.2s;
}
.c-pagination__list .page-numbers.dots {
	pointer-events: none;
	width: auto;
	border: none;
	background: unset;
}
.c-pagination__list .page-numbers.current {
	background: #238c3c;
	color: #fff;
	border: 1px solid #238c3c;
}
.c-pagination__list .page-numbers.prev,
.c-pagination__list .page-numbers.next {
	border: none;
	background: url("../img/case/page-nav-arrow.png") 60% 52%/10px 16px no-repeat;
	transition: all ease 0.2s;
}
.c-pagination__list .page-numbers.prev {
	transform: scale(-1, 1);
}
.c-pagination__list .page-numbers:hover.prev,
.c-pagination__list .page-numbers:hover.next {
	background-position: 60% 52%;
}
.c-pagination__list .page-numbers:not(.prev, .next):hover {
	background: #238c3c;
	color: #fff;
	border: 1px solid #238c3c;
}

.top-mv {
	display: flex;
	flex-direction: column;
	background: url(../img/top/mv.jpg) center top/auto 100% no-repeat;
	height: 790px;
	padding: 0 0 60px;
}
.top-mv__catch {
	color: #2f3b50;
	font-family: "Noto Serif JP", serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.33;
	text-align: center;
}
.top-mv__catch b {
	font-size: 72px;
	letter-spacing: 0.04em;
}
.top-mv__points {
	display: flex;
	justify-content: space-between;
	width: 646px;
	margin: 0 auto 36px;
	margin-top: auto;
}
.top-mv__points img {
	width: 202px;
	height: 202px;
}
.top-mv__more {
	margin-bottom: 50px;
}
.top-mv__nav {
	height: 60px;
}
.top-mv__nav .nav-menu-list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 0 75px 0 65px;
}
.top-mv__nav .nav-menu-list li a {
	color: #222;
	font-weight: 700;
}
.top-mv__nav .nav-menu-list li a:hover {
	color: #238c3c;
	border-bottom-color: #238c3c;
}
@media screen and (max-width: 1200px) {
	.top-mv__catch {
		font-size: 32px;
	}
	.top-mv__catch b {
		font-size: 60px;
	}
	.top-mv__nav .nav-menu-list {
		padding: 0 35px 0 25px;
	}
}
@media screen and (max-width: 959px) {
	.top-mv {
		background-position: center top 60px;
		padding: 30px 0 60px;
	}
	.top-mv__nav {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.top-mv {
		background: url(../img/top/mv-sp.jpg) center top/auto 100% no-repeat;
		height: 470px;
		padding: 19px 0 30px;
	}
	.top-mv__catch {
		font-size: 25px;
	}
	.top-mv__catch .sp-small {
		font-size: 18px;
	}
	.top-mv__catch b {
		font-size: 36px;
		letter-spacing: 0;
	}
	.top-mv__points {
		max-width: 354px;
		margin-bottom: 20px;
	}
	.top-mv__points img {
		width: 110px;
		height: 110px;
	}
	.top-mv__more {
		margin-bottom: 0;
	}
	.top-mv__more a {
		background-position: right 17px center;
		padding-right: 10px;
	}
}

.top-worry {
	padding: 34px 0 110px;
	overflow: hidden;
}
.top-worry__ttl {
	margin-bottom: 36px;
}
.top-worry__ttl .c-sec-ttl__ja {
	letter-spacing: -0.05em;
}
.top-worry__container {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	padding: 0 20px;
}
@media screen and (max-width: 750px) {
	.top-worry {
		padding: 23px 0 60px;
	}
	.top-worry__ttl {
		margin-bottom: 20px;
	}
	.top-worry__container {
		position: relative;
		width: 300%;
		margin-bottom: 20px;
		padding: 0;
	}
}

.top-worry-item {
	display: flex;
	flex-direction: column;
	width: 33.33%;
	max-width: 340px;
	overflow: hidden;
}
.top-worry-item + .top-worry-item {
	margin-left: 50px;
}
.top-worry-item__ttl {
	width: 100%;
	background: #238c3c;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 14px 12px 12px;
	text-align: center;
}
.top-worry-item__ttl b {
	font-size: 24px;
}
.top-worry-item__wrap {
	flex-grow: 1;
	width: 100%;
	background: #fff;
	border: solid 2px #238c3c;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.top-worry-item__list {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 22px 32px 30px 28px;
}
.top-worry-item__list li + li {
	margin-top: 20px;
}
.top-worry-item__list li a {
	position: relative;
	display: block;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.7777777778;
	padding-left: 26px;
	transition: color 0.3s;
}
.top-worry-item__list li a::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/common/list-dot.svg) center/contain no-repeat;
}
.top-worry-item__list li a span {
	border-bottom: solid 1px #222;
	padding-bottom: 6px;
	transition: border-color 0.3s;
}
.top-worry-item__list li a:hover {
	color: #238c3c;
}
.top-worry-item__list li a:hover span {
	border-color: #238c3c;
}
@media screen and (max-width: 1200px) {
	.top-worry-item + .top-worry-item {
		margin-left: 20px;
	}
	.top-worry-item__ttl {
		font-size: 16px;
	}
	.top-worry-item__ttl b {
		font-size: 22px;
	}
	.top-worry-item__list {
		padding: 18px 24px 24px 20px;
	}
	.top-worry-item__list li a {
		font-size: 16px;
	}
	.top-worry-item__list li a::before {
		top: 6px;
		width: 16px;
		height: 16px;
	}
}
@media screen and (max-width: 750px) {
	.top-worry-item {
		display: block;
		width: 100%;
		max-width: 100%;
		border: unset;
		border-radius: unset;
		z-index: 0;
	}
	.top-worry-item + .top-worry-item {
		margin-left: 0;
	}
	.top-worry-item:nth-of-type(2) {
		transform: translateX(-100%);
	}
	.top-worry-item:nth-of-type(3) {
		transform: translateX(-200%);
	}
	.top-worry-item__ttl {
		display: none;
	}
	.top-worry-item__wrap {
		background: #f7f6f2;
		border-width: 3px 0 0 0;
		padding: 20px 20px 25px;
		opacity: 0;
	}
	.top-worry-item__list {
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.2);
		padding: 17px 24px 21px 20px;
	}
	.top-worry-item__list li + li {
		margin-top: 14px;
	}
	.top-worry-item__list li a {
		letter-spacing: 0.06em;
		line-height: 1.9375;
		padding-left: 24px;
	}
	.top-worry-item__list li a::before {
		top: 9px;
	}
	.top-worry-item.active .top-worry-item__wrap {
		opacity: 1;
	}
}

.top-worry-tabs {
	display: none;
}
@media screen and (max-width: 750px) {
	.top-worry-tabs {
		display: flex;
		justify-content: center;
	}
	.top-worry-tabs__tab {
		width: 110px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: #808080;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.04em;
		margin: 0;
		padding: 12px 0 9px;
		text-align: center;
		z-index: 1;
	}
	.top-worry-tabs__tab b {
		font-size: 18px;
	}
	.top-worry-tabs__tab:not(:last-child) {
		margin-right: 12.5px;
	}
	.top-worry-tabs__tab.active {
		background: #238c3c;
	}
}

.top-about {
	padding-bottom: 87px;
}
.top-about__wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 20px);
}
.top-about__img {
	position: relative;
	z-index: 1;
	flex: 0 0 45.82%;
	height: 450px;
}
.top-about__img img {
	display: block;
	width: 100%;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right top;
	object-position: right top;
}
.top-about__ttl-en {
	position: absolute;
	top: 27.5px;
	left: calc(100% - 19px);
	display: flex;
	align-items: center;
	width: 100%;
	color: #238c3c;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top-about__ttl-en::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #238c3c;
	margin-right: 20px;
}
.top-about__body {
	position: relative;
	z-index: 0;
	flex: 0 0 54.2%;
	background: #f7f6f2;
	border-radius: 10px;
	padding: 67px 0 71px;
	transform: translate(-127px, 47px);
}
.top-about__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-bottom: 18px;
	padding: 0 30px 0 205px;
}
.top-about__desc {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2.25;
	text-align: justify;
	padding: 0 100px 0 210px;
}
@media screen and (max-width: 1400px) {
	.top-about__wrap {
		justify-content: center;
	}
	.top-about__img {
		flex: 0 0 49.84%;
	}
	.top-about__img img {
		-o-object-position: center top;
		object-position: center top;
	}
	.top-about__body {
		flex: 0 0 58.16%;
		transform: translate(-58px, 47px);
	}
	.top-about__ttl {
		padding: 0 30px 0 105px;
	}
	.top-about__desc {
		padding: 0 100px 0 110px;
	}
}
@media screen and (max-width: 959px) {
	.top-about {
		padding-bottom: 0;
	}
	.top-about__wrap {
		display: block;
		width: 100%;
	}
	.top-about__img {
		width: 89.2%;
		max-width: 770px;
		height: 294px;
		transform: none;
	}
	.top-about__img img {
		-o-object-position: center;
		object-position: center;
	}
	.top-about__ttl-en {
		top: unset;
		left: 6%;
		bottom: -60px;
	}
	.top-about__body {
		width: 89.2%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		margin-left: auto;
		padding: 160px 0 40px;
		transform: translateY(-80px);
	}
	.top-about__ttl {
		padding: 0 30px 0 35px;
	}
	.top-about__desc {
		padding: 0 30px 0 40px;
	}
}
@media screen and (max-width: 750px) {
	.top-about__img {
		height: 196px;
	}
	.top-about__img img {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.top-about__ttl-en {
		font-size: 20px;
	}
	.top-about__ttl-en::before {
		width: 40px;
		margin-right: 9.5px;
	}
	.top-about__body {
		border-bottom-left-radius: 5px;
		padding: 130px 0 30px;
		transform: translateY(-50px);
	}
	.top-about__ttl {
		font-size: 24px;
		margin-bottom: 9px;
		padding: 0 30px 0 28px;
	}
	.top-about__desc {
		font-size: 14px;
		line-height: 2.08;
		padding: 0 20px 0 30px;
	}
}

.top-compliance {
	padding: 88px 0 80px;
}
.top-compliance__catch {
	color: #238c3c;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 2.1;
	margin-bottom: 4px;
	text-align: center;
}
.top-compliance__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 68px;
	text-align: center;
}
.top-compliance__container {
	display: flex;
	margin-bottom: 40px;
}
.top-compliance__services {
	width: 50%;
	padding: 0 80px 0 0;
}
.top-compliance__img {
	width: 50%;
}
.top-compliance__summary {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	text-align: center;
}
.top-compliance__summary .marker {
	background: linear-gradient(to top, transparent, transparent 5px, #d3e8d8 5px, #d3e8d8 9px, transparent 9px, transparent);
}
.top-compliance__summary .green {
	color: #238c3c;
}
.top-compliance__summary b {
	font-size: 58px;
}
@media screen and (min-width: 1000px) {
	.top-compliance br.m1000 {
		display: none;
	}
}
@media screen and (max-width: 959px) {
	.top-compliance__catch {
		font-size: 18px;
	}
	.top-compliance__ttl {
		font-size: 36px;
	}
	.top-compliance__services {
		padding: 0 40px 0 0;
	}
	.top-compliance__img {
		display: flex;
		align-items: center;
	}
	.top-compliance__summary {
		font-size: 24px;
	}
	.top-compliance__summary b {
		font-size: 42px;
	}
}
@media screen and (max-width: 750px) {
	.top-compliance {
		padding: 8px 0 40px;
	}
	.top-compliance .inner {
		padding: 0;
	}
	.top-compliance__catch {
		font-size: 14px;
		letter-spacing: 0.04em;
		line-height: 1.6;
		margin-bottom: 9px;
	}
	.top-compliance__ttl {
		font-size: 31px;
		line-height: 1.2580645161;
		margin-bottom: 30px;
	}
	.top-compliance__container {
		flex-direction: column-reverse;
		margin-bottom: 19px;
	}
	.top-compliance__services {
		width: 100%;
		padding: 0;
	}
	.top-compliance__img {
		width: 100%;
		max-width: 335px;
		margin: 0 auto 28px;
	}
	.top-compliance__summary {
		margin-bottom: 15px;
	}
	.top-compliance__summary .marker {
		background: linear-gradient(to top, transparent, transparent 5px, #d3e8d8 5px, #d3e8d8 7px, transparent 7px, transparent);
	}
	.top-compliance__summary b {
		font-size: 35px;
	}
	.top-compliance .c-more-btn a {
		font-size: 16.8px;
	}
}

.top-compliance-service + .top-compliance-service {
	margin-top: 39px;
}
.top-compliance-service__ttl {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	background: #238c3c;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 24px;
	padding-left: 68px;
}
.top-compliance-service__ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 25.5px;
}
.top-compliance-service:nth-child(1) .top-compliance-service__ttl::before {
	left: 24px;
	width: 27px;
	background: url(../img/top/service_icon1.svg) center/contain no-repeat;
}
.top-compliance-service:nth-child(2) .top-compliance-service__ttl::before {
	left: 29px;
	width: 18px;
	background: url(../img/top/service_icon2.svg) center/contain no-repeat;
}
.top-compliance-service:nth-child(3) .top-compliance-service__ttl::before {
	left: 26px;
	width: 24px;
	background: url(../img/top/service_icon3.svg) center/contain no-repeat;
}
.top-compliance-service:nth-child(4) .top-compliance-service__ttl::before {
	left: 23px;
	width: 30px;
	background: url(../img/top/service_icon4.svg) center/contain no-repeat;
}
.top-compliance-service__list {
	display: flex;
	flex-wrap: wrap;
}
.top-compliance-service__list li {
	display: flex;
	align-items: center;
	width: 46%;
	font-size: 18px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}
.top-compliance-service__list li::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 25px;
	background: url(../img/top/service_check.svg) center/contain no-repeat;
	margin-right: 9px;
}
@media screen and (max-width: 1200px) {
	.top-compliance-service__list li {
		width: 100%;
	}
	.top-compliance-service__list li + li {
		margin-top: 20px;
	}
}
@media screen and (max-width: 750px) {
	.top-compliance-service + .top-compliance-service {
		margin-top: 25px;
	}
	.top-compliance-service__ttl {
		justify-content: center;
		height: 50px;
		border-radius: 0;
		font-size: 18px;
		margin-bottom: 16px;
		padding: 0 18px 0 0;
		text-align: center;
	}
	.top-compliance-service__ttl::before {
		position: static;
		top: unset;
		left: unset;
		transform: none;
		height: 29px;
		margin-right: 11.5px;
	}
	.top-compliance-service:nth-child(1) .top-compliance-service__ttl::before {
		left: unset;
		width: 20px;
	}
	.top-compliance-service:nth-child(2) .top-compliance-service__ttl::before {
		left: unset;
		width: 13.5px;
		height: 29px;
	}
	.top-compliance-service:nth-child(3) .top-compliance-service__ttl::before {
		left: unset;
		width: 18px;
		height: 29px;
	}
	.top-compliance-service:nth-child(4) .top-compliance-service__ttl::before {
		left: unset;
		width: 21px;
		height: 29px;
	}
	.top-compliance-service__list {
		padding: 0 20px;
	}
	.top-compliance-service__list li {
		width: 50%;
		font-size: 14px;
	}
	.top-compliance-service__list li::before {
		width: 25px;
		height: 23px;
		margin-right: 4px;
	}
	.top-compliance-service__list li + li {
		margin-top: 0;
	}
}

.top-risk {
	background: linear-gradient(to bottom, transparent, transparent 95px, #f7f6f2 95px, #f7f6f2);
	padding: 58px 0 57px;
}
.top-risk__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 48px;
	text-align: center;
}
.top-risk__ttl .marker {
	background: linear-gradient(to top, transparent, transparent 6px, #ffea29 6px, #ffea29 12px, transparent 12px, transparent);
}
.top-risk__ttl br {
	display: none;
}
.top-risk__case {
	position: relative;
	width: 100%;
	background: #fff;
	border: solid 3px #333;
	border-radius: 10px;
	box-shadow: inset 0 0 0 8px #238c3c;
	padding: 64px 37px 40px;
}
.top-risk__case::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 135px;
	height: 33px;
	background: url(../img/top/risk_clip.svg) center/contain no-repeat;
}
.top-risk__case-ttl {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #238c3c;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0 auto 42px;
	text-align: center;
}
.top-risk__case-ttl span {
	border-bottom: solid 2px #238c3c;
	padding-bottom: 5px;
}
.top-risk__case-ttl b {
	font-size: 36px;
}
.top-risk__case-ttl br {
	display: none;
}
.top-risk__case-rows {
	margin-bottom: 59px;
}
.top-risk__case-row {
	display: flex;
}
.top-risk__case-row + .top-risk__case-row {
	position: relative;
	padding-top: 40px;
}
.top-risk__case-row + .top-risk__case-row::before {
	content: "";
	position: absolute;
	top: 20px;
	width: 100%;
	height: 1px;
	border-top: dotted 2px #ccc;
}
.top-risk__case-pattern {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	padding: 6px 27px 0 8px;
}
.top-risk__case-pattern .green {
	color: #238c3c;
}
.top-risk__case-pattern .red {
	color: #d42828;
}
.top-risk__case-pattern b {
	font-size: 36px;
}
.top-risk__case-pattern br.b {
	display: none;
}
.top-risk__cards-wrap {
	display: flex;
}
.top-risk__diff {
	flex: 0 0 220px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff2f2;
	border-radius: 10px;
	color: #d42828;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-left: 10px;
	overflow: hidden;
}
.top-risk__diff b {
	font-size: 36px;
}
.top-risk__diff::before {
	content: "!";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 76px;
	opacity: 0.15;
}
.top-risk__point {
	position: relative;
	background: #f3f9f4;
	border-radius: 10px;
	padding: 34px 32px 28px 32px;
	text-align: justify;
}
.top-risk__point-ttl {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	color: #238c3c;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 -4px 0 4px;
	text-align: center;
}
.top-risk__point-ttl::before,
.top-risk__point-ttl::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 34px;
	background-color: #238c3c;
}
.top-risk__point-ttl::before {
	transform: rotate(-45deg) translate(-24px, -12px);
}
.top-risk__point-ttl::after {
	transform: rotate(45deg) translate(19px, -7px);
}
.top-risk__point-summary {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	text-align: center;
}
.top-risk__point-summary .marker {
	background: linear-gradient(to top, transparent, transparent 2px, #ffea29 2px, #ffea29 6px, transparent 6px, transparent);
}
.top-risk__point-detail {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2.25;
}
@media screen and (max-width: 1240px) {
	.top-risk__case-row {
		flex-direction: column;
		align-items: center;
	}
	.top-risk__case-pattern {
		margin-bottom: 10px;
		padding: 0;
	}
	.top-risk__case-pattern br.a {
		display: none;
	}
	.top-risk__cards-wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 959px) {
	.top-risk__ttl {
		font-size: 36px;
	}
	.top-risk__ttl .marker {
		background: linear-gradient(to top, transparent, transparent 6px, #ffea29 6px, #ffea29 9px, transparent 9px, transparent);
	}
	.top-risk__ttl br {
		display: inline;
	}
	.top-risk__case-ttl br {
		display: inline;
	}
	.top-risk__case-rows {
		display: flex;
		justify-content: space-between;
	}
	.top-risk__case-row {
		display: block;
		width: calc(50% - 12px);
	}
	.top-risk__case-pattern {
		text-align: center;
	}
	.top-risk__case-pattern br.a {
		display: inline;
	}
	.top-risk__cards-wrap {
		display: block;
	}
	.top-risk__case-row + .top-risk__case-row {
		position: relative;
		padding-top: 0;
	}
	.top-risk__case-row + .top-risk__case-row::before {
		width: 1px;
		height: 100%;
		top: unset;
		left: -12px;
		border-top: none;
		border-left: dotted 2px #ccc;
	}
	.top-risk__diff {
		height: 100px;
		margin-left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 750px) {
	.top-risk {
		background: linear-gradient(to bottom, transparent, transparent 40px, #f7f6f2 40px, #f7f6f2 523px, transparent 523px, transparent);
		padding: 18px 0 19px;
	}
	.top-risk__ttl {
		font-size: 31px;
		line-height: 1.3;
		margin: 0 -5px 21px;
	}
	.top-risk__case {
		border-radius: 5px;
		border-width: 2px;
		box-shadow: inset 0 0 0 3px #238c3c;
		padding: 24px 18px 24px;
	}
	.top-risk__case::before {
		top: -5px;
		width: 84.5px;
		height: 20.5px;
		background: url(../img/top/risk_clip-sp.svg) center/contain no-repeat;
	}
	.top-risk__case-ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.top-risk__case-ttl span {
		border-width: 1px;
		padding-bottom: 0;
	}
	.top-risk__case-ttl b {
		font-size: 24px;
	}
	.top-risk__case-row + .top-risk__case-row:before {
		border-width: 1px;
	}
	.top-risk__case-pattern {
		font-size: 15px;
		letter-spacing: 0.04em;
	}
	.top-risk__case-pattern b {
		font-size: 21px;
	}
	.top-risk__case-pattern br.b {
		display: inline;
	}
	.top-risk__case-rows {
		margin-bottom: 38px;
	}
	.top-risk__diff {
		height: 78px;
		font-size: 16px;
	}
	.top-risk__diff b {
		font-size: 22px;
	}
	.top-risk__diff::before {
		font-size: 45px;
	}
	.top-risk__point {
		border-radius: 5px;
		padding: 31px 21px 25px 23px;
	}
	.top-risk__point-ttl {
		top: -16px;
		left: 0;
		width: 100%;
		transform: unset;
		font-size: 18px;
		text-align: center;
	}
	.top-risk__point-ttl::before,
	.top-risk__point-ttl::after {
		height: 25px;
	}
	.top-risk__point-ttl::before {
		transform: rotate(-45deg) translate(-18px, -10px);
	}
	.top-risk__point-ttl::after {
		transform: rotate(45deg) translate(12px, -5px);
	}
	.top-risk__point-summary {
		font-size: 18px;
	}
	.top-risk__point-detail {
		font-size: 14px;
		line-height: 1.8;
	}
}

.top-risk-card {
	flex: 0 0 220px;
	border: solid 2px #238c3c;
	border-radius: 10px;
	letter-spacing: 0.06em;
	overflow: hidden;
}
.top-risk-card + .top-risk-card {
	margin-left: 10px;
}
.top-risk-card.s {
	flex-basis: 170px;
}
.top-risk-card.l {
	flex-basis: 350px;
}
.top-risk-card__name {
	background: #238c3c;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 4px 0;
	text-align: center;
}
.top-risk-card__value {
	color: #238c3c;
	font-size: 20px;
	padding: 6px 0 7px;
	text-align: center;
}
.top-risk-card__value .s {
	font-size: 16px;
}
.top-risk-card__value b {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.top-risk-card__value b.s {
	font-size: 22px;
}
.top-risk-card--green {
	border-color: #238c3c;
}
.top-risk-card--green .top-risk-card__name {
	background: #238c3c;
}
.top-risk-card--green .top-risk-card__value {
	color: #238c3c;
}
.top-risk-card--gray {
	border-color: #666;
}
.top-risk-card--gray .top-risk-card__name {
	background: #666;
}
.top-risk-card--gray .top-risk-card__value {
	color: #666;
}
.top-risk-card--red {
	border-color: #d42828;
}
.top-risk-card--red .top-risk-card__name {
	background: #d42828;
}
.top-risk-card--red .top-risk-card__value {
	color: #d42828;
}
.top-risk-card--blue {
	border-color: #0371c6;
}
.top-risk-card--blue .top-risk-card__name {
	background-color: #0371c6;
}
.top-risk-card--blue .top-risk-card__value {
	color: #0371c6;
}
@media screen and (max-width: 959px) {
	.top-risk-card {
		width: 100%;
	}
	.top-risk-card.l .top-risk-card__value {
		padding: 61px 0;
	}
	.top-risk-card + .top-risk-card {
		margin-left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 750px) {
	.top-risk-card {
		border-radius: 5px;
	}
	.top-risk-card__name {
		font-size: 14px;
		padding: 3px 0;
	}
	.top-risk-card__value {
		font-size: 16px;
		padding: 6px 0 6px;
	}
	.top-risk-card__value b {
		font-size: 24px;
	}
	.top-risk-card__value b.s {
		font-size: 17px;
	}
	.top-risk-card__value .xs {
		font-size: 14px;
	}
	.top-risk-card.l .top-risk-card__value {
		padding: 43px 0 55px;
	}
}

.top-fee-bnr {
	padding: 50px 0 100px;
}
@media screen and (max-width: 750px) {
	.top-fee-bnr {
		padding: 0 0 41px;
	}
}

.top-result {
	padding: 93px 0 0;
}
.top-result__ttl {
	margin-bottom: 13px;
}
.top-result__desc {
	font-size: 20px;
	letter-spacing: 0.06em;
	margin-bottom: 34px;
	text-align: center;
	padding: 0 20px;
}
.top-result__inner {
	width: 100%;
	padding: 40px 0 60px;
	background: #f7f6f2;
}
.top-result__slide-container {
	position: relative;
	width: 100%;
	margin: 0 0 21px;
}
.top-result__slide {
	display: flex;
	justify-content: center;
}
.top-result__slide:not(.slick-initialized) {
	padding-bottom: 20px;
}
.top-result__slide .slick-list {
	padding-bottom: 20px !important;
}
.top-result__slide-prev,
.top-result__slide-next {
	position: absolute;
	top: 45%;
	display: block;
	width: 40px;
	height: 40px;
	background: #238c3c url(../img/common/r_w_arrow_l.svg) left 14px center/14px 18px no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.top-result__slide-prev {
	left: calc(50% - 656px);
	transform: rotate(180deg);
}
.top-result__slide-next {
	right: calc(50% - 656px);
}
.top-result .slick-slide[aria-hidden="true"] {
	opacity: 0.5;
}
@media screen and (max-width: 1400px) {
	.top-result__slide-prev,
	.top-result__slide-next {
		top: 35%;
	}
	.top-result__slide-prev {
		left: 10px;
	}
	.top-result__slide-next {
		right: 10px;
	}
}
@media screen and (max-width: 959px) {
	.top-result__slide-prev,
	.top-result__slide-next {
		width: 30px;
		height: 30px;
		background: #fff url(../img/common/r_g_arrow.svg) left 11px center/12px 13px no-repeat;
		box-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.2);
	}
	.top-result__slide-prev {
		left: 16px;
		box-shadow: 0 -1px 2.5px rgba(0, 0, 0, 0.2);
	}
	.top-result__slide-next {
		right: 16px;
	}
}
@media screen and (max-width: 750px) {
	.top-result {
		padding: 34px 0 0;
	}
	.top-result__desc {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.top-result__inner {
		padding: 30px 0 40px;
	}
	.top-result__slide-container {
		margin-bottom: 10px;
	}
	.top-result__slide-prev,
	.top-result__slide-next {
		top: 194px;
	}
}

.top-bnrs {
	padding: 50px 0 50px;
}
@media screen and (max-width: 750px) {
	.top-bnrs {
		padding: 30px 0 30px;
	}
}

.top-reason {
	padding: 63px 0 101px;
}
.top-reason__ttl {
	margin-bottom: 30px;
}
.top-reason__ttl .c-sec-ttl__en {
	margin-bottom: 0;
}
.top-reason__ttl .c-sec-ttl__ja {
	letter-spacing: 0.03em;
}
.top-reason__ttl .c-sec-ttl__ja .num {
	font-size: 64px;
	line-height: 1;
}
.top-reason__ttl .c-sec-ttl__ja .green-pc {
	color: #238c3c;
}
.top-reason .inner {
	overflow: hidden;
}
.top-reason__slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% + 30px);
	margin: 0 -15px;
}
@media screen and (max-width: 750px) {
	.top-reason {
		padding: 23px 0 50px;
	}
	.top-reason .inner {
		padding: 0;
	}
	.top-reason__ttl {
		margin-bottom: 24px;
	}
	.top-reason__ttl .c-sec-ttl__en {
		margin-bottom: 8px;
	}
	.top-reason__ttl .c-sec-ttl__ja {
		letter-spacing: 0.03em;
	}
	.top-reason__ttl .c-sec-ttl__ja .num {
		font-size: 31px;
	}
	.top-reason__ttl .c-sec-ttl__ja .green-pc {
		color: inherit;
	}
	.top-reason__slide {
		display: block;
		width: 100%;
		margin: 0 0 18px !important;
	}
	.top-reason .slick-dots {
		position: relative;
		bottom: unset;
		padding: 6px 0 0;
	}
	.top-reason .slick-dots li {
		margin: 0;
	}
	.top-reason .slick-dots li.slick-active button:before {
		color: #238c3c;
	}
}

.top-reason-item {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - 30px);
	margin: 0 15px 50px;
}
.top-reason-item__img {
	width: 100%;
	text-align: center;
}
.top-reason-item__body {
	position: relative;
	padding: 44px 0 0;
}
.top-reason-item__num {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	border-bottom: solid 2px #238c3c;
	color: #238c3c;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.top-reason-item__ttl {
	margin-bottom: 13px;
}
.top-reason-item__ttl h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
.top-reason-item__ttl h3 .num {
	font-size: 30px;
	line-height: 1;
}
.top-reason-item__desc {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.top-reason-item {
		width: calc(50% - 30px);
	}
}
@media screen and (max-width: 750px) {
	.top-reason-item {
		width: 295px;
		margin: 0 10px;
	}
	.top-reason-item__body {
		padding: 40px 0 0;
	}
	.top-reason-item__ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.top-reason-item__ttl h3 {
		line-height: 1.3;
	}
	.top-reason-item__ttl h3 .num {
		font-size: 27px;
	}
	.top-reason-item__num {
		top: -15px;
	}
	.top-reason-item__desc {
		font-size: 14px;
		line-height: 1.7;
	}
}

.top-profile {
	padding: 92px 0 60px;
}
.top-profile__ttl {
	margin-bottom: 40px;
}
.top-profile__ttl .c-sec-ttl__ja {
	letter-spacing: 0.03em;
}
.top-profile__desc {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 41px;
	text-align: center;
}
.top-profile__slide {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
@media screen and (max-width: 1200px) {
	.top-profile__slide {
		flex-wrap: wrap;
		max-width: 580px;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 750px) {
	.top-profile {
		padding: 44px 0 40px;
	}
	.top-profile .inner {
		padding: 0;
	}
	.top-profile__ttl {
		margin-bottom: 20px;
	}
	.top-profile__desc {
		font-size: 14px;
		margin-bottom: 22px;
		padding: 0 15px;
	}
	.top-profile__slide {
		margin-bottom: 18px !important;
	}
	.top-profile .slick-dots {
		position: relative;
		bottom: unset;
		padding: 23px 0 0;
	}
	.top-profile .slick-dots li {
		margin: 0;
	}
	.top-profile .slick-dots li.slick-active button:before {
		color: #238c3c;
	}
}

.top-profile-item {
	width: 22.5%;
	max-width: 270px;
}
.top-profile-item__body {
	position: relative;
}
.top-profile-item__catch {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.05em;
	margin: -77px 0 13px;
}
.top-profile-item__catch .line {
	position: relative;
	display: inline-block;
	padding: 7px 8px 7px 13px;
	transition: all 0.25s;
}
.top-profile-item__catch .line--1 {
	background: linear-gradient(to right, #238c3c 50%, #fff 50%) left/200% 100% no-repeat;
}
.top-profile-item__catch .line--2 {
	background: linear-gradient(to left, #238c3c 50%, #fff 50%) right/200% 100% no-repeat;
	margin-top: 4px;
}
.top-profile-item__name {
	font-size: 18px;
	letter-spacing: 0.06em;
}
.top-profile-item__name b {
	font-size: 26px;
	font-weight: 700;
	margin-left: 10px;
}
.top-profile-item__name::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/common/list-dot.svg) center/contain no-repeat;
	margin-left: 10px;
	transition: 0.3s;
}
a:hover .top-profile-item__catch .line {
	color: #238c3c;
}
a:hover .top-profile-item__catch .line--1 {
	background-position: right;
}
a:hover .top-profile-item__catch .line--2 {
	background-position: left;
}
a:hover .top-profile-item__name::after {
	margin-left: 15px;
}
@media screen and (max-width: 1200px) {
	.top-profile-item {
		width: 45%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 750px) {
	.top-profile-item {
		width: 200px;
		margin: 0 10px;
	}
	.top-profile-item__catch {
		font-size: 13.33px;
		margin: -56px 0 15px;
	}
	.top-profile-item__catch .line {
		padding: 5px 5px 5px 10px;
	}
	.top-profile-item__catch .line ~ .line {
		margin-top: 3px;
	}
	.top-profile-item__name {
		font-size: 14px;
		text-align: center;
	}
	.top-profile-item__name b {
		font-size: 18px;
		margin-left: 5px;
	}
	.top-profile-item__name::after {
		width: 16px;
		height: 16px;
	}
}

.top-msg-bnr {
	padding: 0 0 100px;
}
@media screen and (max-width: 750px) {
	.top-msg-bnr {
		padding: 0 0 50px;
	}
}

.top-news {
	background: #f7f6f2;
	padding: 56px 0 55px;
}
.top-news__inner {
	display: flex;
}
.top-news__head {
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 8px 0;
}
.top-news__ttl-en {
	color: #238c3c;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}
.top-news__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 25px;
}
.top-news__more-1 {
	max-width: 220px;
}
.top-news__more-1 a {
	background-position: right 21px center;
}
.top-news__list {
	flex: 0 0 calc(100% - 300px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top-news__more-2 {
	display: none;
}
@media screen and (max-width: 959px) {
	.top-news__inner {
		display: block;
	}
	.top-news__head {
		display: block;
		padding: 0;
	}
	.top-news__ttl-en {
		text-align: center;
	}
	.top-news__ttl {
		text-align: center;
	}
	.top-news__more-1 {
		display: none;
	}
	.top-news__list {
		display: block;
		margin-bottom: 26px;
	}
	.top-news__more-2 {
		display: flex;
	}
}
@media screen and (max-width: 750px) {
	.top-news {
		padding: 34px 0 40px;
	}
	.top-news__ttl-en {
		margin-bottom: 7px;
	}
	.top-news__ttl {
		font-size: 31px;
		margin-bottom: 18px;
	}
}

.top-news-item + .top-news-item {
	margin-top: 20px;
}
.top-news-item a {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	background: #fff url(../img/common/r_g_arrow.svg) right 28px center/12px 18px no-repeat;
	padding: 22.5px 60px 22.5px 28px;
	transition: background-position 0.3s;
}
.top-news-item a:hover {
	background-position: right 23px center;
}
.top-news-item__date {
	color: #666;
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-right: 35px;
	white-space: nowrap;
}
.top-news-item__ttl {
	font-size: 18px;
	letter-spacing: 0.06em;
	text-align: justify;
}
@media screen and (max-width: 750px) {
	.top-news-item + .top-news-item {
		margin-top: 15px;
	}
	.top-news-item a {
		display: block;
		background-position: right 14px center;
		padding: 16px 50px 19px 18px;
	}
	.top-news-item__date {
		font-size: 14px;
		margin: 0 0 6px 0;
	}
	.top-news-item__ttl {
		font-size: 16px;
		line-height: 1.5;
	}
}

.top-office {
	padding: 92px 0 101px;
}
.top-office__ttl {
	margin-bottom: 31px;
}
.top-office__ttl .c-sec-ttl__ja {
	letter-spacing: 0.05em;
}
.top-office__list {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	margin-bottom: 39px;
}
@media screen and (max-width: 750px) {
	.top-office {
		padding: 43px 0 60px;
	}
	.top-office__ttl {
		margin-bottom: 24px;
	}
	.top-office__list {
		margin-bottom: 0;
	}
	.top-office .c-more-btn a {
		font-size: 16.8px;
		letter-spacing: 0.04em;
		padding-right: 10px;
	}
}

.top-office-item {
	width: 33.3%;
}
.top-office-item a {
	display: block;
}
.top-office-item__img {
	margin-bottom: 19px;
	text-align: center;
	transition: 0.3s;
}
.top-office-item__ttl {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	text-align: center;
	transition: 0.3s;
}
.top-office-item__address {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	margin-bottom: 21px;
	text-align: center;
}
.top-office-item__more {
	text-align: center;
}
.top-office-item__more span {
	display: inline-flex;
	align-items: center;
	border-bottom: solid 2px #238c3c;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-bottom: 7px;
}
.top-office-item__more span::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 16px;
	background: url(../img/common/list-dot.svg) left center/contain no-repeat;
	margin-left: 3px;
	transition: 0.3s;
}
a:hover .top-office-item__img {
	opacity: 0.8;
}
a:hover .top-office-item__ttl {
	color: #238c3c;
}
a:hover .top-office-item__more span::after {
	background-position: right center;
}
@media screen and (max-width: 959px) {
	.top-office-item {
		width: 47.78%;
		margin-bottom: 31px;
	}

	.top-office-item:last-child {
		margin: 0 auto 31px;
	}
}
@media screen and (max-width: 750px) {
	.top-office-item__img {
		margin-bottom: 12px;
	}
	.top-office-item__ttl {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.top-office-item__address {
		font-size: 10px;
		line-height: 1.9;
		margin-bottom: 11px;
	}
}

#case {
	/* 概要 */
	/* トラブル解決のポイント */
}
@media screen and (max-width: 750px) {
	#case .contents {
		margin-bottom: 60px;
	}
}
#case #page-ttl {
	background: url("../img/case/mv.jpg") center/cover no-repeat;
}
#case .c-bnr__ttl-en {
	font-family: "Lato", "Noto Sans JP", sans-serif;
}
#case .case-form {
	padding-top: 17px;
}
#case .case-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#case .case-menu__content {
	width: 380px;
	border: 2px solid #dbdbdb;
	border-radius: 6px;
	margin: 0 15px;
	position: relative;
}
#case .case-menu__content::before {
	content: "";
	display: block;
	width: 38px;
	height: 100%;
	background: url("../img/case/arrow.png") 53% 55%/18px 12px no-repeat, #238c3c;
	position: absolute;
	top: -2px;
	right: -2px;
	border: solid #238c3c;
	border-width: 2px 2px 2px 0;
	border-radius: 0 6px 6px 0;
	image-rendering: -webkit-optimize-contrast;
}
#case .case-menu__select {
	width: 100%;
	padding: 24px 40px 21px 17px;
	font-size: 20px;
	font-weight: 400;
	color: #222;
	letter-spacing: 0.06em;
	cursor: pointer;
	position: relative;
}
@media screen and (max-width: 750px) {
	#case .case-menu {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	#case .case-menu__content {
		margin: 0 20px 15px;
	}
	#case .case-menu__content:last-child {
		margin-bottom: 0;
	}
	#case .case-menu__select {
		padding: 16px 40px 14px 17px;
		font-size: 18px;
	}
}
#case .case-content {
	width: 100%;
	padding: 40px 0 60px;
	background: #f7f6f2;
}
@media screen and (max-width: 750px) {
	#case .case-content {
		padding: 30px 0 30.5px;
	}
}
#case .case-list {
	display: flex;
	flex-wrap: wrap;
}
#case .case-list .c-case-item.c-case-item--lower {
	display: flex;
	width: calc((100% - 60px) / 3);
	margin: 0 30px 40px 0;
}
@media (min-width: 751px) {
	#case .case-list .c-case-item.c-case-item--lower:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	#case .case-list .c-case-item.c-case-item--lower {
		width: calc(100% - 20px);
		margin: 0 auto 19.5px;
	}
}
#case .case-bnrs {
	padding: 50px 0 120px;
}
@media screen and (max-width: 750px) {
	#case .case-bnrs {
		padding: 30px 0 0;
	}
}
#case .case-single {
	padding: 17px 0 0 0;
}
#case .case-single__data {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 8px;
}
#case .case-single__cat {
	display: inline-flex;
	flex-wrap: wrap;
	margin-right: 20px;
}
#case .case-single__cat a {
	display: block;
	min-width: 100px;
	padding: 9px 1em;
	background: #238c3c;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 10px 5px 0;
}
#case .case-single__cat a:last-child {
	margin-right: 0;
}
#case .case-single__date {
	font: 16px "Lato", "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	color: #666;
}
#case .case-single__ttl {
	margin-bottom: 20px;
	padding-bottom: 12px;
	font: 600 40px "Noto Serif JP", serif;
	line-height: 1.6;
	border-bottom: 2px solid #238c3c;
}
@media screen and (max-width: 750px) {
	#case .case-single__head.inner {
		padding: 0;
	}
	#case .case-single__data {
		margin-bottom: 11px;
		padding: 0 20px;
	}
	#case .case-single__ttl {
		margin-bottom: 12px;
		padding: 0 20px 16px;
		font-size: 26px;
		line-height: 1.384;
	}
}
#case .case-lawyer-comment {
	display: flex;
	min-height: 200px;
	margin-top: -57px;
}
#case .case-lawyer-comment__lawyer {
	display: block;
	flex: 0 0 200px;
	margin: auto;
}
#case .case-lawyer-comment__picture {
	width: 200px;
	padding-top: 200px;
	margin-bottom: 8px;
	position: relative;
}
#case .case-lawyer-comment__picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: 3px solid #238c3c;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
#case .case-lawyer-comment__name {
	display: block;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: center;
}
#case .case-lawyer-comment__desc {
	display: block;
	flex: 0 0 calc(100% - 200px);
	margin: 0 auto;
	padding: 57px 0 0 43px;
}
#case .case-lawyer-comment__text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.06em;
	text-align: justify;
}
#case .case-lawyer-comment__list {
	padding-top: 16px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#case .case-lawyer-comment__list-item {
	margin: 0 0 15px 30px;
}
#case .case-lawyer-comment__list-item:first-child {
	margin-left: 0;
}
#case .case-lawyer-comment__list-item a {
	padding: 0 27px 11px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #238c3c;
	position: relative;
}
#case .case-lawyer-comment__list-item a::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url("../img/common/list-dot.svg") left center/contain no-repeat;
	margin-left: 3px;
	transition: 0.3s;
	position: absolute;
	top: 2px;
	right: 0;
}
#case .case-lawyer-comment__list-item a:hover::after {
	background-position: right center;
}
@media screen and (max-width: 959px) {
	#case .case-lawyer-comment {
		display: block;
		margin-top: 0;
	}
	#case .case-lawyer-comment__lawyer {
		height: auto;
		margin: 0 auto 12px;
		position: relative;
	}
	#case .case-lawyer-comment__desc {
		margin-left: 0;
		padding: 0;
	}
	#case .case-lawyer-comment__picture {
		margin: 0 auto 8px;
	}
	#case .case-lawyer-comment__list-item {
		margin-bottom: 16px;
	}
	#case .case-lawyer-comment__list-item:last-child {
		margin: 0;
	}
}
@media screen and (max-width: 750px) {
	#case .case-lawyer-comment__desc {
		font-size: 14px;
		line-height: 2;
	}
	#case .case-lawyer-comment__picture {
		margin-bottom: 9px;
	}
	#case .case-lawyer-comment__text {
		padding: 0 4px;
		line-height: 2;
		font-size: 14px;
	}
	#case .case-lawyer-comment__list-item a::after {
		width: 17px;
	}
}
#case .case-outline {
	padding-bottom: 60px;
}
#case .case-outline__text {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	#case .case-outline {
		padding-bottom: 50px;
	}
	#case .case-outline__text {
		font-size: 14px;
		line-height: 2;
	}
}
#case .case-outline-case {
	position: relative;
}
#case .case-outline-case.top-risk__case {
	padding: 52px 46px 44px;
}
#case .case-outline-case__ttl.top-risk__case-ttl {
	margin-bottom: 23px;
}
#case .case-outline-case__row {
	display: flex;
	margin-top: -57px;
}
#case .case-outline-case__text {
	flex: 0 0 calc(100% - 200px);
	margin: 0 auto;
	padding: 57px 43px 0 0;
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.06em;
	text-align: justify;
}
#case .case-outline-case__gender {
	flex: 0 0 200px;
	margin: auto;
	display: block;
}
#case .case-outline-case__gender-picture {
	width: 200px;
	padding-top: 194px;
	margin-bottom: 9px;
	border-radius: 50%;
	border: 3px solid #238c3c;
	position: relative;
	background: #666;
}
#case .case-outline-case__gender-picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#case .case-outline-case__gender-text {
	display: block;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: center;
}
@media screen and (max-width: 959px) {
	#case .case-outline-case__row {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 0;
	}
	#case .case-outline-case__text {
		flex: 100%;
		margin-right: 0;
		padding: 0;
	}
	#case .case-outline-case__gender {
		height: auto;
		margin: 0 auto 25px;
	}
}
@media screen and (max-width: 750px) {
	#case .case-outline-case.top-risk__case {
		padding: 29px 22px 24px;
	}
	#case .case-outline-case__ttl.top-risk__case-ttl {
		margin-bottom: 18px;
	}
	#case .case-outline-case__text {
		font-size: 14px;
		line-height: 2;
	}
	#case .case-outline-case__gender {
		margin-bottom: 12px;
	}
}
#case .case-point {
	padding: 64px 0 80px;
	background: #f7f6f2;
}
#case .case-point__ttl {
	margin-bottom: 31px;
}
@media screen and (max-width: 750px) {
	#case .case-point {
		padding: 34px 0 50px;
	}
	#case .case-point__ttl {
		margin-bottom: 20px;
	}
}
#case .case-point-list {
	display: flex;
	justify-content: center;
	margin-bottom: 41px;
}
#case .case-point-list__item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 78px) / 3);
	margin-right: 39px;
	background: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#case .case-point-list__item:last-child {
	margin-right: 0;
}
#case .case-point-list__picture {
	width: 100%;
	padding-top: 75.137%;
	border-radius: 9px 9px 0 0;
	border-bottom: 2px solid #238c3c;
	position: relative;
}
#case .case-point-list__picture img {
	width: 100%;
	height: 100%;
	border-radius: 9px 9px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#case .case-point-list__nopicture {
	width: 100%;
	display: flex;
	padding-top: 75.137%;
	border-radius: 9px 9px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#case .case-point-list__desc {
	padding: 25px 22px 32px 40px;
}
#case .case-point-list__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.79166em;
	font: 600 24px "Noto Serif JP", serif;
	line-height: 1.5;
	text-align: center;
}
#case .case-point-list__text {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 1700px) and (min-width: 751px) {
	#case .case-point-list__ttl {
		font-size: 1.4117653702vw;
	}
	#case .case-point-list__text {
		font-size: 0.9411764706vw;
		padding-right: 6px;
	}
}
@media screen and (max-width: 959px) {
	#case .case-point-list__item {
		margin-right: 19px;
	}
	#case .case-point-list__desc {
		padding: 20px 25px 27px 35px;
	}
}
@media screen and (max-width: 750px) {
	#case .case-point-list {
		display: block;
	}
	#case .case-point-list__item {
		width: 100%;
		max-width: 447px;
		margin: 0 auto 20px;
	}
	#case .case-point-list__item:last-child {
		margin-right: auto;
	}
	#case .case-point-list__desc {
		padding: 20px 18.5px;
	}
	#case .case-point-list__ttl {
		font-size: 20px;
	}
	#case .case-point-list__text {
		font-size: 14px;
	}
	#case .case-point-list__picture {
		max-width: 100%;
		max-height: 333.8475935829px;
		min-height: auto;
	}
}
#case .case-point-comment.top-risk__case {
	padding: 53px 47px 48px;
}
#case .case-point-comment__ttl.top-risk__case-ttl {
	margin-bottom: 22px;
}
@media screen and (max-width: 959px) {
	#case .case-point-comment__text {
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#case .case-point-comment.top-risk__case {
		padding: 29px 22px 20px;
	}
	#case .case-point-comment__ttl.top-risk__case-ttl {
		margin-bottom: 18px;
	}
}
#case .case-flow {
	padding-top: 71px;
}
#case .case-flow .case-lawyer-comment__content {
	top: 80px;
}
#case .case-flow__ttl {
	margin-bottom: 33px;
}
#case .case-flow__text {
	margin-bottom: 49px;
	padding: 10px 20px 15px;
	font-size: 24px;
	font-weight: 600;
	color: #238c3c;
	letter-spacing: 0.04em;
	text-align: center;
	background: #f3f9f4;
}
#case .case-flow__text b {
	font-size: 32px;
	letter-spacing: 0.02em;
}
#case .case-flow__content {
	margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
	#case .case-flow {
		padding-top: 34px;
	}
	#case .case-flow__content {
		padding: 0;
		margin-bottom: 20px;
	}
	#case .case-flow__inner {
		padding: 0;
	}
	#case .case-flow__text {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#case .case-flow__ttl {
		margin-bottom: 20px;
	}
}
#case .case-flow-step {
	counter-reset: step;
	margin-bottom: 40px;
}
#case .case-flow-step__item {
	padding: 0 0 40px 160px;
	position: relative;
	background-image: radial-gradient(circle farthest-side, #238c3c 1px, transparent 2px, transparent 100%);
	background-size: 9px 9px;
	background-position: 55.5px -2px;
	background-repeat: repeat-y;
	background-color: #fff;
}
#case .case-flow-step__item::before,
#case .case-flow-step__item::after {
	position: absolute;
	top: 0;
}
#case .case-flow-step__item::before {
	content: "STEP." counter(step, decimal-leading-zero);
	counter-increment: step 1;
	padding: 10px 23px 11px 31px;
	font: 16px "Lato", "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	color: #fff;
	background: #238c3c;
	left: 0;
}
#case .case-flow-step__item::after {
	content: "";
	border-left: 12px solid #238c3c;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	left: 117px;
	z-index: 1;
}
#case .case-flow-step__item:last-child {
	background: none;
	padding-bottom: 0;
}
#case .case-flow-step__ttl {
	margin-bottom: 11px;
	padding: 15px 21px 14px;
	background: #f7f6f2;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.06em;
	transform: translateY(-10px);
}
#case .case-flow-step__text {
	margin-left: -3px;
	padding-bottom: 31px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.08em;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-x;
	background-position: left bottom;
}
@media screen and (max-width: 750px) {
	#case .case-flow-step__item {
		padding: 0 0 21px 102px;
		background-position: 37px -2px;
	}
	#case .case-flow-step__item::before {
		padding: 10px 7px 11px 11px;
	}
	#case .case-flow-step__item::after {
		left: 81px;
	}
	#case .case-flow-step__ttl {
		padding: 14px 23px 16px;
		transform: translateY(0);
		line-height: 1.5;
	}
	#case .case-flow-step__text {
		margin-left: 0;
		padding-right: 15px;
		padding: 0 15px 21px 0;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.06em;
	}
}
#case .case-flow-comment.top-risk__case {
	padding: 53px 47px 43px;
}
#case .case-flow-comment__ttl.top-risk__case-ttl {
	margin-bottom: 22px;
}
#case .case-flow-comment__row {
	display: flex;
}
#case .case-flow-comment__picture {
	width: 200px;
	height: 200px;
	transform: translateY(-36px);
}
#case .case-flow-comment__picture img {
	width: 200px;
	height: 200px;
	margin-bottom: 8px;
	border-radius: 50%;
	border: 3px solid #238c3c;
	-o-object-fit: cover;
	object-fit: cover;
}
#case .case-flow-comment__box {
	flex: 1;
	margin-left: 43px;
}
#case .case-flow-comment__text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.06em;
	margin-bottom: 16px;
	text-align: justify;
}
#case .case-flow-comment__list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#case .case-flow-comment__list-item {
	margin: 0 0 15px 30px;
}
#case .case-flow-comment__list-item:first-child {
	margin-left: 0;
}
#case .case-flow-comment__list-item a {
	padding: 0 27px 11px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #238c3c;
	position: relative;
}
#case .case-flow-comment__list-item a::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url("../img/common/list-dot.svg") left center/contain no-repeat;
	margin-left: 3px;
	transition: 0.3s;
	position: absolute;
	top: 4px;
	right: 0;
}
#case .case-flow-comment__list-item a:hover::after {
	background-position: right center;
}
@media screen and (max-width: 959px) {
	#case .case-flow-comment__row {
		display: block;
	}
	#case .case-flow-comment__picture {
		height: auto;
		margin: 0 auto 25px;
		transform: translateY(0);
	}
	#case .case-flow-comment__box {
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#case .case-flow-comment.top-risk__case {
		padding: 29px 18px 35px;
	}
	#case .case-flow-comment__ttl.top-risk__case-ttl {
		margin-bottom: 18px;
	}
	#case .case-flow-comment__text {
		margin-bottom: 18px;
		font-size: 14px;
		line-height: 2;
	}
	#case .case-flow-comment__picture {
		margin-bottom: 12px;
	}
	#case .case-flow-comment__list {
		margin-right: -4px;
	}
	#case .case-flow-comment__list-item {
		margin-bottom: 18px;
	}
	#case .case-flow-comment__list-item a {
		padding-bottom: 9px;
	}
	#case .case-flow-comment__list-item a::after {
		top: 1px;
	}
}
#case .case-single-bnr {
	position: relative;
}
#case .case-single-bnr__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.6s;
}
#case .case-single-bnr a::before {
	content: none;
}
#case .case-single-bnr a:hover img {
	opacity: 0.6;
	transform: scale(1.1);
}
#case .case-single-page {
	display: block;
	margin-bottom: 93px;
	padding-top: 21px;
}
#case .case-single-page .prev,
#case .case-single-page .next {
	max-width: 290px;
}
#case .case-single-page .prev a .ttl,
#case .case-single-page .next a .ttl {
	line-height: 1.875;
	padding-bottom: 4px;
}
#case .case-single-page .prev a:hover .ttl,
#case .case-single-page .next a:hover .ttl {
	border-color: #238c3c;
}
#case .case-single-page .ttl {
	border-bottom: 1px solid #222;
}
@media (min-width: 960px) {
	#case .case-single-page .c-post-nav .c-more-btn a {
		max-width: 320px;
	}
}
@media screen and (max-width: 750px) {
	#case .case-single-page {
		margin-bottom: 34px;
		padding-top: 30px;
	}
	#case .case-single-page.inner {
		padding-left: 0;
		padding-right: 0;
	}
	#case .case-single-page .c-post-nav .back-link {
		margin-top: 18px;
	}
}
#case .case-single-article {
	margin-bottom: 120px;
}
#case .case-single-article__ttl {
	margin-bottom: 31px;
}
#case .case-single-article__inner {
	max-width: 1270px;
}
#case .case-single-article__list {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	#case .case-single-article {
		margin-bottom: 50px;
	}
	#case .case-single-article__ttl {
		margin-bottom: 15px;
	}
	#case .case-single-article__inner {
		padding: 30px 0 35px;
		background: #f7f6f2;
	}
	#case .case-single-article .slick-initialized .slick-slide {
		padding-bottom: 5px;
	}
}

.case-single-msg-bnr {
	margin-bottom: 100px;
}
.case-single-msg-bnr__wrap {
	display: block;
}
.case-single-msg-bnr__wrap .case-single-bnr {
	margin-bottom: 30px;
}
.case-single-msg-bnr__wrap .case-single-bnr:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.case-single-msg-bnr {
		margin-bottom: 41px;
	}
	.case-single-msg-bnr__wrap .case-single-bnr {
		margin-bottom: 15px;
	}
}

#information .post-contents {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
}
@media screen and (max-width: 959px) {
	#information .post-contents {
		display: block;
	}
}
#information .information-post,
#information .post-type-information {
	max-width: 870px;
	width: 100%;
}
@media screen and (max-width: 959px) {
	#information .information-post,
	#information .post-type-information {
		max-width: initial;
	}
}
#information .information-post__main,
#information .post-type-information__main {
	padding: 20px;
	background: #f7f6f2;
}
@media screen and (max-width: 750px) {
	#information .information-post__main,
	#information .post-type-information__main {
		padding: 25px 20px 21px;
	}
}
#information .information-post__wrap,
#information .post-type-information__wrap {
	padding: 20px 40px 23px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
	#information .information-post__wrap,
	#information .post-type-information__wrap {
		padding: 20px 0 23px;
		border-radius: 5px;
	}
}
@media screen and (max-width: 750px) {
	#information .information-post__wrap .post-header,
	#information .post-type-information__wrap .post-header {
		margin: 0 20px;
	}
}
#information .information-post__wrap .post-header .flex,
#information .post-type-information__wrap .post-header .flex {
	flex-wrap: wrap;
}
#information .information-post .cat-list,
#information .post-type-information .cat-list {
	margin: 0 0 0 -45px;
}
@media screen and (max-width: 750px) {
	#information .information-post .cat-list,
	#information .post-type-information .cat-list {
		margin-left: -25px;
		padding: 0;
	}
}
#information .information-post .cat-list li,
#information .post-type-information .cat-list li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 11px 10px 0;
	background: #238c3c;
}
@media screen and (max-width: 750px) {
	#information .information-post .cat-list li,
	#information .post-type-information .cat-list li {
		margin: 0 8px 10px 0;
	}
}
#information .information-post .cat-list li:before,
#information .post-type-information .cat-list li:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 5px #09671f;
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
	transform: translateY(0);
}
#information .information-post .cat-list li:not(:first-of-type):before,
#information .post-type-information .cat-list li:not(:first-of-type):before {
	display: none;
}
#information .information-post .cat-list li a,
#information .post-type-information .cat-list li a {
	display: flex;
	text-decoration: none;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #fff;
}
#information .information-post .cat-list li .ribbon,
#information .post-type-information .cat-list li .ribbon {
	position: absolute;
	content: "";
	width: 12px;
	height: 100%;
	top: 0;
	right: -1px;
	background: #fff;
	z-index: 1;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
#information .information-post .metadata,
#information .post-type-information .metadata {
	color: #666666;
	align-self: center;
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	#information .information-post .metadata,
	#information .post-type-information .metadata {
		padding: 0;
	}
}
#information .information-post h1,
#information .information-post .post-box .post-contents .information-list h2,
#information .post-box .post-contents .information-list .information-post h2,
#information .post-type-information h1,
#information .post-type-information .post-box .post-contents .information-list h2,
#information .post-box .post-contents .information-list .post-type-information h2 {
	margin: 4px 0 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #238c3c;
}
@media screen and (max-width: 750px) {
	#information .information-post h1,
	#information .information-post .post-box .post-contents .information-list h2,
	#information .post-box .post-contents .information-list .information-post h2,
	#information .post-type-information h1,
	#information .post-type-information .post-box .post-contents .information-list h2,
	#information .post-box .post-contents .information-list .post-type-information h2 {
		font-size: 20px;
		line-height: 1.45;
		letter-spacing: 0;
	}
}
#information .information-post h2,
#information .post-type-information h2 {
	font-size: 28px;
	padding: 19px 0 21px;
	margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
	#information .information-post h2,
	#information .post-type-information h2 {
		font-size: 20px;
		padding: 15px 20px 17px;
		text-align: left;
	}
}
#information .information-post h3,
#information .post-type-information h3 {
	font-size: 22px;
	letter-spacing: 0.06em;
	padding: 18px 25px 17px 25px;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#information .information-post h3,
	#information .post-type-information h3 {
		font-size: 18px;
		padding: 17px 20px;
		margin-bottom: 25px;
	}
}
#information .information-post h3:before,
#information .post-type-information h3:before {
	width: 4px;
}
@media screen and (max-width: 750px) {
	#information .information-post h3:before,
	#information .post-type-information h3:before {
		width: 6px;
	}
}
#information .information-post h4,
#information .post-type-information h4 {
	font-size: 20px;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#information .information-post h4,
	#information .post-type-information h4 {
		font-size: 18px;
		padding-bottom: 12px;
		margin-bottom: 13px;
	}
}
#information .information-post h5,
#information .post-type-information h5 {
	font-size: 18px;
	padding: 1px 0 1px 20px;
	margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
	#information .information-post h5,
	#information .post-type-information h5 {
		font-size: 16px;
		padding: 6px 0 8px 18px;
		margin: 0 20px 10px;
	}
}
#information .information-post p,
#information .post-type-information p {
	line-height: 2.375;
}
@media screen and (max-width: 750px) {
	#information .information-post p,
	#information .post-type-information p {
		line-height: 2;
	}
}
#information .information-post img,
#information .post-type-information img {
	margin-bottom: 40px;
}
#information .information-post img.alignleft,
#information .post-type-information img.alignleft {
	width: 40%;
	margin: 11px 28px 0 0;
}
@media screen and (max-width: 750px) {
	#information .information-post img.alignleft,
	#information .post-type-information img.alignleft {
		display: block;
		width: auto !important;
		float: none;
		margin: 0 auto 14px;
	}
}
#information .information-post img.alignright,
#information .post-type-information img.alignright {
	width: 40%;
	margin: 10px 0 0 28px;
}
@media screen and (max-width: 750px) {
	#information .information-post img.alignright,
	#information .post-type-information img.alignright {
		display: block;
		width: auto !important;
		float: none;
		margin: 16px auto 0;
	}
}
#information .information-post .alignleft-wrap,
#information .post-type-information .alignleft-wrap {
	margin-bottom: 41px;
}
#information .information-post .alignright-wrap,
#information .post-type-information .alignright-wrap {
	margin-bottom: 50px;
}
#information .information-post blockquote,
#information .post-type-information blockquote {
	padding-bottom: 31px;
	margin-bottom: 40px;
}
#information .information-post blockquote p,
#information .post-type-information blockquote p {
	line-height: 2.125;
	letter-spacing: 0.08em;
}
#information .information-post table,
#information .post-type-information table {
	margin-bottom: 40px;
}
#information .information-post table td,
#information .post-type-information table td {
	padding: 17px 8px;
}
#information .information-post__share,
#information .post-type-information__share {
	display: flex;
	justify-content: flex-end;
	margin: 21px -2px 2px;
}
@media screen and (max-width: 750px) {
	#information .information-post__share,
	#information .post-type-information__share {
		margin: 16px -2px 0;
	}
}
#information .information-post__share-ttl,
#information .post-type-information__share-ttl {
	font-size: 14px;
	font-weight: 700;
	margin: -2px 5px 0px 0;
}
@media screen and (max-width: 750px) {
	#information .information-post__share-ttl,
	#information .post-type-information__share-ttl {
		margin: 1px 4px 0px 0;
		padding: 0;
	}
}
#information .information-post__share .addtoany_list a,
#information .post-type-information__share .addtoany_list a {
	padding: 0 2.5px;
}
#information .information-post__share .addtoany_list a:not(.addtoany_special_service) > span,
#information .post-type-information__share .addtoany_list a:not(.addtoany_special_service) > span {
	border-radius: 50% !important;
}
#information .information-post__share .addtoany_list a .a2a_svg svg,
#information .post-type-information__share .addtoany_list a .a2a_svg svg {
	width: 20px;
	height: 30px;
}
#information .information-post__share .addtoany_list a .a2a_svg.a2a_s_facebook,
#information .post-type-information__share .addtoany_list a .a2a_svg.a2a_s_facebook {
	background-color: #3f51b5 !important;
}
#information .information-post__share .addtoany_list a .a2a_svg.a2a_s_line svg,
#information .post-type-information__share .addtoany_list a .a2a_svg.a2a_s_line svg {
	width: 24px;
}

/* 執筆者
-----------------------------------------------------------------*/
#information .information-post .information-author {
	margin: 30px 0;
	background: #edfaf0;
	border-radius: 10px;
	overflow: hidden;
}
#information .information-post .information-author__ttl {
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #fff;
	background: #238c3c;
	border: none;
	margin: 0;
	padding: 10px 0 8px;
}
#information .information-post .information-author__inner {
	position: relative;
	display: flex;
	background-color: #edfaf0;
	padding: 30px;
}
#information .information-post .information-author__inner:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: calc(100% - 80px);
	height: 2px;
	transform: translateX(-50%);
	background-color: #fff;
}
#information .information-post .information-author__inner:last-of-type:after {
	display: none;
}
#information .information-post .information-author__img {
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
}
#information .information-post .information-author__img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #238c3c;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}
#information .information-post .information-author__txt {
	flex: 1 1 auto;
	padding: 7px 0 0 30px;
}
#information .information-post .information-author__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.0833333333;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
#information .information-post .information-author__intro {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}
#information .information-post .information-author__sns-links {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding-right: 10px;
}
#information .information-post .information-author__sns-links li {
	margin: 0 8px 0 0;
	padding: 0;
}
#information .information-post .information-author__sns-links li:last-child {
	margin-right: 0;
}
#information .information-post .information-author__sns-links li:before {
	display: none;
}
#information .information-post .information-author__sns-links li a {
	display: block;
	transition: opacity 0.1s ease;
}
#information .information-post .information-author__sns-links li a:hover {
	opacity: 0.8;
}
#information .information-post .information-author__sns-links li a img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
}
@media screen and (max-width: 750px) {
	#information .information-post .information-author {
		margin: 38px 20px 15px;
		border-radius: 5px;
	}
	#information .information-post .information-author__ttl {
		font-size: 16px;
		padding: 4px 0 6px;
		text-align: center;
	}
	#information .information-post .information-author__inner {
		display: block;
		padding: 20px 20px 25px;
	}
	#information .information-post .information-author__inner:after {
		width: calc(100% - 40px);
	}
	#information .information-post .information-author__img {
		margin: 0 auto 13px;
	}
	#information .information-post .information-author__txt {
		width: 100%;
		padding: 0;
	}
	#information .information-post .information-author__name {
		font-size: 20px;
		margin-bottom: 9px;
		padding: 0;
		text-align: center;
	}
	#information .information-post .information-author__intro {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 8px;
		padding: 0;
	}
	#information .information-post .information-author__sns-links {
		padding: 0;
	}
}

/* 共通パーツ：post-nav
-----------------------------------------------------------------*/
#information .information-post .c-post-nav .prev,
#information .information-post .c-post-nav .next {
	line-height: 1;
}
#information .information-post .c-post-nav .prev a .ttl,
#information .information-post .c-post-nav .next a .ttl {
	font-size: 14px;
	line-height: 1.7142857143;
}
@media screen and (max-width: 750px) {
	#information .information-post .c-post-nav .prev a .ttl,
	#information .information-post .c-post-nav .next a .ttl {
		font-size: 12px;
		line-height: 1.75;
	}
}
#information .information-post .c-post-nav .c-more-btn a {
	max-width: 230px;
	padding-left: 0;
}
@media screen and (max-width: 750px) {
	#information .information-post .c-post-nav .c-more-btn a {
		max-width: 280px;
	}
}

/* 関連記事
-----------------------------------------------------------------*/
#information .information-post .information-related {
	margin-top: 57px;
}
#information .information-post .information-related__ttl h2 {
	text-align: left;
	font-size: 24px;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	padding: 0 0 11px;
	margin-bottom: 30px;
	border-top: none;
	border-bottom: 2px solid #238c3c;
}
#information .information-post .information-related__list {
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 750px) {
	#information .information-post .information-related {
		margin-top: 24px;
		padding: 0 20px;
	}
	#information .information-post .information-related__ttl {
		margin-bottom: 30px;
	}
	#information .information-post .information-related__list {
		display: block;
	}
}
#information .information-post .information-related-item {
	width: 33.3333%;
	margin-right: 30px;
}
#information .information-post .information-related-item:last-child {
	margin-right: 0;
}
#information .information-post .information-related-item__link {
	display: block;
	text-decoration: none;
	transition: opacity 0.1s ease;
}
#information .information-post .information-related-item__link:hover {
	opacity: 0.8;
}
#information .information-post .information-related-item__thumb {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#information .information-post .information-related-item__thumb figure {
	position: relative;
	width: 100%;
	padding-top: 75.19%;
}
#information .information-post .information-related-item__thumb figure img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 4%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}
#information .information-post .information-related-item__term {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	background: #238c3c;
	padding: 3px 14px;
	margin-bottom: 0;
}
#information .information-post .information-related-item__date {
	color: #666;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 7px;
}
#information .information-post .information-related-item__ttl {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.06em;
	text-decoration: underline;
	-webkit-text-decoration-color: #a9a9a9;
	text-decoration-color: #a9a9a9;
	text-underline-offset: 7px;
}
@media screen and (max-width: 750px) {
	#information .information-post .information-related-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 18px;
	}
	#information .information-post .information-related-item:last-child {
		margin-bottom: 0;
	}
	#information .information-post .information-related-item__link {
		display: flex;
	}
	#information .information-post .information-related-item__thumb {
		width: 100px;
		margin-bottom: 0;
	}
	#information .information-post .information-related-item__term {
		position: initial;
		text-align: center;
		font-size: 12px;
		line-height: 1;
		margin-right: 10px;
		padding: 2px 5px;
		transform: translateY(0px);
	}
	#information .information-post .information-related-item__txt {
		width: calc(100% - 100px);
		padding-left: 10px;
	}
	#information .information-post .information-related-item__txt-wrap {
		display: flex;
		align-items: center;
	}
	#information .information-post .information-related-item__date {
		font-size: 12px;
		margin-bottom: 0;
		padding: 0;
	}
	#information .information-post .information-related-item__ttl {
		font-size: 14px;
		padding: 0;
	}
}

/*サイドバー(一覧・詳細)共通
-----------------------------------------------------------------*/
#information .information-sidebar {
	width: 320px;
	padding-left: 40px;
}
@media screen and (max-width: 959px) {
	#information .information-sidebar {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#information .information-sidebar {
		margin-top: 25px;
		padding: 0 20px;
	}
}
#information .information-sidebar-search {
	position: relative;
	margin-bottom: 24px;
}
#information .information-sidebar-search__inner {
	display: flex;
	align-items: center;
	padding: 14px 13px 11px 18px;
	position: relative;
	background-color: #fafafa;
	border-radius: 6px;
	line-height: 1;
	border: 2px solid #dbdbdb;
}
#information .information-sidebar-search__inner input[type="text"] {
	width: calc(100% - 40px);
	height: 100%;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.07em;
}
#information .information-sidebar-search__inner input[type="submit"] {
	padding: 0;
	transform: translateY(-2px);
	width: 40px;
	height: 31px;
	background: url(../img/information/search.png) center/20px no-repeat;
}
#information .information-sidebar-search__inner ::-moz-placeholder {
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #82878c;
}
#information .information-sidebar-search__inner :-ms-input-placeholder {
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #82878c;
}
#information .information-sidebar-search__inner ::placeholder {
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #82878c;
}
@media screen and (max-width: 750px) {
	#information .information-sidebar-search__inner input[type="text"] {
		font-size: 13px;
	}
	#information .information-sidebar-search__inner input[type="submit"] {
		background: url(../img/information/search.png) center/20px no-repeat;
	}
}
#information .information-sidebar-ranking {
	margin-bottom: 27px;
}
#information .information-sidebar-ranking__ttl,
#information .information-sidebar-category__ttl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 2px solid #238c3c;
	margin-bottom: 20px;
}
#information .information-sidebar-ranking__ttl--ja,
#information .information-sidebar-category__ttl--ja {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
#information .information-sidebar-ranking__ttl--en,
#information .information-sidebar-category__ttl--en {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #238c3c;
}
#information .information-sidebar-ranking__list {
	margin: 0;
}
@media screen and (max-width: 959px) {
	#information .information-sidebar-ranking {
		margin-bottom: 24px;
	}
	#information .information-sidebar-ranking__ttl--ja,
	#information .information-sidebar-category__ttl--ja {
		padding: 0;
	}
	#information .information-sidebar-ranking__ttl--en,
	#information .information-sidebar-category__ttl--en {
		padding: 0;
	}
	#information .information-sidebar-ranking__list {
		padding: 0;
	}
}
#information .information-ranking-item {
	padding: 0;
	margin-bottom: 21px;
	background: linear-gradient(to right, #000 1px, transparent 1px) left bottom/3px 1px repeat-x;
}
#information .information-ranking-item:before {
	content: counter(ol_li);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 20px;
	width: 45px;
	height: 45px;
	top: 14px;
	left: -7px;
	color: #fff;
	background-color: #238c3c;
	border-radius: 50%;
	z-index: 1;
}
#information .information-ranking-item:last-child {
	margin-bottom: 0;
	background: none;
}
#information .information-ranking-item__link {
	display: block;
	width: 100%;
	text-decoration: none;
	transition: opacity 0.1s ease;
}
#information .information-ranking-item__link:hover {
	opacity: 0.8;
}
#information .information-ranking-item__thumb {
	width: 100%;
	margin-bottom: 14px;
}
#information .information-ranking-item__thumb figure {
	position: relative;
	width: 100%;
	padding-top: 75%;
}
#information .information-ranking-item__thumb figure img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}
#information .information-ranking-item__txt {
	line-height: 1.6;
	padding-bottom: 17px;
}
#information .information-ranking-item__ttl {
	display: inline;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.06em;
	padding: 0;
	background: none;
}
#information .information-ranking-item__ttl:before {
	display: none;
}
@media screen and (max-width: 959px) {
	#information .information-ranking-item:before {
		top: 8px;
		left: -4px;
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
	#information .information-ranking-item__link {
		display: flex;
		align-items: center;
	}
	#information .information-ranking-item__thumb {
		width: 100px;
	}
	#information .information-ranking-item__thumb figure {
		padding-top: 80%;
	}
	#information .information-ranking-item__txt {
		width: calc(100% - 100px);
		padding-left: 10px;
	}
	#information .information-ranking-item__ttl {
		font-size: 15px;
	}
}
#information .information-sidebar-category__ttl {
	margin-bottom: 0;
}
#information .information-sidebar-category__list {
	margin: 0;
}
#information .information-sidebar-category__item {
	margin: 0;
	padding: 15px 0 17px 0;
	background: linear-gradient(to right, #000 1px, transparent 1px) left bottom/3px 1px repeat-x;
}
#information .information-sidebar-category__item:before {
	display: none;
}
#information .information-sidebar-category__item a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.045em;
	transition: background-color 0.3s ease;
	text-decoration: none;
}
#information .information-sidebar-category__item a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 93%;
	display: block;
	width: 9px;
	height: 12px;
	background: url(../img/common/r_g_arrow.svg) center/contain no-repeat;
	margin: auto;
	transition: left 0.3s ease;
}
#information .information-sidebar-category__item a:hover {
	opacity: 1;
}
#information .information-sidebar-category__item a:hover::after {
	left: 97%;
}
#information .information-sidebar-category__child-list {
	margin: 0;
	padding: 10px 0 0 21px;
}
#information .information-sidebar-category__child-item {
	padding-left: 17px;
	margin-bottom: 16px;
}
#information .information-sidebar-category__child-item:last-of-type {
	margin-bottom: 6px;
}
#information .information-sidebar-category__child-item:before {
	width: 10px;
	height: 2px;
	top: 50%;
}
#information .information-sidebar-category__child-item a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-decoration: underline;
	text-underline-offset: 7px;
}
#information .information-sidebar-category__child-item a:after {
	display: none;
}
#information .information-sidebar-category__child-item a:hover {
	color: #238c3c;
	-webkit-text-decoration-color: #238c3c;
	text-decoration-color: #238c3c;
}
@media screen and (max-width: 959px) {
	#information .information-sidebar-category__list {
		margin: 0;
		padding: 0;
	}
}

/*新着情報一覧ページ
-----------------------------------------------------------------*/
#information #page-ttl {
	background: url("../img/information/mv.jpg") center/cover no-repeat;
}
#information #page-ttl .box-wrap {
	min-width: 400px;
}
@media screen and (max-width: 750px) {
	#information #page-ttl .box-wrap {
		min-width: 360px;
	}
}
#information .post-box .post-contents {
	margin-top: 7px;
}
#information .post-box .post-contents a {
	text-decoration: none;
}
#information .post-box .post-contents .cat-list li {
	text-decoration: none;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #fff;
}
#information .post-box .post-contents .information-list {
	max-width: 870px;
	width: 100%;
}
@media screen and (max-width: 959px) {
	#information .post-box .post-contents .information-list {
		max-width: initial;
	}
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list {
		margin-bottom: 60px;
	}
}
#information .post-box .post-contents .information-list .information-post:not(:first-of-type) .information-post__main {
	padding-top: 0;
}
#information .post-box .post-contents .information-list .information-post__main a:hover {
	opacity: 1;
}
#information .post-box .post-contents .information-list .information-post__main a:hover .information-post__wrap {
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.16);
}
#information .post-box .post-contents .information-list .information-post__main a:hover .aqt-btn-04 {
	background: url(../img/common/r_w_arrow_back_g.svg) right 0px top 6px/16px no-repeat;
}
#information .post-box .post-contents .information-list .information-post__wrap {
	padding-bottom: 30px;
	transition: all 0.3s;
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list .information-post__wrap {
		padding-bottom: 13px;
	}
}
#information .post-box .post-contents .information-list h2 {
	text-align: left;
}
#information .post-box .post-contents .information-list__flex {
	display: flex;
	margin-top: 14px;
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list__flex {
		display: block;
		margin-top: 19px;
		padding: 0 20px;
	}
}
#information .post-box .post-contents .information-list__thumb {
	position: relative;
	width: 40%;
	height: 0;
	padding-top: 30%;
	margin: 11px 30px 0 0;
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list__thumb {
		width: 100%;
		padding-top: 58.5%;
		margin: 19px 0 13px 0;
	}
}
#information .post-box .post-contents .information-list__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}
#information .post-box .post-contents .information-list__content {
	width: 56%;
	text-align: right;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list__content {
		width: 100%;
	}
}
#information .post-box .post-contents .information-list__content p {
	text-align: left;
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list__content p {
		margin-bottom: 13px;
		padding: 0;
	}
}
#information .post-box .post-contents .information-list .aqt-btn-04 {
	line-height: 1.625;
	align-self: flex-end;
	margin-bottom: 17px;
	background: url(../img/common/r_w_arrow_back_g.svg) right 5px top 6px/16px no-repeat;
}
@media screen and (max-width: 750px) {
	#information .post-box .post-contents .information-list .aqt-btn-04 {
		margin-top: 2px;
		padding: 0 33px 5px 0;
		background-position: right 0px top 6px;
	}
}
#information .post-box .post-contents .information-sidebar-category__child-item a {
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#information .c-pagination__list li {
		margin-bottom: 20px;
	}
}
#information .c-pagination__list li a:hover {
	opacity: 1;
	transition: all ease 0.3s;
}

/*新着情報一覧　検索結果
-----------------------------------------------------------------*/
.information-search__txt {
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 2;
}

/*フッター
-----------------------------------------------------------------*/
#information footer {
	margin-top: 110px;
}
@media screen and (max-width: 959px) {
	#information footer {
		margin-top: 80px;
	}
}
@media screen and (max-width: 750px) {
	#information footer {
		margin-top: 60px;
	}
}

#information footer.footer-information-archive {
	margin-top: 121px;
}
@media screen and (max-width: 959px) {
	#information footer.footer-information-archive {
		margin-top: 80px;
	}
}
@media screen and (max-width: 750px) {
	#information footer.footer-information-archive {
		margin-top: 60px;
	}
}

.contact-remaining {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	background: #fff;
	border: solid 1px #238c3c;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}
@media screen and (max-width: 750px) {
	.contact-remaining {
		right: 0;
		left: 0;
		bottom: 60px;
		display: block;
		font-size: 1.4rem;
	}
}
.contact-remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.contact-remaining .read {
	padding: 10px 20px;
}
@media screen and (max-width: 750px) {
	.contact-remaining .read {
		display: none;
	}
}
.contact-remaining .num {
	background: #238c3c;
	color: #fff;
	padding: 5px 20px;
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#mfp_hidden input {
	margin: 10px;
}

div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}

div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}

div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}

div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}

#contact #page-ttl,
#thanks #page-ttl {
	background: url("../img/contact/mv01.jpg") center/cover no-repeat;
}

.contact-form {
	background: #f7f6f2;
	padding-bottom: 81px;
}

.contact .fee-individual__free-txt-1 {
	margin-top: 3px;
}

.contact-top {
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.contact-top {
		margin-bottom: 50px;
	}
}

.contact-top__txt-1 {
	font-size: 48px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	margin-top: 6px;
}
@media screen and (max-width: 750px) {
	.contact-top__txt-1 {
		font-size: 22px;
	}
}

.contact-top__txt-2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.06em;
	margin-top: 16px;
}
@media screen and (max-width: 750px) {
	.contact-top__txt-2 {
		font-size: 16px;
	}
}

.contact-top__box-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
@media screen and (max-width: 750px) {
	.contact-top__box-wrapper {
		display: block;
	}
}

.contact-top__box {
	width: 48.3%;
	border: 2px solid #238c3c;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.contact-top__box {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}
}
.contact-top__box:nth-of-type(2) {
	border: 2px solid #0371c6;
}
.contact-top__box:nth-of-type(2) .contact-top__box-ttl {
	background: #0371c6;
}
.contact-top__box:nth-of-type(2) .contact-top__box-ttl::before {
	background: url(../img/common/icon_online.svg) center/contain no-repeat;
}

.contact-top__box-ttl {
	color: #fff;
	background: #238c3c;
	font-size: 22px;
	padding: 7px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
	.contact-top__box-ttl {
		height: 33px;
		font-size: 16px;
		padding-right: 25px;
	}
}
.contact-top__box-ttl::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 25px;
	background: url(../img/common/icon_meeting.svg) center/contain no-repeat;
	margin-right: 12px;
}
@media screen and (max-width: 750px) {
	.contact-top__box-ttl::before {
		width: 14.5px;
		height: 16.5px;
		margin-right: 10px;
	}
}

.contact-top__box-txt {
	padding: 21.5px 37px;
	line-height: 2;
	letter-spacing: 0.053em;
}
@media screen and (max-width: 750px) {
	.contact-top__box-txt {
		font-size: 14px;
		line-height: 1.6428571429;
		padding: 15px 20px;
	}
}

.contact-form__top {
	padding: 54px 0 0;
}
@media screen and (max-width: 750px) {
	.contact-form__top {
		padding-top: 34px;
	}
}

.contact-form__top-head {
	text-align: center;
	margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
	.contact-form__top-head {
		margin-bottom: 18px;
	}
}

.contact-form__note {
	display: flex;
}
@media screen and (max-width: 750px) {
	.contact-form__note {
		display: block;
	}
}

.contact-form__note-head {
	color: #238c3c;
	border: 2px solid #238c3c;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 2px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
	.contact-form__note-head {
		font-size: 14px;
		width: 100%;
		border: 1px solid #238c3c;
		padding: 10px;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
}

.contact-form__note-item {
	padding-left: 10px;
	position: relative;
	margin-bottom: 8px;
	padding-left: 13px;
	letter-spacing: 0.082em;
	font-size: 14px;
}
@media screen and (max-width: 750px) {
	.contact-form__note-item {
		font-size: 12px;
		padding-left: 0;
		margin-bottom: 8px;
		line-height: 1.8;
	}
}
.contact-form__note-item:last-of-type {
	margin-bottom: 0;
}

.contact-form__main-wrapper {
	border: 3px solid #333;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 48px;
	position: relative;
}
@media screen and (max-width: 750px) {
	.contact-form__main-wrapper {
		margin-top: 26px;
		border: 2px solid #333;
		border-radius: 5px;
	}
}
.contact-form__main-wrapper::before {
	position: absolute;
	content: "";
	background: url(../img/contact/img01.png) center/contain no-repeat;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 135px;
	height: 33px;
}
@media screen and (max-width: 750px) {
	.contact-form__main-wrapper::before {
		width: 84.5px;
		height: 20.5px;
		background: url(../img/contact/img02.png) center/contain no-repeat;
		top: -6px;
	}
}

.contact-form__main {
	border: 6px solid #238c3c;
	background: #fff;
	padding: 53px 40px 59px;
}
@media screen and (max-width: 750px) {
	.contact-form__main {
		border: 4px solid #238c3c;
		padding: 24px 15px 29px;
	}
}

.form-step {
	justify-content: space-between;
}
.form-step p {
	background: #b3b3b3;
	color: #fff;
	width: 33.1%;
	font-weight: 600;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.08em;
	position: relative;
}
@media screen and (max-width: 750px) {
	.form-step p {
		font-size: 12px;
		height: 35px;
	}
}
.form-step p span {
	margin-right: 7px;
}
.form-step p::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 16px;
	border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 750px) {
	.form-step p::before {
		border-width: 16px 0 0 10px;
	}
}
.form-step p::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 16px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 750px) {
	.form-step p::after {
		border-width: 0 0 16px 10px;
	}
}
.form-step .step-03::before,
.form-step .step-03::after {
	content: none;
}

#mailformpro .step-01 {
	background: #238c3c;
}

#mfp_phase_confirm .step-02 {
	background: #238c3c;
}

#thanks .step-03 {
	background: #238c3c;
}

.contact-form__main dl,
.thanks-main dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
}
@media screen and (max-width: 750px) {
	.contact-form__main dl,
	.thanks-main dl {
		display: block;
		margin-top: 0;
	}
}
.contact-form__main dt,
.contact-form__main dd,
.thanks-main dt,
.thanks-main dd {
	border-bottom: 1px dotted #b2b2b2;
	padding: 24px 0 26px;
}
@media screen and (max-width: 750px) {
	.contact-form__main dt,
	.contact-form__main dd,
	.thanks-main dt,
	.thanks-main dd {
		width: 100%;
	}
}
.contact-form__main dt,
.thanks-main dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 31%;
	font-size: 17px;
	font-weight: bold;
	padding: 37px 20px 0;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
	.contact-form__main dt,
	.thanks-main dt {
		width: 100%;
		padding: 21px 0 0;
		border: none;
		justify-content: flex-start;
	}
}
.contact-form__main dd,
.thanks-main dd {
	width: 69%;
}
@media screen and (max-width: 750px) {
	.contact-form__main dd,
	.thanks-main dd {
		width: 100%;
		padding: 15px 0 20px;
	}
}
.contact-form__main dd input[type="text"],
.contact-form__main dd input[type="tel"],
.contact-form__main dd input[type="email"],
.thanks-main dd input[type="text"],
.thanks-main dd input[type="tel"],
.thanks-main dd input[type="email"] {
	height: 50px;
	border: 2px solid #dbdbdb;
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
	padding-left: 14px;
	letter-spacing: 0.07em;
	padding-top: 3px;
}
.contact-form__main dd input[type="text"]::-moz-placeholder,
.contact-form__main dd input[type="tel"]::-moz-placeholder,
.contact-form__main dd input[type="email"]::-moz-placeholder,
.thanks-main dd input[type="text"]::-moz-placeholder,
.thanks-main dd input[type="tel"]::-moz-placeholder,
.thanks-main dd input[type="email"]::-moz-placeholder {
	color: #999;
}
.contact-form__main dd input[type="text"]:-ms-input-placeholder,
.contact-form__main dd input[type="tel"]:-ms-input-placeholder,
.contact-form__main dd input[type="email"]:-ms-input-placeholder,
.thanks-main dd input[type="text"]:-ms-input-placeholder,
.thanks-main dd input[type="tel"]:-ms-input-placeholder,
.thanks-main dd input[type="email"]:-ms-input-placeholder {
	color: #999;
}
.contact-form__main dd input[type="text"]::placeholder,
.contact-form__main dd input[type="tel"]::placeholder,
.contact-form__main dd input[type="email"]::placeholder,
.thanks-main dd input[type="text"]::placeholder,
.thanks-main dd input[type="tel"]::placeholder,
.thanks-main dd input[type="email"]::placeholder {
	color: #999;
}
@media screen and (max-width: 750px) {
	.contact-form__main dd input[type="text"],
	.contact-form__main dd input[type="tel"],
	.contact-form__main dd input[type="email"],
	.thanks-main dd input[type="text"],
	.thanks-main dd input[type="tel"],
	.thanks-main dd input[type="email"] {
		border: 1px solid #dbdbdb;
	}
}
.contact-form__main dd textarea,
.thanks-main dd textarea {
	height: 140px !important;
	border: 2px solid #dbdbdb;
	width: 100% !important;
	font-size: 16px;
	border-radius: 3px;
	padding: 11px 14px;
	margin-bottom: -6px;
	letter-spacing: 0.07em;
}
.contact-form__main dd textarea::-moz-placeholder,
.thanks-main dd textarea::-moz-placeholder {
	color: #999;
}
.contact-form__main dd textarea:-ms-input-placeholder,
.thanks-main dd textarea:-ms-input-placeholder {
	color: #999;
}
.contact-form__main dd textarea::placeholder,
.thanks-main dd textarea::placeholder {
	color: #999;
}
@media screen and (max-width: 750px) {
	.contact-form__main dd textarea,
	.thanks-main dd textarea {
		border: 1px solid #dbdbdb;
	}
}
.contact-form__main dd select,
.thanks-main dd select {
	height: 50px;
	border: 2px solid #dbdbdb;
	width: 100%;
	max-width: 290px;
	color: #111;
	font-size: 16px;
	border-radius: 3px;
	padding-left: 13px;
	letter-spacing: 0.07em;
	cursor: pointer;
	background: url(../img/contact/icon02.png) right 11px top 50%/16px 10px no-repeat;
}
@media screen and (max-width: 750px) {
	.contact-form__main dd select,
	.thanks-main dd select {
		border: 1px solid #dbdbdb;
	}
}
.contact-form__main .req-label,
.thanks-main .req-label {
	background: #0371c6;
	color: #fff;
	font-size: 14px;
	padding: 2px 11px;
	border-radius: 3px;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	.contact-form__main .req-label,
	.thanks-main .req-label {
		margin-left: 8px;
	}
}
.contact-form__main .pp-box,
.thanks-main .pp-box {
	overflow-y: scroll;
	border: 1px solid #b3b3b3;
	margin-top: 29px;
	height: 150px;
	padding: 27px 28px;
}
@media screen and (max-width: 750px) {
	.contact-form__main .pp-box,
	.thanks-main .pp-box {
		padding: 20px;
	}
}
.contact-form__main .pp-box h2,
.thanks-main .pp-box h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin-bottom: 17px;
}
.contact-form__main .pp-box h3,
.contact-form__main .pp-box p,
.contact-form__main .pp-box li,
.thanks-main .pp-box h3,
.thanks-main .pp-box p,
.thanks-main .pp-box li {
	font-size: 14px;
	letter-spacing: 0.045em;
	line-height: 2;
	color: #333;
}
.contact-form__main .pp-box p,
.contact-form__main .pp-box ol,
.thanks-main .pp-box p,
.thanks-main .pp-box ol {
	margin-bottom: 17px;
}
.contact-form__main .pp-box ol,
.thanks-main .pp-box ol {
	padding-left: 2em;
	counter-reset: i;
}
.contact-form__main .pp-box li,
.thanks-main .pp-box li {
	counter-increment: i;
}
.contact-form__main .pp-box li::before,
.thanks-main .pp-box li::before {
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}
.contact-form__main .pp-box .l1 li::before,
.thanks-main .pp-box .l1 li::before {
	content: counter(i) ".";
}
.contact-form__main .pp-box .l2 li::before,
.thanks-main .pp-box .l2 li::before {
	content: "(" counter(i) ")";
}
.contact-form__main .pp-box .l3 li::before,
.thanks-main .pp-box .l3 li::before {
	content: counter(i, katakana);
}
.contact-form__main .submit-box .agree,
.thanks-main .submit-box .agree {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	margin: 39px 0 26px;
	flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
	.contact-form__main .submit-box .agree,
	.thanks-main .submit-box .agree {
		flex-direction: column;
		align-items: center;
		margin: 30px 0 17px;
	}
	.contact-form__main .submit-box .agree .req-label,
	.thanks-main .submit-box .agree .req-label {
		margin: 0;
	}
}
.contact-form__main .submit-box .agree .mfp_err,
.thanks-main .submit-box .agree .mfp_err {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.contact-form__main .submit-box .agree .mfp_err:empty,
.thanks-main .submit-box .agree .mfp_err:empty {
	margin: 0;
}
.contact-form__main .submit-box .agree .mfp_element_checkbox,
.thanks-main .submit-box .agree .mfp_element_checkbox {
	display: none;
}
.contact-form__main .submit-box .agree label,
.thanks-main .submit-box .agree label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 61px;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
	.contact-form__main .submit-box .agree label,
	.thanks-main .submit-box .agree label {
		margin: 8px 0 0;
		justify-content: space-between;
		width: 100%;
	}
}
.contact-form__main .submit-box .agree label .checkbox__mark,
.thanks-main .submit-box .agree label .checkbox__mark {
	display: block;
	margin: 0 12px 0 13px;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 2px solid #ccc;
	position: relative;
}
@media screen and (max-width: 750px) {
	.contact-form__main .submit-box .agree label .checkbox__mark,
	.thanks-main .submit-box .agree label .checkbox__mark {
		margin: 0;
	}
}
.contact-form__main .submit-box .agree .mfp_element_checkbox:checked + input + label .checkbox__mark::before,
.thanks-main .submit-box .agree .mfp_element_checkbox:checked + input + label .checkbox__mark::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/contact/icon04.png) center/cover no-repeat;
	width: 16px;
	height: 13px;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
	.contact-form__main .submit-box .agree .mfp_element_checkbox:checked + input + label .checkbox__mark::before,
	.thanks-main .submit-box .agree .mfp_element_checkbox:checked + input + label .checkbox__mark::before {
		width: 22.5px;
		height: 17px;
		left: calc(50% + 2px);
	}
}
.contact-form__main .mfp_element_submit,
.contact-form__main .mfp_element_button,
.contact-form__main .thanks-btn a,
.thanks-main .mfp_element_submit,
.thanks-main .mfp_element_button,
.thanks-main .thanks-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	background: #238c3c;
	color: #fff;
	font-size: 20px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	margin: auto;
	position: relative;
	transition: 0.3s;
	border: 2px solid #238c3c;
}
.contact-form__main .mfp_element_submit:hover,
.contact-form__main .mfp_element_button:hover,
.contact-form__main .thanks-btn a:hover,
.thanks-main .mfp_element_submit:hover,
.thanks-main .mfp_element_button:hover,
.thanks-main .thanks-btn a:hover {
	background: #fff;
	color: #238c3c;
}
.contact-form__main .mfp_element_submit:hover::after,
.contact-form__main .mfp_element_button:hover::after,
.contact-form__main .thanks-btn a:hover::after,
.thanks-main .mfp_element_submit:hover::after,
.thanks-main .mfp_element_button:hover::after,
.thanks-main .thanks-btn a:hover::after {
	background-image: url(../img/common/r_g_arrow.svg);
}
@media screen and (max-width: 750px) {
	.contact-form__main .mfp_element_submit,
	.contact-form__main .mfp_element_button,
	.contact-form__main .thanks-btn a,
	.thanks-main .mfp_element_submit,
	.thanks-main .mfp_element_button,
	.thanks-main .thanks-btn a {
		width: 100%;
		height: 51px;
		font-size: 18px;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	}
}
.contact-form__main .mfp_element_submit.disable,
.contact-form__main .mfp_element_submit#mfp_button_cancel,
.contact-form__main .mfp_element_button.disable,
.contact-form__main .mfp_element_button#mfp_button_cancel,
.contact-form__main .thanks-btn a.disable,
.contact-form__main .thanks-btn a#mfp_button_cancel,
.thanks-main .mfp_element_submit.disable,
.thanks-main .mfp_element_submit#mfp_button_cancel,
.thanks-main .mfp_element_button.disable,
.thanks-main .mfp_element_button#mfp_button_cancel,
.thanks-main .thanks-btn a.disable,
.thanks-main .thanks-btn a#mfp_button_cancel {
	background: #aaa;
	border: 2px solid #aaa;
}
.contact-form__main .mfp_element_submit.disable::after,
.contact-form__main .mfp_element_submit#mfp_button_cancel::after,
.contact-form__main .mfp_element_button.disable::after,
.contact-form__main .mfp_element_button#mfp_button_cancel::after,
.contact-form__main .thanks-btn a.disable::after,
.contact-form__main .thanks-btn a#mfp_button_cancel::after,
.thanks-main .mfp_element_submit.disable::after,
.thanks-main .mfp_element_submit#mfp_button_cancel::after,
.thanks-main .mfp_element_button.disable::after,
.thanks-main .mfp_element_button#mfp_button_cancel::after,
.thanks-main .thanks-btn a.disable::after,
.thanks-main .thanks-btn a#mfp_button_cancel::after {
	left: 27px;
	transform: scale(-1, 1) translateY(-50%);
}
.contact-form__main .mfp_element_submit.disable:hover,
.contact-form__main .mfp_element_submit#mfp_button_cancel:hover,
.contact-form__main .mfp_element_button.disable:hover,
.contact-form__main .mfp_element_button#mfp_button_cancel:hover,
.contact-form__main .thanks-btn a.disable:hover,
.contact-form__main .thanks-btn a#mfp_button_cancel:hover,
.thanks-main .mfp_element_submit.disable:hover,
.thanks-main .mfp_element_submit#mfp_button_cancel:hover,
.thanks-main .mfp_element_button.disable:hover,
.thanks-main .mfp_element_button#mfp_button_cancel:hover,
.thanks-main .thanks-btn a.disable:hover,
.thanks-main .thanks-btn a#mfp_button_cancel:hover {
	background: #fff;
	color: #aaa;
}
.contact-form__main .mfp_element_submit.disable:hover::after,
.contact-form__main .mfp_element_submit#mfp_button_cancel:hover::after,
.contact-form__main .mfp_element_button.disable:hover::after,
.contact-form__main .mfp_element_button#mfp_button_cancel:hover::after,
.contact-form__main .thanks-btn a.disable:hover::after,
.contact-form__main .thanks-btn a#mfp_button_cancel:hover::after,
.thanks-main .mfp_element_submit.disable:hover::after,
.thanks-main .mfp_element_submit#mfp_button_cancel:hover::after,
.thanks-main .mfp_element_button.disable:hover::after,
.thanks-main .mfp_element_button#mfp_button_cancel:hover::after,
.thanks-main .thanks-btn a.disable:hover::after,
.thanks-main .thanks-btn a#mfp_button_cancel:hover::after {
	background: url(../img/contact/icon03.png) center/cover no-repeat;
	filter: brightness(0) saturate(100%) invert(71%) sepia(9%) saturate(10%) hue-rotate(358deg) brightness(95%) contrast(92%);
}
.contact-form__main .mfp_element_submit.disable::after,
.contact-form__main .mfp_element_button.disable::after,
.contact-form__main .thanks-btn a.disable::after,
.thanks-main .mfp_element_submit.disable::after,
.thanks-main .mfp_element_button.disable::after,
.thanks-main .thanks-btn a.disable::after {
	content: none;
}
.contact-form__main .mfp_element_submit::after,
.contact-form__main .mfp_element_button::after,
.contact-form__main .thanks-btn a::after,
.thanks-main .mfp_element_submit::after,
.thanks-main .mfp_element_button::after,
.thanks-main .thanks-btn a::after {
	position: absolute;
	content: "";
	background: url(../img/contact/icon03.png) center/cover no-repeat;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 12px;
	height: 18px;
}
@media screen and (max-width: 750px) {
	.contact-form__main .mfp_element_submit::after,
	.contact-form__main .mfp_element_button::after,
	.contact-form__main .thanks-btn a::after,
	.thanks-main .mfp_element_submit::after,
	.thanks-main .mfp_element_button::after,
	.thanks-main .thanks-btn a::after {
		width: 9.5px;
		height: 15.5px;
		right: 20px;
	}
}
.contact-form__main .form-head,
.contact-form__main #mfp_phase_confirm_inner h4,
.thanks-main .form-head,
.thanks-main #mfp_phase_confirm_inner h4 {
	background: #f3f9f4;
	color: #238c3c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 29px 0 0;
	padding: 19px;
	letter-spacing: 0.04em;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.contact-form__main .form-head,
	.contact-form__main #mfp_phase_confirm_inner h4,
	.thanks-main .form-head,
	.thanks-main #mfp_phase_confirm_inner h4 {
		margin: 20px 0 -6px;
		font-size: 16px;
		text-align: left;
		padding: 13px;
	}
}
.contact-form__main #mfp_confirm_table,
.thanks-main #mfp_confirm_table {
	width: 100%;
	margin-bottom: 59px;
}
.contact-form__main #mfp_confirm_table tr,
.thanks-main #mfp_confirm_table tr {
	border-bottom: 1px dotted #b2b2b2;
}
@media screen and (max-width: 750px) {
	.contact-form__main #mfp_confirm_table tr,
	.thanks-main #mfp_confirm_table tr {
		display: flex;
		flex-direction: column;
	}
}
.contact-form__main #mfp_confirm_table th,
.thanks-main #mfp_confirm_table th {
	font-size: 17px;
	font-weight: bold;
	padding: 25px 20px;
	width: 31%;
}
@media screen and (max-width: 750px) {
	.contact-form__main #mfp_confirm_table th,
	.thanks-main #mfp_confirm_table th {
		width: 100%;
		font-size: 15px;
	}
}
.contact-form__main #mfp_confirm_table td,
.thanks-main #mfp_confirm_table td {
	font-size: 16px;
	padding: 25px 0;
	width: 69px;
}
@media screen and (max-width: 750px) {
	.contact-form__main #mfp_confirm_table td,
	.thanks-main #mfp_confirm_table td {
		width: 100%;
		font-size: 15px;
		padding: 0 20px 25px;
	}
}
.contact-form__main .mfp_buttons,
.thanks-main .mfp_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
	.contact-form__main .mfp_buttons,
	.thanks-main .mfp_buttons {
		flex-direction: column;
	}
}
.contact-form__main .form-schedule,
.thanks-main .form-schedule {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
	.contact-form__main .form-schedule,
	.thanks-main .form-schedule {
		display: block;
	}
}
.contact-form__main .form-schedule:last-of-type,
.thanks-main .form-schedule:last-of-type {
	margin-bottom: 0;
}
.contact-form__main .form-schedule .datepicker,
.contact-form__main .form-schedule select,
.thanks-main .form-schedule .datepicker,
.thanks-main .form-schedule select {
	max-width: 250px;
	color: #111;
}
@media screen and (max-width: 750px) {
	.contact-form__main .form-schedule .datepicker,
	.contact-form__main .form-schedule select,
	.thanks-main .form-schedule .datepicker,
	.thanks-main .form-schedule select {
		max-width: none;
	}
}
.contact-form__main .form-schedule .datepicker,
.thanks-main .form-schedule .datepicker {
	margin-right: 20px;
	height: 50px;
	border: 2px solid #dbdbdb;
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
	padding-left: 13px;
	position: relative;
	background: url(../img/contact/icon01.png) right 14px top 50%/17px 19px no-repeat;
}
.contact-form__main .form-schedule .datepicker::-moz-placeholder,
.thanks-main .form-schedule .datepicker::-moz-placeholder {
	color: #111;
}
.contact-form__main .form-schedule .datepicker:-ms-input-placeholder,
.thanks-main .form-schedule .datepicker:-ms-input-placeholder {
	color: #111;
}
.contact-form__main .form-schedule .datepicker::placeholder,
.thanks-main .form-schedule .datepicker::placeholder {
	color: #111;
}
@media screen and (max-width: 750px) {
	.contact-form__main .form-schedule .datepicker,
	.thanks-main .form-schedule .datepicker {
		border: 1px solid #dbdbdb;
		margin-bottom: 10px;
		background: url(../img/contact/icon01.png) right 14px top 50%/14.5px 16.5px no-repeat;
	}
}
.contact-form__main .form-schedule__head,
.thanks-main .form-schedule__head {
	margin-right: 20px;
}
@media screen and (max-width: 750px) {
	.contact-form__main .form-schedule__head,
	.thanks-main .form-schedule__head {
		margin-bottom: 9px;
	}
}
.contact-form__main .mfp_err,
.thanks-main .mfp_err {
	color: #f00;
}

.contact-bottom {
	padding: 72px 0 0;
}

.contact-form__bottom-head {
	text-align: center;
	margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-head .c-sec-ttl__ja {
		font-size: 30px;
	}
}

.contact-form__bottom-txt {
	line-height: 2;
	margin-bottom: 30px;
	letter-spacing: 0.084em;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-txt {
		font-size: 14px;
		text-align: left;
	}
}

.contact-form__bottom-list {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-list {
		flex-wrap: wrap;
	}
}

.contact-form__bottom-item {
	width: 31.4%;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-item {
		width: 48%;
	}
}

.contact-form__bottom-item a {
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: 0.3s;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-item a {
		margin-bottom: 30px;
	}
}
.contact-form__bottom-item a:hover {
	opacity: 0.7;
}

.contact-form__bottom-item__head {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.018em;
	margin: 20px 0 7px;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-item__head {
		font-size: 18px;
		margin-top: 15px;
	}
}

.contact-form__bottom-item__tel {
	font-size: 18px;
	border-bottom: 2px solid #238c3c;
	letter-spacing: 0.04em;
	padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-item__tel {
		font-size: 14px;
	}
}

.contact-form__bottom-time {
	background: #f5f5f5;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.06em;
	margin: 29px 0 30px;
	padding: 20px;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-time {
		text-align: left;
		font-size: 14px;
		margin-top: 0;
	}
}

.contact-form__bottom-bnr {
	display: block;
	margin: 0 -8px 112px;
	transition: 0.3s;
	opacity: 1;
}
.contact-form__bottom-bnr:hover {
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	.contact-form__bottom-bnr {
		margin: 0 -5px 30px;
	}
}

#fee #page-ttl {
	background: url("../img/fee/mv01.jpg") center/cover no-repeat;
}

@media screen and (max-width: 750px) {
	.fee div {
		scrollbar-color: #238c3c #e6e6e6;
		scrollbar-width: auto;
	}
	.fee div::-webkit-scrollbar {
		width: 5px;
	}
	.fee div::-webkit-scrollbar-track {
		background-color: #e6e6e6;
		border-radius: 100px;
	}
	.fee div::-webkit-scrollbar-thumb {
		background-color: #238c3c;
		border-radius: 100px;
	}
}

.fee-top {
	margin: 9px 0 98px;
}
@media screen and (max-width: 750px) {
	.fee-top {
		margin: 9px 0 50px;
	}
}

.fee-top__head {
	font-size: 40px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	letter-spacing: -0.02em;
	line-height: 1.49;
	margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
	.fee-top__head {
		font-size: 32px;
	}
}
@media screen and (max-width: 750px) {
	.fee-top__head {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.fee-top__head span {
	background: linear-gradient(to top, #fff 10%, #ffea29 10%, #ffea29 20%, #fff 20%);
}

.fee__txt {
	max-width: 1130px;
	letter-spacing: 0.08em;
	line-height: 2;
	margin: 20px 0 42px;
}
@media screen and (max-width: 750px) {
	.fee__txt {
		font-size: 14px;
		margin: 20px 0 40px;
	}
}

.fee__head-1 {
	font-size: 48px;
	border-top: 1px solid #cccccc;
	text-align: center;
	position: relative;
	padding-top: 38px;
	margin-bottom: 29px;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 959px) {
	.fee__head-1 {
		font-size: 36px;
	}
}
@media screen and (max-width: 750px) {
	.fee__head-1 {
		font-size: 24px;
	}
}
.fee__head-1::before {
	content: "";
	position: absolute;
	width: 100px;
	border-top: 3px solid #238c3c;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
}

.fee__head-2 {
	font-size: 24px;
	border-bottom: 2px solid #238c3c;
	background: #f3f9f4;
	font-weight: bold;
	padding: 26px 28px 21px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
	.fee__head-2 {
		font-size: 21px;
		margin: 0 -20px;
		padding: 17px 20px;
	}
}
@media screen and (max-width: 750px) {
	.fee__head-2 {
		font-size: 18px;
	}
}

.fee__button-list {
	background: #f3f9f4;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.fee__button-list {
		flex-direction: column;
		padding: 20px;
	}
}

.fee__button-item {
	background: #238c3c;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	width: 48.7%;
	border: 2px solid #238c3c;
	transition: 0.3s;
}
.fee__button-item:hover {
	background: #fff;
	color: #238c3c;
}
.fee__button-item:hover a::after {
	background: url(../img/common/d_w_arrow_back_g.svg) center/contain no-repeat;
}
@media screen and (max-width: 959px) {
	.fee__button-item {
		font-size: 16px;
	}
}
@media screen and (max-width: 750px) {
	.fee__button-item {
		width: 100%;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.fee__button-item:last-of-type {
		margin: 0;
	}
}
.fee__button-item a {
	padding: 14px 0;
	display: flex;
	justify-content: center;
	letter-spacing: 0.06em;
	position: relative;
}
@media screen and (max-width: 750px) {
	.fee__button-item a {
		padding: 13.5px 0;
	}
}
.fee__button-item a::after {
	content: "";
	position: absolute;
	background: url(../img/fee/icon01.png) center/contain no-repeat;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	.fee__button-item a::after {
		width: 16px;
		height: 16px;
		right: 7px;
	}
}

.fee-top__note {
	display: flex;
}
@media screen and (max-width: 750px) {
	.fee-top__note {
		display: block;
	}
}

.fee-top__note-head {
	color: #238c3c;
	border: 2px solid #238c3c;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	min-width: 180px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 25px;
	margin-bottom: 2px;
}
@media screen and (max-width: 750px) {
	.fee-top__note-head {
		font-size: 16px;
		width: 100%;
		min-width: none;
		border: 1px solid #238c3c;
		padding: 10px;
		letter-spacing: 0.1em;
		margin-bottom: 11.5px;
	}
}

.fee-top__note-item,
.fee-individual__reference__list-item {
	padding-left: 10px;
	position: relative;
	margin-bottom: 13.5px;
	padding-left: 13px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
	.fee-top__note-item,
	.fee-individual__reference__list-item {
		font-size: 14px;
		padding-left: 11px;
	}
}
.fee-top__note-item::before,
.fee-individual__reference__list-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #238c3c;
	border-radius: 6px;
}
@media screen and (max-width: 750px) {
	.fee-top__note-item::before,
	.fee-individual__reference__list-item::before {
		width: 4px;
		height: 4px;
		top: 9px;
		left: 3px;
	}
}
.fee-top__note-item:last-of-type,
.fee-individual__reference__list-item:last-of-type {
	margin-bottom: 0;
}

.fee-advisory__table__wrapper {
	width: 100%;
	overflow-x: scroll;
	max-width: 1200px;
	margin: 54px auto 0;
	position: relative;
}

.fee-advisory__table__wrapper-fixed {
	width: 100%;
	overflow-x: scroll;
	position: fixed;
	top: 150px;
	z-index: 20;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	scrollbar-width: none;
}
@media screen and (max-width: 959px) {
	.fee-advisory__table__wrapper-fixed {
		top: 60px;
	}
}
@media screen and (max-width: 750px) {
	.fee-advisory__table__wrapper-fixed {
		top: 60px;
	}
}
.fee-advisory__table__wrapper-fixed::-webkit-scrollbar {
	display: none;
}

.fee-table {
	width: 100%;
	border-collapse: separate;
	text-align: justify;
}
.fee-table th,
.fee-table td {
	border-right: 1px solid #dbdbdb;
	line-height: 1.6;
	padding: 15px 11px 13px 18px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
	.fee-table th,
	.fee-table td {
		font-size: 14px;
	}
}
.fee-table th:first-child {
	border-left: 1px solid #dbdbdb;
}
.fee-table th {
	font-size: 18px;
	color: #238c3c;
	letter-spacing: 0.04em;
	padding-left: 19px;
	padding-right: 10px;
	position: relative;
}
@media screen and (max-width: 750px) {
	.fee-table th {
		font-size: 16px;
	}
}
.fee-table tr:nth-of-type(1) th {
	background: #238c3c;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0.04em;
	line-height: 1.4;
}
.fee-table tr.fee-advisory__table-small td {
	font-size: 14px;
	vertical-align: top;
	line-height: 2;
	padding: 16px 11px 13px 18px;
	letter-spacing: 0.07em;
}
.fee-table tr.fee-advisory__table-small td span {
	background: linear-gradient(to top, #ffea29 20%, #fff 20%);
}
.fee-table tr.fee-advisory__table-middle td {
	font-size: 14px;
	text-align: center;
	padding: 19px 18px 15px;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
.fee-table tr.fee-advisory__table-middle td img {
	display: block;
	margin: 0 auto 11px;
}

.fee-advisory__table {
	width: 1200px;
	border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
	.fee-advisory__table {
		width: 750px;
	}
}
.fee-advisory__table tr:nth-of-type(2n) th,
.fee-advisory__table tr:nth-of-type(2n) td {
	background: #f3f9f4;
}
.fee-advisory__table tr.fee-advisory__table-big th,
.fee-advisory__table tr.fee-advisory__table-big td {
	padding-top: 25px;
	padding-bottom: 27px;
	font-size: 18px;
	color: #238c3c;
}
@media screen and (max-width: 750px) {
	.fee-advisory__table tr.fee-advisory__table-big th,
	.fee-advisory__table tr.fee-advisory__table-big td {
		font-size: 16px;
		padding-top: 19px;
		padding-bottom: 22px;
	}
}
.fee-advisory__table tr.fee-advisory__table-big td {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.fee-advisory__table tr.fee-advisory__table-big td {
		font-size: 22px;
	}
}
.fee-advisory__table tr.fee-advisory__table-big td span {
	font-size: 16px;
}
@media screen and (max-width: 750px) {
	.fee-advisory__table tr.fee-advisory__table-big td span {
		font-size: 14px;
	}
}
.fee-advisory__table tr:nth-of-type(2n + 3) th,
.fee-advisory__table tr:nth-of-type(2n + 3) td {
	background: #fff;
}
.fee-advisory__table th:nth-of-type(1) {
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}
.fee-advisory__table tr:nth-of-type(1) th {
	padding-bottom: 90px;
}
.fee-advisory__table tr:nth-of-type(1) th span {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #dbdbdb;
	font-size: 14px;
	margin: 0 10px;
	padding: 10px 0;
	height: 80px;
	width: calc(100% - 20px);
}
@media screen and (max-width: 750px) {
	.fee-advisory__table tr:nth-of-type(1) th span {
		font-size: 12px;
	}
}

.fee-advisory__table-fixed {
	margin: 0;
	width: 1200px;
}
@media screen and (max-width: 750px) {
	.fee-advisory__table-fixed {
		width: 750px;
	}
	.fee-advisory__table-fixed tr:nth-of-type(1) th {
		padding-bottom: 10px;
	}
}
.fee-advisory__table-fixed th:nth-of-type(1) {
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	background: #238c3c;
}

.fee-advisory {
	margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
	.fee-advisory {
		margin-bottom: 60px;
	}
}

.fee-advisory__table-button {
	width: 18px;
	height: 18px;
	background: url(../img/fee/icon08.png) center/contain no-repeat;
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	position: relative;
	min-width: 18px;
}
@media screen and (max-width: 750px) {
	.fee-advisory__table-button {
		margin: 0 0 0 5px;
		min-width: 16px;
		height: 16px;
	}
}

.fee-advisory__table-note {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.2);
	color: #222;
	font-size: 14px;
	font-weight: normal;
	width: 180px;
	left: 50%;
	transform: translate(-50%, -100%);
	top: -24px;
	padding: 15px 21px 15px;
	line-height: 1.87;
	border-radius: 3px;
	letter-spacing: 0.08em;
}
.fee-advisory__table-note.open {
	display: block;
}
.fee-advisory__table-note::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	transform: translate(-50%, 100%);
	bottom: 0;
	border: 12px solid transparent;
	border-top: 18px solid #fff;
}

.fee-advisory__table-wrapper {
	display: flex;
	align-items: center;
}

.fee-individual .fee__button-list {
	margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
	.fee-individual .fee__button-list {
		margin-bottom: 40px;
	}
}
.fee-individual .fee__txt {
	margin: 21px 0 32px;
	letter-spacing: 0.06em;
	max-width: none;
}
.fee-individual .fee__button-item {
	font-size: 18px;
	width: 23.9%;
}
@media screen and (max-width: 750px) {
	.fee-individual .fee__button-item {
		width: 100%;
		font-size: 16px;
		margin-bottom: 15px;
	}
}
.fee-individual .fee__button-item a {
	padding: 17px 18px;
	display: flex;
	justify-content: center;
	color: #238c3c;
	background: #fff;
}
.fee-individual .fee__button-item a::after {
	content: none;
}

.fee-individual__txt {
	text-align: center;
	font-size: 18px;
	margin: 33px 0 35px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
	.fee-individual__txt {
		font-size: 14px;
	}
}

.fee-individual__free-txt-1 {
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin: 16px 0 0;
	letter-spacing: 0.02em;
	color: #238c3c;
}
@media screen and (max-width: 750px) {
	.fee-individual__free-txt-1 {
		font-size: 19px;
	}
}

.fee-individual__free-txt-1__inner {
	background: linear-gradient(to top, #fff 10%, #ffea29 10%, #ffea29 20%, #fff 20%);
}

.fee-individual__free-txt-1-1 {
	font-size: 40px;
}
@media screen and (max-width: 750px) {
	.fee-individual__free-txt-1-1 {
		font-size: 32px;
	}
}

.fee-individual__free-txt-1-2 {
	font-size: 34px;
}
@media screen and (max-width: 750px) {
	.fee-individual__free-txt-1-2 {
		font-size: 27px;
	}
}

.fee-individual__free-txt-2 {
	font-size: 18px;
	text-align: center;
	margin: 8px 0 55px;
}
@media screen and (max-width: 750px) {
	.fee-individual__free-txt-2 {
		font-size: 14px;
		margin: 8px 0 40px;
	}
}

.fee-individual__table {
	table-layout: auto;
}
.fee-individual__table td {
	text-align: center;
	padding: 23px 0 21.5px;
	border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
	.fee-individual__table td {
		padding: 24px 0 22.5px;
	}
}
.fee-individual__table tr:nth-of-type(1) th {
	padding: 22px 0;
}
@media screen and (max-width: 750px) {
	.fee-individual__table tr:nth-of-type(1) th {
		padding: 24px 0;
	}
}

.fee-individual__table td:nth-last-of-type(2) {
	width: 145px;
}

.fee-individual__note-1 {
	letter-spacing: 0.06em;
	line-height: 2;
	margin: 13px 0 27px;
}
@media screen and (max-width: 750px) {
	.fee-individual__note-1 {
		font-size: 12px;
		margin-bottom: 40px;
	}
}

.fee-individual__reference-note {
	letter-spacing: 0.06em;
	line-height: 2;
	margin: 13px 0 13px;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-note {
		font-size: 12px;
		padding: 0 20px;
		margin: 9px 0 3px;
		line-height: 1.8;
	}
}

.fee-individual__reference {
	margin-bottom: 85px;
	position: relative;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference {
		margin-bottom: 40px;
	}
}

.fee-individual__reference-inner {
	background: #f7f6f2;
	padding: 79px 40px 83px;
	border-radius: 6px;
	height: 237px;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-inner {
		margin: 0 -20px;
		padding: 70px 0 97px;
	}
}
.fee-individual__reference-inner::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, #f7f6f2 50px, rgba(247, 246, 242, 0) 100px);
}

.fee-individual__reference-head {
	font-size: 22px;
	color: #238c3c;
	font-weight: bold;
	text-align: center;
	margin-bottom: 17px;
	position: relative;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-head {
		font-size: 21px;
	}
}
.fee-individual__reference-head::before {
	position: absolute;
	content: "";
	display: block;
	border: 1px solid #238c3c;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-head::before {
		top: 50%;
	}
}
.fee-individual__reference-head span {
	background: #f7f6f2;
	position: relative;
	padding: 0 30px;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-head span {
		padding: 0 23px;
	}
}
.fee-individual__reference-head::after {
	content: "";
	position: absolute;
	background: url(../img/fee/icon05.png) center/contain no-repeat;
	width: 28px;
	height: 33px;
	left: 50%;
	top: -47px;
	transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-head::after {
		top: -41px;
	}
}

.fee-individual__reference-txt {
	line-height: 2;
	letter-spacing: 0.08em;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-txt {
		font-size: 14px;
		padding: 0 20px;
		letter-spacing: 0.031em;
	}
}

.fee-individual__reference-2 {
	margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-2 {
		margin-bottom: 40px;
	}
}

.fee-individual__reference-table tr:last-of-type td:last-of-type {
	background: #f3f9f4;
	color: #238c3c;
	font-weight: bold;
}

.fee-individual__reference-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #238c3c;
	font-weight: bold;
	width: 200px;
	height: 50px;
	border: 2px solid #238c3c;
	border-radius: 50px;
	background: #fff;
	left: 50%;
	bottom: 9px;
	transform: translate(-50%, 50%);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-button {
		border: 1px solid #238c3c;
		box-shadow: none;
	}
}
.fee-individual__reference-button::after {
	content: "";
	position: absolute;
	background: url(../img/fee/icon06.png) center/contain no-repeat;
	width: 17px;
	height: 16px;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	bottom: 40px;
}
.fee-individual__reference-button::before {
	content: "もっと見る";
}
.fee-individual__reference-button:hover {
	color: #fff;
	background: #238c3c;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-button:hover {
		color: #238c3c;
		background: #fff;
	}
}
.fee-individual__reference-button:hover::after {
	background: url(../img/fee/icon01.png) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference-button:hover::after {
		background: url(../img/fee/icon06.png) center/contain no-repeat;
	}
}

.open .fee-individual__reference-button {
	bottom: 40px;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
	.open .fee-individual__reference-button {
		bottom: 31px;
	}
}
.open .fee-individual__reference-button::after {
	background: url(../img/fee/icon07.png) center/contain no-repeat;
}
.open .fee-individual__reference-button::before {
	content: "閉じる";
}
.open .fee-individual__reference-button:hover::after {
	filter: brightness(0) invert(1);
}
@media screen and (max-width: 750px) {
	.open .fee-individual__reference-button:hover::after {
		filter: none;
	}
}

.fee-individual__note-2 {
	letter-spacing: 0.06em;
	line-height: 2;
	margin: 19px 0 35px;
}
@media screen and (max-width: 750px) {
	.fee-individual__note-2 {
		font-size: 12px;
		margin-bottom: 40px;
	}
}

.fee-individual__note-3 {
	letter-spacing: 0.06em;
	line-height: 2;
	margin: 13px 0 52px;
}
@media screen and (max-width: 750px) {
	.fee-individual__note-3 {
		font-size: 12px;
		margin-bottom: 40px;
	}
}

.fee-individual__estate__table-wrapper {
	width: 100%;
	overflow-x: scroll;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.fee-individual__estate__table {
	width: 1200px;
}
@media screen and (max-width: 750px) {
	.fee-individual__estate__table {
		width: 700px;
	}
}
.fee-individual__estate__table tr:nth-of-type(n + 2) th {
	background: #f3f9f4;
	border-bottom: 1px solid #dbdbdb;
	width: 237px;
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}
@media screen and (max-width: 750px) {
	.fee-individual__estate__table tr:nth-of-type(n + 2) th {
		width: 127px;
	}
}
.fee-individual__estate__table td:first-of-type {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	left: 237px;
	position: -webkit-sticky;
	position: sticky;
	background: #fff;
	z-index: 2;
	width: 236px;
}
@media screen and (max-width: 750px) {
	.fee-individual__estate__table td:first-of-type {
		left: 127px;
		width: 127px;
		padding-left: 9px;
		padding-right: 0;
	}
}
.fee-individual__estate__table td:first-of-type span {
	font-size: 12px;
}
@media screen and (max-width: 750px) {
	.fee-individual__estate__table td:first-of-type span {
		font-size: 12px;
	}
}
.fee-individual__estate__table th:first-of-type {
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}

.fee-table.fee-individual__reference-table {
	margin-top: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__reference-table {
		padding: 0 20px;
		margin-top: 18px;
	}
}
.fee-table.fee-individual__reference-table tr:first-of-type td {
	border-top: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__reference-table tr:first-of-type td {
		border-top: none;
	}
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__reference-table tr {
		display: flex;
		flex-direction: column;
	}
}
.fee-table.fee-individual__reference-table tr th,
.fee-table.fee-individual__reference-table tr td {
	padding: 20.5px 28px 20px;
	border-bottom: 1px solid #dbdbdb;
	text-align: left;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__reference-table tr th,
	.fee-table.fee-individual__reference-table tr td {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0;
	}
}
.fee-table.fee-individual__reference-table tr th {
	background: #238c3c;
	color: #fff;
	width: 42%;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__reference-table tr th {
		padding: 13px;
		width: 100%;
	}
}
.fee-table.fee-individual__reference-table tr td {
	background: #fff;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__reference-table tr td {
		border-left: 1px solid #dbdbdb;
		padding: 11px;
		width: 100%;
	}
}

.fee-individual__allowance {
	margin: 25px 0 22px;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 750px) {
	.fee-individual__allowance {
		font-size: 14px;
	}
}

.fee-individual__reference__list {
	margin-left: 30px;
	margin-bottom: 85px;
}
@media screen and (max-width: 750px) {
	.fee-individual__reference__list {
		margin-left: 0;
		margin-bottom: 0;
	}
}

.fee-individual__reference__list-item {
	margin-bottom: 9.5px;
}

.fee-flexbox {
	width: 100%;
	display: flex;
}
@media screen and (max-width: 750px) {
	.fee-flexbox {
		flex-direction: column;
	}
}
.fee-flexbox:nth-of-type(n + 2) dt {
	display: none;
}
@media screen and (max-width: 750px) {
	.fee-flexbox:nth-of-type(n + 2) dt {
		display: block;
	}
}
.fee-flexbox dt {
	font-size: 18px;
	background: #238c3c;
	color: #fff;
	text-align: center;
	padding: 22px 0;
	letter-spacing: 0.04em;
	line-height: 1.4;
	border-right: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
	.fee-flexbox dt {
		font-size: 16px;
		padding: 14px;
	}
}
.fee-flexbox dd {
	border-left: 1px solid #dbdbdb;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 23px 0 21.5px;
	border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
	.fee-flexbox dd {
		border-right: 1px solid #dbdbdb;
		padding: 11.7px 0;
		letter-spacing: 0;
	}
}

.fee-flexbox-item:nth-of-type(1) {
	flex: 1;
}
.fee-flexbox-item:nth-of-type(2) {
	width: 12%;
}
@media screen and (max-width: 750px) {
	.fee-flexbox-item:nth-of-type(2) {
		width: 100%;
	}
}
.fee-flexbox-item:nth-of-type(3) {
	width: 48.6%;
}
.fee-flexbox-item:nth-of-type(3) dd {
	border-right: 1px solid #dbdbdb;
}
.fee-flexbox-item:nth-of-type(3) dt {
	border: none;
}
@media screen and (max-width: 750px) {
	.fee-flexbox-item:nth-of-type(3) {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.fee-top .fee__button-item:first-of-type a {
		padding-right: 12px;
	}
}

.fee-table__swipe {
	position: absolute;
	top: 100px;
	left: 80%;
	z-index: 1;
	pointer-events: none;
	width: 50.5px;
	height: 74.5px;
	transform: translateX(-15px);
	opacity: 0;
	-webkit-animation: swipe 3s linear 1s infinite normal;
	animation: swipe 3s linear 1s infinite normal;
}

@-webkit-keyframes swipe {
	0% {
		transform: translateX(-15px);
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		transform: translateX(-45px);
		opacity: 0;
	}
	100% {
		transform: translateX(-45px);
		opacity: 0;
	}
}

@keyframes swipe {
	0% {
		transform: translateX(-15px);
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		transform: translateX(-45px);
		opacity: 0;
	}
	100% {
		transform: translateX(-45px);
		opacity: 0;
	}
}
.fee-table.fee-individual__surrender-table {
	table-layout: auto;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__surrender-table {
		width: 700px;
	}
}
.fee-table.fee-individual__surrender-table tr:nth-of-type(1) th {
	padding: 22.5px 0;
}
.fee-table.fee-individual__surrender-table tr th:nth-of-type(1),
.fee-table.fee-individual__surrender-table tr td:nth-of-type(1) {
	border-left: 1px solid #dbdbdb;
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__surrender-table tr th:nth-of-type(1),
	.fee-table.fee-individual__surrender-table tr td:nth-of-type(1) {
		width: 20%;
	}
}
.fee-table.fee-individual__surrender-table tr th:nth-of-type(2),
.fee-table.fee-individual__surrender-table tr td:nth-of-type(2) {
	width: 12%;
	padding: 23px 28px 21.5px;
}
@media screen and (max-width: 750px) {
	.fee-table.fee-individual__surrender-table tr th:nth-of-type(2),
	.fee-table.fee-individual__surrender-table tr td:nth-of-type(2) {
		padding: 23px 14px 21.5px;
	}
}
.fee-table.fee-individual__surrender-table tr th:nth-of-type(3),
.fee-table.fee-individual__surrender-table tr td:nth-of-type(3) {
	width: 48.6%;
}
.fee-table.fee-individual__surrender-table tr td {
	text-align: center;
	padding: 23px 0 21.5px;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
}
.fee-table.fee-individual__surrender-table tr td span {
	font-size: 12px;
}
.fee-table.fee-individual__surrender-table tr td:nth-of-type(1) {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.fee-table.fee-individual__surrender-table.fee-individual__surrender-table-2 th:nth-of-type(2),
.fee-table.fee-individual__surrender-table.fee-individual__surrender-table-2 td:nth-of-type(2) {
	width: auto;
}

.fee-individual__surrender-table__wrpper {
	width: 100%;
	overflow-x: scroll;
	max-width: 1200px;
	margin: auto;
	position: relative;
	overflow-y: hidden;
}

.fee-individual__estate__table.fee-individual__table-2 .fee-individual__estate__table-sticky {
	text-align: center;
	position: static;
}

.fee-individual__estate__table.fee-individual__table-2 td:first-of-type {
	left: 127px;
}
@media screen and (max-width: 750px) {
	.fee-individual__estate__table.fee-individual__table-2 td:first-of-type {
		padding-left: 9px;
		padding-right: 9px;
	}
}

.notfound-content {
	padding: 40px 0 60px;
}
.notfound-content__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4444444444;
	margin-bottom: 40px;
	text-align: center;
}
.notfound-content__txt {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2.25;
	margin-bottom: 30px;
	text-align: center;
}
.notfound-content__txt a {
	border-bottom: solid 1px #238c3c;
	padding-bottom: 2px;
	transition: color 0.2s;
}
.notfound-content__txt a:hover {
	color: #238c3c;
}
.notfound-content__reasons-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.notfound-content__reasons li {
	position: relative;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding-left: 20px;
	margin-bottom: 10px;
}
.notfound-content__reasons li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #238c3c;
}
@media screen and (max-width: 750px) {
	.notfound-content {
		padding: 20px 0 40px;
	}
	.notfound-content__ttl {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.notfound-content__txt {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: left;
	}
	.notfound-content__reasons-wrap {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.notfound-content__reasons li {
		font-size: 14px;
	}
	.notfound-content__reasons li::before {
		top: 8px;
	}
}

.thanks-head {
	margin-top: 60px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.thanks-head {
		margin-top: 40px;
	}
}

.thanks-txt {
	line-height: 2;
	letter-spacing: 0.084em;
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width: 750px) {
	.thanks-txt {
		font-size: 14px;
		margin-top: 40px;
	}
}

.thanks-main .thanks-btn {
	margin: 60px auto 60px;
}
@media screen and (max-width: 750px) {
	.thanks-main .thanks-btn {
		margin: 40px auto 40px;
	}
}
.thanks-main .thanks-btn a::after {
	left: 27px;
	transform: scale(-1, 1) translateY(-50%);
}

.top-office-item__img img {
    border-radius: 1.5rem;
}
img.contact-form__bottom-item__img {
    border-radius: 1.5rem;
}