@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Old+Mincho:wght@400;700&family=Zen+Tokyo+Zoo&display=swap");
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-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__bottom {
		background: #fff;
		padding-top: 25px;
}
.footer__bottom-logos {
		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: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
		row-gap: 10px;
}
.footer__bottom-logos-01 {
		max-width: 200px;
}
.footer__bottom-logos-02 {
		max-width: 90px;
}
.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;
		font-size: 16px;
		color: #000;
}
body * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
body a {
		text-decoration: underline;
		color: #000;
}

.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: 1100px;
		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 {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 3.25rem;
		text-align: center;
		color: #000;
}
.ny-heading-title__en {
		display: inline-block;
		font-family: "Zen Tokyo Zoo", system-ui;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(16px, 1.8867924528vw, 20px);
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		color: #E62600;
}
.ny-heading-title__ja {
		position: relative;
		display: inline-block;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(26px, 3.3962264151vw, 36px);
		line-height: 1.444;
		letter-spacing: 0.1em;
		color: #E62600;
}
.ny-heading-title__ja::before {
		content: "";
		position: absolute;
		bottom: -1rem;
		left: 50%;
		display: block;
		width: 80px;
		height: 1px;
		background-color: #E62600;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
}

.ny-text {
		font-size: clamp(14px, 1.5094339623vw, 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_mountain {
		0% {
				opacity: 0;
				-webkit-transform: scale(1.8);
				        transform: scale(1.8);
		}
		100% {
				opacity: 1;
				-webkit-transform: scale(1);
				        transform: scale(1);
		}
}

@keyframes fv_mountain {
		0% {
				opacity: 0;
				-webkit-transform: scale(1.8);
				        transform: scale(1.8);
		}
		100% {
				opacity: 1;
				-webkit-transform: scale(1);
				        transform: scale(1);
		}
}
@-webkit-keyframes fv_title {
		0% {
				opacity: 0;
				-webkit-transform: translateX(-50%) scale(1.8);
				        transform: translateX(-50%) scale(1.8);
		}
		100% {
				opacity: 1;
				-webkit-transform: translateX(-50%) scale(1);
				        transform: translateX(-50%) scale(1);
		}
}
@keyframes fv_title {
		0% {
				opacity: 0;
				-webkit-transform: translateX(-50%) scale(1.8);
				        transform: translateX(-50%) scale(1.8);
		}
		100% {
				opacity: 1;
				-webkit-transform: translateX(-50%) scale(1);
				        transform: translateX(-50%) scale(1);
		}
}
@-webkit-keyframes fv_cloud-left {
		0%, 100% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(15px);
				        transform: translateY(15px);
		}
}
@keyframes fv_cloud-left {
		0%, 100% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(15px);
				        transform: translateY(15px);
		}
}
@-webkit-keyframes fv_cloud-right {
		0%, 100% {
				-webkit-transform: translateY(15px);
				        transform: translateY(15px);
		}
		50% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
}
@keyframes fv_cloud-right {
		0%, 100% {
				-webkit-transform: translateY(15px);
				        transform: translateY(15px);
		}
		50% {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
		}
}
@-webkit-keyframes fv_house {
		0%, 100% {
				-webkit-transform: translateX(-50%) rotate(0deg);
				        transform: translateX(-50%) rotate(0deg);
		}
		50% {
				-webkit-transform: translateX(-50%) rotate(15deg);
				        transform: translateX(-50%) rotate(15deg);
		}
}
@keyframes fv_house {
		0%, 100% {
				-webkit-transform: translateX(-50%) rotate(0deg);
				        transform: translateX(-50%) rotate(0deg);
		}
		50% {
				-webkit-transform: translateX(-50%) rotate(15deg);
				        transform: translateX(-50%) rotate(15deg);
		}
}
.ny-fv {
		position: relative;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding-block: 0;
		padding-inline: 0;
		background: #fff;
}
.ny-fv::before {
		content: "";
		position: absolute;
		bottom: -0.15rem;
		left: 0;
		width: 142px;
		height: 77px;
		background: url(../img/bg-fv-left-mobile.png) no-repeat left top;
		background-size: 100% 100%;
		-webkit-animation: fv_cloud-left 3000ms ease-in-out infinite;
		        animation: fv_cloud-left 3000ms ease-in-out infinite;
		z-index: 1;
}
@media screen and (min-width: 768px) {
		.ny-fv::before {
				bottom: -4vw;
				width: 40vw;
				height: 14vw;
				background: url(../img/bg-fv-left-desctop.png) no-repeat left top;
				background-size: 100% 100%;
		}
}
.ny-fv::after {
		content: "";
		position: absolute;
		bottom: -3.5rem;
		right: 0;
		width: 193px;
		height: 152px;
		background: url(../img/bg-fv-right-mobile.png) no-repeat right top;
		background-size: 100% 100%;
		-webkit-animation: fv_cloud-right 3000ms ease-in-out infinite;
		        animation: fv_cloud-right 3000ms ease-in-out infinite;
		z-index: 1;
}
@media screen and (min-width: 768px) {
		.ny-fv::after {
				bottom: -4vw;
				width: 39vw;
				height: 14vw;
				background: url(../img/bg-fv-right-desctop.png) no-repeat right top;
				background-size: 100% 100%;
		}
}
.ny-fv picture {
		display: block;
}
.ny-fv picture img {
		width: 100%;
}
.ny-fv__bg-mountain {
		position: relative;
		z-index: 0;
		-webkit-animation: fv_mountain 1000ms ease-in-out forwards;
		        animation: fv_mountain 1000ms ease-in-out forwards;
}
@media (768px <= width <= 1024px) {
		.ny-fv__bg-mountain img {
				width: auto !important;
				height: 100vh;
		}
}
.ny-fv__bg-title {
		position: absolute;
		top: 30vw;
		left: 50%;
		width: 70vw;
		max-width: 57.1875rem;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 10;
		-webkit-animation: fv_title 1000ms ease-in-out forwards;
		        animation: fv_title 1000ms ease-in-out forwards;
}
@media screen and (min-width: 768px) {
		.ny-fv__bg-title {
				top: 5vw;
				width: 80vw;
		}
}
.ny-fv__logo {
		display: block;
		max-width: 5.125rem;
		margin-top: 1.4375rem;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.ny-fv__logo {
				position: absolute;
				top: 1.8125rem;
				left: 1.5rem;
				margin: 0;
		}
}
.ny-fv__logo img {
		display: block;
		width: 100%;
}
.ny-fv__title {
		width: 65vw;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.ny-fv__title {
				width: 50vw;
		}
}
.ny-fv__title img {
		display: block;
		width: 100%;
}
.ny-fv__read {
		position: absolute;
		bottom: 17vw;
		left: 50%;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		color: #fff;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
		.ny-fv__read {
				bottom: 10vw;
				row-gap: 0;
		}
}
.ny-fv__read span {
		display: block;
}
.ny-fv__read-big {
		font-size: clamp(30px, 4.3396226415vw, 46px);
		line-height: 1.4;
		letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
		.ny-fv__read-big {
				line-height: 1.6;
		}
}
.ny-fv__read-small {
		font-size: clamp(20px, 2.4528301887vw, 26px);
		line-height: 1.6;
		letter-spacing: 0.1em;
}
.ny-fv__title {
		position: absolute;
		top: 5vw;
		left: 50%;
		width: 80vw;
		max-width: 57.1875rem;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
}
.ny-fv__house {
		position: absolute;
		top: 46%;
		left: 50%;
		width: 40vw;
		max-width: 20rem;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		-webkit-animation: fv_house 2000ms ease-in-out infinite;
		        animation: fv_house 2000ms ease-in-out infinite;
		z-index: 100;
}
@media screen and (min-width: 768px) {
		.ny-fv__house {
				top: 18%;
				left: 52.5%;
				width: 19.5vw;
		}
}
.ny-fv__house img {
		display: block;
		width: 100%;
}

.ny-message {
		padding-block: 53px 88px;
		background-color: #fff;
		background-image: url(../img/bg-message.svg), url(../img/bg-message.svg), url(../img/bg-message.svg);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: right 40px top 32px, left 20px center, center bottom 47px;
		background-size: 45% auto, 45% auto, 45% auto;
}
@media screen and (min-width: 768px) {
		.ny-message {
				background-position: right 85px top 76px, left 111px top 34px, center bottom 47px;
				background-size: 26% auto, 24% auto, 24% auto;
		}
}
.ny-message__text {
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(16px, 1.6037735849vw, 17px);
		line-height: 1.8;
		text-align: left;
}
@media screen and (min-width: 768px) {
		.ny-message__text {
				text-align: center;
		}
}

.ny-topic {
		padding-block: 3.5rem 4rem;
		background: url(../img/bg-topic.svg) no-repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(30%, #FFFCE0));
		background: url(../img/bg-topic.svg) no-repeat center top, linear-gradient(to bottom, #fff 30%, #FFFCE0 30%);
		background-size: 180% auto, 100% 100%;
}
@media screen and (min-width: 768px) {
		.ny-topic {
				padding-block: 3.375rem 4.25rem;
				background-size: 100% auto, 100% 100%;
		}
}
.ny-topic .ny-heading-title__ja::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -4.625rem;
		width: 7.625rem;
		height: 5.125rem;
		background: url(../img/icon-topic-title.webp) no-repeat center center;
		background-size: 100% auto;
}
@media screen and (min-width: 768px) {
		.ny-topic .ny-heading-title__ja::after {
				left: -6.625rem;
				width: 11.875rem;
				height: 7.944rem;
		}
}
.ny-topic__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		-webkit-column-gap: 2.5rem;
		   -moz-column-gap: 2.5rem;
		        column-gap: 2.5rem;
		row-gap: 2.5rem;
		width: 100%;
}
@media screen and (min-width: 768px) {
		.ny-topic__list {
				-ms-grid-columns: (1fr)[2];
				grid-template-columns: repeat(2, 1fr);
		}
}
.ny-topic__item {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 1.375rem;
}
.ny-topic__item-thumbnail {
		overflow: hidden;
		width: 100%;
		background-color: #fff;
		border: solid 3px #000;
		border-radius: 1rem;
		aspect-ratio: 1.7/1;
}
@media screen and (min-width: 768px) {
		.ny-topic__item-thumbnail {
				border-radius: 1.25rem;
		}
}
.ny-topic__item-thumbnail img {
		opacity: 1;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ny-topic__item-thumbnail img:is(a) {
		-webkit-transform: scale(1);
		        transform: scale(1);
}
.ny-topic__item-thumbnail:is(a):hover img {
		opacity: 0.7;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
}
.ny-topic__item-detail {
		position: relative;
		width: 100%;
		padding-inline: 1.5rem;
}
.ny-topic__item-title {
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(20px, 2.0754716981vw, 22px);
		line-height: 1.66;
		text-align: left;
}
@media screen and (min-width: 768px) {
		.ny-topic__item-title {
				text-align: center;
		}
}
.ny-topic__item-text {
		margin-top: 0.75rem;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(14px, 1.4150943396vw, 15px);
		line-height: 1.5;
}
@media screen and (min-width: 768px) {
		.ny-topic__item-text {
				margin-top: 1.375rem;
		}
}
.ny-topic__item-text a {
		display: block;
		text-decoration: underline;
		color: #000;
}
.ny-topic__item-text a:hover {
		text-decoration: none;
}

.ny-works {
		padding-block: 3.5rem 4rem;
		background-color: #fff;
}
@media screen and (min-width: 768px) {
		.ny-works {
				padding-block: 5.125rem 5rem;
		}
}
.ny-works .ny-heading-title__ja::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 100%;
		width: 5.125rem;
		height: 4.5625rem;
		background: url(../img/icon-works-title.webp) no-repeat center center;
		background-size: 100% auto;
}
@media screen and (min-width: 768px) {
		.ny-works .ny-heading-title__ja::after {
				left: calc(100% + 0.8125rem);
				width: 9.25rem;
				height: 7.125rem;
		}
}
.ny-works__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		-webkit-column-gap: 2.5rem;
		   -moz-column-gap: 2.5rem;
		        column-gap: 2.5rem;
		row-gap: 2.5rem;
		width: 100%;
}
@media screen and (min-width: 768px) {
		.ny-works__list {
				-ms-grid-columns: (1fr)[2];
				grid-template-columns: repeat(2, 1fr);
		}
}
.ny-works__item {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 1.375rem;
}
.ny-works__item-thumbnail {
		overflow: hidden;
		width: 100%;
		border: solid 3px #000;
		border-radius: 1rem;
		aspect-ratio: 1.7/1;
}
@media screen and (min-width: 768px) {
		.ny-works__item-thumbnail {
				border-radius: 1.25rem;
		}
}
.ny-works__item-thumbnail img {
		opacity: 1;
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
		-webkit-transform: scale(1);
		        transform: scale(1);
}
.ny-works__item-thumbnail:hover img {
		opacity: 0.7;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
}
.ny-works__item-detail {
		position: relative;
		width: 100%;
		padding-inline: 1.5rem;
}
.ny-works__item-title {
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(20px, 2.0754716981vw, 22px);
		line-height: 1.66;
		text-align: left;
}
@media screen and (min-width: 768px) {
		.ny-works__item-title {
				text-align: center;
		}
}
.ny-works__item-text {
		margin-top: 0.75rem;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(14px, 1.4150943396vw, 15px);
		line-height: 1.5;
}
@media screen and (min-width: 768px) {
		.ny-works__item-text {
				margin-top: 1.375rem;
		}
}
.ny-works__item-text a {
		display: block;
		text-decoration: underline;
		color: #000;
}
.ny-works__item-text a:hover {
		text-decoration: none;
}
.ny-works__btn {
		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: 80%;
		height: 60px;
		-webkit-margin-before: 3rem;
		        margin-block-start: 3rem;
		margin-inline: auto;
		background-color: #5FABC9;
		border-radius: 100rem;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(20px, 2.2641509434vw, 24px);
		line-height: 2.1875rem;
		text-align: center;
		text-decoration: none;
		color: #fff;
		-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
		.ny-works__btn {
				max-width: 31.875rem;
				height: 80px;
				-webkit-margin-before: 5rem;
				        margin-block-start: 5rem;
		}
}
.ny-works__btn:hover {
		text-decoration: none;
		opacity: 0.9;
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
}

.ny-everyday {
		padding-block: 5.25rem 0;
}
@media screen and (min-width: 768px) {
		.ny-everyday {
				padding-block: 5.25rem 3.1825rem;
				padding-inline: 0;
				background: #fff url(../img/bg-everyday-desctop.svg) no-repeat center bottom 3.8125rem;
				background-size: calc(100% - 9.375rem) auto;
		}
}
.ny-everyday .ny-heading-title__ja::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -5.6875rem;
		width: 6.0625rem;
		height: 5.5rem;
		background: url(../img/icon-everyday-title.webp) no-repeat center center;
		background-size: 100% auto;
}
.ny-everyday-desctop {
		display: none;
}
@media screen and (min-width: 768px) {
		.ny-everyday-desctop {
				position: relative;
				display: block;
				padding-inline: 3.9rem 2.375rem;
		}
}
.ny-everyday-desctop img {
		display: block;
		width: 100%;
}
.ny-everyday-mobile {
		padding-bottom: 3.1825rem;
		background: #fff url(../img/bg-everyday-mobile.svg) repeat-y center top;
		background-size: 100% auto;
}
@media screen and (min-width: 768px) {
		.ny-everyday-mobile {
				display: none;
		}
}
.ny-everyday-img-01 {
		position: relative;
		z-index: 10;
}
.ny-everyday-img-02 {
		position: relative;
		margin-top: -7rem;
		z-index: 5;
}
.ny-everyday__list {
		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-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		row-gap: 0.5rem;
}
.ny-everyday__list li {
		position: relative;
		text-align: center;
}
.ny-everyday__list li figure {
		overflow: hidden;
		width: 19rem;
		height: 19rem;
		border: solid 10px #fff;
		border-radius: 100rem;
		-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.ny-everyday__list li .for-09 img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
}
.ny-everyday__list-caption {
		position: absolute;
		bottom: 1.5rem;
		left: 50%;
		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;
		min-width: 14.25rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-height: 38px;
		padding-inline: 1rem;
		background-color: #fff;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(14px, 1.5094339623vw, 16px);
		line-height: 1;
		text-align: center;
		color: #E62600;
}
.ny-everyday__list img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}

.ny-mvp {
		position: relative;
		padding: 20px 0;
		background-color: rgba(247, 198, 0, 0.3);
		background-image: url(../img/bg-mvp-top.svg), url(../img/bg-mvp-bottom.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: top center, bottom center;
		background-size: 100% auto, 100% auto;
}
@media screen and (min-width: 768px) {
		.ny-mvp {
				padding: 40px 0 0;
		}
}
.ny-mvp img {
		display: block;
		width: 100%;
}
.ny-mvp__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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		color: #E62600;
}
.ny-mvp__title-year {
		display: block;
		font-family: "Zen Tokyo Zoo", system-ui;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(40px, 7.5471698113vw, 80px);
		line-height: 1;
		letter-spacing: 0.1em;
}
.ny-mvp__title-main {
		position: relative;
		display: block;
		margin-top: 0.5rem;
		font-family: "Zen Tokyo Zoo", system-ui;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(60px, 7.5471698113vw, 80px);
		line-height: 1;
		letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
		.ny-mvp__title-main {
				margin-top: 1rem;
				font-size: clamp(100px, 11.320754717vw, 120px);
		}
}
.ny-mvp__title-main::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -6rem;
		width: 4.5625rem;
		height: 1.93rem;
		background: url(../img/icon-mvp-title.svg) no-repeat center center;
		background-size: 100% 100%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
		.ny-mvp__title-main::before {
				left: -11.125rem;
				width: 8.9375rem;
				height: 3.8125rem;
		}
}
.ny-mvp__title-main::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -5rem;
		width: 4.5625rem;
		height: 1.93rem;
		background: url(../img/icon-mvp-title.svg) no-repeat center center;
		background-size: 100% 100%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
		.ny-mvp__title-main::after {
				right: -10.125rem;
				width: 8.9375rem;
				height: 3.8125rem;
		}
}
.ny-mvp__title-title {
		display: block;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(28px, 3.3962264151vw, 36px);
		line-height: 1.25;
}
.ny-mvp__read {
		display: block;
		margin-block: 0.75rem 1.7rem;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1rem;
		line-height: 1.4325;
		text-align: center;
		color: #000;
}
.ny-mvp__main {
		position: relative;
}
.ny-mvp__main-human {
		max-width: 61.4rem;
		margin-inline: auto;
}
.ny-mvp__main-name {
		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;
		width: 100%;
		margin-bottom: 1rem;
		padding: 1rem;
		background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #fff), color-stop(90%, #fff), to(transparent));
		background: linear-gradient(to right, transparent 0%, #fff 10%, #fff 90%, transparent 100%);
}
@media screen and (min-width: 768px) {
		.ny-mvp__main-name {
				position: absolute;
				top: 10%;
				left: 0;
				width: 17.375rem;
				height: 17.375rem;
				background-color: #fff;
				border-radius: 999rem;
		}
}
.ny-mvp__main-name-01 {
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(16px, 2.358490566vw, 25px);
		line-height: 1;
		letter-spacing: 0.1rem;
}
.ny-mvp__main-name-02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
		margin-block: 0.5rem;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: clamp(24px, 4.2452830189vw, 45px);
}
@media screen and (min-width: 768px) {
		.ny-mvp__main-name-02 {
				margin-block: 0.75rem;
		}
}
.ny-mvp__main-name-02 > span {
		display: block;
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 700;
		font-style: normal;
		line-height: 1;
}
.ny-mvp__main-name-02-small {
		font-size: clamp(20px, 2.2641509434vw, 24px);
}
.ny-mvp__main-name-03 {
		font-family: "Zen Old Mincho", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(14px, 1.6981132075vw, 18px);
}
.ny-mvp__main-message {
		position: relative;
		max-width: 96%;
		margin-inline: auto;
		padding: 1rem 1rem;
		background-color: #fff;
		border-radius: 20px;
		font-size: 1rem;
		line-height: 1.5;
}
@media screen and (min-width: 768px) {
		.ny-mvp__main-message {
				position: absolute;
				top: 15%;
				right: 0;
				max-width: 19.06rem;
				padding: 1.25rem 1.56rem;
				border-radius: 30px;
		}
}
.ny-mvp__main-message::before {
		content: "";
		position: absolute;
		top: -24px;
		left: 25px;
		width: 4.3125rem;
		height: 2.1875rem;
		background: url(../img/icon-mvp-bubble.svg) no-repeat center center;
		background-size: 100% 100%;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
		.ny-mvp__main-message::before {
				top: unset;
				bottom: -24px;
				left: 25px;
				width: 4.3125rem;
				height: 2.1875rem;
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
		}
}

.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;
		z-index: 9999;
}
.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-sub {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 0.5rem;
		width: 100%;
		padding-block: 1.375rem 1.1875rem;
		background-color: #fff;
}
@media screen and (min-width: 768px) {
		.ny-footer-sub {
				row-gap: 1rem;
				padding-block: 2.75rem 2.375rem;
		}
}
.ny-footer-sub > a {
		display: block;
		max-width: 11.25rem;
		width: 100%;
		height: auto;
}
.ny-footer-sub > a img {
		display: block;
		width: 100%;
		height: auto;
}
.ny-footer-sub__text {
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 0.88rem;
		text-align: center;
		letter-spacing: 0.1em;
		color: #000;
}

.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: 50px;
		background-color: #000;
}
@media screen and (min-width: 768px) {
		.ny-footer {
				height: 140px;
		}
}
.ny-footer__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
		-webkit-column-gap: 0.5rem;
		   -moz-column-gap: 0.5rem;
		        column-gap: 0.5rem;
		padding-bottom: 0.25rem;
		font-family: "Zen Tokyo Zoo", system-ui;
		font-weight: 400;
		font-style: normal;
		font-size: 0.8rem;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #fff;
}
.ny-footer__text-copylight {
		font-size: 1.6rem;
}