/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2021 | 07:11:08 */
@charset "UTF-8";

/* ============================================
  page common
============================================ */

/* sidecolumn-page
--------------------------------- */
#page .sidecolumn-page {
  width: 400px;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 101;
}
#page .sidecolumn-page__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page .sidecolumn-page__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(48, 51, 59, 0.8);
}
#page .sidecolumn-page__logo {
  padding-top: 8vh;
}
#page .sidecolumn-page__logo a {
  display: block;
  transition: opacity .2s;
}
#page .sidecolumn-page__logo a:hover {
  opacity: 0.7;
}
#page .sidecolumn-page__title {
  font-size: 5rem;
  font-size: min(8rem, 9vh);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  margin-top: -2vh;
}
#page .sidecolumn-page__contact {
  width: 70%;
  margin: auto;
  padding: 1.2vh 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  left: 15%;
  bottom: 80px;
}
#page .sidecolumn-page__contact a {
  background: #919191;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: block;
  padding: 2vh 0;
  border: 1px solid #919191;
  position: relative;
  transition: opacity .2s;
}
#page .sidecolumn-page__contact a:hover {
  opacity: 0.7;
}
#page .sidecolumn-page__contact .svg-include {
  display: inline-block;
  width: 24px;
  margin: 0 8%;
}
#page .sidecolumn-page__contact .icon_mail .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;;
}
#page .sidecolumn-page__contact .icon_arw_wht .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#page .sidecolumn-page .sidecolumn__menu-bottom .cls-1 {
  fill: #fff;
}


/* mainheader
--------------------------------- */
#page .mainheader {
  width: 100%;
  height: 200px;
  position: relative;
  top: 70px;
  z-index: 1;
}
#page .mainheader__inner {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .mainheader__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page .mainheader__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(48, 51, 59, 0.6);
}
#page .mainheader__title {
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#page .mainheader__title-en {
  font-size: 3rem;
  letter-spacing: 0.2em;
}


/* main-section
--------------------------------- */
#page .main-section:first-of-type {
  padding-top: 215px;
}

/* footer__contact
--------------------------------- */
#page .footer__contact.main-section {
  padding: 0;
}
#page .footer__contact-block {
  height: 380px;
}

#page .footer__contact-btn a {
  display: block;
  transition: opacity .2s;
}
#page .footer__contact-btn a:hover {
  opacity: 0.7;
}

#page .footer__contact-btn .icon {
  display: inline-block;
  width: 48px;
  margin-right: 30px;
  position: relative;
  top: -3px;
}
#page .footer__contact-btn-en {
  font-size: 3.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#page .footer__contact-btn-ja {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
#page .footer__contact-btn-ja::before,
#page .footer__contact-btn-ja::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#page .footer__contact-btn-ja::before {
  left: 0;
}
#page .footer__contact-btn-ja::after {
  right: 0;
}


@media only screen and (max-width: 767px) {

  #page .main-section:first-of-type {
    padding-top: 120px;
  }
  #page .footer__contact.main-section {
    padding: 0;
  }


  #page .footer__contact-block {
    height: 260px;
  }
  #page .footer__contact-btn-en {
    font-size: 2.6rem;
  }
  #page .footer__contact-btn .icon {
    display: inline-block;
    width: 40px;
    margin-right: 15px;
  }
  #page .footer__contact-btn-ja {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  #page .footer__contact-btn-ja::before,
  #page .footer__contact-btn-ja::after {
    width: 40px;
    height: 1px;
  }


}




/* ============================================
  about
============================================ */

/* about
--------------------------------- */
#page .about__section {
  padding-bottom: 60px;
}
#page .about__contents {
  margin-top: 50px;
}
#page .about__table {
  width: 100%;
}
#page .about__table th,
#page .about__table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}
#page .about__table th {
  width: 230px;
  border-right: 1px solid #30333b;
  font-weight: bold;
}
#page .about__table td {
  padding-left: 15%;
  position: relative;
}
#page .about__table .daihyo-link {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .about__table .daihyo-link a {
  display: block;
  transition: opacity .2s;
}
#page .about__table .daihyo-link a:hover {
  opacity: 0.7;
}
#page .about__table .daihyo-link .svg-include {
  width: 150px;
  display: inline-block;
}
#page .about__table .daihyo-link svg {
  vertical-align: middle;
}
#page .about__table .daihyo-link .cls-1 {
  fill: #333;
}


/* concept
--------------------------------- */
#page .concept__section {
  padding: 60px 0;
}
#page .concept__block-img {
  width: 36%;
  max-width: 570px;
}
#page .concept__block-info {
  flex: 1;
  padding: 2% 2% 2% 5%;
}
#page .concept__block-title {
  font-size: 2rem;
  font-weight: bold;
}
#page .concept__block-text {
  margin-top: 2%;
}
#page .concept__block-thumb-list {
  margin: 20px -1% 0;
}
#page .concept__block-thumb-item {
  width: 25%;
  padding: 1%;
}

@media only screen and (min-width: 768px) {

  #page .concept__block-thumb-item:nth-child(1){
    transition-delay: 0.4s;
  }
  #page .concept__block-thumb-item:nth-child(2){
    transition-delay: 0.6s;
  }
  #page .concept__block-thumb-item:nth-child(3){
    transition-delay: 0.8s;
  }
  #page .concept__block-thumb-item:nth-child(4){
    transition-delay: 1s;
  }

}



/* accessmap
--------------------------------- */
#page .accessmap__section {
  padding: 60px 0;
}
#page .accessmap__contents {
  margin-top: 30px;
}
#page .accessmap__block-gmap {
  width: 100%;
  height: 440px;
  margin-top: 10px;
}



@media only screen and (min-width: 767px) and (max-width: 1360px) {

  #page .about__table .daihyo-link {
    position: static;
    transform: translateY(0);
  }

}

@media only screen and (max-width: 767px) {

  #page .about__section {
    padding-bottom: 0;
  }
  #page .about__contents {
    margin-top: 30px;
  }
  #page .about__table th,
  #page .about__table td {
    padding: 10px 0;
  }
  #page .about__table th {
    width: 90px;
  }
  #page .about__table td {
    padding-left: 20px;
  }
  #page .about__table .daihyo-link {
    position: static;
    transform: translateY(0);
    font-size: 1.2rem;
    margin-top: 7px;
  }

  #page .concept__section {
    padding: 60px 0 0;
  }
  #page .concept__block-img {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  #page .concept__block-info {
    padding: 20px 0 0;
  }
  #page .concept__block-title {
    font-size: 1.8rem;
  }
  #page .concept__block-thumb-item {
    width: 50%;
  }


  #page .accessmap__block-gmap {
    height: 300px;
  }

}

/* ============================================
  recruit
============================================ */

#page .recruit__section {
  padding-bottom: 120px;
}
#page .recruit__contents {
  margin-top: 50px;
}
#page .recruit__table {
  width: 100%;
}
#page .recruit__table th,
#page .recruit__table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}
#page .recruit__table th {
  width: 230px;
  border-right: 1px solid #30333b;
  font-weight: bold;
}
#page .recruit__table td {
  padding-left: 15%;
}
#page .recruit__table-block-title th {
  font-size: 2rem;
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {

  #page .recruit__section {
    padding-bottom: 60px;
  }
  #page .recruit__contents {
    margin-top: 30px;
  }
  #page .recruit__table th,
  #page .recruit__table td {
    padding: 10px 0;
  }
  #page .recruit__table th {
    width: 90px;
  }
  #page .recruit__table td {
    padding-left: 20px;
  }
  #page .recruit__table-block-title th {
    font-size: 1.6rem;
    padding: 40px 0 0;
    position: relative;
    left: -10px;
  }

}



/* ============================================
  staff
============================================ */

#page .staff__section {
  padding-bottom: 60px;
}
#page .staff__contents {
  margin-top: 50px;
}
#page .staff__block {
  max-width: 1200px;
  padding: 40px 0;
}
#page .staff__block-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page .staff__block-img {
  width: 270px;
}
#page .staff__block-info {
  width: calc(100% - 270px);
  padding-left: 25px;
}
#page .staff__block-title,
#page .staff__block-info-text {
  font-size: 1.4rem;
  padding-left: 5px;
}
#page .staff__block-title {
  line-height: 1.5;
  font-weight: bold;
}
#page .staff__block-title .post-en {
  font-size: 1.6rem;
}
#page .staff__block-title .post-ja {
  font-size: 1.3rem;
  line-height: 1.7;
}
#page .staff__block-info-text {
  margin-top: 10px;
}
#page .staff__block-comment {
  padding: 15px 35px;
  margin-top: 10px;
  border-radius: 20px;
  background: #efefef;
  font-size: 1.7rem;
  font-weight: bold;
}


@media only screen and (max-width: 767px) {

  #page .staff__contents {
    margin-top: 20px;
  }
  #page .staff__block {
    padding: 20px 0;
  }
  #page .staff__block-img,
  #page .staff__block-info {
    width: 100%;
    padding: 0;
  }
  #page .staff__block-img {
    margin: auto;
    text-align: center;
  }
  #page .staff__block-info {
    margin-top: 20px;
  }
  #page .staff__block-info-text {
    font-size: 1.2rem;
  }
  #page .staff__block-comment {
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 1.3rem;
  }

}



/* ============================================
  content
============================================ */

/* flow
--------------------------------- */
#page .content-flow__section {
  padding-bottom: 60px;
}
#page .content-flow-block {
  margin-top: 60px;
}
#page .content-flow-block-title {
  background: #ddd;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 7px 20px;
  display: inline-block;
}
#page .content-flow-block-dl {
  margin-top: 40px;
}
#page .content-flow-block-dt {
  font-size: 1.9rem;
  font-weight: bold;
}
#page .content-flow-block-point-text {
  font-size: 1.7rem;
  font-weight: bold;
}

/* questions
--------------------------------- */
#page .content-q__section {
  padding: 60px 0;
}
#page .content-q-block {
  margin-top: 60px;
}
#page .content-q-block-title {
  background: #ddd;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 7px 20px;
  display: inline-block;
}

#page .content-q-list {
  margin-top: 20px;
}
#page .content-q-block-dl {
  padding: 30px 0;
  border-bottom: 1px solid #b5b5b5;
}
#page .content-q-block-dt {
  font-weight: bold;
  line-height: 1.6;
  padding: 9px 0 0 50px;
  min-height: 45px;
  position: relative;
}
#page .content-q-block-dt::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 47px;
  background: url("/wp-content/uploads/sites/466/2021/06/icon_q.png") no-repeat left center / 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
#page .content-q-block-dd {
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
#page .content-q-block-dd::before {
  content: "A.";
  display: inline-block;
  color: #880000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 22px;
  top: 3px;
}

/* glossary
--------------------------------- */
#page .content-glossary__section {
  padding: 60px 0;
}
#page .content-glossary__block {
  padding: 60px 0;
}
#page .content-glossary__block-contents-inner {
  position: relative;
}
#page .content-glossary__block-title-wrap {
  min-width: 320px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  padding: 20px 25px;
  position: absolute;
  top: -50px;
  left: 5%;
  margin-left: -25px;
}
#page .content-glossary__block-title-en {
  font-size: 3rem;
}
#page .content-glossary__block-title {
  margin-top: 6px;
  position: relative;
}
#page .content-glossary__block-title .text {
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 5px 0;
  position: relative;
}
#page .content-glossary__block-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #30333b;
  position: absolute;
  right: 0;
  top: 50%;
}
#page .content-glossary__block-list {
  padding-top: 60px;
}
#page .content-glossary__block-dl {
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
}
#page .content-glossary__block-dt {
  font-size: 2rem;
  font-weight: bold;
}
#page .content-glossary__block-dd {
  margin-top: 15px;
}


@media only screen and (max-width: 767px) {

  #page .content-flow-block {
    margin-top: 45px;
  }
  #page .content-flow-block-title {
    font-size: 1.5rem;
    padding: 7px 10px;
  }
  #page .content-flow-block-dt {
    font-size: 1.5rem;
  }
  #page .content-flow-block-dl {
    margin-top: 30px;
  }
  #page .content-flow-block-point-text {
    font-size: 1.5rem;
  }

  #page .content-q__section {
    padding: 0 0 30px;
  }
  #page .content-q-block {
    margin-top: 40px;
  }
  #page .content-q-list {
    margin-top: 0;
  }
  #page .content-q-block-title {
    font-size: 1.5rem;
    padding: 7px 10px;
  }
  #page .content-q-block-dt::before {
    width: 30px;
    height: 42px;
  }
  #page .content-q-block-dt {
    padding: 9px 0 0 40px;
    min-height: 42px;
  }
  #page .content-q-block-dd {
    margin-top: 15px;
    padding-left: 40px;
  }
  #page .content-q-block-dd::before {
    left: 12px;
    top: 3px;
  }

  #page .content-glossary__section {
    padding: 30px 0;
  }
  #page .content-glossary__block {
    padding: 30px 0;
  }
  #page .content-glossary__block-main-img {
    height: 150px;
  }
  #page .content-glossary__block-title-wrap {
    min-width: 250px;
    padding: 15px 20px;
    position: absolute;
    top: -40px;
    left: 5%;
    margin-left: -20px;
  }
  #page .content-glossary__block-title-en {
    font-size: 2.2rem;
  }
  #page .content-glossary__block-list {
    padding-top: 45px;
  }
  #page .content-glossary__block-dt {
    font-size: 1.5rem;
  }
  #page .content-glossary__block-dd {
    margin-top: 10px;
  }


}