/* アイコン */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

* {
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 0;
}

.liveup {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 3rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a[target="_blank"] {
	position: relative;
}

a[target="_blank"]::after {
	margin: 0 0 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
	font-size: 0.9em;
	position: absolute;
	top: 1px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.img {
	max-width: 980px;
	margin: 0 auto;
}

.text_style01+.img {
	margin-top: 50px;
}

/* fade-in */
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.0s ease-out, transform 1.2s ease-out;
}

.fade-in.in-view {
	opacity: 1;
	transform: translateY(0);
}

.main_visual_area {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 4% 50px;
}

.main_visual_area .mw1200 {
	height: 220px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.breadcrumbs {
	padding: 0;
	margin: 0;
}

.breadcrumbs ul,
.breadcrumbs li {
	margin: 0;
	padding: 0;
	color: #333;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs ul {
	display: flex;
	max-width: 1200px;
	margin: auto;
}

.breadcrumbs li {
	list-style: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 2.0em;
	position: relative;
}

.breadcrumbs li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.2em;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	transition: border-color 500ms ease;
}

.breadcrumbs li.active a {
	color: #333;
}

.breadcrumbs li:last-child:before {
	content: none;
}

.breadcrumbs+section {
	padding-top: 0;
}

.bg_gray {
	background: #f0f3f5;
}

.bg_black {
	background: #3c3c3c;
	color: #fff;
}

.bg_gray .section_title_L {
	padding-bottom: 6px;
	position: relative;
}

.bg_gray .content_section .section_title_L::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #D26E76;
	border-radius: 2px;
	margin-top: 16px;
}

.bg_pink {
	background: linear-gradient(to left, #FF95CA, #D26E76);
}

.bg_pink+.bg_pink section {
	padding-top: 0;
}

section {
	padding: 100px 3%;
	margin: 0 auto;
	position: relative;
}

.mw1200 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.page_title_h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 36px;
}

.page_title_h1 span {
	font-size: clamp(14px, 1.7vw, 20px);
}

h2 {
	font-size: 48px;
	margin-bottom: 1.0em;
}

.section_title_M {
	font-size: 1.25rem;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	letter-spacing: .04em;
	margin-bottom: 2em;
	color: #D26E76;
	text-align: center;
}

.section_title_L {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1;
	color: #333;
	text-align: center;
}

h3 {
	font-size: 48px;
	margin-bottom: 1.0em;
	color: #D26E76;
	line-height: 1.4;
}

.title_h3 {
	font-size: 24px;
}

.text_style01 {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 1.0em;
}

.text_style01 a {
	text-decoration: underline;
	color: #D26E76;
}

.text_large {
	font-size: 24px;
	line-height: 1.7;
	margin-bottom: 1.0em;
}

.des_text {
	margin-bottom: 50px;
}

.link_btn {
	text-align: right;
}

.text_left {
	text-align: left;
}

/* ボタン */
.background_btn01 {
	display: block;
	color: #D26E76;
	font-weight: normal;
	width: 100%;
	max-width: 300px;
	text-decoration: none;
	border: 1px solid #D26E76;
	padding: 0.7em 1em;
	margin: 60px auto 0;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #D26E76 0%, #D26E76 50%, #fff 50%, #fff 100%);
	transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.background_btn01:hover,
a:hover .background_btn01 {
	background-position: 0 0;
	color: #fff;
}

.background_btn02 {
	display: block;
	color: #D26E76;
	font-weight: normal;
	width: 100%;
	max-width: 200px;
	text-decoration: none;
	border: 1px solid #D26E76;
	padding: 0.7em 1em;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #D26E76 0%, #D26E76 50%, #fff 50%, #fff 100%);
	transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.background_btn02:hover,
a:hover .background_btn02 {
	background-position: 0 0;
	color: #fff;
}


/* footer */
footer {
	background-color: #D26E76;
	color: #fff;
	padding: 60px 20px 30px;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.footer_left_column {
	flex: 1 1 200px;
	margin-bottom: 30px;
}

.footer_logo img {
	max-width: 200px;
	height: auto;
}

.footer_right_column {
	flex: 2 1 600px;
}

.footer_tagline {
	font-size: 56px;
	margin-bottom: 20px;
	text-align: right;
}

.footer_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.menu_group {
	min-width: 150px;
}

.menu_title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	border-left: 3px solid #fff;
	padding-left: 8px;
}

.footer_submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_submenu li {
	margin-bottom: 8px;
}

.footer_submenu li a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}

.footer_submenu li a:hover {
	border-bottom: solid 1px;
}

.copyright {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	color: #f5eaea;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
	.footer_inner {
		flex-direction: column;
		align-items: center;
	}

	.footer_right_column {
		margin-top: 30px;
		text-align: center;
	}

	.footer_menu {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.menu_group {
		min-width: unset;
	}

	.menu_title {
		border-left: none;
		padding-left: 0;
	}
}

.content_text {
	flex: 1;
}

.content_img {
	position: relative;
	flex: 1;
}

.content_img img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
	border-radius: 12px;
}

.content_img {
	position: relative;
	flex: 1;
}

.content_img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	position: relative;
	z-index: 2;
}

.content_img img {
	width: 100%;
	max-width: 500px;
	transform: rotate(-2deg);
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	display: block;
	margin-left: auto;
}

.section_title {
	font-size: 36px;
	color: #ffffff;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.section_title::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	margin-top: 6px;
}

.section_desc {
	color: #ffffff;
}

.service_box {
	flex: 1;
	min-width: 280px;
	background-color: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.service_title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0 0 15px;
}

.service_list {
	list-style-type: disc;
	padding-left: 20px;
}

.service_list li {
	margin-bottom: 6px;
}

/* flx */
.flx {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.flx+.flx {
	margin-top: 20px;
}

/* table */
.table_style01 {
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

.table_style01 th,
.table_style01 td {
	border: 1px solid #ccc;
	padding: 0.7em 1em;
}

.table_style01 th {
	background: rgba(204, 204, 204, 0.2);
	color: #333;
	font-weight: normal;
}

/* cardtype_menu_list */
.cardtype_menu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
}

.cardtype_menu_list::-webkit-scrollbar {
	height: 6px;
}

.cardtype_menu_list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.menu_card {
	position: relative;
	flex: 0 0 auto;
	width: calc((100% - 20px)/2);
	height: 380px;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.6s cubic-bezier(.25, .8, .25, 1), box-shadow 0.6s;
}

.menu_card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.card_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.card_img img.effect {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.menu_card:hover .card_img img.effect {
	transform: scale(1.1);
}

.card_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
	opacity: 0;
	transition: opacity 0.5s;
}

.menu_card:hover .card_overlay {
	opacity: 1;
}

.card_content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 2;
}

.menu_card_title {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	border-radius: 4px;
	display: inline-block;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	transition: transform 0.4s, background 0.5s;
}

.menu_card:hover .menu_card_title {
	transform: translateY(-3px);
}

.text_box p.text_style01 {
	line-height: 1.6;
	margin: 0;
	transition: transform 0.4s, opacity 0.4s;
	opacity: 0.9;
}

.menu_card:hover .text_box p.text_style01 {
	transform: translateY(-3px);
	opacity: 1;
}

.background_btn02 {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	border-radius: 6px;
	background: linear-gradient(135deg, #D26E76, #FF9BA0);
	color: #fff;
	font-weight: bold;
	width: fit-content;
	transition: transform 0.4s, background 0.4s;
}

.background_btn02:hover {
	transform: translateY(-2px) scale(1.05);
	background: linear-gradient(135deg, #FF9BA0, #D26E76);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
	.service_area {
		padding: 100px 4% 100px 4%;
	}

	.cardtype_menu_list {
		flex-direction: column;
		align-items: center;
		overflow-x: visible;
	}

	.menu_card {
		width: 90%;
		height: 360px;
	}

	.card_content {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
	.cardtype_menu_list {
		flex-direction: column;
		align-items: center;
	}

	.menu_card {
		width: 100%;
	}
}

.column_split {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 160px 0;
	flex-wrap: wrap;
}

.split_text {
	width: 55%;
	z-index: 1;
	position: relative;
	background: rgb(255 255 255 / 100%);
	padding: 45px 45px 0 0;
}

.column_split.reverse .split_text {
	padding: 45px 0 0 45px;
}

.split_image {
	width: 50%;
	position: absolute;
	top: -60px;
	right: 0;
	z-index: 0;
}

.split_image img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.case_title {
	font-size: 24px;
	background: #D26E76;
	display: inline-block;
	margin-bottom: 1em;
	line-height: 1.7;
	color: #fff;
	padding: 4px 15px;
}

.case_list {
	margin-bottom: 30px;
}

.case_list li {
	font-size: 24px;
	line-height: 1.7;
}

.item {
	position: relative;
	font-size: 20px;
	padding-left: 20px;
}

.item::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #D26E76;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.column_split.reverse {
	flex-direction: row-reverse;
}

.column_split.reverse .split_image {
	left: 0;
	right: auto;
}

.marker {
	position: relative;
	display: inline-block;
}

.marker::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.1em;
	width: 100%;
	height: 0.6em;
	background: #ffdfe1;
	transform: scaleX(0) skewX(-35deg);
	transform-origin: left;
	transition: transform 0.6s ease 0.6s;
	z-index: -1;
}

.marker.show::before {
	transform: scaleX(1) skewX(-35deg);
}

.marker {
	position: relative;
	z-index: 1;
}

/*************************************
  contact
*************************************/
form#mail_form .privacy_check {
	text-align: center;
	padding: 1em;
}

form#mail_form input[type="button"]:disabled {
	background: #ddd;
	border: 1px solid #ddd;
}

form#mail_form input[type="button"]:disabled:hover {
	pointer-events: none;
	background: #ddd;
	border: 1px solid #ddd;
}

.thanks_title {
	font-size: 32px;
	margin-bottom: 1.7em;
}

/*************************************
  PRIVACY POLICY
*************************************/
.privacy .privacy_wrap {
	background: #fff;
}

.privacy h3 {
	margin: 50px 0 20px 0;
	padding: 10px 0 10px 20px;
	font-size: 24px;
	border-left: 5px solid #D26E76;
}

.privacy .privacy_wrap ol {
	margin: 20px 0 0 1.7em;
}

.privacy .privacy_wrap ol li {
	position: relative;
	list-style: outside decimal;
	padding: 0 0 0 5px;
}

.privacy .privacy_wrap ol li::marker {
	font-size: 130%;
	font-weight: 700;
	color: #D26E76;
}

.privacy .privacy_wrap li+li {
	margin-bottom: 15px;
}

.privacy .privacy_wrap li {
	font-size: 14px;
	line-height: 1.7;
}

/*****************************************************
  レスポンシブ
/****************************************************/
@media screen and (max-width: 1300px) {
	.catchy {
		font-size: 3.2rem;
	}
}

/*****************************************************
  PC 767px以下
/****************************************************/
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.breadcrumbs li {
		font-size: 10px;
		margin-right: 1.5em;
	}

	.breadcrumbs li:before {
		right: -1em;
		margin: auto;
		width: 4px;
		height: 4px;
	}

	.background_btn02 {
		font-size: 14px;
	}

	.passing .passing-txt {
		font-size: 2.4rem;
		margin-bottom: 5px;
	}

	.breadcrumbs li {
		font-size: 12px;
	}

	section {
		padding: 60px 4%;
	}

	.flx {
		flex-direction: column;
	}

	iframe {
		height: 40vh;
	}

	.footer_inner .footer_logo {
		width: 160px;
	}

	.footer_menu {
		gap: 8px;
	}

	.footer_inner {
		padding: 30px 4%;
		display: block;
	}

	.footer_left_column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer_menu {
		display: none;
	}

	.footer_menu li {
		font-size: 14px;
	}

	.footer_tagline {
		font-size: 18px;
		text-align: center;
	}

	p.copyright {
		text-align: center;
		font-size: 12px;
	}

	.main_visual_area {
		padding: 34px 4% 24px;
	}

	.main_visual_area .mw1200 {
		height: 17vh;
	}

	.page_title_h1 {
		font-size: 20px;
	}

	.section_title {
		font-size: 20px;
		font-weight: 600;
	}

	.section_title_L {
		font-size: 20px;
	}

	.text_large {
		font-size: 16px;
	}

	.table_style01 th,
	.table_style01 td {
		width: 100%;
		font-size: 14px;
		display: block;
		padding: 10px;
	}

	.table_style01 tr:not(:last-child) td,
	.table_style01 tr th {
		border-bottom: 0;
	}

	.main_content section {
		padding: 40px 4%;
	}

	.column_split {
		flex-direction: column;
		margin: 40px 0;
	}

	.split_text,
	.split_image {
		width: 100%;
		position: static !important;
		z-index: auto;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 20px;
		padding: 0;
	}

	.column_split.reverse .split_text {
		padding: 0;
	}

	.split_image {
		margin-top: 10px;
	}

	.column_split.reverse {
		flex-direction: column;
	}

	.case_title {
		font-size: 16px;
		padding: 3px 7px;
		display: block;
	}

	.case_list li {
		font-size: 16px;
	}

	.item {
		font-size: 16px;
		padding-left: 16px;
	}

	.service_box {
		padding: 20px;
	}

	.service_title {
		font-size: 16px;
	}

	.privacy h3 {
		margin: 24px 0 18px 0;
		padding: 6px 0 6px 10px;
		font-size: 18px;
	}

	.privacy .privacy_wrap ol {
		margin: 20px 0 0 1.5em;
	}

	.privacy .privacy_wrap li {
		font-size: 14px;
	}

	.privacy .privacy_wrap li+li {
		margin-bottom: 0.7em;
	}
}