 @charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.5;
}
p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0 0 0 28px;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
a,
.a {
	color: #000;
  text-decoration: none;
	cursor: pointer;
}
.load a,
.load .a {
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}
a:hover,
.a:hover {
}
a img {
	border: none;
}
img {
  width: 100%;
  height: auto;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	object-fit: cover;
}
sup {
  display: inline-block;
	font-size: 0.8em;
}
table {
	border-collapse: collapse;
}
main {
	display: block;
}



/* ---------------- general */
.-center {
  text-align: center;
}
.-bold {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
}



/* ---------------- action */
.-loadaction {
  opacity: 0 !important;
}
.load .-loadaction {
  opacity: 1 !important;
  transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: .5s;
}
.load .-delay1 {
  transition-delay: 1s;
}
.load .-delay3 {
  transition-delay: 3s;
}



/* ---------------- layout */
.l-container {
  position: relative;
  max-width: 914px;
  margin: 0 auto;
  padding: 0 32px;
}
.l-container.-home {
  max-width: 1420px;
  padding: 0 240px;
}
@media (max-width: 1165px) {
  .l-container {
  }
  .l-container.-home {
    padding: 0 32px 0 200px;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding: 0 24px;
  }
  .l-container.-home {
    padding: 0 24px;
  }
}



/* ---------------- header */
header {
  position: relative;
  z-index: 100;
  padding: 48px 0 60px;
}
header .l-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
}
header .logo {
  width: 385px;
}
header .logo a {
  display: block;
}
nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 64px;
}
nav a {
  display: block;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 32px;
}
nav a.-cr,
nav a:hover {
  border-color: #000;
}
@media (max-width: 767px) {
  header {
    padding: 24px 0;
  }
  header .l-container {
    align-items: flex-start;
    padding: 0 24px;
  }
  header .logo {
    position: static;
    width: 64px;
  }
  nav ul {
    gap: 24px;
  }
  nav a {
    font-size: 13px;
    line-height: 32px;
  }
}



/* ---------------- footer */
footer {
  padding: 40px 0;
  line-height: 20px;
}
footer .l-container {
  max-width: 1280px;
}
footer .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
footer .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .links a {
  display: block;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 32px;
}
footer .links a.-cr,
footer .links a:hover {
  border-color: #000;
}
footer .instagram {
  width: 20px;
}
footer .instagram a {
  border: none;
  line-height: 20px;
}
footer .copyright {
  font-size: 14px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 24px;
    line-height: 1.5;
  }
  footer .l-container {
    padding: 0 24px;
  }
  footer .group {
    display: block;
  }
  footer .set {
    gap: 24px;
  }
  footer .site {
    font-size: 14px;
  }
  footer .links {
    gap: 24px;
  }
  footer .links a {
    font-size: 13px;
  }
  footer .copyright {
    margin-top: 40px;
    font-size: 12px;
    text-align: center;
  }
}



/* ---------------- hero */
.hero {
  margin-bottom: 100px;
}
.hero .l-container {
  max-width: 1004px;
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 40px;
  }
}



/* ---------------- articles */
.articles {
  margin-bottom: 88px;
}
.articles .l-container {
  max-width: 1004px;
}
.p-articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 72px 116px;
}
.p-articles article a {
  display: block;
  height: 100%;
}
.p-articles figure {
  margin-bottom: 8px;
  text-align: center;
}
.p-articles figure img {
  width: auto;
  max-height: 180px;
}
.p-articles .title {
  margin-bottom: 24px;
  font-size: 18px;
}
.p-articles .group {
  text-align: center;
}
.p-articles .name {
  margin-bottom: 4px;
  font-size: 14px;
}
.p-articles .occupation {
  font-size: 12px;
}

/* comingsoon */
.p-articles article.-comingsoon a {
  border-color: #eee;
  pointer-events: none;
}
.p-articles article.-comingsoon .name {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.p-articles article.-comingsoon .number {
  margin-bottom: 8px;
  color: #999;
  font-size: 18px;
  text-align: center;
}
.p-articles article.-comingsoon .occupation {
  color: #999;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-articles {
    gap: 48px;
  }
  .p-articles article a {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .articles {
    margin-bottom: 64px;
  }
  .p-articles {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    line-height: 1.5;
  }
  .p-articles article a {
    border-bottom-width: 2px;
  }
  .p-articles .title {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .p-articles .number {
    font-size: 12px;
  }
  .p-articles .name {
    font-size: 12px;
  }
  .p-articles .occupation {
    font-size: 12px;
  }

  /* comingsoon */
  .p-articles article.-comingsoon .number {
    font-size: 14px;
  }
  .p-articles article.-comingsoon .name {
    font-size: 12px;
  }
  .p-articles article.-comingsoon .occupation {
    font-size: 12px;
  }
}



/* ---------------- opening */
#opening {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.load #opening {
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 2s;
}
#opening figure {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95px;
  translate: -50% -50%;
}
@media (max-width: 767px) {
  #opening figure {
    width: 56px;
  }
}



/* ---------------- about */
.about-hero {
  margin-bottom: 24px;
}
.about h1 {
  margin-bottom: 56px;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}
.about .body {
  width: fit-content;
  margin: 0 auto 160px;
  font-size: 18px;
  line-height: 2;
}
.about p + p {
  margin-top: 32px;
}
.staffGroup {
  padding: 64px 0;
  background: #eee;
}
.staffGroup .staff {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
}
.staffGroup .inquiry {
  margin-bottom: 8px;
  font-size: 16px;
}
.staffGroup .inquiry .url {
  font-size: 14px; 
}
.staffGroup .inquiry .url::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  background: url("/assets/img/common/ico_blank.svg") no-repeat center center / contain;
}
.staffGroup .address {
  font-size: 14px;
}
@media (max-width: 767px) {
  .about h1 {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .about .body {
    margin-bottom: 64px;
    font-size: 14px;
  }
  .staffGroup {
    padding: 32px 0;
  }
  .staffGroup .staff {
    font-size: 14px;
    line-height: 1.75;
  }
  .staffGroup .inquiry {
    font-size: 14px;
  }
  .staffGroup .address {
    font-size: 14px;
  }
}



/* ---------------- article */
.article .l-container {
  max-width: 864px;
}

/* body */
.article section:not([class]) {
  max-width: 800px;
  margin: 0 auto 64px;
  font-size: 16px;
}
.article section:not([class]) p + p {
  margin-top: 40px;
}
.article section:not([class]) h2 {
  position: relative;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 700;
}
.article section:not([class]) figure {
  margin: 88px 0 100px;
}
@media (max-width: 767px) {
  .article section:not([class]) {
    font-size: 14px;
  }
  .article section:not([class]) h2 {
    font-size: 16px;
  }
  .article section:not([class]) figure {
    margin: 0;
  }
}

/* hero */
.article-hero {
  margin: 0 -25px 64px;
}
@media (max-width: 1023px) {
  .article-hero {
    margin: 0 0 24px;
  }
}

/* head */
.article-head {
  margin-bottom: 64px; 
}
.article-head .shoulder {
  margin-bottom: 24px;
  font-size: 14px;
  text-align: center;
}
.article-head h1 {
  margin-bottom: 24px;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.article-head .name {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .article-head h1 {
    font-size: 20px;
  }
  .article-head .name {
    font-size: 14px;
  }
}

/* profile */
.profile {
  margin-bottom: 64px;
}
.profile .group {
  display: flex;
  gap: 40px;
}
.profile figure {
  width: 168px;
}
.profile .body {
  flex: 1;
  font-size: 14px;
}
.profile .name {
  margin-bottom: 8px;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
  font-size: 18px;
  font-weight: 700;
}
.profile .name .en {
  margin-left: 16px;
  font-size: 14px;
}
.profile .occupation {
  margin-bottom: 24px;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .profile .group {
    display: block;
  }
  .profile figure {
    width: 144px;
    margin: 0 auto 24px;
  }
  .profile .name {
    font-size: 16px;
    text-align: center;
  }
  .profile .occupation {
    margin-bottom: 16px;
    text-align: center;
  }
}

/* writer */
.writer {
  margin-bottom: 80px;
  font-size: 14px;
}

/* links */
.p-article-links {
  padding: 48px 0;;
  background: #eee;
}
.p-article-links .l-container {
  max-width: 1002px;
}
.p-article-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.p-article-links ul a {
  display: block;
  border-bottom: 2px solid transparent;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "sans-serif";
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.p-article-links ul a.-cr,
.p-article-links ul a:hover {
  border-color: #000;
}
@media (max-width: 767px) {
  .p-article-links .l-container {
    padding: 0 24px;
  }
  .p-article-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
  }
  .p-article-links ul a {
    width: fit-content;
    font-size: 14px;
  }
}




