
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
*{
  font-family: "Noto Sans JP";
}


/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* kv */
.c-mainImage-04.sp header h1{
  text-align: center;
  display: inline-block;
}
/* c-about */
.c-about-01{
  background-color: #fff;
  padding: 2em 10px;
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
}
.c-about-02{
  background-color: #fffde4;
}
.c-about-02 .c-about-inner{
  padding: 0;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
}
.c-about-03{
  background-color: #f0f2f6;
}
.c-about-03 .c-about-inner{
  padding: 0;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
}
.c-about-04{
  background-color: #fff1df;
}
/*.c-about-04 .c-about-inner{
  padding-top: 0;
}*/
.c-about-inner{
  padding: 2em 10px;
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
}

/* CV */
.l-structure__about.__theme{
  background: none;
  background-color: #eb7000;
}
.l-structure__about.__close{
  padding-top: 0;
  padding-bottom: 0;
}
.c-account__about {
  margin: 0;
  font-size: 18px;
}
.c-account__about .c-account__about--bg {
  background-image: url("/about/img/section1/background-icon.png");
  background-repeat: no-repeat;
  height: 218px;
  width: 100%;
  max-width: 887px;
  margin: 0 auto;
}
.c-account__about .c-account__about--button {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 57px;
  border-radius: 30px;
  background-color: white;
  color: #535252;
  text-decoration: none;
}
.c-account__about .c-account__about--button:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 23px;
  background: url(/assets/img/icon_btn_03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 18px;
}
.c-text__about.__hero{
  font-size: 38px;
}
@media only screen and (max-width: 640px){
  .c-account__about .c-account__about--bg{
    background-size: 170px;
    height: auto;
  }
  .c-text__about.__hero{
    font-size: 21px;
    font-weight: bold;
  }
}

/* c-column-about */
.c-column-about .col-unit-1\/2{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media only screen and (max-width: 640px){
  .c-column-about .col-unit-1\/2{
    padding: 15px;
  }
}

/* c-column-about02 */
.c-column-about02 .col-unit-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0.75em auto 0;
}
.c-column-about02 .col-unit-item-inner{
  text-align: center;
  width: 47.5%;
}
.c-column-about02 .col-unit-item-inner:first-child{
  margin-right: 5%;
}

/* c-about-wt */
.c-about-wt{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media only screen and (max-width: 640px){
  .c-about-wt{
    padding: 15px;
  }
}

/* c-border-txt */
.c-border-txt p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-border-txt p:before,
.c-border-txt p:after{
  content: "";
  width: 90%;
  height: 1px;
  background: #535252;
  margin: 0;
}
.c-border-txt p em{
  font-size: 20px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 640px){
  .c-border-txt p:before,
  .c-border-txt p:after{
    width: 65%;
  }
  .c-border-txt p em{
    font-size: 18px;
  }
}

/* ========== c-col-01 ========== */
.c-col-01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-col-01 .c-col-01_inner{
  width: 48.85%;
  margin-top: 1.25em;
}
.c-col-01 .c-col-01_inner:nth-child(even){
  margin-left: 2.3%;
}
.c-col-01.c-col-col3 .c-col-01_inner{
  width: 32%;
  margin-left: 2%;
}
.c-col-01.c-col-col3 .c-col-01_inner:first-child,
.c-col-01.c-col-col3 .c-col-01_inner:nth-of-type(4n){
  margin-left: 0;
}
@media only screen and (max-width: 640px){
  .c-col-01{
    display: block;
  }
  .c-col-01 .c-col-01_inner,
  .c-col-01.c-col-col3 .c-col-01_inner{
    width: 100%;
    border-top: 2px solid #bcbdbd;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
  .c-col-01 .c-col-01_inner:first-child{
    border-top: none;
    padding-top: 0;
  }
  .c-col-01 .c-col-01_inner:nth-child(even),
  .c-col-01.c-col-col3 .c-col-01_inner{
    margin-left: 0;
  }
}

/* ========== movie ========== */
.c-col-01_movie .c-col-01_inner .c-figure-01 a{
  position: relative;
  overflow: hidden;
  opacity: 1;
  display: inline-block;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a img{
  transition: all 0.15s linear;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:hover{
  opacity: 0.6;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:before{
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(/about/img/img_thumbs_play.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:hover img{
  transform: scale(1.1);
}

/* ========== c-back-button ========== */
.c-back-button {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 11;
}
.c-back-button .c-back-button--link {
  text-decoration: none;
  color: #fff;
}
.c-back-button .c-back-button--link:before {
  content: '';
  background: url(/assets/img/marker_07_@2x.png) right top no-repeat;
  background-size: 64px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}