@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
#news .post-box .post-contents .news-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%;
}

/* 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: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	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;
}
@media screen and (max-width: 750px) {
	body {
		font-size: 15px;
	}
}

.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 */
	/*
  ----------------------------------------
  1000
  ----------------------------------------
  */
	/*
  ----------------------------------------
  750
  ----------------------------------------
  */
}
.post-type-page #template-b {
	margin-top: 21px;
}
@media screen and (max-width: 750px) {
	.post-type-page #template-b {
		margin-top: 9px;
	}
}
.post-type-page .aqt-block-01 {
	max-width: 1200px;
	padding: 19px 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 {
	max-width: 1200px;
	padding: 15px 0;
	clear: both;
}
.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 {
	margin: 0 calc(50% - 50vw);
	padding-top: 53px;
	background-color: #f7f7f7;
}
.post-type-page .aqt-ttl-output h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
.post-type-page .aqt-ttl-output h2::after {
	content: none;
}
.post-type-page .aqt-ttl-output .en {
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #00b390;
	margin-bottom: -2px;
	word-break: break-all;
}
.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: 90px;
	background: #f7f7f7;
	text-align: center;
}
.post-type-page .aqt-layout-02__title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4166666667;
	letter-spacing: 0.06em;
	color: #00b390;
	padding: 0 30px;
	margin-bottom: 0;
	transform: translateY(-17px);
	max-width: 95%;
}
.post-type-page .aqt-layout-02__title::before,
.post-type-page .aqt-layout-02__title::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 1px;
	top: 50%;
	background: #00b390;
}
.post-type-page .aqt-layout-02__title::before {
	left: -25px;
	transform: rotate(75deg);
}
.post-type-page .aqt-layout-02__title::after {
	right: -15px;
	transform: rotate(-75deg);
}
.post-type-page .aqt-layout-02 .flex {
	display: grid;
	grid-template-columns: 71.4285714286% 26.7857142857%;
	justify-content: space-between;
	align-items: flex-start;
	padding: 4px 40px 40px;
}
.post-type-page .aqt-layout-02 .flex h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5454545455;
	letter-spacing: 0.06em;
	color: inherit;
	margin: 7px 0 15px;
	padding: 0;
	background: inherit;
	border: none;
	text-align: left;
	align-self: flex-end;
}
.post-type-page .aqt-layout-02 .flex h3:before {
	content: none;
}
.post-type-page .aqt-layout-02 .flex p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.09em;
	text-align: left;
}
.post-type-page .aqt-layout-02 .flex p:last-of-type {
	margin-bottom: 0;
}
.post-type-page .aqt-layout-02 .flex .img {
	grid-row: 1/3;
	grid-column: 2/3;
}
.post-type-page .aqt-layout-02 .flex .img img {
	width: 100%;
	margin: 0;
}
.post-type-page .aqt-btn-01 a,
.post-type-page .aqt-btn-04 {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7333333333;
	letter-spacing: 0.04em;
	text-decoration: none;
	padding: 7px 25px;
	width: 200px;
	border-radius: 20px;
	color: #fff;
	background: #ff8b38;
	transition: all 0.2s;
}
.post-type-page .aqt-btn-01 a::after,
.post-type-page .aqt-btn-04::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	display: block;
	width: 11px;
	height: 18px;
	background: #fff;
	-webkit-mask-image: url(../img/icons/chevron-right-solid_w.svg);
	mask-image: url(../img/icons/chevron-right-solid_w.svg);
	margin: auto;
	opacity: 0.6;
	transition: 0.2s;
}
.post-type-page .aqt-btn-01 a {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 15px 45px 16px;
	width: auto;
	min-width: 280px;
	border-radius: 30px;
	border: 2px solid #ff8b38;
}
.post-type-page .aqt-btn-01 a::after {
	right: 28px;
	width: 12px;
	height: 20px;
}
.post-type-page .aqt-btn-01 a:hover {
	color: #ff8b38;
	background: #fff;
}
.post-type-page .aqt-btn-01 a:hover::after {
	right: 23px;
	background: #ff8b38;
}
.post-type-page .aqt-btn-01__wrap {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}
.post-type-page .alignleft-wrap .aqt-btn-01__wrap,
.post-type-page .alignright-wrap .aqt-btn-01__wrap {
	justify-content: flex-start;
}
.post-type-page .aqt-bnr-s-01 .flex {
	justify-content: center;
}
.post-type-page .aqt-bnr-s-01 .flex > div {
	width: calc((100% - 30px) / 2);
	border: 2px solid #00b390;
	border-radius: 10px;
	overflow: hidden;
}
.post-type-page .aqt-bnr-s-01 .flex > div:nth-of-type(even) {
	margin-left: 30px;
}
.post-type-page .aqt-bnr a {
	min-height: 196px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-decoration: none;
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	transition: 0.3s;
	z-index: 1;
}
.post-type-page .aqt-bnr a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.3s;
}
.post-type-page .aqt-bnr a:hover::after {
	background: rgba(30, 30, 30, 0.3);
}
.post-type-page .aqt-bnr .ttl-en {
	display: block;
	position: relative;
	z-index: 99;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: -1px;
	text-transform: uppercase;
}
.post-type-page .aqt-bnr .ttl {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	position: relative;
	z-index: 99;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.post-type-page .aqt-bnr .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.post-type-page .aqt-bnr .txt {
	display: block;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
	position: relative;
	z-index: 99;
	margin-bottom: 10px;
}
.post-type-page .aqt-bnr .img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 75%;
	object-position: 50% 75%;
	transition: all 0.6s;
}
.post-type-page .aqt-bnr a:hover .img img {
	transform: scale(1.1);
}
.post-type-page .aqt-bnr-m-01 {
	margin-bottom: 65px;
	border: 2px solid #00b390;
	border-radius: 10px;
	overflow: hidden;
}
.post-type-page .aqt-bnr-m-01 .aqt-bnr a .ttl-en {
	font-size: 18px;
}
.post-type-page .aqt-bnr-m-01 .aqt-bnr a .ttl {
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-top: 0;
}
.post-type-page .aqt-bnr-m-01 .aqt-bnr a .img img {
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
.post-type-page .aqt-bnr-l-01 {
	margin: 0 calc(50% - 50vw) 40px;
	width: 100vw;
}
.post-type-page .aqt-bnr-l-01 .img {
	position: relative;
}
.post-type-page .aqt-bnr-l-01 .img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(100% * 0.3529411765);
}
.post-type-page .aqt-bnr-l-01 .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-bnr-l-01 .img img {
	margin: 0;
}
.post-type-page .aqt-checklist-01 {
	position: relative;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #008066;
	margin-bottom: 50px;
}
.post-type-page .aqt-checklist-01__title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.06em;
	padding: 4px 30px 6px;
	margin-bottom: 0;
	color: #fff;
	background: #008066;
	border-radius: 8px 8px 0 0;
}
.post-type-page .aqt-checklist-01__title::before {
	position: absolute;
	content: "";
	width: 92px;
	height: 14px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/common/checklist.png) center/cover no-repeat;
}
.post-type-page .aqt-checklist-01 ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 31px 30px 15px;
}
.post-type-page .aqt-checklist-01 ul li {
	font-size: 18px;
	line-height: 1.7777777778;
	letter-spacing: 0.08em;
	text-align: left;
	margin-bottom: 18px;
	padding-left: 47px;
	background: url(../img/icons/icon-check.svg) left 2px top/38px no-repeat;
}
.post-type-page .aqt-checklist-01 ul li:before {
	display: none;
}
.post-type-page .aqt-page-menu {
	padding: 40px 40px 20px;
	margin-bottom: 25px;
	background: #f7f7f7;
}
.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: #f7f7f7;
	padding: 10px 30px;
	margin-bottom: 6px;
}
.post-type-page .aqt-faq-01 .txt {
	display: none;
}
.post-type-page .aqt-faq-01.open .ttl.q {
	margin-bottom: 6px;
	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: 46px;
	height: 46px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #00b390;
	border-radius: 50%;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.post-type-page .aqt-faq-01__wrap .faq-btn .line {
	position: absolute;
	content: "";
	width: 21px;
	height: 2px;
	top: 22px;
	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;
	color: inherit;
	text-align: left;
	margin-bottom: 0;
	padding: 19px 60px 19px 46px;
	background: inherit;
	border: none;
	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: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: "Jost", sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #00b390;
}
.post-type-page .aqt-faq-01 .txt {
	background: #fff;
	padding: 24px 29px 26px;
	margin-bottom: 21px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.post-type-page .aqt-faq-01 .txt p {
	font-size: 15px;
	line-height: 1.9333333333;
	letter-spacing: 0.09em;
	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: 10px;
	color: #ff8b38;
	padding: 0;
	border-bottom: none;
}
.post-type-page .aqt-faq-01 .ttl.a:before,
.post-type-page .aqt-faq-01 .ttl.a:after {
	content: none;
}
.post-type-page .aqt-3column-01 .flex {
	list-style: none;
	margin: 35px 0 0;
}
.post-type-page .aqt-3column-01 .flex.center {
	justify-content: center;
}
.post-type-page .aqt-3column-01 .flex > li {
	width: calc((100.1% - 90px) / 3);
	margin: 0 45px 23px 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;
	width: 100%;
	max-height: 278px;
	height: 20.5882352941vw;
	margin-bottom: 21px;
}
.post-type-page .aqt-3column-01 .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.post-type-page .aqt-3column-01 h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	line-height: 1.5454545455;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 15px;
	padding: 0;
	-js-display: flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: inherit;
	border: none;
}
.post-type-page .aqt-3column-01 p {
	font-size: 15px;
	line-height: 1.8666666667;
}
.post-type-page .aqt-step-01 {
	margin: 52px 0 46px;
}
.post-type-page .aqt-step-01 ul.list {
	list-style: none;
	margin: 0;
	counter-reset: step;
	overflow: hidden;
}
.post-type-page .aqt-step-01 ul.list > li {
	position: relative;
	display: grid;
	grid-template-columns: calc(75% - 108px - 40px) 25%;
	gap: 0 40px;
	margin: 0 0 40px 108px;
	padding: 0;
	width: 100%;
}
.post-type-page .aqt-step-01 ul.list > li::before {
	content: none;
}
.post-type-page .aqt-step-01 ul.list > li .line {
	position: absolute;
	content: "";
	width: 4px;
	top: 80px;
	bottom: -40px;
	left: -68px;
	background: url(../img/icons/icon-line.svg) center/contain repeat-y;
	transform: translateY(7px);
}
.post-type-page .aqt-step-01 ul.list > li .step-num {
	position: absolute;
	top: 0;
	left: -108px;
	width: 80px;
	height: 80px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 6px 0 0 5px;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background: #00b390;
	box-sizing: border-box;
	border-radius: 40px 40px 0 40px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.post-type-page .aqt-step-01 ul.list > li .step-num::after {
	counter-increment: step;
	content: counter(step, decimal-leading-zero);
	font-size: 28px;
}
.post-type-page .aqt-step-01 ul.list > li:last-of-type .line {
	display: none;
}
.post-type-page .aqt-step-01 .title {
	align-self: flex-end;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4166666667;
	letter-spacing: 0.06em;
	margin: 8px 0 14px;
	padding: 0;
	background: none;
	border: none;
	text-align: left;
}
.post-type-page .aqt-step-01 .txt {
	align-self: flex-start;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.09em;
	grid-row: 2;
}
.post-type-page .aqt-step-01 .img {
	line-height: 0.5;
	overflow: hidden;
	grid-row: 1/3;
	grid-column: 2;
	position: relative;
}
.post-type-page .aqt-step-01 .img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(100% * 0.6);
}
.post-type-page .aqt-step-01 .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-step-01 .img img {
	width: 100%;
	max-height: 180px;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-step-01 p {
	margin-bottom: 0;
}
.post-type-page .aqt-step-02 .flex {
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	counter-reset: step;
}
.post-type-page .aqt-step-02 .flex > li {
	position: relative;
	width: calc((100% - 90px) / 3);
	margin: 0 45px 40px 0;
	padding: 0;
}
.post-type-page .aqt-step-02 .flex > li:before {
	position: absolute;
	content: counter(step, decimal-leading-zero);
	counter-increment: step;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	top: 10px;
	left: -20px;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #00b390;
	border-radius: 30px 30px 0 30px;
	z-index: 1;
}
.post-type-page .aqt-step-02 .flex > li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 25px;
	background: url(../img/icons/chevron-double-right-regular_eg.svg) center/cover no-repeat;
	top: 33%;
	right: -37px;
}
.post-type-page .aqt-step-02 .flex > li:nth-child(3n),
.post-type-page .aqt-step-02 .flex > li:last-child {
	margin-right: 0;
}
.post-type-page .aqt-step-02 .img {
	line-height: 0.5;
	margin-bottom: 14px;
	text-align: center;
	position: relative;
	position: relative;
}
.post-type-page .aqt-step-02 .img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(100% * 0.7513513514);
}
.post-type-page .aqt-step-02 .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-step-02 .img img {
	margin: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.post-type-page .aqt-step-02 .flex > li:nth-child(3n)::after,
.post-type-page .aqt-step-02 .flex > li:last-child::after {
	display: none;
}
.post-type-page .aqt-step-02 p {
	font-size: 15px;
	line-height: 2;
	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;
}
@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-layout-02 .flex {
		grid-template-columns: 63% 35%;
	}
	.post-type-page .aqt-step-02 .flex > li {
		width: calc((100% - 40px) / 2);
		margin: 0 30px 40px 0;
	}
	.post-type-page .aqt-step-02 .flex > li::after {
		right: -28px;
	}
	.post-type-page .aqt-step-02 .flex > li:nth-child(even) {
		margin-right: 0;
	}
	.post-type-page .aqt-step-02 .flex > li:nth-child(even)::after {
		display: none;
	}
	.post-type-page .aqt-step-02 .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 {
		padding: 20px 0;
	}
	.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 {
		padding-top: 40px;
	}
	.post-type-page .aqt-ttl-output h2 {
		font-size: 2.3rem;
	}
	.post-type-page .aqt-ttl-output .en {
		font-size: 1.3rem;
	}
	.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 10px;
		margin: 0 20px;
	}
	.post-type-page .aqt-faq-01.open {
		padding-bottom: 25px;
	}
	.post-type-page .aqt-faq-01.open .ttl.q {
		padding-bottom: 9px;
		margin-bottom: 7px;
	}
	.post-type-page .aqt-faq-01__wrap .faq-btn {
		width: 35px;
		height: 35px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
	}
	.post-type-page .aqt-faq-01__wrap .faq-btn .line {
		padding: 1px;
		width: 16px;
		top: 17px;
		right: 9px;
	}
	.post-type-page .aqt-faq-01 .txt {
		padding: 20px 20px 17px;
		margin: 0;
		border-radius: 5px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
	}
	.post-type-page .aqt-faq-01 .txt p {
		padding: 0;
		font-size: 13px;
		line-height: 2.1538461538;
	}
	.post-type-page .aqt-faq-01 .ttl.q {
		font-size: 1.75rem;
		line-height: 1.4285714286;
		padding: 9px 45px 9px 33px;
		margin: 0;
	}
	.post-type-page .aqt-faq-01 .ttl.q .icon {
		left: 2px;
		font-size: 24px;
	}
	.post-type-page .aqt-faq-01 .ttl.a {
		font-size: 1.75rem;
		line-height: 1.4285714286;
		margin: 0 0 5px;
	}
	.post-type-page .aqt-step-01 {
		margin: 13px 0 6px;
	}
	.post-type-page .aqt-step-01 ul.list {
		padding: 0;
		overflow: inherit;
	}
	.post-type-page .aqt-step-01 ul.list > li {
		padding: 0 0 13px 58px;
		margin: 0;
		background: none;
		grid-template-columns: 1fr;
	}
	.post-type-page .aqt-step-01 ul.list > li:last-of-type {
		padding-bottom: 0;
	}
	.post-type-page .aqt-step-01 ul.list > li:last-of-type .txt {
		margin-bottom: 5px;
	}
	.post-type-page .aqt-step-01 ul.list > li .line {
		padding: 0;
		width: 4px;
		left: 21px;
		top: 42px;
		bottom: -7px;
		transform: translateY(14px);
	}
	.post-type-page .aqt-step-01 ul.list > li .step-num {
		top: 7px;
		left: -1px;
		width: 42px;
		height: 42px;
		padding: 0 0 0 3px;
		font-size: 8px;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	}
	.post-type-page .aqt-step-01 ul.list > li .step-num::after {
		font-size: 17px;
	}
	.post-type-page .aqt-step-01 .title {
		margin: 0;
		font-size: 18px;
		line-height: 1.5555555556;
		letter-spacing: 0.06em;
	}
	.post-type-page .aqt-step-01 .txt {
		padding: 0;
		font-size: 1.3rem;
		line-height: 2.1538461538;
		grid-row: 3;
	}
	.post-type-page .aqt-step-01 .img {
		margin: 16px 0 7px;
		padding: 0;
		grid-row: 2;
		grid-column: auto;
	}
	.post-type-page .aqt-step-01 .img img {
		max-height: none;
	}
	.post-type-page .aqt-step-02 {
		padding: 0 10px;
	}
	.post-type-page .aqt-step-02 .flex {
		padding: 0;
	}
	.post-type-page .aqt-step-02 .flex > li {
		width: 100%;
		margin: 0 0 14px;
	}
	.post-type-page .aqt-step-02 .flex > li:before {
		font-size: 17px;
		top: 6px;
		left: -16px;
		width: 42px;
		height: 42px;
	}
	.post-type-page .aqt-step-02 .flex > li::after {
		position: initial;
		display: block;
		margin: auto;
		width: 20px;
		height: 21px;
		transform: rotate(90deg);
	}
	.post-type-page .aqt-step-02 .flex > li:nth-child(even)::after {
		display: block;
	}
	.post-type-page .aqt-step-02 .flex > li:last-child {
		margin-bottom: 12px;
		padding-bottom: 0;
		background: none;
	}
	.post-type-page .aqt-step-02 .flex > li .img {
		margin-bottom: 11px;
	}
	.post-type-page .aqt-step-02 .flex > li .img img {
		width: 100%;
	}
	.post-type-page .aqt-step-02 .flex > li p {
		font-size: 14px;
		line-height: 2.0714285714;
		padding: 0;
		margin-bottom: 8px;
	}
	.post-type-page .aqt-3column-01 .flex {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	.post-type-page .aqt-3column-01 .flex > li {
		width: 100%;
		margin: 0 0 26px;
	}
	.post-type-page .aqt-3column-01 .flex > li p {
		margin-bottom: 0;
		padding: 0;
		font-size: 14px;
		line-height: 2.0714285714;
	}
	.post-type-page .aqt-3column-01 .img {
		height: 66.6666666667vw;
		margin-bottom: 10px;
	}
	.post-type-page .aqt-3column-01 h3 {
		font-size: 18.5px;
		line-height: 1.5675675676;
		margin-bottom: 6px;
	}
	.post-type-page .aqt-bnr-l-01 {
		margin-bottom: 25px;
	}
	.post-type-page .aqt-bnr-l-01 .img {
		position: relative;
	}
	.post-type-page .aqt-bnr-l-01 .img::before {
		content: "";
		display: block;
		width: 100%;
		padding-top: calc(100% * 0.6666666667);
	}
	.post-type-page .aqt-bnr-l-01 .img img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.post-type-page .aqt-checklist-01 {
		margin: 0 20px 50px;
		border-radius: 5px;
		border-width: 1px;
	}
	.post-type-page .aqt-checklist-01__title {
		font-size: 18px;
		line-height: 1.5;
		padding: 14px 10px 15px;
		border-radius: 3px 3px 0 0;
	}
	.post-type-page .aqt-checklist-01__title::before {
		width: 87px;
		height: 13px;
		top: 1px;
	}
	.post-type-page .aqt-checklist-01 ul {
		padding: 21px 9px 9px;
	}
	.post-type-page .aqt-checklist-01 ul li {
		font-size: 1.4rem;
		line-height: 1.7857142857;
		padding-left: 25px;
		margin-bottom: 10px;
		background: url(../img/icons/icon-check.svg) left top 2px/22px no-repeat;
	}
	.post-type-page .aqt-page-menu {
		padding: 20px 0 8px;
		margin: 0 20px 10px;
	}
	.post-type-page .aqt-page-menu ul {
		padding: 0 10px;
	}
	.post-type-page .aqt-page-menu .flex > li {
		width: calc((100% - 12px) / 2);
		margin: 0 12px 12px 0;
	}
	.post-type-page .aqt-page-menu .flex > li:nth-child(even) {
		margin-right: 0;
	}
	.post-type-page .aqt-page-menu a {
		justify-content: center;
		font-size: 1.3rem;
		line-height: 1.385;
		padding: 12px 12px 28px;
		border-width: 1px;
		border-radius: 22px;
		background: #fff url(../img/icons/arrow-circle-right-solid_eg.svg) center bottom 7px/15px no-repeat;
		max-width: none;
	}
	.post-type-page .aqt-page-menu a:hover {
		background: #fff url(../img/icons/arrow-circle-right-solid_eg.svg) center bottom 7px/15px no-repeat;
	}
	.post-type-page .aqt-page-menu ul.center a {
		background-image: url(../img/icons/arrow-circle-down-solid_eg.svg);
	}
	.post-type-page .aqt-layout-02 {
		margin: 61px 20px 0;
	}
	.post-type-page .aqt-layout-02__title {
		font-size: 1.8rem;
		line-height: 1.3888888889;
		padding: 0 20px;
		transform: translateY(-26px);
		max-width: 90%;
		width: 100%;
	}
	.post-type-page .aqt-layout-02__title::before {
		left: -18px;
		transform: rotate(63deg);
	}
	.post-type-page .aqt-layout-02__title::after {
		right: -18px;
		transform: rotate(-63deg);
	}
	.post-type-page .aqt-layout-02 .flex {
		display: block;
		padding: 0 14px 23px;
		margin-top: -12px;
	}
	.post-type-page .aqt-layout-02 .flex h3 {
		font-size: 1.6rem;
		line-height: 1.4375;
		margin: 0;
	}
	.post-type-page .aqt-layout-02 .flex p {
		padding: 0 6px;
		font-size: 1.3rem;
		line-height: 2.1538461538;
	}
	.post-type-page .aqt-layout-02 .flex .img {
		margin: 17px 6px 12px;
	}
	.post-type-page .aqt-btn-01 a,
	.post-type-page .aqt-btn-04 {
		width: 225px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
		padding: 11px 35px;
		border-radius: 22px;
	}
	.post-type-page .aqt-btn-01 a::after,
	.post-type-page .aqt-btn-04::after {
		right: 18px;
	}
	.post-type-page .aqt-btn-01,
	.post-type-page .aqt-btn-01 a {
		width: auto;
		min-width: 225px;
	}
	.post-type-page .aqt-btn-01 a:hover::after {
		right: 13px;
	}
	.post-type-page .aqt-btn-01__wrap {
		margin-top: 15px;
	}
	.post-type-page .alignleft-wrap .aqt-btn-01__wrap,
	.post-type-page .alignright-wrap .aqt-btn-01__wrap {
		justify-content: center;
	}
	.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;
		border-width: 1px;
		margin-bottom: 16px;
	}
	.post-type-page .aqt-bnr-s-01 .flex > div:nth-of-type(even) {
		margin-left: 0;
	}
	.post-type-page .aqt-bnr-s-01 .flex > div:last-of-type {
		margin-bottom: 0;
	}
	.post-type-page .aqt-bnr a {
		min-height: 98px;
		padding: 5px 10px;
	}
	.post-type-page .aqt-bnr .ttl {
		font-size: 2rem;
		font-weight: 400;
		letter-spacing: 0;
		margin: 0;
	}
	.post-type-page .aqt-bnr .ttl-en {
		font-size: 1.3rem;
	}
	.post-type-page .aqt-bnr a .txt {
		margin-top: 3px;
		font-size: 1.3rem;
		margin-bottom: 0;
	}
	.post-type-page .aqt-bnr-m-01 {
		margin-bottom: 20px;
		border-radius: 5px;
		border-width: 1px;
	}
	.post-type-page .aqt-bnr-m-01 .aqt-bnr a .ttl-en {
		font-size: 1.3rem;
	}
	.post-type-page .aqt-bnr-m-01 .aqt-bnr a .ttl {
		font-size: 2rem;
	}
	.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;
	}
}

/**************************************************************
/* 固定ページテンプレートA
***************************************************************/
.post-type-page .aqt-archive__list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 45px);
	margin-right: -45px;
	padding: 50px 0 26px;
}
@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: 25px 0 0;
	}
}
.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.3334% - 45px);
	margin: 0 45px 40px 0;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s;
}
@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;
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
	}
}
.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::after {
	right: 8px;
}
.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;
}
.post-type-page .aqt-archive__txt {
	padding: 21px 6% 30px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.post-type-page .aqt-archive__txt {
		padding: 19px 8% 23px;
	}
}
.post-type-page .aqt-archive__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5454545455;
	letter-spacing: 0.06em;
	color: #00b390;
	margin-bottom: 14px;
	padding: 0;
	background: inherit;
	border: none;
}
@media screen and (max-width: 959px) {
	.post-type-page .aqt-archive__title {
		font-size: 18.5px;
		line-height: 1.5675675676;
		margin-bottom: 11px;
	}
}
.post-type-page .aqt-archive__title:before {
	content: none;
}
.post-type-page .aqt-archive__excerpt {
	text-align: left;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
	margin-bottom: 13px;
	padding: 0 2%;
}
@media screen and (max-width: 959px) {
	.post-type-page .aqt-archive__excerpt {
		font-size: 14px;
		line-height: 2.0714285714;
		padding: 0;
	}
}

.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__item .aqt-btn-04 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.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: 12em;
}

.post-contents .bottom-bnr-list .aqt-bnr-m-01 {
	margin-bottom: 0;
}

#template-b .bottom-bnr-list {
	padding: 40px 0 80px;
}
@media screen and (max-width: 750px) {
	#template-b .bottom-bnr-list {
		padding: 40px 20px 50px;
	}
}

.c-tel-list__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px 10px;
}
.c-tel-list__item {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
.c-tel-list__item .place {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 26px;
	background: #00b390;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.c-tel-list__item .num {
	font: 500 22px "Jost", sans-serif;
	letter-spacing: 0.042em;
	line-height: 1;
}
.c-tel-list__note {
	font-size: 12px;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 5px;
	white-space: nowrap;
}
.c-tel-list__note .time {
	font-family: "Jost", sans-serif;
	font-weight: 600;
}
.c-tel-list__fb {
	display: inline-flex;
	align-items: center;
	width: 100px;
	height: 26px;
	background: #fff;
	border-radius: 13px;
	color: #1877f2;
	font: 500 14px "Jost", sans-serif;
	line-height: 1;
	margin-left: 8px;
	padding-left: 7px;
	vertical-align: -3px;
	transition: opacity 0.1s ease;
}
.c-tel-list__fb:hover {
	opacity: 0.8;
}
.c-tel-list__fb::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/icons/facebook.svg) center/contain no-repeat;
	margin-right: 5px;
}
@media screen and (max-width: 1400px) {
	.c-tel-list__list {
		gap: 4px 5px;
	}
	.c-tel-list__item {
		gap: 6px;
	}
	.c-tel-list__item .place {
		width: 60px;
		height: 22px;
		font-size: 12px;
	}
	.c-tel-list__item .num {
		font-size: 18px;
	}
	.c-tel-list__note {
		font-size: 12px;
	}
	.c-tel-list__fb {
		width: 80px;
		height: 22px;
		font-size: 12px;
		margin-left: 6px;
		padding-left: 4px;
		vertical-align: -1px;
	}
	.c-tel-list__fb::before {
		width: 12px;
		height: 12px;
		margin-right: 3px;
	}
}

.post-contents,
.mce-content-body {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	/* contact-bg */
	/* post list */
	/* sc-post */
	/* news list */
	/*
  ----------------------------------------
  1000
  ----------------------------------------
  */
	/*
  ----------------------------------------
  750
  ----------------------------------------
  */
}
.post-contents h1,
#news .post-box .post-contents .news-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,
#news .post-box .post-contents .news-list h2,
.mce-content-body h1 {
	font-size: 2.8rem;
}
.post-contents h2,
.mce-content-body h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.5789473684;
	text-align: center;
	letter-spacing: 0.04em;
	padding-bottom: 23px;
	margin-bottom: 30px;
	position: relative;
}
.post-contents h2:after,
.mce-content-body h2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 4px;
	background: #00b390;
	transform: translateX(-50%);
}
.post-contents h3,
.mce-content-body h3 {
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 7px 20px 8px;
	border: 1px solid transparent;
	border-color: #00b390 #baebe1;
	color: #00b390;
	background: #ebf9f6;
	margin-bottom: 31px;
}
.post-contents h4,
.mce-content-body h4 {
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 23px;
}
.post-contents h4:before,
.post-contents h4:after,
.mce-content-body h4:before,
.mce-content-body h4:after {
	content: "";
	flex: 1 0 60px;
	height: 3px;
	background: #00b390;
}
.post-contents h4:before,
.mce-content-body h4:before {
	margin-right: 35px;
}
.post-contents h4:after,
.mce-content-body h4:after {
	margin-left: 35px;
}
.post-contents h5,
.mce-content-body h5 {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #00b390;
	margin-bottom: 25px;
	padding-bottom: 17px;
	border-bottom: 2px solid #e5e5e5;
}
.post-contents h5:after,
.mce-content-body h5:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 200px;
	height: 2px;
	transform: translateY(100%);
	background-color: #00b390;
}
.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 11px;
	padding: 24px 29px 15px;
	background: #ebf9f6;
}
.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;
	margin-bottom: 18px;
	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: 20px;
	height: 17px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../img/icons/list-solid_g.svg) center/20px no-repeat;
}
.post-contents #ez-toc-container ul,
.mce-content-body #ez-toc-container ul {
	counter-reset: section;
	margin: 0;
	padding-left: 17px;
}
.post-contents #ez-toc-container ul li,
.mce-content-body #ez-toc-container ul li {
	line-height: 1;
	padding-left: 0;
}
.post-contents #ez-toc-container ul li:before,
.mce-content-body #ez-toc-container ul li:before {
	counter-increment: section;
	content: counters(section, ".");
	top: 14px;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #00b390;
	padding-right: 21px;
	width: auto;
	height: auto;
	background: none;
}
.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, ".") ".";
	padding-right: 18px;
}
.post-contents #ez-toc-container ul li a,
.mce-content-body #ez-toc-container ul li a {
	position: relative;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 14px;
	text-decoration-color: #4c4c4c;
	transition: 0.2s;
}
.post-contents #ez-toc-container ul li a:hover,
.mce-content-body #ez-toc-container ul li a:hover {
	color: #00b390;
	text-decoration-color: #00b390;
}
.post-contents #ez-toc-container ul li.ez-toc-heading-level-2,
.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-2 {
	margin-bottom: 26px;
}
.post-contents #ez-toc-container ul li.ez-toc-heading-level-2 > a,
.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-2 > a {
	padding-left: 28px;
}
.post-contents #ez-toc-container ul li.ez-toc-heading-level-3 > a,
.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-3 > a {
	padding-left: 39px;
}
.post-contents #ez-toc-container ul li.ez-toc-heading-level-4 > a,
.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-4 > a {
	padding-left: 46px;
}
.post-contents #ez-toc-container ul li.ez-toc-heading-level-5 > a,
.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-5 > a {
	padding-left: 53px;
}
.post-contents a,
.mce-content-body a {
	text-decoration: underline;
	text-decoration-color: #7f7f7f;
	text-underline-offset: 5px;
}
.post-contents strong,
.mce-content-body strong {
	font-weight: bold;
	color: #ff8833;
}
.post-contents em,
.mce-content-body em {
	font-weight: normal;
	font-style: italic;
}
.post-contents mark,
.mce-content-body mark {
	font-weight: bold;
	background: linear-gradient(transparent 65%, #faf106 0%);
	padding-bottom: 2px;
}
.post-contents hr,
.mce-content-body hr {
	margin: 40px 0;
}
.post-contents p,
.mce-content-body p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.09em;
	margin-bottom: 9px;
	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 37px 0 0;
}
.post-contents img.alignright,
.mce-content-body img.alignright {
	float: right;
	margin: 9px 0 0 37px;
}
.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: 61px;
}
.post-contents .alignright-wrap,
.mce-content-body .alignright-wrap {
	margin-bottom: 65px;
}
.post-contents ul,
.post-contents ol,
.mce-content-body ul,
.mce-content-body ol {
	margin-top: 34px;
	margin-bottom: 47px;
	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;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 11px;
	padding-left: 20px;
}
.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: 16px;
	left: 0;
	transform: translateY(-50%);
}
.post-contents ul li:before,
.mce-content-body ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00b390;
}
.post-contents ol,
.mce-content-body ol {
	counter-reset: ol_li;
}
.post-contents ol li:before,
.mce-content-body ol li:before {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	counter-increment: ol_li;
	content: counter(ol_li) ".";
	color: #00b390;
}
.post-contents blockquote,
.mce-content-body blockquote {
	position: relative;
	background: #f7f7f7;
	padding: 31px 38px 33px;
	margin-top: 63px;
	margin-bottom: 60px;
	clear: both;
}
.post-contents blockquote:before,
.mce-content-body blockquote:before {
	position: absolute;
	content: "";
	top: -6px;
	left: 21px;
	background: url(../img/icons/icon_quote.svg) center/contain no-repeat;
	width: 32px;
	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;
	letter-spacing: 0.1em;
}
.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;
	margin: 0 0 60px;
	clear: both;
}
.post-contents table tr:first-of-type td,
.mce-content-body table tr:first-of-type td {
	padding: 5px 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6666666667;
	letter-spacing: 0.06em;
	color: #fff;
	background: #008066;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.post-contents table th,
.post-contents table td,
.mce-content-body table th,
.mce-content-body table td {
	min-height: 61px;
	padding: 5px 15px;
	vertical-align: middle;
}
.post-contents table th,
.mce-content-body table th {
	text-align: center;
	font-size: 17px;
	line-height: 1.5294117647;
	letter-spacing: 0.08em;
	border-bottom: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
	background: #edfaf0;
	font-weight: normal;
}
.post-contents table th:last-child,
.mce-content-body table th:last-child {
	border-right: none;
}
.post-contents table td,
.mce-content-body table td {
	text-align: center;
	font-size: 17px;
	line-height: 1.5294117647;
	letter-spacing: 0.08em;
	border-bottom: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
}
.post-contents table td:last-child,
.mce-content-body table td:last-child {
	border-right: none;
}
.post-contents .linkcard,
.mce-content-body .linkcard {
	margin-bottom: 20px;
}
.post-contents .linkcard:hover .lkc-content,
.mce-content-body .linkcard:hover .lkc-content {
	background: #ebf9f6;
}
.post-contents .lkc-internal-wrap .lkc-content:after,
.mce-content-body .lkc-internal-wrap .lkc-content:after {
	background: url(../img/icons/chevron-right-solid_w.svg) center/14px no-repeat;
}
.post-contents .lkc-external-wrap .lkc-content:after,
.mce-content-body .lkc-external-wrap .lkc-content:after {
	background: url(../img/icons/external-link_w.svg) center/18px no-repeat;
}
.post-contents .lkc-card,
.mce-content-body .lkc-card {
	margin: 0;
	padding: 20px;
	background: #f7f7f7;
}
.post-contents .lkc-card .lkc-content,
.mce-content-body .lkc-card .lkc-content {
	position: relative;
	margin: 0;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}
.post-contents .lkc-card .lkc-content:before,
.mce-content-body .lkc-card .lkc-content:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 100%;
	top: 0;
	right: 0;
	background: #00b390;
}
.post-contents .lkc-card .lkc-content:after,
.mce-content-body .lkc-card .lkc-content:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.post-contents .lkc-card .lkc-content .lkc-thumbnail,
.mce-content-body .lkc-card .lkc-content .lkc-thumbnail {
	margin: 0 31px 0px 0px;
}
.post-contents .lkc-card .lkc-content .lkc-thumbnail img,
.mce-content-body .lkc-card .lkc-content .lkc-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
}
.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: 28px 40px 0 0;
	padding-left: 28px;
}
.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: 15px;
	left: 0;
	width: 19px;
	height: 3px;
	background: #ff8b38;
}
.post-contents .lkc-card .lkc-content .lkc-url,
.mce-content-body .lkc-card .lkc-content .lkc-url {
	margin: 3px 40px 0 0;
	color: #008066;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.06em;
	text-decoration: none;
}
.post-contents .lkc-card .lkc-content .lkc-excerpt,
.mce-content-body .lkc-card .lkc-content .lkc-excerpt {
	margin: 9px 40px 0 0;
	display: block !important;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
	max-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post-contents img,
.mce-content-body img {
	margin-top: 23px;
	margin-bottom: 61px;
}
.post-contents .wp-video,
.mce-content-body .wp-video {
	margin: 21px auto 0;
	border: 2px solid #00b390;
	border-radius: 2%;
	overflow: hidden;
}
.post-contents .youtube,
.mce-content-body .youtube {
	text-align: center;
	margin: 42px calc(50% - 50vw) 0;
	padding: 60px 60px 51px;
	width: 100vw;
	background: #f7f7f7;
}
.post-contents .youtube iframe,
.mce-content-body .youtube iframe {
	width: 100%;
	border: 5px solid #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	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: flex-start;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.06em;
	padding: 12px 40px 12px 30px;
	border: solid 2px #dbdbdb;
	border-radius: 30px;
	background: #fff url(../img/icons/arrow-circle-right-solid_eg.svg) right 18px center/18px 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: #fff url(../img/icons/arrow-circle-right-solid_eg.svg) right 13px center/18px no-repeat;
	transition: all 0.2s;
}
.post-contents .btn2,
.mce-content-body .btn2 {
	background: #fff url(../img/icons/arrow-circle-down-solid_eg.svg) 94.5% 50%/18px no-repeat;
}
.post-contents .btn2:hover,
.mce-content-body .btn2:hover {
	background: #fff url(../img/icons/arrow-circle-down-solid_eg.svg) 94.5% 65%/18px 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: 0 0 68px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background: #f7f7f7;
	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-arrow,
.mce-content-body .sc-post-list-01 .slick-arrow {
	top: 220px;
}
.post-contents .sc-post-list-01 .c-case-item,
.mce-content-body .sc-post-list-01 .c-case-item {
	margin: 38px 0 15px;
}
.post-contents .sc-post-list-01 .c-case-item a,
.mce-content-body .sc-post-list-01 .c-case-item a {
	overflow: initial;
	text-decoration: none;
}
.post-contents .sc-post-list-01 .c-case-item__thumb img,
.mce-content-body .sc-post-list-01 .c-case-item__thumb img {
	border-radius: 10px 10px 0 0;
	margin: 0;
}
.post-contents .sc-post-list-01 .c-case-item__body,
.mce-content-body .sc-post-list-01 .c-case-item__body {
	padding: 16px 30px 32px;
}
.post-contents .sc-post-list-01 .c-case-item__ttl,
.mce-content-body .sc-post-list-01 .c-case-item__ttl {
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.7777777778;
	text-align: justify;
	color: inherit;
	background: inherit;
	border: none;
	margin-bottom: 0;
	padding: 0;
}
.post-contents .sc-post-list-01 .c-more-btn,
.post-contents .sc-post-list-01 .c-form .mfp_buttons,
.c-form .post-contents .sc-post-list-01 .mfp_buttons,
.mce-content-body .sc-post-list-01 .c-more-btn,
.mce-content-body .sc-post-list-01 .c-form .mfp_buttons,
.c-form .mce-content-body .sc-post-list-01 .mfp_buttons {
	margin-top: 15px;
}
.post-contents .sc-post-list-01 .c-more-btn a,
.post-contents .sc-post-list-01 .c-form .mfp_buttons a,
.c-form .post-contents .sc-post-list-01 .mfp_buttons a,
.mce-content-body .sc-post-list-01 .c-more-btn a,
.mce-content-body .sc-post-list-01 .c-form .mfp_buttons a,
.c-form .mce-content-body .sc-post-list-01 .mfp_buttons a {
	width: 320px;
	text-decoration: none;
}
.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-news-list-01 .flex,
.mce-content-body .sc-news-list-01 .flex {
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
}
.post-contents .sc-news-list-01 .flex .ttl,
.mce-content-body .sc-news-list-01 .flex .ttl {
	width: 35%;
	text-align: center;
	padding-right: 20px;
}
.post-contents .sc-news-list-01 .flex .news-list,
.mce-content-body .sc-news-list-01 .flex .news-list {
	width: 65%;
	border-top: dashed 1px #999;
}
.post-contents .sc-news-list-01 .flex .news-list ul,
.mce-content-body .sc-news-list-01 .flex .news-list ul {
	list-style: none;
	margin: 0;
}
.post-contents .sc-news-list-01 .flex .news-list li,
.mce-content-body .sc-news-list-01 .flex .news-list li {
	border-bottom: dashed 1px #999;
	padding-left: 0;
}
.post-contents .sc-news-list-01 .flex .news-list li:before,
.mce-content-body .sc-news-list-01 .flex .news-list li:before {
	content: none;
}
.post-contents .sc-news-list-01 .flex .news-list a,
.mce-content-body .sc-news-list-01 .flex .news-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-news-list-01 .flex .news-list a:hover,
.mce-content-body .sc-news-list-01 .flex .news-list a:hover {
	background: #fafafa url(../img/common/arrow-right.svg) right 15px center/8px no-repeat;
}
.post-contents .sc-news-list-01 .flex .news-list time,
.mce-content-body .sc-news-list-01 .flex .news-list time {
	display: inline-block;
	width: 10rem;
}
@media screen and (max-width: 1000px) {
	.post-contents .sc-post-list-01 .c-case-item__body,
	.mce-content-body .sc-post-list-01 .c-case-item__body {
		padding: 16px 20px 26px;
	}
	.post-contents .sc-post-list-01 .c-case-item__ttl,
	.mce-content-body .sc-post-list-01 .c-case-item__ttl {
		font-size: 16px;
	}
	.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: 2.3rem;
		line-height: 1.4347826087;
		padding: 0 20px 23px;
		margin-bottom: 21px;
	}
	.post-contents h2::after,
	.mce-content-body h2::after {
		width: 60px;
	}
	.post-contents h3,
	.mce-content-body h3 {
		font-size: 1.9rem;
		line-height: 1.4210526316;
		padding: 13px 10px;
		margin: 0 20px 15px;
	}
	.post-contents h4,
	.mce-content-body h4 {
		font-size: 1.8rem;
		margin: 0 20px 13px;
	}
	.post-contents h4:before,
	.post-contents h4:after,
	.mce-content-body h4:before,
	.mce-content-body h4:after {
		flex-basis: 22.5px;
		height: 2px;
	}
	.post-contents h4:before,
	.mce-content-body h4:before {
		margin-right: 5px;
	}
	.post-contents h4:after,
	.mce-content-body h4:after {
		margin-left: 5px;
	}
	.post-contents h5,
	.mce-content-body h5 {
		font-size: 1.7rem;
		line-height: 1.5882352941;
		margin: 0 20px 15px;
		padding-bottom: 9px;
	}
	.post-contents h5:after,
	.mce-content-body h5:after {
		width: 145px;
	}
	.post-contents #ez-toc-container,
	.mce-content-body #ez-toc-container {
		margin: 20px 20px 30px;
		padding: 18px 20px;
	}
	.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 {
		padding: 0;
	}
	.post-contents #ez-toc-container ul.ez-toc-list,
	.mce-content-body #ez-toc-container ul.ez-toc-list {
		margin-top: 24px;
		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 {
		top: 12px;
		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;
		letter-spacing: 0.08em;
		margin: 0 0 9px;
		text-underline-offset: 2px;
	}
	.post-contents #ez-toc-container ul li.ez-toc-heading-level-2,
	.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-2 {
		margin-bottom: 14px;
	}
	.post-contents #ez-toc-container ul li.ez-toc-heading-level-2 > a,
	.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-2 > a {
		padding-left: 18px;
	}
	.post-contents #ez-toc-container ul li.ez-toc-heading-level-3 > a,
	.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-3 > a {
		padding-left: 27px;
	}
	.post-contents #ez-toc-container ul li.ez-toc-heading-level-4 > a,
	.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-4 > a {
		padding-left: 33px;
	}
	.post-contents #ez-toc-container ul li.ez-toc-heading-level-5 > a,
	.mce-content-body #ez-toc-container ul li.ez-toc-heading-level-5 > a {
		padding-left: 39px;
	}
	.post-contents p,
	.mce-content-body p {
		padding: 0 20px;
		font-size: 15px;
		line-height: 2;
	}
	.post-contents img,
	.mce-content-body img {
		margin-top: 10px;
		margin-bottom: 36px;
	}
	.post-contents img.alignleft,
	.mce-content-body img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 14px;
	}
	.post-contents img.alignright,
	.mce-content-body img.alignright {
		float: none;
		display: block;
		margin: 0 auto 14px;
	}
	.post-contents .alignleft-wrap,
	.mce-content-body .alignleft-wrap {
		margin-bottom: 35px;
	}
	.post-contents .alignright-wrap,
	.mce-content-body .alignright-wrap {
		margin-bottom: 35px;
	}
	.post-contents ul,
	.post-contents ol,
	.mce-content-body ul,
	.mce-content-body ol {
		margin: 20px 0 25px;
		padding: 0 20px;
		font-size: 15px;
	}
	.post-contents ul li,
	.post-contents ol li,
	.mce-content-body ul li,
	.mce-content-body ol li {
		font-size: 15px;
		margin-bottom: 9px;
		padding-left: 16px;
	}
	.post-contents ul li:before,
	.post-contents ol li:before,
	.mce-content-body ul li:before,
	.mce-content-body ol li:before {
		top: 15px;
	}
	.post-contents blockquote,
	.mce-content-body blockquote {
		padding: 20px 25px;
		margin: 30px 20px;
	}
	.post-contents blockquote::before,
	.mce-content-body blockquote::before {
		top: -10px;
		left: 10px;
		width: 21px;
		height: 18px;
	}
	.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 table tr:first-of-type td,
	.mce-content-body table tr:first-of-type td {
		font-size: 15px;
		padding: 5px;
	}
	.post-contents table th,
	.mce-content-body table th {
		font-size: 14px;
	}
	.post-contents table td,
	.mce-content-body table td {
		font-size: 14px;
		padding: 5px;
	}
	.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,
	.mce-content-body .lkc-card {
		padding: 10px;
	}
	.post-contents .lkc-card .lkc-content,
	.mce-content-body .lkc-card .lkc-content {
		padding: 10px 30px 10px 10px;
		border-radius: 5px;
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	}
	.post-contents .lkc-card .lkc-content::before,
	.mce-content-body .lkc-card .lkc-content::before {
		width: 20px;
	}
	.post-contents .lkc-card .lkc-content::after,
	.mce-content-body .lkc-card .lkc-content::after {
		width: 16px;
		height: 16px;
		right: 2px;
		background-size: contain;
	}
	.post-contents .lkc-card .lkc-content .lkc-thumbnail,
	.mce-content-body .lkc-card .lkc-content .lkc-thumbnail {
		margin: 0 10px 0 0;
	}
	.post-contents .lkc-card .lkc-content .lkc-thumbnail-img,
	.mce-content-body .lkc-card .lkc-content .lkc-thumbnail-img {
		width: 80px;
		height: 60px;
	}
	.post-contents .lkc-card .lkc-content .lkc-title-text,
	.mce-content-body .lkc-card .lkc-content .lkc-title-text {
		margin: 5px 0 0 0;
		padding-left: 20px;
		font-size: 14px;
	}
	.post-contents .lkc-card .lkc-content .lkc-title-text::before,
	.mce-content-body .lkc-card .lkc-content .lkc-title-text::before {
		top: 10px;
		width: 12px;
	}
	.post-contents .lkc-card .lkc-content .lkc-url,
	.mce-content-body .lkc-card .lkc-content .lkc-url {
		margin: 3px 0 0 0;
		font-size: 10px;
	}
	.post-contents .lkc-card .lkc-content .lkc-excerpt,
	.mce-content-body .lkc-card .lkc-content .lkc-excerpt {
		display: none !important;
	}
	.post-contents .wp-video,
	.mce-content-body .wp-video {
		max-width: calc(100vw - 40px);
	}
	.post-contents .youtube,
	.mce-content-body .youtube {
		margin-top: 0;
		padding: 40px 20px;
	}
	.post-contents .youtube iframe,
	.mce-content-body .youtube iframe {
		border-width: 2px;
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}
	.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-news-list-01,
	.mce-content-body .sc-news-list-01 {
		position: relative;
		padding-bottom: 76px;
	}
	.post-contents .sc-news-list-01 .flex,
	.mce-content-body .sc-news-list-01 .flex {
		flex-direction: column;
	}
	.post-contents .sc-news-list-01 .flex .ttl,
	.mce-content-body .sc-news-list-01 .flex .ttl {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.post-contents .sc-news-list-01 .flex .ttl h2,
	.mce-content-body .sc-news-list-01 .flex .ttl h2 {
		font-size: 2rem;
		margin: 0;
	}
	.post-contents .sc-news-list-01 .flex .aqt-btn-03,
	.mce-content-body .sc-news-list-01 .flex .aqt-btn-03 {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
	}
	.post-contents .sc-news-list-01 .flex .news-list,
	.mce-content-body .sc-news-list-01 .flex .news-list {
		width: 100%;
	}
	.post-contents .sc-news-list-01 .flex .news-list a,
	.mce-content-body .sc-news-list-01 .flex .news-list a {
		padding: 15px 30px 15px 15px;
	}
	.post-contents .sc-news-list-01 .flex .news-list time,
	.mce-content-body .sc-news-list-01 .flex .news-list time {
		width: 7rem;
	}
	.post-contents .sc-post-list-01,
	.mce-content-body .sc-post-list-01 {
		padding-bottom: 40px;
	}
	.post-contents .sc-post-list-01 .slick-arrow,
	.mce-content-body .sc-post-list-01 .slick-arrow {
		top: 140px;
	}
	.post-contents .sc-post-list-01 .c-case-item__thumb img,
	.mce-content-body .sc-post-list-01 .c-case-item__thumb img {
		border-radius: 5px 5px 0 0;
	}
	.post-contents .sc-post-list-01 .c-case-item__body,
	.mce-content-body .sc-post-list-01 .c-case-item__body {
		padding: 10px 15px 18px 13px;
	}
	.post-contents .sc-post-list-01 .c-case-item__ttl,
	.mce-content-body .sc-post-list-01 .c-case-item__ttl {
		font-size: 14px;
		margin: 0;
	}
	.post-contents .sc-post-list-01 .c-more-btn,
	.post-contents .sc-post-list-01 .c-form .mfp_buttons,
	.c-form .post-contents .sc-post-list-01 .mfp_buttons,
	.mce-content-body .sc-post-list-01 .c-more-btn,
	.mce-content-body .sc-post-list-01 .c-form .mfp_buttons,
	.c-form .mce-content-body .sc-post-list-01 .mfp_buttons {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.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-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;
	}
}

#template-b > p:last-child {
	margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
	#template-b > p:last-child {
		margin-bottom: 60px;
	}
}

.post-contents .news-post table tr:first-of-type td {
	border-right-color: #dbdbdb;
}
@media screen and (min-width: 751px) {
	.post-contents .news-post #ez-toc-container,
	.post-contents .news-post .mce-content-body #ez-toc-container {
		margin-bottom: 32px;
	}
	.post-contents .news-post h2 {
		font-size: 2.6rem;
		padding-bottom: 25px;
	}
	.post-contents .news-post h3 {
		font-size: 2.4rem;
		padding: 12px 20px;
		margin-bottom: 18px;
	}
	.post-contents .news-post h4 {
		font-size: 2.2rem;
		margin-bottom: 16px;
	}
	.post-contents .news-post h4:before {
		margin-right: 30px;
	}
	.post-contents .news-post h4:after {
		margin-left: 30px;
	}
	.post-contents .news-post table {
		margin: 0 0 60px;
	}
	.post-contents .news-post table tr:first-of-type td {
		padding: 5px 15px;
		font-size: 16px;
		letter-spacing: 0.12em;
	}
	.post-contents .news-post table th,
	.post-contents .news-post table td {
		min-height: 70px;
		letter-spacing: 0.12em;
		padding: 5px 15px;
	}
	.post-contents .news-post table th {
		font-size: 16px;
	}
	.post-contents .news-post table td {
		font-size: 15px;
	}
	.post-contents .news-post blockquote {
		margin-top: 53px;
	}
	.post-contents .news-post .lkc-card {
		padding-right: 22px;
	}
	.post-contents .news-post .lkc-card .lkc-content .lkc-thumbnail {
		margin-right: 29px;
	}
	.post-contents .news-post .lkc-card .lkc-content .lkc-title-text {
		font-size: 16px;
		margin-top: 34px;
		padding-left: 22px;
	}
	.post-contents .news-post .lkc-card .lkc-content .lkc-title-text:before {
		top: 12px;
		width: 15px;
	}
	.post-contents .news-post .lkc-card .lkc-content .lkc-url {
		margin-top: 10px;
		font-size: 12px;
	}
	.post-contents .news-post .lkc-card .lkc-content .lkc-excerpt {
		margin-top: 12px;
		margin-right: 75px;
		font-size: 14px;
	}
	.post-contents .news-post img {
		margin-bottom: 37px;
	}
	.post-contents .news-post .alignleft-wrap {
		margin-bottom: 10px;
	}
	.post-contents .news-post .alignright-wrap {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 750px) {
	.post-contents .news-post h2 {
		font-size: 20px;
	}
}

.c-more-btn,
.c-form .mfp_buttons {
	display: flex;
	justify-content: center;
}
.c-more-btn a,
.c-form .mfp_buttons a,
.c-more-btn span,
.c-form .mfp_buttons span,
.c-more-btn button,
.c-form .mfp_buttons button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	max-width: 100%;
	height: 60px;
	background: #ff8b38;
	border: solid 2px #ff8b38;
	border-radius: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-left: 5px;
	transition: color 0.2s, background-color 0.3s, background-image 0.2s;
}
.c-more-btn a:after,
.c-form .mfp_buttons a:after,
.c-more-btn span:after,
.c-form .mfp_buttons span:after,
.c-more-btn button:after,
.c-form .mfp_buttons button:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	display: block;
	width: 11px;
	height: 18px;
	background: #fff;
	-webkit-mask-image: url(../img/icons/chevron-right-solid_w.svg);
	mask-image: url(../img/icons/chevron-right-solid_w.svg);
	margin: auto;
	opacity: 0.6;
	transition: 0.2s;
}
.c-more-btn--clear a,
.c-more-btn--clear span,
.c-more-btn--clear button {
	border-color: #fff;
	background: transparent;
}
.c-more-btn--s a,
.c-more-btn--s span,
.c-more-btn--s button {
	width: 320px;
	height: 50px;
	font-size: 18px;
}
.c-more-btn--s a:after,
.c-more-btn--s span:after,
.c-more-btn--s button:after {
	right: 18px;
}
.c-more-btn--line a {
	background: #00c34d;
	border-color: #00c34d;
}
.c-more-btn--tel a {
	background: #00bf99;
	border-color: #00bf99;
}
.c-more-btn--dark a,
.c-form .mfp_buttons a,
.c-more-btn--dark button,
.c-form .mfp_buttons button {
	background: #008066;
	border-color: #008066;
}
.c-more-btn--reverse a::after {
	right: unset;
	left: 25px;
	transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
	.c-more-btn a:hover,
	.c-form .mfp_buttons a:hover,
	.c-more-btn button:hover,
	.c-form .mfp_buttons button:hover {
		background-color: #fff;
		color: #ff8b38;
	}
	.c-more-btn a:hover::after,
	.c-form .mfp_buttons a:hover::after,
	.c-more-btn button:hover::after,
	.c-form .mfp_buttons button:hover::after {
		right: 20px;
		background-color: #ff8b38;
	}
	.c-more-btn--s a:hover::after,
	.c-more-btn--s button:hover::after {
		right: 13px;
	}
	.c-more-btn--line a:hover {
		color: #00c34d;
	}
	.c-more-btn--line a:hover::after {
		background-color: #00c34d;
	}
	.c-more-btn--tel a:hover {
		color: #00bf99;
	}
	.c-more-btn--tel a:hover::after {
		background-color: #00bf99;
	}
	.c-more-btn--dark a:hover,
	.c-form .mfp_buttons a:hover,
	.c-more-btn--dark button:hover,
	.c-form .mfp_buttons button:hover {
		color: #008066;
	}
	.c-more-btn--dark a:hover::after,
	.c-form .mfp_buttons a:hover::after,
	.c-more-btn--dark button:hover::after,
	.c-form .mfp_buttons button:hover::after {
		background-color: #008066;
	}
	.c-more-btn--reverse a:hover::after {
		right: unset;
		left: 20px;
	}
}
@media screen and (max-width: 750px) {
	.c-more-btn a,
	.c-form .mfp_buttons a,
	.c-more-btn span,
	.c-form .mfp_buttons span,
	.c-more-btn button,
	.c-form .mfp_buttons button {
		width: 315px;
		height: 47px;
		background-size: 9.5px 16px;
		background-position: right 12px center;
		border-width: 1px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		font-size: 16px;
		font-weight: 400;
		padding-left: 0px;
	}
	.c-more-btn a::after,
	.c-form .mfp_buttons a::after,
	.c-more-btn span::after,
	.c-form .mfp_buttons span::after,
	.c-more-btn button::after,
	.c-form .mfp_buttons button::after {
		right: 18px;
	}
	.c-more-btn--reverse a::after {
		right: unset;
		left: 18px;
	}
}

.c-contact {
	background: #00b390;
	padding: 134px 0 78px;
}
.c-contact .inner {
	max-width: 1040px;
}
.c-contact .c-sec-ttl::before {
	bottom: 5px;
	font-size: 140px;
}
.c-contact .c-sec-ttl__ja {
	font-size: 40px;
}
.c-contact__ttl-baloon {
	position: absolute;
	top: -63px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 50px;
	background: #ff8b38;
	border-radius: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
	letter-spacing: 0.06em;
	margin: auto;
}
.c-contact__ttl-baloon .yellow {
	color: #faf106;
}
.c-contact__ttl-baloon .num {
	font-family: "Jost", sans-serif;
	font-size: 32px;
	letter-spacing: 0;
}
.c-contact__ttl-baloon::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	display: block;
	width: 0;
	border-top: solid 11px #ff8b38;
	border-left: solid 11px transparent;
	border-right: solid 11px transparent;
	margin: auto;
}
.c-contact__desc {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.08em;
	margin-top: 8px;
	text-align: center;
}
.c-contact__methods {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 30px;
}
.c-contact__links {
	display: flex;
	justify-content: space-between;
	background: #008066;
	border-radius: 10px;
	margin-top: 30px;
	padding: 25px 40px;
}
.c-contact__links--tel-only {
	justify-content: center;
	text-align: center;
}
.c-contact__tel {
	padding-top: 6px;
}
.c-contact .c-tel-list {
	color: #fff;
}
.c-contact .c-tel-list__item .place {
	background-color: #00bf99;
}
.c-contact__btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 10px;
}
.c-contact__btns .c-more-btn a,
.c-contact__btns .c-form .mfp_buttons a,
.c-form .c-contact__btns .mfp_buttons a {
	width: 300px;
	letter-spacing: 0.04em;
	padding-left: 0;
}
.c-contact__check {
	margin-top: 28px;
}
@media screen and (min-width: 960px) {
	.c-contact .c-tel-list__list {
		gap: 7px 8px;
	}
	.c-contact .c-tel-list__item .place {
		width: 82px;
		height: 32px;
		font-size: 16px;
	}
	.c-contact .c-tel-list__item .num {
		font-size: 28px;
	}
	.c-contact .c-tel-list__note {
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (min-width: 751px) and (max-width: 959px) {
	.c-contact__btns .c-more-btn a,
	.c-contact__btns .c-form .mfp_buttons a,
	.c-form .c-contact__btns .mfp_buttons a {
		width: 220px;
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (min-width: 751px) {
	.c-contact__check img {
		transition: 0.3s;
	}
	.c-contact__check a:hover img {
		transform: scale(1.02);
	}
}
@media screen and (max-width: 750px) {
	.c-contact {
		padding: 79px 0 48px;
	}
	.c-contact .inner {
		max-width: 1040px;
	}
	.c-contact .c-sec-ttl::before {
		bottom: 36px;
		font-size: 70px;
	}
	.c-contact .c-sec-ttl__ja {
		font-size: 24px;
		line-height: 1.25;
	}
	.c-contact__ttl-baloon {
		top: -36px;
		width: 225px;
		height: 27px;
		font-size: 14px;
		filter: drop-shadow(0 1px 2.5px rgba(0, 0, 0, 0.1));
	}
	.c-contact__ttl-baloon .num {
		font-size: 21px;
	}
	.c-contact__ttl-baloon::after {
		border-width: 6px 6px 0 6px;
	}
	.c-contact__desc {
		font-size: 13px;
		line-height: 1.5384615385;
		margin-top: 9px;
	}
	.c-contact__methods {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 20px;
	}
	.c-contact__links {
		border-radius: 5px;
		margin-top: 20px;
		padding: 20px;
	}
	.c-contact__tel {
		padding-top: 6px;
	}
	.c-contact__btns {
		gap: 17px;
		margin: 0 auto;
	}
	.c-contact__btns .c-more-btn a,
	.c-contact__btns .c-form .mfp_buttons a,
	.c-form .c-contact__btns .mfp_buttons a {
		width: 295px;
		height: 49px;
		font-size: 17px;
	}
	.c-contact__check {
		margin-top: 18px;
	}
}

.c-contact-method {
	display: flex;
	flex-direction: column;
}
.c-contact-method__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #008066;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.c-contact-method__ttl::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	background: #fff center/contain no-repeat;
	border: solid 2px #c0ece3;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	margin-right: 14px;
	margin-left: -60px;
}
.c-contact-method__body {
	flex-grow: 1;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 20px 30px 22px;
}
.c-contact-method__desc {
	font-size: 16px;
	letter-spacing: 0.08em;
	text-align: justify;
}
.c-contact-method__more {
	margin-top: 20px;
}
.c-contact-method--reserve {
	grid-column: 1/3;
}
.c-contact-method--reserve .c-contact-method__ttl::before {
	background-image: url(../img/icons/phone-laptop-solid_eg.svg);
	background-size: 30px;
	margin-right: 16px;
	margin-left: -80px;
}
.c-contact-method--reserve .c-contact-method__body {
	padding: 22px 30px 26px;
}
.c-contact-method--reserve .c-contact-method__desc {
	text-align: center;
}
.c-contact-method--meeting .c-contact-method__ttl::before {
	background-image: url(../img/icons/user-tie-solid_eg.svg);
	background-size: 25px;
}
.c-contact-method--online .c-contact-method__ttl::before {
	background-image: url(../img/icons/comments-solid_eg.svg);
	background-size: 32px;
}
@media screen and (max-width: 750px) {
	.c-contact-method {
		width: 100%;
	}
	.c-contact-method__ttl {
		height: 35.5px;
		border-radius: 5px 5px 0 0;
		font-size: 16px;
	}
	.c-contact-method__ttl::before {
		width: 40.5px;
		height: 40.5px;
		border-width: 1px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		margin-right: 10px;
		margin-left: -5px;
	}
	.c-contact-method__body {
		border-radius: 0 0 5px 5px;
		padding: 18px 20px 15px;
	}
	.c-contact-method__desc {
		font-size: 13px;
		line-height: 1.8461538462;
	}
	.c-contact-method__more {
		margin-top: 8px;
	}
	.c-contact-method__more a {
		width: 295px;
		height: 46px;
		font-size: 16.5px;
	}
	.c-contact-method--reserve {
		grid-column: 1/2;
		margin-bottom: 7.5px;
	}
	.c-contact-method--reserve .c-contact-method__ttl::before {
		background-position: 50% 55%;
		background-size: 22px;
		margin-right: 10px;
		margin-left: -13px;
	}
	.c-contact-method--reserve .c-contact-method__body {
		padding: 18px 20px 22.5px;
	}
	.c-contact-method--reserve .c-contact-method__desc {
		text-align: left;
	}
	.c-contact-method--meeting .c-contact-method__ttl::before {
		background-position: 54% 50%;
		background-size: 17px;
	}
	.c-contact-method--online .c-contact-method__ttl::before {
		background-size: 23px;
		margin-left: -8px;
	}
}

.c-sec-ttl {
	position: relative;
	text-align: center;
}
.c-sec-ttl--left {
	text-align: left;
}
.c-sec-ttl::before {
	content: attr(data-bg-txt);
	position: absolute;
	bottom: -43px;
	display: block;
	width: 100%;
	color: #00b390;
	font: 500 180px "Jost", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0.08;
	white-space: nowrap;
}
.c-sec-ttl--left::before {
	left: -10px;
}
.c-sec-ttl--white::before {
	color: #fff;
	opacity: 0.12;
}
.c-sec-ttl__en {
	position: relative;
	color: #00b390;
	font: 500 20px "Jost", sans-serif;
	letter-spacing: 0.08em;
}
.c-sec-ttl__ja {
	position: relative;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.c-sec-ttl__ja .highlight {
	color: #00b390;
}
.c-sec-ttl__ja .highlight2 {
	color: #ff8b38;
}
.c-sec-ttl__ja .marker {
	background: linear-gradient(to top, #faf106 0%, #faf106 100%) left bottom 5%/100% 25% no-repeat;
}
.c-sec-ttl--white .c-sec-ttl__en {
	color: #fff;
}
.c-sec-ttl--white .c-sec-ttl__ja {
	color: #fff;
}
@media screen and (max-width: 959px) {
	.c-sec-ttl::before {
		bottom: -28px;
		font-size: 120px;
	}
}
@media screen and (max-width: 750px) {
	.c-sec-ttl::before {
		bottom: -7px;
		font-size: 90px;
	}
	.c-sec-ttl__en {
		font-size: 13px;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.c-sec-ttl__ja {
		font-size: 23px;
		line-height: 1.3043478261;
	}
	.c-sec-ttl__ja .marker {
		background-position: left bottom;
		background-size: 100% 22%;
	}
}

#wrapper {
	padding-top: 160px;
}
@media screen and (max-width: 1200px) {
	#wrapper {
		padding-top: 132px;
	}
}
@media screen and (max-width: 959px) {
	#wrapper {
		padding-top: 62px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.header__main {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 0 30px;
	transition: 0.2s;
}
.header__logo {
	padding-top: 3px;
}
.header__logo a {
	display: block;
	max-width: 440px;
	transition: opacity 0.1s ease;
}
.header__logo a:hover {
	opacity: 0.8;
}
.header__logo a img {
	display: block;
}
.header__tel {
	margin-left: 37px;
	margin-right: 10px;
	padding-top: 5px;
}
.header__buttons {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 100%;
}
.header__btn-fb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #1877f2;
	border-radius: 50%;
	padding-left: 2px;
	transition: opacity 0.1s ease;
	transition: 0.2s;
}
.header__btn-fb:hover {
	opacity: 0.8;
}
.header__btn-mail,
.header__btn-line,
.header__btn-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	border: solid 2px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 2px;
	transition: 0.2s;
}
.header__btn-mail {
	background: #ff8b38;
	border-color: #ff8b38;
}
.header__btn-mail:hover {
	background: #fff;
	color: #ff8b38;
}
.header__btn-line {
	background: #00c34d;
	border-color: #00c34d;
}
.header__btn-line:hover {
	background: #fff;
	color: #00c34d;
}
.header__btn-mail {
	background: #ff8b38;
	border-color: #ff8b38;
}
.header__btn-mail:hover {
	background: #fff;
	color: #ff8b38;
}
.header__btn-tel {
	background: #00bf99;
	border-color: #00bf99;
}
.header__btn-tel:hover {
	background: #fff;
	color: #00bf99;
}
@media screen and (max-width: 1400px) {
	.header__main {
		padding: 0 20px;
	}
	.header__tel {
		margin-left: 20px;
		margin-right: 0;
	}
	.header__btn-fb {
		width: 40px;
		height: 40px;
		margin: 30px 0;
	}
	.header__btn-mail,
	.header__btn-line,
	.header__btn-tel {
		width: 180px;
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1201px) {
	.header.fixed .header__main {
		height: 72px;
	}
	.header.fixed .header__tel {
		display: none;
	}
	.header.fixed .header__btn-fb,
	.header:not(.fixed) .header__btn-tel {
		width: 0;
		height: 0;
		border-width: 0;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
}
@media screen and (max-width: 1200px) {
	.header__logo a {
		max-width: 273px;
	}
	.header__main {
		height: 72px;
	}
	.header__tel {
		display: none;
	}
	.header__btn-fb {
		width: 0;
		height: 0;
		border-width: 0;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
}
@media screen and (max-width: 959px) {
	.header__main {
		height: 62px;
		padding: 0;
	}
	.header__logo {
		padding: 0 0 0 20px;
	}
	.header__logo a {
		max-width: 273px;
	}
	.header__tel {
		display: none;
	}
	.header__buttons {
		display: none;
	}
}

.header-humberger {
	display: none;
}
@media screen and (max-width: 959px) {
	.header-humberger {
		position: relative;
		display: block;
		width: 62px;
		height: 62px;
		background: #00b390;
	}
	.header-humberger span {
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		margin: auto;
		transition: 0.3s;
	}
	.header-humberger span:nth-of-type(1) {
		top: 18.5px;
	}
	.header-humberger span:nth-of-type(2) {
		top: 30.5px;
	}
	.header-humberger span:nth-of-type(3) {
		top: 42.5px;
	}
}

.active .header-humberger span:nth-of-type(1) {
	top: 30px;
	width: 38px;
	transform: rotate(40deg);
}
.active .header-humberger span:nth-of-type(2) {
	width: 0;
}
.active .header-humberger span:nth-of-type(3) {
	top: 30px;
	width: 38px;
	transform: rotate(-40deg);
}

.header-nav {
	width: 100%;
	height: 60px;
	background-color: #00735c;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s;
}
.header-nav__contact {
	display: none;
}
@media screen and (max-width: 959px) {
	.header-nav {
		position: fixed;
		top: 62px;
		left: 0;
		width: 100%;
		height: calc(100vh - 62px);
		height: calc(var(--vh) * 100 - 62px);
		background: #008066;
		opacity: 0;
		overflow-y: scroll;
		visibility: hidden;
		transition: opacity 0.3s;
	}
	.header-nav__contact {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 17px;
		margin-top: 30px;
		padding: 0 20px 40px;
	}
	.header-nav__contact .c-more-btn a,
	.header-nav__contact .c-form .mfp_buttons a,
	.c-form .header-nav__contact .mfp_buttons a {
		width: 295px;
		height: 49px;
		font-size: 17.5px;
	}
	.header-nav__contact .c-more-btn a::after,
	.header-nav__contact .c-form .mfp_buttons a::after,
	.c-form .header-nav__contact .mfp_buttons a::after {
		right: 20px;
	}
}

@media screen and (max-width: 959px) {
	.active .header-nav {
		opacity: 1;
		visibility: visible;
	}
}

.nav-menu-list {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.nav-menu-list > li {
	height: 100%;
	display: flex;
	align-items: center;
}
.nav-menu-list > li::after,
.nav-menu-list > li:first-child::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #4d9486;
}
.nav-menu-list > li:not(:last-child)::after {
	margin: 0 2.5em;
}
.nav-menu-list > li:first-child::before {
	margin-right: 2.5em;
}
.nav-menu-list > li:last-child::after {
	margin-left: 2.5em;
}
.nav-menu-list > li > a,
.nav-menu-list > li > span {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.04em;
	padding-top: 3px;
	transition: 0.2s;
	cursor: pointer;
}
.nav-menu-list > li > a::after,
.nav-menu-list > li > span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ff8b38;
	border-radius: 4px 4px 0 0;
	opacity: 0;
	transition: 0.2s;
}
.nav-menu-list > li > a:hover::after,
.nav-menu-list > li > span:hover::after {
	opacity: 1;
}
@media screen and (max-width: 1200px) {
	.nav-menu-list > li:not(:last-child)::after {
		margin: 0 2em;
	}
	.nav-menu-list > li:first-child::before {
		margin-right: 2em;
	}
	.nav-menu-list > li:last-child::after {
		margin-left: 2em;
	}
	.nav-menu-list > li > a,
	.nav-menu-list > li > span {
		font-size: 15px;
	}
}
@media screen and (max-width: 959px) {
	.nav-menu-list {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		font-weight: 700;
	}
	.nav-menu-list > li {
		display: block;
		height: auto;
		background-color: #008066;
	}
	.nav-menu-list > li::after,
	.nav-menu-list > li:first-child::before {
		content: none;
	}
	.nav-menu-list > li:not(:last-child)::after {
		margin: 0;
	}
	.nav-menu-list > li:first-child::before {
		margin-right: 0;
	}
	.nav-menu-list > li:last-child::after {
		margin-left: 0;
	}
	.nav-menu-list > li > a,
	.nav-menu-list > li > span {
		position: relative;
		width: 100%;
		border-bottom: solid 1px rgba(255, 255, 255, 0.7);
		color: #fff;
		padding: 12px 20px;
	}
	.nav-menu-list > li > a::after,
	.nav-menu-list > li > span::after {
		top: 0;
		bottom: 0;
		right: 19px;
		left: unset;
		display: block;
		width: 15px;
		height: 15px;
		background: #fff;
		border-radius: unset;
		-webkit-mask-image: url(../img/icons/arrow-circle-right-solid.svg);
		mask-image: url(../img/icons/arrow-circle-right-solid.svg);
		margin: auto;
		opacity: 1;
	}
	.nav-menu-list > li.parent > span {
		position: relative;
	}
	.nav-menu-list > li.parent > span::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		left: unset;
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/common/plus-solid.svg) center/contain no-repeat;
		border-radius: unset;
		-webkit-mask-image: none;
		mask-image: none;
		margin: auto;
	}
	.nav-menu-list > li.parent > span.open::after {
		background-image: url(../img/common/minus-solid.svg);
	}
}

.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: flex;
	gap: 40px;
	width: 100%;
	max-width: 1200px;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin: auto;
	padding: 25px 47px 27px 33px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}
.mega-menu__cat {
	flex: 1;
}
.mega-menu__cat-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background: #00b390;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.mega-menu__list > li {
	border-bottom: dotted 1px #222;
}
.mega-menu__list > li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	padding: 14px 20px 16px 1em;
	letter-spacing: 0.04em;
}
.mega-menu__list > li a::before {
	content: "・";
	position: absolute;
	top: 14px;
	left: -1px;
	color: #00b390;
}
.mega-menu__list > li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icons/arrow-circle-right-regular_eg.svg) center/contain no-repeat;
	margin: auto;
	transition: 0.2s;
}
.mega-menu__more {
	font-size: 14px;
	margin-top: 5px;
	text-align: right;
}
.mega-menu__more a {
	color: #ff8b38;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.mega-menu__more a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(../img/icons/chevron-right-solid_o.svg) center/contain no-repeat;
	transition: 0.2s;
	vertical-align: -1px;
}
.mega-menu__more a:hover::after {
	transform: translateX(3px);
}
@media screen and (max-width: 1200px) {
	.mega-menu {
		gap: 20px;
		padding: 25px 20px 27px;
	}
	.mega-menu__list > li a {
		font-size: 14px;
	}
}
@media screen and (min-width: 960px) {
	.mega-menu__list > li a:hover::after {
		right: -5px;
	}
}
@media screen and (max-width: 959px) {
	.mega-menu {
		position: static;
		display: none;
		background-color: #fff;
		border-radius: none;
		box-shadow: none;
		margin: auto;
		padding: 0;
		opacity: 1;
		visibility: visible;
		transition: none;
	}
	.mega-menu__cat-ttl {
		display: block;
		height: auto;
		border-bottom: solid 1px rgba(255, 255, 255, 0.7);
		border-radius: unset;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.08em;
		padding: 12px 20px;
		position: relative;
	}
	.mega-menu__cat-ttl::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		left: unset;
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/common/plus-solid.svg) center/contain no-repeat;
		border-radius: unset;
		-webkit-mask-image: none;
		mask-image: none;
		margin: auto;
	}
	.mega-menu__cat-ttl.open::after {
		background-image: url(../img/common/minus-solid.svg);
	}
	.mega-menu__list {
		display: none;
	}
	.mega-menu__list > li {
		border: none;
	}
	.mega-menu__list > li a {
		background: #e0f4ef;
		border-bottom: solid 1px #888;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.08em;
		line-height: 2;
		padding: 12px 20px;
	}
	.mega-menu__list > li a::before {
		content: "－ ";
		position: static;
		color: #ff8b38;
		font-size: 12px;
		vertical-align: text-bottom;
	}
	.mega-menu__list > li a::after {
		top: 0;
		bottom: 0;
		right: 19px;
		left: unset;
		display: block;
		width: 15px;
		height: 15px;
		background: #222;
		-webkit-mask-image: url(../img/icons/arrow-circle-right-solid.svg);
		mask-image: url(../img/icons/arrow-circle-right-solid.svg);
		margin: auto;
	}
	.mega-menu__list > li a br {
		display: none;
	}
	.mega-menu__more {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.parent:hover > .mega-menu {
		opacity: 1;
		visibility: visible;
	}
}

.footer {
	background: #008066;
	padding: 40px 0 52px;
}
.footer__top {
	display: flex;
	margin-bottom: 13px;
}
.footer__logo {
	flex: 0 1 444px;
	margin-right: 20px;
	padding-top: 20px;
}
.footer__logo img {
	display: block;
}
.footer__tel {
	color: #fff;
	margin-left: auto;
}
.footer__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 10px;
}
.footer__btn-mail,
.footer__btn-line,
.footer__btn-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	border: solid 2px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 2px;
	transition: 0.2s;
}
.footer__btn-mail:hover,
.footer__btn-line:hover,
.footer__btn-tel:hover {
	background: #fff;
}
.footer__btn-mail {
	background: #ff8b38;
	border-color: #ff8b38;
}
.footer__btn-mail:hover {
	color: #ff8b38;
}
.footer__btn-line {
	background: #00c34d;
	border-color: #00c34d;
}
.footer__btn-line:hover {
	color: #00c34d;
}
.footer__btn-tel {
	background: #00bf99;
	border-color: #00bf99;
}
.footer__btn-tel:hover {
	color: #00bf99;
}
.footer__bottom {
	margin-top: 32px;
}
.footer__policy-links {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.06em;
	padding: 15px 0;
	text-align: center;
}
.footer__policy-links a {
	transition: opacity 0.1s ease;
}
.footer__policy-links a:hover {
	opacity: 0.8;
}
.footer__policy-links span {
	display: inline-block;
	color: #76ab9c;
	margin: 0 1em;
}
.footer__btn-fb {
	display: none;
}
.footer__copyright {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.06em;
	margin-top: 22px;
	text-align: center;
}
@media screen and (min-width: 1201px) {
	.footer .c-tel-list__list {
		gap: 8px 2px;
	}
	.footer .c-tel-list__item {
		gap: 8px;
	}
	.footer .c-tel-list .place {
		font-size: 16px;
		width: 82px;
		height: 32px;
	}
	.footer .c-tel-list .num {
		font-size: 24px;
	}
	.footer .c-tel-list__note {
		font-size: 13px;
		letter-spacing: 0.065em;
		margin-top: 7px;
	}
}
@media screen and (max-width: 1400px) {
	.footer__btn-mail,
	.footer__btn-line {
		width: 180px;
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (max-width: 959px) {
	.footer__top {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer__logo {
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.footer__logo img {
		margin: 0 auto;
	}
	.footer__tel {
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	.footer {
		padding: 50px 0 116px;
	}
	.footer .inner {
		padding: 0;
	}
	.footer__top {
		display: block;
		margin-bottom: 41px;
		padding: 0 20px;
	}
	.footer__logo {
		width: 315px;
		margin: 0 auto 25px;
	}
	.footer__buttons {
		flex-direction: column;
		align-items: center;
		gap: 17px;
		margin-left: 0;
	}
	.footer__btn-mail,
	.footer__btn-line,
	.footer__btn-tel {
		position: relative;
		width: 295px;
		height: 49px;
		font-size: 17.5px;
		font-weight: 400;
		letter-spacing: 0.04em;
		padding-bottom: 0;
	}
	.footer__btn-mail::after,
	.footer__btn-line::after,
	.footer__btn-tel::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		display: block;
		width: 11px;
		height: 18px;
		background: #fff;
		-webkit-mask-image: url(../img/icons/chevron-right-solid_w.svg);
		mask-image: url(../img/icons/chevron-right-solid_w.svg);
		margin: auto;
		opacity: 0.6;
		transition: 0.2s;
	}
	.footer__bottom {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 7px;
		margin-top: 36px;
		padding: 0 20px;
	}
	.footer__policy-links {
		flex: 1;
		border-radius: 2.5px;
		padding: 8px 0 12px;
	}
	.footer__policy-links span {
		margin: 0 0.3em;
	}
	.footer__btn-fb {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
		background: #1877f2;
		border-radius: 50%;
		padding-left: 1px;
	}
	.footer__copyright {
		font-size: 14px;
		margin-top: 11px;
	}
}

.footer-menu {
	color: #fff;
}
.footer-menu__ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 17px;
}
.footer-menu__ttl::after {
	content: "";
	display: block;
	flex: 1 1 auto;
	height: 1px;
	background: #00b390;
	margin-left: 10px;
}
.footer-menu__wrap {
	display: flex;
	justify-content: space-between;
}
.footer-menu__list {
	padding-right: 6%;
}
.footer-menu__list > li:not(:last-child) {
	margin-bottom: 6px;
}
.footer-menu__list > li > a,
.footer-menu__list > li > span {
	position: relative;
	display: block;
	font-size: 15px;
	letter-spacing: 0.06em;
}
.footer-menu__list > li > a {
	transition: opacity 0.1s ease;
}
.footer-menu__list > li > a:hover {
	opacity: 0.8;
}
.footer-menu__list > li > ul {
	margin-top: 5px;
	margin-bottom: 12px;
	padding-left: 10px;
}
.footer-menu__list > li > ul > li:not(:last-child) {
	margin-bottom: 3px;
}
.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: #ff8b38;
}
@media screen and (max-width: 959px) {
	.footer-menu__wrap {
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.footer-menu__list {
		width: 50%;
	}
}
@media screen and (max-width: 750px) {
	.footer-menu__ttl {
		position: relative;
		font-size: 20px;
		margin-bottom: 0;
		padding: 0 0 11px 20px;
	}
	.footer-menu__ttl::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2.5px;
		margin-left: 0;
	}
	.footer-menu__wrap {
		display: block;
	}
	.footer-menu__list {
		width: 100%;
		padding-right: 0%;
	}
	.footer-menu__list > li:not(:last-child) {
		margin-bottom: 0;
	}
	.footer-menu__list > li a {
		position: relative;
	}
	.footer-menu__list > li a::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 19px;
		display: block;
		width: 15px;
		height: 15px;
		background: #fff;
		-webkit-mask-image: url(../img/icons/arrow-circle-right-solid.svg);
		mask-image: url(../img/icons/arrow-circle-right-solid.svg);
		margin: auto;
	}
	.footer-menu__list > li > a,
	.footer-menu__list > li > span {
		border-bottom: solid 1px rgba(255, 255, 255, 0.7);
		letter-spacing: 0.08em;
		padding: 13px 20px 16.5px;
	}
	.footer-menu__list > li .parent {
		position: relative;
	}
	.footer-menu__list > li .parent::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		left: unset;
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/common/plus-solid.svg) center/contain no-repeat;
		border-radius: unset;
		-webkit-mask-image: none;
		mask-image: none;
		margin: auto;
	}
	.footer-menu__list > li .parent.open::after {
		background-image: url(../img/common/minus-solid.svg);
	}
	.footer-menu__list > li > ul {
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.footer-menu__list > li > ul > li:not(:last-child) {
		margin-bottom: 0;
	}
	.footer-menu__list > li > ul > li > a {
		background: #e0f4ef;
		border-bottom: solid 1px rgba(34, 34, 34, 0.3);
		color: #222;
		font-size: 15px;
		letter-spacing: 0.08em;
		padding: 13px 20px 16.5px 47px;
	}
	.footer-menu__list > li > ul > li > a::before {
		left: 28px;
		font-size: 12px;
		padding-bottom: 3px;
	}
	.footer-menu__list > li > ul > li > a::after {
		background: #222;
	}
}

.fixed-bnr {
	position: fixed;
	right: 0;
	bottom: 90px;
	display: block;
	width: 220px;
	height: 130px;
	z-index: 10002;
}
.fixed-bnr a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.fixed-bnr__baloon {
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 30px;
	background: #fff;
	border-radius: 15px;
	color: #0071d1;
	font-size: 12.5px;
	font-weight: 500;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
	letter-spacing: 0.04em;
	margin: auto;
	z-index: 1;
}
.fixed-bnr__baloon::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: solid 8px #fff;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	margin: auto;
}
.fixed-bnr__inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #0071d1;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: 0.2s;
}
.fixed-bnr__inner::before,
.fixed-bnr__inner::after {
	content: "";
	position: absolute;
	top: 24px;
	display: block;
	width: 33px;
	height: 33px;
	background: url(../img/common/right-bg.svg) center/contain no-repeat;
	opacity: 0.5;
	pointer-events: none;
}
.fixed-bnr__inner::before {
	left: 8px;
	rotate: 90deg;
}
.fixed-bnr__inner::after {
	right: 8px;
	rotate: 180deg;
}
.fixed-bnr__catch {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding-top: 30px;
	text-align: center;
}
.fixed-bnr__catch .deco {
	display: block;
	font-size: 20px;
	margin-bottom: 2px;
}
.fixed-bnr__catch .deco::before,
.fixed-bnr__catch .deco::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 22px;
	background: #fff;
	vertical-align: middle;
}
.fixed-bnr__catch .deco::before {
	margin-right: 10px;
	rotate: -30deg;
}
.fixed-bnr__catch .deco::after {
	margin-left: 10px;
	rotate: 30deg;
}
.fixed-bnr__catch .yellow {
	color: #faf106;
}
.fixed-bnr__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding: 1px 5px 1px 0;
	text-align: center;
	transition: 0.2s;
}
.fixed-bnr__bottom::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/icons/chevron-right-solid_y.svg) center/contain no-repeat;
	margin: auto;
	transition: 0.2s;
}
@media screen and (min-width: 751px) {
	a:hover .fixed-bnr__inner {
		box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
	}
	a:hover .fixed-bnr__bottom {
		color: #faf106;
	}
	a:hover .fixed-bnr__bottom::after {
		right: 20px;
	}
}
@media screen and (max-width: 750px) {
	.fixed-bnr {
		right: 0;
		bottom: 0;
		width: 100%;
		height: 86.5px;
	}
	.fixed-bnr__baloon {
		top: -13.5px;
		width: 209px;
		height: 27px;
		font-size: 12px;
		filter: drop-shadow(0 1px 2.5px rgba(0, 0, 0, 0.1));
	}
	.fixed-bnr__inner {
		border-radius: 0;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.fixed-bnr__inner::before,
	.fixed-bnr__inner::after {
		top: 7.5px;
		width: 38px;
		height: 38px;
	}
	.fixed-bnr__inner::before {
		left: 7.5px;
	}
	.fixed-bnr__inner::after {
		right: 7.5px;
		rotate: 180deg;
	}
	.fixed-bnr__catch {
		font-size: 27px;
		padding-top: 25px;
	}
	.fixed-bnr__catch::before,
	.fixed-bnr__catch::after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 24px;
		background: #fff;
		vertical-align: -2px;
	}
	.fixed-bnr__catch::before {
		margin-right: 12px;
		rotate: -30deg;
	}
	.fixed-bnr__catch::after {
		margin-left: 12px;
		rotate: 30deg;
	}
	.fixed-bnr__catch .deco {
		display: inline;
		font-size: 17px;
		margin-bottom: 0;
	}
	.fixed-bnr__catch .deco::before,
	.fixed-bnr__catch .deco::after {
		display: none;
	}
	.fixed-bnr__bottom {
		font-size: 12px;
		padding: 1px 0px 2px 0;
		text-align: center;
	}
	.fixed-bnr__bottom::after {
		right: 9.5px;
		width: 13px;
		height: 13px;
	}
}

.tel-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10003;
	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 0 5px rgba(0, 0, 0, 0.25);
	padding: 62px 20px 16px;
}
.tel-popup__ttl {
	position: relative;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 11px;
	text-align: center;
}
.tel-popup__ttl::before {
	content: "";
	position: absolute;
	top: -41px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/common/tel-popup-icon.png) center/contain no-repeat;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tel-popup__tel-list {
	width: 100%;
}
.tel-popup__tel-item {
	width: 100%;
	height: 49px;
	border: solid 1px #00bf99;
	padding: 0 0 0 11px;
}
.tel-popup__tel-item:not(:last-child) {
	margin-bottom: 12px;
}
.tel-popup__tel-item a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url(../img/icons/chevron-right-solid_bp.svg) right 16px center/10px 16px no-repeat;
}
.tel-popup__tel-item a .place {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 27.5px;
	background: #00bf99;
	border-radius: 2.5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-right: 11px;
}
.tel-popup__tel-item a .num {
	font: 500 22px "Jost", sans-serif;
	letter-spacing: 0.06em;
}
.tel-popup__note {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 7px;
	text-align: center;
	white-space: nowrap;
}
.tel-popup__note .time {
	font: 500 16px "Jost", sans-serif;
	line-height: 1;
}
.tel-popup__note .time2 {
	font-size: 15px;
	line-height: 1;
}

.c-bnr {
	position: relative;
	z-index: 0;
}
.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(0, 0, 0, 0.4);
	border: solid 2px #00b390;
	border-radius: 10px;
	color: #fff;
	font-family: "Noto Sans JP", sans-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--fee a {
	padding-bottom: 17px;
}
.c-bnr--1col .c-bnr__bnr--fee a::before {
	background-image: url(../img/common/bnr-fee.jpg);
}
.c-bnr--1col .c-bnr__bnr--msg a::before {
	background-image: url(../img/common/bnr_msg-1col.jpg);
}
.c-bnr--1col .c-bnr__bnr--jiko a {
	padding: 0 0 4px;
}
.c-bnr--1col .c-bnr__bnr--jiko a::before {
	background-image: url(../img/common/bnr-jiko.jpg);
}
.c-bnr--1col .c-bnr__bnr--jiko a .icon {
	display: inline-block;
	width: 21px;
	height: 32px;
	background: url(../img/icons/external-link_w.svg) center/contain no-repeat;
	margin: 0 -28px 0 8px;
}
.c-bnr--2col .c-bnr__bnr {
	width: calc(50% - 15px);
}
.c-bnr--2col .c-bnr__bnr a {
	padding: 0 0 5px;
}
.c-bnr--2col .c-bnr__bnr--about a::before {
	background-image: url(../img/common/bnr-about-half.jpg);
}
.c-bnr--2col .c-bnr__bnr--advantage a::before {
	background-image: url(../img/common/bnr-advantage-half.jpg);
}
.c-bnr--2col .c-bnr__bnr--solution a::before {
	background-image: url(../img/common/bnr-solution-half.jpg);
}
.c-bnr--2col .c-bnr__bnr--counseling a::before {
	background-image: url(../img/common/bnr-counseling-half.jpg);
}
.c-bnr--2col .c-bnr__bnr--fee a::before {
	background-image: url(../img/common/bnr-fee-half.jpg);
}
.c-bnr--2col .c-bnr__bnr--access a::before {
	background-image: url(../img/common/bnr-access-half.jpg);
}
.c-bnr__ttl-en {
	font: 500 18px "Jost", sans-serif;
	letter-spacing: 0.08em;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.c-bnr--2col .c-bnr__ttl-en {
	font-size: 16px;
}
.c-bnr__ttl {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.c-bnr--2col .c-bnr__ttl {
	font-size: 28px;
}
.c-bnr__desc {
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-top: 15px;
}
.c-bnr__ttl-pre {
	font-size: 24px;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
	.c-bnr--2col .c-bnr__ttl-en {
		font-size: 14px;
	}
	.c-bnr--2col .c-bnr__ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	.c-bnr__wrap {
		display: block;
	}
	.c-bnr__bnr {
		height: 100px;
	}
	.c-bnr__bnr a {
		background-size: cover;
		border-width: 1px;
		border-radius: 5px;
		letter-spacing: 0.01em;
		line-height: 1.1;
	}
	.c-bnr--1col .c-bnr__bnr {
		width: 100%;
	}
	.c-bnr--1col .c-bnr__bnr a::after {
		content: none;
	}
	.c-bnr--1col .c-bnr__bnr--fee a {
		padding: 0 0 3px;
	}
	.c-bnr--1col .c-bnr__bnr--fee a::before {
		background-image: url(../img/common/bnr-fee_sp.jpg);
	}
	.c-bnr--1col .c-bnr__bnr--jiko a {
		padding: 0;
	}
	.c-bnr--1col .c-bnr__bnr--jiko a::before {
		background-image: url(../img/common/bnr-jiko_sp.jpg);
	}
	.c-bnr--1col .c-bnr__bnr--jiko a .icon {
		display: none;
	}
	.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--about a::before {
		background-image: url(../img/common/bnr-about_sp.jpg);
	}
	.c-bnr--2col .c-bnr__bnr--advantage a::before {
		background-image: url(../img/common/bnr-advantage_sp.jpg);
	}
	.c-bnr--2col .c-bnr__bnr--solution a::before {
		background-image: url(../img/common/bnr-solution_sp.jpg);
	}
	.c-bnr--2col .c-bnr__bnr--counseling a::before {
		background-image: url(../img/common/bnr-counseling_sp.jpg);
	}
	.c-bnr__ttl-en,
	.c-bnr--2col .c-bnr__ttl-en {
		font-size: 13px;
		font-weight: 400;
	}
	.c-bnr__ttl,
	.c-bnr--2col .c-bnr__ttl {
		font-size: 20px;
		font-weight: 400;
	}
	.c-bnr__desc {
		font-size: 13px;
		margin-top: 12px;
	}
	.c-bnr__bnr--jiko .c-bnr__desc {
		font-size: 12px;
		margin-top: 9px;
	}
	.c-bnr__ttl-pre {
		font-size: 14px;
		margin-bottom: 6px;
	}
}

.c-case-item__inner {
	position: relative;
	width: 100%;
}
.c-case-item__cat {
	position: absolute;
	left: -20px;
	top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	max-width: 220px;
	height: 80px;
	background: #00b390;
	border-radius: 0 40px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.046em;
	line-height: 1;
	padding: 10px;
	pointer-events: none;
	z-index: 1;
}
.c-case-item__cat span {
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c-case-item a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	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;
}
.c-case-item__thumb::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(100% * 0.7513783784);
}
.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 {
	padding: 16px 30px 27px;
}
.c-case-item__date {
	color: #666;
	font-size: 16px;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin-bottom: 5px;
}
.c-case-item__ttl {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.7777777778;
	text-align: justify;
	text-decoration: underline;
	text-underline-offset: 7px;
}
.c-case-item__ttl span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.c-case-item__total {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 15px;
	text-align: right;
	white-space: nowrap;
}
.c-case-item__total .num {
	color: #ff8b38;
	font: 600 24px "Jost", sans-serif;
	letter-spacing: 0;
	margin-left: 5px;
}
@media screen and (max-width: 959px) {
	.c-case-item {
		width: 30vw;
	}
	.c-case-item__cat {
		left: -10px;
		top: -10px;
		min-width: 60px;
		max-width: 190px;
		height: 60px;
		border-radius: 0 30px;
		font-size: 14px;
	}
	.c-case-item__body {
		padding: 16px 20px 26px;
	}
	.c-case-item__date {
		font-size: 14px;
	}
	.c-case-item__total {
		font-size: 14px;
	}
	.c-case-item__total .num {
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	.c-case-item__cat {
		left: -13px;
		top: -12px;
		min-width: 55px;
		max-width: 170px;
		height: 55px;
		border-radius: 0 27.5px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		font-size: 14px;
		letter-spacing: 0.06em;
	}
	.c-case-item a {
		border-radius: 5px;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	}
	.c-case-item a:hover {
		box-shadow: 0px 4.5px 8px 0px rgba(0, 0, 0, 0.16);
	}
	.c-case-item__body {
		padding: 10px 15px 18px 13px;
	}
	.c-case-item__date {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.c-case-item__ttl {
		font-size: 18px;
		line-height: 1.7142857143;
		text-underline-offset: 4px;
	}
	.c-case-item__total {
		font-size: 12px;
		margin-top: 4px;
	}
}

.page-ttl {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	color: #fff;
	padding: 0 5px 20px;
}
.page-ttl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}
.page-ttl__en {
	position: relative;
	font: 500 20px "Jost", sans-serif;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 5px;
}
.page-ttl__jp {
	position: relative;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
	.page-ttl {
		height: 140px;
		padding: 2px 5px 0;
	}
	.page-ttl__en {
		font-size: 16px;
		margin-bottom: 1px;
	}
	.page-ttl__jp {
		font-size: 24px;
	}
}

.topic-path {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
	.topic-path {
		overflow-y: scroll;
		white-space: nowrap;
		font-size: 13px;
	}
}
.topic-path .wrap {
	padding: 10px 0;
}
@media screen and (max-width: 750px) {
	.topic-path .wrap {
		padding: 7px 0;
	}
}
.topic-path .wrap a {
	position: relative;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: #008066;
	padding: 5px 5px 5px 0;
	margin-right: 25px;
}
.topic-path .wrap a:after {
	content: "";
	position: absolute;
	font-size: 20px;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	display: block;
	width: 6px;
	height: 10px;
	background: url(../img/icons/chevron-right-solid_bp.svg) center/contain no-repeat;
	pointer-events: none;
}
.topic-path .wrap .breadcrumb_last {
	padding: 5px 5px 5px 0;
}

.c-post-nav {
	margin: 20px 2px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	.c-post-nav {
		margin: 10px 0 0;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.c-post-nav .prev,
.c-post-nav .next {
	position: relative;
	width: 25%;
	display: flex;
	align-items: center;
	padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev,
	.c-post-nav .next {
		width: 42%;
		line-height: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
.c-post-nav .prev a,
.c-post-nav .next a {
	line-height: 1;
	text-decoration: underline;
	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 {
		text-underline-offset: 6px;
	}
}
.c-post-nav .prev a:hover,
.c-post-nav .next a:hover {
	opacity: 1;
	color: #00b390;
	text-decoration-color: #00b390;
}
.c-post-nav .prev a .ttl,
.c-post-nav .next a .ttl {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev a .ttl,
	.c-post-nav .next a .ttl {
		font-size: 13px;
		line-height: 1.6153846154;
	}
}
.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 .prev {
	justify-content: flex-start;
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
	.c-post-nav .prev {
		margin-right: 16%;
		padding-left: 25px;
	}
}
.c-post-nav .prev .arrow {
	left: 0;
	background: url(../img/icons/arrow-circle-right-solid_eg.svg) center/18px no-repeat;
	transform: translateY(-50%) scale(-1, 1);
}
.c-post-nav .next {
	justify-content: flex-end;
	padding-right: 30px;
}
@media screen and (max-width: 750px) {
	.c-post-nav .next {
		padding-right: 25px;
	}
}
.c-post-nav .next .arrow {
	right: 0;
	background: url(../img/icons/arrow-circle-right-solid_eg.svg) center/18px no-repeat;
}
.c-post-nav .back-link {
	width: 48%;
}
@media screen and (max-width: 750px) {
	.c-post-nav .back-link {
		width: 100%;
		order: 2;
		margin-top: 22px;
		margin-bottom: 0;
		padding: 0;
	}
}
.c-post-nav .back-link a {
	max-width: 320px;
	padding-left: 0;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.c-post-nav .back-link a {
		max-width: 295px;
		height: 47px;
		font-size: 17px;
	}
}
.c-post-nav .back-link a::after {
	content: none;
}

.template-a-contents,
.page-template-page-template-a {
	background: #f7f7f7;
	margin-top: 20px;
	padding-bottom: 75px;
}
@media screen and (max-width: 750px) {
	.template-a-contents,
	.page-template-page-template-a {
		margin-top: 8px;
		padding-bottom: 30px;
	}
}
.template-a-contents__inner,
.page-template-page-template-a__inner {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
}

.page-ttl__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.page-ttl__inner .page-ttl__en {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
.page-ttl__inner .page-ttl__jp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.c-pagination__list {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	padding: 12px 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: 41px;
	height: 41px;
	font: 400 16px Helvetica, sans-serif;
	color: #111111;
	letter-spacing: 0.02em;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	background: #fff;
	transition: all ease 0.2s;
}
@media screen and (max-width: 750px) {
	.c-pagination__list .page-numbers {
		width: 40px;
		height: 40px;
		border-width: 1px;
	}
}
.c-pagination__list .page-numbers.dots {
	pointer-events: none;
	width: auto;
	border: none;
	background: unset;
}
@media screen and (max-width: 750px) {
	.c-pagination__list .page-numbers.dots {
		font-size: 12px;
		margin: 0 -5px;
	}
}
.c-pagination__list .page-numbers.current {
	background: #bfbfbf;
	border: 2px solid #bfbfbf;
}
@media screen and (max-width: 750px) {
	.c-pagination__list .page-numbers.current {
		border-width: 1px;
	}
}
.c-pagination__list .page-numbers.prev,
.c-pagination__list .page-numbers.next {
	background: #fff url("../img/icons/chevron-right-regular.svg") 55% 50%/7px no-repeat;
	transition: all ease 0.2s;
}
.c-pagination__list .page-numbers.prev {
	transform: scale(-1, 1);
}
.c-pagination__list .page-numbers:hover {
	background: #00735c;
	color: #fff;
	border: 2px solid #00735c;
}
.c-pagination__list .page-numbers:hover.current {
	background: #bfbfbf;
	color: inherit;
	border-color: #bfbfbf;
}
.c-pagination__list .page-numbers:hover.prev,
.c-pagination__list .page-numbers:hover.next {
	background: #00735c url("../img/icons/chevron-right-regular_w.svg") 55% 50%/7px no-repeat;
}

.c-notes__ttl {
	display: flex;
	align-items: center;
	gap: 28px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 11px;
}
.c-notes__ttl::before,
.c-notes__ttl::after {
	content: "";
	flex: 1;
	display: block;
	height: 3px;
	background: #00b390;
	transform: translateY(2px);
}
.c-notes__list {
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
}
.c-notes__list li {
	font-size: 15px;
	letter-spacing: 0.06em;
	padding-left: 1em;
}
.c-notes__list li::before {
	content: "※";
	margin-left: -1em;
}
@media screen and (max-width: 750px) {
	.c-notes__ttl {
		font-size: 17px;
		gap: 9px;
		margin-bottom: 8px;
	}
	.c-notes__ttl::before,
	.c-notes__ttl::after {
		transform: none;
	}
	.c-notes__list {
		width: 100%;
	}
	.c-notes__list li {
		font-size: 13px;
		line-height: 1.8461538462;
	}
}

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;
}

.c-form {
	position: relative;
	background: #fff;
	border: solid 4px #008066;
	border-radius: 10px;
	box-shadow: inset 0 17px 0 #ebf9f6;
	padding: 45px 0 59px;
}
.c-form::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	width: 92px;
	height: 15px;
	background: url(../img/common/clip.svg) center/contain no-repeat;
	margin: auto;
}
.c-form .mfp_err {
	color: #f00;
}
.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="date"],
.c-form textarea,
.c-form select {
	height: 60px;
	border: 2px solid #e5e5e5;
	color: #222;
	width: 100%;
	font-size: 16px;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	border-radius: 5px;
	letter-spacing: 0.07em;
	padding: 0 19px;
}
.c-form input[type="text"]::-moz-placeholder,
.c-form input[type="tel"]::-moz-placeholder,
.c-form input[type="email"]::-moz-placeholder,
.c-form input[type="date"]::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form select::-moz-placeholder {
	color: #aaa;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
.c-form input[type="text"]::placeholder,
.c-form input[type="tel"]::placeholder,
.c-form input[type="email"]::placeholder,
.c-form input[type="date"]::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
	color: #aaa;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
.c-form textarea {
	display: block;
	width: 100% !important;
	height: 160px !important;
	padding: 17px 19px;
}
.c-form .req-label {
	display: inline-block;
	background: #ff8b38;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 11px;
}
.c-form__sub-ttl,
.c-form #mfp_phase_confirm_inner h4 {
	background: rgba(0, 179, 144, 0.08);
	color: #00b390;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 30px;
	padding: 12px 0;
	text-align: center;
}
.c-form #mfp_confirm_table {
	width: calc(100% - 72px);
	margin: 30px auto 0;
	padding: 0 36px;
}
.c-form #mfp_confirm_table tr {
	border-bottom: 1px dotted #b2b2b2;
}
.c-form #mfp_confirm_table th {
	font-size: 17px;
	font-weight: bold;
	padding: 25px 20px;
	width: 31%;
}
.c-form #mfp_confirm_table td {
	font-size: 16px;
	padding: 25px 0;
	width: 69px;
}
.c-form button.mfp_element_reset,
.c-form #mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 90px;
	font-size: 1.8rem;
	text-align: center;
	text-shadow: none !important;
	white-space: nowrap;
	color: #333;
	background: transparent;
	padding: 10px;
	border: none;
	border-bottom: solid 2px #333;
	border-radius: 0;
	box-shadow: none !important;
	transition: all 0.2s;
}
.c-form button.mfp_element_reset::after,
.c-form #mfp_button_cancel::after {
	display: none;
}
.c-form .mfp_buttons {
	display: block;
	margin-top: 60px;
	text-align: center;
}
.c-form .mfp_buttons #mfp_button_send {
	margin: 0 auto;
}
.c-form .mfp_buttons #mfp_button_cancel {
	display: inline-block;
	margin-top: 40px;
	padding: 0;
}
@media screen and (max-width: 750px) {
	.c-form {
		border-width: 2px;
		border-radius: 5px;
		box-shadow: inset 0 8.5px 0 #ebf9f6;
		padding: 26px 0 36px;
	}
	.c-form::before {
		content: "";
		top: -8px;
		width: 87px;
		height: 14px;
	}
	.c-form .mfp_err {
		font-size: 14px;
	}
	.c-form input[type="text"],
	.c-form input[type="tel"],
	.c-form input[type="email"],
	.c-form input[type="date"],
	.c-form textarea,
	.c-form select {
		height: 45px;
		border-width: 1px;
		font-size: 16px;
		border-radius: 2.5px;
		padding: 0 9px;
	}
	.c-form textarea {
		height: 140px !important;
		padding: 7px 9px;
	}
	.c-form .req-label {
		border-radius: 2.5px;
		font-size: 13px;
		padding: 4px 9px;
	}
	.c-form__sub-ttl,
	.c-form #mfp_phase_confirm_inner h4 {
		font-size: 18px;
		margin-top: 21px;
		padding: 12px 0;
	}
	.c-form button.mfp_element_reset,
	.c-form #mfp_button_cancel {
		width: 72px;
		font-size: 15px;
		padding: 10px 5px 5px;
	}
	.c-form .mfp_buttons {
		margin-top: 40px;
	}
	.c-form .mfp_buttons #mfp_button_send {
		width: 295px;
		padding-right: 0;
	}
	.c-form .mfp_buttons #mfp_button_cancel {
		margin-top: 20px;
	}
	.c-form #mfp_phase_confirm_inner {
		padding: 0 18px;
	}
	.c-form #mfp_confirm_table {
		width: 100%;
	}
	.c-form #mfp_confirm_table tr {
		display: flex;
		flex-direction: column;
	}
	.c-form #mfp_confirm_table th {
		width: 100%;
		font-size: 16px;
		padding: 5px 0 0;
	}
	.c-form #mfp_confirm_table td {
		width: 100%;
		font-size: 15px;
		padding: 0 0 10px;
	}
}

.c-form-select {
	position: relative;
	width: 310px;
}
.c-form-select::before,
.c-form-select::after {
	content: "";
	position: absolute;
	pointer-events: none;
	display: block;
}
.c-form-select::before {
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: #00b390;
	border-radius: 0 5px 5px 0;
}
.c-form-select::after {
	top: 0;
	right: 8px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: solid 6px #fff;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.c-form-select {
		width: 100%;
	}
	.c-form-select::before {
		width: 27px;
		border-radius: 0 5px 5px 0;
	}
	.c-form-select::after {
		right: 8px;
		bottom: 0;
		width: 0;
		height: 0;
		border-top: solid 5px #fff;
		border-left: solid 5px transparent;
		border-right: solid 5px transparent;
		margin: auto;
	}
}

.c-form-date {
	position: relative;
	width: 280px;
}
.c-form-date::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(../img/icons/calendar-alt-solid_eg.svg) center/contain no-repeat;
	pointer-events: none;
}
@media screen and (max-width: 750px) {
	.c-form-date {
		width: 100%;
	}
	.c-form-date::after {
		top: 15px;
		right: 8px;
		width: 16px;
		height: 16px;
	}
}

.c-form-radio {
	display: flex;
	align-items: center;
}
.c-form-radio__item {
	padding: 16px 0 8px;
}
.c-form-radio__item:not(:first-of-type) {
	margin-left: 28px;
}
.c-form-radio input[type="radio"] {
	display: inline-block;
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}
.c-form-radio label {
	position: relative;
	height: 30px;
	padding-left: 40px;
}
.c-form-radio label::before,
.c-form-radio label::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	margin: auto;
}
.c-form-radio label::before {
	left: 0;
	width: 26px;
	height: 26px;
	border: solid 2px #dbdbdb;
}
.c-form-radio label::after {
	left: 10px;
	width: 10px;
	height: 10px;
	background: #00b390;
	opacity: 0;
	transition: 0.1s;
}
.c-form-radio input[type="radio"]:checked ~ label::after {
	opacity: 1;
}
@media screen and (max-width: 750px) {
	.c-form-radio__item {
		padding: 0 0 0 10px;
	}
	.c-form-radio__item:not(:first-of-type) {
		margin-left: 11px;
	}
	.c-form-radio label {
		height: 21px;
		padding-left: 32.5px;
	}
	.c-form-radio label::before {
		width: 19px;
		height: 19px;
		border-width: 1px;
	}
	.c-form-radio label::after {
		left: 5px;
		width: 11px;
		height: 11px;
	}
}

.c-form-remaining {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	background: #fff;
	border: solid 1px #00b390;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}
@media screen and (max-width: 750px) {
	.c-form-remaining {
		right: 0;
		left: 0;
		bottom: 0;
		display: block;
		font-size: 1.4rem;
	}
}
.c-form-remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.c-form-remaining__read {
	padding: 10px 20px;
}
@media screen and (max-width: 750px) {
	.c-form-remaining__read {
		display: none;
	}
}
.c-form-remaining__num {
	background: #00b390;
	color: #fff;
	padding: 5px 20px;
}
.c-form-remaining__num .en {
	font-family: "Jost", sans-serif;
}

.c-form-steps {
	display: flex;
	gap: 12.5px;
	padding: 0 36px;
}
.c-form-steps__step {
	flex: 1;
	background: #ccc;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 7px 0;
	text-align: center;
}
.c-form-steps__step .num {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	margin-right: 4px;
}
.c-form-steps__step:nth-child(1),
.c-form-steps__step:nth-child(2) {
	-webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
@media screen and (max-width: 750px) {
	.c-form-steps {
		gap: 9.5px;
		padding: 0 18px;
	}
	.c-form-steps__step {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.1;
		padding: 2px 0 4px;
	}
	.c-form-steps__step .num {
		font-size: 14px;
		font-weight: 400;
		margin-right: 0;
	}
	.c-form-steps__step:nth-child(1),
	.c-form-steps__step:nth-child(2) {
		flex: 1.1;
		-webkit-clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 50%, calc(100% - 17px) 100%, 0 100%);
		clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 50%, calc(100% - 17px) 100%, 0 100%);
		padding-right: 12px;
	}
}

#mailformpro .c-form-steps__step:nth-child(1),
#mfp_phase_confirm .c-form-steps__step:nth-child(2) {
	background: #00b390;
}

.c-form-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 36px;
}
.c-form-items > dt,
.c-form-items > dd {
	padding: 10px 0;
}
.c-form-items > dt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 0 0 230px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5882352941;
	padding: 27px 20px 0 0;
}
.c-form-items > dt .req-label {
	margin-top: -4px;
	margin-left: auto;
}
.c-form-items > dt .num {
	color: #00b390;
	margin-left: -0.1em;
	margin-right: 0.3em;
}
.c-form-items > dt.sub {
	font-size: 16px;
	padding-top: 22px;
	padding-left: 23px;
}
.c-form-items > dd {
	position: relative;
	flex: 0 0 calc(100% - 230px);
	padding-right: 46px;
}
.c-form-items > dd::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: solid 2px #00b390;
	border-radius: 50%;
	background: url(../img/icons/check-solid_eg.svg) center/19px no-repeat;
	transition: 0.1s;
	right: 0;
	top: 24px;
	opacity: 0;
}
@media screen and (max-width: 750px) {
	.c-form-items > dd::after {
		width: 18px;
		height: 18px;
		border-width: 1px;
		background-size: 12px;
	}
}
.c-form-items > dd.ok::after {
	opacity: 1;
}
.c-form-items > dd.sub {
	margin-bottom: 3px;
}
.c-form-items > dd.sub select {
	height: 50px;
}
.c-form-items.questionnaire > dt {
	flex: 0 0 360px;
}
.c-form-items.questionnaire > dd {
	flex: 0 0 calc(100% - 360px);
}
@media screen and (max-width: 959px) {
	.c-form-items.questionnaire > dt {
		flex: 0 0 100%;
	}
	.c-form-items.questionnaire > dd {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 750px) {
	.c-form-items {
		display: block;
		margin-top: 23px;
		padding: 0 18px;
	}
	.c-form-items > dt,
	.c-form-items > dd {
		width: 100%;
	}
	.c-form-items > dt {
		position: relative;
		display: block;
		width: 100%;
		align-items: center;
		justify-content: flex-start;
		font-size: 16px;
		padding: 0 24px 0 0;
	}
	.c-form-items > dt .req-label {
		margin-left: 8px;
		margin-top: 0;
	}
	.c-form-items > dt .num {
		position: absolute;
		left: 0;
	}
	.c-form-items > dt.sub {
		font-size: 15px;
		margin-top: 17px;
		padding: 0;
	}
	.c-form-items > dt.ok::after {
		top: 4px;
		right: 0;
		content: "";
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		border: solid 2px #00b390;
		border-radius: 50%;
		background: url(../img/icons/check-solid_eg.svg) center/19px no-repeat;
		transition: 0.1s;
	}
}
@media screen and (max-width: 750px) and (max-width: 750px) {
	.c-form-items > dt.ok::after {
		width: 18px;
		height: 18px;
		border-width: 1px;
		background-size: 12px;
	}
}
@media screen and (max-width: 750px) {
	.c-form-items.questionnaire > dt {
		padding-left: 20px;
	}
	.c-form-items > dd {
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
	.c-form-items > dd::after {
		content: none;
	}
	.c-form-items > dd + dt {
		margin-top: 20px;
	}
	.c-form-items.schedule {
		margin-top: 16px;
	}
	.c-form-items.schedule > dd {
		margin-top: -3px;
	}
}

.c-form-schedule {
	position: relative;
}
.c-form-schedule:not(:first-child) {
	margin-top: 20px;
}
.c-form-schedule__ttl {
	position: absolute;
	top: 14px;
	right: calc(100% + 18px);
	display: block;
	width: -moz-max-content;
	width: max-content;
	color: #ff8b38;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.c-form-schedule__input {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	width: 100%;
}
.c-form-schedule__input::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: solid 2px #00b390;
	border-radius: 50%;
	background: url(../img/icons/check-solid_eg.svg) center/19px no-repeat;
	transition: 0.1s;
	top: 10px;
	right: -46px;
	opacity: 0;
}
@media screen and (max-width: 750px) {
	.c-form-schedule__input::after {
		width: 18px;
		height: 18px;
		border-width: 1px;
		background-size: 12px;
	}
}
.c-form-schedule__input.ok::after {
	opacity: 1;
}
.c-form-schedule .c-form-select {
	width: 300px;
}
@media screen and (max-width: 1000px) {
	.c-form-schedule__ttl {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
	}
	.c-form-schedule .c-form-date {
		width: 260px;
	}
	.c-form-schedule .c-form-select {
		width: 260px;
	}
}
@media screen and (max-width: 959px) {
	.c-form-schedule__ttl::after {
		content: "";
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		border: solid 2px #00b390;
		border-radius: 50%;
		background: url(../img/icons/check-solid_eg.svg) center/19px no-repeat;
		transition: 0.1s;
		top: -2px;
		right: -46px;
		opacity: 0;
	}
}
@media screen and (max-width: 959px) and (max-width: 750px) {
	.c-form-schedule__ttl::after {
		width: 18px;
		height: 18px;
		border-width: 1px;
		background-size: 12px;
	}
}
@media screen and (max-width: 959px) {
	.c-form-schedule__ttl.ok::after {
		opacity: 1;
	}
	.c-form-schedule__input::after {
		display: none;
	}
	.c-form-schedule .c-form-date,
	.c-form-schedule .c-form-select {
		width: 100%;
	}
	.c-form-schedule__input::after {
		inline-size: none;
	}
}
@media screen and (max-width: 750px) {
	.c-form-schedule:not(:first-child) {
		margin-top: 16px;
	}
	.c-form-schedule__ttl {
		margin-bottom: 5px;
	}
	.c-form-schedule__ttl::after {
		top: 5px;
		right: 0;
	}
	.c-form-schedule__input {
		gap: 12px;
	}
	.c-form-schedule__date::after {
		right: 8px;
		width: 16px;
		height: 16px;
	}
}

.c-form-agree {
	width: calc(100% - 72px);
	background: #f7f7f7;
	margin: 50px auto 0;
	padding: 18px 0;
	text-align: center;
}
.c-form-agree .req-label {
	padding: 10px 12px;
}
.c-form-agree .mfp_element_checkbox {
	display: inline-block;
	width: 1px;
	height: 1px;
	margin: 0 -1px 0 0;
	padding: 0;
	opacity: 0;
}
.c-form-agree__label {
	position: relative;
	letter-spacing: 0.06em;
	margin-left: 13px;
	padding-left: 42px;
	cursor: pointer;
}
.c-form-agree__label::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	width: 26px;
	height: 26px;
	background: #fff;
	border: solid 2px #dbdbdb;
	border-radius: 5px;
}
.c-form-agree__label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	display: block;
	width: 19px;
	height: 19px;
	background: url(../img/icons/check-solid_eg.svg) center/contain no-repeat;
	opacity: 0;
	transition: 0.1s;
}
.c-form-agree .mfp_element_checkbox:checked ~ label::after {
	opacity: 1;
}
.c-form-agree a {
	color: #00b390;
	text-decoration: underline;
	text-decoration-color: rgba(0, 179, 144, 0.4);
	text-underline-offset: 9px;
}
.c-form-agree .mfp_err {
	display: block;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.c-form-agree {
		width: calc(100% - 36px);
		margin-top: 42px;
		padding: 10px 0 17px;
		text-align: center;
	}
	.c-form-agree .req-label {
		display: none;
	}
	.c-form-agree__label {
		font-size: 14px;
		margin-left: 0;
		padding-left: 30px;
	}
	.c-form-agree__label::before {
		top: 2px;
		width: 21px;
		height: 21px;
		border-width: 1px;
		border-radius: 2.5px;
	}
	.c-form-agree__label::after {
		left: 4px;
		top: 6px;
		width: 15px;
		height: 15px;
	}
	.c-form-agree a {
		text-decoration-color: #00b390;
		text-underline-offset: 8px;
	}
}

.c-form-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}
.c-form-btns button.disable {
	background: #ccc;
	border-color: #ccc;
	padding: 0;
}
.c-form-btns button.disable:after {
	opacity: 0;
}
.c-form-btns button.disable:hover {
	background: #ccc;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.c-form-btns {
		gap: 20px;
		margin-top: 25px;
	}
	.c-form-btns button {
		width: 295px;
		padding-right: 0;
	}
}

.c-flow-item {
	flex: 1;
}
.c-flow-item__icon {
	position: relative;
	width: 100%;
	max-width: 200px;
	background: center no-repeat;
	border: solid 4px #c0ece3;
	border-radius: 50%;
	margin: 0 auto;
}
.c-flow-item__icon::after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.c-flow-item:not(:first-child) .c-flow-item__icon::before {
	content: "";
	position: absolute;
	top: 40%;
	left: -20%;
	display: block;
	width: 11%;
	height: 17%;
	background: url(../img/icons/chevron-right-solid_eg.svg) center/contain no-repeat;
}
.c-flow-item__num {
	position: absolute;
	top: -4px;
	left: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #00b390;
	border-radius: 50% 50% 0 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	font: 600 20px "Jost", sans-serif;
}
.c-flow-item__ttl {
	color: #00b390;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}
.c-flow-item__detail {
	font-size: 15px;
	letter-spacing: 0.04em;
	margin-top: 10px;
}
.c-flow-item__detail .note {
	color: #999;
	font-size: 14px;
}
@media screen and (max-width: 1200px) {
	.c-flow-item__num {
		font-size: 18px;
	}
	.c-flow-item__ttl {
		font-size: 18px;
	}
	.c-flow-item__detail {
		font-size: 14px;
	}
}
@media screen and (max-width: 750px) {
	.c-flow-item {
		position: relative;
		flex: auto;
		display: flex;
		align-items: flex-start;
		width: 100%;
		min-height: 100px;
		padding-left: 3.5px;
	}
	.c-flow-item:not(:first-child)::before {
		content: "";
		position: absolute;
		top: -27px;
		left: 39px;
		display: block;
		width: 14px;
		height: 24px;
		background: url(../img/icons/chevron-right-solid_eg.svg) center/contain no-repeat;
		transform: rotate(90deg);
	}
	.c-flow-item__icon {
		flex: 0 0 85px;
		border-width: 2px;
		margin-top: 7px;
	}
	.c-flow-item:not(:first-child) .c-flow-item__icon::before {
		content: none;
	}
	.c-flow-item__num {
		top: -5px;
		left: -5px;
		width: 30px;
		height: 30px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		font-size: 14px;
	}
	.c-flow-item__txt {
		flex: 1;
		margin-left: 13px;
		padding-bottom: 3px;
	}
	.c-flow-item__ttl {
		font-size: 15px;
		margin-top: 0;
		text-align: left;
	}
	.c-flow-item__detail {
		font-size: 13px;
		line-height: 1.8461538462;
		margin-top: 2px;
	}
	.c-flow-item__detail .note {
		font-size: 12px;
	}
}

.top-mv {
	position: relative;
	height: 700px;
	padding: 15px 0;
}
.top-mv__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 0;
}
.top-mv__bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 137px;
	height: 100%;
	background: linear-gradient(to right, transparent 20%, #5e3b20 50%, transparent 80%);
	margin: auto;
	opacity: 0.8;
	z-index: 1;
}
.top-mv__left,
.top-mv__right {
	width: 50%;
	height: 100%;
	background: center top 20% / cover no-repeat;
}
.top-mv__left {
	background-image: url(../img/top/mv-l.jpg);
}
.top-mv__right {
	background-image: url(../img/top/mv-r.jpg);
}
.top-mv__body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: radial-gradient(
		closest-side circle at center,
		#00b390 0,
		#00b390 calc(100% - 14px),
		#00866b calc(100% - 14px),
		#00866b calc(100% - 10px),
		#00b390 calc(100% - 10px),
		#00b390 100%,
		rgba(255, 255, 255, 0) 100%,
		rgba(255, 255, 255, 0)
	);
	padding-top: 4px;
	z-index: 2;
}
.top-mv__ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.top-mv__ttl .yellow {
	color: #faf106;
	font-weight: 700;
}
.top-mv__catch {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	margin-top: 5px;
}
.top-mv__feature-list {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 17px;
}
.top-mv__feature {
	display: grid;
	place-items: center;
	width: 160px;
	height: 160px;
	background: #008066;
	border-radius: 80px 10px 80px 80px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}
.top-mv__feature .txt1 {
	margin-top: 4px;
	margin-left: 5px;
}
.top-mv__feature .txt2 {
	font-size: 40px;
	line-height: 1.125;
	margin-bottom: 7px;
}
.top-mv__feature .txt3 {
	letter-spacing: 0.02em;
	margin-left: 10px;
}
.top-mv__feature .yellow {
	color: #faf106;
}
.top-mv__feature .num {
	font: 600 72px "Jost", sans-serif;
	line-height: 1.1;
}
.top-mv__feature .yen {
	font-size: 24px;
}
.top-mv__feature .b {
	font-size: 46px;
	letter-spacing: 0.02em;
	line-height: 1.36;
}
.top-mv__baloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	color: #00b390;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 18px auto 0;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}
.top-mv__baloon::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	display: block;
	width: 0;
	border-top: solid 9px #fff;
	border-left: solid 9px transparent;
	border-right: solid 9px transparent;
	margin: auto;
}
.top-mv__sub-txt {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	margin-top: 9px;
}
.top-mv__sub-txt .yellow {
	color: #faf106;
}
.top-mv__check {
	margin-top: 11px;
}
.top-mv__check a {
	width: 320px;
	height: 56px;
}
.top-mv__check a::after {
	right: 18px;
}
.top-mv__check a:hover::after {
	right: 13px;
}
@media screen and (max-width: 1200px), screen and (max-height: 860px) {
	.top-mv {
		height: 600px;
	}
	.top-mv__ttl {
		font-size: 16px;
	}
	.top-mv__catch {
		font-size: 36px;
	}
	.top-mv__feature {
		width: 140px;
		height: 140px;
		font-size: 16px;
	}
	.top-mv__feature .txt2 {
		font-size: 30px;
	}
	.top-mv__feature .num {
		font-size: 60px;
	}
	.top-mv__feature .yen {
		font-size: 18px;
	}
	.top-mv__feature .b {
		font-size: 36px;
	}
	.top-mv__baloon {
		width: 280px;
		height: 36px;
		font-size: 15px;
	}
	.top-mv__sub-txt {
		font-size: 20px;
	}
	.top-mv__check a {
		width: 280px;
		height: 50px;
		font-size: 18px;
	}
}
@media screen and (max-width: 959px) {
	.top-mv {
		background-position: center top 60px;
		padding: 30px 0 60px;
	}
}
@media screen and (max-height: 860px) {
	.top-mv {
		height: calc(100vh - 160px);
		height: calc(var(--vh) * 100 - 160px);
	}
}
@media screen and (max-height: 860px) and (max-width: 959px) {
	.top-mv {
		height: calc(100vh - 60px);
		height: calc(var(--vh) * 100 - 60px);
	}
}
@media screen and (max-width: 750px) {
	.top-mv {
		height: 133.33vw;
		padding: 0 6px 20%;
	}
	.top-mv::before {
		content: "";
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 25px;
		background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 78%, #fff 100%);
		z-index: 1;
	}
	.top-mv__bg {
		padding-top: 90.66vw;
		background: url(../img/top/mv-sp-t.jpg) center top/100% auto no-repeat;
	}
	.top-mv__bg::before {
		content: "";
		position: absolute;
		display: block;
		top: 90.66vw;
		left: 0;
		width: 100%;
		height: 17px;
		background: linear-gradient(to top, transparent, #fff);
	}
	.top-mv__bg::after {
		top: unset;
		bottom: 0;
		width: 68.5px;
		height: 32%;
		transform: translateX(10px);
	}
	.top-mv__left,
	.top-mv__right {
		background: center/cover no-repeat;
	}
	.top-mv__left {
		width: 52%;
		background-image: url(../img/top/mv-sp-l.jpg);
	}
	.top-mv__right {
		width: 48%;
		background-image: url(../img/top/mv-sp-r.jpg);
	}
	.top-mv__body {
		max-width: 450px;
		background: radial-gradient(
			closest-side circle at center,
			#00b390 0,
			#00b390 calc(100% - 7.5px),
			#00866b calc(100% - 7.5px),
			#00866b calc(100% - 5.5px),
			#00b390 calc(100% - 5.5px),
			#00b390 100%,
			rgba(255, 255, 255, 0) 100%,
			rgba(255, 255, 255, 0)
		);
		margin: 0 auto;
		padding-top: 43px;
	}
	.top-mv__ttl {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.01em;
	}
	.top-mv__catch {
		font-size: 27px;
		line-height: 1.2222222222;
		margin-top: 2px;
	}
	.top-mv__feature-list {
		gap: 9.5px;
		margin-top: 10px;
	}
	.top-mv__feature {
		width: 99px;
		height: 99px;
		border-radius: 49.5px 0px 49.5px 49.5px;
		font-size: 15px;
	}
	.top-mv__feature .txt1 {
		margin-top: 0;
	}
	.top-mv__feature .txt1 .num {
		margin-left: 2px;
	}
	.top-mv__feature .txt2 {
		font-size: 27px;
		line-height: 1.15;
		margin-bottom: 4px;
		margin-left: 3px;
	}
	.top-mv__feature .txt3 {
		font-size: 16px;
		margin-left: 6px;
	}
	.top-mv__feature .num {
		font-size: 45px;
	}
	.top-mv__feature .yen {
		font-size: 15px;
	}
	.top-mv__feature .b {
		font-size: 33px;
		line-height: 1.3;
	}
	.top-mv__baloon {
		width: 226px;
		height: 20px;
		border-radius: 2.5px;
		font-size: 13px;
		margin-top: 12px;
		padding-bottom: 2px;
		filter: drop-shadow(0 1px 2.5px rgba(0, 0, 0, 0.1));
	}
	.top-mv__baloon::after {
		border-width: 5px 5px 0 5px;
	}
	.top-mv__sub-txt {
		font-size: 14.5px;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		margin-top: 3px;
	}
	.top-mv__check {
		margin-top: 10px;
	}
	.top-mv__check a {
		width: 215px;
		height: 44px;
		font-size: 16px;
	}
	.top-mv__check a::after {
		width: 9px;
		height: 14px;
		right: 7px;
	}
	.top-mv__check a:hover::after {
		right: 9px;
	}
}

.top-case {
	padding: 56px 0 0;
	overflow: hidden;
}
.top-case__baloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	background: #00b390;
	border-radius: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 0 auto 11px;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}
.top-case__baloon::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	display: block;
	width: 0;
	border-top: solid 11px #00b390;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	margin: auto;
}
.top-case__catch {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}
.top-case__catch b {
	background: linear-gradient(to top, #faf106 0%, #faf106 100%) left bottom 5%/100% 25% no-repeat;
	color: #00b390;
}
.top-case__catch br {
	display: none;
}
.top-case__wrap {
	display: flex;
	align-items: center;
	gap: 6.33%;
	margin-top: 17px;
}
.top-case__graph {
	flex: 0 0 51.75%;
}
.top-case__txt .c-sec-ttl::before {
	bottom: 47px;
}
.top-case__txt .c-sec-ttl__en {
	font-size: 18px;
	margin-bottom: 11px;
}
.top-case__txt .c-sec-ttl__ja {
	font-size: 36px;
}
.top-case__desc {
	font-size: 18px;
	letter-spacing: 0.06em;
	margin-top: 16px;
}
.top-case__list {
	background: linear-gradient(#f7f7f7 0%, #f7f7f7 100%) center top 24px no-repeat;
	margin-top: 55px;
	overflow: hidden;
	padding-bottom: 60px;
}
.top-case__list-ttl {
	color: #00b390;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}
.top-case__list-ttl span::before,
.top-case__list-ttl span::after {
	content: "";
	display: inline-block;
	height: 45px;
	width: 1px;
	background: #00b390;
	vertical-align: middle;
}
.top-case__list-ttl span::before {
	margin-right: 25px;
	transform: rotate(-15deg);
}
.top-case__list-ttl span::after {
	margin-left: 25px;
	transform: rotate(15deg);
}
.top-case__slide-wrap {
	margin-top: 40px;
}
.top-case__more {
	margin-top: 40px;
}
@media screen and (max-width: 959px) {
	.top-case__catch br {
		display: inline;
	}
	.top-case__list-ttl {
		font-size: 24px;
	}
}
@media screen and (max-width: 750px) {
	.top-case {
		padding: 24px 0 0;
	}
	.top-case__baloon {
		width: 125px;
		height: 27px;
		border-radius: 13.5px;
		font-size: 14px;
		margin-bottom: 4px;
		filter: drop-shadow(0 1px 2.5px rgba(0, 0, 0, 0.1));
	}
	.top-case__baloon::after {
		border-width: 6px 5px 0 5px;
	}
	.top-case__catch {
		font-size: 24px;
		line-height: 1.2916666667;
	}
	.top-case__wrap {
		display: block;
		margin-top: 16px;
	}
	.top-case__graph {
		width: 100%;
		text-align: center;
	}
	.top-case__txt {
		margin-top: 57px;
	}
	.top-case__txt .c-sec-ttl {
		text-align: center;
	}
	.top-case__txt .c-sec-ttl::before {
		bottom: 28px;
	}
	.top-case__txt .c-sec-ttl__en {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.top-case__txt .c-sec-ttl__ja {
		font-size: 23px;
		line-height: 1.347826087;
	}
	.top-case__desc {
		font-size: 15px;
		margin-top: 7px;
	}
	.top-case__list {
		background: linear-gradient(#f7f7f7 0%, #f7f7f7 100%) center top 24px no-repeat;
		margin-top: 33px;
		padding-bottom: 40px;
	}
	.top-case__list-ttl {
		font-size: 19px;
		line-height: 1.4210526316;
	}
	.top-case__list-ttl span {
		display: flex;
		justify-content: center;
	}
	.top-case__list-ttl span::before,
	.top-case__list-ttl span::after {
		height: 50px;
	}
	.top-case__list-ttl span::before {
		margin-right: 20px;
		transform: rotate(-14deg);
	}
	.top-case__list-ttl span::after {
		margin-left: 20px;
		transform: rotate(14deg);
	}
	.top-case__slide-wrap {
		margin-top: 32px;
	}
	.top-case__more {
		margin-top: 30px;
	}
}

.top-case-slide {
	position: relative;
}
.top-case-slide .slick-list {
	margin: 0 -22.5px;
	overflow: visible;
}
.top-case-slide .slick-track {
	margin: auto;
}
.top-case-slide .slick-arrow {
	position: absolute;
	top: 205px;
	width: 50px;
	height: 50px;
	background: url(../img/icons/chevron-right-regular_o.svg) center/40% no-repeat;
	border-radius: 50%;
	font-size: 0;
	z-index: 1;
}
.top-case-slide .slick-arrow::before {
	content: none;
}
.top-case-slide .slick-prev {
	left: -50px;
	transform: rotate(180deg);
}
.top-case-slide .slick-next {
	right: -50px;
}
.top-case-slide .c-case-item {
	padding: 0 22.5px;
	max-width: 415px;
}
.top-case-slide > .c-case-item:not(:first-child) {
	display: none;
}
@media screen and (max-width: 1200px) {
	.top-case-slide .slick-prev {
		left: -10px;
	}
	.top-case-slide .slick-next {
		right: -10px;
	}
}
@media screen and (max-width: 959px) {
	.top-case-slide .c-case-item {
		padding: 0 15px;
	}
	.top-case-slide .slick-arrow {
		top: 140px;
		width: 40px;
		height: 40px;
		background-color: #fff;
		background-size: 21px 21px;
	}
}
@media screen and (min-width: 751px) {
	.top-case-slide .slick-slide {
		transition: opacity 0.2s;
	}
	.top-case-slide .slick-slide:not(.slick-active) {
		opacity: 0.5;
	}
}
@media screen and (max-width: 750px) {
	.top-case-slide .slick-list {
		margin: 0;
	}
	.top-case-slide.single .slick-track {
		transform: none !important;
	}
	.top-case-slide .slick-prev {
		left: -5px;
		box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
	}
	.top-case-slide .slick-next {
		right: -5px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}
	.top-case-slide .c-case-item {
		padding: 0 7.5px;
		max-width: 270px;
	}
}

.top-voice {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.top-voice__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.top-voice__link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/top/voice-bg.jpg) center/cover;
	transition: 0.3s;
}
.top-voice__body {
	position: relative;
	width: 370px;
	color: #fff;
	margin-left: auto;
	padding-top: 118px;
}
.top-voice__ttl-en {
	font: 500 18px "Jost", sans-serif;
	letter-spacing: 0.1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.top-voice__ttl {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.top-voice__desc {
	font-size: 18px;
	letter-spacing: 0.06em;
	margin-top: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.top-voice__more {
	justify-content: flex-start;
	margin-top: 20px;
}
.top-voice__more span {
	width: 300px;
	transition: 0.3s;
}
.top-voice__more span::after {
	right: 17px;
	transition: 0.3s;
}
@media screen and (max-width: 959px) {
	.top-voice__body {
		width: 100%;
	}
}
@media screen and (min-width: 751px) {
	.top-voice__link:hover::before {
		transform: scale(1.02);
	}
	.top-voice__link:hover .c-more-btn span,
	.top-voice__link:hover .c-form .mfp_buttons span,
	.c-form .top-voice__link:hover .mfp_buttons span {
		background-color: #fff;
		color: #ff8b38;
	}
	.top-voice__link:hover .c-more-btn span::after,
	.top-voice__link:hover .c-form .mfp_buttons span::after,
	.c-form .top-voice__link:hover .mfp_buttons span::after {
		right: 12px;
		background-color: #ff8b38;
	}
}
@media screen and (max-width: 750px) {
	.top-voice {
		height: 200px;
	}
	.top-voice__link::before {
		background-image: url(../img/top/voice-bg_sp.jpg);
	}
	.top-voice__body {
		padding-top: 35px;
	}
	.top-voice__ttl-en {
		font-size: 13px;
		font-weight: 400;
	}
	.top-voice__ttl {
		font-size: 23px;
		font-weight: 400;
		line-height: 1.1;
	}
	.top-voice__desc {
		font-size: 13px;
		margin-top: 7px;
	}
	.top-voice__more {
		margin-top: 7px;
	}
	.top-voice__more a {
		width: 199px;
		height: 40px;
		font-size: 14px;
	}
	.top-voice__more a::after {
		right: 10px;
	}
	.top-voice__more a:hover::after {
		right: 10px;
	}
}

.top-worry {
	position: relative;
	padding: 60px 0 60px;
	overflow: hidden;
}
.top-worry::before,
.top-worry::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 50.1%;
	height: 100%;
	background: #f7f7f7;
	z-index: -1;
}
.top-worry::before {
	left: 0;
	transform: skewY(10deg);
	transform-origin: right;
}
.top-worry::after {
	right: 0;
	transform: skewY(-10deg);
	transform-origin: left;
}
.top-worry__list {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
@media screen and (max-width: 750px) {
	.top-worry {
		padding: 38px 0 42px;
	}
	.top-worry::before,
	.top-worry::after {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		width: 50.1%;
		height: 100%;
		background: #f7f7f7;
		z-index: -1;
	}
	.top-worry::before {
		left: 0;
		transform: skewY(10deg);
		transform-origin: right;
	}
	.top-worry::after {
		right: 0;
		transform: skewY(-10deg);
		transform-origin: left;
	}
	.top-worry .c-sec-ttl__ja {
		font-size: 24px;
		line-height: 1.25;
	}
	.top-worry .c-sec-ttl__en {
		margin-bottom: 4px;
	}
	.top-worry__list {
		margin-top: 16px;
		gap: 15px;
	}
}

.top-worry-item {
	position: relative;
	flex: 0 1 370px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 150px;
	background: #00b390;
	border-radius: 75px 75px 0px 75px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	padding: 25px 0;
	text-align: center;
}
.top-worry-item:nth-child(3) {
	margin-left: 10px;
}
.top-worry-item:nth-child(5) {
	margin-right: 10px;
}
.top-worry-item::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	display: block;
	background: center/contain no-repeat;
}
.top-worry-item:nth-child(1)::after {
	width: 84px;
	height: 103px;
	background-image: url(../img/top/worry01.png);
}
.top-worry-item:nth-child(2)::after {
	width: 79px;
	height: 101px;
	background-image: url(../img/top/worry02.png);
}
.top-worry-item:nth-child(3)::after {
	width: 103px;
	height: 96px;
	background-image: url(../img/top/worry03.png);
}
.top-worry-item:nth-child(4)::after {
	right: -45px;
	width: 79px;
	height: 105px;
	background-image: url(../img/top/worry04.png);
}
.top-worry-item:nth-child(5)::after {
	width: 94px;
	height: 98px;
	background-image: url(../img/top/worry05.png);
}
.top-worry-item__ttl {
	color: #faf106;
	font: 500 17px "Jost", sans-serif;
	letter-spacing: 0.08em;
	line-height: 1;
}
.top-worry-item__detail {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 4px;
}
@media screen and (max-width: 959px) {
	.top-worry-item {
		flex: 0 1 330px;
	}
}
@media screen and (max-width: 750px) {
	.top-worry-item {
		flex: auto;
		justify-content: flex-start;
		width: 100%;
		height: 110px;
		border-radius: 54.5px 59px 0px 54.5px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		padding: 22px 0 17px;
	}
	.top-worry-item:nth-child(2n) {
		border-radius: 59px 54.5px 54.5px 0px;
	}
	.top-worry-item:nth-child(1)::after {
		right: -8.5px;
		width: 71.5px;
		height: 87.5px;
	}
	.top-worry-item:nth-child(2)::after {
		right: auto;
		left: -8.5px;
		width: 67px;
		height: 85.5px;
	}
	.top-worry-item:nth-child(3) {
		margin-left: 0;
	}
	.top-worry-item:nth-child(3)::after {
		right: 1.5px;
		width: 87.5px;
		height: 81.5px;
	}
	.top-worry-item:nth-child(4)::after {
		right: auto;
		left: -15px;
		width: 67px;
		height: 89px;
	}
	.top-worry-item:nth-child(5) {
		margin-right: 0;
	}
	.top-worry-item:nth-child(5)::after {
		right: -8.5px;
		width: 80px;
		height: 83px;
	}
	.top-worry-item__ttl {
		font-size: 14px;
	}
	.top-worry-item__detail {
		font-size: 17px;
		line-height: 1.6;
		margin-top: 3px;
	}
}

.top-support {
	padding: 108px 0 70px;
}
.top-support .inner {
	max-width: 1080px;
}
.top-support .c-sec-ttl::before {
	bottom: 15px;
}
.top-support .c-sec-ttl__ja {
	line-height: 1.4285714286;
}
.top-support__container {
	display: flex;
	gap: 40px;
	margin-top: 51px;
}
.top-support__detail {
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-top: 20px;
}
.top-support__more {
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	.top-support {
		padding: 60px 0 40px;
	}
	.top-support .inner {
		max-width: 1080px;
	}
	.top-support .c-sec-ttl {
		margin: 0 -20px 0 -15px;
	}
	.top-support .c-sec-ttl::before {
		bottom: 6px;
		font-size: 80px;
	}
	.top-support .c-sec-ttl__ja {
		font-size: 22.5px;
		line-height: 1.25;
	}
	.top-support__container {
		flex-direction: column;
		gap: 20px;
		margin-top: 31px;
	}
	.top-support__detail {
		font-size: 14px;
		margin-top: 12px;
	}
	.top-support__more {
		margin-top: 26px;
	}
}

.top-support-case {
	position: relative;
	flex: 1;
}
.top-support-case::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	display: block;
	width: 94px;
	height: 15px;
	background: url(../img/common/clip.svg) center/contain no-repeat;
	margin: auto;
}
.top-support-case__ttl {
	width: 100%;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 6px 0 5px;
	text-align: center;
}
.top-support-case:nth-child(1) .top-support-case__ttl {
	background: #008066;
}
.top-support-case:nth-child(2) .top-support-case__ttl {
	background: #ff8b38;
}
.top-support-case__body {
	border: solid 2px;
	border-radius: 0 0 10px 10px;
	padding: 15px 5px 28px;
}
.top-support-case:nth-child(1) .top-support-case__body {
	border-color: #008066;
}
.top-support-case:nth-child(2) .top-support-case__body {
	border-color: #ff8b38;
}
.top-support-case__desc {
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.7777777778;
	text-align: center;
}
.top-support-case__list {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
	padding-right: 12px;
}
.top-support-case__icon {
	position: relative;
	width: 150px;
	height: 150px;
	background: #f7f7f7;
	border-radius: 50%;
	margin: 0 auto;
}
.top-support-case__icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 75px;
	height: 60px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin: auto;
}
.top-support-case:nth-child(1) .top-support-case__icon::before {
	background-color: #008066;
}
.top-support-case:nth-child(1) .top-support-case__item:nth-child(1) .top-support-case__icon::before {
	-webkit-mask-image: url(../img/icons/money-check-edit.svg);
	mask-image: url(../img/icons/money-check-edit.svg);
}
.top-support-case:nth-child(1) .top-support-case__item:nth-child(2) .top-support-case__icon::before {
	-webkit-mask-image: url(../img/icons/comments.svg);
	mask-image: url(../img/icons/comments.svg);
}
.top-support-case:nth-child(2) .top-support-case__icon::before {
	background-color: #ff8b38;
}
.top-support-case:nth-child(2) .top-support-case__item:nth-child(1) .top-support-case__icon::before {
	-webkit-mask-image: url(../img/icons/people-carry.svg);
	mask-image: url(../img/icons/people-carry.svg);
}
.top-support-case:nth-child(2) .top-support-case__item:nth-child(2) .top-support-case__icon::before {
	-webkit-mask-image: url(../img/icons/user-alt.svg);
	mask-image: url(../img/icons/user-alt.svg);
}
.top-support-case__subject {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.375;
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.top-support-case__desc {
		font-size: 16px;
	}
}
@media screen and (max-width: 959px) {
	.top-support-case__desc {
		font-size: 14px;
		line-height: 1.5357142857;
	}
	.top-support-case__list {
		gap: 20px;
		padding-right: 0;
	}
	.top-support-case__icon {
		width: 100.5px;
		height: 100.5px;
	}
	.top-support-case__icon::before {
		width: 51px;
		height: 41px;
	}
	.top-support-case__subject {
		font-size: 13px;
		line-height: 1.6153846154;
		margin-top: 3px;
	}
}
@media screen and (max-width: 750px) {
	.top-support-case {
		flex: auto;
	}
	.top-support-case::before {
		top: -4px;
		width: 61.5px;
		height: 9.5px;
	}
	.top-support-case__ttl {
		border-radius: 5px 5px 0 0;
		font-size: 18px;
		padding: 4px 0 5px;
	}
	.top-support-case__body {
		border-width: 1px;
		border-radius: 0 0 5px 5px;
		padding: 11px 5px 10px;
	}
	.top-support-case__list {
		margin-top: 11px;
	}
	.top-support-case__item {
		flex: 0 0 100.5px;
	}
	.top-support-case:nth-child(1) .top-support-case__item {
		flex: 0 0 125px;
	}
}

.top-search {
	background: url(../img/top/search-bg.jpg) center/cover no-repeat;
	padding: 50px 0 70px;
}
.top-search__cat {
	width: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.top-search__cat:not(:first-child) {
	margin-top: 30px;
}
.top-search__cat-ttl {
	background: #00b390;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 5px;
	text-align: center;
}
.top-search__toggle-icon {
	display: none;
}
.top-search__cat-inner {
	width: 100%;
}
.top-search__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 20px;
	width: 100%;
	background-color: #fff;
	border: solid 2px #00b390;
	border-radius: 0 0 10px 10px;
	padding: 29px 38px;
}
.top-search__list > li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	height: 100%;
	border: solid 2px #dbdbdb;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	padding: 5px 40px 5px 30px;
	transition: 0.2s;
}
.top-search__list > li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	display: block;
	width: 18px;
	height: 18px;
	background: #00b390;
	-webkit-mask-image: url(../img/icons/arrow-circle-right-solid.svg);
	mask-image: url(../img/icons/arrow-circle-right-solid.svg);
	margin: auto;
	transition: 0.2s;
}
.top-search__list > li a:hover {
	border-color: #00b390;
	background-color: #00b390;
	color: #fff;
}
.top-search__list > li a:hover::after {
	background-color: #fff;
}
.top-search__bnr {
	margin-top: 40px;
}
@media screen and (max-width: 959px) {
	.top-search__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 750px) {
	.top-search {
		background: url(../img/top/search-bg_sp.jpg) center top/100% auto no-repeat;
		padding: 40px 0 40px;
	}
	.top-search__cat {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}
	.top-search__cat:not(:first-child) {
		margin-top: 15px;
	}
	.top-search__cat-ttl {
		position: relative;
		border-radius: 5px 5px 0 0;
		font-size: 16px;
		padding: 7px 0 8px;
	}
	.top-search__toggle-icon {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 8px;
		display: block;
		width: 31px;
		height: 31px;
		background: #fff;
		border-radius: 50%;
		margin: auto;
	}
	.top-search__toggle-icon::before,
	.top-search__toggle-icon::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		width: 2px;
		height: 14px;
		background-color: #00b390;
		margin: auto;
	}
	.top-search__toggle-icon::after {
		transform: rotate(90deg);
	}
	.open .top-search__toggle-icon::before {
		width: 0;
	}
	.top-search__cat-inner {
		display: none;
	}
	.top-search__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px 11px;
		border-width: 1px;
		border-radius: 0 0 5px 5px;
		padding: 12.5px 19px 15px;
	}
	.top-search__list > li a {
		min-height: 38px;
		border-width: 1px;
		font-size: 12px;
		line-height: 1.3;
		padding: 5px 25px 5px 15px;
	}
	.top-search__list > li a::after {
		right: 9px;
		width: 10.5px;
		height: 10.5px;
	}
	.top-search__bnr {
		margin-top: 20px;
	}
}

.top-reason {
	padding: 84px 0 58px;
}
.top-reason .c-sec-ttl::before {
	bottom: 14px;
}
.top-reason .c-sec-ttl__en {
	margin-bottom: 9px;
}
.top-reason .c-sec-ttl__ja {
	letter-spacing: 0.03em;
	line-height: 1.2;
}
.top-reason .c-sec-ttl__ja .num {
	font-size: 60px;
	line-height: 1;
}
.top-reason__list {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 39px;
	margin-top: 53px;
}
.top-reason__more {
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.top-reason {
		padding: 80px 0 40px;
		overflow: hidden;
	}
	.top-reason .c-sec-ttl::before {
		bottom: 29px;
		left: -100%;
		right: -100%;
		width: -moz-max-content;
		width: max-content;
		margin: auto;
	}
	.top-reason .c-sec-ttl__en {
		margin-bottom: 5px;
	}
	.top-reason .c-sec-ttl__ja .num {
		font-size: 32px;
	}
	.top-reason__list {
		margin-top: 32px;
	}
	.top-reason .slick-list {
		overflow: visible;
	}
	.top-reason__more {
		margin-top: 22px;
	}
}

.top-reason-item {
	position: relative;
	display: flex;
	flex-direction: column;
}
.top-reason-item__num {
	position: absolute;
	top: -10px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #00b390;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 50% 50% 0px 50%;
	color: #fff;
	font: 600 24px "Jost", sans-serif;
	line-height: 1;
	z-index: 1;
}
.top-reason-item__img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.top-reason-item__img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(100% * 0.7486631016);
}
.top-reason-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.top-reason-item__ttl {
	margin-top: 13px;
}
.top-reason-item__ttl h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.top-reason-item__ttl h3 .highlight {
	color: #00b390;
}
@media screen and (min-width: 751px) {
	.top-reason-item:nth-child(n-3) {
		flex: 0 0 calc((100% - 78px) / 3);
	}
	.top-reason-item:nth-child(n + 4) {
		flex: 0 0 calc((100% - 120px) / 4);
	}
	.top-reason-item:nth-child(n + 4) .top-reason-item__ttl h3 {
		font-size: 18px;
		margin: 0 -10px;
	}
}
@media screen and (max-width: 1200px) {
	.top-reason-item__ttl h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 750px) {
	.top-reason-item {
		width: 269px;
		padding: 0 7.5px;
	}
	.top-reason-item__num {
		top: -7px;
		left: 0;
		width: 41px;
		height: 41px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		font-size: 17px;
	}
	.top-reason-item__img {
		border-radius: 5px;
		position: relative;
	}
	.top-reason-item__img::before {
		content: "";
		display: block;
		width: 100%;
		padding-top: calc(100% * 0.7486631016);
	}
	.top-reason-item__img img {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.top-reason-item__ttl {
		margin-top: 9px;
	}
	.top-reason-item__ttl h3 {
		font-size: 16px;
	}
	.top-reason-item:nth-child(n + 4) .top-reason-item__ttl h3 {
		font-size: 16px;
		margin: 0;
	}
}

.top-bnrs {
	background: #f7f7f7;
	padding: 34px 0 35px;
}
@media screen and (max-width: 750px) {
	.top-bnrs {
		padding: 40px 0;
	}
}

.top-lawyer {
	overflow: hidden;
	padding: 82px 0 68px;
}
.top-lawyer .c-sec-ttl::before {
	bottom: -66px;
}
.top-lawyer__slide {
	margin-top: 29px;
}
.top-lawyer__slide > .top-lawyer-item:not(:first-child) {
	display: none;
}
.top-lawyer .slick-list {
	margin: 0 -20px;
	overflow: visible;
}
.top-lawyer .slick-track {
	margin: auto;
}
.top-lawyer__more {
	margin-top: 33px;
}
.top-lawyer__more a {
	width: 360px;
}
@media screen and (max-width: 750px) {
	.top-lawyer {
		padding: 62px 0 40px;
	}
	.top-lawyer .c-sec-ttl::before {
		bottom: -6px;
		left: -100%;
		right: -100%;
		width: -moz-max-content;
		width: max-content;
		margin: auto;
	}
	.top-lawyer .c-sec-ttl__en {
		margin-bottom: 2px;
	}
	.top-lawyer__slide {
		margin-top: 16px;
	}
	.top-lawyer__more {
		margin-top: 25px;
	}
	.top-lawyer__more a {
		width: 315px;
	}
}

.top-lawyer-item {
	width: 360px;
	height: 480px !important;
	padding: 0 20px;
}
.top-lawyer-item a {
	position: relative;
	display: block;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.top-lawyer-item a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.5) 13%, rgba(0, 0, 0, 0.2) 22%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0) 40%);
	z-index: 1;
}
.top-lawyer-item__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.top-lawyer-item__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}
.top-lawyer-item a:hover img {
	transform: scale(1.05);
}
.top-lawyer-item__name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: auto;
	padding: 19px 23px;
	z-index: 2;
}
.top-lawyer-item__name .post {
	display: block;
	font-size: 16px;
}
@media screen and (max-width: 750px) {
	.top-lawyer-item {
		width: 232px;
		height: 311px !important;
		padding: 0 12.5px;
	}
	.top-lawyer-item a {
		border-radius: 5px;
	}
	.top-lawyer-item a::after {
		background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.5) 13%, rgba(0, 0, 0, 0.2) 22%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0) 40%);
	}
	.top-lawyer-item__name {
		font-size: 17px;
		line-height: 1.3;
		padding: 15px 15px;
	}
	.top-lawyer-item__name .post {
		font-size: 12px;
	}
}

.top-message {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 500px;
	background: url(../img/top/message-bg.jpg) center/cover no-repeat;
	padding: 40px 0;
}
.top-message .c-sec-ttl__en {
	font-size: 18px;
}
.top-message .c-sec-ttl__ja {
	font-size: 40px;
	letter-spacing: 0.06em;
}
.top-message__txt {
	max-width: 730px;
	color: #fff;
	letter-spacing: 0.06em;
	margin-top: 15px;
	text-align: justify;
}
@media screen and (max-width: 750px) {
	.top-message {
		min-height: 515px;
		background-image: url(../img/top/message-bg_sp.jpg);
	}
	.top-message .c-sec-ttl__en {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.top-message .c-sec-ttl__ja {
		font-size: 23px;
	}
	.top-message__txt {
		font-size: 14px;
		letter-spacing: 0.038em;
		margin-top: 12px;
	}
}

.top-flow {
	padding: 72px 0 72px;
}
.top-flow__list {
	display: flex;
	gap: 4.16%;
	margin-top: 31px;
}
.top-flow .c-flow-item:nth-child(1) .c-flow-item__icon {
	background-image: url(../img/icons/envelope-solid_eg.svg);
	background-size: 36%;
}
.top-flow .c-flow-item:nth-child(2) .c-flow-item__icon {
	background-image: url(../img/icons/comments-solid_eg.svg);
	background-size: 40%;
}
.top-flow .c-flow-item:nth-child(3) .c-flow-item__icon {
	background-image: url(../img/icons/comment-alt-dots-solid_eg.svg);
	background-size: 33.5%;
	background-position: center bottom 48%;
}
.top-flow .c-flow-item:nth-child(4) .c-flow-item__icon {
	background-image: url(../img/icons/ballot-check-solid_eg.svg);
	background-size: 27%;
}
.top-flow .c-flow-item:nth-child(5) .c-flow-item__icon {
	background-image: url(../img/icons/user-tie-solid_eg.svg);
	background-size: 31%;
	background-position: left 51.5% bottom 53%;
}
@media screen and (max-width: 750px) {
	.top-flow {
		padding: 40px 0px;
	}
	.top-flow .c-sec-ttl__en {
		margin-bottom: 5px;
	}
	.top-flow__list {
		flex-direction: column;
		gap: 28.5px;
		margin-top: 18px;
	}
}

.top-news {
	background: #00b390;
	padding: 50px 0 50px;
}
.top-news__inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 140px;
}
.top-news .c-sec-ttl::before {
	left: 50%;
	bottom: 4px;
	width: auto;
	font-size: 140px;
	transform: translateX(-50%);
}
.top-news .c-sec-ttl__en {
	font-size: 18px;
}
.top-news .c-sec-ttl__ja {
	font-size: 40px;
}
.top-news__head {
	flex: 0 0 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}
.top-news__more-1 {
	margin-top: 20px;
	width: 240px;
}
.top-news__list {
	flex: 1;
	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__ttl-en {
		text-align: center;
	}
	.top-news__ttl {
		text-align: center;
	}
	.top-news__more-1 {
		display: none;
	}
	.top-news__list {
		margin-top: 30px;
	}
	.top-news__more-2 {
		display: flex;
		margin-top: 26px;
	}
}
@media screen and (max-width: 750px) {
	.top-news {
		padding: 19px 0 30px;
	}
	.top-news .c-sec-ttl::before {
		bottom: -1px;
		font-size: 70px;
	}
	.top-news .c-sec-ttl__en {
		font-size: 13px;
	}
	.top-news .c-sec-ttl__ja {
		font-size: 23px;
	}
	.top-news__list {
		margin-top: 13px;
	}
	.top-news__more-2 {
		margin-top: 15px;
	}
	.top-news__more-2 a {
		width: 295px;
	}
}

.top-news-item:not(:first-child) {
	margin-top: 15px;
}
.top-news-item a {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	background: #fff url(../img/icons/chevron-right-solid_o.svg) right 20px center/12px 20px no-repeat;
	padding: 19px 50px 19px 28px;
	transition: background-position 0.3s;
}
.top-news-item a:hover {
	background-position: right 15px center;
}
.top-news-item__date {
	flex: 0 0 98px;
	color: #666;
	font-size: 16px;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.1em;
	margin-right: 18px;
	white-space: nowrap;
}
.top-news-item__cat {
	flex-shrink: 0;
	width: -moz-max-content;
	width: max-content;
	min-width: 90px;
	max-width: 150px;
	background: rgba(0, 179, 144, 0.15);
	border-radius: 5px;
	color: #00b390;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-right: 18px;
	padding: 8px 5px 9px 5px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-news-item__ttl {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: justify;
}
@media screen and (max-width: 750px) {
	.top-news-item + .top-news-item {
		margin-top: 10px;
	}
	.top-news-item a {
		flex-wrap: wrap;
		justify-content: flex-start;
		background-position: right 9px center;
		background-size: 11px;
		border-radius: 5px;
		padding: 12px 30px 15px 20px;
	}
	.top-news-item__date {
		flex: 0 1 auto;
		font-size: 12px;
		margin-right: 10px;
	}
	.top-news-item__cat {
		min-width: 67px;
		max-width: 190px;
		border-radius: 2.5px;
		font-size: 11px;
		margin-right: 10px;
		padding: 4px 5px 6px 5px;
	}
	.top-news-item__ttl {
		width: 100%;
		font-size: 13px;
		line-height: 1.5384615385;
		margin-top: 3px;
	}
}

.top-office {
	padding: 62px 0 80px;
}
.top-office__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
@media screen and (max-width: 959px) {
	.top-office__list {
		gap: 40px 10px;
	}
}
@media screen and (max-width: 750px) {
	.top-office {
		padding: 40px 0 50px;
	}
	.top-office .c-sec-ttl__en {
		margin-bottom: 5px;
	}
	.top-office__list {
		gap: 25px 10px;
		margin-top: 19px;
	}
}

.top-office-item {
	width: 22.5%;
}
.top-office-item a {
	display: block;
}
.top-office-item__img {
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.top-office-item__img img {
	transition: 0.3s;
}
.top-office-item__ttl {
	color: #00b390;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 12px;
	text-align: center;
}
.top-office-item__address {
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1.8666666667;
	margin-top: 7px;
	text-align: center;
}
.top-office-item__more {
	margin-top: 16px;
}
.top-office-item__more span {
	width: 200px;
	height: 40px;
	font-size: 15px;
	padding-left: 0;
}
.top-office-item__more span::after {
	right: 10px;
	width: 10px;
	height: 15px;
}
a:hover .top-office-item__img img {
	scale: 1.05;
}
a:hover .top-office-item__more span {
	background: #fff;
	color: #ff8b38;
}
a:hover .top-office-item__more span::after {
	right: 5px;
	background-color: #ff8b38;
}
@media screen and (max-width: 959px) {
	.top-office-item {
		width: 47.78%;
	}
}
@media screen and (max-width: 750px) {
	.top-office-item__img {
		border-radius: 5px;
		overflow: hidden;
		text-align: center;
	}
	.top-office-item__img img {
		transition: 0.3s;
	}
	.top-office-item__ttl {
		font-size: 14px;
		margin-top: 5px;
	}
	.top-office-item__address {
		font-size: 13px;
		line-height: 1.4615384615;
		margin-top: 6px;
		padding: 0 5px;
	}
	.top-office-item__more {
		margin-top: 10px;
	}
	.top-office-item__more span {
		width: 148px;
		height: 36px;
		font-size: 13.5px;
	}
	.top-office-item__more span::after {
		right: 10px;
	}
}

#case {
	/* 概要 */
	/* トラブル解決のポイント */
}
#case .contents {
	margin-top: 20px;
}
#case .page-ttl {
	background: url("../img/case/mv.jpg") center/cover no-repeat;
}
#case .case-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#case .case-menu__content {
	width: 300px;
	border: 2px solid #e5e5e5;
	border-radius: 10px;
	margin: 0 15px;
	position: relative;
}
#case .case-menu__content::before {
	content: "";
	display: block;
	width: 18px;
	height: 16px;
	background: url("../img/icons/bars-solid_eg.svg") center/cover no-repeat;
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	pointer-events: none;
}
#case .case-menu__content::after {
	content: "";
	display: block;
	width: 28px;
	height: 100%;
	background: url("../img/icons/caret-down-solid_w.svg") center/11px 18px no-repeat, #00b390;
	position: absolute;
	top: -2px;
	right: -2px;
	border: solid #00b390;
	border-width: 2px 2px 2px 0;
	border-radius: 0 10px 10px 0;
	image-rendering: -webkit-optimize-contrast;
	pointer-events: none;
}
#case .case-menu__content:nth-of-type(2)::before {
	width: 20px;
	height: 23px;
	background: url("../img/icons/user-tie-solid_eg.svg") center/cover no-repeat;
}
#case .case-menu__select {
	width: 100%;
	padding: 18px 40px 18px 50px;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	letter-spacing: 0.06em;
	cursor: pointer;
	position: relative;
}
@media screen and (max-width: 750px) {
	#case .case-menu {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	#case .case-menu__content {
		border-radius: 5px;
		border-width: 1px;
		margin: 0 20px 15px;
	}
	#case .case-menu__content:last-child {
		margin-bottom: 0;
	}
	#case .case-menu__content::after {
		top: -1px;
		right: -1px;
		border-width: 1px 0 1px 0;
		border-radius: 0 5px 5px 0;
	}
	#case .case-menu__select {
		padding: 13px 40px 12px 50px;
		font-size: 16px;
	}
}
#case .case-content {
	width: 100%;
	padding: 50px 0 60px;
	background: #f7f7f7;
}
@media screen and (max-width: 750px) {
	#case .case-content {
		padding: 40px 0 20px;
	}
}
#case .case-list {
	display: flex;
	flex-wrap: wrap;
}
#case .case-list .c-case-item.c-case-item--lower {
	width: calc((100% - 90px) / 3);
	margin: 0 45px 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 30px;
	}
	#case .case-list .c-case-item.c-case-item--lower:last-child {
		margin-bottom: 0;
	}
}
#case .case-bnrs {
	padding: 18px 0 90px;
	background: #f7f7f7;
}
@media screen and (max-width: 750px) {
	#case .case-bnrs {
		padding: 20px 0 50px;
	}
}
#case .case-single {
	padding: 5px 0 0 0;
}
#case .case-single__data {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 3px;
}
#case .case-single__cat {
	display: inline-flex;
	flex-wrap: wrap;
	margin-right: 17px;
}
#case .case-single__cat a {
	display: block;
	padding: 3px 26.5px;
	background: #ff8b38;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 10px 5px 0;
	border-radius: 5px;
	border: 1px solid #ff8b38;
	transition: all 0.2s;
}
#case .case-single__cat a:last-child {
	margin-right: 0;
}
#case .case-single__date {
	font: 16px "Jost", sans-serif;
	letter-spacing: 0.04em;
	color: #666;
	transform: translateY(-2px);
}
#case .case-single__ttl-wrap {
	margin-bottom: 10px;
}
#case .case-single__ttl {
	font: 700 36px/1.6666666667 "Noto Sans JP", sans-serif;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
#case .case-single__total {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 5px;
	text-align: right;
	white-space: nowrap;
}
#case .case-single__total .num {
	color: #ff8b38;
	font: 600 36px "Jost", sans-serif;
	letter-spacing: 0;
	margin-left: 5px;
}
@media screen and (min-width: 751px) {
	#case .case-single__cat a:hover {
		background-color: #fff;
		color: #ff8833;
	}
}
@media screen and (max-width: 750px) {
	#case .case-single__head.inner {
		padding: 0;
	}
	#case .case-single__data {
		margin-bottom: 10px;
		padding: 0 20px;
	}
	#case .case-single__cat a {
		padding: 0 19.5px;
		font-size: 14px;
		margin: 0 10px 5px 0;
		border-radius: 2.5px;
	}
	#case .case-single__date {
		transform: none;
	}
	#case .case-single__ttl-wrap {
		margin-bottom: 11px;
		padding: 0 20px;
	}
	#case .case-single__ttl {
		font-size: 21px;
		line-height: 1.4285714286;
	}
	#case .case-single__total {
		font-size: 12px;
	}
	#case .case-single__total .num {
		font-size: 21px;
	}
	#case .case-single .c-sec-ttl {
		padding: 0 20px;
	}
	#case .case-single .c-sec-ttl::before {
		font-size: 90px;
		bottom: -4px;
	}
	#case .case-single .c-sec-ttl__en {
		line-height: 1.6153846154;
	}
	#case .case-single + .c-contact {
		margin-top: 50px;
	}
}
#case .case-outline {
	padding-bottom: 60px;
}
#case .case-outline__text {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 750px) {
	#case .case-outline {
		padding-bottom: 40px;
	}
	#case .case-outline__text {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 2.0714285714;
	}
}
#case .case-outline-case,
#case .case-lawyer-comment {
	position: relative;
	border: 2px solid #008066;
	border-radius: 10px;
}
#case .case-outline-case::before,
#case .case-lawyer-comment::before {
	position: absolute;
	content: "";
	top: -6px;
	left: 0;
	right: 0;
	display: block;
	width: 92px;
	height: 14px;
	background: url(../img/common/clip.svg) center/contain no-repeat;
	margin: auto;
}
#case .case-outline-case__ttl,
#case .case-lawyer-comment__ttl {
	font: 700 24px/2.5 "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	color: #fff;
	background: #008066;
	text-align: center;
	border-radius: 7px 7px 0 0;
}
#case .case-outline-case__row,
#case .case-lawyer-comment__row {
	display: flex;
	align-items: center;
	padding: 17px 40px 13px 37px;
	background: #fff;
	border-radius: 0 0 7px 7px;
}
#case .case-outline-case__text,
#case .case-lawyer-comment__text {
	flex: 0 0 calc(100% - 120px);
	margin: 0 auto;
	padding: 0px 30px 10px 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: justify;
}
#case .case-outline-case__img,
#case .case-lawyer-comment__img {
	flex: 0 0 120px;
	align-self: flex-start;
}
#case .case-outline-case__img-picture,
#case .case-lawyer-comment__img-picture {
	width: 120px;
	padding-top: 120px;
	margin-bottom: 3px;
	border-radius: 50%;
	position: relative;
}
#case .case-outline-case__img-picture img,
#case .case-lawyer-comment__img-picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
#case .case-outline-case__img-picture img.noimg,
#case .case-lawyer-comment__img-picture img.noimg {
	border: solid 1px #c1c1c1;
}
#case .case-outline-case__img-text,
#case .case-lawyer-comment__img-text {
	display: block;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-align: center;
}
@media screen and (max-width: 959px) {
	#case .case-outline-case__row,
	#case .case-lawyer-comment__row {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 0;
	}
	#case .case-outline-case__img,
	#case .case-lawyer-comment__img {
		flex: auto;
	}
	#case .case-outline-case__img-picture,
	#case .case-lawyer-comment__img-picture {
		height: 120px;
	}
	#case .case-outline-case__text,
	#case .case-lawyer-comment__text {
		flex: 100%;
		margin-left: 0;
		padding: 0;
	}
	#case .case-outline-case__img,
	#case .case-lawyer-comment__img {
		height: auto;
		margin: 0 auto 25px;
	}
}
@media screen and (max-width: 750px) {
	#case .case-outline-case,
	#case .case-lawyer-comment {
		border-width: 1px;
		border-radius: 5px;
	}
	#case .case-outline-case::before,
	#case .case-lawyer-comment::before {
		top: -5px;
		width: 87px;
		height: 14px;
	}
	#case .case-outline-case__ttl,
	#case .case-lawyer-comment__ttl {
		font-size: 18px;
		line-height: 1.5;
		border-radius: 4px 4px 0 0;
		padding: 11px;
	}
	#case .case-outline-case__row,
	#case .case-lawyer-comment__row {
		padding: 21px 20px 18px;
		border-radius: 0 0 4px 4px;
	}
	#case .case-outline-case__text,
	#case .case-lawyer-comment__text {
		padding: 0;
		font-size: 14px;
		line-height: 2.0714285714;
	}
	#case .case-outline-case__img,
	#case .case-lawyer-comment__img {
		margin-bottom: 8px;
	}
	#case .case-outline-case__img-picture,
	#case .case-lawyer-comment__img-picture {
		width: 193px;
		height: 193px;
		padding-top: 193px;
		margin-bottom: 5px;
	}
	#case .case-outline-case__img-text,
	#case .case-lawyer-comment__img-text {
		font-size: 16px;
	}
}
#case .case-point {
	padding: 76px 0 82px;
	background: #f7f7f7;
}
#case .case-point__ttl {
	margin-bottom: 40px;
}
#case .case-point__ttl::before {
	font-size: 140px;
	left: -4px;
	bottom: -12px;
	color: #fff;
	opacity: 1;
}
@media screen and (max-width: 750px) {
	#case .case-point {
		padding: 65px 0 40px;
	}
	#case .case-point__ttl {
		margin-bottom: 42px;
	}
	#case .case-point__ttl::before {
		color: rgba(45, 178, 145, 0.08);
	}
}
#case .case-lawyer-comment {
	border-color: #ff8833;
}
#case .case-lawyer-comment__ttl {
	background: #ff8833;
}
@media screen and (max-width: 959px) {
	#case .case-lawyer-comment__row {
		flex-direction: column;
	}
}
@media screen and (max-width: 750px) {
	#case .case-lawyer-comment__row {
		padding-top: 19px;
	}
}
#case .case-lawyer-comment__text {
	padding: 0 0 8px 30px;
}
@media screen and (max-width: 750px) {
	#case .case-lawyer-comment__text {
		padding: 0;
	}
}
#case .case-flow .case-lawyer-comment__row {
	padding-top: 24px;
	padding-bottom: 21px;
}
@media screen and (max-width: 750px) {
	#case .case-flow .case-lawyer-comment__row {
		padding: 19px 20px 18px;
	}
}
#case .case-flow .case-lawyer-comment__img {
	transform: translateY(6px);
}
@media screen and (max-width: 750px) {
	#case .case-flow .case-lawyer-comment__img {
		transform: none;
	}
}

#case .case-lawyer-comment__list {
	padding: 20px 0 0 84px;
	display: flex;
	flex-wrap: wrap;
}
#case .case-lawyer-comment__list-item {
	margin: 0 0 0 15px;
}
#case .case-lawyer-comment__list-item:first-child {
	margin-left: 0;
}
#case .case-lawyer-comment__list-item a {
	display: inline-block;
	width: 320px;
	padding: 7px 30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 2.1333333333;
	letter-spacing: 0.06em;
	border: 2px solid #dbdbdb;
	border-radius: 25px;
	position: relative;
}
#case .case-lawyer-comment__list-item a::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/icons/arrow-circle-right-solid_o.svg") left center/contain no-repeat;
	margin-left: 3px;
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
#case .case-lawyer-comment__list-item a:hover::after {
	right: 10px;
}
@media screen and (max-width: 1200px) {
	#case .case-lawyer-comment__list {
		padding-left: 30px;
	}
}
@media screen and (max-width: 959px) {
	#case .case-lawyer-comment__list {
		justify-content: center;
		padding-left: 0;
	}
	#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__list {
		padding: 20px 0 0;
	}
	#case .case-lawyer-comment__list-item a {
		max-width: 290px;
		font-size: 14px;
	}
}
#case .case-point-list {
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
	/*
  @media screen and (max-width: 1700px) and (min-width: 751px) {
      &__ttl {
          font-size: calc( 100vw / 70.8333 );
      }

      &__text {
          font-size: calc( 100vw / 106.25 );
          padding-right: 6px;
      }
  }
  */
}
#case .case-point-list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc((100.1% - 90px) / 3);
	margin-right: 45px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	counter-increment: num;
}
#case .case-point-list__item:last-child {
	margin-right: 0;
}
#case .case-point-list__balloon {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 80px;
	height: 80px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 9px 0 0 3px;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1428571429;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background: #00b390;
	box-sizing: border-box;
	border-radius: 40px 40px 0 40px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
#case .case-point-list__balloon::after {
	content: counter(num, decimal-leading-zero);
	font-size: 28px;
}
#case .case-point-list__picture {
	width: 100%;
	padding-top: 75.137%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#case .case-point-list__picture img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 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: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#case .case-point-list__nopicture img {
	-o-object-fit: contain;
	object-fit: contain;
}
#case .case-point-list__desc {
	padding: 21px 30px 29px;
}
#case .case-point-list__balloon + .case-point-list__desc {
	padding-top: 65px;
}
#case .case-point-list__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
	font: 700 22px/1.5454545455 "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	color: #00b390;
	text-align: center;
}
#case .case-point-list__text {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
	#case .case-point-list__item {
		margin-right: 19px;
	}
	#case .case-point-list__balloon {
		font-size: 8px;
		top: -11px;
		left: -10px;
		width: 42px;
		height: 42px;
		padding: 5px 0px 0 1px;
		border-radius: 21px 21px 0 21px;
	}
	#case .case-point-list__balloon::after {
		font-size: 17px;
	}
	#case .case-point-list__desc {
		padding: 20px 25px 27px 35px;
	}
	#case .case-point-list__balloon + .case-point-list__desc {
		padding-top: 40px;
	}
	#case .case-point-list__desc {
		padding: 18px 27px 22px;
	}
	#case .case-point-list__ttl {
		font-size: 18.5px;
		line-height: 1.5675675676;
		margin-bottom: 11px;
	}
	#case .case-point-list__text {
		font-size: 14px;
		line-height: 2.0714285714;
	}
	#case .case-point-list__picture {
		max-width: 100%;
		max-height: 333.8475935829px;
		min-height: auto;
		padding-top: 75.2268656716%;
	}
}
@media screen and (max-width: 750px) {
	#case .case-point-list {
		display: block;
		margin-bottom: 55px;
	}
	#case .case-point-list__item {
		width: 100%;
		max-width: 447px;
		margin: 0 auto 19px;
		border-radius: 5px;
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
	}
	#case .case-point-list__item:last-child {
		margin-right: auto;
	}
}
#case .case-flow {
	padding-top: 85px;
}
#case .case-flow__ttl {
	margin-bottom: 35px;
}
#case .case-flow__ttl::before {
	font-size: 140px;
	left: -4px;
	bottom: -12px;
}
#case .case-flow__text {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}
#case .case-flow__text b {
	font-size: 24px;
	letter-spacing: 0.08em;
}
#case .case-flow__text::before,
#case .case-flow__text::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #00b390;
	transform: translateY(-2px);
}
#case .case-flow__text::before {
	margin-right: 25px;
}
#case .case-flow__text::after {
	margin-left: 25px;
}
#case .case-flow__content {
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	#case .case-flow {
		padding-top: 55px;
	}
	#case .case-flow__ttl {
		margin-bottom: 11px;
	}
	#case .case-flow__text {
		margin-bottom: 15px;
		font-size: 17px;
	}
	#case .case-flow__text b {
		font-size: 19px;
	}
	#case .case-flow__text::before {
		margin-right: 8px;
		transform: none;
	}
	#case .case-flow__text::after {
		margin-left: 8px;
		transform: none;
	}
	#case .case-flow__content {
		padding: 0;
		margin-bottom: 20px;
	}
}
#case .case-flow-step {
	counter-reset: step;
	margin-bottom: 51px;
}
#case .case-flow-step__item {
	padding: 0 0 43px 0;
	position: relative;
	background-color: #fff;
}
#case .case-flow-step__item:last-child {
	background: none;
	padding-bottom: 0;
}
#case .case-flow-step__ttl {
	margin-bottom: 20px;
	padding: 9px 15px 6px;
	background: #f7f6f2;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 2.25;
	letter-spacing: 0.06em;
	color: #00b390;
	background: #ebf9f6;
	border-top: 1px solid #00b390;
	border-bottom: 1px solid #00b390;
	text-align: center;
}
#case .case-flow-step__text {
	margin-left: -3px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 750px) {
	#case .case-flow-step__item {
		padding: 0 0 21px 0;
	}
	#case .case-flow-step__ttl {
		margin-bottom: 14px;
		padding: 11px 23px 9px;
		font-size: 18px;
		line-height: 1.3888888889;
	}
	#case .case-flow-step__text {
		margin-left: 0;
		font-size: 14px;
		line-height: 2.0714285714;
	}
}
#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 {
	transform: scale(1.1);
}
#case .case-single-bnr .c-bnr__desc {
	margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
	#case .case-single-bnr .c-bnr__desc {
		margin-bottom: 0;
	}
}
#case .case-single-page {
	display: block;
	margin-bottom: 40px;
	padding-top: 20px;
}
@media screen and (max-width: 750px) {
	#case .case-single-page {
		padding-top: 10px;
	}
}
#case .case-single-article {
	background: #f7f7f7;
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 62px;
}
#case .case-single-article__ttl {
	margin-bottom: 41px;
}
#case .case-single-article .case-list {
	display: block;
}
#case .case-single-article .slick-list {
	overflow: visible;
	margin: 0 -22.5px;
}
#case .case-single-article .slick-track {
	margin: auto;
}
#case .case-single-article .c-case-item.c-case-item--lower {
	padding: 0 22.5px;
	width: auto;
	max-width: 415px;
	margin: 0;
}
@media screen and (max-width: 959px) {
	#case .case-single-article .c-case-item.c-case-item--lower {
		padding: 0 15px;
	}
}
@media screen and (max-width: 750px) {
	#case .case-single-article {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	#case .case-single-article__ttl {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	#case .case-single-article .c-sec-ttl__en {
		margin-bottom: 5px;
	}
	#case .case-single-article .slick-list {
		margin: 0;
	}
	#case .case-single-article .slick-arrow {
		position: absolute;
		top: 140px;
		width: 40px;
		height: 40px;
		background: #fff url(../img/icons/chevron-right-regular_o.svg) center/21px 21px no-repeat;
		border-radius: 50%;
		font-size: 0;
		z-index: 1;
	}
	#case .case-single-article .slick-arrow::before {
		content: none;
	}
	#case .case-single-article.single .slick-track {
		transform: none !important;
	}
	#case .case-single-article .slick-prev {
		left: -5px;
		box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
		transform: rotate(180deg);
	}
	#case .case-single-article .slick-next {
		right: -5px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}
	#case .case-single-article .c-case-item.c-case-item--lower {
		display: block;
		width: 270px;
		max-width: 270px;
		margin: 0;
		padding: 0 7.5px;
	}
}
@media screen and (max-width: 750px) {
	#case .c-pagination {
		margin-top: 30px;
	}
}
#case .c-pagination__list {
	padding-top: 1px;
}
@media screen and (max-width: 750px) {
	#case .c-pagination__list {
		padding: 0;
	}
}
#case .c-bnr__bnr a {
	border: none;
	outline: 2px solid #00b390;
	outline-offset: -2px;
}

.case-single-msg-bnr {
	margin-top: 60px;
	margin-bottom: 80px;
}
.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: 30px 0;
	}
	.case-single-msg-bnr__wrap .case-single-bnr {
		margin-bottom: 15px;
	}
}

#news .contents {
	padding: 18px 0 60px;
}
@media screen and (max-width: 750px) {
	#news .contents {
		padding-bottom: 50px;
	}
}
#news .post-contents {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 959px) {
	#news .post-contents {
		display: block;
	}
}
#news .news-post,
#news .post-type-news {
	max-width: 904px;
	width: 100%;
}
@media screen and (max-width: 959px) {
	#news .news-post,
	#news .post-type-news {
		max-width: initial;
	}
}
@media screen and (max-width: 750px) {
	#news .news-post,
	#news .post-type-news {
		padding: 0 20px;
	}
}
#news .news-post__main,
#news .post-type-news__main {
	margin-bottom: 60px;
	border: 2px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#news .news-post__main,
	#news .post-type-news__main {
		margin-bottom: 20px;
		border-radius: 5px;
	}
}
#news .news-post__wrap,
#news .post-type-news__wrap {
	padding: 30px 40px 39px;
}
@media screen and (max-width: 750px) {
	#news .news-post__wrap,
	#news .post-type-news__wrap {
		padding: 20px 0;
	}
}
@media screen and (max-width: 750px) {
	#news .news-post__wrap .post-header,
	#news .post-type-news__wrap .post-header {
		margin: 0 20px;
	}
}
#news .news-post__wrap .post-header .flex,
#news .post-type-news__wrap .post-header .flex {
	flex-wrap: wrap;
}
#news .news-post .cat-list,
#news .post-type-news .cat-list {
	margin: 0;
}
@media screen and (max-width: 750px) {
	#news .news-post .cat-list,
	#news .post-type-news .cat-list {
		padding: 0;
	}
}
#news .news-post .cat-list li,
#news .post-type-news .cat-list li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 750px) {
	#news .news-post .cat-list li,
	#news .post-type-news .cat-list li {
		margin: 0 8px 5px 0;
	}
}
#news .news-post .cat-list li::before,
#news .post-type-news .cat-list li::before {
	content: none;
}
#news .news-post .cat-list li a,
#news .post-type-news .cat-list li a {
	display: flex;
	text-decoration: none;
	padding: 7px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #fff;
	background: #ff8833;
	border: solid 1px #ff8833;
	border-radius: 5px;
	transition: 0.2s;
}
@media screen and (min-width: 751px) {
	#news .news-post .cat-list li a:hover,
	#news .post-type-news .cat-list li a:hover {
		background-color: #fff;
		color: #ff8833;
	}
}
@media screen and (max-width: 750px) {
	#news .news-post .cat-list li a,
	#news .post-type-news .cat-list li a {
		border: none;
		font-size: 13px;
		padding: 3.5px 10px;
		border-radius: 2.5px;
	}
}
#news .news-post .metadata,
#news .post-type-news .metadata {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	color: #666666;
	align-self: center;
	white-space: nowrap;
	margin-left: 8px;
}
@media screen and (max-width: 750px) {
	#news .news-post .metadata,
	#news .post-type-news .metadata {
		font-size: 14px;
		padding: 0;
		margin-bottom: 0;
	}
}
#news .news-post h1,
#news .news-post .post-box .post-contents .news-list h2,
#news .post-box .post-contents .news-list .news-post h2,
#news .post-type-news h1,
#news .post-type-news .post-box .post-contents .news-list h2,
#news .post-box .post-contents .news-list .post-type-news h2 {
	margin: 3px 0 10px;
	padding-bottom: 14px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.12em;
	border-bottom: 2px solid #00b390;
}
@media screen and (max-width: 750px) {
	#news .news-post h1,
	#news .news-post .post-box .post-contents .news-list h2,
	#news .post-box .post-contents .news-list .news-post h2,
	#news .post-type-news h1,
	#news .post-type-news .post-box .post-contents .news-list h2,
	#news .post-box .post-contents .news-list .post-type-news h2 {
		font-size: 20px;
		line-height: 1.45;
		letter-spacing: 0;
	}
}
#news .news-post__share,
#news .post-type-news__share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 29px 31px;
	background: #00b390;
}
@media screen and (max-width: 750px) {
	#news .news-post__share,
	#news .post-type-news__share {
		padding: 15px 10px;
	}
}
#news .news-post__share-ttl,
#news .post-type-news__share-ttl {
	display: flex;
	align-items: center;
	font: 600 22px/1.3636363636 "Jost", sans-serif;
	letter-spacing: 0.11em;
	color: #fff;
}
#news .news-post__share-ttl::after,
#news .post-type-news__share-ttl::after {
	display: inline-block;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 0 14px 0 22px;
}
@media screen and (max-width: 750px) {
	#news .news-post__share-ttl,
	#news .post-type-news__share-ttl {
		font-size: 14px;
		letter-spacing: 0.07em;
	}
	#news .news-post__share-ttl::after,
	#news .post-type-news__share-ttl::after {
		width: 15px;
		margin: 0 5px 0 10px;
	}
}
#news .news-post__share .addtoany_list,
#news .post-type-news__share .addtoany_list {
	display: flex;
}
#news .news-post__share .addtoany_list a,
#news .post-type-news__share .addtoany_list a {
	padding: 0 4.5px;
}
#news .news-post__share .addtoany_list a img,
#news .post-type-news__share .addtoany_list a img {
	display: block;
	margin: 0;
}
@media screen and (max-width: 750px) {
	#news .news-post__share .addtoany_list,
	#news .post-type-news__share .addtoany_list {
		justify-content: flex-end;
	}
	#news .news-post__share .addtoany_list a,
	#news .post-type-news__share .addtoany_list a {
		padding: 0 3px;
	}
	#news .news-post__share .addtoany_list a img,
	#news .post-type-news__share .addtoany_list a img {
		width: 30px;
		height: 30px;
	}
}

/* 執筆者
-----------------------------------------------------------------*/
#news .news-post .news-author {
	margin: 79px 2px 39px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#news .news-post .news-author__ttl {
	font: 500 24px/1.25 "Noto Sans JP", sans-serif;
	letter-spacing: 0.12em;
	color: #fff;
	background: #008066;
	border: none;
	margin: 0;
	padding: 15px 0;
}
#news .news-post .news-author__ttl::after {
	content: none;
}
#news .news-post .news-author__inner {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #cccccc;
	border-top: none;
	padding: 27px 37px 31px;
}
#news .news-post .news-author__inner:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: calc(100% - 80px);
	height: 2px;
	transform: translateX(-50%);
	background-color: #fff;
}
#news .news-post .news-author__inner:last-of-type:after {
	display: none;
}
#news .news-post .news-author__img {
	flex: 0 0 202px;
	width: 202px;
	height: 202px;
}
#news .news-post .news-author__img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #c1c1c1;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
#news .news-post .news-author__txt {
	flex: 1 1 auto;
	padding: 5px 0 0 30px;
}
#news .news-post .news-author__name {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	margin-bottom: 5px;
}
#news .news-post .news-author__intro {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
#news .news-post .news-author__sns-links {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding-right: 3px;
}
#news .news-post .news-author__sns-links li {
	margin: 0 10px 0 0;
	padding: 0;
}
#news .news-post .news-author__sns-links li:last-child {
	margin-right: 0;
}
#news .news-post .news-author__sns-links li:before {
	display: none;
}
#news .news-post .news-author__sns-links li a {
	display: block;
	transition: opacity 0.1s ease;
}
#news .news-post .news-author__sns-links li a:hover {
	opacity: 0.8;
}
#news .news-post .news-author__sns-links li a img {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
}
@media screen and (max-width: 750px) {
	#news .news-post .news-author {
		margin: 38px 2px 15px;
		border-radius: 5px;
	}
	#news .news-post .news-author__ttl {
		font-size: 18px;
		padding: 14px 0;
		text-align: center;
	}
	#news .news-post .news-author__inner {
		display: block;
		padding: 17px 20px 25px;
	}
	#news .news-post .news-author__inner:after {
		width: calc(100% - 40px);
	}
	#news .news-post .news-author__img {
		margin: 0 auto 9px;
		width: 130px;
		height: 130px;
	}
	#news .news-post .news-author__txt {
		width: 100%;
		padding: 0;
	}
	#news .news-post .news-author__name {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 0;
		text-align: center;
	}
	#news .news-post .news-author__intro {
		font-size: 14px;
		line-height: 2.0714285714;
		margin-bottom: 8px;
		padding: 0;
	}
	#news .news-post .news-author__sns-links {
		justify-content: center;
		padding: 0;
	}
}

/* 関連記事
-----------------------------------------------------------------*/
#news .news-post .news-related {
	margin: 51px 2px 21px;
	padding: 28px 40px 43px;
	background: #f7f7f7;
}
#news .news-post .news-related__ttl {
	text-align: center;
}
#news .news-post .news-related__ttl .en {
	font: 500 20px/2.1 "Jost", sans-serif;
	letter-spacing: 0.08em;
	color: #00b390;
	margin: 0;
}
#news .news-post .news-related__ttl .jp {
	font: 700 36px/1.2777777778 "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	padding: 0;
	margin: -1px 0 36px;
}
#news .news-post .news-related__ttl .jp::after {
	content: none;
}
#news .news-post .news-related__list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 750px) {
	#news .news-post .news-related {
		width: 100vw;
		margin: 40px -20px 0;
		padding: 40px 20px;
	}
	#news .news-post .news-related__ttl .en {
		font-size: 13px;
		line-height: 1.5;
	}
	#news .news-post .news-related__ttl .jp {
		font-size: 23px;
		text-align: center;
		margin: 0 0 25px;
	}
	#news .news-post .news-related__list {
		display: block;
	}
}
#news .news-post .news-related-item {
	width: 33.3333%;
}
#news .news-post .news-related-item__link {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-decoration: none;
	transition: 0.2s;
}
#news .news-post .news-related-item__link:hover {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
#news .news-post .news-related-item__thumb {
	position: relative;
	width: 100%;
}
#news .news-post .news-related-item__thumb figure {
	position: relative;
	width: 100%;
	padding-top: 75%;
}
#news .news-post .news-related-item__thumb figure img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
#news .news-post .news-related-item__thumb.id-2044 {
	border-bottom: solid 1px #e5e5e5;
}
#news .news-post .news-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;
}
#news .news-post .news-related-item__txt {
	background: #fff;
	padding: 9px 18px 34px;
}
#news .news-post .news-related-item__date {
	color: #666;
	font: 400 15px/2.2 "Jost", sans-serif;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}
#news .news-post .news-related-item__ttl {
	font: 700 16px/1.8125 "Noto Sans JP", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	text-decoration: underline;
	text-decoration-color: #000;
	text-underline-offset: 5px;
	margin: 0;
}
#news .news-post .news-related-item__ttl span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#news .news-post .news-related-item {
		width: 100%;
		margin-bottom: 18px;
	}
	#news .news-post .news-related-item__link {
		display: flex;
		border-radius: 0;
		box-shadow: unset;
	}
	#news .news-post .news-related-item:last-child {
		margin-bottom: 0;
	}
	#news .news-post .news-related-item__thumb {
		flex: 0 0 100px;
		border-radius: 5px;
		overflow: hidden;
	}
	#news .news-post .news-related-item__thumb.id-2044 {
		border-bottom: none;
	}
	#news .news-post .news-related-item__txt {
		flex: 0 0 calc(100% - 100px);
		background: none;
		padding: 0 0 0 10px;
	}
	#news .news-post .news-related-item__txt-wrap {
		display: flex;
		align-items: center;
	}
	#news .news-post .news-related-item__date {
		font-size: 12px;
		line-height: 1;
		margin-bottom: 0;
		padding: 0;
	}
	#news .news-post .news-related-item__ttl {
		font-size: 15px;
		font-weight: 500;
		line-height: 2;
		padding: 0;
	}
}

/*サイドバー(一覧・詳細)共通
-----------------------------------------------------------------*/
#news .news-sidebar {
	width: 296px;
	flex: 0 0 296px;
	padding-left: 46px;
	margin-top: 2px;
}
@media screen and (max-width: 959px) {
	#news .news-sidebar {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#news .news-sidebar {
		margin-top: 40px;
		padding: 0 20px;
	}
}
#news .news-sidebar-search {
	position: relative;
	margin-bottom: 40px;
}
#news .news-sidebar-search__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 12px;
	position: relative;
	border-radius: 10px;
	line-height: 1;
	border: 2px solid #dbdbdb;
}
#news .news-sidebar-search__inner input[type="text"] {
	width: calc(100% - 30px);
	height: 100%;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.07em;
}
#news .news-sidebar-search__inner input[type="submit"] {
	padding: 0;
	width: 26px;
	height: 26px;
	background: url(../img/icons/magnifying-glass-solid.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
	#news .news-sidebar-search__inner input[type="text"] {
		font-size: 13px;
	}
	#news .news-sidebar-search__inner input[type="submit"] {
		width: 20px;
		height: 20px;
	}
}
#news .news-sidebar-ranking {
	margin-bottom: 41px;
}
#news .news-sidebar-ranking__ttl,
#news .news-sidebar-category__ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	background: #008066;
	border-radius: 10px;
	padding: 9px 15px;
	margin-bottom: 22px;
}
#news .news-sidebar-ranking__ttl::before,
#news .news-sidebar-category__ttl::before {
	display: inline-block;
	content: "";
	width: 21px;
	height: 17px;
	background: url(../img/icons/crown-solid.svg) center/cover no-repeat;
	margin-right: 9px;
}
#news .news-sidebar-ranking__ttl--ja,
#news .news-sidebar-category__ttl--ja {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7647058824;
	letter-spacing: 0.14em;
	margin-bottom: 0;
}
#news .news-sidebar-ranking__ttl--en,
#news .news-sidebar-category__ttl--en {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #238c3c;
}
#news .news-sidebar-ranking__list {
	margin: 0;
}
@media screen and (max-width: 959px) {
	#news .news-sidebar-ranking {
		margin-bottom: 24px;
	}
	#news .news-sidebar-ranking__ttl--ja,
	#news .news-sidebar-category__ttl--ja {
		padding: 0;
	}
	#news .news-sidebar-ranking__ttl--en,
	#news .news-sidebar-category__ttl--en {
		padding: 0;
	}
	#news .news-sidebar-ranking__list {
		padding: 0;
	}
}
#news .news-ranking-item {
	padding: 0;
	margin-bottom: 21px;
}
#news .news-ranking-item:before {
	content: counter(ol_li, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	width: 44px;
	height: 44px;
	line-height: 45px;
	top: 10px;
	left: -10px;
	color: #fff;
	background-color: #ff8b38;
	border-radius: 22px 22px 0 22px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
#news .news-ranking-item:nth-of-type(2):before {
	background-color: #7c7c7c;
}
#news .news-ranking-item:last-child {
	margin-bottom: 0;
	background: none;
}
#news .news-ranking-item:last-child:before {
	background-color: #222222;
}
#news .news-ranking-item__link {
	display: block;
	width: 100%;
	text-decoration: none;
}
#news .news-ranking-item__thumb {
	width: 100%;
	margin-bottom: 4px;
}
#news .news-ranking-item__thumb figure {
	position: relative;
	width: 100%;
	padding-top: 66%;
	border-radius: 10px;
	overflow: hidden;
}
#news .news-ranking-item__thumb figure img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	transition: 0.3s;
}
#news .news-ranking-item__thumb.id-2044 figure {
	border: solid 1px #e5e5e5;
}
#news .news-ranking-item__link:hover img {
	opacity: 0.75;
	transform: scale(1.1);
}
#news .news-ranking-item__txt {
	line-height: 1.6;
	padding-bottom: 12px;
}
#news .news-ranking-item__ttl {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.2857142857;
	letter-spacing: 0.12em;
	padding: 0;
	background: none;
	border: none;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 8px;
	transition: 0.3s;
}
#news .news-ranking-item__link:hover .news-ranking-item__ttl {
	color: #ff8b38;
}
@media screen and (max-width: 959px) {
	#news .news-ranking-item:before {
		top: 8px;
		left: -8px;
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
	#news .news-ranking-item__link {
		display: flex;
		align-items: center;
	}
	#news .news-ranking-item__thumb {
		width: 100px;
	}
	#news .news-ranking-item__thumb figure {
		padding-top: 80%;
	}
	#news .news-ranking-item__txt {
		width: calc(100% - 100px);
		padding-left: 10px;
	}
	#news .news-ranking-item__ttl {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 15px;
		line-height: 2;
		margin: 0;
		padding-bottom: 2px;
		text-align: left;
	}
}
@media screen and (max-width: 750px) {
	#news .news-ranking-item__thumb {
		border-radius: 5px;
	}
}
#news .news-sidebar-category__ttl {
	margin-bottom: 0;
}
#news .news-sidebar-category__ttl::before {
	width: 18px;
	height: 15px;
	background: url(../img/icons/list-solid.svg) center/cover no-repeat;
}
#news .news-sidebar-category__ttl--ja {
	font-size: 18px;
	line-height: 1.6666666667;
}
#news .news-sidebar-category__list {
	margin: -1px 0 0;
}
#news .news-sidebar-category__item {
	margin: 0;
	padding: 0;
}
#news .news-sidebar-category__item:before {
	display: none;
}
#news .news-sidebar-category__item a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.14em;
	transition: background-color 0.3s ease;
	text-decoration: none;
	padding: 12px 25px 13px 12px;
	border-bottom: 1px solid #e5e5e5;
}
#news .news-sidebar-category__item a::after {
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 94%;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icons/arrow-circle-right-solid_o.svg) center/contain no-repeat;
	margin: auto;
	transition: left 0.3s ease;
}
#news .news-sidebar-category__item a:hover {
	opacity: 1;
}
#news .news-sidebar-category__item a:hover::after {
	left: 97%;
}
#news .news-sidebar-category__child-list {
	margin: 0;
}
@media screen and (max-width: 750px) {
	#news .news-sidebar-category__child-list {
		padding: 0;
	}
}
#news .news-sidebar-category__child-item {
	padding-left: 0;
	margin-left: 24px;
}
#news .news-sidebar-category__child-item:before {
	width: 11px;
	height: 2px;
	top: 50%;
	background: #ff8b38;
	border-radius: 0;
	pointer-events: none;
}
#news .news-sidebar-category__child-item a {
	padding-left: 15px;
}
@media screen and (max-width: 959px) {
	#news .news-sidebar-category__list {
		margin: 0;
		padding: 0;
	}
	#news .news-sidebar-category__child-item {
		margin-left: 0;
	}
	#news .news-sidebar-category__child-item::before {
		left: 24px;
	}
	#news .news-sidebar-category__child-item a {
		padding-left: 44px;
	}
}

/*新着情報一覧ページ
-----------------------------------------------------------------*/
#news #page-ttl {
	background: url("../img/news/mv.jpg") center/cover no-repeat;
}
#news #page-ttl .box-wrap {
	min-width: 400px;
}
@media screen and (max-width: 750px) {
	#news #page-ttl .box-wrap {
		min-width: 360px;
	}
}
#news .post-box .post-contents a {
	text-decoration: none;
}
#news .post-box .post-contents .cat-list li {
	text-decoration: none;
	padding: 8px 21px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #fff;
	border-radius: 5px;
	background: #ff8833;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .cat-list li {
		border-radius: 2.5px;
		font-size: 13px;
		padding: 3.5px 10px;
	}
}
#news .post-box .post-contents .news-list {
	max-width: 904px;
	width: 100%;
}
@media screen and (max-width: 959px) {
	#news .post-box .post-contents .news-list {
		max-width: initial;
	}
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list {
		margin-bottom: 60px;
	}
}
#news .post-box .post-contents .news-list .news-post + .news-post {
	margin-top: 26px;
}
#news .post-box .post-contents .news-list .news-post__main {
	margin-bottom: 0;
	transition: 0.2s;
}
#news .post-box .post-contents .news-list a:hover .news-post__main {
	border-color: #00b390;
	background: #ebf9f6;
}
#news .post-box .post-contents .news-list a:hover .aqt-btn-04 {
	color: #008066;
	background: #fff;
}
#news .post-box .post-contents .news-list a:hover .aqt-btn-04::after {
	right: 18px;
	background-color: #008066;
}
#news .post-box .post-contents .news-list .news-post__wrap {
	padding: 30px 40px 35px 38px;
	transition: all 0.2s;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list .news-post__wrap {
		padding: 15px 0 23px;
	}
}
#news .post-box .post-contents .news-list h2 {
	text-align: left;
}
#news .post-box .post-contents .news-list h2::after {
	content: none;
}
#news .post-box .post-contents .news-list__flex {
	display: flex;
	margin-top: 19px;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list__flex {
		display: block;
		margin-top: 19px;
		padding: 0 20px;
	}
}
#news .post-box .post-contents .news-list__thumb {
	position: relative;
	width: 36.5853658537%;
	height: 0;
	padding-top: 24.3902439024%;
	margin: 11px 43px 13px 0;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list__thumb {
		width: 100%;
		border-radius: 5px;
		padding-top: 58.5%;
		margin: 19px 0 13px 0;
	}
}
#news .post-box .post-contents .news-list__thumb.id-2044 {
	border: solid 1px #e5e5e5;
}
#news .post-box .post-contents .news-list__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
#news .post-box .post-contents .news-list__content {
	width: 58%;
	text-align: right;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list__content {
		width: 100%;
	}
}
#news .post-box .post-contents .news-list__content p {
	font-weight: 500;
	line-height: 2.375;
	letter-spacing: 0.13em;
	text-align: left;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list__content p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 13px;
		padding: 0;
	}
}
#news .post-box .post-contents .news-list .aqt-btn-04 {
	width: 178px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding: 7px 25px 8px;
	text-align: center;
	align-self: flex-end;
	margin-bottom: 0;
	background: #008066;
}
#news .post-box .post-contents .news-list .aqt-btn-04::after {
	right: 18px;
}
@media screen and (max-width: 750px) {
	#news .post-box .post-contents .news-list .aqt-btn-04 {
		width: 225px;
		margin: auto;
		font-size: 14px;
		font-weight: 400;
		padding: 12px 35px;
	}
}
#news .c-pagination {
	margin-top: 26px;
}

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

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

.contact .c-contact {
	margin-top: 17px;
}

.contact-form {
	background: #f7f7f7;
	padding: 76px 0 67px;
}
.contact-form .c-sec-ttl {
	margin-bottom: 40px;
}
.contact-form .c-sec-ttl::before {
	bottom: -15px;
	color: #fff;
	font-size: 140px;
	opacity: 1;
}
.contact-form .c-notes {
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.contact-form {
		padding: 70px 0 40px;
	}
	.contact-form .c-sec-ttl {
		margin-bottom: 17px;
	}
	.contact-form .c-sec-ttl::before {
		bottom: -5px;
		color: #00b390;
		font-size: 90px;
		opacity: 0.08;
	}
	.contact-form .c-sec-ttl__en {
		margin-bottom: 4px;
	}
	.contact-form .c-notes {
		margin-bottom: 58px;
	}
}

.contact-tel {
	padding: 63px 0 50px;
}
.contact-tel__desc {
	letter-spacing: 0.08em;
	margin-top: 19px;
	text-align: center;
}
.contact-tel__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 40px;
	margin-top: 36px;
}
.contact-tel__note {
	letter-spacing: 0.08em;
	margin-top: 22px;
	text-align: center;
}
.contact-tel__note .time {
	font-family: "Jost", sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 959px) {
	.contact-tel {
		padding: 40px 0 40px;
	}
	.contact-tel__desc {
		text-align: left;
	}
	.contact-tel__list {
		margin-top: 25px;
		gap: 40px 10px;
	}
	.contact-tel__note {
		font-size: 14px;
	}
}

.contact-tel-item {
	flex: 1;
	max-width: 270px;
}
.contact-tel-item__img {
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: 10px;
	overflow: hidden;
}
.contact-tel-item__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.2s;
}
.contact-tel-item__ttl {
	color: #00b390;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 6px;
	text-align: center;
}
.contact-tel-item__num {
	font: 500 24px "Jost", sans-serif;
	letter-spacing: 0.04em;
	text-align: center;
	transition: 0.3s;
}
a:hover .contact-tel-item__img img {
	transform: scale(1.03);
}
a:hover .contact-tel-item__num {
	color: #ff8b38;
}
@media screen and (max-width: 959px) {
	.contact-tel-item {
		flex: 0 0 47.78%;
	}
}
@media screen and (max-width: 750px) {
	.contact-tel-item__ttl {
		font-size: 14px;
		margin-top: 5px;
	}
	.contact-tel-item__num {
		font-size: 16px;
	}
}

.contact-line {
	background: #ebf9f6;
	padding: 61px 0 70px;
}
.contact-line__bnr {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	transition: 0.2s;
}
.contact-line__bnr:hover {
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 750px) {
	.contact-line {
		padding: 39px 0 50px;
	}
}

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

.fee-main {
	padding: 19px 0 80px;
}
.fee-main__ttl {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	margin-bottom: 20px;
	text-align: center;
}
.fee-main__ttl .highlight {
	color: #00b390;
}
.fee-main__desc {
	letter-spacing: 0.08em;
	margin-bottom: 34px;
}
.fee-main__note {
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: right;
	margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
	.fee-main__ttl {
		font-size: 25px;
	}
}
@media screen and (max-width: 750px) {
	.fee-main {
		padding: 19px 0 50px;
	}
	.fee-main__ttl {
		font-size: 23px;
		line-height: 1.5652173913;
		margin-bottom: 10px;
	}
	.fee-main__desc {
		font-size: 14px;
		line-height: 2.0714285714;
		margin-bottom: 27px;
	}
	.fee-main__note {
		font-size: 13px;
		margin-bottom: 4px;
	}
}

.fee-subsec__ttl {
	background: #ebf9f6;
	border-top: solid 1px #00b390;
	border-bottom: solid 1px #00b390;
	color: #00b390;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.9285714286;
	margin-bottom: 8px;
	padding: 7.5px 0;
	text-align: center;
}
.fee-subsec__catch {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 7px;
	text-align: center;
}
.fee-subsec__catch .marker {
	background: linear-gradient(to top, #faf106 0%, #faf106 100%) bottom/1px 25% repeat-x;
}
.fee-subsec__catch .num {
	font: 500 48px "Jost", sans-serif;
	letter-spacing: 0;
}
.fee-subsec__catch .highlight {
	color: #ff8833;
}
.fee-subsec__desc {
	letter-spacing: 0.08em;
	margin-top: 20px;
	margin-bottom: 2px;
	text-align: center;
}
.fee-subsec__note {
	font-size: 14px;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 52px;
}
.fee-subsec__detail {
	font-size: 18px;
	letter-spacing: 0.08em;
	margin-top: 29px;
	text-align: center;
}
.fee-subsec__detail .highlight {
	color: #ff8833;
	font-weight: 700;
}
.fee-subsec__bnr {
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	.fee-subsec__ttl {
		font-size: 19px;
		line-height: 1.4210526316;
		margin-bottom: 10px;
		padding: 13.5px 0;
	}
	.fee-subsec__catch {
		font-size: 21px;
		margin-bottom: 3px;
		margin-top: 22px;
	}
	.fee-subsec__catch .num {
		font-size: 29px;
	}
	.fee-subsec__desc {
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.fee-subsec__note {
		font-size: 14px;
		line-height: 2.0714285714;
		margin-bottom: 35px;
	}
	.fee-subsec__detail {
		font-size: 16px;
		margin-top: 10px;
	}
	.fee-subsec__bnr {
		margin-top: 20px;
	}
}

.fee-clipboard {
	position: relative;
	margin-top: 39px;
}
.fee-clipboard::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	display: block;
	width: 94px;
	height: 15px;
	background: url(../img/common/clip.svg) center/contain no-repeat;
	margin: auto;
}
.fee-clipboard__ttl {
	background: #008066;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 5px 0;
	text-align: center;
}
.fee-clipboard__ttl .yellow {
	color: #faf106;
}
.fee-clipboard__inner {
	background: #fff;
	border: solid 2px #008066;
	border-radius: 0 0 10px 10px;
	padding: 33px 40px 43px;
}
.fee-clipboard__list {
	display: grid;
	grid-template-columns: auto auto;
	gap: 23px 44px;
	justify-content: center;
}
.fee-clipboard__list li {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding-left: 44px;
}
.fee-clipboard__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	width: 38px;
	height: 33px;
	background: url(../img/fee/check.png) left/contain no-repeat;
}
@media screen and (max-width: 750px) {
	.fee-clipboard {
		margin-top: 30px;
	}
	.fee-clipboard::before {
		top: -5px;
		width: 87px;
		height: 14px;
	}
	.fee-clipboard__ttl {
		border-radius: 5px 5px 0 0;
		font-size: 18px;
		line-height: 1.5;
		padding: 15px 0 14px;
	}
	.fee-clipboard__inner {
		border-width: 1px;
		border-radius: 0 0 5px 5px;
		padding: 20px 10px 20px;
	}
	.fee-clipboard__list {
		grid-template-columns: 1fr;
		gap: 10px;
		justify-content: start;
	}
	.fee-clipboard__list li {
		font-size: 14px;
		line-height: 1.7857142857;
		padding-left: 27px;
	}
	.fee-clipboard__list li::before {
		top: 3px;
		width: 21.5px;
		height: 18.5px;
	}
}

.fee-table {
	width: 100%;
	margin-top: 40px;
}
.fee-table__inner {
	width: 100%;
}
.fee-table:last-child {
	margin-bottom: 70px;
}
.fee-table table {
	width: 100%;
}
.fee-table th,
.fee-table td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 8px;
}
.fee-table thead th {
	height: 60px;
	background: #008066;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.fee-table thead th:not(:last-child) {
	border-right: solid 1px rgba(0, 0, 0, 0.25);
}
.fee-table thead th.sub {
	height: 40px;
	font-size: 16px;
	background: #00b390;
	line-height: 1;
}
.fee-table tbody th,
.fee-table tbody td {
	height: 90px;
	font-family: "Jost", sans-serif;
	font-size: 17px;
	letter-spacing: 0.08em;
	border-bottom: solid 1px #dbdbdb;
}
.fee-table tbody th:not(:last-child),
.fee-table tbody td:not(:last-child) {
	border-right: solid 1px #dbdbdb;
}
.fee-table tbody th {
	background: #ebf9f6;
	color: #00b390;
	font-weight: 700;
	line-height: 1.4117647059;
}
.fee-table tbody td {
	line-height: 1.5294117647;
}
.fee-table tbody td.blank {
	color: #aaa;
}
.fee-table tbody td .note {
	font-size: 14px;
}
.fee-table .br-tb {
	display: none;
}
.fee-table__finger {
	display: none;
}
@media screen and (max-width: 959px) {
	.fee-table table thead th {
		font-size: 15px;
	}
	.fee-table table tbody th {
		font-size: 15px;
		line-height: 1.25;
	}
	.fee-table table tbody td {
		font-size: 14px;
		line-height: 1.25;
	}
	.fee-table .br-tb {
		display: inline;
	}
}
@media screen and (max-width: 959px) and (min-width: 751px) {
	.fee-table .tb25 {
		width: 25%;
	}
}
@media screen and (max-width: 750px) {
	.fee-table {
		position: relative;
		width: 100vw;
		margin: 0 -20px;
	}
	.fee-table::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 10px;
		height: 100%;
		background: #fff;
	}
	.fee-table__inner {
		padding: 30px 10px 22px;
		overflow-x: scroll;
	}
	.fee-table:last-child {
		margin-bottom: 40px;
	}
	.fee-table table {
		width: auto;
		min-width: 100%;
	}
	.fee-table th,
	.fee-table td {
		white-space: nowrap;
	}
	.fee-table th.head-col,
	.fee-table td.head-col {
		position: sticky;
		left: 0;
		height: 80px;
	}
	.fee-table thead th {
		height: 45px;
		min-width: 195px;
	}
	.fee-table thead th.sub {
		height: 35px;
	}
	.fee-table tbody th,
	.fee-table tbody td {
		height: 76px;
	}
}
.fee-table__finger {
	position: absolute;
	top: 80px;
	right: 18px;
	display: block;
	width: 52px;
	height: 57px;
	background: url(../img/fee/finger.svg) center/contain no-repeat;
	opacity: 0;
	transform: translateX(15px);
	pointer-events: none;
	z-index: 1;
	animation: swipe 3s linear 1s infinite normal;
}
.fee-table__finger--high {
	top: 50px;
}
.fee-table__finger.hide {
	animation: none;
	opacity: 0;
}

@keyframes swipe {
	0% {
		transform: translateX(15px);
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		transform: translateX(-15px);
		opacity: 0;
	}
	100% {
		transform: translateX(-15px);
		opacity: 0;
	}
}
.notfound-content {
	padding: 40px 0 60px;
}
.notfound-content__ttl {
	margin-bottom: 40px;
}
.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 #00b390;
	padding-bottom: 2px;
	transition: color 0.2s;
}
.notfound-content__txt a:hover {
	color: #00b390;
}
.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 .c-sec-ttl__ja {
		font-size: 20px;
	}
	.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-main {
	padding: 40px 0 80px;
}
.thanks-main__txt {
	letter-spacing: 0.08em;
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.thanks-main {
		padding: 30px 0 50px;
	}
	.thanks-main__txt {
		font-size: 14px;
		margin-bottom: 40px;
		text-align: left;
	}
}

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

.diagnosis-flow {
	padding: 92px 0 84px;
	overflow: hidden;
}
.diagnosis-flow .c-sec-ttl::before {
	bottom: 4px;
	font-size: 140px;
}
.diagnosis-flow__baloon1,
.diagnosis-flow__baloon2 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}
.diagnosis-flow__baloon1::after,
.diagnosis-flow__baloon2::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	display: block;
	width: 0;
	height: 0;
}
.diagnosis-flow__baloon1 {
	top: -76px;
	left: calc(50% - 220px);
	width: 260px;
	background: #00b390;
}
.diagnosis-flow__baloon1::after {
	left: 50%;
	border-top: solid 14px #00b390;
	border-right: solid 9px transparent;
	border-left: solid 9px transparent;
	transform: skewX(35deg);
}
.diagnosis-flow__baloon2 {
	top: -63px;
	right: calc(50% - 221px);
	width: 200px;
	background: #008066;
}
.diagnosis-flow__baloon2::after {
	right: 49%;
	border-top: solid 13px #008066;
	border-right: solid 9px transparent;
	border-left: solid 9px transparent;
	transform: skewX(-30deg);
}
.diagnosis-flow__ttl-sub {
	background: #ebf9f6;
	border-top: solid 1px #00b390;
	border-bottom: solid 1px #00b390;
	color: #00b390;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 36px;
	padding: 13.5px 0;
	text-align: center;
}
.diagnosis-flow__list {
	display: flex;
	gap: 5%;
	margin-top: 46px;
}
.diagnosis-flow .c-flow-item:nth-child(1) .c-flow-item__icon {
	background-image: url(../img/icons/money-check-edit-solid_eg.svg);
	background-size: 45%;
	background-position: center bottom 57%;
}
.diagnosis-flow .c-flow-item:nth-child(2) .c-flow-item__icon {
	background-image: url(../img/diagnosis/icon-user-search.png);
	background-size: 45%;
	background-position: left 62% bottom 51%;
}
.diagnosis-flow .c-flow-item:nth-child(3) .c-flow-item__icon {
	background-image: url(../img/icons/envelope-solid_eg.svg);
	background-size: 36%;
}
.diagnosis-flow .c-flow-item:nth-child(4) .c-flow-item__icon {
	background-image: url(../img/icons/comments-solid_eg.svg);
	background-size: 40%;
}
@media screen and (min-width: 751px) {
	.diagnosis-flow .c-flow-item:not(:first-child) .c-flow-item__icon::before {
		top: 37%;
		left: -36%;
	}
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
	.diagnosis-flow .c-flow-item:not(:first-child) .c-flow-item__icon::before {
		left: calc((-100vw + 840px) / 6);
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 959px) and (min-width: 751px) {
	.diagnosis-flow .c-flow-item:not(:first-child) .c-flow-item__icon::before {
		left: -20%;
		transform: none;
	}
}
@media screen and (max-width: 750px) {
	.diagnosis-flow {
		padding: 70px 0 40px;
	}
	.diagnosis-flow .c-sec-ttl::before {
		left: -100vw;
		right: -100vw;
		bottom: 33px;
		width: -moz-max-content;
		width: max-content;
		font-size: 66px;
		margin: auto;
		text-align: center;
	}
	.diagnosis-flow .c-sec-ttl__en {
		margin-bottom: 4px;
	}
	.diagnosis-flow .c-sec-ttl__ja {
		line-height: 1.4347826087;
	}
	.diagnosis-flow__baloon1,
	.diagnosis-flow__baloon2 {
		height: 28px;
		font-size: 11px;
		filter: drop-shadow(0 1px 2.5px rgba(0, 0, 0, 0.1));
	}
	.diagnosis-flow__baloon1 {
		top: -43px;
		left: calc(50% - 123px);
		width: 146px;
	}
	.diagnosis-flow__baloon1::after {
		left: 49%;
		border-top: solid 8px #00b390;
		border-right: solid 5px transparent;
		border-left: solid 5px transparent;
	}
	.diagnosis-flow__baloon2 {
		top: -36px;
		right: calc(50% - 124px);
		width: 112px;
		background: #008066;
	}
	.diagnosis-flow__baloon2::after {
		right: 48%;
		border-top: solid 8px #008066;
		border-right: solid 5px transparent;
		border-left: solid 5px transparent;
	}
	.diagnosis-flow__ttl-sub {
		font-size: 19px;
		padding: 12.5px 0;
		margin-top: 20px;
	}
	.diagnosis-flow__list {
		flex-direction: column;
		gap: 28.5px;
		margin-top: 25px;
	}
}

.diagnosis-form {
	background: #f7f7f7;
	padding: 75px 0 90px;
}
.diagnosis-form .c-sec-ttl {
	margin-bottom: 39px;
}
.diagnosis-form .c-sec-ttl::before {
	bottom: -14px;
	color: #fff;
	font-size: 140px;
	opacity: 1;
}
.diagnosis-form .c-sec-ttl__en {
	margin-bottom: 2px;
}
.diagnosis-form .c-notes {
	margin-bottom: 59px;
}
.diagnosis-form .c-form-agree {
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.diagnosis-form {
		padding: 70px 0 50px;
	}
	.diagnosis-form .c-sec-ttl {
		margin-bottom: 16px;
	}
	.diagnosis-form .c-sec-ttl::before {
		bottom: -5px;
		color: #00b390;
		font-size: 90px;
		opacity: 0.08;
	}
	.diagnosis-form .c-sec-ttl__en {
		margin-bottom: 4px;
	}
	.diagnosis-form .c-notes {
		margin-bottom: 58px;
	}
	.diagnosis-form .c-form-agree {
		margin-top: 36px;
	}
}

/* チャットボット */
@media screen and (max-width: 750px) {
	.siq_bR {
		bottom: 110px !important;
	}
}

#zsiq_float {
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
}
#zsiq_float.show {
	visibility: visible;
	opacity: 1;
}

body.fixed #zsiq_float {
	opacity: 0 !important;
	visibility: hidden !important;
}

/*youtube動画リンクをTOPに表示*/
.c-contact-frontpage .youtube_link {
	text-align: center;
	margin-top: 30px;
}
.c-contact-frontpage iframe {
	width: 560px;
	height: calc(560px * 0.65);
}

@media screen and (max-width: 750px) {
	.c-contact-frontpage iframe {
		width: 100%;
		height: 65vw;
	}
}

/* 2024.12.12 */
.c-contact-method__btn-box {
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.c-contact-method__btn-box .c-contact-method__more {
	margin-top: 0;
}
.c-contact-method__btn-box .c-contact-method__more a {
	width: 400px;
	height: 60px;
	border-color: #faf106;
	background: #faf106;
	color: #222;
	font-size: 19px;
	margin-top: 0;
	box-shadow: 0 3px 6px rgb(0 0 0/20%);
}

@media screen and (min-width: 751px) {
	.c-contact-method__btn-box .c-contact-method__more a:hover {
		background-color: #fff;
		color: #222;
	}
	.c-contact-method__btn-box .c-contact-method__more a:hover:after {
		background-color: #faf106;
	}
}

@media screen and (max-width: 750px) {
	.c-contact-method__btn-box {
		margin-top: 30px;
	}
	.c-contact-method__btn-box .c-contact-method__more a {
		font-size: 15px;
		max-width: 300px;
		margin: 0 auto;
		padding-right: 20px;
		font-weight: bold;
		height: 50px;
	}
}
