@charset "utf-8";

/* font
-------------------------------------------------- */
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 300;
}

@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 500;
}

@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic");
	font-weight: bold;
}

/* reset
-------------------------------------------------- */
html,body {
	margin: 0;
	padding: 0;
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
sub, sup {
	font-size: 75%;
}
sup {
	vertical-align: top;
}
body {
	background: #000;
}
main {
	position: relative;
	font-size: 16px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #fff;
	line-height: 1;
	z-index: 1;
}
#container {
	background: #000;
}
.toHeader-01 {
	display: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a:link,
a:visited {
	outline: none;
	text-decoration: none;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}

[class^="icon-"] {
	position: relative;
	display: inline-block;
	width: 16px;
	margin-left: 5px;
	margin-top: -2px;
	text-align: right;
	vertical-align: top;
	z-index: 2;
}
[class^="icon-"] img {
	position: relative;
	width: 100%;
	z-index: 2;
}

@media (min-width: 768px ) {
	html {
		overflow-x: hidden;
	}
	.pcHidden {
		display: none !important;
	}
}

@media (max-width: 767px ) {
	html,body {
		overflow-x: hidden;
	}
	img {
		max-width: 100%;
	}
	[class^="icon-"] {
		width: 4.2666vw;
		margin-left: 1.3333vw;
	}
	.spHidden {
		display: none !important;
	}
}


/* component
-------------------------------------------------- */
.btn-arrow1 {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	border: 1px solid #38DBFF;
	font-size: 16px;
	color: #38DBFF;
	text-align: center;
	z-index: 2;
}
.btn-arrow1:link,
.btn-arrow1:visited {
	color: #38DBFF;
}
.btn-arrow1::before,
.btn-arrow1::after {
	content: '';
	position: absolute;
}
.btn-arrow1::before {
	right: 15px;
	top: 55%;
	width: 38px;
	height: 1px;
	background: #38DBFF;
}
.btn-arrow1::after {
	right: 18px;
	top: 49.5%;
	width: 1px;
	height: 10px;
	background: #38DBFF;
	transform: translateY(-50%) rotate(-61.5deg);
}
.btn-arrow1-topics {
	width: 200px;
}
.btn-arrow1-topics::before {
	width: 30px;
}
.btn-arrow1-service {
	width: 100%;
	max-width: 390px;
	margin-top: 20px;
}
.btn-arrow1-service span{
	font-size: 12px;
}
.btn-arrow1-contact {
	display: block;
	width: 100%;
	padding: 35px 0;
	background: url(../img/icon-mail.png) no-repeat 225px center;
	background-size: 23px 18px;
	font-size: 24px;
}

@media (hover: hover) {
	.btn-arrow1 {
		transition: opacity .5s;
	}
	.btn-arrow1:hover {
		color: #38DBFF;
		opacity: 0.7;
	}
	.btn-arrow1-contact:hover {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.btn-arrow1-contact::before {
		right: 210px;
	}
	.btn-arrow1-contact::after {
		right: 214px;
		top: 52.5%;
	}
}

@media (max-width: 767px) {
	.btn-arrow1 {
		font-size: 3.4667vw;
	}
	.btn-arrow1::before {
		width: 4.8vw;
		right: 2vw;
	}
	.btn-arrow1::after {
		height: 2vw;
		right: 3vw;
	}
	.btn-arrow1-topics {
		width: 40vw;
	}
	.btn-arrow1-service {
		display: block;
		width: 81.4vw;
		margin: 4vw auto 0;
	}
	.btn-arrow1-contact {
		width: 100%;
		margin-top: 6.6666vw;
		padding: 7.4667vw 0;
		background-position: 6.9333vw center;
		background-size: 6.1333vw 4.8vw;
		font-size: 3.7333vw;
	}
	.btn-arrow1-contact::after {
		top: 52.5%;
	}
}

/* key-visual
-------------------------------------------------- */
.key-visual {
	background: url(../img/kv-bg.png) no-repeat center top;
	filter: brightness(0.4);
	transition: filter 1.25s;
	transition-delay: .35s;
}
.key-visual.-action {
	filter: brightness(1);
}
.key-visual .main {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 50px;
}
.key-visual .kv-ttl {
	padding-top: 55px;
	transition: opacity 1s ease-in;
	transition-delay: .35s;
	opacity: 0;
}
.key-visual.-action .kv-ttl {
	opacity: 1;
}
.key-visual .kv-copy {
	margin-top: 70px;
	overflow: hidden;
}
.key-visual .kv-copy span {
	display: block;
	transition: opacity .75s ease-in, transform 1.5s;
	transition-delay: .85s;
	opacity: 0;
	transform: translateY(10%);
}
.key-visual.-action .kv-copy span {
	opacity: 1;
	transform: translateY(0)
}
.key-visual .topics {
	position: relative;
	transition: opacity .75s ease-in;
	transition-delay: 1.5s;
	opacity: 0;
}
.key-visual.-action .topics {
	opacity: 1;
}
.key-visual .topics .topics-list {
	margin-top: 20px;
}
.key-visual .topics .topics-list li {
	margin-left: 0.5em;
	font-size: 14px;
	line-height: 1.4;
	text-indent: -0.5em;
}
.key-visual .topics .topics-list li + li {
	margin-top: 5px;
}
.key-visual .topics .topics-list li a {
	color: #fff;
	text-decoration: underline;
}
.key-visual .topics .btn-arrow1 {
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width: 768px) {
	.key-visual .topics {
		max-width: 1000px;
		margin: 60px auto 0;
		padding: 0 50px;
		transform: translateX(15px);
	}
	.key-visual .topics .topics-ttl {
		padding-right: 40px;
	}
	.key-visual .topics .topics-list li a:hover {
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.key-visual {
		background: url(../img/kv-bg-sp.png) no-repeat center top;
		background-size: 100%;
	}
	.key-visual .main {
		padding: 0 9.3333vw;
	}
	.key-visual .kv-ttl {
		width: 66.6666vw;
		padding-top: 6.6666vw;
	}
	.key-visual .kv-copy {
		margin-top: 9.3333vw;
	}
	.key-visual .topics {
		margin-top: 8vw;
		padding: 0 5.3333vw;
	}
	.key-visual .topics .topics-ttl {
		width: 18.6667vw;
	}
	.key-visual .topics .topics-list {
		margin-top: 6vw;
		font-size: 3.2vw;
	}
	.key-visual .topics .topics-list li {
		font-size: 3.2vw;
	}
	.key-visual .topics .btn-arrow1 {
		right: 5.3333vw;
	}
}


/* page-nav
-------------------------------------------------- */
.page-nav {
	position: fixed;
	z-index: 10;
}
.page-nav-list li a {
	display: block;
}
.page-nav-list li.top.current a {
	background: url(../img/nav-top-wh.png) no-repeat;
	background-size: 100%;
}
.page-nav-list li.topics.current a {
	background: url(../img/nav-topics-wh.png) no-repeat;
	background-size: 100%;
}
.page-nav-list li.about.current a {
	background: url(../img/nav-about-wh.png) no-repeat;
	background-size: 100%;
}
.page-nav-list li.service.current a {
	background: url(../img/nav-service-wh.png) no-repeat;
	background-size: 100%;
}
.page-nav-list li.gallery.current a {
	background: url(../img/nav-gallery-wh.png) no-repeat;
	background-size: 100%;
}
.page-nav-list li.contact.current a {
	background: url(../img/nav-contact-wh.png) no-repeat;
	background-size: 100%;
}
.page-nav-list li.current img {
	visibility: hidden;
}

.btn-inquiry {
	display: inline-block;
	max-width: 120px;
	margin-top: 24px;
}

@media (min-width: 768px) {
	.page-nav {
		right: 0;
		top: calc(50% + 55px);
		transform: translateY(-50%);
	}
	.page-nav-list {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.page-nav-list li {
		position: relative;
		padding-right: 15px;
		transition: padding-right .3s;
	}
	.page-nav-list li.current {
		padding-right: 28px;
	}
	.page-nav-list li + li {
		margin-top: 24px;
	}
	.page-nav-list li::before {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		width: 6px;
		height: 2px;
		background: #808080;
		transform: translateY(-50%);
		transition: width .3s;
	}
	.page-nav-list li.current::before {
		width: 20px;
		background: #fff;
	}
	.page-nav-list li.top a {
		width: 23px;
	}
	.page-nav-list li.top.current a {
		width: 28.75px;
	}
	.page-nav-list li.topics a {
		width: 42px;
	}
	.page-nav-list li.topics.current a {
		width: 52.5px;
	}
	.page-nav-list li.about a {
		width: 38px;
	}
	.page-nav-list li.about.current a {
		width: 47.5px;
	}
	.page-nav-list li.service a {
		width: 49px;
	}
	.page-nav-list li.service.current a {
		width: 61.25px;
	}
	.page-nav-list li.gallery a {
		width: 50.5px;
	}
	.page-nav-list li.gallery.current a {
		width: 63.125px;
	}
	.page-nav-list li.contact a {
		width: 53px;
	}
	.page-nav-list li.contact.current a {
		width: 66.25px;
	}
	.page-nav-list li a {
		transition: background .5s;
	}
	.page-nav-list li img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.page-nav {
		left: 0;
		top: 10vw;
		width: 100%;
		background: rgba(0, 0, 0, .8);
		transition: top .5s;
	}
	.page-nav.show {
		top: 25vw;
	}
	.page-nav-list {
		display: flex;
		justify-content: space-between;
	}
	.page-nav-list li {
		width: 17.6%;
		text-align: center;
	}
	.page-nav-list li:nth-child(1) {
		width: 12%;
	}
	.page-nav-list li a {
		width: 100%;
		padding: 4.6666vw 0;
	}
	.page-nav-list li.top a img {
		width: 6.4vw;
	}
	.page-nav-list li.about a img {
		width: 10.6666vw;
	}
	.page-nav-list li.topics a img {
		width: 11.2vw;
	}
	.page-nav-list li.service a img {
		width: 13.6vw;
	}
	.page-nav-list li.gallery a img {
		width: 13.6vw;
	}
	.page-nav-list li.contact a img {
		width: 14.1334vw;
	}
	.page-nav-list li.top.current a {
		background-size: 6.4vw;
		background-position: center center;
	}
	.page-nav-list li.topics.current a {
		background-size: 11.2vw;
		background-position: center center;
	}
	.page-nav-list li.about.current a {
		background-size: 10.6666vw;
		background-position: center center;
	}
	.page-nav-list li.service.current a {
		background-size: 13.6vw;
		background-position: center center;
	}
	.page-nav-list li.gallery.current a {
		background-size: 13.6vw;
		background-position: center center;
	}
	.page-nav-list li.contact.current a {
		background-size: 14.1333vw;
		background-position: center center;
	}
}

@media (max-width: 375px) {
	.page-nav.show {
		top: 28vw;
	}
}


/* sec-about
-------------------------------------------------- */
.sec-about {
	position: relative;
	padding-top: 70px;
	z-index: 2;
}
.sec-about .inner {
	background: url(../img/about-bg-top.png) no-repeat left top;
}
.sec-about .sec-ttl .svg {
	max-width: 510px;
}
.sec-about .sec-copy {
	margin-top: 25px;
}
.sec-about .bg-text {
	position: absolute;
	right: 55px;
	top: 190px;
}
.sec-about .content-wrap {
	max-width: 880px;
	margin: 40px auto 0;
}
.sec-about .movie-block {
	position: relative;
	margin-top: 60px;
	z-index: 1;
}
.sec-about .timeline-flow {
	position: relative;
	margin-top: 115px;
}
.sec-about .timeline-flow-list li {
	transition: opacity .25s ease-in;
	opacity: 0;
}
.sec-about .timeline-flow.-action .timeline-flow-list li {
	opacity: 1;
	z-index: 2;
}
.sec-about .timeline-flow-list li:nth-child(2) {
	transition-delay: .25s;
}
.sec-about .timeline-flow-list li:nth-child(3) {
	transition-delay: .5s;
}
.sec-about .timeline-flow-list li:nth-child(4) {
	transition-delay: .75s;
}
.sec-about .timeline-flow-list li:nth-child(5) {
	transition-delay: 1s;
}
.sec-about .timeline-period {
	transition: opacity .5s ease-in;
	transition-delay: 1s;
	opacity: 0;
}
.sec-about .timeline-flow.-action .timeline-period {
	opacity: 1;
}
.sec-about .insurance-list li dt {
	position: relative;
	padding-bottom: 20px;
	font-weight: bold;
}
.sec-about .insurance-list li dt::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	height: 1px;
	background: #6d6d6d;
}
.sec-about .insurance-list li dt span {
	display: block;
	margin-top: 20px;
}
.sec-about .insurance-list li dd {
	margin-top: 25px;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8;
}
.sec-about [class^="bg-circle"] {
	position: absolute;
}
.sec-about [class^="bg-circle"] img {
	width: 100%;
}

@media (min-width: 768px) {
	.sec-about .sec-ttl {
		width: 560px;
	}
	.sec-about .timeline-flow-list {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.sec-about .timeline-flow-list::before {
		content: '';
		position: absolute;
		left: 2%;
		top: 16%;
		width: 0;
		height: 1px;
		background: #606364;
		transition: width 1s linear;
		transition-delay: .25s;
	}
	.sec-about .timeline-flow.-action .timeline-flow-list::before {
		width: 96%;
	}
	.sec-about .timeline-period {
		position: relative;
		margin-top: 50px;
	}
	.sec-about .insurance-list {
		width: 50%;
		margin-top: 50px;
	}
	.sec-about .insurance-list li {
		padding: 30vh 0;
	}
	.sec-about .insurance-list li:last-child {
		height: 30vh;
		padding-bottom: 0;
	}
	.sec-about .insurance-list li:last-child dl {
		margin-top: 50px;
	}
	.sec-about .insurance-list li dt {
		font-size: 24px;
	}
	.sec-about .bg-circle1 {
		left: -210px;
		top: 1140px;
	}
	.sec-about .bg-circle2 {
		right: -255px;
		bottom: 1750px;
	}
	.sec-about .timeline-period [class^="link-hoken"] {
		position: absolute;
		display: inline-block;
		cursor: pointer;
		transition: background .5s;
		z-index: 1;
	}
	.sec-about .timeline-period .link-hoken1 {
		left: 31.8%;
		top: 8.9%;
		width: 12.4%;
		height: 16%;
	}
	.sec-about .timeline-period .link-hoken2 {
		left: 72%;
		top: 8.9%;
		width: 10.9%;
		height: 16%;
	}
	.sec-about .timeline-period .link-hoken3 {
		left: 87.6%;
		top: 8.9%;
		width: 9.1%;
		height: 16%;
	}
	.sec-about .timeline-period .link-hoken4 {
		left: 76.1%;
		top: 74%;
		width: 15.8%;
		height: 16%;
	}
	.sec-about .timeline-period [class^="link-hoken"] img {
		visibility: hidden;
	}
	.sec-about .sticky-wrap {
		position: relative;
		max-width: 800px;
		height: auto;
		margin-top: 250px;
	}
	.sec-about .sticky-item {
		position: -webkit-sticky;
		position: sticky;
		top: calc(50vh - 105px);
		z-index: 2;
	}
	.sec-about .sticky-item figure {
		position: relative;
		width: 37.75%;
		margin-left: auto;
	}
	.sec-about .sticky-item figure img {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sec-about .sticky-item figure img {
		transition: opacity .25s ease-in-out;
		opacity: 0;
	}
	.sec-about .sticky-item figure img.active {
		opacity: 1;
	}
}

@media (hover: hover) {
	.sec-about .timeline-period [class^="link-hoken"]:hover {
		background: rgba(0, 0, 0, .2);
	}
}

@media (max-width: 767px) {
	.sec-about {
		padding-top: 8vw;
	}
	.sec-about .sec-ttl {
		width: 74vw;
	}
	.sec-about .sec-sub-ttl {
		width: 29.0666vw;
	}
	.sec-about .sec-copy {
		margin-top: 4vw;
	}
	.sec-about .bg-text {
		right: 3.3333vw;
		top: 25vw;
		width: 21.3333vw;
	}
	.sec-about .content-wrap {
		width: 81.3333vw;
		margin-top: 5.3333vw;
	}
	.sec-about .sec-ttl .sec-ttl-ja {
		width: 49.8666vw;
	}
	.sec-about .movie-block {
		margin-top: 10vw;
	}
	.sec-about .timeline-flow {
		display: flex;
		justify-content: space-between;
		margin-top: 10vw;
	}
	.sec-about .timeline-flow-list {
		position: relative;
		width: 50%;
	}
	.sec-about .timeline-flow .timeline-flow-list::before {
		content: '';
		position: absolute;
		left: 12%;
		top: 5%;
		width: 1px;
		height: 0;
		background: #606060;
		transition: height 1s linear;
	}
	.sec-about .timeline-flow.-action .timeline-flow-list::before {
		height: 90%;
	}
	.sec-about .timeline-flow .timeline-period {
		width: 43%;
	}
	.sec-about .timeline-flow .timeline-period img {
		max-width: initial;
		width: 100%;
	}
	.sec-about .timeline-flow .timeline-flow-list li {
		position: relative;
		z-index: 2;
	}
	.sec-about .timeline-flow .timeline-flow-list li + li {
		margin-top: 13.3333vw;
	}
	.sec-about .timeline-period {
		position: relative;
	}
	.sec-about .timeline-period [class^="link-hoken"] {
		position: absolute;
		display: block;
	}
	.sec-about .timeline-period .link-hoken1 {
		left: 0;
		top: 32.8vw;
		width: 14.5vw;
		height: 8vw;
	}
	.sec-about .timeline-period .link-hoken2 {
		left: 0;
		top: 78.5vw;
		width: 12vw;
		height: 8vw;
	}
	.sec-about .timeline-period .link-hoken3 {
		left: 0;
		top: 96.5666vw;
		width: 12vw;
		height: 8vw;
	}
	.sec-about .timeline-period .link-hoken4 {
		left: 20.8vw;
    top: 85.8333vw;
		width: 14.1333vw;
		height: 11.7333vw;
	}
	.sec-about .timeline-period [class^="link-hoken"] img {
		position: absolute;
		display: block;
		width: 5.4666vw;
		height: 5.4666vw;
		animation: iconPulse 2.5s ease-in-out infinite;
	}
	.sec-about .timeline-period .link-hoken1 img {
		left: 7.5vw;
    top: 3.5vw;
	}
	.sec-about .timeline-period .link-hoken2 img {
		left: 7.5vw;
		top: 3.5vw;
	}
	.sec-about .timeline-period .link-hoken3 img {
		left: 7.5vw;
		top: 3.5vw;
	}
	.sec-about .timeline-period .link-hoken4 img {
		left: 7.5vw;
		top: 7.6vw;
	}
	.sec-about .insurance-list {
		margin-top: 13.3333vw;
	}
	.sec-about .insurance-list li {
		padding: 6.6666vw 0;
		text-align: center;
	}
	.sec-about .insurance-list li + li {
		margin-top: 6.6666vw;
	}
	.sec-about .insurance-list li dt {
		width: 71.0666vw;
		margin: 5.3333vw auto 0;
		padding-bottom: 5.3333vw;
		font-size: 5.3333vw;
	}
	.sec-about .insurance-list li dt span {
		margin-top: 2vw;
	}
	.sec-about .insurance-list li dt::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.sec-about .insurance-list li dd {
		margin-top: 3.2vw;
		font-size: 3.4666vw;
		text-align: center;
	}
	.sec-about .bg-circle1 {
		left: -21.5vw;
		top: 95vw;
		width: 45vw;
	}
	.sec-about .bg-circle2 {
		right: -22vw;
		bottom: -15vw;
		width: 53.3333vw;
	}
}

@keyframes iconPulse {
	0% {
		opacity: 0.5;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}

/* sec-service
-------------------------------------------------- */
.sec-service {
margin-top: 300px;
}
.sec-service .sec-ttl .svg {
	max-width: 620px;
}
.sec-service .service-list {
	margin-top: 25px;
}
.sec-service .service-list li dt {
	position: relative;
	padding-bottom: 20px;
	font-weight: bold;
}
.sec-service .service-list li dt::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	height: 1px;
	background: #6d6d6d;
}
.sec-service .service-list li dt span {
	display: block;
	margin-top: 20px;
}
.sec-service .service-list li dd {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.8;
}
.service-image-inner {
	width: 100%;
	height: 100%;
}
.sec-service .service-list li dt {
	font-size: 24px;
	line-height: 1.3;
}
.sec-service .bg-circle1 {
	position: absolute;
	left: -360px;
	top: 500px;
}
.sec-service .bg-planet {
	position: absolute;
	right: -380px;
	bottom: -400px;
}

@media (min-width: 768px) {
	.sec-service {
		padding-top: 220px;
	}
	.sec-service .sec-ttl {
		width: 750px;
	}
	.sec-service .service-list {
		margin-top: 50px;
		width: 50%;
	}
	.sec-service .service-list li {
		padding: 30vh 0;
	}
	.sec-service .service-list li:last-child {
		height: 30vh;
		padding-bottom: 0;
	}
	.sec-service .service-list li:last-child dl {
		margin-top: 50px;
	}
	.sec-service .sticky-wrap {
		position: relative;
		max-width: 800px;
		height: auto;
		margin: 250px auto 0;
	}
	.sec-service .sticky-item {
		position: -webkit-sticky;
		position: sticky;
		top: calc(50vh - 105px);
		z-index: 2;
	}
	.sec-service .sticky-item figure {
		position: relative;
		width: 41.88%;
		margin-left: auto;
	}
	.sec-service .sticky-item figure img {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sec-service .sticky-item figure img {
		transition: opacity .25s ease-in-out;
		opacity: 0;
	}
	.sec-service .sticky-item figure img.active {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.sec-service {
		margin-top: -20vw;
		padding-top: 51.7333vw;
		background: url(../img/service-bg-star-sp.png) no-repeat center top;
		background-size: 100%;
	}
	.sec-service .sec-ttl {
		width: 93.3333vw;
	}
	.sec-service .sec-ttl-ja {
		width: 49.6vw;
	}
	.sec-service .service-list {
		width: 81.3333vw;
		margin: 5.3333vw auto 0;
	}
	.sec-service .service-list li {
		text-align: center;
	}
	.sec-service .service-list li .inner {
		padding: 6.6666vw 5.3333vw;
	}
	.sec-service .service-list li dt {
		font-size: 5.3333vw;
	}
	.sec-service .service-list li dt::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.sec-service .service-list li dt span {
		margin-top: -2vw;
	}
	.sec-service .service-list li dd {
		margin: 4vw 0;
		font-size: 3.4666vw;
		text-align: left;
	}
	.sec-service .service-list li + li {
		margin-top: 15vw;
	}
	.service-image {
		margin-top: 8vw;
	}
	.sec-service .bg-planet {
		right: -35.6666vw;
    bottom: -30vw;
		width: 86.9333vw;
		height: 52.2666vw;
	}
	.sec-service .service-list li .elem-wrap {
		position: relative;
		height: 4em;
		transition: all .5s;
		overflow: hidden;
	}
	.sec-service .service-list li .elem-wrap::before {
		content: '';
		position: absolute;
		left: 0;
		top: 2.5em;
		width: 100%;
		height: 1.5em;
		background: -webkit-linear-gradient(top, rgba(38,40,40,0) 1%,rgba(38,40,40,5) 100%);
	}
	.sec-service .service-list li .elem-wrap.show {
		height: auto;
	}
	.sec-service .service-list li .elem-wrap.show::before {
		background: none;
	}
	.sec-service .service-list li .btn-read-more {
		position: relative;
		margin-top: 5.3333vw;
	}
	.sec-service .service-list li .btn-read-more img:nth-child(2) {
		position: absolute;
		left: 0;
		top: 0;
		visibility: hidden;
	}
	.sec-service .service-list li .btn-read-more.close img:nth-child(2) {
		visibility: visible;
	}
}

/* sec-gallery
-------------------------------------------------- */
.block-container {
	background: url(../img/gallery-bg.png) no-repeat center bottom;
}.sec-gallery .sec-ttl .svg {
	max-width: 676px;
}
.sec-gallery .sec-sub-ttl {
	margin-top: 40px;
	text-align: center;
}
.sec-gallery .sec-sub-ttl.radio {
	margin-top: 150px;
}
.sec-gallery .sec-sub-ttl span {
	position: relative;
	display: inline-block;
	max-width: 112px;
	margin: 0 auto;
}
.sec-gallery .sec-sub-ttl.tv span {
	max-width: 78px;
}
.sec-gallery .sec-sub-ttl.gr {
	margin-top: 150px;
}
.sec-gallery .sec-sub-ttl.gr span {
	max-width: 190px;
}
.sec-gallery .sec-sub-ttl span::before,
.sec-gallery .sec-sub-ttl span::after {
	content: '';
	position: absolute;
	top: 11px;
	width: 30px;
	height: 1px;
	background: #fff;
}
.sec-gallery .sec-sub-ttl span::before {
	left: -45px;
}
.sec-gallery .sec-sub-ttl span::after {
	right: -45px;
}
.sec-gallery .sec-copy {
	margin-top: 50px;
	text-align: center;
}
.sec-gallery .radio-cm-ttl {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.sec-gallery .radio-cm-ttl span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.block-container .lower-block {
	max-width: 1200px;
	margin: 200px auto 0;
	padding: 0 50px;
}
.block-container .lower-block .inner {
	padding-top: 130px;
	border-top: 1px solid #5a5d5e;
}
.block-container .lower-block .related-list {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.block-container .lower-block .related-list li {
	position: relative;
	width: 21.8181%;
	border: 1px solid #fff;
}
.block-container .lower-block .related-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #000;
	transition: width .35s ease-in;
}
.block-container .lower-block .related-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.block-container .lower-block .related-list li a.window {
	background: url(../img/icon-window.png) no-repeat right 6px bottom 8px;
	background-size: 16px;
}
.block-container .lower-block .related-list li a img {
	position: relative;
	z-index: 2;
}
.block-container .lower-block .sns-block {
	max-width: 260px;
	margin: 90px auto 0;
}
.block-container .lower-block .share-ttl {
	text-align: center;
}
.block-container .lower-block .sns-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.block-container .lower-block .sns-list li {
	width: 40px;
}
.sec-gallery .movie-block {
	position: relative;
	max-width: 880px;
	margin: 60px auto 0;
}
.sec-gallery .movie-block + .movie-block {
	margin-top: 180px;
}
.sec-gallery .movie-block .movie-ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	transform: translateY(30px);
}
.sec-gallery .movie-wrap {
	transition: none;
}
.sec-gallery .movie-wrap.first.hide {
	visibility: hidden;
	opacity: 0;
}
.sec-gallery .movie-wrap.second {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
}
.sec-gallery .movie-wrap.second.show {
	visibility: visible;
	opacity: 1;
}
.sec-gallery .movie-block .movie-tab {
	display: flex;
	max-width: 600px;
	margin: 80px auto 0;
	border: 2px solid #fff;
}
.sec-gallery .movie-block .movie-tab li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.sec-gallery .movie-block .movie-tab li.current {
	background: #fff;
	color: #000;
}
.sec-gallery .movie-block .movie-tab li.current::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #fff transparent;
	transform: translateX(-50%);
}
.sec-gallery .movie-wrap.radio::before,
.sec-gallery .movie-wrap.radio::after,
.sec-gallery .movie-wrap.radio .inner::before,
.sec-gallery .movie-wrap.radio .inner::after {
	top: -9px;
	width: 18px;
	height: 18px;
	background: url(../img/frame-bg-cross2.png) no-repeat;
	background-size: 100%;
	z-index: 3;
}
.sec-gallery .movie-wrap.radio .inner::before,
.sec-gallery .movie-wrap.radio .inner::after {
	top: auto;
	bottom: -9px;
}
.sec-gallery .movie-wrap.radio::before,
.sec-gallery .movie-wrap.radio .inner::before {
	left: -9px;
	bottom: -9px;
}
.sec-gallery .movie-wrap.radio::after,
.sec-gallery .movie-wrap.radio .inner::after {
	right: -9px;
	bottom: -9px;
}
.sec-gallery .movie-wrap .thumb,
.sec-gallery .movie-wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec-gallery .movie-wrap .thumb {
	z-index: 2;
}
.sec-gallery .gr-thumb {
	position: relative;
	width: 250px;
	margin: 50px auto 0;
	border: 1px solid #666565;
}
.sec-gallery .gr-thumb::before,
.sec-gallery .gr-thumb::after,
.sec-gallery .gr-thumb .inner::before,
.sec-gallery .gr-thumb .inner::after {
	content: '';
	position: absolute;
	top: -9px;
	width: 18px;
	height: 18px;
	background: url(../img/frame-bg-cross2.png) no-repeat;
	background-size: 100%;
	z-index: 3;
}
.sec-gallery .gr-thumb .inner::before,
.sec-gallery .gr-thumb .inner::after {
	top: auto;
	bottom: -9px;
}
.sec-gallery .gr-thumb::before,
.sec-gallery .gr-thumb .inner::before {
	left: -9px;
	bottom: -9px;
}
.sec-gallery .gr-thumb::after,
.sec-gallery .gr-thumb .inner::after {
	right: -9px;
	bottom: -9px;
}
.sec-gallery .gr-thumb img {
	width: 100%;
}
.sec-gallery .btn-gr-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 40px;
	margin: 30px auto 0;
	border: 1px solid #38DBFF;
	background: url(../img/icon-loupe.png) no-repeat right 68px center;
	background-size: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #38DBFF;
}
.gallery-copy {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}

@media (min-width: 768px) {
	.block-container {
		padding-bottom: 360px;
	}
	.sec-gallery {
		margin-top: 350px;
		padding-top: 200px;
	}
	.sec-gallery .sec-ttl {
		width: 735px;
	}
	.sec-gallery .radio-cm-list {
		display: flex;
		justify-content: space-between;
		max-width: 840px;
		margin: 40px auto 0;
	}
	.sec-gallery .radio-cm-list li {
		width: 41.667%;
	}
	.block-container .lower-block .related-list li:hover img {
		opacity: 1 !important;
	}
	.block-container .lower-block .related-list li:hover::before {
		width: 100%;
	}
	.block-container .lower-block .related-list li a {
		height: 100px;
	}
	.block-container .lower-block .related-list li a img {
		width: 35%;
	}
	.sec-gallery .movie-block .movie-tab li,
	.sec-gallery .btn-gr-modal {
		transition: opacity .5s;
	}
	.sec-gallery .movie-block .movie-tab li:not(.current):hover,
	.sec-gallery .btn-gr-modal:hover {
		opacity: 0.7;
	}
}

@media (max-width: 767px) {
	.block-container {
		padding-bottom: 44.8vw;
		background: url(../img/gallery-bg-sp.png) no-repeat center bottom;
		background-size: 100%;
	}
	.sec-gallery {
		padding-top: 32vw;
	}
	.sec-gallery .sec-ttl {
		width: 95.3333vw;
	}
	.sec-gallery .sec-ttl-ja {
		width: 41.8666vw;
	}
	.sec-gallery .sec-sub-ttl {
		margin: 12vw auto 0;
	}
	.sec-gallery .sec-sub-ttl span {
		width: 22.1333vw;
	}
	.sec-gallery .sec-sub-ttl.tv span {
		width: 15.7333vw;
	}
	.sec-gallery .sec-sub-ttl.gr span {
		width: 37.3333vw;
	}
	.sec-gallery .sec-sub-ttl span::before,
	.sec-gallery .sec-sub-ttl span::after {
		top: 1.9vw;
		width: 6vw;
	}
	.sec-gallery .sec-sub-ttl span::before {
		left: -9vw;
	}
	.sec-gallery .sec-sub-ttl span::after {
		right: -9vw;
	}
	.sec-gallery .sec-copy {
		margin-top: 5.3333vw;
	}
	.sec-gallery .movie-block {
		margin-top: 5.3333vw;
		width: 80vw;
	}
	.sec-gallery .movie-block + .movie-block {
		margin-top: 10.6666vw;
	}
	.sec-gallery .movie-block .movie-ttl {
		font-size: 3.4666vw;
		transform: translateY(4vw);
	}
	.sec-gallery .movie-block .movie-tab {
		width: 81.3333vw;
		margin-top: 10vw;
	}
	.sec-gallery .movie-block .movie-tab li {
		height: 8vw;
		font-size: 3.4666vw;
	}
	.sec-gallery .movie-block .movie-tab li.current::before {
		top: -10px;
		border-width: 0 4px 8px 4px;
	}
	.sec-gallery .sec-sub-ttl.radio {
		margin-top: 13.3333vw;
	}
	.sec-gallery .radio-cm-list {
		width: 81.3333vw;
		margin: 6.6666vw auto 0;
	}
	.sec-gallery .radio-cm-list li + li {
		margin-top: 6.6666vw;
	}
	.sec-gallery .radio-cm-ttl {
		margin-top: 4vw;
		font-size: 3.4666vw;
	}
	.sec-gallery .radio-cm-ttl span {
		margin-bottom: 1.3333vw;
		font-size: 3.2vw;
	}
	.sec-gallery .movie-wrap.radio::before,
	.sec-gallery .movie-wrap.radio::after,
	.sec-gallery .movie-wrap.radio .inner::before,
	.sec-gallery .movie-wrap.radio .inner::after,
	.sec-gallery .gr-thumb::before,
	.sec-gallery .gr-thumb::after,
	.sec-gallery .gr-thumb .inner::before,
	.sec-gallery .gr-thumb .inner::after {
		width: 2.9333vw;
		height: 2.9333vw;
	}
	.sec-gallery .movie-wrap.radio::before,
	.sec-gallery .gr-thumb::before {
		left: -1.4667vw;
		top: -1.4667vw;
	}
	.sec-gallery .movie-wrap.radio::after,
	.sec-gallery .gr-thumb::after {
		right: -1.4667vw;
		top: -1.4667vw;
	}
	.sec-gallery .movie-wrap.radio .inner::before,
	.sec-gallery .gr-thumb .inner::before {
		left: -1.4667vw;
		bottom: -1.4667vw;
	}
	.sec-gallery .movie-wrap.radio .inner::after,
	.sec-gallery .gr-thumb .inner::after {
		right: -1.4667vw;
		bottom: -1.4667vw;
	}
	.sec-gallery .sec-sub-ttl.gr {
		margin-top: 15vw;
	}
	.sec-gallery .gr-thumb {
		width: 50.6666vw;
		margin-top: 8vw;
	}
	.sec-gallery .btn-gr-modal {
		width: 50.6666vw;
		margin-top: 5.3333vw;
		background-position: right 4vw center;
		background-size: 4vw;
		font-size: 3.4666vw;
	}
	.mfp-container {
		padding-left: 5.3333vw;
		padding-right: 5.3333vw;
	}
	.block-container .lower-block {
		width: 81.3333vw;
		margin: 28vw auto 0;
		padding: 0;
	}
	.block-container .lower-block .inner {
		padding: 6.6666vw 0 0;
	}
	.block-container .lower-block .related-list {
		flex-wrap: wrap;
		gap: 20px;
	}
	.block-container .lower-block .related-list li {
		width: 47.5409%;
		height: 18.6666vw;
	}
	.block-container .lower-block .related-list li:nth-child(n+3) {
		/* margin-top: 4.8vw; */
	}
	.block-container .lower-block .related-list li img {
		width: 16.2666vw;
	}
	.block-container .lower-block .sns-block {
		margin-top: 20vw;
	}
	.block-container .lower-block .share-ttl {
		width: 18.4vw;
		margin: 0 auto;
	}
	.block-container .lower-block .sns-list {
		width: 56vw;
		margin: 4vw auto 0;
	}
	.block-container .lower-block .sns-list li {
		width: 9.6vw;
	}
	.block-container .lower-block .related-list li a.window {
		background: url(../img/icon-window.png) no-repeat right 1.0666vw bottom 1.6vw;
		background-size: 4.2666vw;
	}
	.gallery-copy {
		margin-top: 6vw;
		font-size: 3.4667vw;
	}
}

/* sec-contact
-------------------------------------------------- */
.sec-contact .sec-ttl .svg {
	max-width: 680px;
}
.sec-contact-copy {
	margin-top: 100px;
	font-size: 16px;
	text-align: center;
}
.sec-contact-address {
	margin-top: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
}
.sec-contact-note {
	max-width: 880px;
	margin: 40px auto 0;
}
.sec-contact-note li {
	margin-left: 1em;
	font-size: 12px;
	text-indent: -1em;
	line-height: 1.4;
}
.sec-contact-note li + li {
	margin-top: 5px;
}
.sec-contact-note a {
	color: #fff;
	text-decoration: underline;
}

.contact-link {
	position: relative;
	display: block;
	width: 88%;
	max-width: 880px;
	margin: 50px auto 0;
	overflow: hidden;
}
.contact-link::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
	transition: left .25s linear;
}
.contact-link:hover::before {
	left: 0;
}

@media (min-width: 768px) {
	.sec-contact {
		padding-top: 220px;
	}
	.sec-contact .sec-ttl {
		width: 750px;
	}
	.sec-contact-note a:hover {
		text-decoration: none;
	}
	.btn-inquiry-sp {
		display: none;
	}
}

@media (max-width: 767px) {
	.sec-contact {
		padding-top: 32vw;
	}
	.sec-contact .inner {
		padding: 0 6.8vw;
	}
	.sec-contact .sec-ttl {
		width: 94.9333vw;
	}
	.sec-contact .sec-ttl-ja {
		width: 39.7333vw;
	}
	.sec-contact-copy {
		margin-top: 10.6666vw;
		font-size: 3.8vw;
		text-align: left;
		line-height: 1.4;
	}
	.sec-contact-address {
		margin-top: 6vw;
		font-size: 3.4667vw;
	}
	.sec-contact-note {
		margin-top: 4vw;
	}
	.sec-contact-note li {
		font-size: 3.2vw;
	}
	.btn-inquiry-sp {
		position: fixed;
		right: 20px;
		bottom: 20px;
		width: 36px;
		height: 36px;
	}
}

/* common
-------------------------------------------------- */
[class^="sec-"] > .inner {
	position: relative;
	margin: 0 auto;
}
.sec-ttl {
	position: relative;
	display: inline-block;
	padding-right: 55px;
}
.sec-ttl::before {
	content: '';
	position: absolute;
	left: -300%;
	bottom: 0;
	width: 200%;
	height: 70px;
	background: url(../img/svg-ttl-bg.png) left center;
	transition: left .35s;
	transition-delay: .5s;
}
.sec-ttl.-action::before {
	left: -100%;
}
.sec-ttl .sec-ttl-ja {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .5s ease-in;
	transition-delay: .75s;
	opacity: 0;
}
.sec-ttl.-action .sec-ttl-ja {
	opacity: 1;
}
.sec-copy {
	line-height: 1.8;
}
.btn-detail {
	position: relative;
	display: block;
	margin: 20px auto 0;
	padding: 18px 0;
	border: 1px solid #fff;
	color: #fff !important;
	text-align: center;
}
.btn-detail span {
	position: relative;
	z-index: 2;
}
.btn-detail::before {
	content: '';
	position: absolute;
	right: 20px;
	top: 18px;
	width: 46px;
	height: 10px;
	background: url(../img/btn-bg-arrow.png) no-repeat;
	background-size: 100%;
	z-index: 2;
}
main ._icon_link-01 {
	display: none;
}

@media (min-width: 768px) {
	[class^="sec-"] > .inner {
		max-width: 1200px;
		padding: 0 50px;
	}
	.sec-ttl .sec-ttl-ja {
		left: 110px;
	}
	.btn-detail {
		width: 67.725%;
		min-width: 260px;
		margin-top: auto;
	}
	.btn-detail::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		background: #000;
		transition: width .25s ease-in;
	}
	.btn-detail:hover,
	.btn-detail:hover img {
		opacity: 1 !important;
	}
	.btn-detail:hover::after {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.sec-ttl {
		padding: 0 2.6666vw;
	}
	.sec-ttl::before {
		height: 12.6666vw;
		background-size: 2vw;
		background-position: left bottom;
	}
	.sec-ttl .sec-ttl-ja {
		left: 9.3333vw;
	}
	.sec-copy {
		font-size: 3.4666vw;
	}
	.btn-detail {
		margin-top: 5.3333vw;
		padding: 3.2vw 0;
		font-size: 3.4666vw;
	}
	.btn-detail::before {
		top: 3vw;
		width: 12vw;
		height: 2.4vw;
	}
}

/* movie
-------------------------------------------------- */
.movie-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	cursor: pointer;
}
.movie-wrap .inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.movie-wrap .movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.movie-wrap::before,
.movie-wrap::after,
.movie-wrap .inner::before,
.movie-wrap .inner::after {
	content: '';
	position: absolute;
	background: url(../img/frame-bg-cross.png) no-repeat;
	background-size: 100%;
	z-index: 3;
}
.movie-wrap::before,
.movie-wrap::after,
.movie-wrap .inner::before,
.movie-wrap .inner::after {
	top: -26px;
	width: 50px;
	height: 50px;
}
.movie-wrap .inner::before,
.movie-wrap .inner::after {
	top: auto;
	bottom: -26px;
}
.movie-wrap::before,
.movie-wrap .inner::before {
	left: -26px;
}
.movie-wrap::after,
.movie-wrap .inner::after {
	right: -26px;
}

@media (min-width: 768px) {
	.movie-wrap {
		transition: opacity .5s;
	}
	.movie-wrap:hover {
		opacity: 0.9;
	}
}

@media (max-width: 767px) {
	.movie-wrap::before,
	.movie-wrap::after,
	.movie-wrap .inner::before,
	.movie-wrap .inner::after {
		width: 6.6666vw;
		height: 6.6666vw;
	}
	.movie-wrap::before {
		left: -3.3333vw;
		top: -3.3333vw;
	}
	.movie-wrap::after {
		right: -3.3333vw;
		top: -3.3333vw;
	}
	.movie-wrap .inner::before {
		left: -3.3333vw;
		bottom: -3.3333vw;
	}
	.movie-wrap .inner::after {
		right: -3.3333vw;
		bottom: -3.3333vw;
	}
}


/* pageTop
-------------------------------------------------- */
.pageTop {
	width: 80px;
	margin: 130px auto 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.pageTop {
		transition: opacity .5s;
	}
	.pageTop:hover {
		opacity: 0.7;
	}
}

@media (max-width: 767px) {
	.pageTop {
		width: 13.8666vw;
		margin-top: 16vw;
	}
}


/* animation
-------------------------------------------------- */
.fadeIn {
	transition: opacity .65s ease-in;
	opacity: 0;
}
.fadeIn.-action {
	opacity: 1;
}
.slideUp {
	transition: opacity .65s ease-in, transform .65s;
	transform: translateY(20px);
	opacity: 0;
}
.slideUp.-action {
	transform: translateY(0);
	opacity: 1;
}
.slideRight {
	transition: opacity .5s ease-in, transform .5s;
	transform: translateX(-20px);
	opacity: 0;
}
.slideLeft {
	transition: opacity .5s ease-in, transform .5s;
	transform: translateX(20px);
	opacity: 0;
}
.slideLeft.-action,
.slideRight.-action {
	transform: translateX(0);
	opacity: 1;
}