body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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 root defaults */

html {
	scroll-behavior: smooth;
}

/* 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;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about-link {
	margin-bottom: 5rem;
	margin-top: 5rem;
	position: relative;
    z-index: 10;
}

.about-link__inner {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.about-link__item {
	align-items: flex-start;
	aspect-ratio: 620/260;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 1rem;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	max-width: 38.75rem;
	overflow: hidden;
	padding-bottom: 0;
	padding-left: 2.25rem;
	padding-top: 0;
	position: relative;
	width: 100%;
}

.about-link__item:nth-child(1) {
	background-image: url(./../images/about/link-img.jpg);
}

.about-link__item:nth-child(2) {
	background-image: url(./../images/about/link-img2.jpg);
}

.about-link__item::before {
	background: linear-gradient(to right, #DFFFE5 0%, #D8F2FF 40%, #E5F6FF 80%, rgba(229, 246, 255, 0) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 60%;
}

.about-link__title {
	font-size: clamp(1.25rem, 0.107rem + 1.786vw, 2.25rem);
	font-weight: 700;
	line-height: 1.3333333333;
	position: relative;
	z-index: 1;
}

.about-link__item:hover .link::after {
	background: #fff;
}
.about-link__item .link::after{
	height: 2rem;
    width: 2rem;
    right: 0.8rem;
}
.about-link__item .link::before{
	right: 1.65rem;
}
.about-link__item:hover .link::before {
	border-right: 0.125rem solid #4E9BC2;
	border-top: 0.125rem solid #4E9BC2;
}

.about {
	margin-top: 8.125rem;
}

.about__inner {
	position: relative;
}

.about__inner::before {
	background-image: url(./../images/about/bg-object-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: clamp(34.5rem, 2.929rem + 49.33vw, 62.125rem);
	left: 0;
	position: absolute;
	top: 0;
	width: clamp(6.25rem, 0.536rem + 8.929vw, 11.25rem);
}

.about__inner::after {
	background-image: url(./../images/about/bg-object-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: clamp(34.5rem, 2.929rem + 49.33vw, 62.125rem);
	position: absolute;
	right: 0;
	width: clamp(6.25rem, 0.536rem + 8.929vw, 11.25rem);
	z-index: 1;
}

.about__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	position: relative;
	z-index: 10;
}

.about__title {
	color: #1A1A1A;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
	text-align: center;
}

.about__title span {
	color: #4E9BC2;
	display: inline-block;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.about__title span::after {
	aspect-ratio: 1/1;
	background-image: url(./../images/about/icon-future.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -85%;
	transform: translateX(-50%);
	width: 6.875rem;
}

.about__bg-bag {
	margin-top: 15rem;
	position: relative;
	width: 100%;
}

.about__bg-bag::before {
	background-image: url(./../images/about/comment1.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: clamp(11.75rem, 4.107rem + 11.942vw, 18.438rem);
	position: absolute;
	right: 0;
	top: -10.3125rem;
	width: clamp(12.5rem, 5.357rem + 11.161vw, 18.75rem);
	z-index: 1;
}

.about__bg-bag::after {
	background-image: url(./../images/about/about-bag.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 73.375rem;
	left: 50%;
	position: absolute;
	top: -22%;
	transform: translateX(-50%);
	width: clamp(68.75rem, 37.5rem + 31.25vw, 75rem);
	z-index: 10;
}

.about__items {
	grid-column-gap: 4.25rem;
	-moz-column-gap: 4.25rem;
	grid-row-gap: 2.5rem;
	column-gap: 4.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 58.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(0px, 100px - 5vw, 5rem);
	position: relative;
	row-gap: 2.5rem;
	width: 100%;
	z-index: 30;
}

.about__item {
	cursor: pointer; /* クリック可能であることを示す */
	display: flex;
	justify-content: center;
	position: relative;
	transition: opacity 0.3s;
	z-index: 10;
}

.about__item {
	opacity: 0;
	transform: scale(1.05);
	transition: transform 0.8s ease-out, opacity 0.3s ease-out;
}

.about__item.is-show {
	opacity: 1;
	transform: scale(1);
}

.about__item-text-wrap {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1s ease, transform 1s ease;
}

.about__item.is-show .about__item-text-wrap {
	opacity: 1;
	transform: translateY(0);
}

.about__item-img {
	opacity: 0;
	transform: scale(1.2);
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.about__item.is-show .about__item-img {
	opacity: 1;
	transform: scale(1);
}

.about__item:hover {
	opacity: 0.6; /* ホバー時の視覚的フィードバック */
}

.about__item:nth-child(1) {
	grid-column: span 2;
}

.about__item:nth-child(4) {
	grid-column: span 2;
}

.about__item-title {
	color: #4E9BC2;
	font-size: clamp(2.25rem, -0.321rem + 4.018vw, 4.5rem);
	font-weight: 900;
	line-height: 1.3;
}

.about__item-title span {
	font-size: 2.25rem;
	font-weight: 600;
}

.about__item-text {
	color: #1A1A1A;
	font-size: clamp(1.25rem, 0.393rem + 1.339vw, 2rem);
	font-weight: 600;
}
.about__item-text .min{
	font-size: 70%;
    display: inline-block;
}

.about__item-text.about__item-text--nowrap {
	white-space: nowrap;
}

.about__item:nth-child(1) .about__item-img {
	width: clamp(7.5rem, 1.071rem + 10.045vw, 13.125rem);
}

.about__item:nth-child(1) .about__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 210/188;
	object-fit: contain;
	width: 100%;
}

.about__item:nth-child(2) .about__item-img,
.about__item:nth-child(3) .about__item-img {
	margin-bottom: auto;
	margin-top: auto;
	width: clamp(4.375rem, 0.089rem + 6.696vw, 8.125rem);
}

.about__item:nth-child(2) .about__item-img img,
.about__item:nth-child(3) .about__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 130/130;
	object-fit: contain;
	width: 100%;
}

.about__item:nth-child(2) .about__item-img {
	margin-left: -5.25rem;
}

.about__item:nth-child(4) .about__item-img {
	width: clamp(5.938rem, -0.777rem + 10.491vw, 11.813rem);
}

.about__item:nth-child(4) .about__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 189/188;
	object-fit: contain;
	width: 100%;
}
.about__item:nth-child(5) .about__item-text-wrap{
	width: 80%;
}
.about__item:nth-child(5) .about__item-img {
	width: clamp(6.875rem, 2.304rem + 7.143vw, 10.875rem);
}

.about__item:nth-child(5) .about__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 174/167;
	object-fit: contain;
	width: 100%;
}

.about__item:nth-child(6) .about__item-img {
	width: clamp(6.875rem, 1.518rem + 8.371vw, 11.563rem);
}

.about__item:nth-child(6) .about__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 185/185;
	object-fit: contain;
	width: 100%;
}

.access {
	margin-bottom: 7.625rem;
	margin-top: 5rem;
}

.access__section {
	margin-top: 3rem;
}

.access__section + .access__section {
	margin-top: 3.75rem;
}

.access__subtitle {
	border-left: 0.25rem solid #67BC76;
	color: #1A1A1A;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 3.25rem;
	padding-left: 0.75rem;
	position: relative;
}

.access__subtitle::after {
	background-color: #BEBEBE;
	bottom: -1rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.access__box {
	align-items: flex-start;
	background: #fff;
	display: flex;
	gap: 5rem;
	justify-content: space-between;
	padding: 0 1.25rem;
}

.access__box + .access__box {
	margin-top: 3.75rem;
}

.access__info {
	max-width: 35rem;
	width: 100%;
}

.access__info-title {
	background-color: #F9F9F9;
	border-radius: 0.5rem;
	color: #176389;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.125rem 1.875rem;
}

.access__info-item {
	align-items: center;
	border-left: 0.25rem solid #1C83B7;
	color: #1A1A1A;
	display: flex;
	font-size: 1rem;
	gap: 1.25rem;
	margin-bottom: 0.5rem;
	margin-top: 2.125rem;
	padding-left: 1.25rem;
}

.access__info-tel {
	align-items: center;
	border-left: 0.25rem solid #1C83B7;
	color: #1A1A1A;
	display: flex;
	font-size: 1rem;
	gap: 1.25rem;
	margin-bottom: 0.5rem;
	margin-top: 1rem;
	padding-left: 1.25rem;
}

.access__info-item strong,
.access__info-tel strong {
	color: #176389;
	display: block;
	font-weight: 700;
	margin-bottom: 0.25rem;
	min-width: 4em;
}

.access__map {
	max-width: 37.5rem;
	width: 100%;
}

.access__map img,
.access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 600/340;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* スマホ用（最大幅768px） */

.bg-about {
	background: linear-gradient(to bottom, #ffffff 0%, #edf7fc 15%, #f5fff7 48%, #e7f6ff 90%, #ffffff 100%);
	padding: 5rem 0 15rem;
	position: relative;
	z-index: 1;
}

.bg-gray {
	background-color: #F5F5F5;
	border-radius: 100px 100px 0 0;
}

.coke {
	margin-top: 5rem;
}

.coke__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.875rem;
}

.coke__image-box {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin-top: 3.625rem;
}

.coke__picture {
	max-width: 26.875rem;
	width: 100%;
}

.coke__picture img {
	-o-object-fit: contain;
	aspect-ratio: 430/500;
	object-fit: contain;
	width: 100%;
}

.coke__ratio {
	max-width: 48.125rem;
	width: 100%;
}

.coke__ratio img {
	-o-object-fit: contain;
	aspect-ratio: 770/420;
	object-fit: contain;
	width: 100%;
}

.company__message {
	background-image: url(./../images/company/president.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	display: block;
	padding-bottom: 2.875rem;
	padding-left: 4.375rem;
	padding-top: 3rem;
	transition: 0.3s;
	width: 100%;
}

.company__title {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.company__text {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6363636364;
	margin-top: 2.5rem;
}

.company__link {
	margin-top: 2.5rem;
}

.company__cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6rem;
}

.js-continuity .company__card {
	opacity: 0;
	transform: scale(1.2);
	transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.js-continuity .company__card.is-show {
	opacity: 1;
	transform: scale(1);
}

.company__card a {
	display: grid;
	height: 100%;
}

.company__icon {
	align-items: center;
	aspect-ratio: 400/240;
	border: 0.125rem solid #EDF7FC;
	border-radius: 0.5rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	transition: all 0.3s;
	width: 100%;
}

.company__icon img {
	-o-object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 100%;
}

.company__card:nth-child(1) .company__icon img {
	aspect-ratio: 137/160;
	max-width: 8.5625rem;
}

.company__card:nth-child(2) .company__icon img {
	aspect-ratio: 112/154;
	max-width: 7rem;
}

.company__card:nth-child(3) .company__icon img {
	aspect-ratio: 289/151;
	max-width: 18.0625rem;
}

.company__head {
	align-items: center;
	display: flex;
	font-size: clamp(1.188rem, 0.83rem + 0.558vw, 1.5rem);
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.06em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 25rem;
	width: 100%;
}

.company__head span {
	background: #4E9BC2;
	border: 1px solid #4E9BC2;
	border-radius: 50%;
	display: inline-block;
	height: 2rem;
	position: relative;
	transition: 0.3s;
	width: 2rem;
}

.company__head span::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	height: 0.5rem;
	left: 40%;
	position: absolute;
	top: 31%;
	transform: rotate(-45deg) translate(-50%);
	transition: 0.3s;
	width: 0.5rem;
}

.company__card a:hover .company__head span {
	background: #fff;
	transition: 0.3s;
}

.company__card a:hover .company__head span::before {
	border-bottom: 1px solid #4E9BC2;
	border-right: 1px solid #4E9BC2;
	transition: 0.3s;
}

.company__card a:hover .company__icon {
	border-color: #4E9BC2;
}

.company__message:hover {
	opacity: 0.8;
}

.company__message:hover .link::after {
	background: #fff;
}

.company__message:hover .link::before {
	border-right: 0.125rem solid #4E9BC2;
	border-top: 0.125rem solid #4E9BC2;
}

.contact {
	margin-bottom: 7.5rem;
	margin-top: 5rem;
}

.contact__items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact__text {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.contact__block {
	align-items: center;
	border: 0.0625rem solid #e0e0e0;
	border-radius: 1.25rem;
	display: flex;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 80rem;
	padding: 1.875rem;
	width: 100%;
}

.contact__block + .contact__block {
	margin-top: 1.875rem;
}

.contact__block:hover .link::after {
	background: #fff;
}

.contact__block:hover .link::before {
	border-right: 0.125rem solid #4E9BC2;
	border-top: 0.125rem solid #4E9BC2;
}

.contact__icon {
	border-radius: 0.625rem;
	max-width: 18.125rem;
	width: 100%;
}

.contact__icon img {
	-o-object-fit: cover;
	aspect-ratio: 290/220;
	object-fit: cover;
	width: 100%;
}

.contact__content {
	max-width: 55rem;
	width: 100%;
}

.contact__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
}

.contact__description {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 1.3125rem;
}

.contact__link {
	margin-top: 3.5rem;
	text-align: right;
}

.ctfm_content {
	color: #1a1a1a;
	font-family: "Noto Sans JP";
	padding: 5rem 0;
	text-align: left;
	width: 100%;
}

.ctfm_lead {
	font-size: 1rem;
	line-height: 1.75rem;
	margin-bottom: 3.125rem;
}

.ctfm_form_table {
	border-collapse: collapse;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 3.875rem;
	width: 100%;
}

.ctfm_form_table > tbody > tr > th,
.ctfm_form_table > tbody > tr > td {
	border-bottom: 1px solid #d9d9d9;
	padding: 1.5rem 1.25rem;
	position: relative;
}

.ctfm_form_table > tbody > tr > th {
	background: #f5fbff;
	color: #176389;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 1.5rem 1.25rem;
	position: relative;
	text-align: left;
}

.ctfm_form_table > tbody > tr > td > input[type=text] {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	max-width: 45rem;
	padding: 0.75rem 1.25rem;
	width: 100%;
}

.ctfm_form_table > tbody > tr > td > label {
	line-height: 2;
}

.ctfm_form_table > tbody > tr > td input[type=radio] {
	border: 1px solid #000;
	border-radius: 1.25rem;
	display: inline-block;
	height: 1.25rem;
	margin-right: 0.625rem;
	position: relative;
	vertical-align: -15%;
	width: 1.25rem;
}

.ctfm_form_table > tbody > tr > td input[type=radio]:checked::after {
	background: #176389;
	border-radius: 1.25rem;
	content: "";
	height: 0.75rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.1875rem;
	width: 0.75rem;
}

.ctfm_form_table > tbody > tr > td input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 1.125rem;
	margin-right: 0.625rem;
	position: relative;
	vertical-align: -15%;
	width: 1.125rem;
}

.ctfm_form_table > tbody > tr > td input[type=radio]:checked::after {
	background-color: #176389;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.1875rem;
	width: 0.625rem;
}

.ctfm_form_table > tbody > tr > td > textarea {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	height: 14.125rem;
	max-width: 45rem;
	padding: 0.75rem 1.25rem;
	width: 100%;
}

.ctfm_form_table_inner > tbody > tr:not(:last-child) > th,
.ctfm_form_table_inner > tbody > tr:not(:last-child) > td {
	padding-bottom: 1.125rem;
}

.ctfm_form_table_inner > tbody > tr > th {
	padding-bottom: 1.125rem;
	padding-right: 2rem;
}

.ctfm_form_table_inner > tbody > tr > td > input[type=text] {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	max-width: 45rem;
	min-width: 18.75rem;
	padding: 0.75rem 1.25rem;
	width: 80%;
}

.ctfm_form_table_inner tr:first-child td {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	width: 100%;
}

.ctfm_select > select {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	display: inline-block;
	padding: 0.75rem 1.25rem;
	position: relative;
	vertical-align: middle;
	width: 80%;
}

.ctfm_select {
	position: relative;
}

.ctfm_select::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #000;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 0.32476rem;
	margin: auto;
	position: absolute;
	right: 1rem;
	top: 0.3125rem;
	width: 0.75rem;
}

#ctfm_zipsearch {
	background: #176389;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	height: 2.75rem;
	line-height: 2.75rem;
	text-align: center;
	width: 6.25rem;
}

.ctfm_requied::after {
	background: #ff8c34;
	color: #fff;
	content: "必須";
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.125rem 0.5rem;
	position: absolute;
	right: 1.25rem;
	text-align: left;
}

.ctfm_privacy {
	background: #ebf5fa;
	border-radius: 1rem;
	margin-bottom: 3.75rem;
	padding: 2.125rem 3rem;
	width: 100%;
}

.ctfm_privacy_h {
	color: #1a1a1a;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.75rem;
	margin-bottom: 1.0625rem;
}

.ctfm_privacy_body {
	color: #1a1a1a;
	font-size: 1rem;
	line-height: 1.75rem;
	margin-bottom: 1.3125rem;
}

.ctfm_privacy_a a {
	-webkit-text-decoration: underline;
	color: #1c83b7;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.75rem;
	padding-right: 3rem;
	position: relative;
	text-decoration: underline;
}

.ctfm_privacy_a a::after {
	background-image: url(./../images/common/icon-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.875rem;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1rem;
}

.ctfm_confirm_area {
	text-align: center;
}
.ctfm_recaptcha_area {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.ctfm_modal {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.ctfm_modal_container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 3.75rem 25.625rem;
	position: relative;
	width: 100%;
}

.ctfm_modal_inner { /* スクロールバーを非表示にするコード */
	-ms-overflow-style: none; /* IE, Edge 対応 */
	background: #fff;
	border-radius: 1.25rem;
	max-height: 80vh;
	min-width: 62.5rem;
	overflow-y: auto;
	padding: 3.125rem 2rem;
	position: relative;
	scrollbar-width: none; /* Firefox 対応 */
	width: 100%;
}

/* Chrome, Safari 対応 */

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

.ctfm_modal_h {
	color: #1a1a1a;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2.375rem;
}

.ctfm_modal_body {
	color: #1a1a1a;
	font-size: 1rem;
	line-height: 1.5rem;
}

/* Previous content remains the same, and I'll append the following converted rules */

.ctfm_modal table {
	border-collapse: collapse;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 3.875rem;
	width: 100%;
}

.ctfm_modal th,
.ctfm_modal td {
	border-bottom: 1px solid #d9d9d9;
	color: #1a1a1a;
	font-size: 1rem;
	padding: 1.5rem 1.25rem;
	position: relative;
	text-align: left;
}

.ctfm_modal th {
	background: #f5fbff;
	color: #176389;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 1.5rem 1.25rem;
	position: relative;
	text-align: left;
	width: 40%;
}

.ctfm_modal td {
	width: 60%;
}

.ctfm_modal td.required::before {
	color: #f00;
	content: "必須項目です";
}

.ctfm_modal_close {
	cursor: pointer;
	position: absolute;
	right: 1.5rem;
	top: 1.375rem;
}

.ctfm_modal_buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

#ctfm_progress,
#ctfm_error,
#ctfm_finish {
	display: none;
}

#ctfm_progress > div,
#ctfm_error > div {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ctfm_validation_error {
	background: #f00;
	border-radius: 0.1875rem;
	color: #fff;
	display: none;
	font-size: 0.75rem;
	left: 1.25rem;
	padding: 0.3125rem 1.25rem;
	position: absolute;
	top: -0.625rem;
}

.ctfm_validation_error::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #f00;
	bottom: -0.8125rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1.08253rem;
	left: 1.25rem;
	margin: auto;
	position: absolute;
	width: 1.25rem;
}

.loader {
	animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
	aspect-ratio: 1;
	border: 0.5rem solid #514b82;
	border-radius: 50%;
	width: 3.125rem;
}

.design__flex-box {
	display: flex;
}

.design__text {
	color: #1A1A1A;
	font-size: clamp(1rem, 0.571rem + 0.67vw, 1.375rem);
	font-weight: 400;
	line-height: 2;
	z-index: 10;
	word-break: keep-all;
}

.design__text.design__text--margin {
	margin-top: 3rem;
}

.design__text p + p {
	margin-top: 2.5rem;
}

.design__img {
	max-width: clamp(22.813rem, -4.688rem + 42.969vw, 46.875rem);
	width: 100%;
}

.design__img img {
	-o-object-fit: contain;
	aspect-ratio: 750/576;
	object-fit: contain;
	width: 100%;
}

.design__text span {
	font-size: 2.5rem;
	font-weight: 700;
}

.design__text .design__green {
	color: #67BC76;
}

.design__text .design__blue {
	color: #4E9BC2;
}

.design__text-box {
	background: #fff;
	border-radius: 0.5rem;
	margin-top: 5.125rem;
	padding: 1rem 2.75rem 2rem;
	text-align: center;
}

.design__text-box h3 {
	color: #176389;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2857142857;
}

.design__text-box p {
	font-size: clamp(1rem, 0.714rem + 0.446vw, 1.25rem);
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.flow {
	counter-reset: section-counter;
	margin-top: 6.25rem;
}

.flow__description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.75rem;
}

.flow__diagram {
	margin-top: 1.875rem;
	width: 100%;
}

.flow__diagram img {
	-o-object-fit: contain;
	aspect-ratio: 1280/500;
	object-fit: contain;
	width: 100%;
}

.flow__section {
	margin-top: 3.75rem;
}

.flow__section-title {
	align-items: flex-start;
	color: #176389;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	position: relative;
}

.flow__section-title::before {
	align-items: center;
	background-color: #176389;
	border-radius: 50%;
	color: #fff;
	content: counter(section-counter, decimal);
	counter-increment: section-counter;
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	height: 3rem;
	justify-content: center;
	margin-right: 1.25rem;
	width: 3rem;
	min-width: 3rem;
}

.flow__section-description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.5rem;
}

.flow__steps {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 75.625rem;
	width: 100%;
}

.flow__steps img {
	-o-object-fit: contain;
	aspect-ratio: 1210/320;
	object-fit: contain;
	width: 100%;
}

.map {
	background: #EEF9FF;
	padding-bottom: 5.25rem;
	padding-top: 5rem;
}

.map__content-pc {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 2.25rem;
	max-width: 80rem;
	position: relative;
	width: 100%;
}

.map__content-sp {
	display: none;
}

.map__left,
.map__right {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 20.625rem;
	width: 100%;
}

.map__left {
	align-items: flex-start;
}

.map__right {
	align-items: flex-end;
}

.map__item {
	max-width: 20.625rem;
	position: relative;
	width: 100%;
	z-index: 30;
}

.map__item::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: 1;
}

.map__center {
	left: 50%;
	max-width: 40rem;
	position: absolute;
	top: 6%;
	transform: translate(-50%);
	width: 100%;
	z-index: 1;
}

.map__center img {
	-o-object-fit: contain;
	aspect-ratio: 640/640;
	object-fit: contain;
	width: 100%;
}

.map__top {
	display: none;
}

.map__under {
	display: none;
}

.message {
	margin-bottom: 8rem;
}

.message__head {
	background-image: url(./../images/message/message.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: clamp(4.375rem, -0.839rem + 8.147vw, 8.938rem);
	padding-left: clamp(0.875rem, -6.696rem + 11.83vw, 7.5rem);
	padding-top: 9.25rem;
}

.message__headline {
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.6428571429;
}

.message__name {
	margin-top: 2.8125rem;
}

.message__name span {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.message__name p {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.099em;
	line-height: 1;
	margin-top: 0.9375rem;
}

.message__inner.inner {
	margin-top: 5rem;
	max-width: 80rem;
}

.message__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
}

.mv {
	aspect-ratio: 1680/750;
	background-image: url(./../images/top/mv-bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.125rem 0;
	width: 100%;
}

.mv__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 85rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.mv__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 82.125rem;
	width: 100%;
}

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

.mv__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.75rem;
	width: 100%;
}

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

.mv__text {
	background: linear-gradient(to bottom, #DDEFF9, #F5FBFF, #FFFFFF);
	color: #176389;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 2.5rem 1.25rem 3.125rem;
	text-align: center;
}

.mv__title,
.mv__img {
	animation: fadeInUp 1s ease forwards;
	opacity: 0;
}

.mv__title {
	animation-delay: 0.3s;
}

.mv__img {
	animation-delay: 1s;
}

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

.news__lists {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.news__btn-wrapper {
	margin-top: 3.375rem;
}

.notice {
	margin-bottom: 5rem;
	margin-top: 2.5rem;
}

.notice__section + .notice__section {
	margin-top: 5rem;
}

.notice__title {
	align-items: center;
	color: #1A1A1A;
	display: flex;
	font-size: 2.25rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.06em;
	padding-left: 3rem;
	position: relative;
}

.notice__title::before {
	background-image: url(./../images/common/icon-head.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
}

.notice__message {
	border-bottom: 1px solid #BEBEBE;
	font-size: 1rem;
	margin-top: 3.25rem;
	padding-bottom: 1.6875rem;
}

.notice__list {
	list-style: none;
	margin-top: 2.5rem;
	padding: 0;
}

.notice__item {
	align-items: center;
	border-bottom: 0.0625rem solid #BEBEBE;
	display: flex;
	justify-content: space-between;
}

.notice__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #1A1A1A;
	display: flex;
	gap: 0.75rem;
	padding: 1.25rem 0 1.5rem;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.notice__item:hover .notice__indicator {
	background: #fff;
}

.notice__item:hover .notice__indicator::before {
	border-bottom: 1px solid #4E9BC2;
	border-right: 1px solid #4E9BC2;
}

.notice__item:hover .notice__link {
	opacity: 0.7;
}

.notice__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.notice__text {
	font-size: 1.125rem;
	font-weight: 400;
}

.notice__size {
	color: #fff;
	font-size: 0.875rem;
}

.notice__indicator {
	background: #4E9BC2;
	border: 1px solid #4E9BC2;
	border-radius: 50%;
	height: 2rem;
	position: relative;
	transition: 0.3s;
	width: 2rem;
}

.notice__indicator::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	height: 0.5rem;
	left: 45%;
	position: absolute;
	top: 30%;
	transform: rotate(-45deg) translate(-50%);
	width: 0.5rem;
}

.page-404 {
	background: #fff;
	padding: 9.375rem 0;
}

.page-404__inner {
	text-align: center;
}

.page-404__title {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.page-404__text {
	color: #1A1A1A;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 2rem;
	text-align: center;
	white-space: pre;
}

.page-404__btn {
	margin-top: 5rem;
}

.privacy-policy {
	margin-bottom: 6.75rem;
	margin-top: 4.6875rem;
}

.privacy-policy__introduction {
	font-size: 1.125rem;
	line-height: 2;
}

.privacy-policy__items {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 2.5rem;
}

.privacy-policy__term {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2;
}

.privacy-policy__description {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 0.9375rem;
	padding-left: 1.25rem;
}

.privacy-policy__description-numbers {
	counter-reset: number;
}

.privacy-policy__description-text + .privacy-policy__description-numbers,
.privacy-policy__description-text + .privacy-policy__description-items {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number {
	padding-left: 0.9375rem;
	text-indent: -0.9375rem;
}

.privacy-policy__description-number + .privacy-policy__description-number,
.privacy-policy__description-item + .privacy-policy__description-item {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number::before {
	content: counter(number) ". ";
	counter-increment: number;
}

.privacy-policy__description-items {
	list-style: disc;
	padding-left: 1.25rem;
}

.privacy-policy__text {
	margin-top: 2.5rem;
	text-align: right;
}

.profile {
	margin-bottom: 7.5rem;
	margin-top: 5rem;
}

.profile__description {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}

.profile__list {
	counter-reset: profile-counter;
	margin-top: 2rem;
}

.profile__item {
	counter-increment: profile-counter;
	font-size: 1rem;
	padding-left: 2.5rem;
	position: relative;
}

.profile__item + .profile__item {
	margin-top: 1rem;
}

.profile__item::before {
	color: #1A1A1A;
	content: counter(profile-counter) "）";
	font-weight: 400;
	left: 0;
	position: absolute;
}

.profile__text {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.625rem;
}

.profile__table {
	background: #fff;
	border-collapse: collapse;
	margin-top: 4rem;
	width: 100%;
}

.profile__table-header {
	background: #EBF5FA;
	color: #4E9BC2;
	font-weight: 400;
	padding-bottom: 1.75rem;
	padding-left: 2.5rem;
	padding-top: 1.75rem;
	text-align: left;
	width: 12.5rem;
}

.profile__table-data {
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	padding-bottom: 1.75rem;
	padding-left: 2.5rem;
	padding-top: 1.75rem;
}

.profile__table tr {
	border-bottom: 1px solid #ddd;
}

.profile__table tr:first-child {
	border-top: 1px solid #ddd;
}

.recycle {
	margin-top: 6.25rem;
}

.recycle__contents {
	display: flex;
	justify-content: space-between;
	margin-top: 1.75rem;
}

.recycle__description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	max-width: 36.5625rem;
	width: 100%;
}

.recycle__image-group {
	display: flex;
	gap: 0.625rem;
	max-width: 42.5rem;
	width: 100%;
}

.recycle__image {
	aspect-ratio: 220/270;
	border-radius: 0.625rem;
	overflow: hidden;
	width: 33%;
}

.recycle__image img {
	-o-object-fit: cover;
	aspect-ratio: 220/270;
	object-fit: cover;
	width: 100%;
}

.recycle__cards {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 3rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5rem;
	row-gap: 3rem;
}

.recycle__card.recycle__card--chemical {
	grid-column: span 2;
}

.recycle__card-title {
	border-radius: 0.625rem;
	color: #4E9BC2;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 1rem 1.875rem;
}

.recycle__card--chemical .recycle__card-title {
	background: #EEF9FF;
}

.recycle__card--material .recycle__card-title {
	background: #E3FDE8;
}

.recycle__card--thermal .recycle__card-title {
	background: #FFEAD6;
}

.recycle__card-description {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.recycle__card--chemical .recycle__card-description {
	margin-top: 0;
}

.recycle__card-wrap {
	display: flex;
	gap: 3.375rem;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.recycle__card-contents {
	max-width: 41.125rem;
	width: 100%;
}

.recycle__card-box {
	background: #F5FBFF;
	border: 0.125rem solid #176389;
	border-radius: 0.625rem;
	margin-top: 1.75rem;
	padding: 1.25rem 2.25rem;
}

.recycle__card-item {
	margin-top: 1.5rem;
}

.recycle__card-subtitle {
	color: #4E9BC2;
	font-size: 1.375rem;
	font-weight: 700;
}

.recycle__card-box-text {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-top: 1.25rem;
}

.recycle__card-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 0.8125rem;
}

.recycle__card-image {
	height: auto;
	width: 100%;
}

.recycle__card--chemical .recycle__card-image {
	max-width: 31.9375rem;
}

.recycle__card--chemical .recycle__card-image img {
	-o-object-fit: contain;
	aspect-ratio: 511/366;
	object-fit: contain;
	width: 100%;
}

.recycle__card--material .recycle__card-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 24.75rem;
}

.recycle__card--material .recycle__card-image img {
	-o-object-fit: contain;
	aspect-ratio: 396/332;
	object-fit: contain;
	width: 100%;
}

.recycle__card--thermal .recycle__card-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.5rem;
	max-width: 25.375rem;
}

.recycle__card--thermal .recycle__card-image img {
	-o-object-fit: contain;
	aspect-ratio: 406/333;
	object-fit: contain;
	width: 100%;
}

.single {
	margin: 5rem 0 8rem;
}

.single__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.single__title {
	font-size: 1.875rem;
	font-weight: 700;
}

.single__meta {
	align-items: center;
	border-bottom: 1px solid #F9F9F9;
	display: flex;
	gap: 1rem;
	margin-top: 1.875rem;
	padding-bottom: 1.5rem;
}

.single__date {
	font-size: 1rem;
	font-weight: 500;
}

.single__label {
	background-color: #67BC76;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
}

.single__content {
	color: #1A1A1A;
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.625rem;
}

.single__content p {
	margin-bottom: 1.5rem;
}

.single__btn {
	margin-top: 5.5rem;
	text-align: center;
}

.subject {
	margin-bottom: 9.25rem;
	margin-top: 5rem;
}

.subject__description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.875rem;
}

.subject__list {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 2.25rem;
}

.subject__item {
	flex: 1;
	text-align: center;
}

.subject__item img {
	border-radius: 0.5rem;
	height: auto;
	width: 100%;
}

.subject__item-text {
	font-size: clamp(0.625rem, 0.196rem + 0.67vw, 1rem);
	margin-top: 0.75rem;
}

.subject__link {
	background-color: #EBF5FA;
	border-radius: 1rem;
	margin-top: 2.25rem;
	padding: 1.875rem 3rem;
}

.subject__link-text {
	font-size: 1.25rem;
	font-weight: 700;
}

.subject__link-anchor {
	-webkit-text-decoration: none;
	align-items: center;
	color: #4E9BC2;
	display: inline-flex;
	font-size: 1.125rem;
	gap: 0.3125rem;
	margin-top: 1.3125rem;
	text-decoration: none;
}

.subject__link-anchor::after {
	background-image: url(./../images/common/icon-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	width: 1rem;
}

.top-about {
	margin-top: 5rem;
	overflow: hidden;
	padding-bottom: 10rem;
}

.top-about__title h2 {
	color: #4E9BC2;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.top-about__title p {
	color: #67BC76;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3333333333;
	margin-top: 0.625rem;
}

.top-about__items {
	margin-top: 2.5rem;
}

.top-about__item {
	align-items: center;
	display: flex;
}

.top-about__content {
	width: 50%;
}

.top-about__text {
	color: #1A1A1A;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}

.top-about__text span {
	color: #4E9BC2;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
}

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

.top-about__btn a {
	padding: 1.75rem 3.75rem;
}

.top-about__img {
	cursor: pointer;
	position: relative;
	width: 50%;
}

.top-about__img::after {
	background-color: #EBF5FA;
	border-radius: 60px 0 0 60px;
	content: "";
	height: 85%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50vw;
	width: 53.125rem;
	z-index: -1;
}

.top-about__img img {
	-o-object-fit: contain;
	aspect-ratio: 640/470;
	object-fit: contain;
	transition: 0.3s;
	width: 100%;
}

.top-about__img:hover img {
	opacity: 0.8;
}

.top-about__info {
	align-items: center;
	display: flex;
	margin-top: 5rem;
	padding-top: 3.75rem;
	position: relative;
}

.top-about__info:nth-child(2):after {
	background-image: url(./../images/top/feature2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 18.75rem;
	z-index: -2;
}

.top-about__info:nth-child(3) {
	flex-direction: row-reverse;
}

.top-about__info:nth-child(3):after {
	background-image: url(./../images/top/feature3.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 22.1875rem;
	z-index: -2;
}

.top-about__info-img {
	border-radius: 1rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: -1;
}

.top-about__info-img img {
	-o-object-fit: cover;
	aspect-ratio: 750/470;
	object-fit: cover;
	transition: 0.3s;
	width: 100%;
}

.top-about__info-img:hover img {
	opacity: 0.8;
}

.top-about__info-content {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	height: -moz-fit-content;
	height: fit-content;
	margin-left: -8.2%;
	max-width: 31.25rem;
	padding: 1.75rem;
	width: 100%;
}

.top-about__info-content:hover .link::after {
	background: #fff;
}

.top-about__info-content:hover .link::before {
	border-right: 0.125rem solid #4E9BC2;
	border-top: 0.125rem solid #4E9BC2;
}

.top-about__info:nth-child(3) .top-about__info-content {
	margin-left: 0;
	margin-right: -8.2%;
}

.top-about__info-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1875;
}

.top-about__info-text {
	color: #1A1A1A;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7777777778;
	margin-top: 1rem;
}

.top-about__info-btn {
	margin-top: 1.5rem;
}

.top-company {
	background: #fff;
	border-radius: 100px 100px 0 0;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-company__title {
	text-align: center;
}

.top-company__head {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 2rem;
	text-align: center;
}

.top-company__contents {
	margin-top: 3.75rem;
}

.top-company__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 82.5rem;
}

.top-company__item a {
	border-radius: 1rem;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-company__img img {
	transition: 0.3s;
}

.top-company__item-title {
	align-items: center;
	bottom: 1.5rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding-left: 1.875rem;
	padding-right: 1.5rem;
	position: absolute;
	width: 100%;
}

.top-company__item-title h3 {
	font-size: 1.25rem;
	font-weight: 700;
}

.top-company__item-title span {
	background: #4E9BC2;
	border-radius: 50%;
	display: inline-block;
	height: 2.75rem;
	position: relative;
	transition: 0.3s;
	width: 2.75rem;
}

.top-company__item-title span::after {
	border-bottom: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	content: "";
	height: 0.625rem;
	left: 47%;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	transition: 0.3s;
	width: 0.625rem;
}

.top-company__item a:hover .top-company__img img {
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

.top-company__item a:hover .top-company__item-title span {
	background-color: #fff;
}

.top-company__item a:hover .top-company__item-title span::after {
	border-bottom: 0.125rem solid #4E9BC2;
	border-right: 0.125rem solid #4E9BC2;
}

.top-news {
	padding: 5rem 0 6.25rem;
	text-align: center;
}

.top-news__lists {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.top-news__btn-wrapper {
	margin-top: 3.375rem;
}

.top-news__list {
	opacity: 0;
	transform: scale(1.05);
	transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.top-news__list.is-show {
	opacity: 1;
	transform: scale(1);
}

.use-coke {
	margin-bottom: 8.5rem;
	margin-top: 5rem;
}

.use-coke__title.lower-title {
	line-height: 1.5;
}

.use-coke__description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.875rem;
}

.use-coke__content {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 3.4375rem;
}

.use-coke__section-title {
	color: #176389;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.9285714286;
}

.use-coke__section-title {
	align-items: center;
	color: #176389;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.9285714286;
	position: relative;
}

.use-coke__section-title::before {
	align-items: center;
	background-color: #176389;
	border-radius: 50%;
	color: #fff;
	content: counter(section-counter, decimal);
	counter-increment: section-counter;
	display: flex;
	font-size: 2.25rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	margin-right: 0.75rem;
	width: 3.125rem;
}

.use-coke__content {
	counter-reset: section-counter;
}

.use-coke__list {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
	margin-top: 1.5rem;
}

.use-coke__list-item {
	text-align: center;
}

.use-coke__list-image {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.use-coke__section:nth-child(1) .use-coke__list-image {
	border-radius: 0.5rem;
}

.use-coke__section:nth-child(1) .use-coke__list-image img {
	-o-object-fit: cover;
	aspect-ratio: 404/250;
	object-fit: cover;
	width: 100%;
}

.use-coke__section:nth-child(2) .use-coke__list-image {
	border-radius: 0.75rem;
}

.use-coke__section:nth-child(2) .use-coke__list-image img {
	-o-object-fit: cover;
	aspect-ratio: 619/380;
	object-fit: cover;
	width: 100%;
}

.use-coke__list-text {
	font-size: clamp(0.875rem, 0.542rem + 0.694vw, 1.375rem);
	font-weight: 700;
	margin-top: 1.25rem;
}

body {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

body.fade-in {
	opacity: 1;
}

.breadcrumb {
	font-size: 0.875rem;
	font-weight: 500;
}

.btn {
	align-items: center;
	background: #fff; /* デフォルトの背景を白に */
	border: 1px solid transparent;
	border-radius: 50px;
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 25rem;
	overflow: hidden; /* 重要: 疑似要素をボタン内に制限 */
	padding: 1.75rem 3.75rem;
	padding-right: 5rem;
	position: relative;
	transition: color 0.5s, border 0.5s;
	width: 100%;
	z-index: 0;
}

/* グラデーション背景用の疑似要素 */

.btn::before {
	background: linear-gradient(to right, #66b983, #4E9BC2);
	border-radius: 50px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.5s;
	width: 100%;
	z-index: -1;
}

/* 矢印は::after に移動 */

.btn::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 3.5rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.3s;
	width: 3.5rem;
	z-index: 1;
}

/* 新しい疑似要素で矢印を作成 */

.btn > span {
	border-right: 0.125rem solid #4E9BC2;
	border-top: 0.125rem solid #4E9BC2;
	content: "";
	height: 0.625rem;
	margin-top: -0.3125rem;
	position: absolute;
	right: 2.375rem;
	top: 50%;
	transform: rotate(45deg);
	transition: border-color 0.3s;
	width: 0.625rem;
	z-index: 2;
}

.btn:hover {
	border: 1px solid #4E9BC2;
	color: #4E9BC2;
}

.btn:hover::before {
	opacity: 0; /* ホバー時にグラデーションを非表示に */
}

.btn:hover::after {
	background: #4E9BC2;
}

.btn:hover > span {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
}

.btn.btn--small {
	max-width: 17.5rem;
}

.btn.btn--close {
	background: #959595;
	color: #fff;
}

.btn.btn--close::before {
	background: none;
}

.btn.btn--close::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 3.5rem;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.3s;
	width: 3.5rem;
	z-index: 1;
}

.btn.btn--close > span {
	border: none;
	height: 1.25rem;
	left: 2rem;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 2;
}

.btn.btn--close > span::before,
.btn.btn--close > span::after {
	background-color: #959595;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 100%;
}

.btn.btn--close > span::before {
	transform: rotate(45deg);
}

.btn.btn--close > span::after {
	transform: rotate(-45deg);
}

.btn.btn--close:hover {
	background: #fff;
	border: 1px solid #959595;
	color: #959595;
}

.btn.btn--close:hover::after {
	background: #959595;
}

.btn.btn--close:hover > span::before,
.btn.btn--close:hover > span::after {
	background-color: #fff;
}

.btn.gray::before {
	background: #959595;
}

.btn.gray::after {
	left: 0.9375rem;
	right: auto;
}

.btn.gray > span {
	border-bottom: 0.125rem solid #959595;
	border-left: 0.125rem solid #959595;
	border-right: none;
	border-top: none;
	left: 2.375rem;
	right: auto;
}

.btn.gray:hover {
	border: 1px solid #959595;
	color: #959595;
}

.btn.gray:hover::after {
	background: #959595;
}

.btn.gray:hover > span {
	border-bottom: 0.125rem solid #fff;
	border-left: 0.125rem solid #fff;
}

.btn.long {
	max-width: 30rem;
	padding-right: 2.1875rem;
}

.card {
	background: #fff;
	border: 0.1875rem solid #ACD9F2;
	border-radius: 0.75rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	overflow: hidden;
	transition: 0.3s;
}

.card__inner {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.card__header {
	align-items: center;
	background: #EEF9FF;
	display: flex;
	justify-content: space-between;
	padding: 0.875rem 1.125rem;
	transition: 0.3s;
}

.card__title {
	color: #176389;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.card__title span {
	font-size: 1.25rem;
}

.card__icon {
	height: 5rem;
	width: 5rem;
}

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

.card__body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.5rem 0 1.125rem 1.25rem;
}

.card__info {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.card__info-label {
	border-left: 0.1875rem solid #176389;
	color: #176389;
	font-size: 1rem;
	font-weight: 700;
	font-weight: 700;
	padding-left: 0.5rem;
}

.card__info-value {
	color: #1A1A1A;
	font-size: 1rem;
	font-weight: 700;
}

.card.card--green {
	border-radius: 0.75rem;
	margin-bottom: 0.75rem;
	overflow: hidden;
}

.card.card--green .card__header {
	background: #67BC76;
}

.card.card--green .card__title {
	color: #fff;
}

.card.card--green .card__icon {
	height: 4.1875rem;
	width: 5.6875rem;
}

.card:hover .card__header {
	background: #4E9BC2;
}

.card:hover .card__title {
	color: #fff;
}

.card.card--green:hover .card__header {
	background: #fff;
}

.card.card--green:hover .card__title {
	color: #67BC76;
}

.contact-link {
	background: #EBF5FA;
	padding-bottom: 5rem;
	padding-top: 3.625rem;
	text-align: center;
}

.contact-link__text {
	font-size: clamp(1rem, 0.714rem + 0.446vw, 1.25rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 2rem;
}

.contact-link__wrap {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.contact-link__btn {
	align-items: flex-start;
	background: #67BC76;
	border: 0.125rem solid #67BC76;
	border-radius: 0.75rem;
	display: inline-flex;
	justify-content: space-between;
	max-width: 33.75rem;
	padding-bottom: 1.5rem;
	padding-left: clamp(1.25rem, -0.75rem + 3.125vw, 3rem);
	padding-right: clamp(1rem, 0.429rem + 0.893vw, 1.5rem);
	padding-top: 1.5rem;
	transition: 0.3s;
	width: 100%;
}

.contact-link__btn.contact-link__btn--blue {
	background-color: #4E9BC2;
	border: 0.125rem solid #4E9BC2;
}

.contact-link__btn-text {
	color: #fff;
	font-size: clamp(1.25rem, 0.679rem + 0.893vw, 1.75rem);
	font-weight: 700;
	padding-bottom: 1.875rem;
	position: relative;
}

.contact-link__btn-text::before {
	bottom: 0;
	color: #fff;
	content: attr(data-en);
	font-size: 0.875rem;
	font-weight: 400;
	left: 0;
	position: absolute;
	white-space: nowrap;
}
.contact-link__btn span {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 4.375rem;
	position: relative;
	width: 4.375rem;
}

.contact-link__btn span::before {
	border-bottom: 0.125rem solid #67BC76;
	border-right: 0.125rem solid #67BC76;
	content: "";
	height: 0.625rem;
	left: 46%;
	position: absolute;
	top: 40%;
	transform: rotate(-45deg) translateX(-50%);
	width: 0.625rem;
}

.contact-link__btn.contact-link__btn--blue span::before {
	border-bottom: 0.125rem solid #4E9BC2;
	border-right: 0.125rem solid #4E9BC2;
}

.contact-link__btn:hover {
	background-color: #fff;
}

.contact-link__btn:hover .contact-link__btn-text,
.contact-link__btn:hover .contact-link__btn-text::before {
	color: #67BC76;
}

.contact-link__btn:hover span {
	background: #67BC76;
}

.contact-link__btn:hover span::before {
	border-bottom: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
}

.contact-link__btn.contact-link__btn--blue:hover .contact-link__btn-text,
.contact-link__btn.contact-link__btn--blue:hover .contact-link__btn-text::before {
	color: #4E9BC2;
}

.contact-link__btn.contact-link__btn--blue:hover span {
	background: #4E9BC2;
}

.fadeUp {
	opacity: 0;
}

.fadeUp.is-show {
	animation: fadeUp 1.3s ease-out forwards;
	opacity: 1;
}

.footer {
	background-color: #176389;
	color: #fff;
	padding: 2.25rem 0 1.125rem;
}

.footer__wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
	width: 100%;
}

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

.footer__logo {
	margin: 0;
	margin: initial;
	max-width: 29.5rem;
	width: 100%;
}

.footer__logo a {
	display: block;
}

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

.footer__address {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8571428571;
	margin-top: 1.5rem;
}

.footer__nav {
	flex-grow: 1;
	margin-left: 3.75rem;
}

.footer__nav-items {
	-moz-column-gap: 1.875rem;
	align-items: start;
	column-gap: 1.875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 1rem;
}

.footer__nav-item a {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.625rem;
	padding-right: 1.875rem;
	position: relative;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__nav-item a::before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 40%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.footer__nav-item a::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.footer__nav-item a:hover::after {
	width: 90%;
}
.footer__nav-item ul{
	padding-left: 1em;
}
.footer__nav-item ul li a{
	font-size: 0.9rem;
	padding-right: 0;
}
.footer__nav-item ul li a:hover::after{
	width: 100%;
}
.footer__nav-item ul li a::before{
	display: none;
}

.footer__nav-item.footer__nav-item--link a::before {
	-webkit-mask-image: url(./../images/common/icon-link.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	background-image: none;
	border: none;
	height: 1rem;
	mask-image: url(./../images/common/icon-link.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	right: 0.25rem;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1rem;
}

.footer__small {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.6875rem;
	padding: 1rem 1.5625rem 0;
	position: relative;
	width: 100%;
}

.footer__small::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__link-wrap {
	display: flex;
	gap: 1.875rem;
}

.footer__link-wrap a {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	transition: 0.3s;
}

.footer__link-wrap a:hover {
	opacity: 0.7;
}

.footer__copyright {
	display: block;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.footer__copyright span {
	text-transform: uppercase;
}

.header {
	background-color: #fff;
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
	height: 100%;
	min-height: 37.5rem;
	padding: 2.5rem 0 1.875rem;
	scrollbar-width: none;
	width: 15rem;
}

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

.header__inner {
	display: flex;
	flex-direction: column;
	height: inherit;
	min-height: inherit;
}

.header__logo {
	height: auto;
	height: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: 10.625rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: auto;
	height: initial;
}

.header__nav {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	margin: 3.75rem auto 0;
	width: 100%;
}

.header__nav-item,
.header__drawer-accordion-item {
	position: relative;
}

.header__nav-item + .header__nav-item {
	margin-top: 0.625rem;
}

.header__drawer-item.header__drawer-item--link{
	position: relative;
}
.header__nav-item::before,
.header__drawer-accordion-item::before {
	border-bottom: 2px solid #4E9BC2;
	border-right: 2px solid #4E9BC2;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.header__nav-item.header__nav-item--link::before,
.header__drawer-item.header__drawer-item--link::before{
	content: "";
	background-image: url(./../images/common/icon-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	height: 1rem;
	right: 0.875rem;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1rem;
	position: absolute;
    top: 50%;
}

.header__drawer-item.header__drawer-item--link::before{
	right: 1.25rem;

}
.header__nav-item > a,
.header__nav-modal-wrap > p {
	align-items: center;
	color: #1A1A1A;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2222222222;
	padding: 0.9375rem 1.875rem 0.9375rem 1rem;
	transition: 0.3s;
}

.header__nav-item > a:hover {
	color: #4E9BC2;
}

.header__nav-item > a {
	position: relative;
}

.header__nav-item > a::before {
	background-color: #4E9BC2;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.header__nav-item > a:hover::before,
.header__nav-item.is-open > a::before {
	width: 100%;
}

.header__nav-item > a:hover,
.header__nav-item.is-open > a {
	color: #4E9BC2;
}

.header__nav-contact {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	margin-top: auto;
}

.header__nav-contact span {
	-webkit-mask-image: url(./../images/common/icon-mail.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	background-image: none;
	display: inline-block;
	height: 1rem;
	mask-image: url(./../images/common/icon-mail.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
	width: 1.3125rem;
}

.header__nav-contact a:hover span {
	background-color: #4E9BC2;
}

.header__nav-contact a {
	align-items: center;
	background: #4E9BC2;
	border: 0.125rem solid #4E9BC2;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 1.25rem 1rem;
	transition: 0.3s;
	width: 100%;
}

.header__nav-contact a:hover {
	background: #fff;
	color: #4E9BC2;
}

.header__nav-modal {
	height: 100vh;
	left: 15rem;
	max-width: 18.75rem;
	min-height: 37.5rem;
	z-index: -1;
	padding: 11.875rem 0 1.875rem;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
}
.header__nav-modal::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(45deg, rgba(106, 213, 124, 0.95), rgba(33, 150, 210, 0.95));
	transition: 0.6s;
	opacity: 0;
}

.header__nav-modal-list {
	margin-top: 0.625rem;
	transition: 0.6s;
	opacity: 0;
}

.header__nav-modal-wrap:hover > .header__nav-modal {
	visibility: visible;
	z-index: 1;

}

.header__nav-modal-wrap:hover > .header__nav-modal::before{
	opacity: 1;
}
.header__nav-modal-wrap:hover > .header__nav-modal .header__nav-modal-list{
	opacity: 1;
}

.header__nav-modal-item a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875;
	min-height: 5rem;
	padding: 0 1.875rem;
	position: relative;
	transition: 0.3s;
}

.header__nav-modal-item a:hover {
	background: #fff;
	color: #176389;
}

.header__hamburger {
	display: none;
}

.header__hamburger.is-open {
	background-color: #4E9BC2;
}

.header__hamburger p {
	color: #4E9BC2;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	top: 0.75rem;
}

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

.header__hamburger span {
	background-color: #4E9BC2;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.625rem;
}

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

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

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

.header__hamburger.is-open span:nth-of-type(1) {
	background-color: #fff;
	top: 0;
	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) {
	background-color: #fff;
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	display: none;
}

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

.header__drawer-nav {
	width: 100%;
	height: calc(100% - 3.75rem);
	overflow-y: scroll;
	padding-bottom: 2rem;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
	border-bottom: 1px solid #fff;
	color: #1A1A1A;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 1.875rem 1.25rem;
}

.header__drawer-accordion-title {
	border-bottom: 1px solid #fff;
	color: #1A1A1A;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1.875rem 1.25rem;
	position: relative;
}

.header__drawer-accordion-title::before,
.header__drawer-accordion-title::after {
	background-color: #4E9BC2;
	content: "";
	height: 2px;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transition: transform 0.3s ease;
	width: 0.75rem;
}

.header__drawer-accordion-title::after {
	transform: rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
	transform: rotate(0deg);
}

.header__drawer-accordion-list {
	display: none;
	padding: 0 1.25rem;
}

.header__drawer-accordion-item a {
	border-bottom: 1px solid #fff;
	color: #1A1A1A;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 0.625rem;
}

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

.link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #4E9BC2;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 1rem 3.75rem 1rem 0;
	padding-right: 3rem; /* 右側の余白を確保 */
	position: relative;
	text-decoration: none;
	transition: 0.5s;
}

/* 円の作成 */

.link::after {
	background: #4E9BC2;
	border: 1px solid #4E9BC2;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0.375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 2.5rem;
}

/* 矢印の作成 */

.link::before {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.5rem;
	margin-top: -0.3125rem;
	position: absolute;
	right: 1.5625rem;
	top: 52%;
	transform: rotate(45deg);
	transition: border-color 0.3s;
	width: 0.5rem;
	z-index: 1;
}

/* ホバー時のスタイル変更 */

.link:hover::after {
	background: #fff;
}

.link:hover::before {
	border-right: 0.125rem solid #4E9BC2;
	border-top: 0.125rem solid #4E9BC2;
}

.lower-title {
	color: #1A1A1A;
	font-size: 2.25rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.06em;
	line-height: 1;
	padding-left: 3rem;
	position: relative;
}

.lower-title::before {
	background-image: url(./../images/common/icon-head.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
}

.modal {
	align-items: center;
	background: linear-gradient(to bottom right, #F4FFF6, #E5F6FF);
	display: flex; /* 常に表示レイアウトを維持 */
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0; /* 初期状態は透明 */
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease; /* トランジション効果 */
	visibility: hidden; /* 初期状態は非表示 */
	width: 100%;
	z-index: 2000;
}

.modal--active {
	opacity: 1; /* アクティブ時は完全に表示 */
	visibility: visible; /* アクティブ時は可視化 */
}

body.modal-open {
	overflow: hidden;
}

/* モーダルコンテンツを包むラッパーを追加 */

.modal__wrapper {
	max-width: 75rem;
	position: relative;
	width: 90%;
}

.modal__content { /* スクロールバーを非表示にするコード */
	-ms-overflow-style: none; /* IE, Edge 対応 */
	background: #fff;
	border-radius: 1.875rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	max-height: 80vh; /* ビューポートの高さの80%を最大高さに設定 */
	opacity: 0; /* 初期状態は透明 */
	overflow-y: auto; /* 縦方向にコンテンツが収まらない場合はスクロール */
	padding: 0rem 3.75rem 4.375rem;
	position: relative;
	scrollbar-width: none; /* Firefox 対応 */
	transform: translateY(20px); /* 初期位置を少し下に */
	transition: transform 0.3s ease, opacity 0.3s ease; /* コンテンツのトランジション */
	width: 100%;
}

/* Chrome, Safari 対応 */

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

.modal--active .modal__content {
	opacity: 1; /* 表示時は不透明に */
	transform: translateY(0); /* 表示時は元の位置に */
}

.modal__close {
	align-items: center;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 2.25rem;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -40px; /* コンテンツの外側上部に配置 */
	transition: transform 0.2s ease, background-color 0.2s ease;
	width: 2.25rem;
	z-index: 10;
}

.modal__title {
	background-color: #fff;
	padding-bottom: 0.625rem;
	padding-top: 3.125rem;
	position: sticky;
	top: 0;
	z-index: 20;
}

.modal__title.lower-title::before {
	top: 70%;
}

.modal__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.25rem;
}

.modal__text span {
	color: #1C83B7;
	font-weight: 700;
}

.modal__blue-text {
	background: #EBF5FA;
	border-radius: 0.625rem;
	color: #1C83B7;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.6363636364;
	margin-top: 1rem;
	padding: 1rem 1.5rem;
}

.modal__img {
	margin-top: 2.75rem;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.modal__img.fadeIn {
	opacity: 1;
}

.modal__img.modal__img--recycle {
	aspect-ratio: 700/400;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	position: relative;
}

.modal__img.modal__img--recycle img {
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
}

.modal__img.modal__img--recycle .modal__img--first {
	opacity: 1;
	z-index: 1;
}

.modal__img.modal__img--recycle .modal__img--second {
	z-index: 2;
}

.modal__img.modal__img--recycle.show-second .modal__img--second {
	opacity: 1;
}

.modal__img--map,
.modal__img--renew {
	position: relative;
}

.modal__img--map picture,
.modal__img--renew img {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.8s ease;
	width: 100%;
}

.modal__img--map picture:first-child,
.modal__img--renew img:first-child {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.modal__img--map picture.is-show,
.modal__img--renew img.is-show {
	opacity: 1;
	z-index: 2;
}

.modal__img.modal__img--text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 53.125rem;
	padding-bottom: 2.75rem;
}

.modal__img--text {
	opacity: 0;
	transition: opacity 0.8s ease;
}

.modal__img--text.is-show {
	opacity: 1;
}

.modal__img.modal__img--calc {
	aspect-ratio: 920/500;
	margin-left: auto;
	margin-right: auto;
	max-width: 57.5rem;
	position: relative;
}

.modal__img.modal__img--calc picture {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.8s ease;
	width: 100%;
}

.modal__img.modal__img--calc picture.is-show {
	opacity: 1;
}

.modal__multiuse-item,
.modal__multiuse-img {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.modal__multiuse-item.is-show,
.modal__multiuse-img.is-show {
	opacity: 1;
	transform: translateY(0);
}

.modal__multiuse-img {
	margin-top: 2.5rem;
}

.modal__img img {
	border-radius: 0.5rem;
	height: auto;
	width: 100%;
}

.modal__multiuse-items {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	margin-top: 3rem;
	width: 100%;
}

.modal__multiuse-item:nth-child(1) {
	width: 33%;
}

.modal__multiuse-item:nth-child(2) {
	width: 25%;
}

.modal__multiuse-item:nth-child(3) {
	width: 40%;
}

.modal__btn {
	cursor: pointer;
	margin-top: 3.75rem;
	text-align: center;
}

.modal__items {
	display: flex;
	gap: 1.25rem;
}

.modal__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/240;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.modal__sub-title {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.75rem;
	text-align: center;
}

.news-list {
	border-bottom: 1px solid #e0e0e0;
	padding: 1.25rem 0;
}

.news-list__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 2.25rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.news-list__link:hover {
	opacity: 0.7;
}

.news-list__img {
	border-radius: 1rem;
	flex: 0 0 12.5rem;
	max-width: 9.375rem;
	overflow: hidden;
	width: 100%;
}

.news-list__img img {
	-o-object-fit: cover;
	aspect-ratio: 200/150;
	object-fit: cover;
	width: 100%;
}

.news-list__body {
	flex: 1;
}

.news-list__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.news-list__date {
	font-size: 1rem;
	font-weight: 500;
}

.news-list__label {
	background: #67BC76;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.5625rem 1rem;
	white-space: nowrap;
}
.news-list__label.__pdf{
	background: #4e9bc2;
	position: relative;
}
.news-list__label.__pdf::after{
	content: "";
	position: absolute;
	-webkit-mask-image: url(./../images/common/icon-pdf.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: #1A1A1A;
    background-image: none;
    display: inline-block;
    height: 1.3125rem;
    mask-image: url(./../images/common/icon-pdf.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 1rem;
	right: -1.5rem;
}
.news-list__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #1A1A1A;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 1rem;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}

.pagenavi {
	display: flex;
	justify-content: center;
	padding: 2.5rem 0;
}

.pagenavi__list {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagenavi__item {
	display: flex;
}

.pagenavi__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	color: #4E9BC2;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 3.375rem;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	width: 3.375rem;
}

.pagenavi__link--current {
	background-color: #4E9BC2;
	border: 1px solid #4E9BC2;
	color: #fff;
}

.pagenavi__arrow {
	align-items: center;
	background-color: transparent;
	border: 1px solid #4E9BC2;
	border-radius: 50%;
	display: flex;
	height: 3.375rem;
	justify-content: center;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 3.375rem;
}

.pagenavi__arrow--prev::before,
.pagenavi__arrow--next::before {
	border-right: 2px solid #4E9BC2;
	border-top: 2px solid #4E9BC2;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: border-color 0.3s ease;
	width: 0.5rem;
}

.pagenavi__arrow--prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.pagenavi__arrow--next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.pagenavi__arrow--prev:hover::before,
.pagenavi__arrow--next:hover::before {
	border-color: #fff;
}

.pagenavi__link:hover,
.pagenavi__arrow:hover {
	background-color: #4E9BC2;
	color: #fff;
}

.pagenavi__icon {
	font-size: 1rem;
	line-height: 1;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-top: 2rem;
	position: relative;
}

.section-title::before {
	color: #4E9BC2;
	content: attr(data-en);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	transform: translateX(-50%);
}

.sub-mv {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(163, 224, 255, 0.1));
	padding: 5.875rem 0 1.3125rem;
	position: relative;
	position: relative;
}

.sub-mv::before {
	background: linear-gradient(to right, #67BC76 0%, #6AD288 30%, #50AFD6 70%, #1C83B7 100%);
	bottom: 0;
	content: "";
	height: 1px; /* ボーダーの太さ */
	left: 0;
	position: absolute;
	width: 100%;
}

.sub-mv::after {
	color: rgba(28, 131, 183, 0.09);
	content: attr(data-en);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 5.625rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub-mv.sub-mv--about::after,
.sub-mv.sub-mv--recycle::after {
	font-size: 4.125rem;
}

.sub-mv.sub-mv--business::after {
	font-size: 4.125rem;
}

.sub-mv.sub-mv--about::after,
.sub-mv.sub-mv--recycle::after {
	content: attr(data-en-line1) "\a" attr(data-en-line2);
	line-height: 1.2;
	text-align: right;
	white-space: pre;
}

.sub-mv.sub-mv--factory::after {
	content: attr(data-en-line1) " " attr(data-en-line2);
	font-size: clamp(4rem, 2.143rem + 2.902vw, 5.625rem);
	line-height: 1.2;
	text-align: right;
	top: 25%;
	white-space: pre;
}

.sub-mv__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	position: relative;
}

/* ▼ before 擬似要素を .sub-mv__inner に集約 */

.sub-mv__inner::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 25%;
	transform: translateY(-50%);
}

.sub-mv.sub-mv--about .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_replastic.svg);
	height: 13.1875rem;
	width: 11.5625rem;
}

.sub-mv.sub-mv--contact .sub-mv__inner::before {
	background-image: url(./../images/common/icon-mail-blue.svg);
	height: 10.0625rem;
	width: 15rem;
}

.sub-mv.sub-mv--privacy .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_privacy.svg);
	height: 12.625rem;
	width: 10.625rem;
}

.sub-mv.sub-mv--notice .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_notice.svg);
	height: 10.6875rem;
	width: 18.25rem;
}

.sub-mv.sub-mv--message .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_message.svg);
	height: 14.6875rem;
	top: 20%;
	width: 14.3125rem;
}

.sub-mv.sub-mv--access .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_access.svg);
	height: 13.9375rem;
	width: 10.625rem;
}

.sub-mv.sub-mv--company .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_company.svg);
	height: 13.9375rem;
	width: 10.625rem;
}

.sub-mv.sub-mv--factory .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_factory.svg);
	height: 9.9375rem;
	width: 14.5625rem;
}

.sub-mv.sub-mv--recycle .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_about-plustic-recycle.svg);
	height: 15.625rem;
	width: 15.875rem;
}

.sub-mv.sub-mv--business .sub-mv__inner::before {
	background-image: url(./../images/common/ico_header_about-company.svg);
	height: 15.125rem;
	top: 22%;
	width: 17.5625rem;
}

.sub-mv.sub-mv--news .sub-mv__inner::before {
	background-image: url(./../images/common/icon-bell.png);
	height: 13.4375rem;
	width: 12.5rem;
}

.sub-mv__title {
	color: #1A1A1A;
	font-size: 3.375rem;
	font-weight: 700;
	letter-spacing: 0.054em;
	line-height: 1;
	padding-bottom: 1.3125rem;
	position: relative;
}

.sub-mv__title::before {
	background: linear-gradient(to right, #56B967, #1C83B7);
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 3.375rem;
}

.sub-mv.sub-mv--about .sub-mv__title {
	font-size: 3rem;
	line-height: 1.3;
}

.sub-mv.sub-mv--recycle .sub-mv__title {
	font-size: 3rem;
	line-height: 1.3;
}

.sub-mv__breadcrumb {
	margin-top: 2.25rem;
	text-align: right;
}

.layout-company {
	margin-bottom: 10.3125rem;
	margin-top: 5rem;
}

.layout-header {
	left: 0;
	position: relative;
	position: fixed;
	top: 0;
	z-index: 999;
}

.wrapper {
	display: flex;
}

.wrapper__header {
	height: 100svh;
}

.wrapper__contents {
	margin-left: 15rem;
	overflow: hidden;
	width: 100%;
}

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

.about__title {
	font-size: 3.375rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.about__title span {
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

.about__title span::after {
	width: 9.875rem;
}

.top-about__title h2 {
	font-size: 3.375rem;
}

.top-about__title p {
	font-size: 1.5rem;
}

.top-about__text {
	font-size: 1.25rem;
	line-height: 2;
}

.top-about__text span {
	font-size: 2.25rem;
}

.top-about__info {
	margin-top: 7.5rem;
}

.top-about__info:nth-child(2):after {
	height: 21.875rem;
	width: 21.875rem;
}

.top-about__info:nth-child(3):after {
	height: 24.5625rem;
	width: 21.125rem;
}

.top-about__info-img {
	max-width: 46.875rem;
}

.top-about__info-content {
	margin-left: -7.25rem;
	max-width: 36.375rem;
	padding: 3rem;
}

.top-about__info:nth-child(3) .top-about__info-content {
	margin-right: -7.25rem;
}

.top-about__info-title {
	font-size: 2rem;
}

.top-about__info-text {
	font-size: 1.125rem;
	margin-top: 1.3125rem;
}

.top-about__info-btn {
	margin-top: 2.25rem;
}

.top-company {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.top-company__head {
	font-size: 1.25rem;
}

.top-company__item-title h3 {
	font-size: 1.5rem;
}

.top-news {
	padding-bottom: 7.5rem;
	padding-top: 6.25rem;
}

.card__header {
	padding: 1.25rem 1.5625rem;
}

.card__title {
	font-size: 1.6875rem;
}

.card__title span {
	font-size: 1.5rem;
}

.card__body {
	padding: 0.5rem 0 1.125rem 1.875rem;
}

.card__info-label {
	font-size: 1.25rem;
}

.card__info-value {
	font-size: 1.25rem;
}

.contact-link__wrap {
	gap: 2.5rem;
}

.contact-link__btn {
	padding-bottom: 1.875rem;
	padding-left: 3.75rem;
	padding-right: 1.875rem;
	padding-top: 1.875rem;
}

.contact-link__btn-text::before {
	font-size: 1rem;
}

.footer__address {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.footer__nav-items {
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
	justify-content: center;
	row-gap: 1.25rem;
}

.footer__nav-item a {
	font-size: 1.125rem;
}

.footer__link-wrap a {
	font-size: 0.875rem;
}

.header__nav-item > a,
.header__nav-modal-wrap > p {
	font-size: 1.125rem;
	padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
}

.header__nav-contact a {
	font-size: 1.125rem;
	padding: 1.875rem 1.6rem;
}

.inner {
	max-width: 90rem;
}

.link {
	padding: 1.75rem 3.75rem 1.75rem 0;
	padding-right: 5rem; /* 右側の余白を確保 */
}

.link::after {
	height: 3.5rem;
	right: 0.9375rem;
	width: 3.5rem;
}

.link::before {
	height: 0.625rem;
	right: 2.375rem;
	top: 50%;
	width: 0.625rem;
}

.section-title {
	font-size: 3rem;
}

}

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

.about__items {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	row-gap: 1.25rem;
}

}

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

.about__items {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	row-gap: 1.25rem;
}

}

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

.about__item-title {
	font-size: 4.5rem;
}

.about__item-title.about__item-title--small {
	font-size: 4.25rem;
}

}

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

.about__bg-bag::after {
	width: clamp(41.875rem, -5.903rem + 74.653vw, 68.75rem);
}

}

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

.map__item {
	max-width: 18.75rem;
}

.map__center {
	max-width: 37.5rem;
}

}

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

.about__items {
	-moz-column-gap: clamp(1.25rem, -4.703rem + 9.302vw, 4.25rem);
	column-gap: clamp(1.25rem, -4.703rem + 9.302vw, 4.25rem);
	max-width: clamp(34.375rem, -13.997rem + 75.581vw, 58.75rem);
	padding-top: 0.125rem;
	row-gap: clamp(0.625rem, -3.096rem + 5.814vw, 2.5rem);
}

.about__item-title span {
	font-size: clamp(1.5rem, 0.756rem + 1.163vw, 1.875rem);
}

}

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

.map__item {
	max-width: 14.375rem;
}

.map__center {
	max-width: 34.375rem;
}

}

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

.ctfm_requied::after {
	bottom: 9%;
	right: 69%;
}

.ctfm_requied.ctfm_requied--long::after {
	bottom: 30%;
	right: 69%;
}

}

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

.map__item {
	max-width: 12.5rem;
}

.map__center {
	max-width: 31.25rem;
}

.card__title {
	font-size: 1.25rem;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.ctfm_content {
	padding: 2.5rem 1rem;
}

.ctfm_lead {
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-bottom: 1.875rem;
}

.ctfm_form_table,
.ctfm_form_table_inner {
	border: none;
	width: 100%;
}

.ctfm_form_table_inner tr {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.ctfm_requied::after {
	left: 11.25rem;
	right: auto;
	right: initial;
}

.ctfm_form_table > tbody > tr > th {
	display: block;
	padding: 0.75rem 0.625rem;
	width: 100%;
}

.ctfm_form_table > tbody > tr > td {
	border: none;
	display: block;
	padding: 2rem 0.625rem 3rem;
	width: 100%;
}

.ctfm_form_table > tbody > tr > th {
	border: none;
	font-size: 1rem;
	padding: 0.875rem 1.25rem;
}

.ctfm_form_table > tbody > tr > td input[type=text],
.ctfm_form_table > tbody > tr > td textarea,
.ctfm_form_table > tbody > tr > td select {
	font-size: 0.875rem;
}

.ctfm_form_table > tbody > tr > td input[type=radio] {
	height: 1.125rem;
	margin-right: 0.5rem;
	width: 1.125rem;
}

.ctfm_privacy {
	font-size: 0.875rem;
	padding: 2.125rem 1.25rem;
}

.ctfm_confirm_area {
	text-align: center;
}

.ctfm_form_table_inner tr:first-child td {
	flex-wrap: wrap;
}

.ctfm_form_table_inner tr:first-child td input[type=text] {
	max-width: 20rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

.about-link__item {
	justify-content: center;
	padding-bottom: 0;
	padding-left: 1.25rem;
	padding-top: 0;
}

.about-link__title {
	font-size: 1.1875rem;
}

.about {
	margin-top: 4.6875rem;
}

.about__title span {
	padding: 1.5625rem;
}

.about__title span::after {
	top: -14%;
}

.about__bg-bag {
	margin-top: 11.0625rem;
}

.about__bg-bag::before {
	right: 3.75rem;
}

.about__bg-bag::after {
	background-image: url(./../images/about/about-bag-sp.png);
	width: 23.4375rem;
	height: 50rem;
}

.about__items {
	gap: 0.625rem;
	grid-template-columns: 1fr;
}

.about__item {
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.3125rem;
	width: 100%;
}

.about__item:nth-child(1) {
	grid-column: span 1;
}

.about__item:nth-child(4) {
	grid-column: span 1;
}

.about__item-title {
	font-size: 1.75rem;
}

.about__item-title.about__item-title--small {
	font-size: 1.75rem;
}

.about__item-title span {
	font-size: 1.25rem;
}

.about__item-text {
	font-size: 0.875rem;
}
.about__item-text .min{
	font-size: 100%;
}
.about__item:nth-child(1) .about__item-img {
	max-width: 4.375rem;
	width: 100%;
}

.about__item:nth-child(1) .about__item-img img {
	aspect-ratio: 1/1;
	width: 100%;
}

.about__item:nth-child(2) .about__item-img,
.about__item:nth-child(3) .about__item-img {
	max-width: 4.375rem;
	width: 100%;
}

.about__item:nth-child(2) .about__item-img img,
.about__item:nth-child(3) .about__item-img img {
	aspect-ratio: 1/1;
	width: 100%;
}

.about__item:nth-child(4) .about__item-img {
	max-width: 4.375rem;
	width: 100%;
}

.about__item:nth-child(4) .about__item-img img {
	aspect-ratio: 1/1;
	width: 100%;
}

.about__item:nth-child(5) .about__item-img {
	max-width: 4.375rem;
	width: 100%;
}

.about__item:nth-child(5) .about__item-img img {
	aspect-ratio: 1/1;
	width: 100%;
}

.about__item:nth-child(6) .about__item-img {
	max-width: 4.375rem;
	width: 100%;
}

.about__item:nth-child(6) .about__item-img img {
	aspect-ratio: 1/1;
	width: 100%;
}

.coke {
	margin-top: 3.75rem;
}

.coke__image-box {
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.875rem;
}

.coke__picture {
	margin-left: auto;
	margin-right: auto;
}

.company__head {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.ctfm_form_table > tbody > tr > td input[type=radio]:checked::after {
	left: 0.125rem;
	top: 0.125rem;
}

.ctfm_requied::after {
	bottom: 0.8125rem;
}

.ctfm_requied.ctfm_requied--long::after {
	bottom: 0.8125rem;
	right: auto;
	right: initial;
}

.design__flex-box {
	flex-direction: column-reverse;
	gap: 2rem;
}

.design__text {
	font-size: 1rem;
	text-align: center;
}

.design__text.design__text--margin {
	margin-top: 2.5rem;
}

.design__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.design__text span {
	font-size: 1.4375rem;
}

.flow {
	margin-top: 3.625rem;
}

.map__content-pc {
	display: none;
}

.map__content-sp {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	position: relative;
}

.map__left,
.map__right {
	display: none;
}

.map__item {
	max-width: 22.5rem;
	width: 100%;
}

.map__center {
	top: 14%;
}

.map__top {
	grid-row-gap: 0.9375rem;
	grid-column-gap: 1.5625rem;
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 0.9375rem;
}

.map__under {
	display: block;
	margin-top: 10rem;
}

.map__bottom {
	display: flex;
	gap: 1.5625rem;
}

.map__item.map__item--small {
	margin-left: auto;
	width: 45%;
}

.message__head {
	background-image: url(./../images/message/message_sp.jpg);
	background-position: top;
	padding: 37.5rem 2.5rem 3.75rem;
}

.recycle {
	margin-top: 3.75rem;
}

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

.recycle__image-group {
	align-items: center;
	margin-top: 2.5rem;
}

.recycle__cards {
	gap: 3.375rem;
	grid-template-columns: repeat(1, 1fr);
}

.recycle__card.recycle__card--chemical {
	grid-column: span 1;
}

.recycle__card-wrap {
	flex-direction: column;
}

.recycle__card--chemical .recycle__card-image {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	max-width: initial;
}

.recycle__card--material .recycle__card-image {
	max-width: none;
	max-width: initial;
}

.recycle__card--thermal .recycle__card-image {
	max-width: none;
	max-width: initial;
}

.use-coke {
	margin-bottom: 5.25rem;
	margin-top: 3.75rem;
}

.use-coke__section-title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.use-coke__section:nth-child(1) .use-coke__list-image img {
	aspect-ratio: 325/229;
}

.btn.gray {
	padding: 1.75rem 2.5rem;
	text-align: right;
}

.ctfm_confirm_area .btn {
	padding: 1.75rem 2.5rem;
	text-align: left;
}

.card__inner {
	gap: 0;
}

.card__header {
	padding-bottom: 0.625rem;
	padding-left: 0.75rem;
	padding-right: 0.5rem;
	padding-top: 0.625rem;
}

.card__title {
	font-size: 1rem;
}

.card__title span {
	font-size: 0.875rem;
}

.card__body {
	padding-bottom: 0.75rem;
	padding-left: 0.75rem;
}

.card__info {
	gap: 0.625rem;
}

.card__info-label {
	font-size: 0.75rem;
}

.card__info-value {
	font-size: 0.75rem;
}

.card.card--green .card__icon {
	height: 1.9375rem;
	width: 2.625rem;
}

.contact-link__wrap {
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.875rem;
}

}

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

.access {
	margin-bottom: 2.5rem;
	margin-top: 1.25rem;
}

.access__inner {
	padding: 1rem;
}

.access__subtitle {
	font-size: 1.125rem;
}

.access__box {
	flex-direction: column;
	gap: 0.75rem;
}

.access__info {
	min-width: 100%;
}

.access__map {
	height: auto;
	width: 100%;
}

}

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

html {
	font-size: 16px;
}

.about__title {
	line-height: 2;
}

.about__title span {
	line-height: 1;
}

.about__bg-bag::before {
	background-image: url(./../images/about/comment1-sp.png);
	left: 50%;
	right: 0;
	transform: translateX(-50%);
}

.access {
	margin-bottom: 5rem;
	margin-top: 4rem;
}

.access__info {
	width: 100%;
}

.bg-gray {
	border-radius: 40px 40px 0 0;
}

.coke__text {
	font-size: 0.875rem;
	margin-top: 1.75rem;
}

.company__message {
	background-image: url(./../images/company/president_sp.jpg);
	background-position: top;
	display: flex;
	flex-direction: column-reverse;
	gap: 2rem;
	padding: 25rem 1.5rem 2.5rem;
}

.company__title {
	font-size: 1.75rem;
}

.company__text {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.company__link {
	margin-top: 1.5rem;
}

.company__cards {
	gap: 4rem;
	grid-template-columns: repeat(1, 1fr);
}

.company__head {
	justify-content: space-evenly;
}

.contact {
	margin-bottom: 6rem;
	margin-top: 4rem;
}

.contact__items {
	flex-direction: column;
	gap: 1.25rem;
}

.contact__text {
	line-height: 2;
}

.contact__block {
	flex-direction: column;
	margin-top: 3rem;
	text-align: center;
}

.contact__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	width: 100%;
}

.contact__title {
	font-size: 1.25rem;
}

.contact__description {
	text-align: center;
}

.contact__link {
	margin-top: 2rem;
}

.ctfm_modal_container {
	padding: 3.75rem 0;
}

.ctfm_modal_inner {
	max-width: clamp(20rem, 3.259rem + 71.429vw, 37.5rem);
	min-width: 0;
	min-width: initial;
	padding: 3.5rem 1.25rem 2rem;
}

.ctfm_modal_h {
	font-size: 1.5rem;
	line-height: 1.4;
}

.ctfm_modal table {
	border-top: none;
}

.ctfm_modal th,
.ctfm_modal td {
	border-bottom: none;
}

.ctfm_modal table,
.ctfm_modal tbody,
.ctfm_modal tr,
.ctfm_modal th,
.ctfm_modal td {
	display: block;
	width: 100%;
}

.ctfm_modal tr {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}

.ctfm_modal th {
	background: none;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	padding: 0;
}

.ctfm_modal td {
	padding: 0;
}

.ctfm_modal_buttons {
	flex-direction: column;
}

.design__img img {
	aspect-ratio: 325/250;
}

.design__text{
	word-break: break-all;
}
.design__text-box {
	padding: 1.5rem 1.25rem;
}

.design__text-box h3 {
	font-size: 1.5rem;
}

.design__text-box p {
	font-size: 1rem;
}

.flow__description {
	font-size: 0.875rem;
}

.flow__diagram img {
	aspect-ratio: 335/312;
}

.flow__steps img {
	aspect-ratio: 325/356;
}

.map__item {
	max-width: 14.375rem;
}

.map__center {
	top: 9%;
}

.map__under {
	margin-top: 11.25rem;
}

.message {
	margin-bottom: 5rem;
}

.message__head {
	padding: 25rem 20px 3.75rem;
}

.message__headline {
	font-size: 1.5rem;
}

.message__inner.inner {
	margin-top: 3rem;
	max-width: 37.5rem;
}

.mv {
	aspect-ratio: unset;
	background-image: url(./../images/top/mv-bg_sp2.png);
	padding: 1.875rem 0 1.75rem;
}

.mv__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding: 1.1875rem 0;
}

.news {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.news__lists {
	padding-left: 0;
	padding-right: 0;
}

.news__btn-wrapper {
	margin-top: 3rem;
}

.notice {
	margin-bottom: 2.5rem;
	margin-top: 1.25rem;
}

.notice__title {
	font-size: 1.5rem;
	padding-left: 2.25rem;
}

.notice__title::before {
	height: 1.25rem;
	width: 1.25rem;
}

.notice__message {
	margin-top: 1.75rem;
	padding-bottom: 1rem;
}

.notice__item {
	padding: 1rem 0 1.25rem;
}

.notice__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.notice__text {
	font-size: 1rem;
}

.notice__size {
	font-size: 0.75rem;
}

.notice__indicator {
	height: 1.5rem;
	width: 1.5rem;
}

.notice__indicator::before {
	height: 0.25rem;
	top: 37%;
	width: 0.25rem;
}

.page-404__btn {
	margin-top: 3.75rem;
}

.privacy-policy {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.privacy-policy__introduction {
	font-size: 1rem;
}

.privacy-policy__items {
	margin-top: 2rem;
	padding-top: 1.25rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 1.25rem;
}

.privacy-policy__term {
	font-size: 1.125rem;
}

.privacy-policy__description {
	font-size: 1rem;
}

.privacy-policy__text {
	margin-top: 1.5rem;
}

.profile__table-header {
	display: block;
	padding: 0.5rem;
	width: 100%;
}

.profile__table-data {
	border-bottom: none;
	display: block;
	padding: 0.75rem 0.625rem;
	width: 100%;
}

.profile__table tr {
	display: block;
	padding: 0;
}

.single {
	margin: 2.5rem 0 5rem;
}

.single__title {
	font-size: 1.5rem;
}

.single__meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
}

.single__content {
	font-size: 0.875rem;
}

.subject {
	margin-bottom: 5.25rem;
	margin-top: 4.625rem;
}

.subject__description {
	font-size: 0.875rem;
}

.subject__list {
	flex-direction: column;
	margin-top: 1.875rem;
}

.subject__item-text {
	font-size: 0.875rem;
}

.subject__link {
	padding: 1.25rem;
}

.subject__link-text {
	font-size: 1.125rem;
}

.subject__link-anchor {
	font-size: 1rem;
}

.top-about {
	margin-top: 2.625rem;
	padding-bottom: 4.0625rem;
}

.top-about__title h2 {
	font-size: 1.5rem;
}

.top-about__title p {
	font-size: 1rem;
}

.top-about__items {
	margin-top: 0;
}

.top-about__item {
	flex-direction: column-reverse;
}

.top-about__content {
	width: 100%;
}

.top-about__text {
	margin-top: 1.375rem;
}

.top-about__text span {
	font-size: 1.4375rem;
	line-height: 3;
}

.top-about__btn {
	margin-top: 3rem;
	text-align: center;
}

.top-about__btn a {
	padding: 1.5rem 0;
}

.top-about__img {
	width: 100%;
}

.top-about__img img {
	aspect-ratio: 317/233;
}

.top-about__info {
	align-items: flex-start;
	flex-direction: column;
	margin-top: 1.25rem;
}

.top-about__info:nth-child(2):after {
	height: 8.75rem;
	width: 8.75rem;
}

.top-about__info:nth-child(3) {
	align-items: flex-end;
	flex-direction: column;
}

.top-about__info:nth-child(3):after {
	height: 10.625rem;
	width: 12.375rem;
}

.top-about__info-img {
	width: 78.1%;
}

.top-about__info-content {
	margin-left: 1.25rem;
	margin-top: -1.25rem;
	padding: 1.5rem;
	width: 95%;
}

.top-about__info:nth-child(3) .top-about__info-content {
	margin-right: 1.25rem;
}

.top-about__info-title {
	font-size: 1.25rem;
}

.top-about__info-text {
	line-height: 1.75;
	margin-top: 0.75rem;
}

.top-company {
	border-radius: 40px 40px 0 0;
	padding-bottom: 4rem;
	padding-top: 3rem;
}

.top-company__head {
	font-size: 1rem;
}

.top-company__items {
	grid-template-columns: repeat(1, 1fr);
}

.top-company__item-title {
	bottom: 0.875rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.top-company__item-title h3 {
	font-size: 1rem;
}

.top-company__item-title span {
	height: 2.25rem;
	width: 2.25rem;
}

.top-company__item-title span::after {
	left: 43%;
}

.top-news {
	padding: 2.5rem 0;
}

.top-news__lists {
	padding-left: 0;
	padding-right: 0;
}

.top-news__btn-wrapper {
	margin-top: 3rem;
}

.use-coke__title.lower-title {
	font-size: 1.125rem;
	line-height: 1.5;
}

.use-coke__description {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.use-coke__content {
	margin-top: 1.875rem;
}

.use-coke__section-title::before {
	font-size: 1.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
	width: 2.5rem;
}

.use-coke__list {
	gap: 1.875rem;
	grid-template-columns: repeat(1, 1fr);
}

.use-coke__section:nth-child(2) .use-coke__list-image img {
	aspect-ratio: 325/229;
}

.use-coke__list-text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.breadcrumb {
	display: none;
}

.btn {
	max-width: 18.75rem;
	padding: 1.5rem 0;
	width: 100%;
}

.btn.btn--small {
	max-width: 18.75rem;
}

.btn.btn--close {
	font-size: 1.125rem;
	max-width: 15rem;
}

.btn.btn--close::after {
	height: 2.8125rem;
	width: 2.8125rem;
}

.btn.btn--close > span {
	left: 1.6875rem;
}

.btn.gray {
	padding-bottom: 1.5rem;
	padding-left: 2.5rem;
	padding-right: 0;
	padding-top: 1.5rem;
}
#ctfm_finish .btn.gray{
	font-size: 1.2rem;
	line-height: 1.2;
}
.ctfm_confirm_area .btn {
	font-size: 1.125rem;
	justify-content: flex-start;
	padding-bottom: 1.5rem;
	padding-left: 1.875rem;
	padding-right: 0;
	padding-top: 1.5rem;
}

.card__icon {
	height: 2.5rem;
	width: 2.5rem;
}

.contact-link__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.contact-link__btn {
	min-width: 20.9375rem;
	padding-bottom: 1.6875rem;
	padding-left: 1.25rem;
	padding-right: 0.625rem;
	padding-top: 1.6875rem;
	width: 100%;
	justify-content: left;
	gap: 10px;
}

.contact-link__btn-text {
	font-size: 1.375rem;
}

.contact-link__btn span {
	height: 2.25rem;
	width: 2.25rem;
}

.contact-link__btn span::before {
	height: 0.5rem;
	top: 30%;
	left: 45%;
	width: 0.5rem;
}

.footer {
	padding: 2.25rem 0 1.125rem;
}

.footer__wrap {
	max-width: 39.375rem;
	padding: 0 1.25rem;
}

.footer__wrap {
	display: block;
}

.footer__logo {
	margin: auto;
	max-width: 20.9375rem;
}

.footer__logo a {
	padding: 0.625rem 0;
}

.footer__address {
	font-size: 0.75rem;
	line-height: 1.6666666667;
}

.footer__nav {
	margin-left: 0;
	margin-top: 1.875rem;
}

.footer__nav-items {
	display: block;
}

.footer__nav-item a {
	padding: 0.625rem 1.875rem 0.625rem 0;
}

.footer__nav-item a::before{
	top: 50%;
}
.footer__small {
	flex-direction: column;
	padding: 1rem 1.25rem 0;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 1rem;
}

.header {
	height: 3.75rem;
	max-width: none;
	max-width: initial;
	min-height: 0;
	min-height: initial;
	overflow-y: visible;
	overflow-y: initial;
	padding: 0;
	padding: initial;
	width: 100%;
}

.header__inner {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.header__logo {
	height: inherit;
	margin: 0;
	max-width: 8.375rem;
}

.header__logo a {
	height: inherit;
}

.header__nav {
	display: none;
}

.header__nav-contact {
	margin-top: 1.25rem;
}

.header__hamburger {
	background-color: #fff;
	border: none;
	cursor: pointer;
	display: block;
	height: inherit;
	outline: none;
	padding: 0;
	transition: 0.3s;
	width: 3.75rem;
}

.header__drawer {
	background-color: #EBF5FA;
	bottom: 0;
	height: 100vh;
	left: 0;
	margin-top: 3.75rem;
	padding: 0;
	position: absolute;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.inner {
	max-width: 34.375rem;
	padding-left: 20px;
	padding-right: 20px;
}

.link {
	font-size: 1.1875rem;
}

.lower-title {
	font-size: 1.25rem;
}

.modal__content {
	padding: 0rem 1.25rem 2rem;
}

.modal__title {
	padding-top: 2rem;
}

.modal__text {
	font-size: 0.875rem;
}

.modal__blue-text {
	font-size: 1rem;
	line-height: 1.625;
	padding: 1rem;
}

.modal__img.modal__img--recycle {
	aspect-ratio: 304/181;
}

.modal__img.modal__img--calc {
	aspect-ratio: 305/703;
}

.modal__btn {
	margin-top: 2.25rem;
}

.modal__items {
	flex-direction: column;
	gap: 2rem;
}

.news-list__link {
	gap: 1rem;
}

.news-list__img {
	max-width: 8.75rem;
}

.news-list__img img {
	aspect-ratio: 140/110;
}

.news-list__meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
}

.news-list__date {
	font-size: 0.875rem;
}

.news-list__label {
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
}

.news-list__title {
	-webkit-line-clamp: 2;
	font-size: 1rem;
	line-height: 1.6;
}

.pagenavi {
	padding: 1.5rem 0;
}

.pagenavi__list {
	gap: 0.5rem;
}

.pagenavi__link {
	font-size: 0.875rem;
	height: 2rem;
	width: 2rem;
}

.pagenavi__link--current {
	font-size: 0.875rem;
}

.pagenavi__arrow {
	height: 2rem;
	width: 2rem;
}

.pagenavi__arrow--prev::before,
.pagenavi__arrow--next::before {
	height: 0.375rem;
	width: 0.375rem;
}

.section-title {
	font-size: 2rem;
}

.section-title::before {
	font-size: 1.25rem;
}

.sub-mv {
	padding: 2.5rem 0;
}

.sub-mv::after {
	font-size: 2.5rem;
	top: 18%;
}


.sub-mv.sub-mv--business::after {
	font-size: 1.6rem;
	top: 18%;
}

.sub-mv.sub-mv--access::after {
	font-size: 1.8rem;
	top: 18%;
}
.sub-mv.sub-mv--contact::after {
	font-size: 2rem;
	top: 18%;
}

.sub-mv.sub-mv--privacy::after {
	font-size: 2rem;
	top: 16%;
}

.sub-mv.sub-mv--about::after,
.sub-mv.sub-mv--recycle::after {
	font-size: 1.6rem;
	top: 23%;
}

.sub-mv.sub-mv--factory::after {
	content: attr(data-en-line1) "\a" attr(data-en-line2);
	font-size: 1.6rem;
	top: 18%;
}

.sub-mv__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sub-mv__inner::before {
	top: 47%;
}

.sub-mv.sub-mv--about .sub-mv__inner::before {
	height: 6.5625rem;
	width: 5.75rem;
}

.sub-mv.sub-mv--contact .sub-mv__inner::before {
	height: 3.75rem;
	width: 8.75rem;
}

.sub-mv.sub-mv--privacy .sub-mv__inner::before {
	height: 6.3125rem;
	width: 5.3125rem;
}

.sub-mv.sub-mv--notice .sub-mv__inner::before {
	height: 5.3125rem;
	width: 9.125rem;
}

.sub-mv.sub-mv--message .sub-mv__inner::before {
	height: 10.5rem;
	top: 47%;
	width: 7.1875rem;
}

.sub-mv.sub-mv--access .sub-mv__inner::before {
	height: 7.125rem;
	width: 5.3125rem;
}

.sub-mv.sub-mv--company .sub-mv__inner::before {
	height: 7.125rem;
	width: 5.3125rem;
}

.sub-mv.sub-mv--factory .sub-mv__inner::before {
	height: 4.9375rem;
	width: 7.25rem;
}

.sub-mv.sub-mv--recycle .sub-mv__inner::before {
	height: 7.0625rem;
	width: 7.25rem;
}

.sub-mv.sub-mv--business .sub-mv__inner::before {
	height: 7.0625rem;
	width: 8.1875rem;
}

.sub-mv.sub-mv--news .sub-mv__inner::before {
	height: 7.0625rem;
	width: 8.1875rem;
}

.sub-mv__title {
	font-size: 1.5rem;
	line-height: 1.2;
}

.sub-mv.sub-mv--about .sub-mv__title {
	font-size: 1.5rem;
	line-height: 1.2;
}

.sub-mv.sub-mv--recycle .sub-mv__title {
	font-size: 1.5rem;
	line-height: 1.2;
}

.sub-mv__breadcrumb {
	display: none;
}

.wrapper {
	flex-direction: column;
}

.wrapper__header {
	height: 3.75rem;
}

.wrapper__contents {
	margin-left: 0;
}

.link::before{
	width: 0.375rem;
	height: 0.375rem;
}
.bg-about{
	padding-bottom: 2rem;
}

}

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

.design__text {
	text-align: left;
}

.map__item {
	max-width: 13.75rem;
}

}

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

.map__under {
	margin-top: 8.75rem;
}

}

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

.map__item {
	max-width: 11.875rem;
}

}

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

.map__center {
	top: 10%;
}

.map__center {
	top: 11%;
}

}

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

.map__center {
	top: 12%;
}

}

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

.map__center {
	top: 13%;
}

}

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

.map__item {
	max-width: 11.25rem;
}

.map__under {
	margin-top: 6.25rem;
}

}

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

.map__item {
	max-width: 10.625rem;
}

}

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

.map__center {
	top: 14%;
}

}

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

.map__under {
	margin-top: 4.5rem;
}

}

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

.map__center {
	top: 16%;
}

.map__top {
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
	row-gap: 0.625rem;
}

.map__under {
	margin-top: 3.75rem;
}

.map__bottom {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

}

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

.map__center {
	top: 15%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes l20-1 {

0% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
}

12.5% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
}

25% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
}

50% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
}

62.5% {
	-webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
}

75% {
	-webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
}

100% {
	-webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
}

}

@keyframes l20-2 {

0% {
	transform: scaleY(1) rotate(0deg);
}

49.99% {
	transform: scaleY(1) rotate(135deg);
}

50% {
	transform: scaleY(-1) rotate(0deg);
}

100% {
	transform: scaleY(-1) rotate(-135deg);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


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