@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	color: #000;
	word-wrap: break-word;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

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

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

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

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: clamp(20px, 4.2vw, 50px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #FFFFFF;
}

.l-header::before {
	content: "";
	display: block;
	width: 100%;
	height: 170px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.l-header.is-scrolling {
	background: #FFFFFF;
	color: #000;
}

.l-header.is-scrolling:before {
	opacity: 0;
}

.l-header.is-hide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-footer {
	background: #f2f2f2;
}

.l-wrapper {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.noscript {
	color: red;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 500;
}

.noscript-contents {
	border: 2px solid #DD960F;
	padding: 3em;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
	color: #DD960F;
}

.noscript-contents--mt {
	margin-top: 20px;
}

.header-logo {
	position: relative;
	display: block;
	width: 130px;
	background: url(../image/logo_black.svg) no-repeat center/100% auto;
	z-index: 1;
}

.header-logo img {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.l-header.is-scrolling .header-logo img,
.l-header.is-menu-opend .header-logo img {
	opacity: 0;
}

.navi-wrap {
	position: absolute;
	top: 17px;
	left: 0;
	height: calc(100% - 20px);
	width: 100%;
}

.navi {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	font: 600 1.5rem "Raleway", sans-serif;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navi a {
	text-decoration: none;
	text-align: center;
}

.navi__item:hover > a {
	font-weight: 900;
}

.navi__item:hover > a::after {
	opacity: 1;
}

.navi__item--about {
	width: 8em;
}

.navi__item--company {
	width: 7em;
}

.navi__item--culture {
	width: 7em;
}

.navi__item--people {
	width: 6em;
}

.navi__item--recruit {
	width: 7em;
}

.navi__item > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 0;
}

.navi__item > a::after {
	content: "";
	display: block;
	width: 78px;
	height: 11px;
	background: url(../image/icon_hover.svg) no-repeat center/contain;
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi__children {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	background: #DD960F;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #FFFFFF;
}

.is-hover .navi__children {
	opacity: 1;
	visibility: visible;
}

.navi__child {
	position: relative;
}

.navi__child:not(:last-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background: #FFF;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navi__child a {
	display: block;
	padding: 0.5em 2.6em;
}

.navi__child a:hover {
	text-decoration: underline;
	text-underline-offset: 0.35em;
	text-decoration-thickness: 1px;
}

.header-entry {
	background: #DD960F;
	width: 100px;
	height: 100px;
	font: 600 1.5rem "Raleway", sans-serif;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-entry:hover {
	background: #EA6700;
}

.menu-btn {
	display: none;
}

.header-links {
	display: none;
}

.heading-1 {
	text-align: center;
	margin-bottom: 50px;
}

.heading-1--mb-lg {
	margin-bottom: 60px;
}

.heading-1--mb-sm {
	margin-bottom: 20px;
}

.heading-1__jp {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-top: 10px;
}

.heading-1__jp--sm {
	font-size: 1.8rem;
}

.heading-1__jp--ls-sm {
	letter-spacing: 0.05em;
}

.heading-1__jp-2 {
	display: block;
	font-size: 3.5rem;
	font-weight: 500;
	padding-bottom: 5px;
}

.heading-2 {
	margin-bottom: 13.6%;
}

.heading-2__jp {
	font-size: 1.2rem;
	font-weight: 700;
	color: #dd960f;
	margin-bottom: 4.4%;
}

.heading-2__en {
	font-weight: 800;
	font-family: "Raleway", sans-serif;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
}

.button-1 {
	font: 500 1.6rem "Raleway", sans-serif;
	letter-spacing: 0.06em;
	display: block;
	background: #DD960F;
	border-radius: 30px;
	padding: 21px 30px;
	text-decoration: none;
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-1:hover {
	background: #EA6700;
}

.button-1::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 6px;
	display: block;
	background: url(../image/arrow_button.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-1--white {
	background: #ffffff;
	color: #DD960F;
	border: 1px solid #ffffff;
}

.button-1--white::before {
	background: url(../image/arrow_button_orange.svg) no-repeat center/contain;
}

.button-1--white:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

.button-1--white:hover::before {
	background: url(../image/arrow_button_white.svg) no-repeat center/contain;
}

.button-1--lg {
	font-size: 1.8rem;
	font-weight: 700;
	max-width: 350px;
	border-radius: 35px;
	padding: 24px 30px;
}

.button-1--lg::before {
	right: 25px;
}

.button-1--100 {
	max-width: 100%;
	padding: 21px 30px;
}

.button-1--jp {
	font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.button-1--center {
	margin-left: auto;
	margin-right: auto;
}

.button-1--ls-sm {
	letter-spacing: -0.04em;
}

.member-wrap {
	position: relative;
	padding: 75px 0 210px;
}

.member-wrap::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 660px;
	height: 560px;
	display: block;
	border-radius: 50%;
	border: 200px solid #F2F2F2;
	z-index: -1;
}

.member-wrap--bg-none {
	background: #FFF;
	padding: 80px 0;
}

.member-wrap--bg-none::before {
	content: none;
}

.member {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 38px 6.2%;
	margin-left: auto;
	margin-right: auto;
}

.member__item a {
	text-decoration: none;
}

.member__item a:hover .member__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.member__image {
	width: 100%;
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 50%;
	will-change: transform;
}

.member__image img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.member__position {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.54;
	text-align: center;
	margin-bottom: 3px;
}

.member__name {
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
}

.member__name span {
	font: 500 1rem "Raleway", sans-serif;
}

.entry-wrap {
	padding: 0 0 100px;
}

.entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	text-decoration: none;
}

.entry:hover .entry__button {
	background: #000;
	color: #FFF;
	border-color: #000;
}

.entry:hover .entry__button::before {
	background: url(../image/arrow_button_white.svg) no-repeat center/contain;
}

.entry:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.entry:not(:last-child) {
	margin-bottom: 52px;
}

.entry::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #dd960f;
	z-index: -1;
}

.entry__main {
	position: relative;
	width: 50%;
	min-width: 300px;
	min-height: 400px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 45px 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.entry__text {
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	line-height: 2;
	text-align: center;
	margin-bottom: 15px;
}

.entry__image-wrap {
	width: 50%;
}

.entry__image {
	height: 100%;
	position: relative;
}

.entry__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.entry__button {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.blog {
	padding: 95px 0;
	position: relative;
}

.blog::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 60.5%;
	display: block;
	background: #f2f2f2;
	z-index: -1;
}

.blog__button {
	margin-top: 55px;
}

.blog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.blog-list__item {
	width: 22.9%;
	background: #ffffff;
	margin-bottom: 20px;
}

.blog-list__item a {
	text-decoration: none;
}

.blog-list__item a:hover .blog-list__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-list__image {
	position: relative;
	overflow: hidden;
}

.blog-list__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 100%;
}

.blog-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-list__main {
	padding: 30px 13.6%;
}

.blog-list__info {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	line-height: 1.3;
}

.blog-list__date::after {
	content: "│";
	margin-left: 5px;
}

.blog-list__cat {
	display: inline-block;
}

.blog-list__title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 0.625em 0 1.0625em;
	margin-bottom: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-list__text {
	font-size: 1.3rem;
	letter-spacing: -0.04em;
	line-height: 1.92;
}

.footer-navi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 95px 0 47px;
}

.footer-navi {
	width: 33.3333333333%;
	border-right: 0.5px solid #666666;
	text-align: center;
}

.footer-navi:first-child {
	border-left: 0.5px solid #666666;
}

.footer-navi--wide {
	width: 40%;
}

.footer-navi__heading {
	display: block;
	text-decoration: none;
	margin-bottom: 41px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__heading:hover {
	opacity: 0.6;
}

.footer-navi__heading__jp {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #666666;
}

.footer-navi__list--2col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer-navi__list__item {
	font-size: 1.2rem;
	color: #666666;
	line-height: 1.5;
}

.footer-navi__list__item:not(:last-child) {
	margin-bottom: 15px;
}

.footer-navi__list__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__list__item a:hover {
	opacity: 0.6;
}

.footer-info {
	padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer-info__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 300px;
	margin-right: 20px;
	margin-bottom: -10px;
}

.footer-info__navi__item {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	color: #666666;
}

.footer-info__navi__item:nth-child(odd)::after {
	content: "/";
	margin: 0 0.5em;
}

.footer-info__navi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__navi__item a:hover {
	opacity: 0.6;
}

.footer-info__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 52.1%;
}

.footer-info__buttons a {
	text-decoration: none;
	display: block;
	width: 50%;
	text-align: center;
	padding: 13px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__buttons a:hover {
	opacity: 0.6;
}

.footer-info__btn-blog {
	background: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}

.footer-info__btn-blog span {
	display: block;
	font: 700 2rem "Raleway", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.footer-info__btn-insta {
	background: #666666;
	color: #ffffff;
	font: 700 2rem "Raleway", sans-serif;
	letter-spacing: 0.1em;
}

.footer-info__btn-insta span::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../image/icon_instagram.svg) no-repeat center/contain;
	margin-right: 7px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.footer-bottom {
	background: #000;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 4% 35px 5%;
}

.footer-bottom__logo {
	width: 147px;
}

.footer-bottom__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 6%;
}

.footer-bottom__navi__item {
	font-size: 1.2rem;
}

.footer-bottom__navi__item:not(:last-child)::after {
	content: "/";
	margin: 0 0.5em;
}

.footer-bottom__navi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-bottom__navi__item a:hover {
	opacity: 0.6;
}

.footer-bottom__copyright {
	font: 400 1rem "Raleway", sans-serif;
	letter-spacing: 0.09em;
}

.scrollin,
.scrollins__item {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal {
	position: relative;
	z-index: 10000;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-container {
	position: relative;
	background-color: #FFFFFF;
	width: calc(100% - 100px);
	max-width: 800px;
	max-height: 88vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.modal-container__inner {
	width: calc(100% - var(--gutter-x) * 2);
	max-width: 800px;
	max-height: 88vh;
	overflow: auto;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: transparent;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 81px;
	background: #FFF;
	border-radius: 50%;
}

.modal-close img {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modal-close:hover img,
.modal-close:focus-visible img {
	opacity: 0.6;
}

/**************************\
	Demo Animation Style
\**************************/

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay,
.micromodal-slide[aria-hidden=false] .sidein-fixd-overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .sidein-fixd-container {
	-webkit-animation: mmsideslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmsideslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay,
.micromodal-slide[aria-hidden=true] .sidein-fixd-overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .sidein-fixd-container {
	-webkit-animation: mmsideslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmsideslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay,
.micromodal-slide .sidein-fixd-container,
.micromodal-slide .sidein-fixd-overlay {
	will-change: transform;
}

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

.l-wrapper { /* pc */
	max-width: 960px;
}

.blog-list__item { /* pc */
}

.blog-list__item:not(:nth-child(4n)) {
	margin-right: 2.8%;
}

}

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

.l-header { /* 959px以下 */
	padding-left: 20px;
	padding-right: 60px;
}

.l-header::before { /* 959px以下 */
	height: 100px;
}

.l-navi { /* 959px以下 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding-top: 60px;
	color: #000;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
}

.l-header.is-menu-opend .l-navi {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-logo { /* 959px以下 */
	width: 80px;
	margin-top: 4px;
	z-index: 100;
}

.navi-wrap { /* 959px以下 */
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	height: auto;
	width: auto;
	padding-bottom: 60px;
}

.navi { /* 959px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: relative;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 1.8rem;
}

.navi__item:hover > a::after { /* 959px以下 */
	opacity: 0;
}

.navi__item { /* 959px以下 */
	width: 100%;
}

.navi__item > a { /* 959px以下 */
	height: 70px;
}

.navi__children { /* 959px以下 */
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: inherit;
	background: #F8F8F8;
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.navi__child { /* 959px以下 */
	width: 50%;
}

.navi__child:nth-child(even):after {
	content: none;
}

.navi__child--3col {
	width: 33%;
}

.navi__child--3col:not(:last-child):after {
	content: "";
}

.navi__child:not(:last-child):after { /* 959px以下 */
	background: rgba(0, 0, 0, 0.3);
}

.navi__child a { /* 959px以下 */
	padding: 0.8em 1em;
}

.header-entry { /* 959px以下 */
	height: 60px;
}

.menu-btn { /* 959px以下 */
	width: 60px;
	height: 60px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.menu-btn__icon {
	width: 25px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn__icon span:nth-child(2) {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.menu-btn.is-opend .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-opend .menu-btn__icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 7px;
}

.menu-btn.is-opend .menu-btn__icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	margin-left: 7px;
}

.header-links { /* 959px以下 */
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.header-links__item {
	text-align: center;
	margin-bottom: 15px;
}

.header-links__item a {
	text-decoration: none;
}

.modal-container { /* 959px以下 */
	max-height: 90vh;
}

.modal-close { /* 959px以下 */
	width: 60px;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.noscript { /* sp */
	font-size: 1.5rem;
	top: 70px;
}

.noscript-contents { /* sp */
	padding: 2em 1em;
	font-size: 1.4rem;
}

.heading-1 { /* sp */
	margin-bottom: 25px;
}

.heading-1__jp { /* sp */
	font-size: 3rem;
}

.heading-1__jp--sm { /* sp */
	font-size: 1.6rem;
}

.heading-2 { /* sp */
	margin-bottom: 30px;
}

.heading-2__jp { /* sp */
	margin-bottom: 10px;
}

.heading-2__en { /* sp */
}

.button-1--pd-sm { /* sp */
	padding: 10px 30px;
}

.member-wrap { /* sp */
	padding: 50px 0 0;
	margin-bottom: 50px;
}

.member-wrap::before { /* sp */
	width: 100%;
	height: auto;
	aspect-ratio: 1/1.2;
	border-width: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-wrap--bg-none { /* sp */
	padding: 50px 0 30px;
	margin-bottom: 0;
}

.member { /* sp */
	grid-template-columns: repeat(auto-fill, minmax(162px, 1fr));
	gap: 38px 4%;
}

.member__item { /* sp */
}

.member__position { /* sp */
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 5px;
}

.member__name { /* sp */
	font-size: 1.8rem;
}

.member__name span { /* sp */
	display: block;
	margin-top: 10px;
}

.entry-wrap { /* sp */
	padding: 0 0 50px;
}

.entry { /* sp */
	display: block;
}

.entry__main { /* sp */
	width: 100%;
	padding: 50px 0;
}

.entry__image-wrap { /* sp */
	width: 100%;
}

.entry__image { /* sp */
	width: 100%;
}

.entry__image img { /* sp */
	position: static;
}

.entry__button { /* sp */
	max-width: calc(100% - 20px);
}

.blog { /* sp */
	padding: 50px 0;
}

.blog::before { /* sp */
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(70%, #f2f2f2), to(#FFF));
	background: linear-gradient(to bottom, #f2f2f2 0, #f2f2f2 70%, #FFF 100%);
}

.blog__button { /* sp */
	margin-top: 40px;
}

.blog-list { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-list__item { /* sp */
	width: 48%;
}

.blog-list__main { /* sp */
	padding: 20px 8%;
}

.blog-list__title { /* sp */
	font-size: 1.5rem;
}

.footer-navi-wrap { /* sp */
	display: block;
	padding: 50px 0 28px;
}

.footer-navi { /* sp */
	width: 100%;
	border-right: none;
}

.footer-navi:not(:last-child) {
	margin-bottom: 20px;
}

.footer-navi:first-child { /* sp */
	border-left: none;
}

.footer-navi__heading { /* sp */
	margin-bottom: 21px;
}

.footer-navi__heading__jp { /* sp */
	font-size: 2.1435rem;
}

.footer-info { /* sp */
	padding-bottom: 50px;
	display: block;
}

.footer-info__navi { /* sp */
	display: block;
	margin-bottom: 55px;
	margin-right: 0;
	max-width: none;
}

.footer-info__navi__item { /* sp */
	font-size: 1.1rem;
	text-align: center;
}

.footer-info__navi__item:not(:last-child) {
	margin-bottom: 17px;
}

.footer-info__navi__item:nth-child(odd)::after { /* sp */
	content: none;
}

.footer-info__buttons { /* sp */
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.footer-info__buttons a { /* sp */
	padding: 8px 0;
}

.footer-info__btn-blog { /* sp */
	font-size: 0.7985rem;
}

.footer-info__btn-blog span { /* sp */
	font-size: 1.331rem;
	margin-bottom: 2px;
}

.footer-info__btn-insta { /* sp */
	font-size: 1.331rem;
}

.footer-info__btn-insta span::before { /* sp */
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.footer-bottom { /* sp */
	display: block;
	text-align: center;
	padding: 35px 0 20px;
}

.footer-bottom__logo { /* sp */
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.footer-bottom__navi { /* sp */
	display: block;
	margin-bottom: 40px;
	margin-right: 0;
}

.footer-bottom__navi__item { /* sp */
	margin-bottom: 20px;
}

.footer-bottom__navi__item:not(:last-child)::after { /* sp */
	content: none;
}

.modal-container { /* sp */
	width: calc(100% - 2em);
}

.modal-close { /* sp */
	width: 40px;
	-webkit-transform: translate(8px, -8px);
	-ms-transform: translate(8px, -8px);
	transform: translate(8px, -8px);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@-webkit-keyframes mmsideslideIn {

from {
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes mmsideslideIn {

from {
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
}

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes mmsideslideOut {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
}

}

@keyframes mmsideslideOut {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
}

}

