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

.u-desktop {
	display: none;
}

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

html {
	font-size: 1em;
	letter-spacing: 0.33em;
	line-height: 1.5em;
}

*,
*::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.8;
	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{
	color: rgba(4,60,39,1.00);
}
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 {
	background: rgba(217, 217, 217, 0.2);
	padding: 2.5rem 0 5rem;
}

.about__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.about-list {
	counter-reset: number;
	margin-top: 5rem;
}

.about-list__item + .about-list__item {
	margin-top: 5rem;
}

.about-list__item:nth-of-type(even) {
	flex-direction: row;
}

.about-list__item-img {
	width: 100%;
}

.about-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 625/400;
	object-fit: cover;
	width: 100%;
}

.about-list__item-text-wrap {
	margin-top: 1.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.about-list__item:nth-of-type(even) .about-list__item-text-wrap {
	margin-left: 0;
}

.about-list__item-title {
	/*font-family: "Yu Mincho";*/
	font-size: 1.3em;
	line-height: 1.3;
}

.about-list__item-text {
	/*font-family: "Yu Mincho";*/
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.catch {
	padding: 5rem 0;
}

.catch__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.catch-list {
	counter-reset: number;
	margin-top: 5rem;
}

.catch-list__item + .catch-list__item {
	margin-top: 4.375rem;
}

.catch-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.catch-list__item-img {
	width: 100%;
}

.catch-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 625/400;
	object-fit: cover;
	width: 100%;
}

.catch-list__item-text-wrap {
	margin-top: 1.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.catch-list__item:nth-of-type(even) .catch-list__item-text-wrap {
	margin-left: 0;
}

.catch-list__item-title {
	/*font-family: "Yu Mincho";*/
	font-size: 1.3em;
	line-height: 1.3;
}

.catch-list__item-text {
	/*font-family: "Yu Mincho";*/
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.footer {
	background: rgba(167, 167, 136, 0.2);
	padding: 3.75rem 0;
}

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

.footer__wrap {
	display: flex;
	flex-direction: column-reverse;
}

.footer__nav-items {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer__nav-item a {
	display: block;
	/*font-family: "Yu Mincho";*/
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.9375rem 0.625rem;
	position: relative;
}

/*.footer__nav-item a::before {
	background: #333;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}*/

.footer__sns {
	align-items: center;
	display: flex;
	justify-content: left;
	margin-top: 1.5625rem;
}

.footer__sns-icon {
	display: block;
	max-width: 1.875rem;
	width: 100%;
}

.footer__sns-icon + .footer__sns-icon {
	margin-left: 0.9375rem;
}

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

.footer__left {
	margin-top: 1.875rem;
}

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

.footer__logo a {
	display: block;
	padding: 0.625rem 0;
}

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

.footer__address {
	/*font-family: "Yu Mincho";*/
	font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.footer__policy {
	display: inline-block;
	/*font-family: "Yu Mincho";*/
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 1.25rem;
	padding: 0.625rem 0;
	text-transform: uppercase;
}

.footer__copyright {
	display: block;
	/*font-family: "Yu Mincho";*/
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.625rem;
}

.footer__copyright span {
	text-transform: uppercase;
}

.header {
	background: rgba(255, 255, 255, 0.5);
	height: 6.25rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1rem;
}

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

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

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

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

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

.header__nav-item {
	height: inherit;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.9375rem;
}

.header__nav-item a {
	align-items: center;
	color: #333;
	display: flex;
	/*font-family: "Yu Mincho";*/
	font-size: 1rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.9375rem;
	text-transform: uppercase;
}

.header__nav-item.header__nav-item--contact a {
	background-color: #de8430;
	color: #fff;
	height: auto;
	height: initial;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.header__nav-item.header__nav-item--contact a::after {
	background-image: url(./../images/common/contact-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.625rem;
	width: 0.6875rem;
}

.header__hamburger {
	background: rgba(167, 167, 136, 0.5);
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 3.75rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.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);
}

.header__drawer {
	background: rgba(167, 167, 136, 0.9);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

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

.header__drawer-item a {
	color: #fff;
	display: block;
	/*font-family: "Yu Mincho";*/
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
	text-transform: uppercase;
}

.mv {
	height: 100vh;
	min-height: prem(400);
	position: relative;
	z-index: 1;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.mv__main-title {
	font-size: prem(40);
}

.mv__sub-title {
	font-size: prem(20);
	margin-top: prem(20);
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
	height: inherit;
	min-height: inherit;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.section__title {
	color: #000;
	/*font-family: "Yu Mincho";*/
	font-size: 1.1em;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.8rem;
	line-height: normal;
	text-align: center;
}

.section__title h3 {
	/*font-family: "Yu Mincho";*/
	font-size: 1.1em;
	letter-spacing: normal;
	line-height: 1.3;
	margin-top: 1.875rem;
}

.section__title p {
	color: #828282;
	display: flex;
	/*font-family: "Yu Mincho";*/
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 150%; /* 30px */
	margin-top: 1.875rem;
}

.works {
	padding: 5rem 0 7.5rem;
}

.works__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

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

.works__card {
	width: 100%;
}

.works__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 625/735;
	object-fit: cover;
	width: 100%;
}

.works__card-text {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.works-list__item + .works-list__item {
	margin-top: 2.5rem;
}

.works-list__item-img {
	width: 100%;
}

.works-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 515/284;
	object-fit: cover;
	width: 100%;
}

.works-list__item-text {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.works__title-second {
	margin-top: 5rem;
}

.works__flex-texts {
	width: 100%;
}

.works__flex-texts h3 {
	/*font-family: "Yu Mincho";*/
	font-size: 1em;
	line-height: 1.3;
}

.works__flex-texts p {
	/*font-family: "Yu Mincho";*/
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.works__flex-texts p + h3 {
	margin-top: 3.125rem;
}

.works__flex-img img {
	-o-object-fit: cover;
	aspect-ratio: 611/611;
	object-fit: cover;
	width: 100%;
}

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

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

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

.about-list__item {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	justify-content: space-between;
}

.about-list__item + .about-list__item {
	margin-top: 7.5rem;
}

.about-list__item-img {
	max-width: 37.5rem;
}

.about-list__item-text-wrap {
	margin-top: 0;
}

.about-list__item:nth-of-type(even) .about-list__item-text-wrap {
	margin-left: 0;
}

.about-list__item-title {
	font-size: 1.3em;
}

.about-list__item-text {
	font-size: 0.9em;
	margin-top: 1.75rem;
}

.catch {
	padding: 7.5rem 0;
}

.catch__inner {
	max-width: 80rem;
	padding: 0 1.5625rem;
}

.catch-list {
	margin-top: 6.875rem;
}

.catch-list__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.catch-list__item + .catch-list__item {
	margin-top: 6.25rem;
}

.catch-list__item-img {
	max-width: 37.5rem;
}

.catch-list__item:nth-of-type(even) .catch-list__item-img {
	margin-left: 5rem;
}

.catch-list__item-text-wrap {
	margin-left: 2.5rem;
	margin-top: 0;
}

.catch-list__item:nth-of-type(even) .catch-list__item-text-wrap {
	margin-left: 0;
}

.catch-list__item-title {
	font-size: 1.3em;
}

.catch-list__item-text {
	font-size: 0.9em;
	margin-top: 1.75rem;
}

.footer {
	padding: 5rem 0 3.75rem;
}

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

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

.footer__right {
	max-width: 34.375rem;
	width: 100%;
}

.footer__nav-items {
	grid-template-columns: repeat(3, 1fr);
}

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

.footer__nav-item a::before {
	width: 2.1875rem;
}

.footer__sns {
	margin-top: 2.5rem;
}

.footer__sns-icon + .footer__sns-icon {
	margin-left: 1.875rem;
}

.footer__left {
	margin-top: 0;
}

.footer__logo {
	max-width: 13.75rem;
}

.footer__logo a {
	padding: 0.9375rem 0;
}

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

.footer__policy {
	font-size: 0.875rem;
	margin-top: 1.5625rem;
}

.footer__copyright {
	margin-top: 1.5625rem;
	text-align: center;
}

.header {
	height: 10rem;
}

.header__inner {
	padding: 0 3.125rem;
}

.header__logo {
	max-width: 16.625rem;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.mv__main-title {
	font-size: prem(60);
}

.mv__sub-title {
	font-size: prem(35);
}

.section__title {
	font-size: 1.1em;
	letter-spacing: 0.75rem;
}

.section__title h3 {
	font-size: 1.1em;
}

.works {
	padding: 7.5rem 0 10rem;
}

.works__inner {
	max-width: 80rem;
	padding: 0 1.5625rem;
}

.works__flexbox {
	flex-direction: row;
	gap: 5.625rem;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: space-between;
	margin-top: 7.5rem;
}

.works__card {
	max-width: 36.25rem;
}

.works-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.works-list__item + .works-list__item {
	margin-top: 1.875rem;
}

.works-list__item-img {
	max-width: 37.5rem;
}

.works-list__item-text {
	max-width: 34.375rem;
	width: 100%;
}

.works-list__item:nth-of-type(even) .works-list__item-text {
	margin-left: 0;
}

.works__title-second {
	margin-top: 7.5rem;
}

.works__flex-texts {
	max-width: 32.0625rem;
}

.works__flex-texts h3 {
	font-size: 1.5rem;
}

.works__flex-texts p {
	font-size: 0.9375rem;
	margin-top: 1.75rem;
}

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

}

@media (min-width: 1100px) {

html {
	font-size: 1em;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

/*.access {
	padding: 7.5rem 0;
}

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

.access-list {
	margin-top: 6.875rem;
}

.access-list__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.access-list__item + .access-list__item {
	margin-top: 6.25rem;
}

.access-list__item-img {
	width: 100%;
}

.access-list__item:nth-of-type(even) .access-list__item-img {
	margin-left: 5rem;
}

.access-list__item-text-wrap {
	margin-left: 2.5rem;
	margin-top: 0;
}

.access-list__item:nth-of-type(even) .access-list__item-text-wrap {
	margin-left: 0;
}

.access-list__item-title {
	font-size: 1.3em;
}

.access-list__item-text {
	font-size: 0.9em;
	margin-top: 1.75rem;
}*/

.access {
	padding: 5rem 0;
}

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

.access-list {
	counter-reset: number;
	margin-top: 5rem;
}

.access-list__item + .access-list__item {
	margin-top: 4.375rem;
}

.access-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.access-list__item-img {
	width: 100%;
}

.access-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 625/400;
	object-fit: cover;
	width: 100%;
}

.access-list__item-text-wrap {
	margin-top: 1.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.access-list__item:nth-of-type(even) .access-list__item-text-wrap {
	margin-left: 0;
}

.access-list__item-title {
	/*font-family: "Yu Mincho";*/
	font-size: 1.3em;
	line-height: 1.3;
}

.access-list__item-text {
	/*font-family: "Yu Mincho";*/
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.news {
	padding: 5rem 0;
}

.news__inner {
	margin: auto;
	max-width: 80rem;
	padding: 0 1.25rem;
	width: 100%;
}

.news-list {
	counter-reset: number;
	margin-top: 5rem;
}

.news-list__item + .news-list__item {
	margin-top: 4.375rem;
}

.news-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.news-list__item-img {
	width: 100%;
}

.news-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 625/400;
	object-fit: cover;
	width: 100%;
}

.news-list__item-text-wrap {
	margin-top: 1.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.news-list__item-text-wrap2 {
	margin-top: 1.25rem;
	max-width: 31.25rem;
	width: 100%;
}

.news-list__item:nth-of-type(even) .news-list__item-text-wrap {
	margin-left: 0;
}

.news-list__item:nth-of-type(even) .news-list__item-text-wrap2 {
	margin-left: 0;
}

.news-list__item-title {
	/*font-family: "Yu Mincho";*/
	font-size: 1.3em;
	line-height: 1.3;
}

.news-list__item-text {
	/*font-family: "Yu Mincho";*/
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
.news {
	padding: 7.5rem 0;
}

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

.news-list {
	margin-top: 6.875rem;
}

.news-list__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.news-list__item + .catch-list__item {
	margin-top: 6.25rem;
}

.news-list__item-img {
	max-width: 37.5rem;
}

.news-list__item:nth-of-type(even) .news-list__item-img {
	margin-left: 5rem;
}

.news-list__item-text-wrap {
	margin-left: 2.5rem;
	margin-top: 0;
}

.news-list__item:nth-of-type(even) .news-list__item-text-wrap {
	margin-left: 0;
}

.news-list__item-title {
	font-size: 1.3em;
}

.news-list__item-text {
	font-size: 0.9em;
	margin-top: 1.75rem;
}
	
}

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