@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
html, body, 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, 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: inherit;
		font-size: 100%;
		vertical-align: baseline;
}

html {
		line-height: 1;
}

ol, ul {
		list-style: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

caption, th, td {
		text-align: left;
		font-weight: normal;
		vertical-align: middle;
}

q, blockquote {
		quotes: none;
}

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

a img {
		border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
		display: block;
}

/*clear fix*/
@-webkit-keyframes showAnime {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes showAnime {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@-webkit-keyframes navAnime {
		100% {
				opacity: 1;
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
@keyframes navAnime {
		100% {
				opacity: 1;
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
/* ------------------------------------------------
 	common
  ---------------------------------------------- */
body {
		font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		-webkit-text-size-adjust: 100%;
		color: #222;
		background: #fff;
		font-size: 12px;
		line-height: 1.8;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		body {
				font-size: 14px;
		}
}

a {
		color: #222;
		text-decoration: underline;
}
a:hover {
		text-decoration: none;
}
@media screen and (min-width: 480px) {
		a {
				color: black;
		}
}

strong {
		font-weight: bold;
}

.font-en, .footer__copyright, .footer__tel, .footer__contact-btn, .news__en-ttl, .product__en-ttl, .gnav__list {
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.1em;
}

/* wrapper
-------------------------*/
.wrapper {
		overflow: hidden;
}
.wrapper img {
		display: block;
		max-width: 100%;
		height: auto;
		width: auto;
		margin: 0 auto;
}
@media screen and (min-width: 768px) {
		.wrapper {
				padding-left: 140px;
		}
}

/* header
-------------------------*/
.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: #fff;
		z-index: 90;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
		.header {
				width: 140px;
				bottom: 0;
				-webkit-box-shadow: none;
				        box-shadow: none;
		}
}
.header__bar {
		height: 60px;
}
@media screen and (min-width: 768px) {
		.header__bar {
				height: 100%;
				padding: 28px 0 0;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
		}
}
.header__logo {
		position: absolute;
		top: 10px;
		right: 20px;
		display: block;
		width: 50px;
		z-index: 90;
}
@media screen and (min-width: 768px) {
		.header__logo {
				position: relative;
				top: 0;
				right: 0;
				width: 90px;
				margin: 0 auto 34px;
		}
}
.header__menu-btn {
		display: block;
		position: absolute;
		top: 15px;
		left: 20px;
		width: 34px;
		height: 28px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: #fff;
		z-index: 90;
}
@media screen and (min-width: 768px) {
		.header__menu-btn {
				position: relative;
				top: 0;
				left: 0;
				display: none;
				margin: 0 auto;
		}
}
.header__menu-btn:before {
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 24px;
		height: 18px;
		border-top: 2px solid #193b88;
		border-bottom: 2px solid #193b88;
		content: "";
		-webkit-transition: all 300ms;
		transition: all 300ms;
}
@media screen and (min-width: 768px) {
		.header__menu-btn:before {
				width: 30px;
				height: 20px;
				left: 2px;
				border-top: 3px solid #193b88;
				border-bottom: 3px solid #193b88;
		}
}
.header__menu-btn:after {
		position: absolute;
		top: 13px;
		left: 5px;
		content: "";
		width: 24px;
		height: 2px;
		background: #193b88;
		-webkit-transition: all 300ms;
		transition: all 300ms;
}
@media screen and (min-width: 768px) {
		.header__menu-btn:after {
				top: 14px;
				width: 30px;
				left: 2px;
				height: 3px;
		}
}
.header__menu-btn.is_open:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		border-bottom: none;
		top: 11px;
		left: 0px;
}
@media screen and (min-width: 768px) {
		.header__menu-btn.is_open:before {
				left: -4px;
		}
}
.header__menu-btn.is_open:after {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: 13px;
		left: 6px;
}
@media screen and (min-width: 768px) {
		.header__menu-btn.is_open:after {
				left: 2px;
		}
}

/* gnav
-------------------------*/
.gnav {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		-webkit-transition: all 1s;
		transition: all 1s;
}
@media screen and (min-width: 768px) {
		.gnav {
				left: 0;
				max-width: 140px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				height: 100vh;
		}
}
.gnav__inner {
		opacity: 0;
		background: #fff;
		height: 150%;
		width: 0;
		z-index: 80;
		-webkit-transition: all 500ms;
		transition: all 500ms;
}
@media screen and (min-width: 768px) {
		.gnav__inner {
				opacity: 1;
				width: 100%;
				background: #fff;
		}
}
.gnav.is_open {
		left: 0;
		border: 4px solid #f6c600;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: 500ms border 0.2s;
		transition: 500ms border 0.2s;
}
@media screen and (min-width: 768px) {
		.gnav.is_open {
				border: 8px solid #f6c600;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-transition: 500ms border 0.2s;
				transition: 500ms border 0.2s;
				overflow-y: scroll;
				height: 100vh;
		}
}
.gnav.is_open .gnav__inner {
		width: 100%;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		opacity: 1;
}
.gnav.is_open .gnav__partner {
		margin-top: 60px;
}
.gnav.is_open .gnav__partner a {
		width: 300px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
		font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 3px solid #222;
}
.gnav.is_open .gnav__item:nth-child(1) {
		-webkit-animation: navAnime 0.5s ease 0.2s 1 forwards;
		        animation: navAnime 0.5s ease 0.2s 1 forwards;
}
.gnav.is_open .gnav__item:nth-child(2) {
		-webkit-animation: navAnime 0.5s ease 0.3s 1 forwards;
		        animation: navAnime 0.5s ease 0.3s 1 forwards;
}
.gnav.is_open .gnav__item:nth-child(3) {
		-webkit-animation: navAnime 0.5s ease 0.4s 1 forwards;
		        animation: navAnime 0.5s ease 0.4s 1 forwards;
}
.gnav.is_open .gnav__item:nth-child(4) {
		-webkit-animation: navAnime 0.5s ease 0.5s 1 forwards;
		        animation: navAnime 0.5s ease 0.5s 1 forwards;
}
.gnav.is_open .gnav__item:nth-child(5) {
		-webkit-animation: navAnime 0.5s ease 0.5s 1 forwards;
		        animation: navAnime 0.5s ease 0.5s 1 forwards;
}
.gnav.is_open .gnav__item:nth-child(6) {
		-webkit-animation: navAnime 0.5s ease 0.5s 1 forwards;
		        animation: navAnime 0.5s ease 0.5s 1 forwards;
}
.gnav.is_open .gnav__item:nth-child(7) {
		-webkit-animation: navAnime 0.5s ease 0.5s 1 forwards;
		        animation: navAnime 0.5s ease 0.5s 1 forwards;
}
.gnav.is_open .sns-list {
		-webkit-animation: showAnime 0.5s ease 0.7s 1 forwards;
		        animation: showAnime 0.5s ease 0.7s 1 forwards;
}
@media screen and (min-width: 768px) {
		.gnav.is_open .sns-list {
				-webkit-animation: none;
				        animation: none;
		}
}
.gnav__list {
		padding: 80px 0 0;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.gnav__list {
				padding: 130px 0 0;
				text-align: left;
		}
}
.gnav__item {
		margin-bottom: 2em;
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
		opacity: 0;
}
@media screen and (min-width: 768px) {
		.gnav__item {
				margin-bottom: 20px;
				margin-left: 8px;
				-webkit-transform: translateX(0);
				        transform: translateX(0);
				opacity: 1;
		}
}
@media screen and (min-width: 768px) {
		.gnav__item.is_now .gnav__link {
				border-left: solid 3px #f6c600;
		}
}
.gnav__link {
		text-decoration: none;
}
.gnav__link::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 0;
		background-color: transparent;
		-webkit-transition: all 200ms;
		transition: all 200ms;
}
@media screen and (min-width: 768px) {
		.gnav__link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				row-gap: 6px;
				padding: 6px 0 6px 11px;
				-webkit-transition: all 100ms;
				transition: all 100ms;
		}
		.gnav__link:hover::before {
				height: 100%;
				background-color: #f6c600;
		}
}
.gnav__link .en {
		display: block;
		font-size: 17px;
		line-height: 1;
		letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
		.gnav__link .en {
				font-size: 20px;
				letter-spacing: 0.1em;
		}
}
.gnav__link .ja {
		display: block;
		margin-top: 5px;
		font-size: 12px;
		line-height: 1;
}
@media screen and (min-width: 768px) {
		.gnav__link .ja {
				margin-top: 0;
		}
}

.sns-list {
		width: 100%;
		padding: 20px 0 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		opacity: 0;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.sns-list {
				position: absolute;
				bottom: 20px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-column-gap: 5px;
				   -moz-column-gap: 5px;
				        column-gap: 5px;
				padding: 20px 5px 0;
				opacity: 1;
				width: 100%;
		}
}
.sns-list__item {
		display: inline-block;
		width: 20px;
		margin: 0 15px;
}
@media screen and (min-width: 768px) {
		.sns-list__item {
				display: block;
				margin: 0 5px;
		}
}
@media screen and (min-width: 768px) {
		.sns-list__item a {
				display: block;
				display: block;
				opacity: 1;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
		}
		.sns-list__item a:hover {
				opacity: 0.7;
		}
}
.sns-list__contact_btn {
		width: 80%;
		margin-bottom: 15px;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.sns-list__contact_btn {
				width: 100%;
				max-width: 110px;
		}
}
.sns-list__contact_link {
		display: block;
		padding: 16px 5px;
		background-color: #f6c600;
		border: solid 2px #f6c600;
		text-decoration: none;
}
.sns-list__contact_link:hover {
		text-decoration: none;
}
@media screen and (min-width: 768px) {
		.sns-list__contact_link {
				-webkit-transition: all 100ms;
				transition: all 100ms;
		}
}
.sns-list__contact_link:hover {
		background-color: #fff;
		-webkit-transition: all 100ms;
		transition: all 100ms;
}
.sns-list__contact_link .en {
		display: block;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.1em;
		font-size: 17px;
		line-height: 1;
		letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
		.sns-list__contact_link .en {
				font-size: 20px;
				letter-spacing: 0.1em;
		}
}
.sns-list__contact_link .ja {
		display: block;
		margin-top: 5px;
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0;
}

/* contents
-------------------------*/
.contents {
		padding-top: 80px;
		padding-bottom: 40px;
}

.top-mainvisual + .contents {
		padding-top: 0;
}

.product {
		padding: 20px 0;
		background: #222222;
		color: #fff;
		font-weight: bold;
}
@media screen and (min-width: 768px) {
		.product {
				padding: 40px 0;
		}
		.product .container {
				position: relative;
		}
}
.product__en-ttl {
		font-size: 20px;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.product__en-ttl {
				font-size: 30px;
				text-align: left;
		}
}
.product__ttl {
		margin-bottom: 30px;
		font-weight: bold;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.product__ttl {
				margin-bottom: 20px;
				font-size: 13px;
				text-align: left;
		}
}
@media screen and (min-width: 768px) {
		.product .view-btn {
				position: absolute;
				top: 16px;
				left: 160px;
		}
}
@media screen and (min-width: 1024px) {
		.product .view-btn {
				left: 210px;
		}
}

.news {
		padding: 20px 0;
}
@media screen and (min-width: 768px) {
		.news {
				padding: 30px 0 40px;
		}
		.news .container {
				position: relative;
		}
}
.news__en-ttl {
		font-size: 20px;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.news__en-ttl {
				font-size: 30px;
				text-align: left;
		}
}
.news__ttl {
		margin-bottom: 30px;
		font-weight: bold;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.news__ttl {
				margin-bottom: 20px;
				font-size: 13px;
				text-align: left;
		}
}
@media screen and (min-width: 768px) {
		.news .view-btn {
				position: absolute;
				top: 16px;
				left: 150px;
		}
}

.news-list {
		margin-top: 15px;
}
.news-list li {
		margin-bottom: 1.5em;
}
@media screen and (min-width: 480px) {
		.news-list li {
				margin-bottom: 1.2em;
		}
}
.news-list li a {
		text-decoration: none;
		color: #FFF;
}
@media screen and (min-width: 768px) {
		.news-list li a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: top;
				    -ms-flex-align: top;
				        align-items: top;
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
		}
		.news-list li a:hover .news-list__ttl {
				text-decoration: none;
		}
}
.news-list__category {
		display: inline-block;
		font-size: 10px;
		background: #fff;
		border: 1px solid #3b3b3b;
		width: 100px;
		height: 19px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-align: center;
		line-height: 17px;
		vertical-align: middle;
		margin-bottom: 2px;
		margin-right: 10px;
		color: #222;
}
@media screen and (min-width: 768px) {
		.news-list__category {
				margin-right: 15px;
				margin-top: 2px;
		}
}
.news-list__ttl {
		text-decoration: underline;
}
@media screen and (min-width: 768px) {
		.news-list__ttl {
				width: calc(100% - 194px);
		}
}
.news-list__date {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 2px;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.1em;
		font-weight: 300;
		line-height: 17px;
}
@media screen and (min-width: 768px) {
		.news-list__date {
				width: 85px;
				margin-top: 2px;
		}
}

.news-list li {
		opacity: 0;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		-webkit-transform: translateY(50px);
		        transform: translateY(50px);
}
.news-list li.animated {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
}

.service-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		row-gap: 30px;
}
.service-list__ttl {
		font-weight: bold;
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 5px;
		white-space: nowrap;
}
@media screen and (min-width: 768px) {
		.service-list__ttl {
				font-size: 18px;
		}
}
@media screen and (min-width: 1024px) {
		.service-list__ttl {
				font-size: 22px;
		}
}
.service-list__txt {
		font-weight: bold;
		font-size: 10px;
		white-space: nowrap;
}
@media screen and (min-width: 768px) {
		.service-list__txt {
				font-size: 12px;
		}
}
@media screen and (min-width: 1024px) {
		.service-list__txt {
				font-size: 13px;
		}
}
.service-list__item {
		position: relative;
}
.service-list__item--2 {
		width: 100%;
}
@media screen and (min-width: 768px) {
		.service-list__item--2 {
				width: calc(50% - 10px);
		}
		.service-list__item--2 .service-list__img {
				height: 150px;
		}
}
@media screen and (min-width: 1024px) {
		.service-list__item--2 {
				width: 400px;
		}
}
.service-list__item--3 {
		width: calc(50% - 8px);
}
@media screen and (min-width: 768px) {
		.service-list__item--3 {
				width: calc(33.3% - 10px);
		}
		.service-list__item--3 .service-list__img {
				height: 180px;
		}
}
@media screen and (min-width: 1024px) {
		.service-list__item--3 {
				width: 260px;
		}
}
.service-list__link {
		display: block;
		text-decoration: none;
}
.service-list__img {
		position: relative;
		height: 100px;
		margin-top: 80px;
		background: #f6f6f6;
		padding: 0;
}
@media screen and (min-width: 768px) {
		.service-list__img {
				position: relative;
				height: 150px;
				margin-top: 70px;
		}
}
.service-list__img img {
		position: absolute;
		bottom: -1px;
		left: 50%;
		width: 90%;
		max-width: 360px;
		height: auto;
		-webkit-transform: translateY(0) translateX(-50%);
		        transform: translateY(0) translateX(-50%);
		z-index: 20;
}
@media screen and (min-width: 768px) {
		.service-list__img img {
				width: auto;
				max-width: 467px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
}
.service-list__img-inner {
		display: block;
}
.service-list__btn {
		position: absolute;
		width: 70px;
		color: #fff;
		text-align: center;
		font-size: 10px;
		bottom: 2px;
		right: 0;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.1em;
		z-index: 20;
}
@media screen and (min-width: 768px) {
		.service-list__btn {
				height: 25px;
				font-size: 14px;
		}
}
.service-list__btn::before {
		content: "";
		position: absolute;
		bottom: -2px;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #222;
		z-index: -1;
}

.service-btn {
		color: #222;
		text-align: center;
		position: relative;
		display: block;
		background: #222;
		text-decoration: none;
		padding-top: 1em;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
		height: 3em;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-size: 1.2em;
		-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
		        box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.08);
		border: 3px solid #222;
		color: #FFF;
}
@media screen and (min-width: 768px) {
		.service-btn {
				margin: 0;
				width: 80%;
				height: 60px;
				line-height: 60px;
				padding: 0;
				font-size: 19px;
		}
		.service-btn:after {
				position: absolute;
				top: 0;
				right: 0;
				width: 100%;
				height: 100%;
				background: #f6c600;
				content: "";
				z-index: 2;
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transform-origin: left center;
				        transform-origin: left center;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
		.service-btn:hover {
				border-color: #f6c600;
				color: #FFF;
		}
		.service-btn:hover .service-btn-txt:before {
				right: 10px;
				border-color: #FFF;
		}
		.service-btn:hover .service-btn-txt:after {
				width: 30px;
				right: 5px;
				background: #FFF;
		}
		.service-btn:hover:after {
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
		}
}
.service-btn-txt {
		position: relative;
		z-index: 5;
		display: block;
}
.service-btn-txt:before {
		position: absolute;
		top: 50%;
		right: 9px;
		width: 9px;
		height: 9px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		margin-top: -1px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		        transform: rotate(45deg) translateY(-50%);
		content: "";
}
@media screen and (min-width: 768px) {
		.service-btn-txt:before {
				right: 25px;
				width: 10px;
				height: 10px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
}
.service-btn-txt:after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 15px;
		height: 1px;
		background: #FFF;
		content: "";
}
@media screen and (min-width: 768px) {
		.service-btn-txt:after {
				right: 20px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
}

@media screen and (min-width: 768px) {
		.service-list__item:nth-child(1) {
				-webkit-transition-delay: 0;
				        transition-delay: 0;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(2) {
				-webkit-transition-delay: 0.1s;
				        transition-delay: 0.1s;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(3) {
				-webkit-transition-delay: 0;
				        transition-delay: 0;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(4) {
				-webkit-transition-delay: 0.1s;
				        transition-delay: 0.1s;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(5) {
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(6) {
				-webkit-transition-delay: 0s;
				        transition-delay: 0s;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(7) {
				-webkit-transition-delay: 0.1s;
				        transition-delay: 0.1s;
		}
}
@media screen and (min-width: 768px) {
		.service-list__item:nth-child(8) {
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
		}
}
.service-list__item.animated {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
}

@media screen and (min-width: 768px) {
		.service-list__img {
				position: relative;
		}
		.service-list__img:before {
				content: "";
				z-index: -1;
				position: absolute;
				width: 0%;
				height: 100%;
				top: 0;
				left: 100%;
				background-color: #f6c600;
				-webkit-transition: all 300ms ease-in-out;
				transition: all 300ms ease-in-out;
				z-index: 10;
		}
		.service-list__ttl {
				-webkit-transition: all 300ms ease-in-out;
				transition: all 300ms ease-in-out;
		}
		.service-list__link {
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
		.service-list__link:hover .service-list__img:before {
				left: 0;
				width: 100%;
		}
		.service-list__link:hover .service-list__btn:before {
				width: 100%;
		}
}
.service_modal__block {
		display: none;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 5;
}
.service_modal__block.is_open {
		cursor: pointer;
		z-index: 100;
}
.service_modal__content {
		overflow: auto;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 10% auto;
		width: 70%;
		max-width: 800px;
		max-height: 560px;
		margin-top: 70px;
		padding: 20px 30px;
		background-color: #FFF;
		border-radius: 10px;
		-webkit-animation-name: modalOpen;
		        animation-name: modalOpen;
		-webkit-animation-duration: 500ms;
		        animation-duration: 500ms;
		-webkit-transform: translateY(-50%) translateX(-50%);
		        transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
		.service_modal__content {
				width: calc(70% - 120px);
				margin-top: 0;
				margin-left: 60px;
				padding: 40px 60px;
				-webkit-transform: translateY(-50%) translateX(-50%);
				        transform: translateY(-50%) translateX(-50%);
		}
}
.service_modal__content .service-btn {
		margin-top: 30px !important;
		margin-inline: auto !important;
}
.service_modal__content .service-btn::after {
		top: -1px !important;
		height: calc(100% + 1px) !important;
}
.service_modal__heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
		margin-bottom: 20px;
		padding-right: 10px;
}
.service_modal__heading .img {
		width: 30%;
		max-width: 70px;
}
@media screen and (min-width: 768px) {
		.service_modal__heading .img {
				max-width: 145px;
		}
}
.service_modal__heading .ttl {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
}
@media screen and (min-width: 768px) {
		.service_modal__heading .ttl {
				font-size: 28px;
		}
}
.service_modal__txt {
		margin-bottom: 20px;
		line-height: 2.1;
}
.service_modal__txt .bold {
		font-weight: bold;
}
.service_modal__detail .ttl {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
}
.service_modal__detail .content__list {
		padding-left: 25px;
}
@media screen and (min-width: 768px) {
		.service_modal__detail .content__list {
				padding-left: 40px;
		}
}
.service_modal__detail .content__list__item {
		margin-bottom: 8px;
		list-style: disc;
		font-size: 14px;
		font-weight: bold;
}
.service_modal .service_modalClose {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		font-size: 0;
		cursor: pointer;
		z-index: 101;
}
@media screen and (min-width: 768px) {
		.service_modal .service_modalClose {
				top: 20px;
				right: 20px;
				width: 60px;
				height: 60px;
		}
}
.service_modal .service_modalClose::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 1px;
		background-color: #b8b8b8;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
		        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.service_modal .service_modalClose::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 1px;
		background-color: #b8b8b8;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.service_modalOpen {
		cursor: pointer;
}

@-webkit-keyframes modalOpen {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

@keyframes modalOpen {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
/* footer
-------------------------*/
.footer {
		background: #222;
		color: #fff;
		font-weight: bold;
		text-align: center;
}
.footer .container {
		padding: 30px 20px;
}
@media screen and (min-width: 768px) {
		.footer .container {
				padding: 70px 20px 40px;
		}
}
.footer__contact-btn {
		position: relative;
		display: block;
		padding: 10px 0;
		background: #fff;
		text-decoration: none;
		margin: 0 auto 30px;
		width: 80%;
		max-width: 300px;
		font-weight: normal;
		font-size: 15px;
}
@media screen and (min-width: 768px) {
		.footer__contact-btn {
				width: 500px;
				max-width: inherit;
				height: 80px;
				line-height: 80px;
				padding: 0;
				font-size: 30px;
				margin: 0 auto 60px;
				background: #fff;
		}
		.footer__contact-btn:after {
				position: absolute;
				top: 0;
				right: 0;
				width: 100%;
				height: 100%;
				background: #f0f0f0;
				background: #f6c600;
				content: "";
				z-index: 2;
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transform-origin: left center;
				        transform-origin: left center;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
		.footer__contact-btn:hover .footer__contact-btn-txt:before {
				right: 30px;
				border-color: #222;
		}
		.footer__contact-btn:hover .footer__contact-btn-txt:after {
				width: 30px;
				right: 25px;
				background: #222;
		}
		.footer__contact-btn:hover:after {
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
		}
}
.footer__contact-btn-txt {
		position: relative;
		z-index: 5;
		display: block;
}
.footer__contact-btn-txt:before {
		position: absolute;
		top: 50%;
		right: 14px;
		width: 9px;
		height: 9px;
		border-top: 1px solid #222;
		border-right: 1px solid #222;
		margin-top: -1px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		        transform: rotate(45deg) translateY(-50%);
		content: "";
}
@media screen and (min-width: 768px) {
		.footer__contact-btn-txt:before {
				right: 45px;
				width: 10px;
				height: 10px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
}
.footer__contact-btn-txt:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 1px;
		background: #222;
		content: "";
}
@media screen and (min-width: 768px) {
		.footer__contact-btn-txt:after {
				right: 40px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
		}
}
.footer__logo {
		max-width: 195px;
		margin-bottom: 30px;
		margin-inline: auto;
}
.footer__efc_logo {
		max-width: 268px;
		margin-bottom: 20px;
		margin-inline: auto;
}
.footer__address {
		margin-bottom: 10px;
}
.footer__tel {
		font-size: 20px;
}
@media screen and (min-width: 768px) {
		.footer__tel {
				font-size: 26px;
		}
}
.footer__tel a {
		color: #fff;
}
.footer__copyright {
		background: #fff;
		padding: 10px 0;
		text-align: center;
		font-size: 10px;
		color: #222;
		font-weight: normal;
}
@media screen and (min-width: 768px) {
		.footer__copyright {
				font-size: 12px;
				padding: 25px 0;
		}
}
.footer-news {
		background: #222222;
		color: #fff;
}

@media screen and (max-width: 1024px) {
		.sp-only {
				display: block !important;
		}
		.pc-only {
				display: none !important;
		}
}
@media screen and (min-width: 1024px) {
		.sp-only {
				display: none !important;
		}
		.pc-only {
				display: block !important;
		}
}
body {
		background-color: #fff;
		color: #785959;
}
body * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
body a {
		text-decoration: underline;
		color: #785959;
}

.ny-section {
		padding: 40px 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
@media screen and (min-width: 768px) {
		.ny-section {
				padding: 60px 0;
		}
}

.ny-wrapper {
		position: relative;
		width: 100%;
		max-width: 1040px;
		margin-inline: auto;
		padding-right: 20px;
		padding-left: 20px;
}
.ny-wrapper * {
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		line-height: 1.4;
}

.ny-heading__title {
		margin-bottom: 20px;
		text-align: center;
		color: #785959;
}
@media screen and (min-width: 768px) {
		.ny-heading__title {
				margin-bottom: 40px;
		}
}
.ny-heading__title .ja {
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(26px, 4vw, 40px);
		line-height: 1.4;
		letter-spacing: 0.1em;
}
.ny-heading__title .en {
		display: block;
		font-family: "SF Pro Display", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(12px, 1.5vw, 15px);
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 0.2em;
}
.ny-heading__read {
		margin-bottom: 40px;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(14px, 1.6vw, 16px);
		line-height: 1.88;
		letter-spacing: 0.01em;
		text-align: center;
}

.ny-text {
		font-size: clamp(14px, 1.6vw, 16px);
		line-height: 1.8;
		overflow-wrap: break-word;
		white-space: normal;
}

.-bold {
		font-weight: bold;
}

.is_sp {
		display: block;
}
@media screen and (min-width: 768px) {
		.is_sp {
				display: none;
		}
}

.is_pc {
		display: none !important;
}
@media screen and (min-width: 768px) {
		.is_pc {
				display: block !important;
		}
}

.animation {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
		-webkit-transition: all 300ms;
		transition: all 300ms;
}
.animation.animated {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
}

@-webkit-keyframes fv_main {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

@keyframes fv_main {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@-webkit-keyframes fv_cloud_left {
		0% {
				-webkit-transform: translateX(-100%);
				        transform: translateX(-100%);
		}
		100% {
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
@keyframes fv_cloud_left {
		0% {
				-webkit-transform: translateX(-100%);
				        transform: translateX(-100%);
		}
		100% {
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
@-webkit-keyframes fv_cloud_right {
		0% {
				-webkit-transform: translateX(100%);
				        transform: translateX(100%);
		}
		100% {
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
@keyframes fv_cloud_right {
		0% {
				-webkit-transform: translateX(100%);
				        transform: translateX(100%);
		}
		100% {
				-webkit-transform: translateX(0);
				        transform: translateX(0);
		}
}
.ny-fv {
		padding-top: 0;
		padding-bottom: 0;
}
.ny-fv picture {
		display: block;
}
.ny-fv picture img {
		width: 100%;
}
.ny-fv__main {
		overflow: hidden;
		position: relative;
		background-color: #f9f6ee;
		background-image: url(../img/bg_fv_right.png), url(../img/bg_fv_left.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right bottom, left bottom;
		background-size: 26% auto, 34% auto;
		z-index: 1;
}
@media screen and (min-width: 768px) {
		.ny-fv__main {
				padding-bottom: 60px;
		}
}
.ny-fv__main::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 10%;
		width: 24%;
		height: 100%;
		background: url(../img/fv_img02_sp.png) no-repeat center bottom;
		background-size: 100% auto;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-animation: fv_cloud_left 1000ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
		        animation: fv_cloud_left 1000ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
		z-index: 2;
}
@media screen and (min-width: 768px) {
		.ny-fv__main::before {
				right: 70%;
				bottom: 22%;
				left: unset;
				width: 630px;
				height: 430px;
				background: url(../img/fv_img02_pc.png) no-repeat left bottom;
				background-size: auto 100%;
		}
}
@media screen and (min-width: 1800px) {
		.ny-fv__main::before {
				right: unset;
				left: 0;
		}
}
.ny-fv__main::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 40%;
		height: 100%;
		background: url(../img/fv_img03_sp.png) no-repeat center top;
		background-size: 100% auto;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-animation: fv_cloud_right 1800ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
		        animation: fv_cloud_right 1800ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
		z-index: 2;
}
@media screen and (min-width: 768px) {
		.ny-fv__main::after {
				right: unset;
				left: 64%;
				width: 630px;
				height: 430px;
				background: url(../img/fv_img03_pc.png) no-repeat center top;
				background-size: 100% auto;
		}
}
@media screen and (min-width: 1800px) {
		.ny-fv__main::after {
				right: 0;
				left: unset;
		}
}
.ny-fv__main__img {
		opacity: 0;
		max-width: 856px;
		margin-inline: auto;
		margin-bottom: 30px;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-animation: fv_main 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
		        animation: fv_main 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
}
.ny-fv__sub {
		padding-top: 40px;
		background-color: #fff;
}
@media screen and (min-width: 768px) {
		.ny-fv__sub {
				background-color: #f9f6ee;
		}
}
.ny-fv__text {
		display: block;
		max-width: 574px;
		width: 60%;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.ny-fv__text {
				width: 70%;
		}
}
.ny-fv__text img {
		width: 100%;
}

.ny-message {
		padding-bottom: 0;
		background-color: #fff;
		background-image: url(../img/bg_message_right.png), url(../img/bg_message_left.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right 0 bottom 40px, left center;
		background-size: 26% auto, 24% auto;
}
.ny-message__text {
		font-size: clamp(14px, 1.6vw, 16px);
		font-weight: 700;
		line-height: 2.125;
		text-align: left;
}
@media screen and (min-width: 768px) {
		.ny-message__text {
				text-align: center;
		}
}
.ny-message__photos {
		position: relative;
		padding-top: 87px;
}
.ny-message__group {
		position: relative;
		overflow: hidden;
		margin-top: -40px;
		border-radius: 460px;
}
@media screen and (min-width: 768px) {
		.ny-message__group {
				margin-top: 0;
		}
}
.ny-message__group::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 460px;
		outline: solid 2px #c7a956;
		outline-offset: -2px;
		z-index: 10;
}
.ny-message__group img {
		width: 100%;
}
.ny-message__group--01 {
		width: 200px;
		height: 200px;
		margin-bottom: -60px;
		z-index: 1;
}
@media screen and (min-width: 480px) {
		.ny-message__group--01 {
				width: 300px;
				height: 300px;
				margin-bottom: -40px;
		}
}
@media screen and (min-width: 768px) {
		.ny-message__group--01 {
				position: absolute;
				top: 0;
				left: -20px;
				width: 300px;
				height: 300px;
				margin-bottom: 0;
		}
}
@media screen and (min-width: 1024px) {
		.ny-message__group--01 {
				width: 340px;
				height: 340px;
		}
}
.ny-message__group--02 {
		width: 260px;
		height: 260px;
		-webkit-margin-start: auto;
		        margin-inline-start: auto;
		-webkit-margin-end: 0;
		        margin-inline-end: 0;
		z-index: 2;
}
@media screen and (min-width: 480px) {
		.ny-message__group--02 {
				width: 420px;
				height: 420px;
		}
}
@media screen and (min-width: 768px) {
		.ny-message__group--02 {
				width: 460px;
				height: 460px;
				margin-inline: auto;
		}
}
.ny-message__group--03 {
		width: 200px;
		height: 200px;
		margin-top: -60px;
		z-index: 1;
}
@media screen and (min-width: 480px) {
		.ny-message__group--03 {
				width: 300px;
				height: 300px;
				margin-top: -40px;
		}
}
@media screen and (min-width: 768px) {
		.ny-message__group--03 {
				position: absolute;
				top: 0;
				right: -20px;
				width: 300px;
				height: 300px;
				margin-top: 0;
		}
}
@media screen and (min-width: 1024px) {
		.ny-message__group--03 {
				width: 340px;
				height: 340px;
		}
}

.ny-topic {
		margin-top: -20px;
		background: url(../img/bg_topic.png) no-repeat center top;
		background-size: cover;
}
@media screen and (min-width: 768px) {
		.ny-topic {
				padding-top: 70px;
				padding-bottom: 80px;
		}
}
.ny-topic__item {
		width: 100%;
}
@media screen and (min-width: 768px) {
		.ny-topic__item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-column-gap: 40px;
				   -moz-column-gap: 40px;
				        column-gap: 40px;
				row-gap: 30px;
		}
}
.ny-topic__item:not(:first-child) {
		margin-top: 30px;
}
@media screen and (min-width: 768px) {
		.ny-topic__item:not(:first-child) {
				margin-top: 50px;
		}
}
.ny-topic__item:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
}
.ny-topic__item__thumbnail {
		overflow: hidden;
		width: 100%;
		border-radius: 10px;
		outline: solid 2px #c7a956;
		outline-offset: -2px;
}
@media screen and (min-width: 768px) {
		.ny-topic__item__thumbnail {
				width: calc(50% - 40px);
		}
}
.ny-topic__item__thumbnail .img {
		display: block;
		width: 100%;
		aspect-ratio: 1.5/1;
		-o-object-fit: cover;
		   object-fit: cover;
}
.ny-topic__item__detail {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
		margin-top: 20px;
}
@media screen and (min-width: 768px) {
		.ny-topic__item__detail {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				row-gap: 20px;
				width: 50%;
				min-height: 60px;
				margin-top: 5px;
				border-radius: 40px;
		}
}
.ny-topic__item__detail .title {
		font-size: clamp(18px, 2.4vw, 24px);
		font-weight: 700;
		line-height: 1.66;
		text-align: left;
}
.ny-topic__item__detail .text {
		font-size: clamp(14px, 1.6vw, 16px);
		font-weight: 500;
		line-height: 1.88;
}

.ny-works {
		background-color: #fff;
		background-image: url(../img/bg_works_top.png), url(../img/bg_works_right.png), url(../img/bg_works_bottom.png), url(../img/bg_works_left.png);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: center top 3%, right 6%, 70% 94%, left 60%;
		background-size: 36% auto, 36% auto, 36% auto, 22% auto;
}
@media screen and (min-width: 768px) {
		.ny-works {
				padding-bottom: 80px;
				background-size: 36% auto, 24% auto, 26% auto, 16% auto;
		}
}
.ny-works__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
		row-gap: 20px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 890px;
		margin-inline: auto;
		padding-right: 20px;
		padding-left: 20px;
}
@media screen and (min-width: 768px) {
		.ny-works__list {
				-webkit-column-gap: 50px;
				   -moz-column-gap: 50px;
				        column-gap: 50px;
				row-gap: 50px;
		}
}
.ny-works__item {
		width: 100%;
}
@media screen and (min-width: 768px) {
		.ny-works__item {
				width: calc((100% - 50px) / 2);
		}
}
.ny-works__item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
		text-decoration: none;
}
@media screen and (min-width: 768px) {
		.ny-works__item a {
				display: block;
		}
}
.ny-works__item a:hover .ny-works__item__thumbnail {
		opacity: 0.6;
}
.ny-works__item__thumbnail {
		overflow: hidden;
		width: 30%;
		border-radius: 6px;
		outline: solid 2px #c7a956;
		outline-offset: -2px;
		-webkit-transition: all 300ms;
		transition: all 300ms;
}
@media screen and (min-width: 768px) {
		.ny-works__item__thumbnail {
				width: 100%;
				border-radius: 10px;
		}
}
.ny-works__item__thumbnail .img {
		display: block;
		width: 100%;
		aspect-ratio: 1.5/1;
		-o-object-fit: cover;
		   object-fit: cover;
}
.ny-works__item__title {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: calc(70% - 10px);
		min-height: 40px;
		margin-inline: auto;
		padding: 5px 15px;
		background-color: #f9f6ee;
		border-radius: 6px;
		font-size: clamp(13px, 1.6vw, 16px);
		font-weight: 600;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.ny-works__item__title {
				width: 94%;
				min-height: 60px;
				margin-top: 5px;
				border-radius: 40px;
		}
}
.ny-works__item__title::before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent #c7a956 transparent;
		border-width: 0px 0px 12px 12px;
}
@media screen and (min-width: 768px) {
		.ny-works__item__title::before {
				border: none;
		}
}
.ny-works__item__title .-small {
		font-size: clamp(11px, 1.3vw, 13px);
		font-weight: 500;
}

.ny-mvp {
		background: url(../img/bg_mvp.png) no-repeat center top;
		background-size: cover;
}
@media screen and (min-width: 768px) {
		.ny-mvp {
				padding-top: 20px;
		}
}
.ny-mvp .ny-wrapper {
		position: relative;
		background-image: url(../img/bg_mvp_right.png), url(../img/bg_mvp_left.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right -10px center, left -10px center;
		background-size: 18vw, 18vw;
}
@media screen and (min-width: 768px) {
		.ny-mvp .ny-wrapper {
				background-position: right center, left center;
				background-size: 200px, 200px;
		}
}
@media screen and (min-width: 768px) {
		.ny-mvp .ny-wrapper::before {
				content: "";
				position: absolute;
				top: 45%;
				right: 20px;
				width: 163px;
				height: 348px;
				background: url(../img/mvp_img02.png) no-repeat center top;
				background-size: 100% auto;
		}
}
@media screen and (min-width: 768px) {
		.ny-mvp .ny-wrapper::after {
				content: "";
				position: absolute;
				top: 36%;
				right: 0;
				width: 132px;
				height: 50px;
				background: url(../img/mvp_img03.png) no-repeat center top;
				background-size: 100% auto;
		}
}
.ny-mvp__title--main {
		width: clamp(300px, 73.2vw, 732px);
		margin-inline: auto;
}
.ny-mvp__title--main .img {
		width: 100%;
}
.ny-mvp__title--title {
		font-size: clamp(24px, 3.6vw, 36px);
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
		.ny-mvp__title--title {
				margin-top: -10px;
		}
}
.ny-mvp__title--name {
		margin-top: 10px;
		font-size: clamp(22px, 2.8vw, 28px);
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.1em;
}
.ny-mvp__title--name .name {
		position: relative;
		font-weight: 700;
}
.ny-mvp__title--name .name::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -40px;
		display: block;
		width: clamp(22px, 2.8vw, 28px);
		height: 2px;
		background-color: #785959;
}
.ny-mvp__title--name .name::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -40px;
		display: block;
		width: clamp(22px, 2.8vw, 28px);
		height: 2px;
		background-color: #785959;
}
.ny-mvp__title--name .-small {
		font-size: clamp(14px, 1.6vw, 16px);
		font-weight: 700;
}
.ny-mvp__title--read {
		margin-top: 15px;
		margin-bottom: 30px;
		font-size: clamp(18px, 2vw, 20px);
		font-weight: 700;
		line-height: 1.7;
		text-align: center;
		letter-spacing: 0.1em;
}
.ny-mvp__photo {
		display: block;
		width: clamp(200px, 20vw, 200px);
		margin-inline: auto;
}
.ny-mvp__photo img {
		width: 100%;
		vertical-align: bottom;
}
@media screen and (min-width: 768px) {
		.ny-mvp__photo {
				position: absolute;
				top: 7%;
				left: 20px;
				z-index: 10;
		}
}
@media screen and (min-width: 1024px) {
		.ny-mvp__photo {
				left: 50px;
		}
}
.ny-mvp__comment {
		position: relative;
		max-width: 500px;
		width: 100%;
		margin-inline: auto;
		padding: 15px 20px;
		background-color: #fff;
		border-radius: 30px;
		font-size: clamp(14px, 1.6vw, 16px);
		font-weight: 700;
		line-height: 1.875;
}
@media screen and (min-width: 768px) {
		.ny-mvp__comment {
				width: 50vw;
		}
}
.ny-mvp__comment::before {
		content: "";
		position: absolute;
		top: -35px;
		left: 40px;
		width: 35px;
		height: 50px;
		background: url(../img/mvp_img04.png) no-repeat center center;
		background-size: 100%;
		-webkit-transform: rotate(83deg);
		        transform: rotate(83deg);
}
@media screen and (min-width: 768px) {
		.ny-mvp__comment::before {
				top: 40%;
				left: -40px;
				width: 55px;
				height: 82px;
				-webkit-transform: translateY(-50%) rotate(0);
				        transform: translateY(-50%) rotate(0);
		}
}

.ny-life {
		overflow-x: hidden;
		background-color: #f9f6ee;
		background-image: url(../img/bg_life_right.png), url(../img/bg_life_left.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right 3%, left 99%;
		background-size: 36% auto, 36% auto;
}
@media screen and (min-width: 768px) {
		.ny-life {
				background-position: right 6%, left 35%;
				background-size: 22% auto, 22% auto;
		}
}
@media screen and (min-width: 768px) {
		.ny-life__group {
				padding-bottom: 30px;
		}
}
.ny-life__group:not(:first-child) {
		margin-top: 40px;
}
.ny-life__group .ny-wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
		row-gap: 40px;
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 {
				padding-top: 60px;
		}
}
.ny-life__group--02 .ny-wrapper {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
		padding-left: 0;
		padding-right: 0;
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 .ny-wrapper {
				max-width: 1040px;
				padding-left: 20px;
				padding-right: 20px;
		}
}
.ny-life__group--02 .ny-life__item {
		position: relative;
		padding-right: 8vw;
		padding-left: 8vw;
		z-index: 1;
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 .ny-life__item {
				margin-right: 0;
				margin-left: 0;
				padding-right: 0;
				padding-left: 0;
		}
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 .ny-life__item:nth-child(1) {
				margin-right: -20px;
				z-index: 2;
		}
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 .ny-life__item:nth-child(2) {
				margin-top: -70px;
		}
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 .ny-life__item:nth-child(3) {
				margin-left: -20px;
				z-index: 2;
		}
}
.ny-life__group--02 .ny-life__item__title {
		max-width: 340px;
}
@media screen and (min-width: 768px) {
		.ny-life__group--02 .ny-life__item__title {
				position: absolute;
				bottom: 10px;
				left: 50%;
				-webkit-transform: translateX(-50%);
				        transform: translateX(-50%);
				z-index: 10;
		}
}
.ny-life__chain {
		position: relative;
		width: 100%;
		margin-inline: auto;
}
.ny-life__item {
		width: 85%;
}
@media screen and (min-width: 768px) {
		.ny-life__item {
				width: calc((100% - 40px) / 3);
				max-width: 320px;
		}
}
.ny-life__item__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 90%;
		min-height: 40px;
		margin-top: 20px;
		margin-inline: auto;
		padding: 5px 15px;
		background-color: #fff;
		border-radius: 40px;
		font-size: clamp(13px, 1.6vw, 16px);
		font-weight: 600;
		text-align: center;
}
.ny-life__item.-right {
		-webkit-margin-start: auto;
		        margin-inline-start: auto;
		-webkit-margin-end: 0;
		        margin-inline-end: 0;
}
@media screen and (min-width: 768px) {
		.ny-life__item.-right {
				-webkit-margin-start: 0;
				        margin-inline-start: 0;
		}
}
.ny-life__item.-left {
		-webkit-margin-end: auto;
		        margin-inline-end: auto;
}
@media screen and (min-width: 768px) {
		.ny-life__item.-left {
				-webkit-margin-end: 0;
				        margin-inline-end: 0;
		}
}
.ny-life__item.-up {
		-webkit-margin-start: auto;
		        margin-inline-start: auto;
		-webkit-margin-end: 0;
		        margin-inline-end: 0;
}
@media screen and (min-width: 768px) {
		.ny-life__item.-up {
				-webkit-margin-start: 0;
				        margin-inline-start: 0;
		}
}
.ny-life__item.-down {
		-webkit-margin-end: auto;
		        margin-inline-end: auto;
}
@media screen and (min-width: 768px) {
		.ny-life__item.-down {
				-webkit-margin-end: 0;
				        margin-inline-end: 0;
				-webkit-transform: translateY(50px);
				        transform: translateY(50px);
		}
}
.ny-life__photo {
		overflow: hidden;
		border-radius: 10px;
		outline: solid 2px #c7a956;
		outline-offset: -2px;
}
.ny-life__photo .img {
		display: block;
		width: 100%;
		aspect-ratio: 1.33/1;
		-o-object-fit: cover;
		   object-fit: cover;
}
.ny-life .slick-prev,
.ny-life .slick-next {
		display: block;
		width: 32px;
		height: 32px;
		background-color: #c7a956;
		border-radius: 64px;
		font-size: 0;
		z-index: 100;
}
@media screen and (min-width: 768px) {
		.ny-life .slick-prev,
		.ny-life .slick-next {
				width: 64px;
				height: 64px;
		}
}
.ny-life .slick-prev {
		left: 20px;
}
.ny-life .slick-prev::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: 2px;
		border-top: solid 1px #fff;
		border-left: solid 1px #fff;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
		.ny-life .slick-prev::before {
				content: "";
				display: none;
				width: 0;
				height: 0;
		}
}
.ny-life .slick-next {
		right: 20px;
}
.ny-life .slick-next::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -2px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
		        transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
		.ny-life .slick-next::before {
				content: "";
				display: none;
				width: 0;
				height: 0;
		}
}

.ny-all_photo {
		width: 100%;
}
.ny-all_photo .img {
		width: 100%;
		vertical-align: bottom;
}

.ny-page_top {
		display: none;
		position: fixed;
		right: 15px;
		bottom: 15px;
}
.ny-page_top__btn {
		position: relative;
		display: block;
		width: 32px;
		height: 32px;
		background-color: #fff;
		border-radius: 64px;
		font-size: 0;
}
@media screen and (min-width: 768px) {
		.ny-page_top__btn {
				width: 64px;
				height: 64px;
		}
}
.ny-page_top__btn::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px;
		height: 12px;
		margin-top: 3px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		        transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
		.ny-page_top__btn::before {
				width: 24px;
				height: 24px;
				margin-top: 6px;
		}
}

.ny-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		height: 70px;
		background-color: #222;
		font-family: Arial;
		font-weight: 400;
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.1em;
		color: #fff;
}
@media screen and (min-width: 768px) {
		.ny-footer {
				height: 140px;
		}
}