@charset "UTF-8";
/*
Theme Name: 株式会社zekka
Description: 株式会社zekka様用のテンプレートです
Version: 1.0
Author: zekka
*/
/* CSS Document */

.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}

body {
  	font-family: "Noto Sans JP", sans-serif;/*あとで変更*/
  	font-size: 1rem;
  	color: #333;
  	line-height: 1.875;
	background-color: #FFF;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[target=_blank] {
  text-decoration: underline;
}

img {
  	max-width: 100%;
  	height: auto;
	width: 100%;
  	user-drag: none;
  	-webkit-user-drag: none;
  	-moz-user-select: none;
}

ul, ol {
	list-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  outline: none;
}
textarea {
  resize: vertical;
}

video {
	width: 100%;
	height: auto;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

.main, .home-main {
  	display: block;
  	width: 100%;
  	padding-top: 48px;
  	margin-top: 87px;
}
.home-main {
	background-color: #fff;
}

/**/
.header-nav {
  width: 100%;
  height: 87px;
  padding: 17px 4.428% 25px 3%;
}
.header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.header-nav.headerColorScroll {
  background-color: rgba(255,255,255,0.26);
  transition: color 0.4s ease-out;
}

.site-id-wrapper {
  display: inline-block;
}

.site-id {
  display: flex;
  align-items: center;
}
.site-id-img {
  width: 90px;
  height: auto;
}
.site-id-text {
  padding-left: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  .site-id-text {
    font-size: 1rem;
  }
}

.gnav {
  padding: 20px 4.428% 22px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list li:not(:last-of-type) {
  margin-right: 68px;
}
.gnav-list li:first-of-type {
  display: none;
}
.gnav-list a {
  display: block;
}
.gnav-list a.current, .gnav-list a:hover {
  color: #B1A0CC;
}

.btn-nav {
  display: none;
}

/*=======================================================
  ナビゲーション調整用の設定
=======================================================*/
@media screen and (max-width: 1100px) {
	.header-nav {
    	height: 54px;
    	padding: 4px 4.8% 5px 2.933%;
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
  	}
  	.gnav {
		width: 100%;
		height: 100vh;
		padding-top: 54px;
		background-color: #fff;
		color: #333;
		line-height: 3.866;
		position: fixed;
		top: 0;
		right: -120%;
		z-index: 2;
		transition: all 0.6s;
  	}
  	.gnav.is-open {
   	 	right: 0;
  	}
  	.gnav-list {
		display: block;
		padding-top: 38px;
		padding-bottom: 36px;
	  }
  	.gnav-list li {
    	text-align: center;
  	}
  	.gnav-list li:not(:last-of-type) {
    	margin-right: 0;
  	}
  	.gnav-list li:first-of-type {
    	display: block;
  	}
  	.gnav-list a.current {
    	color: inherit;
  	}
  .btn-nav {
    display: inline-block;
    width: calc(30px + 9.6%);
    height: 50px;
    padding: 20px 4.8%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .btn-nav::before, .btn-nav::after {
    content: "";
    height: 2px;
    background-color: #666666;
    position: absolute;
    right: 27.272%;
    transition: all 0.4s;
  }
  .btn-nav::before {
    width: 23px;
    top: 20px;
  }
  .btn-nav::after {
    width: 30px;
    bottom: 20px;
  }
  .btn-nav.is-open::before {
    transform: translateY(4px) rotate(-24deg);
    width: 32px;
  }
  .btn-nav.is-open::after {
    transform: translateY(-4px) rotate(24deg);
    width: 32px;
  }
  
}

/*mv*/

.home-main {
  	padding-top: 0;
  	padding-bottom: 120px;
	margin-top: 0;
  	background-color: #FFFFFF;
  	position: relative;
  	z-index: 1;
}

.mv {
  	height: 100vh;
  	padding: 18.4285% 0 2%;
  	margin-bottom: 162px;
  	position: relative;
}

.mv-text {
  	margin: 0 0 5vw 14.921%;
  	font-family: "Noto Serif JP", serif;
  	font-size: 2.814vw;
  	line-height: 1.291;
  	letter-spacing: 0.33em;
  	writing-mode: vertical-rl;
}
@media screen and (min-width: 1400px) {
  .mv-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-text {
	  font-size: 1.875rem;
	  height: 80vh;
      text-align: center;
	  margin-left: 8.476%;
  }
}
.mv-text .inner-text {
  	display: block;
  	padding-left: 32px;
}
.mv-text .inner-text:nth-of-type(2) {
	margin-top: 152px;
}
.mv .img-box {
  	width: 100%;
  	opacity: 0;
  	position: absolute;
  	top: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s ease-in;
}
.mv .img-box.slick-initialized {
  opacity: 1;
}
.mv .img-box img {
  width: 100%;
}
.mv .img-box video {
  	width: 100%;
  	height: 100vh;
  	object-fit: cover;
}



/*footer*/
.footer-grid {
  	display: grid;
  	grid-template-columns: repeat(2, minmax(0, 1fr));
  	gap: 1rem;
  	margin-bottom: 1.5rem;
}
.footer {
  	padding: 2rem;
  	font-size: 15px;
  	background: #EFEAF7;
}
.footer__navi-heading {
  	font-weight: 600;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #fff;
}
.footer__logo {
  	display: inline-block;
  	margin-bottom: 2rem;
}
.footer__navi li {
  	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  	.md-flex {
    	display: flex;
  	}
  	.md-justify-between {
    	justify-content: space-between;
  	}
  	.footer-grid {
    	grid-template-columns: repeat(3, minmax(0, 1fr));
  	}
}
@media (min-width: 1024px) {
  	.md-flex {
    	display: flex;
  	}
  	.md-justify-between {
    	justify-content: space-between;
  	}
  	.footer-grid {
    	grid-template-columns: repeat(5, minmax(0, 1fr));
  	}
}


/**/
.content-title, .page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-title, .page-title {
    font-size: 1rem;
  }
}
.content-title::before, .page-title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.281em;
  font-family: "Marcellus", serif;
  color: #B1A0CC;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.content-title {
  margin-bottom: 1.916em;
}
.content-title::before {
  font-size: 3rem;
}
@media screen and (max-width: 1100px) {
  .content-title::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content-title::before {
    font-size: 1.5rem;
  }
}

.page-title {
  margin-bottom: 0.833em;
  text-align: center;
}
.page-title::before {
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .page-title::before {
    font-size: 1.75rem;
  }
}

.c-breadcrumbs {
  	display: flex;
  	flex-wrap: wrap;
  	font-size: 0.875rem;
  	color: #6C6C6C;
  	line-height: 3.2;
}
@media screen and (max-width: 768px) {
  	.c-breadcrumbs {
    	font-size: 0.8125rem;
  	}
}
.c-breadcrumbs > li {
  	display: inline-block;
  	position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  	content: ">";
  	display: inline-block;
  	margin-right: 0.5em;
  	margin-left: 0.5em;
}

.text-red {
  color: #DA1725;
}

.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.contact-wrapper {
  	padding-bottom: 8px;
	max-width: 586px;
    margin: 0 auto;
}
.contact-wrapper p {
  	font-size: 0.875rem;
  	line-height: 2.857;
}
.contact-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.contact-wrapper form {
  margin-top: 50px;
}
.contact-wrapper form strong {
  color: #DA1725;
}

.text-red {
  color: #DA1725;
}

div.smf-form .smf-item .smf-text-control__control,
div.smf-form .smf-item .smf-textarea-control__control,
div.smf-form .smf-select-control__control {
  width: 100%;
  padding: 4px 10px;
  background-color: transparent;
  border: 2px solid #BABABA;
  border-radius: 5px;
  outline: none;
}
div.smf-form .smf-item .smf-text-control__control:hover, div.smf-form .smf-item .smf-text-control__control:active, div.smf-form .smf-item .smf-text-control__control:focus,
div.smf-form .smf-item .smf-textarea-control__control:hover,
div.smf-form .smf-item .smf-textarea-control__control:active,
div.smf-form .smf-item .smf-textarea-control__control:focus {
  border-color: #BABABA;
}
div.smf-form .smf-item .smf-textarea-control__control {
  resize: vertical;
}

.smf-action {
	text-align: center;
	margin-top: 2rem;
}

.smf-action .smf-button-control {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 1em;
  background-size: 200%;
  background-image: linear-gradient(to right, #333 0%, #333 50%, transparent 50%, transparent 100%);
  border: 3px solid #333;
  border-radius: 5px;
  color: #fff;
  transition: 0.2s linear;
}
.smf-action .smf-button-control:hover {
  background-position: right;
  color: #333;
}
.smf-action .smf-button-control .smf-button-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 7px;
  background: transparent;
  border: none;
  color: inherit;
}

/* start：プラグイン｜Snow Monkey Formsの設定 */
@media (min-width: 640px) {
  .smf-form .smf-item {
    display: flex;
  }
}
.smf-form .smf-item {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem 0;
}

.smf-form + .smf-action {
  margin-bottom: 1.8rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.8rem;
  text-align: center;
}

.smf-form .smf-item__controls {
	width: 100%;
}
.smf-form .smf-select-control {
	width: 100%;
}

/* end：プラグイン｜Snow Monkey Formsの設定 */
/*=======================================================
  640px以上の設定（snow-monkey-form用）
=======================================================*/
@media (min-width: 640px) {
  div.smf-form .smf-item__col--label {
    flex-basis: 11.75em;
  }
  div.smf-form .smf-item__col--controls {
    flex-basis: calc(100% - 8.75em);
    max-width: calc(100% - 8.75em);
  }
}


.brand-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*grid-template-rows: repeat(2, 1fr);*/
	grid-column-gap: 25px;
	grid-row-gap: 25px;
}
.brand-list {
	width: 100%;
	margin-top: 5.23rem;
	margin-bottom: 1.5rem;
}
.brand-item {
	background-image: -webkit-linear-gradient(110deg, #e9defa 0%, #fbfcdb 100%);
    background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	aspect-ratio: 1 / 1;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-align: center;
}
.brand-item img {
	padding: 1rem;
}


.inner {
  	max-width: calc(1280px + 8%);
  	padding-right: 4%;
  	padding-left: 4%;
  	margin: 0 auto;
}
.inner.is-small {
  	max-width: calc(1160px + 8%);
}


.box-white {
  	padding: 60px 6.551% 92px;
  	margin-bottom: 74px;
  	background-color: #FFFFFF;
  	border-radius: 10px;
}
.box-white.is-page404 {
  	padding-top: 56px;
  	padding-bottom: 56px;
}


.btn {
  	display: inline-block;
  	padding: 14px 50px;
  	background-color: #FFFFFF;
  	border: 1px solid #666666;
  	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
  	font-size: 0.9375rem;
  	font-weight: bold;
  	color: #666666;
  	letter-spacing: 0.05em;
  	position: relative;
  	transition: 0.3s ease-in;
}
.btn::before {
  	content: "";
  	width: 6px;
  	height: 9px;
  	background: center/contain no-repeat url("./img/btn-arrow.svg");
  	position: absolute;
  	top: 50%;
  	right: 20px;
  	transform: translateY(-50%);
}
.btn:hover {
  box-shadow: none;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
	.brand-list {
		margin-top: 1.5rem;
	}
	.brand-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

.page404-text-box {
  	max-width: 585px;
  	margin: 0 auto;
  	font-size: 0.9375rem;
  	color: #333;
  	line-height: 2.333;
}
.page404-text-box > p:not(:last-of-type) {
  	margin-bottom: 1.5em;
}
.page404-text-box a {
  	text-decoration: underline;
}
/*area-01*/

.about {
  	padding: 6.4285% 0 10%;
  	margin-bottom: 75px;
  	position: relative;
}
.about .about-text {
	width: 62.195%;
	margin-bottom: 3vw;
  	font-family: "Noto Serif JP", serif;
  	line-height: 2.1;
  	letter-spacing: 0.33em;
	text-align: justify;
	padding: 1.5rem;
	background-color: rgba(255,255,255,0.3)
}
.about .about-text .text-item {
	margin-bottom: 1.5rem;
}

.mv-en {
  	font-family: "Noto Serif JP", serif;
  	font-size: 3.643vw;
  	color: #B1A0CC;
  	line-height: 1;
	text-align: end;
}

.about .about-img-box {
  	width: 58.571%;
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: -1;
  	transition: 0.3s ease-in;
}
.about .about-img-box img {
  	width: 100%;
	height: 80vh;
    object-fit: cover;
}

.video-container {
	position: relative;
	padding: 5rem 0 2rem;
	margin: 1.5rem 0 5rem;
}

.video-container .inner::before {
	content: "";
  	width: 72.785%;
  	height: 75.2vh;
  	background-color: #FFFEF5;
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	z-index: -1;
}

.video-container .video-item {
	width: 66.125%;
}

@media screen and (max-width: 768px) {
	.about .about-text {
		width: 100%;
		padding-bottom: 0;
	}
	.mv-en {
		font-size: 2.58vh;
	}
	.video-container .inner::before {
		height: 30vh;
	}
	.video-container {
		padding: 2rem 0;
	}
	.video-container .video-item {
		width: 100%;
	}
}


/*area-02*/
.area-02 .inner {
	display: grid;
	grid-template-columns: 26% 74%;
}

.brand-list .list-text {
	margin-bottom: 1.5rem;
}
.brand-list .brand-box {
	margin-bottom: 3.25rem;
	padding: 2rem 0;
}

.brand-list .brand-box .brand-ttl {
	font-size: 1.75rem;
	font-family: "Noto Serif JP", serif;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #111;
	color: #B1A0CC;
}
.brand-list .brand-box .brand-explanation {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.area-02 .inner {
		display: block;
	}
	.brand-list .list-text {
		margin-bottom: 0;
	}
}



/*story*/
.story .content-wrapper {
	justify-content: flex-start;
}
.story .content-wrapper .box-left {
  	width: 25.078%;
  	margin-right: 9.14%;
}
.story .content-wrapper .box-left .content-text {
  	font-size: 1rem;
  	line-height: 2.312;
}
.story .content-wrapper .box-right {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: flex-start;
  	width: 65.782%;
}
.story .item {
  	width: 46.458%;
}
.story .item .content-text {
  	font-size: 0.875rem;
 	line-height: 2.214;
}
.story .item:nth-of-type(odd) {
  	margin-top: 24px;
}
.story .item:nth-of-type(even) {
  	margin-top: 96px;
}

.story .item-title-wrapper {
	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin: 30px 0;
}
.story .item-title-wrapper .item-title-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.story .item-title-wrapper .item-title-img {
  	width: 80px;
  	line-height: 1;
}

.story .item-title-wrapper .item-title {
  	margin-bottom: 0;
	font-size: .8rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.story .content-wrapper,
	.story .content-wrapper .box-right {
		flex-direction: column;
		margin-bottom: 1.5rem;
	}
	.story .content-wrapper .box-left,
	.story .content-wrapper .box-right,
	.story .item {
		width: 100%;
	}
	.story .item:nth-of-type(even) {
		margin-top: 1.5rem;
	}
}



/*voice*/
.doctors-voice-wrapper {
  	padding-top: 90px;
	padding-bottom: 15%;
  	position: relative;
	margin-bottom: 5.75rem;
}
.doctors-voice-wrapper::before {
  	content: "";
  	width: 72.785%;
  	height: 100%;
  	background-color: #FFFEF5;
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: -1;
}

.doctors-voice-01 {
  	width: 46.093%;
  	position: relative;
  	z-index: 1;
	padding-bottom: 2rem;
}
.doctors-voice-01::before {
  	content: "";
  	width: 100%;
  	height: calc(100% - 20px);
  	background-color: #FFFFFF;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: -1;
}
.doctors-voice-01 .doctors-voice-info {
  	margin-left: 6.521%;
}

.doctors-voice-02 {
  	width: 47.5%;
  	padding: 0 5.857% 2rem;
  	margin: -623px 0 0 auto;
  	position: relative;
}
.doctors-voice-02::before　{
  	content: "";
  	width: 100%;
  	height: calc(100% - 18px);
  	background-color: #FFFFFF;
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	z-index: -1;
}
.doctors-voice-name {
  	margin-bottom: 1.312em;
  	font-family: "Marcellus", serif;
  	font-weight: 400;
  	color: #231815;
  	text-align: center;
  	line-height: 1.4;
  	letter-spacing: 0.05em;
  	text-indent: 0.05em;
  	text-transform: uppercase;
}
.doctors-voice-name .clinic {
	font-size: 1.35rem;
}
.doctors-voice-name .name {
	font-size: 1.85rem;
}
.doctors-voice-info .doctors-voice-img,
.doctors-voice-info .doctors-voice-text {
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
	text-align: justify;
}

@media screen and (max-width: 768px) {
	
	.doctors-voice-wrapper {
		padding-top: 40px;
    	padding-bottom: 46px;
    	margin-bottom: 0;
	}
	.doctors-voice-01 {
		width: 100%;
	}
	.doctors-voice-01 .doctors-voice-info {
		margin: 0;
	}
	
	.doctors-voice-02 {
		width: 100%;
        padding-right: 6.4%;
        padding-left: 6.4%;
        padding-bottom: 40px;
        margin-top: 34px;
        margin-bottom: 0;
	}
}

.handling-clinic {
        padding-top: 25%;
        margin-top: 56px;
        margin-bottom: 3rem;
}

.handling-clinic .inner {
	padding-bottom: 56px;
	margin-bottom: 3rem;
	display: grid;
    grid-template-columns: 26% 74%;
}
.handling-clinic .brand-item {
	aspect-ratio: 2 / 1;
}

@media screen and (max-width: 1150px)  {
        .handling-clinic {
                padding-top: 35%;
        }
}

@media screen and (max-width: 768px) {
        .handling-clinic {
                padding-top: 12%;
        }

	.handling-clinic .inner {
		display: block;
		padding-bottom: 0;
	}
}



/*topics*/

.topics {
	padding-top: 90px;
	margin-bottom: 5.75rem;
}
.topics .content-title {
	width: 40%;
}
.topics .news-list {
	width: 60%;
}

/*news-list*/
.cat-list {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-end;
  	align-items: center;
  	font-size: 0.8125rem;
  	color: #555555;
}
.cat-list > li {
  	min-width: 40px;
  	padding: 5px;
  	margin-bottom: 0.5em;
  	background-color: #F3F3F3;
  	border-radius: 5px;
  	text-align: center;
  	line-height: 1;
}
.cat-list > li:not(:last-of-type) {
  	margin-right: 0.923em;
}

.news-list > li {
  	padding-bottom: 18px;
  	border-bottom: 1px solid #BABABA;
}
.news-list > li:not(:last-of-type) {
  	margin-bottom: 16px;
}
.news-list a {
  	align-items: flex-start;
  	padding-left: 3.193%;
  	position: relative;
}
.news-list a::after {
  	content: "";
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 0 0 14px 14px;
  	border-color: transparent transparent #E5E5E5 transparent;
  	position: absolute;
  	bottom: 0;
  	right: 0;
}
.news-list .text {
  	flex: 1 1 0;
  	line-height: 1.687;
}
.news-list .date {
  	font-size: 0.8125rem;
  	color: #808080;
}

@media screen and (max-width: 768px) {
	.topics {
		padding-top: 2rem;
	}
	.topics .content-wrapper {
		display: block;
	}
	.topics .content-title,
	.topics .news-list {
		width: 100%;
	}
}



/*features*/
.features {
  	padding-bottom: 56px;
  	position: relative;
}
.features::before {
  	content: "";
  	width: 72.857%;
  	height: 456px;
  	background-color: #FFFEF5;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: -1;
}

.features .content-title {
  letter-spacing: 0.15em;
}
.features .content-title::before {
  margin-bottom: 0.5em;
  margin-left: -30px;
}
.features .content-wrapper {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.features .content-wrapper .text-wrapper {
  flex: 1 1 0;
  margin-top: 88px;
  margin-left: 30px;
}
.features .content-wrapper .content-text {
  line-height: 2.8125;
}
.features .content-wrapper .content-text p:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.features .content-wrapper .images-wrapper {
	position: relative;
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	width: 50%;
  	margin-right: 9.046%;
}
.features .content-wrapper .images-wrapper .item1,
.features .content-wrapper .images-wrapper .item2,
.features .content-wrapper .images-wrapper .item3 {
	position:absolute;
  	line-height: 1;
}
.features .content-wrapper .images-wrapper .item1 {
  	width: 80%;
	top: 0;
	left: 0;
}
.features .content-wrapper .images-wrapper .item2 {
  	width: 68%;
	top: 254px;
    right: 0px;
}

@media screen and (max-width: 768px) {
	.features .content-wrapper {
		flex-direction: column;
		margin-bottom: 2rem;
	}
	.features::before {
		display: none;
	}
	.features,
	.features .content-wrapper .images-wrapper {
		position: static;
		display: block;
		margin-right: 0;
		width: 100%;
	}
	.features .content-wrapper .images-wrapper .item1,
	.features .content-wrapper .images-wrapper .item2,
	.features .content-wrapper .images-wrapper .item3 {
		position: static;
	}
	.features .content-wrapper .images-wrapper .item1 {
		top: auto;
		left: auto;
	}
	.features .content-wrapper .images-wrapper .item2 {
		top: auto;
		right: auto;
	}
	.features .content-wrapper .text-wrapper {
		margin: 0;
		margin-bottom: 2rem;
		flex:none;
	}
	.features .content-title {
		text-align: center;
	}
	.features .content-title::before {
		margin: 0;
	}
}

/*media*/
.media{padding-bottom: 80px;}
.media_items {width: 233px;}
.media_slider {
    width: auto;
    max-width: initial;
}

.media_slider figure {
    position: relative;
    background: #FFF;
    border-radius: 20px;
	height: 13rem;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.media_slider figure img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    max-width: 212px;
    height: 100%;
    border-radius: 20px;
    object-fit: scale-down;
}

.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}



/*faq*/
.faq {
	padding-top: 90px;
	margin-bottom: 5.75rem;
	text-align: center;
}

.cp_qa03 {
	width: 78.4%;
	margin: 0 auto;
}
.cp_qa03 .cp_qanda {
  	display: flex;
	margin-bottom: 1.5rem;
}
.cp_qa03 .quest {
  	position: relative;
  	display: flex;
  	align-items: flex-start;
  	font-weight: bold;
  	text-align: right;
  	width: 30%;
  	padding: 0 10px 0 0;
  	border-right: 1px solid #333333;
}
.cp_qa03 .quest::before {
  position: absolute;
  content: 'Q';
  top: -10px;
  font-family: "Marcellus", serif;
  font-size: 4em;
  line-height: 1;
  opacity: 0.1;
}
.cp_qa03 .answer {
  	width: 70%;
  	padding: 0 0 0 10px;
	margin-top: 1.8rem;
	text-align: justify;
}

@media screen and (max-width: 768px) {
	.cp_qa03 {
		width: 100%;
	}
	.cp_qa03 .cp_qanda {
		flex-direction: column;
		margin-bottom: 1.8rem;
	}
	.cp_qa03 .quest {
		width: 100%;
		border: none;
		border-bottom: 1px solid #333;
		padding: .5rem;
	}
	.cp_qa03 .answer {
		width: 100%;
		padding: 0 10px;
	}
}


/*news page*/
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .box-white {
  padding: 26px 7.282% 50px;
}
.news-wrapper .main-content {
  width: 61.551%;
}
.news-wrapper .sidebar {
  width: 32.931%;
}

.news-title {
  	margin-bottom: 1em;
  	font-family: "Marcellus", serif;
  	font-size: 1.25rem;
  	font-weight: 400;
	color: #B1A0CC;
 	line-height: 2.25;
  	letter-spacing: 0.15em;
  	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  	.news-title {
    	font-size: 1.125rem;
  	}
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #B1A0CC;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #B1A0CC;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

.sidebar .box-white {
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 7.718%;
  font-weight: 500;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
}
.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.375rem;
  }
}
.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #EFEAF7;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h3 {
    font-size: 1rem;
  }
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .page-nav {
    font-size: 0.8125rem;
  }
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-wrapper {
  	max-width: 574px;
  	margin: 0 auto;
  	font-size: 0.9375rem;
}
.privacy-wrapper > * {
  	margin-bottom: 1.8em;
}
.privacy-wrapper h2 {
  	margin-bottom: 1.35em;
  	font-size: 1.25rem;
}
.privacy-wrapper ul {
	padding-left: 20px;
  	list-style-type: decimal;
  	list-style-position: outside;
}
.privacy-wrapper .privacy-company p {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  	.privacy-wrapper h2 {
    	font-size: 1.125rem;
  	}
}

.company-info {
  	padding-right: 10px;
  	padding-bottom: 66px;
	flex: 1;
}
.company-info dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company-info dl:not(:last-of-type) {
  margin-bottom: 24px;
}
.company-info dt {
  width: 6.625em;
  margin-right: 2em;
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  text-align: center;
}
.company-info dd {
  flex: 1 1 0;
}

.company-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 122px;
}
.company-about .text-wrapper {
  flex: 1 1 0;
  margin-left: 8.432%;
}
.company-about .text-wrapper * {
  margin-bottom: 1em;
}
.company-about .text-wrapper *:last-child {
  margin-bottom: 0;
}
.company-about .text-wrapper p {
  margin-bottom: 2em;
}
.company-about .text-wrapper h2 {
  margin-bottom: 0.875em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .company-about .text-wrapper h2 {
    font-size: 1.125rem;
  }
}
.company-about .images-wrapper {
  width: 35.119%;
}
.company-about .images-wrapper img {
  width: 100%;
}

.company-info-wrapper {
  display: flex;
  justify-content: space-between;
}

.map {
	flex: 1;
  	width: 53.769%;
  	height: 0;
  	padding-top: 40.376%;
  	position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}