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

.u-desktop {
	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;
	height: auto;
	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;
}

.access {
	padding-bottom: 3.9375rem;
	padding-top: 6.25rem;
}

.access__inner {
	margin: auto;
	max-width: 33.375rem;
	padding: 0 1.0625rem;
	width: 100%;
}

.access__title {
	text-align: center;
}

.access__map {
	margin-top: 2.5rem;
}

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

.access__content {
	margin-top: 2.5rem;
}

.access__company-name {
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1;
}

.access__address {
	margin-top: 1rem;
}

.access__address,
.access__tel,
.access__fax {
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.access__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.access__btn .btn {
	background: #333333;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.90625rem 0;
	position: relative;
	text-align: center;
	transition: 0.6s;
	width: 13.9375rem;
}

.access__btn .btn:before {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 2.9375rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.375rem;
}

.access__btn .btn:hover {
	opacity: 0.8;
}

.access__btn .btn:hover:before {
	right: 2.5rem;
}

.card-link__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.company-layout {
	margin-bottom: 8.75rem;
}

.company {
	background: #EAEFF2;
	padding-bottom: 4.150625rem;
	padding-top: 5rem;
}

.company__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.company__title {
	text-align: center;
}

.company__title .section-title__ja {
	margin-top: 1rem;
}

.company__profile {
	background: #fff;
	border-radius: 0.36625rem;
	margin-top: 2.75rem;
	padding: 1.831875rem 0.91625rem;
}

.company-profile__list {
	display: flex;
	gap: 1.2825rem;
}

.company-profile__list:first-child .company-profile__term {
	border-top: 1px solid #B8B8B8;
}

.company-profile__list:first-child .company-profile__description {
	border-top: 1px solid #dddddd;
}

.company-profile__term {
	border-bottom: 1px solid #B8B8B8;
	color: #B8B8B8;
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.6;
	max-width: 4.625rem;
	padding: 0.733125rem 0;
	width: 100%;
}

.company-profile__description {
	border-bottom: 1px solid #dddddd;
	color: #333333;
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	padding: 0.733125rem 0;
}

.footer-layout {
	margin-top: 1.875rem;
}

.footer--mt100 {
	margin-top: 6.25rem;
}

.footer__message {
	align-items: center;
	aspect-ratio: 375/208;
	background-image: url(../images/common/footer-image.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.footer__text {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.footer__tel {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.9725rem;
	font-weight: bold;
	gap: 0.785rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.footer__tel:before {
	background-image: url(../images/common/tel_icon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 1.375rem;
	width: 1.375rem;
}

.footer__contact {
	aspect-ratio: 375/208;
	background: linear-gradient(134deg, #F6C21B 13.2%, #99EF0C 96.95%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.footer__title .section-title__en {
	-webkit-text-fill-color: inherit;
	background: none;
	color: #444444;
}

.footer__btn {
	margin-top: 1.2375rem;
}

.footer__btn .btn {
	background: #333333;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.90625rem 0;
	position: relative;
	text-align: center;
	transition: 0.6s;
	width: 14.4375rem;
}

.footer__btn .btn:before {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 2.9375rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.375rem;
}

.footer__btn .btn:hover {
	opacity: 0.8;
}

.footer__btn .btn:hover:before {
	right: 2.5rem;
}

.footer__body {
	background: #3C3E3A;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

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

.footer__logo {
	max-width: 17.6875rem;
	width: 100%;
}

.footer__address {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.8125rem;
}

.footer__privacy {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 1.875rem;
}

.footer__privacy a {
	transition: 0.6s;
}

.footer__privacy a:hover {
	opacity: 0.8;
}

.footer__nav-wrap {
	margin-top: 1.5rem;
}

@media screen and (min-width: 769px){
.sp {
	display: none;		
}
	
.footer__nav-list {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	margin-bottom: 0.5rem;
}
}

@media screen and (max-width: 768px){
.pc {
	display: none;		
}
	
.footer__nav-list {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.footer__nav-list li {
	margin-bottom: 0.5rem;
}
	
.footer__nav-item a {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	text-align: center;
	transition: 0.6s;
	display: block;
}	
}

.footer__nav-item:last-child a {
	padding-right: 0;
}

.footer__nav-item a {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	transition: 0.6s;
}

.footer__nav-item a:hover {
	opacity: 0.8;
}

.footer__copyright {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 3.8125rem;
	text-align: center;
}

.header {
	background: #fff;
	height: 4.375rem;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 10;
}

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

.header__logo {
	height: inherit;
	margin-left: 1.125rem;
	max-width: 10.125rem;
	width: 100%;
}

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

.header__navigation {
	height: inherit;
}

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

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	transition: 0.6s;
}

.header__nav-item a:hover {
	opacity: 0.8;
}

.header__nav-item-contact {
	background: #CEE93B;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
}

.header__mail-logo img {
	width: 1.5rem;
}

.header__navigation-sp {
	display: flex;
	height: inherit;
}

.header__contact {
	background: #CEE93B;
	height: inherit;
	width: 4.375rem;
}

.header__contact a {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.header__contact img {
	width: 1.5rem;
}

.header__hamburger {
	background-color: #444444;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 4.375rem;
	z-index: 999;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0.9375rem;
}

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

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

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

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

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

.link-cards {
	display: flex;
	flex-direction: column;
	gap: 3.573125rem;
}

.link-card {
	display: block;
	overflow: hidden;
	position: relative;
}

.link-card:before {
	background: linear-gradient(134deg, #F6C21B 13.2%, #99EF0C 96.95%);
	content: "";
	display: block;
	height: 3.85875rem;
	left: 0.643125rem;
	position: absolute;
	top: 0.643125rem;
	width: 3.573125rem;
	z-index: 1;
}

.link-card:after {
	background: rgba(0, 0, 0, 0.55);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.6s;
}

.link-card:hover:after {
	background: rgba(0, 0, 0, 0);
}

.link-card:hover img {
	scale: 1.1;
}

.link-card:hover .link-card__text-en {
	color: #fff;
}

.link-card:hover .link-card__text-ja {
	color: #fff;
}

.link-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 343/400;
	object-fit: cover;
	transition: 0.6s;
}

.link-card__texts {
	position: absolute;
	text-align: center;
	text-shadow: 0 0.139375rem 0.72875rem #492709;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.link-card__text-en {
	color: #D9DCD5;
	font-size: 2.858125rem;
	font-weight: bold;
	transition: 0.6s;
}

.link-card__text-ja {
	color: #D9DCD5;
	font-size: 1rem;
	font-weight: bold;
	transition: 0.6s;
}

.message {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.message__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.message__inner:before {
	background-image: url(../images/common/message_logo.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: none;
	height: clamp(55.625rem, 15.938rem + 52.917vw, 63.563rem);
	position: absolute;
	right: 0.5rem;
	top: -1.5rem;
	width: clamp(10.375rem, 2.875rem + 10vw, 11.875rem);
}

.message__head-catch {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(134deg, #F6C21B 13.2%, #99EF0C 96.95%);
	background-clip: text;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
}

.message__head-texts {
	max-width: -moz-max-content;
	max-width: max-content;
}

.message__item:nth-child(odd) .message__profile {
	margin-left: auto;
}

.message__item:nth-child(even) .message__head-texts {
	margin-left: auto;
}

.message__item:not(:first-child) {
	margin-top: 4.875rem;
}

.message__head-text {
	color: #000000;
	font-size: 1.875rem;
	font-weight: bold;
}

.message__image-wrap {
	margin-top: 2.375rem;
	position: relative;
}

.message__image img {
	-o-object-fit: cover;
	aspect-ratio: 343/192;
	object-fit: cover;
}

.message__profile {
	background: #444444;
	margin-top: -2.5rem;
	padding: 1.0625rem 1.65625rem;
	position: relative;
	width: 19.8125rem;
}

.message__company-name {
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
}

.message__president-name {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

.message__texts {
	margin-top: 2.25rem;
}

.message__text {
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.message__text:not(:first-child) {
	margin-top: 1.25rem;
}

.mv {
	position: relative;
}

.mv:before {
	background-image: url(../images/common/scroll.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: none;
	height: 9.75rem;
	left: 3.5%;
	position: absolute;
	width: 1.125rem;
}

.mv__body {
	position: relative;
}

.mv__texts {
	bottom: 2.375rem;
	color: #fff;
	left: 0;
	margin-left: 1.5625rem;
	position: absolute;
	right: 0;
	text-shadow: 0 0.139375rem 0.72875rem #492709;
}

.mv__text {
	font-size: 2.33125rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.mv__text-en {
	bottom: 0.75rem;
	font-family: "Jost", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	left: 7.5rem;
	letter-spacing: 0.04em;
	position: absolute;
	white-space: nowrap;
}

.mv__text-en:before {
	background: #fff;
	content: "";
	height: 0.0625rem;
	left: -2.3125rem;
	position: absolute;
	top: 50%;
	width: 1.639375rem;
}

.philosophy {
	padding-bottom: 5.025rem;
	padding-top: 5rem;
}

.philosophy__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.philosophy__title {
	text-align: center;
}

.philosophy__title .section-title__ja {
	font-size: 1.5rem;
}

.philosophy__head-title {
	color: #444444;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 2.5rem;
	text-align: center;
}

.philosophy__head-text {
	color: #444444;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.philosophy__items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 5rem;
}

.philosophy__icon {
	margin: auto;
	width: 16.0625rem;
}

.philosophy__icon img {
	-o-object-fit: cover;
	aspect-ratio: 257/250;
	object-fit: cover;
}

.philosophy__item-text {
	color: #444444;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 2.4375rem;
}

.philosophy__images {
	display: flex;
	margin-top: 3.75rem;
}

.philosophy__image {
	margin: 0 0.591875rem;
}

.philosophy__image img {
	-o-object-fit: cover;
	aspect-ratio: 189/168;
	object-fit: cover;
}

.section-title__en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(134deg, #F6C21B 13.2%, #99EF0C 96.95%);
	background-clip: text;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 2.295rem;
	font-weight: bold;
	line-height: 1;
}

.section-title__ja {
	color: #444444;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
}

.sub-mv {
	position: relative;
}

.sub-mv:before {
	background-image: url(../images/common/scroll.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: none;
	height: 9.75rem;
	left: 3.5%;
	position: absolute;
	width: 1.125rem;
}

.sub-mv__body {
	position: relative;
}

.sub-mv__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/450;
	object-fit: cover;
}

.sub-mv__image--small img {
	aspect-ratio: 375/198;
}

.sub-mv__texts {
	bottom: 3.125rem;
	color: #fff;
	left: 0;
	margin-left: 1.0625rem;
	position: absolute;
	right: 0;
	text-shadow: 0 0.139375rem 0.72875rem #492709;
}

.sub-mv__text {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1;
}

.sub-mv__text-en {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	gap: 1.0625rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.625rem;
}

.sub-mv__text-en:before {
	background: #fff;
	content: "";
	height: 0.0625rem;
	width: 2.8125rem;
}

.sub-mv__texts--small {
	bottom: 0.8125rem;
}

.sub-mv__texts--small .sub-mv__text {
	font-size: 2rem;
}

.sub-mv__texts--small .sub-mv__text-en {
	margin-top: 1.125rem;
}

.top-about {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-about__inner {
	margin: auto;
	max-width: 32.75rem;
	padding: 0 0.75rem;
	width: 100%;
}

.top-about__text {
	color: #444444;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 2.0625rem;
}

.top-about__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.534375rem;
	width: 17.25rem;
}

.top-news {
	background: #F0F0F0;
	padding-bottom: 2.5625rem;
	padding-top: 5rem;
}

.top-news__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.top-news__list {
	margin-top: 1.8125rem;
}

.top-news__item {
	border-bottom: 1px solid #dddddd;
}

.top-news__item:not(:first-child) {
	margin-top: 2rem;
}

.top-news__item a {
	display: block;
	padding-bottom: 2rem;
}

.top-news__item a:hover .top-news__text-line {
	border-bottom-color: #000000;
}

.top-news__time {
	color: #000000;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.top-news__category {
	background: #000000;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-left: 1rem;
	padding: 0.0625rem 0.75rem;
}

.top-news__text {
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.top-news__text-line {
	border-bottom: 1px solid transparent;
	transition: 0.6s;
}

.top-news__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.top-news__btn .btn {
	background: #333333;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.90625rem 0;
	position: relative;
	text-align: center;
	transition: 0.6s;
	width: 15.1875rem;
}

.top-news__btn .btn:before {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 2.9375rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.375rem;
}

.top-news__btn .btn:hover {
	opacity: 0.8;
}

.top-news__btn .btn:hover:before {
	right: 2.5rem;
}

.top-strength__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.top-strength__content {
	background: rgba(51, 51, 51, 0.95);
	margin-top: -1.375rem;
	padding: 3.3125rem 0.6875rem 3.125rem;
	position: relative;
}

.top-strength__content:before {
	background: linear-gradient(140deg, rgb(246, 194, 27) 0%, rgb(153, 239, 12) 100%);
	content: "";
	display: block;
	height: 1.5625rem;
	left: 0.5rem;
	position: absolute;
	top: 0.4375rem;
	width: 1.5625rem;
}

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

.top-strength__title .section-title__en {
	-webkit-text-fill-color: inherit;
	background: none;
	color: rgba(217, 220, 213, 0.2);
}

.top-strength__title .section-title__ja {
	color: rgb(217, 220, 213);
	margin-top: 1rem;
}

.top-strength__body {
	margin-top: 2.1975rem;
}

.top-strength__head-text {
	color: rgba(217, 220, 213, 0.9);
	font-size: 1.75rem;
	font-weight: bold;
}

.top-strength__head-text:not(:first-child) {
	margin-top: 1.5rem;
}

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

.top-strength__text {
	color: rgba(255, 255, 255, 0.95);
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.8;
}

.top-strength__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.top-strength__btn .btn {
	background: inherit;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.90625rem 0;
	position: relative;
	text-align: center;
	transition: 0.6s;
	width: 13.25rem;
}

.top-strength__btn .btn:before {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 2.9375rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 0.375rem;
}

.top-strength__btn .btn:hover {
	opacity: 0.8;
}

.top-strength__btn .btn:hover:before {
	right: 2.5rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

.access {
	padding-bottom: 9.9375rem;
	padding-top: 9.1875rem;
}

.access__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.access__content {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.access__info {
	margin-left: 6.25rem;
}

.card-link__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.company__inner {
	max-width: 61.625rem;
	padding: 0 1.5625rem;
}

.company__profile {
	padding: 5rem 2.5rem;
}

.company-profile__list {
	gap: 3.5rem;
}

.company-profile__term {
	font-size: 1rem;
	max-width: 12.25rem;
	padding: 2rem 0;
}

.company-profile__description {
	font-size: 1rem;
	padding: 2rem 0;
}

.footer--mt100 {
	margin-top: 8.4375rem;
}

.footer__content {
	display: flex;
}

.footer__message {
	width: 50%;
}

.footer__text {
	font-size: 1.125rem;
}

.footer__tel {
	font-size: 2rem;
	margin-top: 2.3125rem;
}

.footer__contact {
	width: 50%;
}

.footer__btn {
	margin-top: 1.5625rem;
}

.footer__body {
	padding-bottom: 4.125rem;
	padding-top: 1.4375rem;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 65.625rem;
	padding: 0 1.5625rem;
	width: 100%;
}

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

.footer__privacy {
	margin-top: 4.8125rem;
	text-align: left;
}

.footer__nav-wrap {
	display: flex;
	flex-direction: column;
}

.footer__nav-list {
	flex-direction: row;
	gap: 0;
}

.footer__nav-item a {
	padding: 0 1rem;
}

.footer__copyright {
	margin-top: auto;
	text-align: right;
}

.header {
	height: 6.375rem;
	position: inherit;
}

.header__logo {
	margin-left: 4.9375rem;
	max-width: 17.375rem;
}

.header__nav-item a {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 0.9375rem;
	font-weight: bold;
	height: inherit;
	padding: 0 1.25rem;
}

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

.link-cards {
	flex-direction: row;
	gap: 3.125rem;
}

.link-card {
	width: calc(33.3% - 1.5625rem);
}

.link-card__text-en {
	font-size: 2.5rem;
}

.link-card__text-ja {
	font-size: 0.875rem;
}

.message {
	padding-bottom: 10rem;
	padding-top: 11rem;
}

.message__inner {
	max-width: 90rem;
	padding: 0;
	position: relative;
}

.message__inner:before {
	display: block;
}

.message__head {
	align-items: center;
	display: flex;
	gap: 7.25rem;
	width: 84.72%;
}

.message__head-texts {
	flex-shrink: 0;
}

.message__item:nth-child(odd) .message__head {
	flex-direction: row-reverse;
}

.message__item:nth-child(odd) .message__profile {
	transform: translateX(5.25rem);
}

.message__item:nth-child(even) .message__head {
	margin-left: auto;
}

.message__item:not(:first-child) {
	margin-top: 5.9375rem;
}

.message__head-text {
	line-height: 2.2;
}

.message__image-wrap {
	margin-top: 0;
}

.message__image {
	max-width: 52.1875rem;
}

.message__image img {
	aspect-ratio: 835/500;
}

.message__profile {
	margin-top: -3.875rem;
	padding: 1.25rem 1.65625rem;
	width: 30.3125rem;
}

.message__prof-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: -moz-max-content;
	max-width: max-content;
}

.message__company-name {
	font-size: 1.125rem;
}

.message__president-name {
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

.message__texts {
	margin-top: 3rem;
	padding-left: clamp(11.317rem, -0.143rem + 15.28vw, 13.609rem);
}

.message__text:not(:first-child) {
	margin-top: 1.75rem;
}

.mv:before {
	display: block;
}

.mv__body {
	margin-left: auto;
	width: 91.67%;
}

.mv__texts {
	bottom: 3.75rem;
	margin-left: 6.25rem;
}

.mv__text {
	font-size: 4rem;
	line-height: 1.3;
}

.mv__text-en {
	bottom: 1.5625rem;
	font-size: 1.5rem;
	left: 12.5rem;
}

.mv__text-en:before {
	left: -3.75rem;
	width: 2.8125rem;
}

.philosophy {
	padding-bottom: 8.4375rem;
	padding-top: 9.3125rem;
}

.philosophy__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.philosophy__head-text {
	text-align: center;
}

.philosophy__items {
	flex-direction: row;
	gap: 5.4375rem;
	margin-top: 7.5rem;
}

.philosophy__item {
	width: calc(33.3% - 2.71875rem);
}

.philosophy__icon {
	width: 100%;
}

.philosophy__images {
	gap: 2.8125rem;
}

.philosophy__image {
	margin: 0;
	width: calc(33.3% - 1.40625rem);
}

.philosophy__image img {
	aspect-ratio: 450/400;
}

.section-title__en {
	font-size: 4rem;
}

.sub-mv:before {
	display: block;
}

.sub-mv__body {
	margin-left: auto;
	width: 91.67%;
}

.sub-mv__image img {
	aspect-ratio: 1320/500;
}

.sub-mv__image--small img {
	aspect-ratio: 1320/500;
}

.sub-mv__texts {
	bottom: 5.625rem;
	left: 6.1875rem;
}

.sub-mv__text {
	font-size: 4rem;
}

.sub-mv__text-en {
	font-size: 1.5rem;
	margin-top: 1.3125rem;
}

.sub-mv__texts--small .sub-mv__text {
	font-size: 4rem;
}

.sub-mv__texts--small .sub-mv__text-en {
	margin-top: 1.3125rem;
}

.top-about__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.top-about__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.top-about__texts {
	width: 38.0625rem;
}

.top-about__text {
	font-size: 1.125rem;
	margin-top: 5.6875rem;
}

.top-about__image {
	margin: 0;
	width: 30.1875rem;
}

.top-news {
	background: #fff;
	padding-bottom: 6.625rem;
	padding-top: 9.9375rem;
}

.top-news__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.top-news__content {
	background: #F0F0F0;
	display: flex;
	gap: 8.8125rem;
	padding: 2.5rem;
	position: relative;
}

.top-news__list {
	flex-grow: 1;
	margin-top: 0;
}

.top-news__btn {
	margin-top: 4rem;
}

.top-strength {
	position: relative;
}

.top-strength__inner {
	max-width: 100%;
	padding: 0;
}

.top-strength__content {
	margin-left: auto;
	margin-top: -24.125rem;
	padding: 5rem clamp(1.875rem, -26.25rem + 37.5vw, 7.5rem) 3.375rem clamp(1.875rem, -7.5rem + 12.5vw, 3.75rem);
	width: 84.72%;
}

.top-strength__content:before {
	height: 3.375rem;
	left: 1rem;
	top: 0.8125rem;
	width: 3.125rem;
}

.top-strength__title {
	text-align: left;
}

.top-strength__body {
	display: flex;
	gap: clamp(1.875rem, -9.375rem + 15vw, 4.125rem);
}

.top-strength__head {
	flex-shrink: 0;
	width: 27.5rem;
}

.top-strength__head-text {
	font-size: 2.5rem;
}

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

.top-strength__btn {
	margin-top: 1.4375rem;
	text-align: right;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

/* 追記 2024.5.16 HONDA */
.single .content_inner {
	max-width: 65.625rem;
	margin: 0 auto;
	padding: 1.5625rem 1.5625rem 0 1.5625rem;
}

.single .content_inner h1 {
	margin-bottom: 1.5625rem;
}

.content_inner {
	max-width: 65.625rem;
	margin: 0 auto;
	padding: 4.6875rem 1.5625rem 0 1.5625rem;
}

.content_inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 2.0rem;
  padding-bottom: 1.0rem;
  border-bottom: 1px solid #cccccc;
  display: table;
}	

.content_inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  padding: 0;
}

.content_inner ul li:first-child {
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_inner ul li:last-child {
  margin: 0;
}

.content_inner ul li:first-child span.cat_mark {
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(2.5vw, 14px);
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.2em 1.0em;
  background-color: #444444;
  display: block;
}

.content_inner ul li:first-child span.cat_date {
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(2.5vw, 14px);
  font-weight: 400;
  text-align: right;
  line-height: 1.0em;
  color: #000000;
  margin: 0;
  padding: 0.2em 1.0em;
  display: block;
}

.content_inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.8vw, 18px);
  font-weight: 400;
  text-align: left;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #000000;
  display: block;
}

.content_inner ul li:last-child p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.5vw, 16px)
  font-weight: 400;
  text-align: left;
  text-decoration: none; 
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #000000;
}

.content_inner table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}

.content_inner table th {
  width: 23%;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.content_inner table th p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.3em;
  color: #333333;
}

.content_inner table th p span.required {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
  margin-top: 3px;
  padding: 1px 0.7em 3px 0.7em;
  background-color: #dc143c;
  float: right;
}	

.content_inner table td {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding-left: 40px;
}

.content_inner table td p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
}

.content_inner table td p.accept {
  text-align: center;
  line-height: 1.0em;
}

.content_inner table td p.accept span.accept {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fd4763;
  margin-left: 10px;
}

.content_inner .wpcf7 table td p input[type="text"],
.content_inner .wpcf7 table td p input[type="email"],
.content_inner .wpcf7 table td p input[type="tel"] {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0em;
  color: #333333;
  margin: 30px 0;
  padding: 1.0em;
  border: none;
  background-color: #f8f8f8;
}

.content_inner .wpcf7 table td p textarea {
  width: 100%;
  height: 15.0vw;
  margin: 30px 0 10px 0;
  padding: 1.0em;
  border: none;
  background-color: #f8f8f8;
}

.wpcf7 p input[type="submit"] {
  width: 30% !important;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 50px auto 0 auto;
  padding: 1.0em 0;
  border-radius: 2px;
  border: 1px solid #444444;
  background-color: #444444;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  transition: 1.0s;
  opacity: 0.3;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.0em;
  color: #666666;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.0em;
  color: #666666;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.0em;
  color: #666666;
}

@media screen and (max-width: 768px){
.content_inner {
	max-width: 65.625rem;
	margin: 0 auto;
	padding: 1.5625rem 1.5625rem 0 1.5625rem;
}	

.content_inner table th {
  width: 33%;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}	
	
.content_inner table th p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.3em;
  color: #333333;
}
	
.content_inner table th p span.required {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0vw;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
  margin-top: 3px;
  padding: 1px 0.7em 3px 0.7em;
  background-color: #dc143c;
  float: right;
}		
	
.content_inner table td {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding-left: 1.0em;
}	

.content_inner table td p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
}

.content_inner table td p.accept {
  text-align: center;
  line-height: 1.0em;
}

.content_inner table td p.accept span.accept {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  color: #fd4763;
  margin-left: 0.5em;
}	
	
.content_inner .wpcf7 table td p input[type="text"],
.content_inner .wpcf7 table td p input[type="email"],
.content_inner .wpcf7 table td p input[type="tel"] {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 400;
  line-height: 1.0em;
  color: #333333;
  margin: 1.0em 0;
  padding: 0.7em;
  border: none;
  background-color: #f8f8f8;
}

.content_inner .wpcf7 table td p textarea {
  width: 100%;
  height: 20.0vw;
  margin: 1.0em 0 0.3em 0;
  padding: 0.7em;
  border: none;
  background-color: #f8f8f8;
}	
	
.wpcf7 p input[type="submit"] {
  width: 60% !important;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 2.0em auto 0 auto;
  padding: 0.7em 0;
  border-radius: 2px;
  border: 1px solid #444444;
  background-color: #444444;
  display: block;
}
	
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 200;
  line-height: 1.0em;
  color: #666666;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 200;
  line-height: 1.0em;
  color: #666666;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 200;
  line-height: 1.0em;
  color: #666666;
}
	
.header .nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  display: table;
}

.header .nav_sp ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.header .nav_sp ul li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px dotted #444444;
}

.header .nav_sp ul li:last-child {
  border: none;
}

.header .nav_sp ul li:hover {
  width: 100%;
  height: auto;
  background-color: #444444;
  border-bottom: 1px dotted #ffffff;
  transition: 1.0s;
}

.header .nav_sp ul li:last-child:hover {
  border: none;
}

.header .nav_sp ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding: 2.604166666% 0;
  display: block;
}

.header .nav_sp ul li a:hover {
  color: #ffffff;
}	
}
/* 追記 ここまで */

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