/* リキッドレイアウト対応 */

body {
	color: #3E3E3E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.u-mobile {
	display: none;
}

html {
	font-size: 62.5%;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	color: inherit;
	opacity: 0.8;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* WebKit系ブラウザの検索クリアボタンを非表示にする */

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.fadeDown {
	-webkit-animation: fadeDown 0.6s ease-out forwards;
	animation: fadeDown 0.6s ease-out forwards;
	opacity: 0;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.author-profile {
	border: 1px solid rgba(125, 125, 125, .3);
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.author-profile .container {
	gap: 0 32px;
	gap: 0 3.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 16px;
	padding: 1.6rem;
}

.author-profile .container img {
	border: 1px solid rgba(125, 125, 125, .8);
	border-radius: 999px;
	width: 100px;
}

.author-profile .container .box-text .box {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.author-profile .container .box-text .tag {
	background: #3E3E3E;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 8px;
	margin-right: 0.8rem;
	padding: 5px 14px;
	padding: 0.5rem 1.4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.author-profile .container .box-text .name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.author-profile .container .box-text .content {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.author-profile .container .box-text .content a {
	color: #1bb4d3;
}

.blog-archive__title {
	background-color: #1bb4d3;
	color: #fff;
	font-family: "Concert One", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 34px;
	margin-top: 3.4rem;
	padding: 12px 10px;
	padding: 1.2rem 1rem;
}

.blog-archive__links {
	border-bottom: 1px dotted rgba(125, 125, 125, .3);
	width: 100%;
}

.blog-archive__link {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	opacity: 1;
	padding: 1em 1.3em 1em 0.3em;
	position: relative;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.blog-archive__link span {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

.blog-archive__link:hover {
	opacity: 0.8;
}

.blog-archive__link::after {
	background: url(../img/arrow-blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	position: absolute;
	right: 6px;
	right: 0.6rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
	width: 13px;
	width: 1.3rem;
}

.blog-archive__link:hover::after {
	right: 0px;
	right: 0rem;
}

.blog__cards {
	gap: 30px 18px;
	gap: 3rem 1.8rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.blog__cards article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.blog-card {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease;
}

.blog-card:hover {
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.blog-card__img {
	aspect-ratio: 352/198;
}

.blog-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 352/198;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 18px 20px 20px;
	padding: 1.8rem 2rem 2rem;
}

.blog-card__category {
	background-color: #fcee21;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	padding: 2px 5px;
	padding: 0.2rem 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.blog-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 10px;
	margin-top: 1rem;
	overflow: hidden;
}

.blog-card__date {
	display: inline-block;
	font-family: "Concert One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 5px;
	margin-top: 0.5rem;
	opacity: 0.75;
	padding-left: 17px;
	padding-left: 1.7rem;
	position: relative;
}

.blog-card__date::before {
	background: url(../img/calender-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	left: 0;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	width: 12px;
	width: 1.2rem;
}

.blog-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 1rem;
	overflow: hidden;
}

.blog__cards02 {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 4%;
}

.blog-card02__post:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.blog-card02__post {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 3px auto;
	width: 100%;
}

.blog-card02 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease;
	width: 100%;
}

.blog-card02:hover {
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.blog-card02__img {
	aspect-ratio: 16/9;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0 !important;
	max-width: 280px;
	width: 40%;
}

.blog-card02__img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-card02__body {
	gap: 0.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	padding-left: 3%;
}

.blog-card02__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	overflow: hidden;
}

.blog-card02__date {
	display: inline-block;
	font-family: "Concert One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 5px;
	margin-top: 0.5rem;
	opacity: 0.75;
	padding-left: 17px;
	padding-left: 1.7rem;
	position: relative;
}

.blog-card02__date::before {
	background: url(../img/calender-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	left: 0;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	width: 12px;
	width: 1.2rem;
}

.blog-card02__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.8;
	margin-top: 7px;
	margin-top: 0.7rem;
	overflow: hidden;
}

#breadcrumbs {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 88px;
	margin-top: 8.8rem;
	padding: 10px 25px;
	padding: 1rem 2.5rem;
}

#breadcrumbs .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	max-width: 115rem;
	width: 100%;
}

#breadcrumbs .container .arrow {
	margin: 0 0.3em;
}

#breadcrumbs .container a {
	color: #3e3e3e;
	text-decoration: none;
}

#breadcrumbs .container span {
	color: #3e3e3e;
	text-decoration: none;
}

.footer {
	background-color: #fff;
	padding-top: 20px;
	padding-top: 2rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	max-width: 124rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

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

.footer__logo {
	opacity: 1;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.footer__logo:hover {
	opacity: 0.8;
}

.footer__logo span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.footer__logo img {
	width: 243px;
	width: 24.3rem;
}

.footer__info {
	font-size: 14px;
	font-size: 1.4rem;
}

.footer__link {
	text-decoration: underline;
}

.footer__copyright {
	background-color: #A7A7A7;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding: 3px;
	padding: 0.3rem;
	text-align: center;
}

.footer__copyright small {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.post-link {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	margin-top: 1.6rem;
}

/* 子要素が1つだけで .post-link__prev の場合は左寄せ */

.post-link > .post-link__prev:only-child {
	margin-left: 0;
	margin-right: auto;
}

/* 子要素が1つだけで .post-link__next の場合は右寄せ */

.post-link > .post-link__next:only-child {
	margin-left: auto;
	margin-right: 0;
}

.post-link__prev,
.post-link__next {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3E3E3E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	position: relative;
	width: 50%;
}

.post-link__prev {
	padding-left: 10px;
	padding-left: 1rem;
}

.post-link__next {
	padding-right: 10px;
	padding-right: 1rem;
}

.post-link__prev::before {
	border-color: transparent #1bb4d3 transparent transparent;
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-width: 0.6rem 0.8rem 0.6rem 0;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
}

.post-link__next::before {
	border-color: transparent transparent transparent #1bb4d3;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-width: 0.6rem 0 0.6rem 0.8rem;
	bottom: 0;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.post-link__prev a,
.post-link__next a {
	display: inline-block;
	opacity: 1;
	padding: 8px;
	padding: 0.8rem;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
}

.post-link__next a {
	text-align: right;
}

.post-link__prev a:hover,
.post-link__next a:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.post-link__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

.recommend {
	margin-top: 30px;
	margin-top: 3rem;
}

.recommend__lead {
	font-family: "Concert One", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.recommend__lead::after {
	content: "こちらの記事も人気です";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	right: -136px;
	right: -13.6rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.recommend__lists {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-left: -8px;
	margin-left: -0.8rem;
	margin-right: -8px;
	margin-right: -0.8rem;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.recommend__list {
	margin: 8px;
	margin: 0.8rem;
}

.recommend__link {
	display: block;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.recommend__link:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.recommend__img {
	aspect-ratio: 16/9;
	position: relative;
}

.recommend__img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.recommend__category {
	background-color: #fcee21;
	color: #3E3E3E;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 2px 5px;
	padding: 0.2rem 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.recommend__body {
	margin-top: 4px;
	margin-top: 0.4rem;
}

.recommend__date {
	display: inline-block;
	font-family: "Concert One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	opacity: 0.75;
	padding-left: 17px;
	padding-left: 1.7rem;
	position: relative;
}

.recommend__date::before {
	background: url(../img/calender-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	left: 0;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	width: 12px;
	width: 1.2rem;
}

.recommend__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	overflow: hidden;
}

.search-form {
	height: 50px;
	height: 5rem;
	margin: 0 auto 1.5em;
	max-width: 500px;
	max-width: 50rem;
	position: relative;
	text-align: center;
}

.search-field {
	font-size: 16px;
	font-size: 1.6rem;
	height: 100%;
	margin: 0;
	padding: 12px 40px 12px 2%;
	padding: 1.2rem 4rem 1.2rem 2%;
	position: absolute;
	width: 100%;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 3px solid rgba(66, 66, 66, .3);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3E3E3E;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	max-width: 100%;
	padding: 10px 2%;
	padding: 1rem 2%;
	width: 100%;
}

.search-submit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: 0;
	color: #000;
	color: initial;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 140%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 0.6em;
	position: absolute;
	right: 3px;
}

.search-submit img {
	-o-object-fit: cover;
	height: 18px;
	object-fit: cover;
	width: 18px;
}

.search.mt {
	margin-top: 4%;
}

.search__title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 600;
}

.search__text {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 2rem;
}

.share {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.share__title {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 27px;
	padding-left: 2.7rem;
	position: relative;
}

.share__title::before {
	background: url(../img/share.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 20px;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 20px;
	width: 2rem;
}

.share__sns-lists {
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
	margin-top: 1.6rem;
	width: 100%;
}

.share__sns-list {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.share__sns-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	height: 3.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.share__sns-link:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.share__sns-link img {
	-o-object-fit: cover;
	height: 19px;
	height: 1.9rem;
	object-fit: cover;
	width: 19px;
	width: 1.9rem;
}

.share__sns-link.facebook img {
	height: 22px;
	height: 2.2rem;
	width: 22px;
	width: 2.2rem;
}

.share__sns-link.line img {
	height: 34px;
	height: 3.4rem;
	width: 34px;
	width: 3.4rem;
}

.x {
	background-color: #2a2a2a;
}

.facebook {
	background-color: #1f6aba;
}

.line {
	background-color: #25af00;
}

.copy {
	background-color: #999999;
}

.single__info {
	margin-top: 20px;
	margin-top: 2rem;
}

.single__category {
	background-color: #fcee21;
	color: #3E3E3E;
	font-size: 12px;
	font-size: 1.2rem;
	left: -7px;
	left: -0.7rem;
	line-height: 1.7;
	padding: 0.2em 0.5em;
	position: absolute;
	top: 25px;
	top: 2.5rem;
}

.single__date {
	display: inline-block;
	font-family: "Concert One", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	opacity: 0.6;
	padding-left: 17px;
	padding-left: 1.7rem;
	position: relative;
}

.single__date::before {
	background: url(../img/calender-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	left: 0;
	position: absolute;
	top: 7px;
	top: 0.7rem;
	width: 12px;
	width: 1.2rem;
}

.single__title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.single__img {
	aspect-ratio: 16/9;
	margin-top: 20px;
	margin-top: 2rem;
}

.single__img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content h2 {
	background-color: #1bb4d3;
	border-radius: 0.3rem;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 2.1em;
	padding: 1em 1.1em;
	position: relative;
}

.single__content h3 {
	border-bottom: 4px solid #1bb4d3;
	border-bottom: 0.4rem solid #1bb4d3;
	border-top: 4px solid #1bb4d3;
	border-top: 0.4rem solid #1bb4d3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 1.8em;
	padding: 0.5em 0.2em;
}

.single__content p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin: 0 0 1.6em 0;
}

.single__content a {
	color: #1bb4d3;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.single__content a:hover {
	color: #E69B9B;
}

.single__content figure {
	/* aspect-ratio: 696/380 !important; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 3rem;
	padding: 1em;
	width: 100% !important;
}

.single__content figure img {
	/* aspect-ratio: 696/380 !important; */
	-o-object-fit: cover;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content figure figcaption {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	margin-left: 1em;
	margin-top: -8px;
	margin-top: -0.8rem;
}

.single__content img {
	/* aspect-ratio: 696/380 !important; */
	-o-object-fit: cover;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	padding: 1em;
	width: 100%;
}

.single__content .aligncenter {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single__content .aligncenter img {
	height: auto;
}

.single__content .alignnone {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single__content .alignnone img {
	height: auto;
}

.single__content pre {
	white-space: pre-wrap;
}

.single__content ul {
	background: rgba(27, 180, 211, .1);
	border: 2px solid #1bb4d3;
	border-radius: 2px;
	margin-top: 30px;
	margin-top: 3rem;
	padding: 10px 9px;
	padding: 1rem 0.9rem;
}

.single__content ul li {
	background-image: linear-gradient(to right, #F7F7F7 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7333;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 27px;
	padding-left: 2.7rem;
	position: relative;
}

.single__content ul li::before {
	background: #1bb4d3;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	height: 0.4rem;
	left: 11px;
	left: 1.1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 4px;
	width: 0.4rem;
}

.single__content ul li:first-child {
	padding-top: 0;
}

.single__content ul li:first-child::before {
	background: #1bb4d3;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	height: 0.4rem;
	left: 11px;
	left: 1.1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 4px;
	width: 0.4rem;
}

.single__content table {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-top: 20px;
	margin-top: 2rem;
	table-layout: fixed;
	width: 100%;
}

.single__content table p {
	margin-bottom: 0;
}

.single__content table th {
	background-color: rgba(102, 102, 102, .08);
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.73333;
	text-align: center;
}

.single__content table th,
.single__content table td {
	border: 1px solid #ddd;
	border-color: rgba(102, 102, 102, .1);
	border-style: solid;
	padding: 12px 7px;
	padding: 1.2rem 0.7rem;
}

.single__content table td {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.73333;
}

.single__content .underline {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fcee21), color-stop(30%, transparent));
	background-image: linear-gradient(to bottom, #fcee21 70%, transparent 30%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 0.4em; /* 下線の高さ調整 */
}

.single__category-block {
	gap: 5px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-top: 10rem;
}

.single__category-lists {
	gap: 5px;
	gap: 0.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.single__category-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.single__category-link {
	background-color: #1bb4d3;
	border-color: #1bb4d3;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.1;
	padding: 5px 6px 5px 22px;
	padding: 0.5rem 0.6rem 0.5rem 2.2rem;
	position: relative;
	text-decoration: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.single__category-link:hover {
	background: #E69B9B;
	border-color: #E69B9B;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.single__category-link::before {
	background: url(../img/folder.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	left: 5px;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 13px;
	width: 1.3rem;
}

.sub-blog-body {
	background-color: #F7F7F7;
}

.sub-blog {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(102, 102, 102, .2);
	box-shadow: 0 0 15px rgba(102, 102, 102, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 100px;
	margin-bottom: 10rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 2rem;
	max-width: 1150px;
	max-width: 115rem;
	padding: 35px;
	padding: 3.5rem;
	position: relative;
	width: 100%;
}

.sub-blog__left {
	width: 66%;
}

.sub-blog__category-title {
	border-bottom: 3px solid #1bb4d3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0 0.1em 0.5em;
}

.sub-blog__category-title::before {
	color: #3E3E3E;
	content: "CATEGORY";
	display: block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
	opacity: 0.5;
}

.sub-blog__category-title.search::before {
	color: #3E3E3E;
	content: "キーワード";
	display: block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
	opacity: 0.5;
}

.sub-blog__right {
	width: 30%;
}

.toc {
	background: #f9f9f9;
	border: 5px solid rgba(100, 100, 100, .2);
	display: table;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 18px;
	padding: 1.8rem;
	padding: 10px;
	padding: 1rem;
	width: 100% !important;
}

.toc-title {
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	margin-bottom: 2rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 580px;
	max-width: 58rem;
	padding-left: 28px;
	padding-left: 2.8rem;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.toc-title::before {
	background: url(../img/index.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 22px;
	height: 2.2rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 22px;
	width: 2.2rem;
}

.toc ul {
	background: none;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 580px;
	max-width: 58rem;
	padding: 0;
}

.toc ul li {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 1em 0;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.toc ul li::before {
	content: "";
	display: none !important;
}

.toc ul li a {
	color: #3E3E3E;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

.toc-number {
	background-color: #1bb4d3;
	border-radius: 1em;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.1;
	margin-right: 0.3em;
	min-height: 2.1em;
	min-width: 2.1em;
	padding: 0 7px;
	padding: 0 0.7rem;
	text-align: center;
}

.wp-pagenavi {
	gap: 5px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 36px;
	margin-top: 3.6rem;
}

.wp-pagenavi span.current {
	font-weight: normal;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #1bb4d3;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #1bb4d3;
	border-radius: 3px;
	color: #1bb4d3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 1.5rem;
	height: 40px;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
	width: 40px;
	width: 4rem;
}

.wp-pagenavi a.page {
	background-color: #fff;
}

.wp-pagenavi a.page:hover {
	background-color: #1bb4d3;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi a:hover {
	background-color: #1bb4d3;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi span.current {
	background-color: #1bb4d3;
	color: #fff;
}

.wp-pagenavi .previouspostslink {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wp-pagenavi .previouspostslink::after {
	border-right: 2px solid #1bb4d3;
	border-top: 2px solid #1bb4d3;
	content: "";
	height: 8px;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
	width: 8px;
	width: 0.8rem;
}

.wp-pagenavi .previouspostslink:hover {
	background-color: transparent;
	color: transparent;
	opacity: 0.7;
}

.wp-pagenavi .nextpostslink {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wp-pagenavi .nextpostslink::after {
	border-right: 2px solid #1bb4d3;
	border-top: 2px solid #1bb4d3;
	content: "";
	height: 8px;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
	width: 0.8rem;
}

.wp-pagenavi .nextpostslink:hover {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

.single__info {
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.single__category {
	position: static;
	position: initial;
}

.sub-blog {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
	padding: 3rem;
}

.sub-blog__right {
	width: 32%;
}

}

@media (max-width: 1024px) {

html {
	font-size: 0.9765625vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.blog-card02__title {
	font-size: 1.6rem;
}

.blog-card02__text {
	display: none;
}

#breadcrumbs {
	font-size: 1.2rem;
	margin-top: 6.4rem;
	padding: 1rem 2rem;
}

.footer__flex {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__logo span {
	font-size: 1.6rem;
}

.footer__logo img {
	width: 21rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.recommend__lead {
	font-size: 1.8rem;
}

.recommend__lists {
	margin-left: -0.6rem;
	margin-right: -0.6rem;
}

.recommend__list {
	margin: 0.6rem;
}

.search__title {
	font-size: 2.2rem;
}

.share__title {
	font-size: 1.6rem;
}

.single__date {
	font-size: 1.2rem;
}

.single__date::before {
	top: 0.5rem;
}

.single__title {
	font-size: 2rem;
}

.single__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.sub-blog {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3rem 2rem;
}

.sub-blog__left {
	width: 100%;
}

.sub-blog__category-title {
	font-size: 1.6rem;
}

.sub-blog__right {
	margin-top: 5.5rem;
	width: 100%;
}

}

@media (max-width: 768px) {

html {
	font-size: 62.5%;
}

}

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

.blog__cards {
	grid-template-columns: 1fr;
}

.recommend__lists {
	grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@-webkit-keyframes fadeDown {

0% {
	opacity: 0;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px); /* 少し上 */
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0); /* 元の位置 */
}

}

@keyframes fadeDown {

0% {
	opacity: 0;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px); /* 少し上 */
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0); /* 元の位置 */
}

}

/* お問い合わせページ（page-contact） */
.page-contact {
	margin-top: 8rem;
}

.page-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	max-width: 124rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
	text-align: center;
}

.page-contact__lead {
	margin-top: 5rem;
	font-size: 1.8rem;
	line-height: 2;
}

.page-contact__content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, .2);
    box-shadow: 0 0 15px rgba(102, 102, 102, .2);
    margin-bottom: 100px;
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 5rem;
    max-width: 1150px;
    max-width: 115rem;
    padding: 35px;
    padding: 3.5rem;
    position: relative;
    width: 100%;
}

.page-contact__sub-blog.sub-blog {
	margin-top: 6rem;
}

@media screen and (max-width: 1150px) {
    .page-contact__content {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 3rem;
    }

	.page-contact__sub-blog.sub-blog {
		margin-top: 6rem;
	}
}
}

@media screen and (max-width: 768px) {
	.page-contact {
		margin-top: 6rem;
	}

    .page-contact__content {
		margin-top: 4rem;
        padding: 3rem 2rem;
    }

	.page-contact__lead {
		margin-top: 3rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.page-contact__sub-blog.sub-blog {
		margin-top: 4rem;
	}
}

/* セクションタイトル（section-title） */
.section-title {
	text-align: center;
}

.section-title__main {
	font-size: 3.2rem;
	font-weight: bold;
}

.section-title__sub {
	font-family: "Concert One", sans-serif;
	font-size: 1.3rem;
	margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
	.section-title__main {
		font-size: 2.8rem;
	}
	.section-title__sub {
		margin-top: 0;
	}
}

/* フォーム（form） */
.form {
  letter-spacing: 0.05em;
}

.form__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-top: 21px;
  padding-top: 2.1rem;
}

@media (max-width: 768px) {
	.form__item {
		padding-bottom: 2rem;
		padding-top: 0;
	}
}

.form__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.8rem;
  width: 20%;
}

.form__title.form__title-top {
  width: 19%;
}

.form__content {
  gap: 4px;
  gap: 0.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
}

.form__content.form__content-top {
  display: block;
  width: 67.8%;
}

.form__title + .form__content {
  margin-left: 71px;
}

.form__check {
  margin-top: 18px;
  margin-top: 1.8rem;
  margin-left: -10px;
  margin-left: -1rem;
}

.form__check-lists label.first {
	/* margin-left: 1.2rem; */
}

.form__post-code {
  height: 14px;
  height: 1.4rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  width: 18px;
  width: 1.8rem;
}

.form__required {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a40000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 15px;
  margin-top: 15px;
  margin-top: 1.5rem;
  padding: 7px 0;
  padding: 0.7rem 0;
  width: 57px;
}

.form__required + .form__content {
  margin-top: 8px;
  margin-top: 0.8rem;
}

.form__required + .form__content.form__content-top {
  margin-top: -10px;
  margin-top: -1rem;
}

.form__check-lists label {
  display: block;
}

.form__check-lists label:not(:first-child) {
  margin-top: 16px;
  margin-top: 1.6rem;
}

.form__privacy-policy {
  margin-top: 80px;
  margin-top: 8rem;
  text-align: center;
}

.form__btn {
  margin-top: 40px;
  margin-top: 4rem;
  text-align: center;
}

.form__submit {
  display: inline-block;
  position: relative;
}

.form__privacy-link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.form__underline {
  border-bottom: 1px solid #111;
}

@media (max-width: 768px) {
  .form__item {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .form__title {
    display: inline-block;
    width: auto;
  }

  .form__title.form__title-top {
    display: inline-block;
    width: auto;
  }

  .form__content {
    margin-right: 0;
    margin-top: 2rem;
    width: 100%;
  }

  .form__content.form__content-top {
    width: 100%;
  }

  .form__title + .form__content {
    margin-left: 0;
  }

  .form__required {
    margin-right: 0;
    margin-top: 1.2rem;
    margin-left: 1rem;
  }

  .form__required.form__required-top {
    margin-left: 0;
  }

  .form__privacy-policy {
    margin-top: 5.5rem;
  }

  .form__submit::before {
    height: 3.3rem;
    right: 1.4rem;
    width: 3.3rem;
  }

  .form__submit::after {
    height: 0.8rem;
    right: 2.5rem;
    width: 1rem;
  }

  .form__check {
    width: 100%;
	text-align: left;
  }

  .form__check-lists label.first {
	margin-left: 0;
  }
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
textarea {
  background: #fff;
  background-image: none;
  /*↓リセットCSS */
  border: none;
  border: 1px solid #3e3e3e;
  border-radius: 0;
  border-radius: 0.3rem;
  font-family: inherit;
  /*↓カスタム */
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 800px;
  max-width: 80rem;
  padding: 1.1rem 0.5rem;
  width: 100%;
  /*↓↓選択されているときの色*/
}

[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="date"]:focus,
textarea:focus {
  border: 1px solid #0075FF;
}

[type="text"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="password"]::-ms-input-placeholder,
[type="date"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="email"]::placeholder,
[type="password"]::placeholder,
[type="date"]::placeholder,
textarea::placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

button:hover,
[type="button"]:hover,
[type="submit"]:hover {
  opacity: 0.8;
}

[type="checkbox"] {
  display: none;
}

[type="checkbox"] + span {
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 30px 0 0;
  margin: 0 3rem 0 0;
  padding: 0 0 0 25px;
  padding: 0 0 0 2.5rem;
  position: relative;
}

[type="checkbox"] + span::before {
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 20px;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  width: 2rem;
}

[type="checkbox"] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

[type="checkbox"]:checked + span::after {
  background: #0075FF;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 12px;
  height: 1.2rem;
  left: 4px;
  left: 0.4rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  width: 1.2rem;
}

[type="checkbox"].accept {
  border: 2px solid #e1ecf0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 30px;
  height: 3rem;
  left: -10px;
  left: -1rem;
  position: relative;
  top: 14px;
  top: 1.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 30px;
  width: 3rem;
}

[type="checkbox"] {
  display: none;
}

[type="checkbox"]::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[type="checkbox"]:checked::after {
  border-bottom: 2px solid #00a2de;
  border-left: 2px solid #00a2de;
  content: "";
  display: block;
  height: 10px;
  height: 1rem;
  left: 0;
  margin-left: 0.1em;
  margin-top: -0.1em;
  opacity: 1;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 24px;
  width: 2.4rem;
}

textarea {
  height: 370px;
  height: 37rem;
  resize: none;
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.wpcf7-not-valid-tip {
	text-align: left;
}

.wpcf7-submit {
  background-color: #3e3e3e;
  color: #fff;
  padding: 15px 10px;
  padding: 1.5rem 1rem;
  width: 100%;
  width: 450px;
  width: 45rem;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  line-height: 1;
}
@media (max-width: 768px) {
	.wpcf7-submit {
		width: 30rem;
	}
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
