@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
.about .head-section .head-inner {
  background: url(/wp/wp-content/uploads/img/about/bg_about.jpg) left top no-repeat;
  background-size: cover;
}

.bnr-box {
  margin: 0 0 30px 0;
}
.bnr-box.bg-gray {
  padding: 30px 0 20px;
}
.bnr-box .bnr-message,
.bnr-box .bnr-mission {
  margin: 0 0 10px 0;
  position: relative;
  text-align: center;
}
.bnr-box .bnr-message a,
.bnr-box .bnr-mission a {
  display: block;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bnr-box .bnr-message h2,
.bnr-box .bnr-mission h2 {
  font-size: 16px;
  font-size: 1.6rem;
}

.about-child {
  margin: 0 0 70px 0;
}
.about-child li {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.about-child li p {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc;
  float: left;
  margin: 5px 13px 0 0;
}
.about-child li p img {
  position: absolute;
  top: 0;
  left: -15px;
  max-width: 230%;
}
.about-child li h2 a {
  color: #393f76;
}
.about-child li h2 a:hover {
  color: #ff9000;
}

/****************************************

en

*****************************************/
.en .about-child {
  background: #fff;
  padding: 20px 0 0;
}
.en .head-section .head-inner {
  height: 520px;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .about .head-section .head-mark {
    background: rgba(134, 178, 218, 0.8);
    padding-top: 19px;
  }
  .about .head-section .head-mark h1 i {
    margin-bottom: 13px;
  }

  .bnr-box {
    margin: 0 0 50px 0;
  }
  .bnr-box.bg-gray {
    padding: 40px 0 20px;
  }
  .bnr-box .bnr-message,
  .bnr-box .bnr-mission {
    float: left;
    width: 48%;
  }
  .bnr-box .bnr-message a,
  .bnr-box .bnr-mission a {
    padding: 25px 15px;
  }
  .bnr-box .bnr-message h2,
  .bnr-box .bnr-mission h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .bnr-box .bnr-mission {
    float: right;
  }

  .about-child {
    margin: 0 0 60px 0;
  }
  .about-child ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about-child li {
    margin: 0 0 30px 25px;
    line-height: 1.5;
    width: 31%;
  }
  .about-child li:nth-child(3n+1) {
    margin-left: 0;
  }
  .about-child li p {
    width: 100%;
    height: auto;
    overflow: none;
    position: static;
    box-shadow: none;
    float: none;
    margin: 0 0 5px 0;
    border: solid 3px #fff;
    outline: solid 1px #ccc;
  }
  .about-child li p img {
    position: static;
    max-width: 100%;
  }
  .about-child li h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about-child li span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /************************************************
  
  en
  
  ************************************************/
  .en .about-child {
    margin: 0 0 90px 0;
  }
  .en .head-section .head-inner {
    height: 380px;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  .about .head-section .head-mark h1 i {
    margin-bottom: 20px;
  }

  .bnr-box .bnr-message,
  .bnr-box .bnr-mission {
    width: 458px;
  }
  .bnr-box .bnr-message a,
  .bnr-box .bnr-mission a {
    padding: 40px 25px 0;
  }

  .about-child li h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .about-child li span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /************************************************
  
  en
  
  ************************************************/
  .en .about-child {
    margin: 0 0 170px 0;
  }
  .en .head-section .head-inner {
    height: 445px;
  }
}
/* print
---------------------------------------------------*/
@media print {
  .about .head-section .head-mark {
    background: rgba(134, 178, 218, 0.8);
    padding-top: 19px;
  }
  .about .head-section .head-mark h1 i {
    margin-bottom: 13px;
  }

  .bnr-box {
    margin: 0 0 50px 0;
  }
  .bnr-box.bg-gray {
    padding: 40px 0 20px;
  }
  .bnr-box .bnr-message,
  .bnr-box .bnr-mission {
    float: left;
    width: 48%;
  }
  .bnr-box .bnr-message a,
  .bnr-box .bnr-mission a {
    padding: 25px 15px;
  }
  .bnr-box .bnr-message h2,
  .bnr-box .bnr-mission h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .bnr-box .bnr-mission {
    float: right;
  }

  .about-child {
    margin: 0 0 60px 0;
  }
  .about-child ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about-child li {
    margin: 0 0 30px 25px;
    line-height: 1.5;
    width: 31%;
  }
  .about-child li:nth-child(3n+1) {
    margin-left: 0;
  }
  .about-child li p {
    width: 100%;
    height: auto;
    overflow: none;
    position: static;
    box-shadow: none;
    float: none;
    margin: 0 0 5px 0;
    border: solid 3px #fff;
    outline: solid 1px #ccc;
  }
  .about-child li p img {
    position: static;
    max-width: 100%;
  }
  .about-child li h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about-child li span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /************************************************
  
  en
  
  ************************************************/
  .en .about-child {
    margin: 0 0 90px 0;
  }
  .en .head-section .head-inner {
    height: 380px;
  }
}
