body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

.body-bg {
	background-color: #fff;
}

body {
	color: #3B3B3B;
	position: relative;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

section.mv{
	background-color: #FFF7F2;
}

/* ===============================================
# company
=============================================== */

.company {
	padding-top: 3.125rem;
	position: relative;
}

.company__inner {
	margin: 0 auto;
	max-width: 28.125rem;
	padding: 0 1.5625rem;
}

.company__bg-text {
	color: #fff;
	top: -6%;
}

.company__container {
	display: flex;
	justify-content: space-between;
}

.company__left {
	width: 100%;
}

.company__right {
	width: 100%;
}

.company__title-en {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 1.6875rem;
	text-transform: uppercase;
}

.company__title-jp {
	font-size: 2.125rem;
	font-weight: 700;
}

.company__info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.625rem;
}

.company__info-item {
	display: flex;
	padding: 0;
	width: 100%;
}

.company__info dt {
	font-size: 1.125rem;
	font-weight: 700;
	width: 100%;
}

.company__info dd {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.375rem;
	width: 100%;
}

/* ===============================================
# footer
=============================================== */

.footer {
	margin-top: 3.75rem;
	overflow: hidden;
	padding-bottom: 2.5rem;
	position: relative;
}

.footer__inner {
	margin: 0 auto;
	max-width: 28.125rem;
	padding: 0 0.9375rem;
}

.footer__container {
	display: flex;
	gap: 1.3125rem;
	justify-content: center;
}

.footer__item {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 20px;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	color: inherit;
	display: block;
	padding: 2.3125rem 2rem 4.6875rem 2rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.footer__title-en {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 1.6875rem;
	font-weight: 400;
	text-transform: uppercase;
}

.footer__title-jp {
	font-size: 1.75rem;
	font-weight: 700;
}

.footer__description {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 0.875rem;
	width: 95%;
}

.footer__item:last-of-type .footer__description {
	width: 100%;
}

.footer__icon {
	bottom: 2rem;
	height: 2.625rem;
	position: absolute;
	right: 2rem;
	transition: all 0.3s;
	width: 2.625rem;
}

.footer__copyright {
	color: #ffffff;
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	margin-top: 2.5rem;
	text-align: center;
}

.footer::before {
	background: url("../images/common/footer_bg .png") no-repeat center center;
	background-size: cover;
	bottom: -65%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

/* ===============================================
# footer--contact：PC表示のみコンタクトだけ
=============================================== */

.footer__contact-card {
	background-color: #f9f6f4;
	/* border: 3px solid #000; */
	border-radius: 10px;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	display: none;
	margin: 0 auto;
	padding: 2.625rem 2.5rem 3.5rem 4.875rem;
	position: relative;
	width: 56.25rem;
}

.footer__contact-content {
	z-index: 1;
}

.footer__contact-icon {
	height: 2.625rem;
	margin-top: 1.875rem;
	transition: all 0.3s;
	width: 2.625rem;
}

.character-image {
	bottom: 0;
	height: auto;
	position: absolute;
	right: 10px;
	width: 43.75rem;
	z-index: 10;
}

/* ===============================================
# header
=============================================== */

.header {
	height: 6.25rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5rem;
}

.header__logo {
	height: inherit;
	max-width: 6.25rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	transition: opacity 0.3s;
	width: 6.25rem;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	align-items: center;
	display: flex;
	height: inherit;
	position: relative;
}

.header__nav-item a {
	color: #333;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0 1.5rem;
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.header__nav-item a::after {
	background-color: #DE8430;
	border-radius: 50%;
	bottom: -0.875rem;
	content: "";
	height: 0.375rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.5s ease;
	width: 0.375rem;
}

.header__nav-item a:hover::after {
	opacity: 1;
}

.header__nav-item:last-of-type a {
	padding-right: 0;
}

.header__nav-item:last-of-type a::after {
	left: 67%;
}

/* ===============================================
# ハンバーガーメニュー
=============================================== */

.header__hamburger {
	border: none;
	cursor: pointer;
	height: 2.5rem;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 4.5rem;
	z-index: 100;
}

.header__hamburger span {
	background-color: #EB7D12;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 2rem;
}

.header__hamburger span:nth-of-type(1) {
	top: 0.5rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 1.125rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 1.75rem;
}

.header__hamburger.is-open span {
	background-color: #fff;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 1.125rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: 1.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

/* ===============================================
# ドロワーメニュー
=============================================== */

.header__drawer {
	background-color: #019740;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__drawer--open {
	display: block;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-nav {
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}

.header__drawer-list {
	padding-left: 2.625rem;
	text-align: left;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.5625rem 0;
	text-transform: uppercase;
}

.header__drawer-item:first-of-type a {
	padding-top: 0;
}

.header__sns-list {
	display: flex;
	margin-top: 1.875rem;
	padding-left: 2.625rem;
}

.header__sns-item:not(:first-of-type) {
	margin-left: 1.1875rem;
}

.header__sns-item a img {
	height: 3.625rem;
	width: 3.625rem;
}

.no-scroll {
	overflow: hidden;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* ===============================================
# loop-text
=============================================== */

.loop-text {
	--text-width: 1000%;
	--animation-duration: 30s;
	align-items: center;
	display: flex;
	height: 300px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 100%;
	z-index: -1;
}

.loop-text__content {
	animation: flowing var(--animation-duration) linear infinite;
	display: flex;
}

.loop-text ul {
	display: flex;
	font-family: "Jersey 15", sans-serif;
	font-size: 300px;
	text-transform: uppercase;
}

.loop-text ul li {
	display: inline-block;
	padding-right: 5rem;
}

/* ===============================================
# メインビジュアル
=============================================== */

.mv {
	height: 46.875rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.mv__title-wrap {
	color: #fff;
	left: 50%;
	line-height: 1.8;
	position: absolute;
	top: 23%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.mv__main-title {
	color: #fff;
	font-size: 1.6875rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-align: center;
}

.mv__sub-title {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 1.2rem;
	text-align: center;
}

.bg-animation {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: bg-animationAnimeBase;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

.bgappear {
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: bg-animationAnimeSecond;
	background-color: #EB7D12;
	opacity: 0;
}

.bgappear--green {
	animation-delay: 1s;
	background-color: transparent;
}

.bgLRextend::before {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: bgLRextendAnime;
	background-color: #EB7D12;
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	transform: scaleX(0);
	width: 100%;
}

.bg-slide-in-trigger--green::before {
	animation-delay: 0.5s;
	background-color: #019740;
}

.text-animation--orange {
	padding:0 2rem.375rem;
}

.text-animation--green {
	display: inline-block;
	text-indent: 19px;
}

.mv__img {
	height: 100%;
	position: relative;
	width: 100%;
}

.decoration {
	position: absolute;
}

.decoration--character {
	bottom: 5%;
	right: 0;
	width: 25rem;
	z-index: 2;
}

.bg-animation,
.text-animation {
	opacity: 0;
}

.decoration--green {
	left: 0;
	top: 0;
	width: 25%;
}

.decoration--white {
	left: 68%;
	max-width: -moz-fit-content;
	max-width: fit-content;
	top: 55%;
	transform: translate(-50%, -50%) rotate(-2deg);
	width: 25rem;
	z-index: 1;
}

.decoration--circle {
	bottom: 12%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 17.25rem;
}

/* ===============================================
# スクロールダウン
=============================================== */

.scrolldown {
	bottom: 7.5rem;
	position: absolute;
	right: 1.375rem;
	z-index: 100;
}

.scrolldown:before {
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
	background: #019740;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 0.6875rem;
	left: -4px;
	position: absolute;
	width: 0.6875rem;
	z-index: 1;
}

.scrolldown:after {
	background: #EB7D12;
	bottom: 0;
	content: "";
	height: 6rem;
	left: 0;
	position: absolute;
	width: 2px;
}

/* ===============================================
# news
=============================================== */

.news {
	margin-top: -10.625rem;
	position: relative;
	z-index: 1;
}

.news__inner {
	margin: 0 auto;
	max-width: 28.125rem;
	padding: 0 1.5625rem;
}

.news__container {
	align-items: flex-start;
	background-color: #ffffff;
	/* border: 3px solid #000; */
	border-radius: 8px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	padding: 3rem 1.3125rem 3rem 2.125rem;
}

.news-header {
	order: 1;
}

.news__title-en {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 1.6875rem;
	line-height: 1;
	text-transform: uppercase;
}

.news__title-jp {
	font-size: 2.125rem;
	font-weight: 700;
}

.news-list {
	order: 2;
	width: 100%;
}

.news__list-link {
	border-top: 1px dashed rgba(112, 112, 112, 0.4901960784);
	display: block;
	justify-content: space-between;
	padding: 1.75rem 0;
	transition: opacity 0.3s;
}

.news__list-link:hover {
	opacity: 0.7;
}

.news__list-link:first-of-type {
	border-top: none;
}

.news__list-link:last-of-type {
	border-bottom: 1px dashed rgba(112, 112, 112, 0.4901960784);
}

.news__time {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.8;
}

.news__details {
	flex-grow: 1;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.625rem;
	text-align: left;
}

.news__topic {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1.5rem;
}

.news__left {
	display: contents;
}

.news__right {
	order: 2;
}

.social-icons {
	display: flex;
	justify-content: center;
	margin: 1.875rem auto 0 auto;
	order: 3;
}

.social-icons a {
	display: inline-block;
	transition: opacity 0.3s;
}

.social-icons a:hover {
	opacity: 0.7;
}

.social-icons a:not(:first-of-type) {
	margin-left: 1rem;
}

.social-icons img {
	height: 3.25rem;
	width: 3.25rem;
}

/* ===============================================
# products
=============================================== */

.products {
	position: relative;
}

.products__inner {
	margin: 0 auto;
	max-width: 28.125rem;
	padding: 0 1.5625rem;
}

.products__bg-text {
	color: #fff;
	top: -6%;
}

.products-header {
	text-align: left;
}

.products__title-en {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 1.6875rem;
	text-transform: uppercase;
}

.products__title-jp {
	font-size: 2.125rem;
	font-weight: 700;
}

.products__list {
	grid-gap: 1.9375rem;
	display: grid;
	gap: 1.9375rem;
	grid-template-columns: 1fr;
	justify-items: center;
	margin-top: 2.625rem;
}

.products__item {
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 20px;
	box-shadow: 3px 4px 26px rgba(0, 0, 0, 0.16);
	padding: 3.625rem 2.1875rem 2.375rem 2.1875rem;
	width: 100%;
}

.products__item:nth-child(n+4) {
	display: none;
}

.products__img {
	-o-object-fit: cover;
	aspect-ratio: 200/200;
	border-radius: 10px;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
	width: 12.5rem;
}

.products-tag {
	background-color: #019740;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
	margin-top: 2.5rem;
	padding: 0.5rem 0.625rem;
}

.products-description {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.products-links {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.products-links a {
	transition: opacity 0.3s;
}

.products-links a:hover {
	opacity: 0.7;
}

.products-links img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* ===============================================
# service
=============================================== */

.service {
	overflow: hidden;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
}

section#service{
	background-color: #fff;
}

.service__inner {
	margin: 0 auto;
	max-width: 28.125rem;
	padding: 0 1.5625rem;
}

.service__bg-text {
	color: #fef7f2;
	top: -3%;
}

.service__bg-accent {
	left: -120%;
	position: absolute;
	top: 8%;
	z-index: -2;
	display: none;
}

.service__bg-accent img {
	-o-object-fit: contain;
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	aspect-ratio: 900/900;
	height: 100%;
	object-fit: contain;
	transition: 1.5s ease-in-out;
	width: 160vw;
}

.service__container {
	display: flex;
}


.service__item .graybg h4{
	margin-top: 1.4rem;
}

.service__item .graybg .bdt{
	border-top:#e7e7e7 solid 1px;
	padding-top: 2rem;
}

.service__container .graybg{
	background-color: #f1f1f1;
	padding: 2rem 5rem 5rem 5rem;
	margin-top: 3rem;
	border-radius: 10px;
}

.service__title-en {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 1.6875rem;
	line-height: 1;
	text-transform: uppercase;
}

.service__title-jp {
	font-size: 2.125rem;
	font-weight: 700;
}

.service-menu {
	position: relative;
}

.service-menu ul {
	background-color: #f9f6f4;
	/* border: 3px solid #000; */
	border-radius: 10px;
	/* box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.06); */
	margin-top: 2.5rem;
	padding: 1rem 0.3125rem 1rem 1.8125rem;
}

.accordion-toggle,
.accordion-content,
.accordion-toggle::before,
.accordion-content::before {
	transition: all 0.3s ease-in-out;
}

.accordion-toggle {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}

.accordion-content.active::before {
	background-color: #FF7F00;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 0.5rem;
	margin-right: 0.5rem;
	opacity: 1;
	transform: translateY(-34%) scale(1);
	width: 0.5rem;
}

.accordion-toggle::after {
	background: url("../images/top/arrow.png") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.6875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.accordion-content {
	font-size: 1.25rem;
	font-weight: 700;
}

.service__items {
	margin-top: 4.0625rem;
}

.service__item {
	margin-top: 2.5rem;
}

.service__item img {
	-o-object-fit: cover;
	aspect-ratio: 337/373;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service__item h3 {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 1.75rem;
}

.service__item p {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.25rem;
}

/* ===============================================
# to-top
=============================================== */

.to-top {
	bottom: 1.25rem;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 0.9375rem;
	transition: opacity 0.7s ease-in-out;
	z-index: 1000;
}

.to-top img {
	height: 1.875rem;
	margin: 0 auto;
	width: 2.3125rem;
}

.to-top span {
	color: #019740;
	font-family: "Jersey 15", sans-serif;
	font-size: 0.75rem;
}

/* ===============================================
# who-we-are
=============================================== */

.who-we-are {
	background: url("../images/top/who-we-are_bg.png") center/cover no-repeat;
	height: 83.125rem;
	margin-top: -5rem;
	overflow: hidden;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.who-we-are__inner {
	color: #fff;
	margin: 0 auto;
	max-width: 28.125rem;
	padding: 0 1.5625rem;
}

.who-we-are__title {
	font-family: "Jersey 15", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}

.who-we-are__subtitle {
	font-size: 1.9375rem;
	font-weight: 900;
	margin-top: 0.625rem;
}

.who-we-are__text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 3.125rem;
}

.who-we-are__text--mt {
	margin-top: 3.75rem;
}

.who-we-are__bg-text {
	color: #FD8A3C;
	top: 0;
}

@media (min-width: 412px) and (max-width: 767px) {

.decoration--character {
	bottom: 1%;
	right: 0;
}

}

@media screen and (min-width: 500px) {

.mv {
	height: 46.875rem;
}

.decoration--white {
	left: 75%;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.company {
	padding-top: 11.25rem;
}

.company__inner {
	max-width: 70.625rem;
}

.company__bg-text {
	top: 5%;
}

.company__left {
	width: 20%;
}

.company__right {
	width: 74%;
}

.company__info {
	margin-top: 0;
}

.company__info-item {
	padding:0;
}

.company__info dt {
	width: 25%;
}

.company__info dd {
	margin-top: 0;
	width: 75%;
}

.footer {
	margin-top: 7.5rem;
	padding-bottom: 3.75rem;
}

.footer__inner {
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.footer__container {
	gap: 2.25rem;
}

.footer__item {
	padding: 2.8125rem 1.25rem 7.5rem 3.5625rem;
}

.footer__item:hover .footer__icon {
	transform: scale(1.2);
}

.footer__description {
	width: 100%;
}

.footer__icon {
	bottom: 2.1875rem;
	height: 2.625rem;
	right: 2.375rem;
	width: 2.625rem;
}

.footer__copyright {
	margin-top: 4.375rem;
}

.footer::before {
	bottom: -35%;
	height: 100%;
}

.footer.footer--contact {
	margin-top: 0;
	padding-top: 7.5rem;
}

.footer.footer--contact::before {
	bottom: -45%;
}

.footer__contact-card {
	display: block;
}

.footer__contact-card:hover .footer__contact-icon {
	transform: scale(1.2);
}

.header {
	height: 7.5rem;
}

.header__inner {
	padding: 0 3rem;
}

.header__logo {
	max-width: 11.25rem;
}

.header__logo a {
	width: 9.375rem;
}

.header__logo a:hover {
	opacity: 0.7;
}

.header__nav {
	align-items: center;
	display: flex;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.loop-text ul {
	font-size: 25rem;
}

.mv {
	height: 75rem;
}

.mv__title-wrap {
	left: 31%;
	top: 36%;
	width: auto;
	width: initial;
}

.mv__main-title {
	font-size: 2.875rem;
	text-align: left;
}

.mv__sub-title {
	font-size: 2.25rem;
	text-align: left;
}

.text-animation--green {
	text-indent: 0;
}

.decoration--character {
	bottom: 16%;
	right: 0;
	width: 45rem;
}

.decoration--green {
	width: 6.25rem;
}

.decoration--white {
	left: 75%;
	top: 43%;
	width: 50rem;
}

.decoration--circle {
	bottom: -62%;
	left: -16%;
	width: 68.75rem;
}

.scrolldown {
	bottom: 26.625rem;
	right: 3.375rem;
}

.scrolldown:after {
	height: 6rem;
}

.news {
	margin-top: -5rem;
}

.news__inner {
	max-width: 70.625rem;
}

.news__container {
	grid-gap: 1.25rem;
	align-items: start;
	align-items: start;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto 40rem;
	padding: 2.625rem 5.5rem 1.625rem 4.1875rem;
}

.news-list {
	order: 3;
	text-align: left;
}

.news__list-link {
	display: flex;
	padding: 1.25rem 0 1.25rem 0.625rem;
}

.news__list-link:first-of-type {
	border-top: 1px dashed rgba(112, 112, 112, 0.4901960784);
}

.news__time {
	line-height: 2.1;
}

.news__details {
	margin-left: 3rem;
	margin-top: 0;
}

.news__topic {
	font-size: 1rem;
	margin-right: 0.625rem;
	margin-top: 1.875rem;
	text-align: right;
}

.news__left {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	order: 1;
	text-align: left;
}

.social-icons {
	margin: 3.75rem 0 0 0;
}

.social-icons img {
	height: 2.9375rem;
	width: 2.9375rem;
}

.products {
	padding-top: 1.25rem;
}

.products__inner {
	max-width: 70.625rem;
}

.products-header {
	text-align: center;
}

.products__list {
	gap: 2.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.875rem;
}

.products__item {
	padding: 3.625rem 1.875rem 2rem 2.25rem;
	width: 100%;
}

.products__item:nth-child(1) {
	grid-column-start: 2;
	grid-row-start: 1;
}

.products__item:nth-child(n+4) {
	display: block;
}

.service {
	overflow: visible;
	padding-top: 11.25rem;
}

.service__inner {
	max-width: 70.625rem;
}

.service__bg-text {
	top: -1%;
}

.service__bg-accent {
	left: -28%;
	top: 26%;
}

.service__bg-accent img {
	width: 46vw;
}

.service__container {
	justify-content: space-between;
}

.service__left {
	width: 22.5%;
}

.service__right {
	width: 74.2%;
}

.service-menu {
	position: sticky;
	top: 1.25rem;
}

.service-menu ul {
	margin-top: 2.9375rem;
	padding: 1.75rem 0.3125rem 1.75rem 1.8125rem;
}

.accordion-toggle {
	font-size: 1.125rem;
}

.accordion-toggle::before,
.accordion-content::before {
	background-color: #FF7F00;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 0.5rem;
	margin-right: 0.5rem;
	opacity: 0;
	transform: translateY(-34%) scale(0);
	width: 0;
}

.accordion-toggle.active::before {
	background-color: #FF7F00;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 0.5rem;
	margin-right: 0.5rem;
	opacity: 1;
	transform: translateY(-34%) scale(1);
	width: 0.5rem;
}

.accordion-toggle::after {
	display: none;
}

.accordion-toggle.active,
.accordion-content.active {
	color: #EB7D12;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

.accordion-content {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 1.0625rem;
}

.service__items {
	margin-top: 0;
}

.service__item:not(:first-of-type) {
	margin-top: 4.625rem;
}

.service__item img {
	aspect-ratio: 800/500;
}

.service__item h3 {
	margin-top: 2.4375rem;
}

.to-top {
	bottom: 1.5625rem;
	right: 1.5625rem;
}

.to-top img {
	height: 2.5rem;
	width: 2.9375rem;
}

.to-top span {
	font-size: 1.25rem;
}

.who-we-are {
	margin-top: -28.125rem;
	padding-top: 15.625rem;
}

.who-we-are__inner {
	max-width: 59.375rem;
}

.who-we-are__subtitle {
	font-size: 2.9375rem;
}

.who-we-are__text {
	font-size: 1.375rem;
	margin-top: 3.75rem;
}

.who-we-are__bg-text {
	top: 7%;
}

}

@media screen and (min-width: 1025px) {

.header {
	height: 8.75rem;
}

.header__inner {
	padding: 0 4.6875rem;
}

.header__logo a {
	width: 11.5rem;
}

.loop-text ul {
	font-size: 31.25rem;
}

.mv__title-wrap {
	left: 33%;
	top: 38%;
}

.decoration--character {
	bottom: 5%;
	right: 6%;
	width: 51.25rem;
}

.decoration--white {
	left: 77%;
	top: 43%;
	width: 50rem;
}

.decoration--circle {
	bottom: -82%;
	left: -5%;
	width: 68.75rem;
}

.scrolldown {
	bottom: 20.375rem;
}

.news {
	margin-top: -23.75rem;
}

.news__container {
	padding:5rem
}

.products__bg-text {
	top: -13%;
}

.products__item {
	padding: 3.625rem 2.25rem 2.375rem 2.25rem;
}

.service__bg-text {
	top: 0;
}

.service__bg-accent {
	left: -28%;
	top: 26%;
}

.service__bg-accent img {
	width: 50vw;
}

.who-we-are {
	height: 97.375rem;
	margin-top: -18.75rem;
}

.who-we-are__title {
	margin-top: 1.5rem;
}

.who-we-are__bg-text {
	height: 25rem;
	top: 7%;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1441px) {

.footer::before {
	bottom: -50%;
	height: 120%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.footer.footer--contact::before {
	bottom: -60%;
}

.service__bg-accent {
	left: -30%;
	top: 20%;
}

.who-we-are {
	height: 118.75rem;
	margin-top: -25rem;
}

.who-we-are__inner {
	max-width: 68.75rem;
}

.who-we-are__title {
	font-size: 2.25rem;
	margin-top: 11.25rem;
}

.who-we-are__subtitle {
	font-size: 3.25rem;
	margin-top: 1.875rem;
}

.who-we-are__text {
	font-size: 1.6875rem;
	margin-top: 3.75rem;
}

.who-we-are__bg-text {
	top: 15%;
}

}

@media (max-width: 767px) {

.company__container {
	flex-direction: column;
}

.company__info-item {
	flex-direction: column;
}

.footer__container {
	align-items: center;
	flex-direction: column;
}

.service__container {
	flex-direction: column;
}

.accordion-content {
	display: none;
	margin-top: 0.625rem;
}

.text-animation--orange{
	padding:0 0.375rem ;
}

.service__item img{
	aspect-ratio: 607 / 437;
}

.company__info-item dt{
	border-right: 0;
}


}

@media (max-width: 767px) and (orientation: landscape) {

.header__drawer-list {
	padding-left: 7.5rem;
}

.header__drawer-item a {
	font-size: 0.875rem;
	padding: 0.3125rem 0;
}

.header__sns-list {
	margin-top: 0.625rem;
	padding-left: 7.5rem;
}

.header__sns-item a img {
	height: 2.375rem;
	width: 2.375rem;
}

.mv {
	height: 43.75rem;
}

.mv__title-wrap {
	left: 31%;
	top: 31%;
	width: auto;
	width: initial;
}

.mv__main-title {
	text-align: left;
}

.mv__sub-title {
	text-align: left;
}

.text-animation--green {
	text-indent: 0;
}

.decoration--character {
	bottom: 18%;
	right: 0;
}

.decoration--white {
	top: 45%;
}

.scrolldown {
	bottom: 12.5rem;
}

.text-animation--orange{
	padding:0 0.375rem ;
}



}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(calc(-1 * var(--text-width)));
}

}

@keyframes bg-animationAnimeBase {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes bg-animationAnimeSecond {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes bgLRextendAnime {

0% {
	transform: scaleX(0);
	transform-origin: left;
}

50% {
	transform: scaleX(1);
	transform-origin: left;
}

51% {
	transform-origin: right;
}

100% {
	transform: scaleX(0);
	transform-origin: right;
}

}

@keyframes circlemove {

0% {
	bottom: 5.625rem;
}

100% {
	bottom: -5px;
}

}

@keyframes cirlemovehide {

0% {
	opacity: 0;
}

20% {
	opacity: 0.5;
}

50% {
	opacity: 1;
}

80% {
	opacity: 0.9;
}

100% {
	opacity: 0;
}

}

@keyframes fuwafuwa {

0% {
	transform: translate(0, 0) rotate(-7deg);
}

100% {
	transform: translate(0, 0) rotate(7deg);
}

}


/*# sourceMappingURL=style.css.map */



.company__info {
	border: 1px solid #e0e0e0;
	background: #fff;
  }
  
  .company__info-item {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
  }
  
  .company__info-item:last-child {
	border-bottom: none;
  }
  
  .company__info-item dt {
	background: #f8f8f8;
	border-right: 1px solid #e0e0e0;
	padding: 1rem;
  }
  
  .company__info-item dd {
	flex: 1;
	padding: 1rem;
  }




  @media (max-width: 767px) {

	
	.company__info-item dt{
		border-right: 0;
	}

	.service__container .graybg{
		padding: 1rem 2rem 2rem 2rem;
	}
}


.adress{
	margin-top: 20px;
	font-weight: 500;
}

.adress span{
color: #019740;
text-decoration: underline;
}