@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !HTML5 elements
---------------------------------------------------------- */
header, 
footer, 
nav, 
section, 
aside, 
article {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset {
  border: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

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

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

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	appearance: none;
	border-radius: 0;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
}

*,
*:before,
*::after {
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

/*** タブレット 768x ~ 200px***/
@media screen and (min-width: 768px) and (max-width: 1200px) {
	html {
		font-size: 0.83vw;
	}
}

body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	font-weight: normal;
	color: #2B2312;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #FCF6EF;
}

.marcellus {
	font-family: "Marcellus", serif;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.04em;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #2B2312;
	text-decoration: none;
	transition: all 0.5s;
}

a:hover {
	transition: all 0.5s;
}

.op img, .op input , .op button {
	transition: opacity 0.5s ease-out;
}

.op:hover img, .op:hover input , .op:hover button {
	opacity: .7;
	transition: opacity 0.5s ease-out;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events:none;
}


.is-hide {
	display: none;
}

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	overflow: hidden;
}

/* !header
---------------------------------------------------------- */
#header {
	padding: 3rem 3rem 0 4rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
	width: 100%;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 133rem;
	width: 100%;
	margin: 0 auto;
}

.header-logo a {
	display: block;
	width: 20.6rem;
	transition: opacity .5s ease-in-out;
}

.header-logo img {
	width: 100%;
}

.header-links a {
	width: 9rem;
	height: 9rem;
	background: #BE9D77;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #fff;
	transition: opacity .5s ease-in-out;
}

.header-links a span {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.header-links a span::before {
	content: '';
	width: 3rem;
	height: 2.4rem;
	background: url('../img/common/icon_email_white.svg') center no-repeat;
	background-size: cover;
	margin-bottom: 1.1rem;
}

.btn-menu {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	width: 6rem;
	height: 6rem;
	background: #BE9D77;
	padding: 1.6rem 0;
	display: none;
	justify-content: center;
}

.btn-menu > div {
	width: 3.8rem;
	height: 1.4rem;
	position: relative;
}

.btn-menu > div::before {
	content: 'MENU';
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: "Marcellus", serif;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: -.82rem;
	transition: .3s ease-in-out;
}

.btn-menu.is-active > div::before {
	content: 'CLOSE';
}

.btn-menu > div span {
	display: block;
	width: 100%;
	height: 0.1rem;
	background: #fff;
	transition: .3s ease-in-out;
}

.btn-menu > div span+span {
	margin-top: 1.2rem;
}

.btn-menu.is-active > div span:first-child {
	transform: translateY(0.8rem) rotate(20deg);
	transition: .3s ease-in-out;
}

.btn-menu.is-active > div span:last-child {
	transform: translateY(-0.5rem) rotate(-20deg);
	transition: .3s ease-in-out;
}

@media screen and (min-width: 900px) {
	.header-logo a:hover,
	.header-links a:hover {
		opacity: .7;
		transition: opacity .5s ease-in-out;
	}
}

/* !global navigation
---------------------------------------------------------- */
#g-navi .g-navi__inner {
	display: flex;
	align-items: center;
}

#g-navi ul {
	display: flex;
	margin-right: 2rem;
}

#g-navi ul a {
	font-size: 1.5rem;
	line-height: 1.06;
	padding: 0 2rem;
	transition:color .5s ease-in-out;
}

.home #g-navi ul a {
	color: #fff;
}

.g-navi__links {
	display: none;
	margin-top: 2.5rem;
	text-align: center;
}

.g-navi__links .tel-link {
	text-align: center;
	margin-top: 2.5rem;
}

.g-navi__links .tel-link a {
	color: #A38A5B;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.g-navi__links .tel-link .date {
	margin-top: 0.4rem;
	color: #A38A5B;
	font-size: 1.4rem;
	line-height: 1;
}

.g-navi__overlay {
	display: none;
}

@media screen and (min-width: 900px) {
	#g-navi ul a:hover {
		color: #BE9D77;
		transition: color .5s ease-in-out;
	}
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	margin-bottom: 4.6rem;
	margin-top: 16.2rem;
}

#breadcrumb ul {
	display: flex;
	justify-content: flex-end;
	padding: .5rem 0;
}

#breadcrumb ul li {
	word-break: keep-all;
	white-space: nowrap;
	font-size: 1.1rem;
	line-height: 1.5rem;
	position: relative;
}

#breadcrumb ul li {
	font-size: 1.3rem;
	line-height: 1.23;
	color: #16483C;
}

#breadcrumb ul li a {
	background: linear-gradient(#16483C, #16483C) 0 100%/0 0.1rem no-repeat;
	transition: 0.5s ease;
	background-position: left bottom;
	background-size: 100% 0.1rem;
}

#breadcrumb ul li + li:before {
	color: #E0D2C6;
	position: absolute;
	left: .8rem;
	top: .1rem;
	content: '〜';
	z-index: 2;
}

#breadcrumb ul li + li {
	padding-left: 3rem;
}

#breadcrumb ul li:last-child {
	word-break: break-all;
	white-space: unset;
	color: #A38A5B;
}

@media screen and (min-width: 900px) {
	#breadcrumb ul li a:hover {
		background-size: 0 0.1rem;
	}
}

/* !main Visual
---------------------------------------------------------- */
#main-visual {
	position: relative;
}

.main-visual__kv {
	width: 100%;
	height: 100vh;
}

.main-visual__kv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-visual__info {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	pointer-events: none;
	padding: 0 20rem;
}

.main-visual__info .eng {
	font-size: 5.7rem;
	line-height: 1.45;
	text-shadow: 0 0 0.6rem #000;
}

.main-visual__info .jap {
	margin-top: 2.8rem;
	font-size: 2.4rem;
	text-shadow: 0 0 0.6rem #000;
}

/* !teaser
---------------------------------------------------------- */
#teaser {
	margin-bottom: 4.3rem;
	position: relative;
}

#teaser::before {
	content: '';
	position: absolute;
	left: 0;
	top: -8rem;
	z-index: -1;
	width: 100%;
	height: 5rem;
	background: url('../img/common/teaser_wave01.png') no-repeat;
	background-size: 100% 100%;
}

#teaser::after {
	content: '';
	position: absolute;
	left: 0;
	top: 5rem;
	z-index: -1;
	width: 100%;
	height: 30rem;
	background: url('../img/common/teaser_wave02.png') no-repeat;
	background-size: 100% 100%;
}

#teaser .teaser-heading span {
	display: block;
}

#teaser .teaser-heading .jap {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
}

#teaser .teaser-heading .eng {
	margin-top: 1.7rem;
	color: #A38A5B;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: capitalize;
}

/* !button-link
---------------------------------------------------------- */
.btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 16.2rem;
	width: 100%;
	height: 5.4rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	border-radius: 8rem;
	transition: .5s ease;
}

.btn-link.gold {
	background: #A38A5B;
	border: 0.1rem solid #A38A5B;
} 

.btn-link.green {
	background: #16483C;
	border: 0.1rem solid #16483C;
}

@media screen and (min-width: 900px) {
	.btn-link.gold:hover {
		color: #A38A5B;
		background: #fff;
		transition: .5s ease;
	}
	
	.btn-link.green:hover {
		color: #16483C;
		background: #fff;
		transition: .5s ease;
	}
}

/* !section heading
---------------------------------------------------------- */
.section-heading .eng {
	color: #A38A5B;
	font-size: 3.8rem;
	margin-bottom: 1.6rem;
	display: block;
}

.section-heading .jap {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.section-heading small {
	font-size: 2.1rem;
	display: block;
	margin-top: 1.7rem;
	font-weight: 400;
}

/* !commen text
---------------------------------------------------------- */
.common-text {
	font-size: 1.6rem;
	line-height: 2;
}

/* !contents
---------------------------------------------------------- */

.inner {
	max-width: 104rem;
	padding: 0 2rem;
	margin: 0 auto;
}

/* !footer
---------------------------------------------------------- */
.common-contact {
	margin-top: 12rem;
	background: url('../img/common/common_contact_bg.jpg') center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 6rem 0;
}

.common-contact h2 {
	font-size: 10rem;
	line-height: 1;
	margin-bottom: 2.4rem;
	text-align: center;
}

.common-contact__section {
	display: flex;
	justify-content: center;
}

.common-contact__cont {
	padding: 0 4rem;
	border-left: 0.1rem solid #16483C;
	width: 100%;
}

.common-contact__cont:last-child {
	border-right: 0.1rem solid #16483C;
}

.common-contact__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 3.2rem;
}

.common-contact__text {
	margin-bottom: 3.2rem;
	font-size: 1.4rem;
	line-height: 2.28;
}

.common-contact__link {
	text-align: center;
}

.common-contact__link.tel a {
	font-size: 3.6rem;
	color: #fff;
}

.common-contact__link.tel .date {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 0.4rem;
	text-align: center;
}

#footer {
	padding: 12rem 0 2.4rem;
}

.footer-logo {
	width: 26.2rem;
	margin: 0 auto;
}

.footer-logo img {
	width: 100%;
}

#copyright {
	margin-top: 12rem;
	font-size: 1.6rem;
	text-align: center;
}

/* !Swiper
---------------------------------------------------------- */

.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
	color: transparent;
	width: 3.6rem;
	height: 3.6rem;
}

.swiper-button-prev {
	background: url('../img/common/icon_arrow_prev.svg') center no-repeat;
	background-size: cover;
	left: 0;
	transform: translate(-100%,-50%);
	margin-left: -0.4rem;
}

.swiper-button-next {
	background: url('../img/common/icon_arrow_next.svg') center no-repeat;
	background-size: cover;
	right: 0;
	transform: translate(100%,-50%);
	margin-right: -0.4rem;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/* !Top
---------------------------------------------------------- */
.top-section {
	margin-top: 12rem;
}

.top-message {
	position: relative;
}

.top-message::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 33rem;
	background: url('../img/top/icon_wave.png') no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

.top-message__item {
	display: flex;
}

.top-section .section-heading {
	width: calc(100% - 58.4rem);
}

.top-section__info {
	width: 50.4rem;
	margin-left: 8rem;
	padding-top: 6.4rem;
}

.top-message__item .common-text+.common-text {
	margin-top: 1em;
}

.top-message__btn {
	text-align: right;
	margin-top: 1rem;
}

.top-message__image {
	position: relative;
	left: -19.2rem;
	margin-top: -26rem;
}

.top-message__image .image-item01 {
	width: 43.7rem;
	position: relative;
	z-index: 3;
}

.top-message__image .image-item02 {
	width: 57.37rem;
	position: relative;
	z-index: 2;
	margin-top: -19rem;
	margin-left: 29.6rem;
}

.top-message__image img {
	width: 100%;
}

.top-case__item {
	display: flex;
}

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

.top-cases__swiper .top-cases__image {
	position: relative;
	padding-top: 66.66%;
	width: 100%;
}

.top-cases__swiper .top-cases__image img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-case__btn {
	text-align: center;
	margin-top: 4rem;
}

.top-banner img {
	width: 100%;
}

.top-project {
	position: relative;
	z-index: 3;
	margin-top: -15rem;
	padding-right: 20rem
}

.top-project__section {
	max-width: 140rem;
	width: 100%;
	padding-top: 8rem;
	margin: 0 auto;
	position: relative;
}

.top-project__section::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background: #FCF6EF;
}

.top-project__item {
	max-width: 104rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
}

.top-project__list {
	margin-top: 8.2rem;
	padding-right: 3.6rem;
}

.top-project__cont {
	display: flex;
}

.top-project__cont .top-project__image {
	width: 58rem;
	margin-right: 8rem;
}

.top-project__cont .top-project__info {
	width: calc(100% - 66.6rem);
}

.top-project__cont+.top-project__cont {
	margin-top: 4rem;
}

.top-project__eng {
	font-size: 1.6rem;
	margin-bottom: 8rem;
}

.top-project__title {
	font-size: 3.2rem;
	line-height: 1.43;
}

.top-project__link {
	text-align: right;
	margin-top: 8rem;
}

.top-project__link a {
	font-size: 1.5rem;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	color: #16483C;
}

.top-project__link a::after {
	content: '';
	width: 3.4rem;
	height: 3.4rem;
	background: url('../img/common/icon_link_green.svg') no-repeat;
	background-size: cover;
	margin-left: 1.6rem;
	transition: 0.5s ease;
}

.top-project__link a span {
	background: linear-gradient(#16483C, #16483C) 0 100%/0 0.1rem no-repeat;
	transition: 0.5s ease;
	background-position: left bottom;
	background-size: 0 0.1rem;
}

.top-company {
	position: relative;
}

.top-company::before {
	content: '';
	position: absolute;
	left: 0;
	top: -24.8rem;
	z-index: -1;
	width: 100%;
	height: 52.2rem;
	background: url('../img/top/icon_wave02.png')no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

.top-company__item {
	display: flex;
	position: relative;
}

.top-company__list {
	width: 60.4rem;
}

.top-company__item dl {
	display: flex;
	padding: 4rem 0;
	border-bottom: 0.1rem solid #E0D2C6;
}

.top-company__item dt {
	width: 10rem;
	padding-right: 1rem;
	font-weight: 700;
}

.top-company__item dd {
	width: calc(100% - 10rem);
}

.top-company__item dt,
.top-company__item dd {
	font-size: 1.6rem;
	line-height: 2;
}

.top-company__btn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 16.2rem;
	transform: translateY(100%);
	margin-top: 12rem;
}

@media screen and (min-width: 900px) {
	.top-project__link a:hover span {
		background-size: 100% 0.1rem;
		transition: 0.5s ease;
	}
	
	.top-project__link a:hover::after {
		transition: 0.5s ease;
		transform: translateX(0.5rem);
	}
}

/* !Message
---------------------------------------------------------- */
.message-section {
	display: flex;
}

.message-section__info {
	width: calc(100% - 49.7rem);
	padding-top: 16rem;
}

.message-section__info  .section-heading {
	margin-bottom: 5.6rem;
}

.message-section__cont {
	width: 43.7rem;
	margin-left: 6rem;
}

.message-image img {
	width: 100%;
}

.message-section__cont dl {
	margin-top: 1.6rem;
	padding-left: 5rem;
	text-align: right;
}

.message-section__cont dt {
	font-size: 1.6rem;
	line-height: 1;
	padding-right: 17rem;
}

.message-section__cont dd {
	margin-top: 1.6rem;
	line-height: 0;
}

.message-section__cont dd img {
	width: 17rem;
}

.message-profile {
	margin-top: 12rem;
	display: flex;
}

.message-profile__list {
	width: 60.4rem;
}

.message-profile .section-heading {
	width: calc(100% - 60.4rem);
}

.message-profile__list dl {
	display: flex;
	padding: 2.4rem 0;
	border-bottom: 0.1rem solid #E0D2C6;
}

.message-profile__list dt {
	width: 10.6rem;
	font-size: 2.2rem;
	letter-spacing: 0;
	color: #16483C;
}

.message-profile__list dd {
	width: calc(100% - 10.6rem);
	font-size: 1.6rem;
}

.message-profile__link {
	margin-top: 4rem;
	text-align: right;
}

.message-profile__link a {
	color: #16483C;
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.message-profile__link a::after {
	content: '';
	width: 3.4rem;
	height: 3.4rem;
	background: url('../img/message/icon_link_green.svg') no-repeat;
	background-size: cover;
	margin-left: 1.6rem;
}

.message-profile__link a span {
	background: linear-gradient(#16483C, #16483C) 0 100%/0 0.1rem no-repeat;
	transition: 0.5s ease;
	background-position: left bottom;
	background-size: 0 0.1rem;
}

.message-profile__list .profile-list-more {
	display: none;
}

@media screen and (min-width: 900px) {
	.message-profile__link a:hover span {
		background-size: 100% 0.1rem;
		transition: 0.5s ease;
	}
}

/* !Company
---------------------------------------------------------- */
.company-section {
	margin-top: 12rem;
}

.company-section.vision {
	margin-top: 4.3rem;
}

.company-section .inner02 {
	max-width: 84rem;
}

.company-section__heading {
	margin-bottom: 5.7rem;
	text-align: center;
}

.company-section__heading .eng {
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 1.6rem;
}

.company-section__heading .jap {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2.28;
	display: block;
}
.company-mission {
	position: relative;
	padding: 5.6rem 0;
}

.company-mission::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background: #E0D2C6;
}

.company-mission {
	margin-top: 4rem;
}

.company-mission__item+.company-mission__item {
	margin-top: 5.6rem;
}

.company-mission__eng {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.company-mission__title {
	font-size: 2.8rem;
	line-height: 1.42;
	margin-bottom: 1.8rem;
	font-weight: 700;
}

.company-section .top-company::before {
    content: unset;
}

.company-map {
	margin-top: 5.6rem;
	width: 100%;
	position: relative;
	padding-top: 23.42%;
}

.company-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.history-swiper {
	margin-top: 4rem;
	position: relative;
}

.history-swiper .swiper {
	width: calc(100% + 14.28vw);
	position: relative;
}

.history-swiper .swiper::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.7rem;
	z-index: -1;
	width: 100%;
	height: 0.1rem;
	background: #E0D2C6;
}

.history-swiper .swiper-navi__item {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	transform: translateY(-100%);
	margin-top: -4rem;
}

.history-swiper .swiper-arrow+.swiper-arrow {
	margin-left: 2.4rem;
}

.history-swiper .swiper-arrow a {
	display: block;
	width: 3.4rem;
	height: 3.4rem;
	transition: 0.5s ease;
}

.history-swiper .swiper-arrow.prev a {
	background: url('../img/message/icon_prev.svg') no-repeat center;
	background-size: 3.4rem 3.4rem;
}

.history-swiper .swiper-arrow.next a {
	display: block;
	width: 3.4rem;
	height: 3.4rem;
	background: url('../img/message/icon_next.svg') no-repeat center;
	background-size: 3.4rem 3.4rem;
}

.history-swiper .swiper-slide {
	width: 25rem;
	padding-top: 2.4rem;
}

.history-year {
	font-size: 3.9rem;
	margin-bottom: 0.8rem;
	letter-spacing: 0;
	color: #16483C;
	position: relative;
}

.history-year::before {
	content: '';
	position: absolute;
	left: 0;
	top: -2.4rem;
	z-index: 3;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 100%;
	background: #16483C;
}

.history-swiper__item dl+dl {
	margin-top: 4.8rem;
}

.history-swiper__item dt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.history-swiper__item dd {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (min-width: 900px) {
	.history-swiper .swiper-arrow.prev a:hover {
		transition: 0.5s ease;
		transform: translateX(-0.5rem);
	}
	
	.history-swiper .swiper-arrow.next a:hover {
		transition: 0.5s ease;
		transform: translateX(0.5rem);
	}
}

/* !Cases
---------------------------------------------------------- */
.case-list ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 4rem 3.2rem;
}

.case-item {
	position: relative;
	pointer-events: none;
}

.case-item__image {
	position: relative;
	border: 0.1rem solid #A38A5B;
	padding-top: 66.66%;
	position: relative;
	background: #FCF6EF;
}

.case-item__image:not(.no-popup) {
	cursor: pointer;
}

.case-item__image .swiper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.case-item__image img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-item__image:not(.no-popup)::before {
	content: 'Read more';
	position: absolute;
	right: 1.6rem;
	bottom: -0.1rem;
	z-index: 5;
	font-family: "Marcellus", serif;
	color: #A38A5B;
	border-bottom: 0.4rem #A38A5B solid;
	padding-bottom: 0.8rem;
	transition: .5s ease;
}

.case-item__image:not(.no-popup)::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(163, 138, 91, 0),rgba(163, 138, 91, .8));
	transition: opacity .5s ease;
	opacity: 0; 
}

.case-item__info {
	margin-top: 1.4rem;
}

.case-item__info .cate {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #16483C;
	margin-bottom: 0.4rem;
}

.case-item__info .address {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.4rem;
}

.wp-pagenavi {
	margin-top: 8rem;
	padding: 7.2rem 0;
	border-top: 0.1rem #E0D2C6 solid;
	border-bottom: 0.1rem #E0D2C6 solid;
	display: flex;
	justify-content: center;
	position: relative;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s ease;
	width: 9rem;
	height: 3.4rem;
	color: transparent;
	border: 0;
    padding: 0;
    margin: 0;
}

.wp-pagenavi .previouspostslink {
	background: url('../img/common/icon_arrow_prev.svg') no-repeat left;
	background-size: 3.4rem 3.4rem;
}

.wp-pagenavi .nextpostslink {
	background: url('../img/common/icon_arrow_next.svg') no-repeat right;
	background-size: 3.4rem 3.4rem;
	left: auto;
	right: 0;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	content: 'Prev';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #A38A5B;
	letter-spacing: 0.04em;
	line-height: 1;
}

.wp-pagenavi .nextpostslink::before {
	content: 'Next';
	right: auto;
	left: 0;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	font-family: "Marcellus", serif;
	color: #A38A5B;
	padding: 0 2rem;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	transition: .5s ease;
	border: 0;
    margin: 0;
}

.wp-pagenavi .current {
	color: #16483C;
}

.wp-pagenavi .page.dots {
	pointer-events: none;
}

@media screen and (min-width: 900px) {
	.case-item .case-item__image:not(.no-popup):hover::before {
		color: #fff;
		border-bottom: 0.4rem #fff solid;
		transition: .5s ease;
	}
	
	.case-item .case-item__image:not(.no-popup):hover::after {
		opacity: 1;
		transition: opacity .5s ease;
	}
	
	.wp-pagenavi .previouspostslink:hover {
		transform: translate(-0.5rem,-50%);
		transition: .5s ease;
	}
	
	.wp-pagenavi .nextpostslink:hover {
		transform: translate(0.5rem,-50%);
		transition: .5s ease;
	}
	
	.wp-pagenavi .page:hover {
		color: #16483C;
		transition: .5s ease;
	}

}

/* !Social (object regeneration)
---------------------------------------------------------- */
.social-list__item {
	margin-bottom: 6.4rem;
	background: rgba(255, 255, 255, .6);
	border-radius: 1rem;
	padding: 4.8rem 10.6rem;
}

.social-list__title {
	margin-bottom: 5.7rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.42;
	text-align: center;
}

.social-list__ul li {
	font-size: 1.8rem;
	line-height: 1.44;
	padding-left: 5.6rem;
	position: relative;
}

.social-list__ul li+li {
	margin-top: 4.5rem;
}

.social-list__ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 4.7rem;
	height: 3.8rem;
	background: url('../img/social/icon_ckeck.svg') center no-repeat;
	background-size: cover;
}

.social-area {
	margin-top: 4.3rem;
}

/*.social-area .common-text {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
}*/

.social-section {
	margin-top: 6.4rem;
}

.social-cont {
	display: flex;
	align-items: center;
}

.social-cont:nth-child(odd) {
	margin-left: -20rem;
}

.social-cont:nth-child(even) {
	margin-right: -20rem;
}

.social-cont+.social-cont  {
	margin-top: 5.6rem;
}

.social-cont:nth-child(even) {
	flex-direction: row-reverse;
}

.social-cont__image {
	width: 58rem;
}

.social-cont__image img {
	width: 100%;
}

.social-cont:nth-child(odd) .social-cont__image {
	margin-right: 8rem;
}

.social-cont:nth-child(even) .social-cont__image {
	margin-left: 8rem;
}

.social-cont__info {
	width: calc(100% - 66rem);
}

.social-cont__info .common-text+.common-text {
	margin-top: 1em;
}

.social-cont__title {
	font-size: 2.8rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

@media screen and (max-width: 1450px) {
	.social-cont:nth-child(odd) {
		margin-left: -10rem;
	}
	
	.social-cont:nth-child(even) {
		margin-right: -10rem;
	}
}

@media screen and (max-width: 1230px) {
	.social-cont:nth-child(odd) {
		margin-left: -5rem;
	}
	
	.social-cont:nth-child(even) {
		margin-right: -5rem;
	}
}