.ihara-image img, .txt-list .item-title p, .txt-list picture img, .img-list .item-title p, .img-list img, .list-menu label svg {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-index:after, .wp-pagenavi:after, .pager:after, .pagination:after, .ig-list:after, .insta:after, .project-text:after, .txt-list .list-item:after, .txt-list .item-sizer:after, .img-list:after, .back-slide ul:after {
  content: "";
  display: block;
  clear: both;
}

.ig-link a {
  display: block;
  text-decoration: none;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  background: #cccccc;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  width: 300px;
}
@media all and (min-width: 770px) {
  .ig-link a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 640px) {
  .ig-link a {
    width: 100%;
  }
}

.category-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.contact-form::after, .contact-tel::after, .contact-mail::after, .ig-list li a::before, .insta li a::before {
  display: block;
  content: "";
  position: absolute;
}

.img-list .item-title p span, .img-list .item-title p, .list-menu label {
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*************
  top
*************/
#top span {
  border-top: 1px solid #fff;
}
#top a::before {
  background: #fff;
}
#top a::after {
  background: #fff;
}

.open a::before {
  background: #010101 !important;
}
.open a::after {
  background: #010101 !important;
}

#top.invert span {
  border-top: 1px solid #010101;
}
#top.invert a::before {
  background: #010101;
}
#top.invert a::after {
  background: #010101;
}

#logo img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#logo.invert img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#navigation.invert a {
  color: #999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation.invert #ig img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation.invert #fb img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navigation.invert .topcrr {
  color: #000 !important;
}
#navigation.invert .topcrr::after {
  left: 0;
}

@media all and (max-width: 769px) {
  .topcrr {
    color: #000 !important;
    text-decoration: underline !important;
  }
}

#navigation a:hover {
  color: #010101;
}
@media all and (min-width: 770px) {
  #navigation #ig img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #navigation #ig:hover img {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #navigation #fb img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #navigation #fb:hover img {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.slide {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.first-view {
  position: relative;
}
.first-view .scroll-link {
  position: absolute;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.first-view .scroll-link .logo img {
  width: 280px;
}
.first-view .scroll-link .scroll {
  width: 28px;
  margin: 40px auto 0;
}

#projects {
  padding-top: 100px;
}

.back-slide {
  background: #e6eaec;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.back-slide ul {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.back-slide ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.back-slide ul li picture {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.back-slide ul li img {
  position: relative;
  width: 100%;
  height: 100%;
}

html, .initial-view {
  position: relative;
  width: 100%;
  height: 100%;
}

.initial-view {
  position: fixed;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 900;
  opacity: 0;
}
.initial-view .logo {
  font-size: 50px;
  font-size: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
  margin: auto;
  width: 300px;
  text-align: center;
  z-index: 490;
}
@media all and (max-width: 769px) {
  .initial-view .logo {
    width: 200px;
  }
}

.top-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  width: 42px;
  height: 42px;
  z-index: 500;
}
.top-scroll a {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 770px) {
  .top-scroll a:hover {
    opacity: 0.7;
  }
}
.top-scroll a img {
  display: block;
  position: relative;
}

.contents-menu {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 35px 40px;
}
@media all and (max-width: 769px) {
  .contents-menu {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.contents-menu .category-menu, .contents-menu .list-menu {
  display: inline-block;
  vertical-align: top;
}
.contents-menu dt {
  font-size: 10px;
  font-size: 1rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}

.category-menu {
  margin: 0 20px 5px 0;
}
.category-menu .category-select-wrapper {
  background: #fff url("/img/select-arrow.svg") no-repeat 94% center;
  background-size: 8px 8px;
}

.category-select {
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  padding: 0 25px 0 5px;
  width: auto;
  height: 25px;
}

.list-menu input {
  display: none;
}
.list-menu input:checked + label {
  background: #fff;
  cursor: auto;
}
@media all and (min-width: 770px) {
  .list-menu input:checked + label:hover {
    opacity: 1;
  }
}
.list-menu input:checked + label svg * {
  fill: #010101;
}
.list-menu label {
  display: inline-block;
  background: #cdd4d7;
  position: relative;
  width: 80px;
  height: 25px;
  cursor: pointer;
}
@media all and (min-width: 770px) {
  .list-menu label:hover {
    opacity: 0.7;
  }
}
.list-menu label svg {
  display: block;
  position: relative;
  margin: auto;
}
.list-menu label svg * {
  fill: #646869;
}

.img-list a, .txt-list a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #010101;
}

.img-list {
  padding: 0 10px 0 0;
}
@media all and (max-width: 640px) {
  .img-list {
    padding-right: 5px;
  }
}
.img-list .list-sizer, .img-list .list-item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
  position: relative;
  margin-bottom: 10px;
  padding-top: 32%;
  width: 25%;
  overflow: hidden;
}
@media all and (min-width: 1600px) {
  .img-list .list-sizer, .img-list .list-item {
    padding-top: 20%;
    width: 16.6666666667%;
  }
}
@media all and (max-width: 640px) {
  .img-list .list-sizer, .img-list .list-item {
    margin-bottom: 0;
    padding-top: 66%;
    width: 50%;
  }
}
.img-list .list-sizer .badge, .img-list .list-item .badge {
  position: absolute;
  top: 23px;
  left: 8px;
  color: #fff;
  background: #EEB052;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media all and (max-width: 640px) {
  .img-list .list-sizer .badge, .img-list .list-item .badge {
    top: 5px;
    left: 5px;
  }
}
.img-list .list-item-x2 {
  width: 50%;
}
@media all and (min-width: 1600px) {
  .img-list .list-item-x2 {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 640px) {
  .img-list .list-item-x2 {
    padding-top: 33%;
  }
}
.img-list a {
  display: block;
  text-decoration: none;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .img-list a {
    left: 5px;
    bottom: 5px;
  }
}
@media all and (min-width: 770px) {
  .img-list a:hover .item-title {
    opacity: 1;
    z-index: 1;
  }
  .img-list a:hover .item-title p {
    opacity: 1;
    margin-top: 0;
  }
  .img-list a:hover .item-title p span {
    opacity: 1;
    top: 0;
  }
}
@media all and (max-width: 769px) {
  .img-list a:hover .item-title {
    opacity: 1;
    z-index: 1;
  }
  .img-list a:hover .item-title p {
    opacity: 1;
    margin-top: 0;
  }
  .img-list a:hover .item-title p span {
    opacity: 1;
    top: 0;
  }
}
.img-list img {
  position: absolute;
  width: 100%;
  height: auto;
}
.img-list .item-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease-in 0.35s;
  transition: all ease-in 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 640px) {
  .img-list .item-title {
    left: 0;
  }
}
.img-list .item-title p {
  color: #fff;
  opacity: 0;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 10px 10px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.img-list .item-title p span {
  display: block;
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.txt-list {
  padding: 0 40px;
}
@media all and (max-width: 769px) {
  .txt-list {
    padding: 0 20px;
  }
}
.txt-list .list-item, .txt-list .item-sizer {
  margin-bottom: 10px;
  width: 50%;
  height: 100px;
}
@media all and (max-width: 769px) {
  .txt-list .list-item, .txt-list .item-sizer {
    width: 100%;
    height: 113px;
  }
}
@media all and (max-width: 640px) {
  .txt-list .list-item, .txt-list .item-sizer {
    margin-bottom: 5px;
    height: 90px;
    /**/
    height: auto;
    /**/
  }
}
.txt-list a {
  text-decoration: none;
  display: block;
}
@media all and (min-width: 770px) {
  .txt-list a:hover {
    opacity: 0.7;
  }
}
.txt-list picture {
  display: block;
  position: absolute;
  width: 150px;
  height: 100px;
  overflow: hidden;
}
@media all and (max-width: 769px) {
  .txt-list picture {
    width: 170px;
    height: 113px;
  }
}
@media all and (max-width: 640px) {
  .txt-list picture {
    width: 50%;
    height: 90px;
    /**/
    position: relative;
    float: left;
    height: auto;
    padding-top: 33%;
    /**/
  }
}
.txt-list picture img {
  width: 100%;
  height: auto;
  position: relative;
}
@media all and (max-width: 640px) {
  .txt-list picture img {
    /**/
    position: absolute;
    /*-webkit-transform: none;
    transform: none;*/
    /**/
  }
}
.txt-list picture .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  background: #EEB052;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media all and (max-width: 640px) {
  .txt-list picture .badge {
    top: 5px;
    left: 5px;
  }
}
.txt-list .item-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 150px;
  padding: 0 30px;
  height: 100px;
}
@media all and (max-width: 769px) {
  .txt-list .item-title {
    margin-left: 170px;
    padding: 0 20px;
    height: 113px;
  }
}
@media all and (max-width: 640px) {
  .txt-list .item-title {
    margin-left: 50%;
    padding: 0 10px;
    height: 90px;
    /**/
    height: auto;
    /**/
  }
}
.txt-list .item-title p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
@media all and (max-width: 640px) {
  .txt-list .item-title p {
    font-size: 14px;
    font-size: 1.4rem;
    /**/
    margin-bottom: 10px;
    -webkit-transform: none;
    transform: none;
    /**/
  }
}
.txt-list .item-title p span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

/*************
  projects
*************/
.project-detail {
  position: relative;
}
@media all and (max-width: 769px) {
  .project-detail {
    padding: 0;
  }
}

.project-header {
  position: relative;
  padding: 45px 35px 0;
  margin-top: -20px;
}
@media all and (max-width: 769px) {
  .project-header {
    background: none;
    padding: 45px 20px 0;
  }
}
.project-header h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.project-header h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.project-header .badge {
  position: absolute;
  top: 0;
  left: 35px;
  color: #fff;
  background: #EEB052;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media all and (max-width: 769px) {
  .project-header .badge {
    left: 20px;
  }
}

.project-main-image {
  margin: 60px 0;
  line-height: 0;
}
@media all and (max-width: 769px) {
  .project-main-image {
    margin: 40px 0;
  }
}
.project-main-image img {
  width: 100%;
  height: auto;
}

.project-text {
  margin: auto;
  padding: 0 20px;
  max-width: 980px;
}
.project-text .flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 640px) {
  .project-text .flex-unit {
    display: block;
  }
}
.project-text .left-unit .text-unit {
  margin-bottom: 60px;
}
@media all and (max-width: 640px) {
  .project-text .left-unit {
    margin-bottom: 80px;
  }
}
.project-text .sub-column {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-right: 60px;
  width: 23.4693877551%;
}
@media all and (max-width: 769px) {
  .project-text .sub-column {
    margin-bottom: 60px;
    width: auto;
  }
}
.project-text .sub-column a {
  color: #010101;
}
@media all and (min-width: 770px) {
  .project-text .sub-column a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.project-text .main-column {
  width: 76.5306122449%;
}
@media all and (max-width: 769px) {
  .project-text .main-column {
    width: auto;
  }
}

.project-data {
  font-size: 12px;
  font-size: 1.2rem;
}
.project-data a {
  color: #010101;
  font-size: 12px;
  font-size: 1.2rem;
}
.project-data p {
  line-height: 2.2 !important;
  font-size: 13px !important;
}

.text-ja {
  margin-bottom: 100px;
}
.text-ja p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.text-en p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.project-image {
  line-height: 1;
}
@media all and (max-width: 640px) {
  .project-image {
    margin-bottom: 80px;
  }
}
.project-image li {
  margin-bottom: 10px;
  min-width: 490px;
  max-width: 490px;
  margin-left: 40px;
}
@media all and (max-width: 769px) {
  .project-image li {
    min-width: 350px;
    margin-left: 20px;
  }
}
@media all and (max-width: 640px) {
  .project-image li {
    margin-bottom: 5px;
    min-width: 100%;
    margin-left: 0;
  }
}
.project-image li img {
  width: 100%;
  height: auto;
}
.project-image p:empty {
  display: none;
}

.project-pager {
  position: absolute;
  right: 30px;
  top: 70px;
}
@media all and (max-width: 769px) {
  .project-pager {
    top: 110px;
  }
}
@media all and (max-width: 640px) {
  .project-pager {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    margin-left: 10px;
    text-align: center;
  }
}
.project-pager li {
  display: inline-block;
}
.project-pager li + li::before {
  top: 12px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
  margin-right: 0.5em;
}
@media all and (max-width: 640px) {
  .project-pager li + li::before {
    display: none;
  }
}
.project-pager li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #010101;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 12px 10px 15px;
  text-decoration: none;
}
@media all and (min-width: 770px) {
  .project-pager li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.project-pager .prev a::before {
  top: 11px;
  left: -5px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid #000;
  border-bottom: 5px solid transparent;
}
.project-pager .next a::after {
  top: 11px;
  right: -5px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #000;
  border-bottom: 5px solid transparent;
}
.project-pager .prev a, .project-pager next a {
  position: relative;
}

/*************
  about
*************/
.about .sub-column {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media all and (min-width: 770px) {
  .about .sub-column {
    padding-top: 4px;
  }
}
.about .sub-column h2 {
  font-size: 12px;
  font-size: 1.2rem;
}
.about .main-column h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.about .main-column .quote h3 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
  margin-left: -5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.concept p {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.outline {
  line-height: 1.6;
  margin-bottom: 20px;
}
.outline dt {
  float: left;
  padding-right: 2em;
  width: 4.15em;
  text-align: right;
}
@media all and (max-width: 769px) {
  .outline dt {
    text-align: left;
  }
}
@media all and (max-width: 640px) {
  .outline dt {
    float: none;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px;
    width: auto;
  }
}
.outline dd {
  margin-left: 6.15em;
}
@media all and (max-width: 640px) {
  .outline dd {
    margin-left: 0;
  }
}

.access {
  max-width: none;
}

.ihara-image {
  float: left;
  line-height: 0;
  position: relative;
  margin: 0 20px 30px 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .ihara-image {
    float: none;
    margin-bottom: 10px;
  }
}
.ihara-image img {
  position: absolute;
}

.ihara-name {
  line-height: 2;
}
@media all and (max-width: 640px) {
  .ihara-name {
    margin-bottom: 30px;
  }
}
.ihara-name span {
  display: block;
}

.history {
  clear: both;
  margin-bottom: 40px;
}
.history h3, .history h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.history h3 span::before, .history h4 span::before {
  display: inline-block;
  content: "/";
  margin: 0 0.5em;
}
.history h3 {
  border-bottom: 1px solid #010101;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.history h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.history dt {
  float: left;
  padding-right: 2em;
  width: 5.5em;
}
@media all and (max-width: 640px) {
  .history dt {
    float: none;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px;
    width: auto;
  }
}
.history dd {
  margin-left: 7.5em;
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .history dd {
    margin-left: 0;
  }
}
.history p {
  margin: 0;
}

/*************
  study
*************/
.section-wrapper.study-wrapper {
  padding: 0 0 0 10px;
}
@media all and (max-width: 640px) {
  .section-wrapper.study-wrapper {
    padding-left: 5px;
  }
}
@media all and (max-width: 769px) {
  .section-wrapper.study-wrapper .intro-text {
    padding: 0 20px;
  }
}

.ig-list, .insta {
  background: url("/img/loading.gif") no-repeat center center;
  margin-bottom: 40px;
  width: 100%;
}
.ig-list li, .insta li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
  position: relative;
  padding-top: 33.3333333333%;
  width: 33.3333333333%;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .ig-list li, .insta li {
    padding-top: 50%;
    width: 50%;
  }
}
.ig-list li:nth-child(3n), .insta li:nth-child(3n) {
  margin-right: 0;
}
.ig-list li a, .insta li a {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 10px;
  left: 0;
}
@media all and (max-width: 640px) {
  .ig-list li a, .insta li a {
    right: 5px;
    bottom: 5px;
  }
}
.ig-list li a::before, .insta li a::before {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in 0.35s;
  transition: all ease-in 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
@media all and (min-width: 770px) {
  .ig-list li a:hover::before, .insta li a:hover::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.ig-list li img, .insta li img {
  width: 100%;
  height: auto;
}

.ig-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding-right: 10px;
  width: 33.3333333333%;
  text-align: center;
}
@media all and (max-width: 769px) {
  .ig-link {
    padding-right: 5px;
    width: 300px;
  }
}
@media all and (max-width: 640px) {
  .ig-link {
    width: auto;
  }
}
.ig-link a {
  font-size: 14px;
  font-size: 1.4rem;
  width: auto;
}
.ig-link * {
  display: inline-block;
  vertical-align: middle;
}
.ig-link img {
  margin-right: 5px;
  width: 30px;
}
.ig-link span {
  letter-spacing: 0.1em;
}

/*************
  recruit
*************/
.recruit .section h2 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.8;
}

.recruit-number {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*************
  news
*************/
.news .section {
  padding-bottom: 130px;
}

.entry-date, .entry-category {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.5;
}

.entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
}
.entry-title a {
  color: #010101;
  line-height: 1;
  text-decoration: none;
}
@media all and (min-width: 770px) {
  .entry-title a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.pager, .pagination {
  border-top: 1px solid #010101;
  font-size: 0;
  max-width: 980px;
  margin: 60px auto;
}
@media all and (max-width: 769px) {
  .pager, .pagination {
    margin: 0 20px;
  }
}
.pager li, .pagination li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.pager li.next, .pagination li.next {
  float: right;
}
.pager li a, .pagination li a {
  display: inline-block;
  border-top: 1px solid transparent;
  color: #010101;
  display: block;
  text-decoration: none;
  margin-top: -1px;
  padding: 5px 8px;
}
@media all and (min-width: 770px) {
  .pager li a:hover, .pagination li a:hover {
    border-top-color: #818181;
    color: #818181;
  }
}
.pager li.crr span, .pagination li.crr span {
  display: inline-block;
  border-top: 1px solid #818181;
  color: #818181;
  margin-top: -1px;
  padding: 5px 8px;
}
.pager .prev a, .pagination .prev a {
  padding: 5px 20px;
}
.pager .allow a, .pagination .allow a {
  padding: 5px 20px;
}
.pager .prev a::before, .pagination .prev a::before {
  top: 12px;
  left: 0px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid #000;
  border-bottom: 5px solid transparent;
}
.pager .allow a::after, .pagination .allow a::after {
  top: 12px;
  right: 0px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #000;
  border-bottom: 5px solid transparent;
}
.pager .prev a, .pagination .prev a, .pager .allow a, .pagination .allow a {
  position: relative;
}

.wp-pagenavi {
  border-top: 1px solid #010101;
  font-size: 0;
  max-width: 980px;
  margin: 60px auto;
}
@media all and (max-width: 769px) {
  .wp-pagenavi {
    margin: 0 20px;
  }
}
.wp-pagenavi span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.wp-pagenavi span.next {
  float: right;
}
.wp-pagenavi span a {
  display: inline-block;
  border-top: 1px solid transparent;
  color: #010101;
  display: block;
  text-decoration: none;
  margin-top: -1px;
  padding: 5px 8px;
}
@media all and (min-width: 770px) {
  .wp-pagenavi span a:hover {
    border-top-color: #818181;
    color: #818181;
  }
}
.wp-pagenavi span.current {
  display: inline-block;
  border-top: 1px solid #818181;
  color: #818181;
  margin-top: -1px;
  padding: 5px 8px;
}
.wp-pagenavi .page {
  display: inline-block;
  border-top: 1px solid transparent;
  color: #010101;
  margin-top: -1px;
  padding: 5px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}
@media all and (min-width: 770px) {
  .wp-pagenavi .page:hover {
    border-top-color: #818181;
    color: #818181;
  }
}

.news-category-label {
  font-size: 10px;
  font-size: 1rem;
  margin: 0 0 20px 0;
}
@media all and (max-width: 769px) {
  .news-category-label {
    margin-left: 20px;
  }
}

.news-index {
  line-height: normal;
}
@media all and (max-width: 769px) {
  .news-index {
    padding: 0 20px;
  }
}
.news-index .entry-date, .news-index .entry-category {
  float: left;
  line-height: 2;
  width: 14.693877551%;
}
@media all and (max-width: 640px) {
  .news-index .entry-date, .news-index .entry-category {
    float: none;
    width: auto;
  }
}
.news-index .entry-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 14.693877551%;
}
@media all and (max-width: 640px) {
  .news-index .entry-title {
    margin-left: 0;
  }
}

.sub-column .badge {
  color: #fff;
  background: #EEB052;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.text-ja-news {
  margin-bottom: 40px;
}
.text-ja-news p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/img/PDF_24-1.webp) no-repeat;
}

/*************
  contact
**************/
.contact-tel, .contact-mail {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 100px;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
@media all and (max-width: 769px) {
  .contact-tel, .contact-mail {
    float: none;
    padding: 0 !important;
    width: auto;
  }
}
.contact-tel::after, .contact-mail::after {
  left: 0;
  top: 35px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cdd4d7;
}
.contact-tel h3, .contact-mail h3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0 0 20px;
}
.contact-tel span, .contact-mail span, .contact-tel a, .contact-mail a {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.contact-tel a, .contact-mail a {
  color: #010101;
  text-decoration: none;
}
@media all and (min-width: 770px) {
  .contact-tel a:hover, .contact-mail a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.contact-mail {
  padding: 0 100px 0 0;
}

.contact-form {
  clear: both;
  position: relative;
  text-align: center;
}
.contact-form::after {
  left: 0;
  top: 35px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cdd4d7;
}
.contact-form.confirm::after {
  display: none;
}
.contact-form h3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0 0 40px;
}
.contact-form > p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.2;
}
@media all and (max-width: 640px) {
  .contact-form > p {
    text-align: left;
  }
  .contact-form > p br {
    display: none;
  }
}

.request-select li {
  display: inline-block;
  margin: 0 20px 0 0;
}