html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.8;
	overflow-x: hidden;
	padding-top: 94px;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

address {
	font-style: normal;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
	-webkit-appearance: none;
	background: #fffceb;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.6;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

ul[class],
ol[class] {
	padding: 0;
}

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

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

ul[class],
ol[class] {
	list-style: none;
}

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

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

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

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

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/slider_prev@2x.png) no-repeat center/contain;
	height: 25px;
	left: 38px;
	width: 25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 25px;
}

.slick-prev:before {
	content: none;
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/slider_next@2x.png) no-repeat center/contain;
	height: 25px;
	right: 33px;
	width: 25px;
}

[dir=rtl] .slick-next {
	left: 25px;
	right: auto;
}

.slick-next:before {
	content: none;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.l-container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	width: 1000px;
}

#footer {
	background: #221613;
	color: #fff;
}

.l-footer__copy {
	background: #221613;
	color: #fff;
	padding: 0px 15px 20px;
	text-align: center;
}

.l-footer__copy > img {
	margin: auto;
	margin-bottom: 10px;
}

.l-header__bottom {
	align-items: center;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 15px;
}

.header__btn {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 21px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 42px;
	line-height: 42px;
	max-width: 100%;
	position: relative;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	vertical-align: middle;
	width: 330px;
}

.header__btn::after {
	background: url("../img/btn_arrow_footer.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9px;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 14px;
}

.header__btn > span {
	position: relative;
}

.header__btn > span::before {
	background: url("../img/icon_contact_footer.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12px;
	left: -30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.header__btn:hover {
	opacity: 0.6;
}

.header__btn:hover::after {
	right: 5%;
}

.header {
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	height: 94px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__contact {
	align-items: center;
	background: #cc3342;
	border-radius: 20px;
	box-shadow: 1px 2px 0 0 #ae2b38;
	color: #fff;
	display: flex;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 145px;
}

.l-header__contact > img {
	padding-right: 10px;
}

.l-header__contact:hover {
	opacity: 0.6;
}

.l-header__logo {
	margin-right: 100px;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	width: 53px;
}

.home .header.is-fixed {
	display: block;
}

#main {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
}

.c-breadcrumb {
	margin-top: 25px;
	overflow-x: auto;
}

.c-breadcrumb ol {
	padding: 5px;
	white-space: nowrap;
}

.c-breadcrumb__list {
	background: url("../img/breadcrumb_arrow.png") left center/7px auto no-repeat;
	display: inline-block;
	font-size: 11px;
	margin-left: 10px;
	padding-left: 16px;
}

.c-breadcrumb__list:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.c-breadcrumb__list a {
	color: #333333;
	text-decoration: none;
	transition: 0.3s;
}

.c-breadcrumb__list a:hover {
	opacity: 0.6;
}

.c-breadcrumb__list > span {
	margin: 0 5px;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 3px solid #595757;
	border-radius: 5px;
	box-shadow: 0 5px 0 #AEAEAF;
	color: #333333;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: 600;
	height: 54px;
	letter-spacing: 0.5em;
	line-height: 48px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: 0.3s;
	vertical-align: middle;
	width: 246px;
}

.c-btn::after {
	background: url(../img/btn_arrow2@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-fnav {
	display: flex;
	margin: auto;
	max-width: 100%;
	padding: 60px 15px 50px;
	width: 830px;
}

.c-fnav__title {
	font-family: "Shippori Mincho", serif;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0.22rem;
	margin-right: 80px;
	writing-mode: vertical-rl;
}

.c-fnav__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-left: 10px;
}

.c-fnav__content {
	flex-grow: 1;
}

.c-fnav__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.c-fnav__link {
	border: 1px solid #fff;
	color: #fff;
	display: grid;
	padding: 15px 10px;
	place-items: center;
	text-align: center;
	text-decoration: none;
	width: 47%;
}

.c-fnav__link2 img {
	width: 100%;
}

.c-fnav__company {
	font-size: 13px;
}

.c-fnav__tel {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.c-fnav__open {
	font-size: 12px;
}

.c-fnav__contact {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.c-fnav__wrapper {
	margin-bottom: 20px;
}

.c-fnav__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c-fnav__list a {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	text-decoration: none;
}

.c-fnav__company2 {
	align-items: center;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

.c-fnav__company2 > span {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
	padding: 3px 5px;
}

.c-fnav__company2 > a {
	color: #fff;
	display: inline-block;
	margin-left: 20px;
	text-decoration: none;
}

.c-gnav {
	margin-right: auto;
	padding: 0 0 0 1.6em;
}

.c-gnav__btn {
	background: #970022;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	height: 30px;
	letter-spacing: 0.22rem;
	line-height: 30px;
	margin-right: 80px;
	text-align: center;
	text-decoration: none;
	width: 190px;
}

.c-gnav__btn2 {
	margin-right: 20px;
}

.c-gnav__list {
	align-items: center;
	display: flex;
}

.c-gnav__item {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	padding: 10px 20px;
	position: relative;
}

.c-gnav__item:last-child {
	margin-right: 0;
}

.c-gnav__link {
	color: #333333;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav__link:hover {
	opacity: 0.6;
}

.c-gnav-open {
	background: #fff;
	display: none;
	left: 0;
	padding: 80px 80px 150px;
	position: relative;
	position: fixed;
	top: 0;
	width: 100vw;
}

.c-gnav-open__logo {
	left: 80px;
	position: absolute;
	top: 80px;
}

.c-gnav-open__list {
	display: initial;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-gnav-open__list:last-child {
	display: block;
	font-size: 20px;
	margin-top: 50px;
}

.c-gnav-open__item {
	margin-bottom: 15px;
}

.c-gnav-open__link {
	color: #333333;
	text-decoration: none;
}

.c-gnav-open__icon {
	bottom: 50px;
	left: 50%;
	margin: auto;
	position: absolute;
	transform: translateX(-50%);
	z-index: 100;
}

.c-gnav-open__icon a {
	background: none;
	display: block;
	height: 29px;
	margin: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 35px;
}

.c-gnav-open__icon a:after,
.c-gnav-open__icon a:before {
	background: #221613;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav-open__icon a:before {
	top: 0;
}

.c-gnav-open__icon a:after {
	bottom: 0;
}

.c-gnav-open__icon a span {
	background: #221613;
	height: 4px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav-open__icon a:before {
	background: #221613;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 100%;
}

.c-gnav-open__icon a:after {
	background: #221613;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 100%;
}

.c-gnav-open__icon a span {
	transform: translate(100%, -50%);
}

.c-gnav__icon {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #424242;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 30px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 35px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #221613;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #221613;
	height: 4px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon.is-open {
	display: none;
}

ul.c-gnav__sublist {
	background: #41b3d7;
	display: none;
	left: -15px;
	padding: 0;
	position: absolute;
	right: -15px;
	top: 100%;
}

ul.c-gnav__sublist > li {
	padding: 5px 0;
	text-align: center;
}

ul.c-gnav__sublist > li > a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

ul.c-gnav__sublist > li > a:hover {
	opacity: 0.6;
}

.c-header-img {
	height: 200px;
	width: 100%;
}

.c-header-img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.c-header-lead {
	padding: 50px 15px 80px;
}

.c-header-lead--service {
	background: #D7EEEC;
}

.c-header-lead--gift {
	background: #FAEDCC;
}

.c-header-lead--event {
	background: #F8DDDC;
}

.c-header-lead--consult {
	background: #dbd7ea;
}

.c-header-lead__icon {
	margin-bottom: 10px;
}

.c-header-lead__icon img {
	margin: auto;
}

.c-header-lead__title {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}

.c-header-lead__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
}

.c-header-lead__text {
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	width: 580px;
}

.c-header-lead__img {
	margin: auto;
	margin-top: 30px;
	max-width: 100%;
	width: 580px;
}

.c-mv {
	display: flex;
	height: 656px;
}

.c-mv__left {
	width: 270px;
}

.c-mv__logo {
	margin: 43px auto;
}

.c-mv__logo img {
	margin: auto;
}

.c-mv__menu {
	text-align: center;
}

.c-mv__menu li {
	margin-bottom: 20px;
}

.c-mv__menu a {
	color: #333333;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	text-decoration: none;
}

.c-mv__btn {
	margin-top: 40px;
}

.c-mv__btn--ibushigin {
	display: block;
	margin-bottom: 20px;
}

.c-mv__btn .c-mv__contact {
	background: #970022;
	border-radius: 0 5px 5px 0;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	height: 49px;
	letter-spacing: 0.22rem;
	line-height: 49px;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 226px;
}

.c-mv__btn .c-mv__contact::after {
	background: url(../img/btn_arrow1@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.c-mv__content {
	flex-grow: 1;
	position: relative;
}

.c-mv__img {
	height: 100%;
	width: 100%;
}

.c-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv__text {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 20%;
}

.c-mv__text img {
	margin: auto;
}

.c-mv__bnr {
	bottom: 20px;
	left: 15px;
	margin: auto;
	max-width: 550px;
	position: absolute;
	right: 15px;
}

.c-mv__bnr2 {
	bottom: 20px;
	left: 15px;
	margin: 0 0 0 auto;
	max-width: 550px;
	position: absolute;
	right: 15px;
}

.c-mv__bnr2 img {
	margin-left: auto;
	max-width: 100%;
	width: 400px;
}

.c-pagenation {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 1em;
}

.c-pagenation .page-numbers {
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	color: #333333;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

.c-pagenation .page-numbers.current {
	background: #f9dc4b;
	border-color: transparent;
}

.c-pagenation .page-numbers:not(.current) {
	border: 1px solid #f2f2f2;
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	opacity: 0.6;
}

.c-pagenation .page-numbers + .page-numbers {
	margin-left: 0.3em;
}

.c-pagenation__num a {
	color: #333333;
	margin: 0 10px;
	text-decoration: none;
}

.c-pagenation__num span.is-current {
	font-weight: bold;
	margin: 0 10px;
}

.c-pagenation__prev,
.c-pagenation__next {
	color: #333333;
	text-decoration: none;
}

.c-pagenation__prev {
	margin-right: 20px;
}

.c-pagenation__next {
	margin-left: 20px;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll=true] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #41b3d7;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 60px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 60px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: 0.2s;
	width: 20px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.p-consult-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1000px;
}

.p-consult-sec1-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.p-consult-sec1-head__left {
	flex-shrink: 0;
}

.p-consult-sec1-head__right {
	flex-shrink: 0;
}

.p-consult-sec1-head__text1 {
	font-family: "Shippori Mincho", serif;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-consult-sec1-head__text1 > span {
	font-size: 40px;
}

.p-consult-sec1-head__text2 {
	border-bottom: 1px solid #6e658e;
	color: #716893;
	font-size: 21px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.p-consult-sec1-lead {
	display: flex;
	margin-bottom: 130px;
}

.p-consult-sec1-lead__img {
	flex-shrink: 0;
	margin-right: 20px;
}

.p-consult-sec1-lead__text1 {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-consult-sec1-lead__text1 > span {
	background: linear-gradient(transparent 70%, #E2DFE9 70%);
}

.p-consult-sec1-lead__list li {
	font-size: 20px;
	margin-bottom: 0px;
	padding-left: 30px;
	position: relative;
}

.p-consult-sec1-lead__list li::before {
	background: url(../img/check.png) no-repeat center/contain;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 22px;
}

.p-consult-sec1-lead__text2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

.p-consult-sec1-lead__tel {
	color: #970022;
	font-size: 54px;
	font-weight: bold;
	line-height: 1;
}

.p-consult-sec1-lead__note {
	font-size: 14px;
}

.p-consult-sec1__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-consult-sec1__item {
	margin-bottom: 100px;
	width: 48%;
}

.p-consult-sec1__item--frame {
	background: #D7EEEC;
	padding: 15px;
	position: relative;
}

.p-consult-sec1__item--frame > div {
	border: 2px solid #38A9A0;
}

.p-consult-sec1__img {
	margin-bottom: 10px;
}

.p-consult-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-consult-sec1__text {
	margin-bottom: 20px;
}

.p-consult-sec1__text2 {
	color: #38a9a0;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.67;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

.p-consult-sec1__frame {
	align-items: center;
	background: #dbd7ea;
	display: flex;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	height: 105px;
	justify-content: center;
	line-height: 105px;
	margin-bottom: 30px;
	text-align: center;
}

.p-consult-sec1__frame > span {
	align-items: center;
	border: 2px solid #716891;
	display: flex;
	height: calc(100% - 20px);
	justify-content: center;
	width: calc(100% - 20px);
}

.p-consult-sec1__btn {
	text-align: center;
}

.p-consult-sec1__btn .c-btn {
	background: #716891;
	border-color: #716891;
	box-shadow: 0 5px 0 #4D4566;
	color: #fff;
	width: 300px;
}

.p-consult-sec1__btn .c-btn::after {
	background: url(../img/btn_arrow9@2x.png) no-repeat center/contain;
}

.p-consult-sec1__btn .c-btn--green {
	background: #38a9a0;
	border-color: #38a9a0;
	box-shadow: 0 5px 0 #297E77;
	color: #fff;
}

.p-consult-sec1__btn .c-btn--green::after {
	background: url(../img/btn_arrow10@2x.png) no-repeat center/contain;
}

.p-consult-sec2 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1000px;
}

.p-consult-sec2__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-consult-sec2__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-consult-sec2__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-consult-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-consult-sec2__item {
	margin-bottom: 50px;
	width: 30%;
}

.p-consult-sec2__item:not(:nth-of-type(3n)) {
	margin-right: 5%;
}

.p-consult-sec2__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-consult-sec2__img img {
	-o-object-fit: cover;
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.p-consult-sec2__headline {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.p-contact-sec1 {
	padding: 80px 0;
}

.p-contact-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	letter-spacing: 0.22rem;
	margin-bottom: 20px;
	text-align: center;
}

.p-contact-sec1__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
}

.p-contact-sec1__lead {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}

.p-contact-sec1__lead2 {
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

.p-contact-sec1__lead3 {
	font-size: 18px;
	margin: 0 auto 30px;
	max-width: 100%;
	width: 770px;
}

.p-contact-sec1__list {
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	padding-left: 1em;
	text-indent: -1em;
	width: 770px;
}

.p-contact-sec1__list:last-of-type {
	margin-bottom: 30px;
}

.p-contact-sec1__btn {
	margin-bottom: 50px;
	text-align: center;
}

.p-contact-sec1__btn .c-btn {
	font-size: 16px;
	letter-spacing: 0.1em;
	width: 330px;
}

.p-contact-form {
	margin-bottom: 0px;
}

.p-contact-form__text {
	font-size: 14px;
}

.p-contact-form__text2 {
	font-size: 16px;
	text-align: center;
}

.p-contact-form__table {
	border: none;
	margin-bottom: 50px;
}

.p-contact-form__table dl {
	margin-bottom: 30px;
}

.p-contact-form__table dl:last-of-type {
	margin-bottom: 10px;
}

.p-contact-form__table dt {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.p-contact-form__table dt > span {
	background: #970022;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	padding: 1px 20px;
	white-space: nowrap;
}

.p-contact-form__table dd input[type=text],
.p-contact-form__table dd input[type=tel],
.p-contact-form__table dd input[type=email],
.p-contact-form__table dd textarea {
	background: #E8E8E8;
	border: none;
	padding: 13px;
}

.p-contact-form__table dd input[type=radio]:last-of-type {
	margin-left: 0px;
}

.p-contact-form__table dd select {
	background: #E8E8E8;
	border: none;
	padding: 8px 200px 8px 10px;
}

.p-contact-form__table--confirm {
	margin-bottom: 80px;
}

.p-contact-form__table--confirm dl {
	border-top: 1px solid #970022;
	display: flex;
	padding: 15px 0;
}

.p-contact-form__table--confirm dl:last-of-type {
	border-bottom: 1px solid #970022;
}

.p-contact-form__table--confirm dt {
	flex-shrink: 0;
	width: 250px;
}

.p-contact-form__item--1 {
	display: flex !important;
	justify-content: space-between;
}

.p-contact-form__item--6 {
	background: #E8E8E8;
	display: flex !important;
	padding: 13px;
}

.p-contact-form__item--6 label {
	width: 100px;
}

.p-contact-form__item--9 > div {
	display: flex !important;
	margin-bottom: 1em;
}

.p-contact-form__item--9 > div label {
	width: 33%;
}

.p-contact-form__item--10 {
	display: flex !important;
}

.p-contact-form__item--10 label {
	width: 33%;
}

.p-contact-form__item--11 {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-contact-form__item--11 label {
	margin-bottom: 20px;
	width: 33%;
}

.p-contact-form__item--12 a {
	color: #3fa8f4;
	transition: 0.3s;
}

.p-contact-form__item--12 a:hover {
	opacity: 0.6;
}

.p-contact-form__item--12 p {
	margin-top: 10px;
}

.p-contact-form__item--13 > div {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 1em;
}

.p-contact-form__item--13 > div label {
	width: 100%;
}

.p-contact-form__item--14 > div {
	align-items: center;
	display: flex !important;
	margin-bottom: 1em;
}

.p-contact-form__item--14 > div input {
	margin-left: 10px;
	width: auto;
}

.p-contact-form__item--14 > div label {
	width: 100%;
}

.p-contact-form__btn {
	text-align: center;
}

.p-contact-form__btn > button,
.p-contact-form__btn > a {
	-webkit-appearance: none;
	background: #970022;
	border: none;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #71001a;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.05rem;
	line-height: 53px;
	margin: 0 10px;
	max-width: 100%;
	outline: none;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-contact-form__btn > button::after,
.p-contact-form__btn > a::after {
	background: url(../img/btn_arrow8@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-contact-form__btn .c-btn--back {
	background: #FFF;
	border: solid 3px #595757;
	box-shadow: 0 5px 0 #AEAEAF;
	color: #333333;
	cursor: pointer;
	height: 53px;
	line-height: 47px;
}

.p-contact-form__btn .c-btn--back::after {
	background: url(../img/btn_arrow2@2x.png) no-repeat center/contain;
	content: "";
}

.p-event-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1000px;
}

.p-event-sec1__bnr {
	margin-bottom: 80px;
}

.p-event-sec1__bnr img {
	margin: auto;
}

.p-event-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-event-sec1__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-event-sec1__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-event-sec1__text1 {
	background: #da5351;
	color: #fff;
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	padding: 10px 20px;
	text-align: center;
	width: 500px;
}

.p-event-sec1__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-event-sec1__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.p-event-sec1__img {
	width: 43%;
}

.p-event-sec1__img img {
	-o-object-fit: cover;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.p-event-sec1__content {
	width: 52%;
}

.p-event-sec1__headline {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.p-event-sec1__btn {
	margin-top: 100px;
	text-align: center;
}

.p-event-sec1__btn .c-btn {
	pointer-events: initial;
	width: 330px;
}

.p-event-sec1__btn2 {
	margin-top: 30px;
	text-align: center;
}

.p-event-sec1__btn2 .c-btn {
	pointer-events: initial;
	width: 330px;
}

.p-event-sec1-modal {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 40px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-event-sec1-modal::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.p-event-sec1-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-event-sec1-modal__container {
	display: inline-block;
	max-width: 500px;
	position: relative;
	vertical-align: middle;
	width: 90%;
}

.p-event-sec1-modal__close {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 40px;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 40px;
}

.p-event-sec1-modal__content {
	background: #fff;
	padding: 30px;
	text-align: left;
	text-align: center;
}

.p-event-sec1-modal__content > span {
	font-size: 20px;
}

.p-event-sec2 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1000px;
}

.p-event-sec2__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-event-sec2__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-event-sec2__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-event-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-event-sec2__item {
	margin-bottom: 50px;
	width: 30%;
}

.p-event-sec2__item:not(:nth-of-type(3n)) {
	margin-right: 5%;
}

.p-event-sec2__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-event-sec2__img img {
	-o-object-fit: cover;
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.p-event-sec2__headline {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.p-gift-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 840px;
}

.p-gift-sec1__bnr {
	margin-bottom: 80px;
}

.p-gift-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-gift-sec1__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-gift-sec1__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-gift-sec1__text1 {
	background: #E6A600;
	color: #fff;
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	padding: 10px 20px;
	text-align: center;
	width: 500px;
}

.p-gift-sec1__name {
	background: #E5A500;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 5px 15px 5px 0;
	position: relative;
}

.p-gift-sec1__name::before {
	background: #E5A500;
	content: "";
	height: 100%;
	left: calc(-50vw + 400px);
	position: absolute;
	top: 0;
	width: calc(50vw - 400px);
}

.p-gift-sec1__text {
	line-height: 1.9;
	margin-bottom: 50px;
}

.p-gift-sec1__btn {
	display: flex;
	justify-content: center;
}

.p-gift-sec1__btn .c-btn {
	letter-spacing: 2px;
	margin: 0 15px;
	width: 330px;
}

.p-gift-comment {
	display: flex;
	margin-bottom: 80px;
}

.p-gift-comment__head {
	align-items: center;
	background: #e5a500;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.5rem;
	padding: 15px 90px 15px 40px;
	text-align: center;
	writing-mode: vertical-rl;
}

.p-gift-comment__content {
	align-items: center;
	background: #faedcc;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding: 30px 0;
}

.p-gift-comment__item {
	align-items: center;
	display: flex;
}

.p-gift-comment__item:not(:last-child) {
	margin-bottom: 30px;
}

.p-gift-comment__img {
	flex-shrink: 0;
	margin-left: -50px;
	margin-right: 20px;
	width: 340px;
}

.p-gift-comment__text {
	line-height: 1.9;
	padding: 15px;
	padding-right: 30px;
}

.p-gift-sec2 {
	background: #E5A500;
	color: #fff;
	padding: 80px 0;
}

.p-gift-sec2 .l-container {
	width: 840px;
}

.p-gift-sec2__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-gift-sec2__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-gift-sec2__title > span::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-gift-sec2__wrap {
	display: flex;
	justify-content: space-between;
}

.p-gift-sec2__img {
	width: 49%;
}

.p-gift-sec2__img img {
	-o-object-fit: cover;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.p-gift-sec2__content {
	width: 44%;
}

.p-gift-sec2__headline {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.p-gift-sec2__text {
	line-height: 1.9;
}

.p-gift-slider {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-gift-slider__large {
	width: 78%;
}

.p-gift-slider__large img {
	-o-object-fit: cover;
	height: 430px;
	object-fit: cover;
	width: 100%;
}

.p-gift-slider__thumbnail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 17%;
}

.p-gift-slider__thumbnail > div.thumbnail-current {
	position: relative;
}

.p-gift-slider__thumbnail > div.thumbnail-current::after {
	background: #E5A500;
	content: "";
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	width: 3px;
}

.p-gift-slider__thumbnail img {
	-o-object-fit: cover;
	height: 100px;
	object-fit: cover;
	width: 100%;
}

.p-gift-slider .slick-prev {
	background: url(../img/gift_prev@2x.png) no-repeat center/contain;
	height: 42px;
	left: -21px;
	width: 42px;
}

.p-gift-slider .slick-next {
	background: url(../img/gift_next@2x.png) no-repeat center/contain;
	height: 42px;
	right: -21px;
	width: 42px;
}

.p-gift-list-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1000px;
}

.p-gift-list-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-gift-list-sec1__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-gift-list-sec1__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-gift-list-sec1__h3 {
	color: #e5a500;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
	text-align: center;
}

.p-gift-list-sec1__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.p-gift-list-sec1__item {
	margin-bottom: 50px;
	width: 47.5%;
}

.p-gift-list-sec1__item:nth-of-type(odd) {
	margin-right: 5%;
}

.p-gift-list-sec1__img {
	height: 300px;
	margin-bottom: 15px;
	width: 100%;
}

.p-gift-list-sec1__img > img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-gift-list-sec1__season {
	background: #e5a500;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 1px 10px;
}

.p-gift-list-sec1__headline {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}

.p-gift-list-sec1__btn {
	text-align: center;
}

.p-gift-list-sec1__btn .c-btn {
	letter-spacing: 5px;
	width: 330px;
}

.p-how-sec1 {
	padding: 80px 15px;
}

.p-how-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.p-how-sec1__title span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
}

.p-how-sec1__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 80px;
	max-width: 100%;
	width: 570px;
}

.p-how-sec1__bnr {
	margin-bottom: 80px;
}

.p-how-sec1__bnr img {
	margin: auto;
}

.p-how-sec1__nav {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	width: 1000px;
}

.p-how-sec1__item {
	color: #333333;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.4rem;
	padding: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 22%;
}

.p-how-sec1__item::before {
	background: #231815;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-how-sec1__item::after {
	border-bottom: 2px solid #38a9a0;
	border-right: 2px solid #38a9a0;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	width: 10px;
}

.p-how-sec1__item:nth-of-type(2)::after {
	border-color: #e6a600;
}

.p-how-sec1__item:nth-of-type(3)::after {
	border-color: #db5351;
}

.p-how-sec1__item:nth-of-type(4)::after {
	border-color: #970022;
}

.p-how-sec2 {
	background: #d7eeec;
	padding: 50px 0;
}

.p-how-sec2__icon {
	margin-bottom: 10px;
}

.p-how-sec2__icon img {
	margin: auto;
}

.p-how-sec2__title {
	color: #38a9a0;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.p-how-sec2__h3 {
	border: 1px solid #000;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 50px;
	padding: 2px 10px;
}

.p-how-sec2__text {
	font-size: 18px;
	line-height: 1.9;
}

.p-how-sec2__text > span {
	color: #38a9a0;
	display: block;
	margin-left: 20px;
}

.p-how-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	margin-bottom: 50px;
}

.p-how-sec2__item {
	width: 50%;
}

.p-how-sec2__btn {
	text-align: center;
}

.p-how-sec2__btn > a {
	-webkit-appearance: none;
	background: #36a89e;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #297e77;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-how-sec2__btn > a::after {
	background: url(../img/btn_arrow5@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-how-sec3 {
	background: #faedcc;
	padding: 50px 0;
}

.p-how-sec3__icon {
	margin-bottom: 10px;
}

.p-how-sec3__icon img {
	margin: auto;
}

.p-how-sec3__title {
	color: #e6a600;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.p-how-sec3__text {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 50px;
}

.p-how-sec3__btn {
	text-align: center;
}

.p-how-sec3__btn > a {
	-webkit-appearance: none;
	background: #e6a600;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #be9848;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-how-sec3__btn > a::after {
	background: url(../img/btn_arrow6@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-how-sec4 {
	background: #f8dddc;
	padding: 50px 0;
}

.p-how-sec4__icon {
	margin-bottom: 10px;
}

.p-how-sec4__icon img {
	margin: auto;
}

.p-how-sec4__title {
	color: #db5351;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.p-how-sec4__text {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 50px;
}

.p-how-sec4__btn {
	text-align: center;
}

.p-how-sec4__btn > a {
	-webkit-appearance: none;
	background: #db5351;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #a33e3d;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-how-sec4__btn > a::after {
	background: url(../img/btn_arrow7@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-how-sec5 {
	padding: 50px 0;
}

.p-how-sec5__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.p-how-sec5__title > span {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}

.p-how-sec5__title > span::after {
	background: #333333;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-how-sec5__btn {
	text-align: center;
}

.p-how-sec5__btn > a {
	-webkit-appearance: none;
	background: #970022;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #71001a;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.05rem;
	line-height: 53px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-how-sec5__btn > a::after {
	background: url(../img/btn_arrow8@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-how-sec5__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-how-sec5__left {
	border-right: 1px dashed #231815;
	width: 50%;
}

.p-how-sec5__left .p-how-sec5__item {
	padding: 0 50px 20px 0;
}

.p-how-sec5__left .p-how-sec5__item:nth-of-type(n + 2) {
	border-top: 1px dashed #231815;
	padding-top: 20px;
}

.p-how-sec5__left .p-how-sec5__item:last-child {
	padding-bottom: 0;
}

.p-how-sec5__right {
	width: 50%;
}

.p-how-sec5__right .p-how-sec5__item {
	padding: 0 0px 50px 50px;
}

.p-how-sec5__right .p-how-sec5__item:nth-of-type(n + 2) {
	padding-top: 50px;
}

.p-how-sec5__item:nth-of-type(n + 2) {
	border-top: 1px dashed #231815;
}

.p-how-sec5__item:last-child {
	padding-bottom: 0;
}

.p-how-sec5__q {
	font-family: "Shippori Mincho", serif;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative;
}

.p-how-sec5__q::before {
	background: url(../img/faq_q@2x.png) no-repeat center/contain;
	content: "";
	height: 54px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
}

.p-how-sec5__a {
	font-size: 18px;
	line-height: 1.8;
	position: relative;
}

.p-how-sec5__a::before {
	content: url(../img/faq_a.png);
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

.p-news-list {
	padding: 50px 0;
}

.p-news-list__h2 {
	font-size: 50px;
	letter-spacing: 0.22rem;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.p-news-list__h2::before {
	background: #970022;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 14px;
}

.p-news-list__wrap {
	margin-bottom: 50px;
}

.p-news-list__item {
	align-items: center;
	border-bottom: 1px solid #231815;
	display: flex;
	padding: 15px 0;
}

.p-news-list__meta {
	flex-shrink: 0;
	font-size: 14px;
	margin-right: 20px;
}

.p-news-list__title {
	flex-shrink: 0;
}

.p-news-list__title a {
	color: #333333;
	text-decoration: none;
}

.p-news-detail {
	padding: 50px 0;
}

.p-news-detail__wrap {
	display: flex;
	justify-content: space-between;
}

.p-news-detail__meta {
	flex-shrink: 0;
	font-size: 14px;
	width: 250px;
}

.p-news-detail__content {
	flex-grow: 1;
}

.p-news-detail__content > p {
	margin-bottom: 20px;
}

.p-news-detail__content img {
	margin-bottom: 30px;
}

.p-news-detail__title {
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 30px;
}

.p-news-detail__img-wrap {
	display: flex;
	justify-content: space-between;
}

.p-news-detail__img-wrap img {
	-o-object-fit: cover;
	height: 260px;
	object-fit: cover;
	width: 49.5%;
}

.p-news-detail__btn {
	margin-top: 50px;
}

.p-service-sec1 {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 830px;
}

.p-service-sec1__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.22rem;
	margin-bottom: 50px;
	text-align: center;
}

.p-service-sec1__title > span {
	padding-bottom: 10px;
	position: relative;
}

.p-service-sec1__title > span::after {
	background: #231815;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service-sec1__text1 {
	background: #36a89e;
	color: #fff;
	font-size: 18px;
	margin: auto;
	max-width: 100%;
	padding: 10px 20px;
	text-align: center;
	width: 500px;
}

.p-service-search {
	background: #36a89e;
	padding: 30px 15px;
}

.p-service-search__head {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 18px;
	justify-content: center;
	margin: 0 auto 30px;
	text-align: center;
}

.p-service-search__head > img {
	margin-right: 5px;
}

.p-service-search__wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 40px;
	max-width: 100%;
	width: 1000px;
}

.p-service-search__wrap--free {
	align-items: center;
	margin-bottom: 70px;
	width: 800px;
}

.p-service-search__input {
	flex-grow: 1;
	margin-right: 20px;
}

.p-service-search__input input {
	font-size: 12px;
	padding: 16px 15px;
}

.p-service-search__item {
	width: 32%;
}

.p-service-search__select {
	position: relative;
}

.p-service-search__select::before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888888;
	content: "";
	height: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 1;
}

.p-service-search__select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
	margin-bottom: 3px;
	outline: none;
	padding: 15px;
	position: relative;
	width: 100%;
}

.p-service-search__select select::-ms-expand {
	display: none;
}

.p-service-search__select select option {
	padding: 15px;
}

.p-service-search__title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-service-search__new-wrap {
	background: #fff;
	padding: 25px 30px;
}

.p-service-search__new-wrap > div:first-child {
	margin-bottom: 10px;
}

.p-service-search__btn {
	text-align: center;
}

.p-service-search__btn > a {
	-webkit-appearance: none;
	background: #231815;
	border-radius: 5px;
	box-shadow: 0 5px 0 #1d625c;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 320px;
}

.p-service-search__btn > a::after {
	background: url(../img/btn_arrow4@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-list {
	margin: auto;
	max-width: 100%;
	padding: 0px 40px 80px;
	width: 1080px;
}

.p-service-list__num {
	margin-bottom: 80px;
}

.p-service-list__num > span {
	color: #36a89e;
	font-size: 36px;
	font-weight: 500;
}

.p-service-list__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-service-list__item {
	margin-bottom: 90px;
	position: relative;
	width: 47.5%;
}

.p-service-list__item:nth-of-type(odd) {
	margin-right: 5%;
}

.p-service-list__new {
	background: #bc0d23;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	height: 80px;
	left: -40px;
	line-height: 80px;
	position: absolute;
	text-align: center;
	top: -40px;
	width: 80px;
}

.p-service-list__img {
	margin-bottom: 10px;
	width: 100%;
}

.p-service-list__img img {
	-o-object-fit: cover;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.p-service-list__meta {
	margin-bottom: 10px;
}

.p-service-list__meta p {
	border: 2px solid #36a89e;
	border-radius: 3px;
	color: #36a89e;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin: 0 0px 3px 0;
	padding: 4px 15px;
}

.p-service-list__title {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-service-list__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-bottom: 20px;
	min-height: 72px;
	overflow: hidden;
}

.p-service-list__btn {
	text-align: center;
}

.p-service-list__btn > a {
	-webkit-appearance: none;
	background: #36a89e;
	border-radius: 5px;
	box-shadow: 0 5px 0 #297e77;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 57px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 57px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 300px;
}

.p-service-list__btn > a::after {
	background: url(../img/btn_arrow5@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-detail {
	padding: 50px 0;
}

.p-service-detail-head {
	align-items: center;
	background: linear-gradient(90deg, rgb(54, 168, 158) 0%, rgb(54, 168, 158) 50%, transparent 50%, transparent 100%);
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.p-service-detail-head__content {
	margin-left: auto;
	max-width: 100%;
	padding-right: 50px;
	width: 400px;
}

.p-service-detail-head__meta {
	margin-bottom: 10px;
}

.p-service-detail-head__meta p {
	background: #fff;
	border-radius: 3px;
	color: #36a89e;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 3px 10px;
}

.p-service-detail-head__img {
	padding: 50px 0;
	width: 56vw;
}

.p-service-detail-head__img img {
	max-height: 500px;
}

.p-service-detail-head__title {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.p-service-detail-head__title::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service-detail-head__btn {
	text-align: center;
}

.p-service-detail-head__btn > a {
	-webkit-appearance: none;
	background: #231815;
	border-radius: 5px;
	box-shadow: 0 5px 0 #1d625c;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

.p-service-detail-head__btn > a::after {
	background: url(../img/btn_arrow4@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-detail-content {
	margin: auto;
	max-width: 100%;
	padding: 80px 15px;
	width: 1030px;
}

.p-service-detail-content__wrap {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.p-service-detail-content__left {
	width: 50%;
}

.p-service-detail-content__pr {
	color: #36a89e;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-service-detail-content__pr > span {
	padding-bottom: 10px;
	position: relative;
}

.p-service-detail-content__pr > span::after {
	background: #36a89e;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service-detail-content__text {
	line-height: 1.8;
}

.p-service-detail-content__right {
	border: 4px solid #36a89e;
	padding: 30px;
	position: relative;
	width: 44%;
}

.p-service-detail-content__right::before {
	border: 2px solid #36a89e;
	content: "";
	height: calc(100% - 10px);
	left: 5px;
	position: absolute;
	top: 5px;
	width: calc(100% - 10px);
	z-index: -1;
}

.p-service-detail-content__benefit {
	color: #36a89e;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.p-service-detail-content__benefit > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.p-service-detail-content__text2 {
	color: #36a89e;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9;
}

.p-service-detail-slider {
	margin: 0 auto 80px;
	max-width: 100%;
	width: 1000px;
}

.p-service-detail-slider .slick-track {
	margin-left: 0;
}

.p-service-detail-slider img {
	-o-object-fit: cover;
	height: 270px;
	margin: 0 5px;
	object-fit: cover;
}

.p-service-detail-slider .slick-prev {
	background: url(../img/slider_prev2@2x.png) no-repeat center/contain;
	height: 25px;
	left: -45px;
	width: 25px;
}

.p-service-detail-slider .slick-next {
	background: url(../img/slider_next2@2x.png) no-repeat center/contain;
	height: 25px;
	right: -45px;
	width: 25px;
}

.p-service-detail-comment {
	display: flex;
	margin-bottom: 80px;
	padding-left: calc(50vw - 500px);
}

.p-service-detail-comment__head {
	align-items: center;
	background: #36a89e;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.5rem;
	padding: 15px 90px 15px 40px;
	text-align: center;
	writing-mode: vertical-rl;
}

.p-service-detail-comment__content {
	align-items: center;
	background: #d7eeec;
	display: flex;
	flex-grow: 1;
	padding: 30px 0;
}

.p-service-detail-comment__img {
	flex-shrink: 0;
	margin-left: -50px;
	margin-right: 20px;
	width: 340px;
}

.p-service-detail-comment__text {
	line-height: 1.9;
	max-width: 450px;
}

.p-service-detail-btn {
	display: flex;
	justify-content: center;
}

.p-service-detail-btn a:first-child {
	background: #36a89e;
	border-radius: 5px;
	box-shadow: 0 5px 0 #297e77;
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	font-weight: bold;
	height: 53px;
	letter-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	line-height: 53px;
	margin: 0;
	margin-right: 30px;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 330px;
}

.p-service-detail-btn a:first-child::after {
	background: url(../img/btn_arrow5@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-service-detail-btn a:last-child {
	width: 330px;
}

.p-top-info {
	display: flex;
	margin: auto;
	max-width: 100%;
	padding: 60px 15px 50px;
	width: 830px;
}

.p-top-info__title {
	font-family: "Shippori Mincho", serif;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0.22rem;
	margin-right: 80px;
	writing-mode: vertical-rl;
}

.p-top-info__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-left: 10px;
}

.p-top-info__content {
	flex-grow: 1;
}

.p-top-info__table {
	margin-bottom: 30px;
}

.p-top-info__table dl {
	align-items: center;
	border-bottom: 1px solid #000;
	display: flex;
	padding: 10px 0;
}

.p-top-info__table dt {
	font-size: 14px;
	margin-right: 20px;
}

.p-top-info__table dd {
	flex-grow: 1;
}

.p-top-info__table a {
	color: #333333;
	text-decoration: none;
}

.p-top-nav {
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
	width: 1150px;
}

.p-top-nav__wrap {
	align-content: space-between;
	display: grid;
	grid-template-columns: 53% 45%;
	grid-template-rows: 32% 32% 32%;
	justify-content: space-between;
}

.p-top-nav__item {
	color: #fff;
	display: block;
	padding: 20px 20px 40px;
	text-decoration: none;
}

.p-top-nav__item--service {
	background: url(../img/bg_service@2x.png) no-repeat center/cover;
	grid-column: 1/2;
	grid-row: 1/4;
	padding: 40px 20px 30px;
}

.p-top-nav__item--service .p-top-nav__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
}

.p-top-nav__item--service .p-top-nav__head > .p-top-nav__icon {
	margin-right: 0px;
}

.p-top-nav__item--service .p-top-nav__title {
	margin-bottom: 30px;
	margin-top: 30px;
}

.p-top-nav__item--service .p-top-nav__text {
	margin: 0 auto 20px;
	max-width: 100%;
	width: 330px;
}

.p-top-nav__item--gift {
	background: url(../img/bg_gift@2x.png) no-repeat center/cover;
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-top-nav__item--event {
	background: url(../img/bg_event@2x.png) no-repeat center/cover;
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-top-nav__item--event .p-top-nav__text {
	max-width: 100%;
	width: 325px;
}

.p-top-nav__item--consult {
	background: url(../img/bg_consult@2x.png) no-repeat center/cover;
	grid-column: 2/3;
	grid-row: 3/4;
}

.p-top-nav__item--consult .p-top-nav__text {
	max-width: 100%;
	width: 325px;
}

.p-top-nav__head {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.p-top-nav__head > .p-top-nav__icon {
	margin-right: 20px;
}

.p-top-nav__icon img {
	margin: auto;
}

.p-top-nav__title {
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: bold;
	font-weight: 800;
	letter-spacing: 0.4rem;
	text-align: center;
}

.p-top-nav__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.22rem;
}

.p-top-nav__text {
	font-size: 15px;
	margin-bottom: 20px;
}

.p-top-nav__btn {
	text-align: center;
}

.p-top-nav__btn > span {
	-webkit-appearance: none;
	background: transparent;
	background-image: none;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0 5px 0 #AEAEAF;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	letter-spacing: 0.5rem;
	line-height: 44px;
	margin: 0;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 246px;
}

.p-top-nav__btn > span::after {
	background: url(../img/btn_arrow3@2x.png) no-repeat center/contain;
	content: "";
	height: 26px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.p-top-sec1 {
	background: url(../img/top_bg@2x.jpg) no-repeat center/cover;
	height: 595px;
	position: relative;
}

.p-top-sec1__text1 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	right: 10%;
	text-orientation: upright;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.p-top-sec1__text2 {
	bottom: 50px;
	color: #fff;
	font-size: 15px;
	left: 10%;
	line-height: 2;
	max-width: 100%;
	position: absolute;
	width: 534px;
}

.p-top-how {
	display: flex;
	margin: auto;
	max-width: 100%;
	padding: 60px 15px 50px;
	width: 830px;
}

.p-top-how__title {
	font-family: "Shippori Mincho", serif;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0.22rem;
	margin-right: 80px;
	writing-mode: vertical-rl;
}

.p-top-how__title > span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-left: 10px;
}

.p-top-how__content {
	flex-grow: 1;
}

.p-top-how__text {
	line-height: 2;
	margin-bottom: 20px;
}

.js-fadein,
.js-fadein-down,
.js-fadein-up {
	opacity: 0;
	transition: 1s 0.5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-down,
.is-fadein.js-fadein-up {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

.u-mtl {
	margin-top: 5em;
}

.u-mtm {
	margin-top: 3em;
}

.u-mts {
	margin-top: 1em;
}

.u-note {
	color: #999999;
	font-size: 12px;
}

.u-text-left {
	text-align: left !important;
}

.u-youtube {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.u-youtube iframe {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

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

.header__btn + .header__btn {
	margin-left: 10px;
}

body.home {
	padding-top: 0;
}

.home .header {
	display: none;
}

.p-top-info__bnr {
	display: none;
}

.p-top-nav__text-sp {
	display: none;
}

.u-sp-only {
	display: none !important;
}

}

@media (min-width: 1000px) {

.u-head-sp-only {
	display: none;
}

}

@media (max-width: 1300px) {

.c-gnav__item {
	padding: 10px 10px;
}

}

@media (max-width: 1100px) {

.p-service-detail-slider {
	margin-bottom: 50px;
}

.p-service-detail-slider .slick-prev {
	left: 38px;
}

.p-service-detail-slider .slick-next {
	right: 38px;
}

.p-service-detail-slider img {
	height: 230px;
	margin: 0;
}

}

@media (max-width: 1050px) {

.l-header__logo {
	margin-right: 20px;
}

}

@media (max-width: 999px) {

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

ul.c-gnav__sublist {
	display: none !important;
}

.u-head-pc-only {
	display: none;
}

}

@media (max-width: 767px) {

body {
	padding-top: 76px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.slick-prev {
	height: 25px;
	width: 25px;
}

.slider__num {
	font-size: 14px;
}

.slick-next {
	height: 25px;
	width: 25px;
}

.l-header__bottom {
	flex-direction: column;
}

.header__btn {
	margin-bottom: 10px;
}

.header {
	height: 76px;
}

.l-header__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.c-breadcrumb {
	display: none;
}

.c-btn {
	width: 100%;
}

.c-fnav {
	flex-direction: column;
	padding: 40px 15px 40px;
}

.c-fnav__title {
	margin-bottom: 30px;
	margin-right: 0px;
	text-align: center;
	writing-mode: initial;
}

.c-fnav__title > span {
	font-size: 14px;
	margin-left: 0px;
}

.c-fnav__head {
	flex-direction: column;
	margin-bottom: 30px;
}

.c-fnav__link {
	margin-bottom: 15px;
	width: 100%;
}

.c-fnav__tel {
	font-size: 20px;
}

.c-fnav__open {
	font-size: 11px;
}

.c-fnav__contact {
	font-size: 16px;
	padding: 10px 0;
}

.c-fnav__wrapper {
	margin-bottom: 20px;
}

.c-fnav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 10px !important;
}

.c-fnav__list a {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	text-decoration: none;
}

.c-fnav__list--small a {
	font-size: 10px;
}

.c-fnav__company2 {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
}

.c-fnav__company2 > span {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
	padding: 3px 5px;
}

.c-fnav__company2 > a {
	margin-left: 0;
	margin-top: 10px;
}

.c-gnav__btn {
	display: none;
}

.c-gnav__wrapper {
	display: none;
}

.c-gnav-open {
	padding: 220px 15px 120px;
}

.c-gnav-open__logo {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 60px;
}

.c-gnav-open__logo img {
	margin: auto;
}

.c-gnav-open__list {
	font-size: 20px;
}

.c-gnav-open__list:last-child {
	font-size: 16px;
	margin-top: 30px;
}

.c-gnav-open__item {
	margin-bottom: 10px;
}

.c-gnav-open__icon {
	bottom: 50px;
}

.c-gnav-open__icon a {
	height: 29px;
	width: 35px;
}

.c-gnav-open__icon a:after,
.c-gnav-open__icon a:before {
	background: #221613;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a {
	height: 24px;
	width: 29px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	height: 3px;
}

.c-gnav__icon a span {
	height: 3px;
}

.c-header-img {
	height: 183px;
}

.c-header-lead {
	padding: 40px 15px;
}

.c-header-lead__title {
	font-size: 31px;
	margin-bottom: 15px;
}

.c-header-lead__title > span {
	font-size: 14px;
}

.c-header-lead__text {
	font-size: 14px;
}

.c-mv {
	display: flex;
	height: 540px;
}

.c-mv__left {
	display: none;
}

.c-mv__text img {
	margin: auto;
}

.c-mv__bnr,
.c-mv__bnr2 {
	display: none;
}

.p-consult-sec1-head {
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.p-consult-sec1-head__left {
	width: 80px;
}

.p-consult-sec1-head__right {
	display: none;
}

.p-consult-sec1-head__content {
	margin-bottom: 10px;
	width: calc(100% - 100px);
}

.p-consult-sec1-head__text1 {
	font-size: 23px;
	margin-bottom: 0px;
}

.p-consult-sec1-head__text1 > span {
	font-size: 30px;
}

.p-consult-sec1-head__text2 {
	color: #716893;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
}

.p-consult-sec1-head__text3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.p-consult-sec1-lead {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-consult-sec1-lead__img {
	margin-bottom: 15px;
	margin-right: 0px;
}

.p-consult-sec1-lead__text1 {
	font-size: 21px;
	margin-bottom: 10px;
}

.p-consult-sec1-lead__list li {
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.p-consult-sec1-lead__list li::before {
	height: 15px;
	top: 3px;
	width: 16px;
}

.p-consult-sec1-lead__text2 {
	font-size: 16px;
	margin-top: 10px;
}

.p-consult-sec1-lead__tel {
	font-size: 36px;
	margin-bottom: 10px;
}

.p-consult-sec1-lead__note {
	font-size: 11px;
}

.p-consult-sec1 {
	padding: 40px 15px;
}

.p-consult-sec1__item {
	margin-bottom: 80px;
	width: 100%;
}

.p-consult-sec1__item--frame {
	padding: 10px;
}

.p-consult-sec1__item--frame > div .c-btn {
	width: 250px;
}

.p-consult-sec1__img {
	margin-bottom: 10px;
}

.p-consult-sec1__text {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-consult-sec1__text2 {
	font-size: 23px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

.p-consult-sec1__frame {
	height: 93px;
	line-height: 93px;
	margin-bottom: 20px;
}

.p-consult-sec1__btn .c-btn {
	width: 100%;
}

.p-consult-sec2 {
	padding: 40px 15px;
}

.p-consult-sec2__title {
	font-size: 28px;
	letter-spacing: 0rem;
	margin-bottom: 40px;
}

.p-consult-sec2__title > span {
	padding-bottom: 10px;
}

.p-consult-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-consult-sec2__item {
	margin-bottom: 40px;
	width: 100%;
}

.p-consult-sec2__item:not(:nth-of-type(3n)) {
	margin-right: 0%;
}

.p-consult-sec2__img {
	margin-bottom: 10px;
}

.p-consult-sec2__img img {
	height: 200px;
}

.p-consult-sec2__headline {
	margin-bottom: 10px;
}

.p-consult-sec2__text {
	font-size: 14px;
}

.p-contact-sec1 {
	padding: 50px 0;
}

.p-contact-sec1__title {
	font-size: 31px;
}

.p-contact-sec1__title > span {
	font-size: 14px;
}

.p-contact-sec1__lead {
	font-size: 14px;
	margin-bottom: 50px;
}

.p-contact-sec1__lead2 {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: left;
}

.p-contact-sec1__lead3 {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-contact-sec1__list {
	font-size: 14px;
}

.p-contact-form__text2 {
	font-size: 14px;
	text-align: center;
}

.p-contact-form__table {
	border: none;
	margin-bottom: 50px;
}

.p-contact-form__table dl {
	margin-bottom: 20px;
}

.p-contact-form__table dl:last-of-type {
	margin-bottom: 10px;
}

.p-contact-form__table dt {
	font-size: 16px;
	margin-bottom: 10px;
}

.p-contact-form__table dt > span {
	background: #970022;
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
	padding: 1px 10px;
	white-space: nowrap;
}

.p-contact-form__table dd input[type=text],
.p-contact-form__table dd input[type=tel],
.p-contact-form__table dd input[type=email],
.p-contact-form__table dd textarea {
	background: #E8E8E8;
	border: none;
	padding: 10px;
}

.p-contact-form__table dd select {
	background: #E8E8E8;
	border: none;
	padding: 8px;
	width: 100%;
}

.p-contact-form__table--confirm {
	margin-bottom: 40px;
}

.p-contact-form__table--confirm dl {
	text-align: center;
}

.p-contact-form__table--confirm dt {
	display: none;
}

.p-contact-form__table--confirm dd {
	margin: auto;
}

.p-contact-form__item--1 {
	flex-direction: column;
}

.p-contact-form__item--9 > div {
	flex-direction: column;
}

.p-contact-form__item--9 > div label {
	width: 100%;
}

.p-contact-form__item--10 {
	flex-direction: column;
}

.p-contact-form__item--10 label {
	width: 100%;
}

.p-contact-form__item--11 {
	flex-direction: column;
}

.p-contact-form__item--11 label {
	margin-bottom: 0;
	width: 100%;
}

.p-contact-form__btn > button,
.p-contact-form__btn > a {
	margin: 10px 0;
}

.p-event-sec1 {
	padding: 40px 15px;
}

.p-event-sec1__bnr {
	margin-bottom: 40px;
}

.p-event-sec1__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.p-event-sec1__title > span {
	padding-bottom: 10px;
}

.p-event-sec1__text1 {
	font-size: 14px;
	padding: 10px 0px;
}

.p-event-sec1__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.p-event-sec1__item:nth-of-type(odd) {
	flex-direction: column;
}

.p-event-sec1__img {
	margin-bottom: 10px;
	width: 100%;
}

.p-event-sec1__img img {
	height: 250px;
}

.p-event-sec1__content {
	width: 100%;
}

.p-event-sec1__headline {
	font-size: 24px;
	margin-bottom: 10px;
}

.p-event-sec1__text {
	font-size: 14px;
}

.p-event-sec1__btn {
	margin-top: 50px;
}

.p-event-sec1__btn .c-btn {
	width: 100%;
}

.p-event-sec2 {
	padding: 40px 15px;
}

.p-event-sec2__title {
	font-size: 28px;
	letter-spacing: 0rem;
	margin-bottom: 40px;
}

.p-event-sec2__title > span {
	padding-bottom: 10px;
}

.p-event-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-event-sec2__item {
	margin-bottom: 40px;
	width: 100%;
}

.p-event-sec2__item:not(:nth-of-type(3n)) {
	margin-right: 0%;
}

.p-event-sec2__img {
	margin-bottom: 10px;
}

.p-event-sec2__img img {
	height: 200px;
}

.p-event-sec2__headline {
	margin-bottom: 10px;
}

.p-event-sec2__text {
	font-size: 14px;
}

.p-gift-sec1 {
	padding: 40px 15px;
}

.p-gift-sec1__bnr {
	margin-bottom: 40px;
}

.p-gift-sec1__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.p-gift-sec1__title > span {
	padding-bottom: 10px;
}

.p-gift-sec1__text1 {
	font-size: 14px;
	padding: 10px 0px;
}

.p-gift-sec1__name {
	font-size: 24px;
	margin-bottom: 20px;
	padding: 5px 15px 5px 0;
}

.p-gift-sec1__name::before {
	left: -15px;
	position: absolute;
	width: 15px;
}

.p-gift-sec1__text {
	font-size: 14px;
}

.p-gift-sec1__btn {
	flex-direction: column;
}

.p-gift-sec1__btn .c-btn {
	margin: 10px 0;
	width: 100%;
}

.p-gift-comment {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	padding-left: calc(50vw - 500px);
}

.p-gift-comment__head {
	padding: 20px 15px 60px;
	writing-mode: initial;
}

.p-gift-comment__content {
	flex-grow: 1;
	padding: 0px 15px 20px;
}

.p-gift-comment__item {
	flex-direction: column;
}

.p-gift-comment__item:not(:last-child) {
	margin-bottom: 80px;
}

.p-gift-comment__img {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -40px;
	width: 100%;
}

.p-gift-comment__text {
	font-size: 14px;
	line-height: 1.9;
	max-width: 450px;
	padding: 0;
}

.p-gift-sec2 {
	padding: 40px 0;
}

.p-gift-sec2__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.p-gift-sec2__title > span {
	padding-bottom: 10px;
}

.p-gift-sec2__wrap {
	flex-direction: column;
}

.p-gift-sec2__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-gift-sec2__img img {
	height: 200px;
}

.p-gift-sec2__content {
	width: 100%;
}

.p-gift-sec2__headline {
	margin-bottom: 15px;
}

.p-gift-sec2__text {
	font-size: 14px;
}

.p-gift-list-sec1 {
	padding: 40px 15px;
}

.p-gift-list-sec1__title {
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.p-gift-list-sec1__title > span {
	padding-bottom: 10px;
}

.p-gift-list-sec1__h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.p-gift-list-sec1__wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.p-gift-list-sec1__item {
	margin-bottom: 40px;
	width: 100%;
}

.p-gift-list-sec1__item:first-child {
	margin-right: 0%;
}

.p-gift-list-sec1__img {
	height: 250px;
	margin-bottom: 10px;
}

.p-gift-list-sec1__headline {
	margin-bottom: 10px;
}

.p-gift-list-sec1__text {
	font-size: 14px;
}

.p-gift-list-sec1__btn .c-btn {
	width: 100%;
}

.p-how-sec1 {
	padding: 40px 15px;
}

.p-how-sec1__title {
	font-size: 31px;
	margin-bottom: 30px;
}

.p-how-sec1__title span {
	font-size: 14px;
}

.p-how-sec1__lead {
	font-size: 14px;
	margin-bottom: 40px;
}

.p-how-sec1__bnr {
	margin-bottom: 0px;
}

.p-how-sec1__nav {
	display: none;
}

.p-how-sec2__title {
	font-size: 28px;
}

.p-how-sec2__h3 {
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.p-how-sec2__text {
	font-size: 14px;
	line-height: 1.9;
}

.p-how-sec2__text > span {
	color: #38a9a0;
	display: block;
	margin: auto;
	text-align: center;
}

.p-how-sec2__wrap {
	flex-direction: column;
	font-size: 14px;
	margin-bottom: 30px;
}

.p-how-sec2__item {
	width: 100%;
}

.p-how-sec2__btn {
	text-align: center;
}

.p-how-sec2__btn > a {
	height: 47px;
	line-height: 47px;
}

.p-how-sec3__title {
	font-size: 28px;
}

.p-how-sec3__text {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-how-sec3__btn {
	text-align: center;
}

.p-how-sec3__btn > a {
	height: 47px;
	line-height: 47px;
}

.p-how-sec4__title {
	font-size: 28px;
}

.p-how-sec4__text {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-how-sec4__btn {
	text-align: center;
}

.p-how-sec4__btn > a {
	height: 47px;
	line-height: 47px;
}

.p-how-sec5__title {
	font-size: 28px;
}

.p-how-sec5__btn {
	text-align: center;
}

.p-how-sec5__btn > a {
	height: 47px;
	line-height: 47px;
}

.p-how-sec5__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-how-sec5__left {
	border-right: none;
	padding-bottom: 30px;
	width: 100%;
}

.p-how-sec5__left .p-how-sec5__item {
	padding: 30px 0px 30px 0px;
}

.p-how-sec5__left .p-how-sec5__item:nth-of-type(n + 2) {
	padding-top: 30px;
}

.p-how-sec5__right {
	width: 100%;
}

.p-how-sec5__right .p-how-sec5__item {
	padding: 30px 0px 30px 0px;
}

.p-how-sec5__right .p-how-sec5__item:nth-of-type(n + 2) {
	padding-top: 30px;
}

.p-how-sec5__item {
	padding: 30px 0px 30px;
}

.p-how-sec5__item:nth-of-type(n + 2) {
	padding-top: 30px;
}

.p-how-sec5__item:last-child {
	padding-bottom: 0;
}

.p-how-sec5__q {
	font-size: 19px;
	margin-bottom: 30px;
	padding-left: 60px;
}

.p-how-sec5__a {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
}

.p-how-sec5__a::before {
	content: url(../img/faq_a.png);
	flex-shrink: 0;
	float: none;
	padding-right: 10px;
	padding-top: 5px;
}

.p-news-list {
	padding: 50px 0;
}

.p-news-list__item {
	align-items: initial;
	flex-direction: column;
	padding: 15px 0;
}

.p-news-list__meta {
	flex-shrink: 0;
	font-size: 13px;
	margin-right: 0px;
}

.p-news-list__title {
	font-size: 14px;
}

.p-news-detail__wrap {
	flex-direction: column;
}

.p-news-detail__meta {
	font-size: 13px;
	margin-bottom: 20px;
}

.p-news-detail__content > p {
	font-size: 14px;
}

.p-news-detail__title {
	font-size: 25px;
}

.p-news-detail__img-wrap img {
	height: 160px;
}

.p-news-detail__btn {
	margin-top: 30px;
}

.p-service-sec1 {
	padding: 40px 15px;
}

.p-service-sec1__bnr {
	margin-bottom: 40px;
}

.p-service-sec1__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.p-service-sec1__title > span {
	padding-bottom: 10px;
}

.p-service-sec1__text1 {
	font-size: 14px;
	padding: 10px 0px;
}

.p-service-search {
	background: #36a89e;
	padding: 30px 15px;
}

.p-service-search__head {
	font-size: 16px;
	margin: 0 auto 20px;
}

.p-service-search__head > img {
	margin-right: 5px;
}

.p-service-search__wrap {
	flex-direction: column;
	margin-bottom: 10px;
}

.p-service-search__wrap--free {
	margin-bottom: 60px;
	width: 800px;
}

.p-service-search__input {
	flex-grow: initial;
	margin-bottom: 25px;
	margin-right: 0px;
	width: 100%;
}

.p-service-search__input input {
	font-size: 13px;
	padding: 16px 15px;
}

.p-service-search__item {
	margin-bottom: 20px;
	width: 100%;
}

.p-service-search__title {
	font-size: 15px;
}

.p-service-search__new-wrap {
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 25px 30px;
}

.p-service-search__new-wrap > div {
	font-size: 15px;
}

.p-service-search__new-wrap > div:first-child {
	margin-bottom: 0px;
	margin-right: 40px;
}

.p-service-search__btn {
	width: 100%;
}

.p-service-search__btn > a {
	width: 100%;
}

.p-service-list {
	padding: 0px 15px 80px;
}

.p-service-list__num {
	font-size: 13px;
	margin-bottom: 50px;
	text-align: center;
}

.p-service-list__num > span {
	font-size: 24px;
}

.p-service-list__wrap {
	flex-direction: column;
}

.p-service-list__item {
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}

.p-service-list__item:nth-of-type(odd) {
	margin-right: 0%;
}

.p-service-list__new {
	display: inline-block;
	font-size: 20px;
	height: 76px;
	left: -5px;
	line-height: 76px;
	top: -20px;
	width: 76px;
}

.p-service-list__img {
	margin-bottom: 10px;
}

.p-service-list__img img {
	height: 250px;
	width: 100%;
}

.p-service-list__meta {
	margin-bottom: 10px;
}

.p-service-list__meta p {
	font-size: 13px;
	padding: 4px 15px;
}

.p-service-list__title {
	margin-bottom: 10px;
}

.p-service-list__text {
	font-size: 14px;
	margin-bottom: 20px;
	min-height: auto;
}

.p-service-list__btn {
	text-align: center;
}

.p-service-list__btn > a {
	height: 51px;
	line-height: 51px;
	width: 100%;
}

.p-service-detail-head {
	align-items: center;
	background: linear-gradient(180deg, transparent 0%, transparent 10%, rgb(54, 168, 158) 10%, rgb(54, 168, 158) 100%);
	flex-direction: column-reverse;
	justify-content: space-between;
	padding-bottom: 15px;
}

.p-service-detail-head__content {
	margin-left: auto;
	padding: 15px;
	width: 100%;
}

.p-service-detail-head__meta {
	margin-bottom: 10px;
}

.p-service-detail-head__meta p {
	background: #fff;
	border-radius: 3px;
	color: #36a89e;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 3px 10px;
}

.p-service-detail-head__img {
	padding: 0;
	width: 100%;
}

.p-service-detail-head__img img {
	-o-object-fit: initial;
	height: auto;
	object-fit: initial;
	width: calc(100vw - 15px);
}

.p-service-detail-head__title {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.p-service-detail-head__btn > a {
	height: 51px;
	line-height: 51px;
}

.p-service-detail-content {
	padding: 50px 15px;
}

.p-service-detail-content__wrap {
	flex-direction: column;
}

.p-service-detail-content__left {
	margin-bottom: 30px;
	width: 100%;
}

.p-service-detail-content__pr {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}

.p-service-detail-content__pr > span {
	padding-bottom: 10px;
}

.p-service-detail-content__text {
	font-size: 14px;
}

.p-service-detail-content__right {
	width: 100%;
}

.p-service-detail-content__benefit {
	font-size: 24px;
	margin-bottom: 20px;
}

.p-service-detail-content__text2 {
	font-size: 21px;
}

.p-service-detail-comment {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	padding-left: calc(50vw - 500px);
}

.p-service-detail-comment__head {
	padding: 20px 15px 60px;
	writing-mode: initial;
}

.p-service-detail-comment__content {
	flex-direction: column;
	flex-grow: 1;
	padding: 0px 15px 20px;
}

.p-service-detail-comment__img {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -40px;
	width: 100%;
}

.p-service-detail-comment__text {
	font-size: 14px;
	line-height: 1.9;
	max-width: 450px;
}

.p-service-detail-btn {
	flex-direction: column;
	padding: 0 15px;
}

.p-service-detail-btn a:first-child {
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}

.p-service-detail-btn a:last-child {
	height: 46px;
	line-height: 40px;
	width: 100%;
}

.p-top-info__bnr {
	margin-bottom: 20px;
}

.p-top-info__bnr img {
	margin: auto;
}

.p-top-info {
	flex-direction: column;
	padding: 40px 15px 40px;
}

.p-top-info__title {
	margin-bottom: 30px;
	margin-right: 0px;
	text-align: center;
	writing-mode: initial;
}

.p-top-info__title > span {
	font-size: 14px;
	margin-left: 0px;
}

.p-top-info__table {
	margin-bottom: 30px;
}

.p-top-info__table dl {
	align-items: center;
	border-bottom: 1px solid #000;
	display: flex;
	padding: 10px 0 5px 0;
}

.p-top-info__table dt {
	font-size: 13px;
	margin-right: 20px;
}

.p-top-info__table dd {
	font-size: 14px;
}

.p-top-info__table a {
	color: #333333;
	text-decoration: none;
}

.p-top-nav__wrap {
	grid-template-columns: 100%;
	grid-template-rows: 178px 178px 178px 178px;
}

.p-top-nav__item {
	margin-bottom: 5px;
	padding: 35px 50px 20px;
	position: relative;
}

.p-top-nav__item::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
}

.p-top-nav__item--service {
	grid-column: 1/2;
	grid-row: 1/2;
	padding: 35px 50px 20px;
}

.p-top-nav__item--service .p-top-nav__head {
	align-items: flex-end;
	flex-direction: row;
	margin-bottom: 20px;
}

.p-top-nav__item--service .p-top-nav__head > .p-top-nav__icon {
	margin-right: 20px;
}

.p-top-nav__item--service .p-top-nav__icon img {
	width: 48px;
}

.p-top-nav__item--service .p-top-nav__title {
	margin: 0;
}

.p-top-nav__item--gift {
	grid-column: 1/2;
	grid-row: 2/3;
	padding-top: 20px;
}

.p-top-nav__item--gift .p-top-nav__icon img {
	width: 52px;
}

.p-top-nav__item--event {
	grid-column: 1/2;
	grid-row: 3/4;
}

.p-top-nav__item--event .p-top-nav__icon img {
	width: 58px;
}

.p-top-nav__item--consult {
	grid-column: 1/2;
	grid-row: 4/5;
}

.p-top-nav__item--consult .p-top-nav__icon img {
	width: 58px;
}

.p-top-nav__head {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.p-top-nav__head > .p-top-nav__icon {
	margin-right: 20px;
}

.p-top-nav__icon img {
	margin: auto;
}

.p-top-nav__title {
	font-size: 31px;
	letter-spacing: 0.2rem;
	text-align: left;
}

.p-top-nav__title > span {
	font-size: 14px;
}

.p-top-nav__text {
	display: none;
}

.p-top-nav__text-sp {
	font-feature-settings: "palt";
	font-size: 12px;
}

.p-top-nav__btn {
	display: none;
}

.p-top-sec1 {
	height: 493px;
}

.p-top-sec1__text1 {
	color: #333333;
	font-size: 24px;
	left: 20px;
	position: absolute;
	right: auto;
	text-orientation: initial;
	top: 30px;
	transform: initial;
	writing-mode: initial;
}

.p-top-sec1__text2 {
	bottom: 20px;
	font-size: 14px;
	left: 20px;
	max-width: calc(100% - 40px);
}

.p-top-how {
	flex-direction: column;
	padding: 40px 15px 40px;
}

.p-top-how__title {
	margin-bottom: 30px;
	margin-right: 0px;
	text-align: center;
	writing-mode: initial;
}

.p-top-how__title > span {
	font-size: 14px;
	margin-left: 0px;
}

.p-top-how__text {
	font-size: 14px;
}

.u-pc-only {
	display: none !important;
}

}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 2dppx) {

.p-how-sec5__a {
	left: -24px;
}

.p-how-sec5__a::before {
	content: url(../img/faq_a@2x.png);
	position: relative;
	top: -28px;
	transform: scale(0.5);
}

}

@media (max-width: 600px) {

.p-gift-slider {
	flex-direction: column;
	margin-bottom: 30px;
}

.p-gift-slider__large {
	margin-bottom: 20px;
	width: 100%;
}

.p-gift-slider__large img {
	height: 250px;
}

.p-gift-slider__thumbnail {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.p-gift-slider__thumbnail > div {
	width: calc((100% - 15px) / 4);
}

.p-gift-slider__thumbnail > div.thumbnail-current {
	position: relative;
}

.p-gift-slider__thumbnail > div.thumbnail-current::after {
	bottom: -5px;
	content: "";
	height: 2px;
	right: 0px;
	top: auto;
	width: 100%;
}

.p-gift-slider__thumbnail img {
	height: 60px;
	width: 100%;
}

.p-gift-slider .slick-prev {
	height: 25px;
	left: -12px;
	width: 25px;
}

.p-gift-slider .slick-next {
	height: 25px;
	right: -12px;
	width: 25px;
}

}

