@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@font-face {
  font-family: 'SatsukiGendaiMincho';
  src: url(fonts/GenEiKoburiMin6-R.ttf);
}

/* -----------------------

 Common

----------------------- */
input,
img,
iframe,
textarea {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}

body {
  position: relative;
  margin: 0;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 160%;
  color: #222222;
  background-color: #fff;
  overflow-x: hidden;
  cursor: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.inner {
  margin: 0% 3% 0;
}

.wrapper {
  width: 1140px;
  margin: 0 auto;
  padding: 6% 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.view_pc {
  display: block;
}

.view_sp {
  display: none;
}

br.sp {
  display: none;
}

a {
  text-decoration: none;
  color: #121212;
}

a:hover {
  color: #ddd;
}

a.btn:hover {
  opacity: 0.8;
}

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

ul {
  list-style-type: none;
  /*text-align: center;*/
}

h2 {
  font-family: 'Marcellus', sans-serif;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  padding: 2% 0 4%;
}

h2 span {
  font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif, "宋体", Gulim;
  margin: 2% 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
}

h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 3% 0;
}

p {
  margin: 10px 0;
  letter-spacing: 0.01em;
}

.Josefin {
  font-family: 'Marcellus', sans-serif;
}

/*　Mouse stalker　*/
.cursor {
  position: fixed;
  transform: translate(0, 0);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
}

.cursor.dot {
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  background-color: #222222;
  z-index: 9999;
}

.cursor.follower {
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  border: 1px solid #222222;
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 9999;
}

.parallax {
  position: fixed;
  top: -84px;
  left: 0;
  height: 120vh;
  width: 100vw;
  background-size: cover;
  -webkit-background-size: cover;
  z-index: -9999;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 22px;
  }

  .wrapper {
    width: 100%;
  }

  .container {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .view_sp {
    display: block;
  }

  .view_pc {
    display: none;
  }

  h2 {
    font-size: 30px;
  }

  h2 span {
    margin: 1% 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 414px) {
  body {
    cursor: auto;
  }

  .cursor {
    display: none;
  }

  br.sp {
    display: block;
  }

  .inner {
    margin: 0% 3% 0;
  }

  .wrapper {
    padding: 10% 0;
  }

  h2 {
    font-size: 24px;
  }

  h2 span {
    margin: 0%;
    font-size: 10px;
  }

  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  h3 {
    font-size: 16px;
  }
}

/*
 Header
———————————————*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 24px;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  header {
    background-color: #fff;
  }
}

header .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 46px;
  box-sizing: border-box;
  border-radius: 60px;
  transition: all 0.6s;
}

header .bg-white {
  background-color: rgba(255, 255, 255, 0.9);
}

header h1 {
  width: 186px;
  height: 24px;
  transition: all .4s;
}

header .header_logo {
  display: block;
  height: 100%;
  transition: all .6s;
}

header .header_logo:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

header .header_logo img {
  height: 100%;
}

header nav {
  height: 26px;
  width: 100%;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.1em;
  overflow: hidden;
  white-space: nowrap;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

header nav ul li {
  margin: 0 1.2vw;
  font-size: 18px;
}

header nav ul li a {
  position: relative;
  line-height: 24px;
}

header nav ul li a::after {
  position: absolute;
  top: 100%;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 0.4s ease-in-out;
}

header nav ul li a:hover {
  color: inherit;
}

header nav ul li a:hover::after {
  width: 100%;
}

header nav ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  header .wrapper {
    padding: 0 24px;
  }

  header h1 {
    height: 16px;
  }

  header nav ul li {
    font-size: 16px;
    margin: 0 0.8vw;
  }
}

@media screen and (max-width: 768px) {
  header {
    position: relative;
  }

  header .wrapper {
    padding: 0;
    background: transparent;
  }

  header h1 {
    left: 20px;
    top: 20px;
    width: 32vw;
    min-width: 124px;
  }

  header nav {
    display: none;
  }
}

/*
 Footer
———————————————*/
.footer-inner {
  background-color: #FFFFFF;
  color: #6B6B6B;
  text-align: center;
}

.footer-inner .sns {
  padding: 2.5em 1.5em 0 1.5em;
}

.footer-inner .sns h2 {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  color: inherit;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer-inner .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 200px;
  margin: 1.25em auto 2.5em auto;
}

.footer-inner .sns-list svg {
  fill: #6B6B6B;
}

.footer-inner .sns-list a {
  transition: all 0.6s;
}

.footer-inner .sns-list a:hover {
  opacity: 0.7;
}

.sns-item svg {
  width: 20px;
  height: 20px;
}

.footer-innerBottom {
  padding: 1.5em;
  border-top: 1px solid #E5E5E5;
}

.copyright {
  padding: 0;
  margin: 0;
  font-size: 0.625em;
  color: inherit;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.main {
  padding-bottom: 3rem;
  background: linear-gradient(#D3F0FF, #F2CFFF);
}

@media screen and (max-width: 414px) {
  .main {
    padding-bottom: 0;
  }

  footer {
    margin-top: 0;
  }

  .footer-inner {
    color: #FFFFFF;
    background-color: #222222;
  }

  .footer-inner .sns-list svg {
    fill: #FFFFFF;
  }

  .footer-innerBottom {
    border-top: none;
    padding-top: 0;
  }
}


/* -----------------------

 Top Page

----------------------- */
/*
 Main Visual
———————————————*/
.mv {
  object-fit: cover;
  background-color: #fff;
  padding: 0 32px;
  transition: all .4s;
  border-top: 84px solid #FAFAFA;
}

@media screen and (max-width: 768px) {
  .mv {
    padding: 0 16px;
  }
}

.mv-inner {
  display: flex;
  margin-bottom: -1px;
}

.mv-innerLeft {
  width: 48%;
  padding: 56px 0 56px 8.125em;
  background-color: #FAFAFA;
}

.mv-innerLeft h1 {
  margin-left: -10px;
  font-weight: 400;
  font-size: 4em;
  line-height: 150%;
  white-space: nowrap;
  font-family: SatsukiGendaiMincho;
}

.mv-innerLeft p {
  position: relative;
  margin-top: 2.5em;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 220%;
  white-space: nowrap;
  z-index: 100;
}

.mv-innerRight {
  position: relative;
  flex: 1;
  height: auto;
}

.mv-squareRight {
  position: absolute;
  right: 0;
  width: 13%;
  height: 100%;
  background-color: #FAFAFA;
}

.mv-squareBottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 56px;
  background-color: #FAFAFA;
}

.mv-innerLeft p.is-fadeup {
  animation-delay: 0.6s;
}

@media screen and (max-width: 1024px) {
  .mv {
    font-size: 12px;
  }

  .mv-innerLeft {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    border-top: none;
    font-size: 16px;
  }

  .mv-innerLeft {
    width: 30%;
    padding: 100px 0 30px 24px;
  }

  .mv-innerLeft h1 {
    margin-left: -4px;
    font-size: 2.25em;
  }

  .mv-innerLeft p {
    margin-top: 2em;
    font-size: 0.75em;
  }

  .mv-squareRight {
    display: none;
  }

  .mv-squareBottom {
    height: 60px;
  }
}

@media screen and (max-width: 414px) {
  .mv-innerLeft {
    background-color: transparent;
  }

  .mv-squareBottom {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .mv-innerLeft p {
    font-size: 0.6em;
  }
}

/*
 Information
———————————————*/
.information {
  padding: 0 8.125em;
  background-color: #FAFAFA;
}

.information-inner {
  margin: 0 auto;
  padding: 2em 10% 2.5em 10%;
  background: rgba(196, 196, 196, 0.2);
}

.information h1 {
  margin-bottom: 2.5em;
  font-size: 1.25em;
  text-align: center;
  font-weight: 600;
}

.information p {
  margin: 0;
  font-size: 0.9375em;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .information {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .information {
    padding: 0 20px;
  }
}

@media screen and (max-width: 414px) {
  .information {
    padding-bottom: 40px;
    font-size: 16px;
    background: transparent;
  }

  .information-inner {
    padding: 24px 20px 32px 20px;
    background-color: #EEEEEE;
  }

  .information h1 {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .information p {
    font-size: 13px;
  }
}

/*
 News
———————————————*/
.news-inner {
  padding: 8.125em 0;
  background-color: #FAFAFA;
}

.news h2 {
  display: inline-block;
  margin-left: 5em;
  padding: 0;
  font-size: 26px;
  border-bottom: 2px solid #222222;
  line-height: 130%;
}

.news-list {
  padding: 0 0 2em 8.125em;
}

.news-item {
  display: inline-block;
  width: calc((100vw - 360px)/5);
  margin: 10px 40px 0 0;
  vertical-align: top;
}

.news-item a {
  display: block;
  padding: 16px 0;
  transition: all .4s;
  border-bottom: 1px solid #EAEAEA;
}

.news-item .thumbnail {
  position: relative;
  width: 100%;
  height: calc((100vw - 360px)*0.694/5);
  overflow: hidden;
}

.news-item .thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  transition: all 0.6s;
}

.news-item .thumbnail img {
  transition: all 0.6s;
}

.news-item a:hover {
  color: inherit;
  border-bottom: 1px solid #838383;
}

.news-item a:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.news-item a:hover .thumbnail::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.news-item .date {
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 150%;
}

.news-item .title-container {
  height: 50px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.news-item .title {
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: break-spaces;
  overflow: hidden;
}

.news-innerBottom {
  padding-right: 60px;
  text-align: right;
}

.news-button {
  position: relative;
  padding: 0 50px 8px 0;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  font-family: 'Marcellus', sans-serif;
}

.news-button:hover {
  color: inherit;
}

.news-button::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  transition: all 0.4s;
}

.news-button:hover::after {
  left: 0.3em;
}

.news-item.is-fadeup-l:nth-child(2) {
  animation-delay: 0.4s;
}

.news-item.is-fadeup-l:nth-child(3) {
  animation-delay: 0.6s;
}

.news-item.is-fadeup-l:nth-child(4) {
  animation-delay: 0.8s;
}

.news-item.is-fadeup-l:nth-child(5) {
  animation-delay: 1.0s;
}

.news-item.is-fadeup-l:nth-child(6) {
  animation-delay: 1.2s;
}

@media screen and (max-width: 1200px) {
  .news-item {
    width: calc((100vw - 300px)/3);
  }

  .news-item .thumbnail {
    height: calc((100vw - 300px)*0.694/3);
  }
}

@media screen and (max-width: 1024px) {
  .news {
    font-size: 12px;
  }

  .news h2 {
    margin-left: 3.75em;
  }

  .news-item {
    width: calc((100vw - 230px)/3);
  }

  .news-item .thumbnail {
    height: calc((100vw - 230px)*0.694/3);
  }
}

@media screen and (max-width: 768px) {
  .news h2 {
    margin-left: 20px;
  }

  .news-list {
    padding: 0 0 2em 20px;
  }

  .news-item {
    width: calc((100vw - 110px)/2);
  }

  .news-item .thumbnail {
    height: calc((100vw - 110px)*0.694/2);
  }
}

@media screen and (max-width: 414px) {
  .news {
    font-size: 16px;
  }

  .news-inner {
    padding: 2em 0 3em;
    background: rgba(250, 250, 250, 0.5);
  }

  .news-inner h2 {
    font-size: 1.25em;
    line-height: 1.5;
  }

  .news-list {
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
  }

  .news-item {
    display: inline-block;
    width: calc(100vw / 2.5);
    margin: 10px 10px 0 0;
  }

  .news-item .date {
    font-size: 11px;
  }

  .news-item .title-container {
    height: 44px;
  }

  .news-item .title {
    font-size: 12px;
  }

  .news-item .thumbnail {
    height: calc(100vw / 2.5 *0.694);
  }

  .news-item a {
    padding: 16px 0 8px 0;
    border-bottom: 1px solid transparent;
  }

  .news-item a:hover {
    border-bottom: 1px solid #EAEAEA;
  }

  .news-innerBottom {
    padding-right: 33px;
  }

  .news-button {
    padding: 0 30px 8px 0;
    font-size: 16px;
  }
}

.info {
  display: block;
  padding: 20px 10px;
  margin: 0 auto;
  text-align: center;
  color: blue;
  background-color: #FFFFFF;
  cursor: pointer;
  font-family: "メイリオ", serif;
  text-decoration: underline;
  text-underline-offset: 20%;
}

@media screen and (max-width: 414px) {
  .info {
    text-align: left;
    font-size: 14px;
  }
}

/*
 Philosophy
———————————————*/
.philosophy-header {
  padding: 80px 0 0 0;
  text-align: center;
}

.philosophy-header h2 {
  padding: 0;
  margin: 0;
  font-size: 55px;
  line-height: 100%;
  color: #222222;
  font-family: 'Marcellus', sans-serif;
}

.philosophy-header h3 {
  padding: 0;
  margin: 16px 0 0 0;
  font-size: 19px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: 'Marcellus', sans-serif;
}

.philosophy-content {
  margin: 0 auto;
  max-width: 1404px;
  width: 100%;
  padding: 4.5rem 20px 7.5em 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.philosophy-list {
  width: fit-content;
  margin: 0 auto;
}

.philosophy-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100vw - 48px)*0.55);
  margin-bottom: 1rem;
  padding: 0 0 1rem 12.5em;
}

.philosophy-item::before {
  position: absolute;
  content: "";
  top: -2.5rem;
  left: 12.5em;
  height: 27.5em;
  width: 1px;
  background-color: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF, transparent);
  background: -webkit-linear-gradient(top, #FFFFFF, transparent);
  background: linear-gradient(to bottom, #FFFFFF, transparent);
}

.philosophy-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
  background: -moz-linear-gradient(left, #FFFFFF, transparent);
  background: -webkit-linear-gradient(left, #FFFFFF, transparent);
  background: linear-gradient(to right, #FFFFFF, transparent);
}

.philosophy-item:nth-child(1) {}

.philosophy-item:nth-child(2) {
  margin-left: 9.9em;
}

.philosophy-item:nth-child(3) {
  margin-left: 21.1em;
}

.philosophy-number {
  margin-right: 0.266em;
  padding: 0.066rem 0.066em;
  font-size: 7.5em;
  line-height: 100%;
  color: #FFFFFF;
  font-family: 'Marcellus', sans-serif;
  text-shadow: 4px 5px 6px rgba(0, 0, 0, 0.25);
}

.philosophy-text h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 100%;
  letter-spacing: 0.01em;
}

.philosophy-text p {
  padding: 0;
  margin: 1rem 0 0 0;
  font-weight: 500;
  font-size: 1.06em;
  line-height: 100%;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1350px) {
  .philosophy-content {
    font-size: 14px;
  }
}

@media screen and (max-width: 1076px) {
  .philosophy-content {
    font-size: 12px;
  }
}

@media screen and (max-width: 940px) {
  .philosophy-content {
    font-size: 10px;
  }
}

@media screen and (max-width: 786px) {
  .philosophy-content {
    font-size: 8px;
  }
}

@media screen and (max-width: 634px) {
  .philosophy-content {
    font-size: 6px;
  }

  .philosophy-item {
    padding-left: 6em;
  }

  .philosophy-item::before {
    left: 6em;
  }

  .philosophy-text h3 {
    font-size: 1.8rem;
  }
}

.philosophy-item.is-fadeinline::before,
.philosophy-item.is-fadeinline::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0, 0);
}

.philosophy-item.is-fadeinline::before {
  transform-origin: top;
}

.philosophy-item.is-fadeinline::after {
  transform-origin: left;
}

.philosophy-item.is-fadeinline.active::before,
.philosophy-item.is-fadeinline.active::after {
  animation: fadeinline 1.6s ease-in-out forwards;
}

.philosophy-item.is-fadeinline:nth-child(2)::before,
.philosophy-item.is-fadeinline:nth-child(2)::after {
  animation-delay: 0.3s;
}

.philosophy-item.is-fadeinline:nth-child(3)::before,
.philosophy-item.is-fadeinline:nth-child(3)::after {
  animation-delay: 0.7s;
}

.philosophy-item .is-fadein {
  opacity: 0;
  visibility: hidden;
}

.philosophy-item .is-fadein.active {
  animation: fadein 1s ease-in-out forwards;
}

.philosophy-item:nth-child(1) .is-fadein {
  animation-delay: 0.2s;
}

.philosophy-item:nth-child(2) .is-fadein {
  animation-delay: 0.5s;
}

.philosophy-item:nth-child(3) .is-fadein {
  animation-delay: 0.9s;
}

@media screen and (max-width: 414px) {
  .philosophy-item .is-fadein.active {
    animation: fadein 1s ease-in-out forwards;
  }

  .philosophy-item:nth-child(1) .is-fadein {
    animation-delay: 0s;
  }

  .philosophy-item:nth-child(2) .is-fadein {
    animation-delay: 0s;
  }

  .philosophy-item:nth-child(3) .is-fadein {
    animation-delay: 0s;
  }

  .philosophy-header h2 {
    font-size: 36px;
  }

  .philosophy-header h3 {
    font-size: 16px;
  }

  .philosophy-content {
    padding: 2.5rem 3rem 3em 3rem;
    font-size: 16px;
  }

  .philosophy-list {
    width: 100%;
  }

  .philosophy .philosophy-item {
    display: block;
    padding: 0;
    margin: 0 0 35px 0;
    width: 100%;
  }

  .philosophy .philosophy-item:last-child {
    margin-bottom: 0;
  }

  .philosophy-item::before,
  .philosophy-item::after {
    display: none;
  }

  .philosophy-number {
    font-size: 55px;
  }

  .philosophy-text {
    margin: -10px 0 0 42px;
  }

  .philosophy-text h3 {
    font-size: 1.625rem;
  }

  .philosophy-text p {
    margin-top: 0.75rem;
    font-size: 0.875em;
    line-height: 200%;
  }
}

/*
 Service
———————————————*/
.service {
  padding: 80px 0;
}

.service-header h2 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #222323;
  font-family: 'Marcellus', sans-serif;
  z-index: 100;
}

.service-content {
  max-width: 1156px;
  margin: 5.5em auto 0;
  font-size: 16px;
}

.service-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
}

.service-list::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(43.75em / 1.4);
  height: calc(43.75em / 1.4);
  border-radius: calc(43.75em / 1.4);
  border: dashed 1px #FFFFFF;
  opacity: 0.5;
  z-index: -1000;
  animation: rotateR 100s linear infinite;
}

@keyframes rotateR {
  0% {
    transform: translateX(-50%) rotate(0deg) scale(1.4, 1.4);
  }

  100% {
    transform: translateX(-50%) rotate(360deg) scale(1.4, 1.4);
  }
}

.service-item {
  position: relative;
  width: 25.5em;
  height: 25.5em;
  margin: 0 3em;
  border-radius: 25.5em;
  text-align: center;
  transition: all 0.6s ease-in-out;
}

.service-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.6s ease-in-out;
}

.service-itemCover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.service-itemTop {
  margin: -1.6em 0 0 0;
  width: 100%;
}

.service-itemTop p {
  margin: 0 0 1.5em 0;
  font-size: 0.8em;
  letter-spacing: 0.01em;
}

.service-itemTop h3 {
  margin: 0;
  font-size: 2.3em;
  letter-spacing: 0.07em;
  font-family: 'Marcellus', sans-serif;
}

.service-itemBottom {
  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;
  flex: 1 1 auto;
  padding-bottom: 1.5em;
}

.service-item.andart .service-itemCover img {
  width: 19.25em;
}

.service-item.youandart .service-itemCover img {
  width: 19.25em;
}

.service-item.concierge .service-itemCover img {
  width: 15.3125em;
}

.service-itemContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em 4em;
  text-align: left;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out;
}

.service-itemLogo {
  margin: 0 auto 1.7em auto;
}

.service-itemLogo img {
  width: 100%;
}

.service-item.andart .service-itemLogo {
  margin-top: -1em;
  width: 8em;
}

.service-item.youandart .service-itemLogo {
  margin-top: 3em;
  width: 11.25em;
}

.service-item.concierge .service-itemLogo {
  text-align: center;
}

.service-item.concierge .service-itemLogo h3 {
  margin: 1.5em 0 0 0;
  font-size: 1.6em;
  font-family: 'Marcellus', sans-serif;
}

.service-itemContent p {
  font-size: 0.9em;
  line-height: 2.5;
}

.service-item:hover {
  transform: scale(1.15, 1.15);
  background: rgba(255, 255, 255, 1);
}

.service-item:hover .service-itemCover {
  opacity: 0;
}

.service-item:hover .service-itemContent {
  opacity: 1;
}

.service-button {
  position: absolute;
  right: 10%;
  bottom: 12%;
  padding: 0 2.717em 0.434em 0;
  font-size: 0.978em;
  line-height: 100%;
  color: #A5955F;
  font-family: 'Marcellus', sans-serif;
}

.service-button:hover {
  color: #A5955F;
}

.service-button::after {
  position: absolute;
  top: 100%;
  left: -0.3em;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(images/arrow-right_gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  transition: all 0.4s;
}

.service-button:hover::after {
  left: 0.3em;
}

.service-modal {
  display: none;
}

@media screen and (max-width: 1024px) {
  .service-content {
    font-size: 13px;
  }
}

@media screen and (max-width: 840px) {
  .service-content {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .service-list.is-expand .service-item::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0, 0);
  }

  .service-list.is-expand.active .service-item::before {
    animation: expand 1s ease-in-out forwards;
  }

  .service-list.is-expand .service-item:nth-child(2)::before {
    animation-delay: 0.4s;
  }

  .service-list.is-expand .service-item:nth-child(3)::before {
    animation-delay: 0.8s;
  }

  .service-list.is-fadein .service-itemTop,
  .service-list.is-fadein .service-itemBottom {
    opacity: 0;
    visibility: hidden;
  }

  .service-list.is-fadein.active .service-itemTop,
  .service-list.is-fadein.active .service-itemBottom {
    animation: fadein 1s ease-in-out forwards;
  }

  .service-list.is-fadein .service-item:nth-child(1) .service-itemTop,
  .service-list.is-fadein .service-item:nth-child(1) .service-itemBottom {
    animation-delay: 0.1s;
  }

  .service-list.is-fadein .service-item:nth-child(2) .service-itemTop,
  .service-list.is-fadein .service-item:nth-child(2) .service-itemBottom {
    animation-delay: 0.5s;
  }

  .service-list.is-fadein .service-item:nth-child(3) .service-itemTop,
  .service-list.is-fadein .service-item:nth-child(3) .service-itemBottom {
    animation-delay: 0.9s;
  }
}

@media screen and (max-width: 768px) {
  .service-item.is-expand::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0, 0);
  }

  .service-item.is-expand.active::before {
    animation: expand 1s ease-in-out forwards;
  }

  .service-itemTop.is-fadein,
  .service-itemBottom.is-fadein {
    opacity: 0;
    visibility: hidden;
    animation-delay: 0.1s;
  }

  .service-itemTop.is-fadein.active,
  .service-itemBottom.is-fadein.active {
    animation: fadein 1s ease-in-out forwards;
  }

  .service {
    margin: 0;
    overflow: hidden;
  }

  .service-content {
    margin-top: 4.5em;
    font-size: 16px;
  }

  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-item {
    margin: 0 auto 3.75em auto;
    width: 400px;
    height: 400px;
  }

  .service-item:last-child {
    margin-bottom: 0;
  }

  .service-list::before {
    width: calc(90vw / 1.4);
    height: calc(90vw / 1.4);
    top: 20px;
    left: 90%;
    border-radius: calc(90vw / 1.4);
  }

  .service-list::after {
    position: absolute;
    content: "";
    width: calc(90vw / 1.4);
    height: calc(90vw / 1.4);
    bottom: 160px;
    right: 90%;
    border-radius: calc(90vw / 1.4);
    border: dashed 1px #FFFFFF;
    opacity: 0.5;
    z-index: -100;
    animation: rotateL 100s linear infinite;
  }

  @keyframes rotateL {
    0% {
      transform: translateX(50%) rotate(360deg) scale(1.4, 1.4);
    }

    100% {
      transform: translateX(50%) rotate(0deg) scale(1.4, 1.4);
    }
  }

  .service-itemTop {
    margin: -1.2em 0 0 0;
  }

  .service-itemTop p {
    margin: 0 0 0.5em 0;
    font-size: 0.625em;
  }

  .service-itemTop h3 {
    font-size: 1.6875em;
  }

  .service-item.andart .service-itemCover img {
    width: 15.75em;
  }

  .service-item.youandart .service-itemCover img {
    width: 15.75em;
  }

  .service-item.concierge .service-itemCover img {
    width: 12.8em;
  }

  .service-itemBottom {
    margin-top: 1.1em;
    padding-bottom: 2.5em;
  }

  .service-itemContent {
    padding: 1em 2.8em;
  }

  .service-itemLogo {
    margin: 0 auto 1.5em auto;
  }

  .service-item.andart .service-itemLogo {
    margin-top: 1em;

  }

  .service-item.andart .service-itemLogo img {
    width: 7.375em;
  }

  .service-item.concierge .service-itemLogo h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 414px) {
  .service {
    padding: 80px 0 40px 0;
  }

  .service-header h2 {
    font-size: 2.25em;
  }

  .service-content {
    margin-top: 3.5em;
  }

  .service-item {
    width: calc(100vw - 100px);
    height: calc(100vw - 100px);
  }

  .service-itemTop h3 {
    font-size: 1.5625em;
  }

  .service-list::before,
  .service-list::after {
    width: calc(110vw / 1.4);
    height: calc(110vw / 1.4);
    border-radius: calc(110vw / 1.4);
  }

  .service-item.andart .service-itemCover img {
    width: 9em;
  }

  .service-item.youandart .service-itemCover img {
    width: 9em;
  }

  .service-item.concierge .service-itemCover img {
    width: 7em;
  }

  .service-list::before {
    top: 60px;
  }

  .service-item:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.5);
  }

  .service-item:hover .service-itemCover {
    opacity: 1;
  }

  .service-content .service-itemContent {
    display: none;
  }
}

/*
  Modal
———————————————*/
@media screen and (max-width: 414px) {
  .service-modal {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 9999;
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  .service-modal.is-show {
    opacity: 1;
    visibility: visible;
  }

  .service-modal_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    cursor: pointer;
  }

  .service-modal .service-itemContent {
    top: calc(50vh - 50vw);
    width: 100vw;
    height: 100vw;
    border-radius: 100vw;
    background-color: #FFFFFF;
    opacity: 1;
    z-index: 100;
  }

  .service-modal .service-itemContent h3 {
    margin: 0;
    font-family: 'Marcellus', sans-serif;
  }

  .service-modal .service-itemContent::after {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(100% + 24px);
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    background-image: url(images/close-button.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .service-modal .service-itemContent.andart .service-itemLogo {
    width: 120px;
  }

  .service-modal .service-itemContent.youandart .service-itemLogo {
    margin-top: 3em;
    width: 208px;
  }

  .service-modal .service-itemContent.concierge .service-itemLogo {
    margin-top: 2em;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .service-itemContent p {
    font-size: 0.8em;
    line-height: 2.2;
  }

  .service-modal .service-itemContent.andart .service-itemLogo {
    width: 96px;
  }

  .service-modal .service-itemContent.youandart .service-itemLogo {
    margin-top: 2em;
    width: 160px;
  }

  .service-modal .service-itemContent.concierge .service-itemLogo {
    margin-top: 1em;
  }

  .service-item.andart .service-itemCover img {
    width: 5em;
  }

  .service-item.youandart .service-itemCover img {
    width: 10em;
  }

  .service-item.concierge .service-itemCover img {
    width: 8em;
  }
}

/*
 Recruit
———————————————*/
.recruit-header {
  padding: 80px 40px 0;
}

.recruit-header h2 {
  margin: 0;
  padding: 0;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #222323;
  font-family: 'Marcellus', sans-serif;
}

.recruit-header p {
  max-width: 500px;
  width: fit-content;
  margin: 56px auto 0 auto;
  padding: 0;
  font-size: 17px;
  line-height: 200%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.recruit-content {
  padding: 78px 0 150px 0;
  text-align: center;
}

.recruit-content h2 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.08em;
  font-family: 'Marcellus', sans-serif;
  border-bottom: 2px solid #222222;
}

.recruit-list {
  padding: 24px;
  margin: 0 auto;
  max-width: 1142px;
  overflow: hidden;
}

.recruit-item {
  display: inline-block;
  width: calc(33.333% - 10px);
  margin: 0 6px 0 0;
}

.recruit-item .title-container {
  height: 66px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.recruit-item .title {
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

.recruit-item .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recruit-item .thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  transition: all 0.6s;
}

.recruit-item .thumbnail img {
  transition: all 0.6s;
}

.recruit-item a:hover {
  color: inherit;
}

.recruit-item a:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.recruit-item a:hover .thumbnail::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.recruit-footer {
  margin-top: 76px;
}

.recruit-button {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.05em;
  background: #222222;
  transition: all 0.6s;
}

.recruit-button:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.recruit-item.is-fadeup-l:nth-child(2) {
  animation-delay: 0.4s;
}

.recruit-item.is-fadeup-l:nth-child(3) {
  animation-delay: 0.8s;
}

@media screen and (max-width: 414px) {
  .recruit-item.is-fadeup-l:nth-child(2) {
    animation-delay: 0s;
  }

  .recruit-item.is-fadeup-l:nth-child(3) {
    animation-delay: 0s;
  }

  f .recruit-content {
    padding: 56px 0 84px 0;
  }

  .recruit-header h2 {
    font-size: 36px;
  }

  .recruit-header p {
    margin: 32px auto 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .recruit-header p br {
    display: none;
  }

  .recruit-list {
    padding: 40px 40px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .recruit-item {
    display: block;
    width: 100%;
    margin: 0 0 48px 0;
  }

  .recruit-item .title-container {
    height: 60px;
  }

  .recruit-item .title {
    font-size: 14px;
  }

  .recruit-content h2 {
    font-size: 1.25em;
  }

  .recruit-footer {
    margin: 0;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .recruit-button {
    width: 100%;
    font-size: 1.06em;
  }

  .recruit-content {
    padding: 56px 0 84px 0;
  }

  .recruit-header h2 {
    font-size: 36px;
  }

  .recruit-header p {
    margin: 32px auto 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .recruit-list {
    padding: 40px 40px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .recruit-item {
    display: block;
    width: 100%;
    margin: 0 0 48px 0;
  }

  .recruit-item .title-container {
    height: 60px;
  }

  .recruit-item .title {
    font-size: 14px;
  }

  .recruit-content h2 {
    font-size: 1.25em;
  }

  .recruit-footer {
    margin: 0;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .recruit-button {
    width: 100%;
    font-size: 1.06em;
  }
}

/*
 Company
———————————————*/
.background-wrap {
  margin-top: 80px;
  padding: 0 3em;
}

.background-inner {
  padding-bottom: 2.5em;
  background-image: url(images/background-white.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.company {
  padding: 0 2em;
}

.company-header {
  padding: 6em 0 5em 0;
}

.company-header h2 {
  padding: 0;
  font-size: 3.43em;
  letter-spacing: 0.08em;
  color: #477A8C;
  font-family: 'Marcellus', sans-serif;
}

.company table {
  text-align: left;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.company table tr {
  display: block;
  color: #222222;
}

.company table th {
  padding: 1em 0;
  width: 13em;
  vertical-align: text-top;
}

.company table td {
  padding: 1em 0;
  width: auto;
}

.company table a {
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .background-wrap {
    padding: 0 1em;
  }
}

@media screen and (max-width: 414px) {
  .company {
    padding: 0 3.375em;
  }

  .background-wrap {
    margin-top: 0;
    padding: 0;
  }

  .company-header {
    padding: 4em 0 3em 0;
  }

  .company-header h2 {
    font-size: 2.25em;
  }

  .company table {
    margin: 0;
    letter-spacing: 0;
  }

  .company table th {
    display: block;
    width: 100%;
    padding: 0 0 1em 0;
    font-size: 13px;
    vertical-align: top;
  }

  .company table td {
    display: block;
    width: 100%;
    padding: 0 0 2em 0;
    font-size: 14px;
  }
}

/*
 Contact
———————————————*/
.contact {
  padding: 0 2em;
}

.contact-header {
  padding: 9em 0 1.625em 0;
  text-align: center;
}

.contact-header h2 {
  padding: 0;
  font-size: 3.43em;
  letter-spacing: 0.08em;
  color: #477A8C;
  font-family: 'Marcellus', sans-serif;
}

.contact-header p {
  margin-top: 2em;
  font-size: 1.06em;
  line-height: 2;
  color: #222222;
}

/* タブ */
.contact-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2em 8%;
  background-color: #FFFFFF;
}

.contact-content .tabs {
  width: 100%;
}

.contact-content .tab_item {
  display: block;
  float: left;
  width: 50%;
  padding: 1em 0;
  font-size: 1.5625em;
  text-align: center;
  border-bottom: 2px solid transparent;
  transition: all 0.6s;
}

.contact-content .tab_item:hover {
  opacity: 0.5;
}

.contact-content input[name="tab_item"] {
  display: none;
}

.contact-content .tab_wrapper {
  opacity: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
  font-size: 16px;
}

#line:checked~#line_content,
#mail:checked~#mail_content {
  opacity: 1;
  height: auto;
}

.tabs input:checked+.tab_item {
  border-color: #222222;
  pointer-events: none;
}

/*コンテンツ*/
.tab_description {
  margin-top: 2.5em;
  padding: 0.75em;
  width: 100%;
  font-size: 1.06em;
  line-height: 2;
  text-align: center;
  background-color: #E1ECF0;
  box-sizing: border-box;
}

.tab_description p {
  margin: 0;
}

.tab_content {
  padding: 4em 0;
}

.tab_title {
  padding: 0;
  font-size: 1.56em;
  line-height: 1.5;
  text-align: left;
}

.tab_contentList {
  margin: 3em 0 0 2em;
  counter-reset: number 0;
}

.tab_contentItem {
  position: relative;
  padding: 0 0 2em 7em;
  border-left: 2px solid #222222;
}

.tab_contentItem:last-child {
  border-left: none;
}

.tab_contentItem::before {
  position: absolute;
  top: 0;
  left: -0.75em;
  counter-increment: number 1;
  content: counter(number);
  display: block;
  width: 1.5em;
  height: 1.5em;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  border-radius: 1.5em;
  background-color: #222222;
}

.tab_contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_contentInnerLeft {
  max-width: 15.25em;
  width: 30%;
  margin-right: 3.4em;
  flex-shrink: 0;
  text-align: center;
}

.tab_contentInnerLeft img {
  margin: 0 0 1.5em 0;
}

.tab_contentInnerLeft img.qr-img {
  width: 70%;
}

.tab_contentText {
  margin: 0 0 1em 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2;
}

.tab_contentSubText {
  font-size: 1em;
}

.contact-tab_content {
  padding: 4em 0;
}

/* フォーム */
input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

select:focus-visible {
  outline: none;
}

.contact_form_text {
  margin: 10px 0 0;
}

.contact form {
  padding: 0 0 5.5em 0;
}

.contact .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

.contact .form .form_block01 {
  width: 50%;
  padding-right: 40px;
  text-align: left;
  box-sizing: border-box;
}

.contact .form .form_block02 {
  width: 50%;
  text-align: left;
  box-sizing: border-box;
}

.contact .form label {
  display: block;
  margin: 1.5em 0 0.25em 0;
  font-size: 1em;
  color: #222323;
}

.contact .form label span {
  padding-left: 1em;
  color: transparent;
}

.contact .form label span::before {
  display: inline-block;
  content: "必須";
  padding: 0 1em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 0.8em;
  background-color: #477A8C;
  color: #FFFFFF;
  border-radius: 24px;
}

.contact input {
  padding: 0 1em;
  width: 100%;
  height: 3.5rem;
  border: none;
  background-color: #F4F4F4;
  box-sizing: border-box;
}

.contact select {
  display: inline-flex;
  padding: 1em;
  width: 100%;
  height: 3.5rem;
  border: none;
  background-color: #F4F4F4;
  border-right: 10px solid #F4F4F4;
  box-sizing: border-box;
}

.contact #message {
  width: 600px;
  max-width: 80%;
  height: 200px;
}

.contact textarea {
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 49px);
  border: none;
  background-color: #F4F4F4;
}

.accept {
  font-size: 1em;
  margin: 3.5em 0 1.56em 0;
  text-align: center;
}

.accept+p {
  margin: 0;
  padding: 0;
}

.accept span.wpcf7-list-item {
  margin-left: 1em;
}

.accept input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.contact input.wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 400px;
  height: 64px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 64px;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #222222;
  transition: all 0.6s;
}

.contact input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}

.contact-iframe-wrapper {
  margin-top: 4em;
}

@media screen and (max-width: 1024px) {
  .contact-content .tab_wrapper {
    font-size: 13px;
  }

  .tab_contentItem {
    padding: 0 0 0 5em;
  }
}

@media screen and (max-width: 768px) {
  .contact-content .tab_wrapper {
    font-size: 16px;
  }

  .tab_contentItem {
    padding: 0 0 1.5em 2.4em;
  }

  .contact .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact .form .form_block01,
  .contact .form .form_block02 {
    width: 100%;
  }

  .contact .form .form_block01 {
    padding-right: 0;
  }

  .tab_contentInner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tab_contentInnerLeft {
    width: 100%;
  }
}

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

  .contact input,
  .contact select,
  .contact textarea {
    width: 100%;
  }

  .contact {
    padding: 0;
  }

  .contact-header {
    padding-top: 7.5em;
  }

  .contact-content {
    padding: 0 1.5em;
    background-color: transparent;
  }

  .contact-header h2 {
    font-size: 2.25em;
  }

  .contact-header p {
    font-size: 0.875em;
  }

  .tab_description {
    font-size: 0.875em;
  }

  .contact .contact_form_text p {
    text-align: left;
  }

  .contact-content .tab_item {
    padding: 0.5em 0;
    font-size: 1.125em;
  }

  .contact-iframe-wrapper {
    margin-top: 2em;
  }

  .tab_content {
    padding: 2em 0 1.5em 0;
  }

  .tab_title {
    font-size: 1.06em;
  }

  .tab_contentInnerLeft {
    max-width: 100%;
  }

  .tab_contentItem::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
  }

  .tab_contentText {
    font-size: 1em;
  }

  .tab_contentSubText {
    font-size: 0.8125em;
  }
}

@media screen and (max-width: 350px) {
  .tab_contentSubText {
    font-size: 0.8em;
  }
}

/*
 Collection
———————————————*/
.collection {
  margin: 0 2em;
  padding: 2.5em 2.5em 3.5em 2.5em;
  background-color: #FFFFFF;
}

.collection-inner {
  position: relative;
  display: block;
  padding: 2em;
  text-align: center;
  overflow: hidden;
}

.collection-inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.collection-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(images/collection_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease-in-out;
  z-index: 0;
}

.collection-inner:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.collection-inner:hover::after {
  transform: scale(1.1);
}

.collection-inner:hover {
  background-size: 110% 110%;
}

.collection-content {
  position: relative;
  font-size: 16px;
  z-index: 100;
}

.collection-content h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
  color: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.collection-content p {
  padding: 0;
  margin: 1.5em 0 0 0;
  font-size: 1.06em;
  line-height: 2;
  color: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.collection-button {
  margin: 2em auto 0 auto;
  height: 4em;
  max-width: 25em;
  width: 100%;
  font-size: 1em;
  line-height: 4em;
  color: #222222;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .collection-content {
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) {
  .collection-content {
    font-size: 16px;
  }

  .background-inner {
    padding-bottom: 0;
  }

  .collection {
    margin: 0;
    padding: 0;
  }

  .collection-inner {
    padding: 32px 20px;
  }

  .collection-inner::before {
    background-color: rgba(34, 34, 34, 0.3);
  }

  .collection-inner::after {
    background-image: url(images/collection_bg_sp.png);
  }

  .collection-content h2 {
    font-size: 1.31em;
  }

  .collection-content p {
    font-size: 0.81em;
  }

  .collection-button {
    font-size: 1.06em;
  }
}

/* -----------------------

 Archive

----------------------- */
.archive_page {
  margin-top: 84px;
}

.archive_page .wrapper {
  width: 100%;
  max-width: 1140px;
  min-height: 100vh;
  margin: 0 auto 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.archive_page nav ul {
  margin-bottom: 3%;
  text-align: center;
  font-family: 'Marcellus', sans-serif;
}

.archive_page .tag_list li {
  display: inline-block;
  margin: 0 3%;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #a5a5a5;
}

.archive_page .tag_list li a {
  color: #a5a5a5;
}

.archive_page .tag_list li.all a {
  color: #161c14;
}

.tag-information .archive_page .tag_list li.information a,
.tag-media .archive_page .tag_list li.media a {
  color: #161c14;
}

.tag-media .archive_page .tag_list li.all a,
.tag-information .archive_page .tag_list li.all a {
  color: #a5a5a5;
}

.archive_page ul.archive_news_box {
  border-bottom: dashed 1px #dedede;
  text-align: center;
}

.archive_page .archive_news_box li {
  width: 28%;
  display: inline-block;
  margin: 0 2% 5% 2%;
  vertical-align: top;
  text-align: left;
}

.archive_page .article_data {
  margin: 7% 0 3%;
  font-size: 13px;
  font-family: 'Marcellus', sans-serif;
  letter-spacing: 0.1em;
}

.archive_page .article_data .category {
  margin-left: 6%;
}

.archive_page p.title {
  font-size: 15px;
}

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

  .archive_page nav li,
  .archive_page .article_data {
    font-size: 12px;
  }

  .archive_page p.title {
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 414px) {
  .archive_page {
    margin-top: -1%;
  }

  .archive_page .inner {
    margin: 0% 3% 3%;
  }

  .archive_page nav ul {
    margin: 3% 0 5%;
  }

  .archive_page ul.archive_news_box {
    text-align: left;
  }

  .archive_page .archive_news_box li {
    width: 45%;
  }

  .archive_page .article_data {
    margin: 7% 0 5%;
    line-height: 150%;
  }

  .archive_page .article_data .date {
    display: block;
  }

  .archive_page .article_data .category {
    margin-left: 0;
  }
}

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

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

  .archive_page nav li,
  .archive_page .article_data {
    font-size: 10px;
  }

  .archive_page p.title {
    font-size: 12px;
  }
}

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

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

/* -----------------------

 Pager

----------------------- */
.pager {
  padding-top: 10px;
  text-align: center;
  margin: 20px 0;
}

.page-numbers.current {
  color: #fff;
  background-color: #121212;
  border: 1px solid #121212;
}

.page-numbers {
  background-color: #eeeeee;
  color: #121212;
  padding: 12px 14px;
  margin: 0 5px 0 0;
  border: 1px solid #121212;
}

.page-numbers:hover {
  opacity: 0.8;
}

.page-numbers.current:hover {
  opacity: 1;
}

.page-numbers.dots {
  padding: 0;
  background-color: transparent;
  color: #999;
  border: none;
}

.page-numbers.prev,
.page-numbers.next {
  display: none;
}

/* -----------------------

 Single Page

----------------------- */
.singe_page {
  margin-top: 84px;
}

.singe_page .wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.singe_page .container {
  width: 94%;
}

.singe_page .news_box {
  border-top: dashed 1px #231815;
  border-bottom: dashed 1px #231815;
  padding: 5% 0;
}

.singe_page article .date {
  width: 18%;
  display: inline-block;
  font-size: 24px;
  font-family: 'Marcellus', sans-serif;
  vertical-align: top;
  margin: 3% 0;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.singe_page article .date span {
  font-size: 13px;
}

.singe_page article .date span.year {
  display: block;
}

.singe_page article .date span.week {
  margin-left: 10px;
}

.singe_page article h1 {
  width: 76%;
  display: inline-block;
  font-size: 24px;
  text-align: left;
  border-left: dashed 1px #231815;
  margin: 3% 0;
  padding-left: 5%;
  line-height: 150%;
  overflow-wrap: break-word;
}

.singe_page article .category {
  font-size: 13px;
  display: block;
}

.singe_page article img {
  margin: 30px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.singe_page article .article_text {
  width: 720px;
  margin: 0 auto;
}

.singe_page article .article_text p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 180%;
}

.singe_page article .article_text a {
  text-decoration: underline;
  word-break: break-all;
}

.singe_page article .article_text h2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
  font-size: 24px;
  margin: 8% 0 4%;
  padding: 0 0 5px;
  border-bottom: 1px solid;
  line-height: 140%;
  letter-spacing: 0;
}

.singe_page article .article_text table th {
  text-align: left;
  padding: 6px 20px 6px 0;
}

.singe_page article .article_text table td {
  padding: 6px 20px 6px 0;
}

.singe_page article .article_text .btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
  margin: 2% 0 2%;
  padding: 1% 10px;
  font-size: 14px;
  text-align: center;
  background: #121212;
  color: #fff;
  text-decoration: none;
}

.singe_page .related_news h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  padding: 10% 0 2%;
}

.singe_page .related_news ul {
  text-align: center;
}

.singe_page .related_news li {
  width: 28%;
  display: inline-block;
  margin: 0 2% 5% 2%;
  vertical-align: top;
  text-align: left;
}

.singe_page .related_news .article_data {
  font-size: 13px;
  display: inline-block;
  margin: 7% 0 3%;
  font-family: 'Marcellus', sans-serif;
  letter-spacing: 0.1em;
}

.singe_page .related_news .article_data .category {
  padding-left: 10px;
}

.singe_page .related_news .title {
  font-size: 15px;
  display: block;
}

.singe_page .related_news .btn {
  display: block;
  width: 20%;
  margin: 4% auto 0;
  padding: 1% 0;
  font-size: 14px;
  text-align: center;
  background: #121212;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .singe_page h1 {
    width: 75%;
  }

  .singe_page .related_news .title {
    width: 80%;
  }

  .singe_page .related_news .date {
    width: 19%;
  }

  .singe_page article .article_text {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .singe_page {
    margin-top: -1px;
  }

  .singe_page .inner {
    margin: 0% 3% 3%;
  }

  .singe_page article .date {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
  }

  .singe_page article .date span.year {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }

  .singe_page article .date span {
    font-size: 12px;
  }

  .singe_page article h1 {
    font-size: 18px;
    border-left: none;
    padding-left: 0;
    width: 100%;
    margin: 0 0 20px;
  }

  .singe_page article .category {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .singe_page article .article_text p {
    font-size: 14px;
  }

  .singe_page article .article_text h2 {
    font-size: 22px;
    margin: 10% 0 4%;
  }

  .singe_page .related_news li {
    width: 45%;
  }

  .singe_page .related_news h2 {
    font-size: 26px;
  }

  .singe_page .related_news h2 span {
    font-size: 14px;
  }

  .singe_page .relatednews_box {
    padding: 4% 0;
  }

  .singe_page .related_news .date {
    width: 100%;
    font-size: 12px;
    margin: 0;
    display: block;
    line-height: 100%;
  }

  .singe_page .related_news .article_data .category {
    padding-left: 0px;
    font-size: 10px;
  }

  .singe_page .related_news .title {
    width: 100%;
    font-size: 15px;
  }

  .singe_page .related_news .title span {
    font-size: 12px;
  }

  .singe_page .related_news .btn {
    margin: 5% auto;
    font-size: 12px;
    width: 40%;
    padding: 2% 0;
  }
}

@media screen and (max-width: 360px) {
  .singe_page h1 {
    font-size: 16px;
  }

  .singe_page article .date {
    font-size: 10px;
  }

  .singe_page .category {
    font-size: 10px;
  }

  .singe_page article .article_text p {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 4%;
  }

  .singe_page .related_news .title {
    font-size: 14px;
  }

  .singe_page .related_news .title span,
  .singe_page .related_news .date {
    font-size: 10px;
  }
}

/* -----------------------

 Page

----------------------- */
.page h1 {
  font-family: 'Marcellus', sans-serif;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  padding: 2% 0 4%;
}

.page h1 span {
  font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif, "宋体", Gulim;
  margin: 2% 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .page article {
    min-height: 64vh;
  }
}

@media screen and (max-width: 414px) {
  .page h1 {
    font-size: 24px;
  }

  .page h1 span {
    margin: 0%;
    font-size: 10px;
  }
}

/* -----------------------

 Animation

----------------------- */
.is-fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
}

.is-fadeup-l {
  opacity: 0;
  visibility: hidden;
  transform: translate(10%, 20%);
}

.is-fadeup.active,
.is-fadeup-l.active {
  animation: fadeup 1s ease-in-out forwards;
}

@keyframes fadeup {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes fadeinline {
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes expand {
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
  }
}
