@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}
/* body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */
html body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	line-height: 1.15;
}
html body.open {
	height: 100%;
	overflow: hidden;
}

html.front .front_area {
	background-color: transparent;
	overflow: visible;
}
@media print {
	.no-print {
		display: none;
	}
}
img {
	max-height: 100%;
	height: auto;
}
img {
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
}
img[draggable="true"] {
	-webkit-user-drag: auto;
}
for android *[draggable="true"] img {
	-webkit-touch-callout: none;
}
.l-main h2 {
	margin-top: 40px;
	font-size: 40px;
	font-weight: 700;
	color: #000;
}
@media screen and (max-width: 768px) {
	.l-main h2 {
		margin-top: 20px;
		font-size: 24px;
	}
}

.header_breadcrumb {
	display: none !important;
}

.newcms_bread_wrapper {
	display: none !important;
}

.l-footer {
	background: #ff0000;
}
.l-footer p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.l-footer p {
		height: 53px;
		font-size: 13px;
	}
}

.app {
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.app {
		width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.app {
		width: 100%;
		overflow: hidden;
	}
}
/* .main {
	background: #faf5ed;
	text-align: center;
	padding: 32px 0;
} */
html {
	scroll-behavior: smooth;
}
.scroll_down {
	position: absolute;
	height: 157px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	right: 10%;
	bottom: -150px;
}

.scroll_down:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(
		180deg,
		rgba(#000, 0) 0,
		rgba(#000, 0.8) 80%,
		rgba(#000, 0.8) 100%
	);
}

.scroll_down a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 13px;
	padding: 10px 12px 110px;
	color: #000;
	font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	transition: 0.2s;
	overflow: hidden;
	margin: auto;
}

.scroll_down a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 77%;
	width: 1px;
	height: 100px;
	background: #ddd;
}

.scroll_down a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 77%;
	width: 1px;
	height: 100px;
	background: #000;
}

.scroll_down a:hover {
	opacity: 0.5;
}

#scroll_down a:after {
	animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@media screen and (max-width: 768px) {
	.scroll_down {
		right: 10%;
		bottom: -21%;
	}
}
section {
	margin: 70px 0;
}

section.main {
	margin: 74px 0 70px;
}


section h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: Outfit;
	font-size: 92px;
	font-weight: bold;
	line-height: 0.7;
}
section h2 span {
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 768px) {
	section {
		margin: 50px 0;
	}

	section.main{
		margin: 50px 0;
	}

	section h2 {
		font-size: 60px;
	}
	section h2 span {
		font-size: 12px;
	}
}

.service-intro li{
	margin: 0 20px 60px;
}

.service-intro .t-logo{
	width: 70%;
}

.service-intro .e-logo{
	width: 100%;
}

.service-intro .title{
	width: 80%;
	margin-bottom: 25px;
}

.service-intro p{
	font-size: 14px;
	line-height: 2.0;
}

.service-intro .text-wrap{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	

}

@media screen and (min-width: 500px) {
	.service-intro li {
		margin: 0 10% 70px;
	}
	.service-intro p{
		font-size: 16px;
		line-height: 2.0;
	}
}


@media screen and (min-width: 660px) {
	.service-intro li {
		margin: 0 20% 80px;
	}
	.service-intro p{
		font-size: 18px;
		line-height: 2.0;
	}
}



/* @media screen and (max-width: 500px) {
	.service-intro li {
		margin: 0 8% 60px;
	}
	.service-intro p{
		font-size: 16px;
		line-height: 2.0;
	}
} */



.message {
	scroll-margin-top: 100px;
}
.message .inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 50px;
}
.message .inner p {
	line-height: 3.2;
}


@media screen and (max-width: 899px) {
	.message .inner .u-pcOnly{
		display: none;
	}

	.message .u-spOnly {
        display: block;
    }
	.sp_window {
        width: 50%;
        display: block;
        margin: 50px auto;
	}

}


@media screen and (max-width: 768px) {
	.message .inner {
		gap: 16px;
		align-items: flex-start;
	}
	.sp_window {
		width: 60%;
		display: block;
		margin: 50px auto;
	}
}

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

	.message .inner p{
		font-size: 14px;
		line-height: 2.8;
	}

	section.message{
	margin: 30px 0 50px;
	}
}




.message .massage_logo {
	text-align: center;
	margin: 20px;
}
.gallery {
	scroll-margin-top: 100px;
}
.gallery .inner {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.gallery .inner h3 {
	font-weight: bold;
}
.gallery .inner h3 .sub {
	font-size: 16px;
	border-bottom: 4px solid;
	padding-bottom: 12px;
}
.gallery .inner h3 .main_ttl {
	font-size: 36px;
	border-bottom: 1px solid;
	padding: 12px 0;
	margin-bottom: 20px;
}
.gallery .inner .gallery_list {
	width: 780px;
}
.gallery .inner .gallery_list li {
	margin-bottom: 64px;
}
.gallery .inner .gallery_list li .img_list {
	margin-bottom: 64px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.gallery .inner .gallery_list li .img_list li {
	margin-bottom: 0;
}
.gallery .inner .gallery_list li .img_list li.ad1 {
	width: 100%;
}

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

	.youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.youtube iframe {
		width: 100%;
		height: 100%;
	}


	.gallery .inner .gallery_list{
		width: 620px;
	}

.img_list li.ad1{
	width: 100%;
}

.img_list li img{
	width: 100%;
}

.img_list .add2{
	width: 49%;
}

}



@media screen and (max-width: 768px) {
	.gallery .inner {
		display: block;
		padding-top: 40px;
	}
	.gallery .inner h2 {
		-ms-writing-mode: tb-rl;
		writing-mode: horizontal-tb;
		text-align: center;
		line-height: 0.4;
	}
	.gallery .inner .gallery_list {
		width: 100%;
		margin-top: 18px;
	}
	.gallery .inner h3 .sub {
		font-size: 14px;
	}
	.gallery .inner h3 .main_ttl {
		font-size: 20px;
	}
	.youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.youtube iframe {
		width: 100%;
		height: 100%;
	}
	.gallery .inner .gallery_list li .img_list li {
		width: calc(50% - 6px);
	}
	.gallery .inner .gallery_list li .img_list li img {
		width: 100%;
	}
}
.concept {
	scroll-margin-top: 72px;
	background-image: url(../images/bg_concept.png);
	padding: 100px 0;
	background-position: center;
}
.concept .inner {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	gap: 50px;
}
.concept .inner .glass_box {
	background: rgba(255, 255, 255, 0.25);
	border-radius: 20px;
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 48px;
	line-height: 3;
	text-align: center;
	width: 96%;
}

@media screen and (max-width: 999px) {
	.concept .inner{
		gap: 0;
	}

	.concept .inner .glass_box{
		width: 70%;
	}

}



@media screen and (max-width: 768px) {
	.concept {
		padding: 50px 0;
		margin-bottom: 0;
	}
	.concept .inner {
		gap: 16px;
	}
	.concept-inner {
		width: 89%;
	}
	.concept .inner .glass_box {
		padding: 12px;
		line-height: 2;
		font-size: 12px;
	}
}

@media screen and (max-width: 449px) {
	.concept .inner .glass_box{
		width: 100%;
	}

}

.main-inner {
	position: relative;
}

.concept-inner,
.inner {
	max-width: 1000px;
	margin: 0 auto;
}
.merit .inner {
	max-width: 800px;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	.main-inner,
	.concept-inner,
	.merit .inner,
	.inner {
		max-width: 100%;
		margin: 0 auto;
	}
	.inner {
		padding: 0 12px;
	}
	.main-inner img {
		width: 100%;
	}
}

@media screen and (max-width: 449px) {
	section.main{
		margin: 50px 0 0px;
	}
}


@media screen and (max-width: 768px) {
	.cvArea-inner {
		padding-top: 32px;
	}
}
.cvArea,.cvArea--other {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 80px;
	border-radius: 10px;
}



@media screen and (max-width: 768px) {
	.cvArea,.cvArea--other {
		margin: 40px 0 40px;
	}

	.cvArea-content,.cvArea-content--other {
		width: 80%;
		margin: 0 auto;
		top: 50px;
	}
}


.cvArea .cvArea-inner p,.cvArea--other .cvArea-inner--other p {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 180%;
}

.cvArea--other p{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 180%;
}
@media screen and (max-width: 768px) {
	.cvArea .cvArea-inner p, .cvArea--other .cvArea-inner--other p  {
		font-size: 16px;
	}
	.cvArea--other p {
		font-size: 16px;
	}
}
.cvArea p span {
	color: #ff0000;
}
.cvArea-anchor {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	max-width: 650px;
	height: 85px;
	margin: 30px auto 0;
	padding-right: 40px;
	border-radius: 50px;
	background: #ff0000;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}


.cvArea--other p span {
	color: #005EAB;
}

.cvArea-content--other .cvArea-anchor {
	background: #005EAB;
}


@media screen and (max-width: 768px) {
	.cvArea-anchor {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		height: 50px;
		padding-right: 20px;
		font-size: 16px;
		margin-top: 16px;
	}
}
.cvArea-anchor span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 44px;
	color: #ff0000;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-radius: 26.5px;
	background: #fff;
}

.cvArea-content--other .cvArea-anchor span {
	color: #005EAB;
}




@media screen and (max-width: 768px) {
	.cvArea-anchor span {
		width: 42px;
		height: 21px;
		font-size: 13px;
	}
	.top-outer--cvArea {
		margin: 0px;
	}
	.cvArea-inner {
		padding-top: 0;
	}
}
.cvArea-anchor::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.cvArea-anchor::after {
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 20px;
	}
}
.cvArea-anchor:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.cvArea-imgOuter img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.cvArea-imgOuter img {
		height: 167px;
	}
}

.graphic-inner {
	position: relative;
	margin: 177px auto 0;
}
.graphic-content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.graphic-content {
		top: -128px;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.graphic-inInner {
	max-width: 900px;
	padding: 100px 633px 186px 43px;
	background-color: #fff;
	border-radius: 15px;
}
@media screen and (max-width: 768px) {
	.graphic-inInner {
		width: 89%;
		padding: 28px 80px 220px;
		border-radius: 0px 15px 15px 0px;
	}
}
.graphic-wrapper {
	-webkit-transform: translateX(21%);
	transform: translateX(21%);
	width: 80%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
	.graphic-wrapper {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
		width: 100%;
		margin: 0;
	}
}
.graphic-item {
	padding: 0 25px;
}
@media screen and (max-width: 768px) {
	.graphic-item {
		width: clamp(226px, 60vw, 514px);
		padding: 0 10px;
	}
}
.graphic-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 74px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
	text-align: left;
	z-index: 9998;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.header {
		height: 50px;
		overflow: visible;
	}
}
@media screen and (max-width: 768px) {
	.header.open {
		box-shadow: none;
	}
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.header-inner {
		padding: 0 15px;
	}
}
@media screen and (max-width: 768px) {
	.header-logo {
		width: 136px;
	}
}
@media screen and (max-width: 768px) {
	.header-logo img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.header-nav {
		display: none;
	}
}
.header-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
}
.header-nav a {
	font-size: 17px;
	font-weight: 700;
	color: #333;
}
.header-menuBtn {
	position: relative;
	width: 30px;
	height: 12px;
	cursor: pointer;
}
.header-menuBtn span {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #ff0000;
	position: absolute;
	left: 0;
	transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header-menuBtn span:nth-of-type(1) {
	top: 0;
}
.header-menuBtn span:nth-of-type(2) {
	bottom: 0;
}
.header-menuBtn.open span:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.header-menuBtn.open span:nth-of-type(2) {
	bottom: 5px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
.header-menuText {
	margin-top: 8px;
	color: #ff0000;
	font-size: 10px;
	font-weight: 700;
}
.header-menuText.open {
	margin-top: 5px;
}
.header-navSp {
	display: none;
}
@media screen and (max-width: 768px) {
	.header-navSp {
		display: block;
		width: 100vw;
		height: 100dvh;
		padding: 30px 20px 0;
		background: linear-gradient(86deg, #fdebea 0%, #f0f2ff 99.63%);
		position: absolute;
		top: 50px;
		left: 100%;
		transition: left 0.3s;
	}
}
@media screen and (max-width: 768px) {
	.header-navSp.open {
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	.header-navSp a {
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #d2d6db;
	}
}
@media screen and (max-width: 768px) {
	.header-navSp a p {
		margin-top: 10px;
		font-size: 22px;
		font-weight: 700;
		line-height: 150%;
	}
}

.merit {
	display: flex;
	background-color: #fdebea;
	scroll-margin-top: 75px;
	justify-content: center;
}

.top-agent--merit .merit {
	background-color: #EAF4FD;
}


.merit .window{
	margin: 40px auto;
    display: block;
}

@media screen and (max-width: 768px) {
	.merit {
		scroll-margin-top: 50px;
	}
}
.merit-imgOuter {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.merit-imgOuter {
		display: none;
	}
}
.merit-imgOuter img {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100dvh;
	-o-object-fit: cover;
	object-fit: cover;
}
.merit-content {
	padding: 80px 50px 69px;
}
@media screen and (max-width: 768px) {
	.merit-content {
		width: 90%;
		margin: 50px auto;
		padding: 0;
	}
}
.merit h2 {
	margin: 0;
	color: #ff0000;
	font-size: 36px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	padding: 10px 0;
	width: 70%;
    margin: 0 auto;
}

.top-agent--merit .merit h2 {
	color: #005EAB;
	border-top: 2px solid #005EAB;
	border-bottom: 2px solid #005EAB;
}


@media screen and (max-width: 768px) {
	.merit h2 {
		font-size: 22px;
		width: 100%;
	}

	.merit .cvArea-content,.merit .cvArea-content--other{
		width: 100%;
	}
}

.merit-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 40px 0 60px;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.merit-list {
		margin-top: 30px;
		flex-direction: column;
	}

}
.merit-item {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	z-index: 0;
	width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
	.merit-item {
		padding: 25px 20px;
		width: 100%;
	}
}
.merit-itemContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-top: 20px;
	flex-direction: column;
}
@media screen and (max-width: 768px) {
	.merit-itemContent {
		flex-direction: column;
		gap: 20px 0;
	}
}
.merit-itemTitle,
.merit-itemTitle--04,
.merit-itemTitle--03,
.merit-itemTitle--02,
.merit-itemTitle--01 {
	position: relative;
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

.top-agent--merit .merit-itemTitle,
.top-agent--merit .merit-itemTitle--04,
.top-agent--merit .merit-itemTitle--03,
.top-agent--merit .merit-itemTitle--02,
.top-agent--merit .merit-itemTitle--01 {
	color: #005EAB;
}


@media screen and (max-width: 768px) {
	.merit-itemTitle,
	.merit-itemTitle--03,
	.merit-itemTitle--02,
	.merit-itemTitle--01 {
		font-size: 20px;
		text-align: center;
	}
}
.merit-itemTitle::before,
.merit-itemTitle--04::before,
.merit-itemTitle--03::before,
.merit-itemTitle--02::before,
.merit-itemTitle--01::before {
	content: "";
	display: block;
	width: 200px;
	height: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 75%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.merit-itemTitle::before,
	.merit-itemTitle--04::before,
	.merit-itemTitle--03::before,
	.merit-itemTitle--02::before,
	.merit-itemTitle--01::before {
		width: 184px;
		height: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		margin: 0;
	}
}
.merit-itemTitle--01::before {
	background: url(../images/merit01.svg) no-repeat top/contain;
}
.merit-itemTitle--02::before {
	background: url(../images/merit02.svg) no-repeat top/contain;
}
.merit-itemTitle--03::before {
	background: url(../images/merit03.svg) no-repeat top/contain;
}
.merit-itemTitle--04::before {
	background: url(../images/merit04.svg) no-repeat top/contain;
}

.top-agent--merit .merit-itemTitle--01::before {
	background: url(../images/e-merit01.svg) no-repeat top/contain;
}
.top-agent--merit .merit-itemTitle--02::before {
	background: url(../images/e-merit02.svg) no-repeat top/contain;
}
.top-agent--merit .merit-itemTitle--03::before {
	background: url(../images/e-merit03.svg) no-repeat top/contain;
}
.top-agent--merit .merit-itemTitle--04::before {
	background: url(../images/e-merit04.svg) no-repeat top/contain;
}



.merit-inImgOuter {
	width: 100%;
	background: #fdebea;
	text-align: center;
	border-radius: 10px;
}

.top-agent--merit .merit-inImgOuter {
	background: #EAF4FD;
}

.merit p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	margin-top: 12px;
}
.merit p:nth-child(2) {
	margin-top: 10px;
	font-size: 12px;
}

.merit .merit-item p span{
	font-size: 12px;
}
.remodal {
	margin: 0;
	padding: 0;
	background: transparent;
}
.remodal iframe {
	width: 100%;
}

.remodal-close {
	top: -40px;
	right: 0;
	left: auto;
	width: 35px;
	height: 35px;
	color: white;
}
.remodal-close:hover {
	color: white;
}
.remodal-close::before {
	width: 100%;
	font-size: 50px;
	line-height: 35px;
}

.slick-list {
	padding: 0 12% 0 0 !important;
}
.slick-prev {
	display: none !important;
}
.slick-next {
	width: 70px;
	height: 70px;
	background: url(./img/slick-next.png) no-repeat center/cover;
	right: 42vw;
}
@media screen and (max-width: 768px) {
	.slick-next {
		width: 40px;
		height: 40px;
		right: 38vw;
	}
}
.slick-next:hover,
.slick-next:focus {
	background: url(./img/slick-next.png) no-repeat center/cover;
}
.slick-next::before {
	content: "";
}

.top-outer,
.top-outer--message {
	position: relative;
	padding: 100px 0;
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.top-outer,
	.top-outer--message {
		padding: 50px 0;
	}
}
.top-outer--message {
	background-color: transparent;
}
.top-outer--gallery {
	position: relative;
	background: rgba(242, 244, 255, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) {
	.top-outer--gallery {
		padding: 50px 0;
	}
}
.top-outer--gallery::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(242, 244, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top-bgimg {
	position: relative;
	overflow: hidden;
}
.top-bgimg-inner::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(./img/heroArea_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
	.top-bgimg-inner::before {
		width: 109%;
		height: 700px;
		background: url(./img/heroArea_bg_sp.webp) no-repeat center/cover;
	}
}

.tvcm-inner {
	max-width: 1000px;
	margin: 107px auto 0;
}
@media screen and (max-width: 768px) {
	.tvcm-inner {
		margin: 30px auto 0;
	}
}
.tvcm-content {
	position: relative;
	max-width: 900px;
	margin: 0 0 0 auto;
	padding: 100px 52px 186px 632px;
	background-color: #fff;
}
.tvcm-content:nth-of-type(1) {
	padding: 100px 52px 360px 632px;
	border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
	.tvcm-content:nth-of-type(1) {
		margin-top: 50px;
		padding: 30px 60px 364px;
	}
}
.tvcm-content:nth-of-type(2) {
	padding: 100px 52px 186px 632px;
	border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
	.tvcm-content:nth-of-type(2) {
		padding: 30px 60px 308px;
	}
}
@media screen and (max-width: 768px) {
	.tvcm-content {
		width: 89%;
	}
}
.tvcm-movieOuter {
	position: absolute;
	top: -57px;
	left: -100px;
}
@media screen and (max-width: 768px) {
	.tvcm-movieOuter {
		width: 317px;
		height: 169px;
		top: 120px;
		left: -32px;
	}
}
@media screen and (max-width: 768px) {
	.tvcm-movieOuter iframe {
		width: 100%;
		height: 100%;
	}
}
.tvcm-switchButtonOuter,
.tvcm-switchButtonOuter--doryo,
.tvcm-switchButtonOuter--deai {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
	position: absolute;
}
@media screen and (max-width: 768px) {
	.tvcm-switchButtonOuter,
	.tvcm-switchButtonOuter--doryo,
	.tvcm-switchButtonOuter--deai {
		flex-direction: column;
		gap: 15px 0;
	}
}
.tvcm-switchButtonOuter--deai {
	left: -80px;
	bottom: 140px;
}
@media screen and (max-width: 768px) {
	.tvcm-switchButtonOuter--deai {
		left: -28px;
		bottom: 20px;
	}
}
.tvcm-switchButtonOuter--doryo {
	left: 90px;
	bottom: -26px;
}
@media screen and (max-width: 768px) {
	.tvcm-switchButtonOuter--doryo {
		left: -28px;
		bottom: 30px;
	}
}
.tvcm-switchButton {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 309px;
	height: 57px;
	border-radius: 5px;
	border: 2px solid #fff;
	background: linear-gradient(88deg, #9eb3ff 1.2%, #ff0000 99.76%);
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
	.tvcm-switchButton {
		height: 50px;
		font-size: 15px;
	}
}
.tvcm-switchButton::after {
	content: "";
	display: block;
	width: 47px;
	height: 6px;
	background: url(./img/arrow_white.svg) no-repeat center/cover;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tvcm-switchButton:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.merit-textOuter p a {
	text-decoration: underline;
}
.u-pcOnly {
	display: block;
}
@media screen and (max-width: 768px) {
	.u-pcOnly {
		display: none;
	}
}

.u-spOnly {
	display: none;
}
@media screen and (max-width: 768px) {
	.u-spOnly {
		display: block;
	}
}


.sns-share_wrap{
	position: sticky;
	width: 90px;
	top:200px;
	left: 0;
	z-index: 99;
	height: 0;
}

.sns-share_wrap ul{
	background-color:#F8F8F8;
	border-radius: 0 20px 20px 0;
	display: flex;
    flex-direction: column;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
	gap: 35px;
	padding: 40px 0;
}


.sns-share_wrap li{
}


.sns-share_wrap img{
	width: 40px;
    margin: 0 auto;
    display: block;
}


summary img {
    transform: translateY(-30%) rotate(180deg);
    width: 20px;
    height: 20px;
    margin-left: 10px;
    content: '';
    transition: transform .3s;
}

.sns-share_accordion[open] summary img {
    transform: translateY(-30%) rotate(0deg);
}

.sns-share_accordion[open] summary {
    padding-left: 60px;
}

.sns-share_toggle {
    cursor: pointer;
    list-style: none;
}

.sns-share_toggle::-webkit-details-marker {
    display: none;
}



/* デフォルト：開いている状態（初期） */
/* .sns-share_accordion[open] ul {
    max-height: 500px;
    opacity: 1;
    transform: translateX(0);
} */

/* 閉じた状態 */
/* .sns-share_accordion:not([open]) ul {
    max-height: 0;
    opacity: 0;
    transform: translateX(-40px);
    overflow: hidden;
} */

/* ユーザー操作時のみアニメーション */
/* .sns-share_accordion ul {
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
} */


.sns-share_wrap .sns-share_toggle{
	display: flex;
	flex-direction: row;
}

.sns-share_wrap .is-open .sns-share_toggle{
	display: flex;
	flex-direction: row-reverse;
}


.sns-share_wrap .sns-share_anchor{
	width: 30px;
	margin: 0 0 15px 10px;
	transform: rotate(-180deg);
}

.sns-share_wrap .is-open .sns-share_anchor{
	transform: rotate(0deg);
	margin: 0 0 15px;
	display: flex;
	flex-direction: column-reverse;
}

.sns-share_wrap ul{
	transform: translateX(-50px);;
}

.sns-share_wrap ul li{
	opacity: 0;
	pointer-events:none;
}

.sns-share_wrap .is-open ul{
	transform: translateX(0);;
}

.sns-share_wrap .is-open ul li{
	opacity: 1;
	pointer-events: fill;
}

.sns-share_wrap .is-open ul li:hover{
	opacity: 0.5;
	transition: 0.4s;
}



.sns-share_wrap .sns-share_toggle,.sns-share_wrap .is-open .sns-share_toggle,.sns-share_wrap .sns-share_anchor,.sns-share_wrap .is-open .sns-share_anchor{
	transition: transform 0.2s ease;
}

.sns-share_wrap ul,.sns-share_wrap ul li,.sns-share_wrap .is-open ul,.sns-share_wrap .is-open ul li{
	transition: transform 0.3s ease;
}



@media screen and (max-width: 768px) {
	.sns-share_wrap{
		width: 100%;
		position: fixed;
		bottom: 125px;
		top: inherit;
		
	}

	.sns-share_wrap ul{
		flex-direction: row;
		justify-content: center;
		border-radius: 10px 10px 0px 0;
		gap: 35px;
    	padding: 20px 0;
		-webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.15);
    	box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.15);
		transform: translate(0,50px);;

	}
	
	.sns-share_wrap .sns-share_toggle{
		flex-direction: row-reverse;
		transform: translateY(50px);
	}

	.sns-share_wrap .is-open .sns-share_toggle{
		flex-direction: row-reverse;
		transform: translateY(0px);
	}

	.sns-share_wrap .sns-share_anchor{
		transform: rotate(90deg);
	}
	
	.sns-share_wrap .is-open .sns-share_anchor{
		transform: rotate(-90deg);
	}


	.sns-share_wrap .is-open ul{
		transform: translate(0,0);;
	}
	

	.sns-share_wrap img{
		width: 40px;
		margin: 0 auto;
		display: block;
	}

	.sns-share_wrap .is-open ul li:hover{
		opacity: 1;
		transition: inherit;
	}
}