﻿@charset "UTF-8";

/* PC&SP共通CSS START*/
#wrap #wrapInner #mainvisual {
  text-align: left;
}

#wrap #wrapInner #mainvisual .text {
  position: relative;
  padding: 70px 0 65px 5.625%;
}

#wrap #wrapInner #mainvisual .text #logo {
  width: 150px;
}

#wrap #wrapInner #mainvisual .text h1 {
  font-family: sabon_roman, noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  color: #43474f;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#wrap #wrapInner #mainvisual .img {
  position: relative;
  display: inline-block;
}

#wrap #wrapInner #mainvisual .img img {
  width: 100%;
  opacity: 0;
  animation: fadeIn 5s forwards;
}

#wrap #wrapInner #mainvisual .img .cautionBlock {
  position: absolute;
  left: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

section .sectionInner {
  width: 67.5%;
  margin: 100px auto 70px;
}

section .sectionInner .col2 {
  display: flex;
}

section .sectionInner .col2 .col {
  width: 50%;
}

section .sectionInner .col2 .col h2 {
  font-size: 1.3125em;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0;
}

section .sectionInner .col2 .col p {
  font-size: 0.875em;
  line-height: 1.875;
  margin: 0;
}

section.blur_bg {
  background: url("../dir_img/blur_bg_01.jpg") no-repeat top center;
  background-color: #cbcbcb;
  background-size: cover;
  padding: 120px 0 0;
  position: relative;
}

section.blur_bg .fade.active {
  transition: all 1s .5s;
}

section.blur_bg .img {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

section.blur_bg .img .cautionBlock {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

section.blur_bg.another .img {
  display: flex;
}

section.blur_bg.another .center {
  text-align: center;
  color: #fff;
  padding-top: 60px;
}

section.blur_bg .gradation {
  opacity: 0;
  transition: all 2s;
}

section.blur_bg.active .gradation {
  opacity: 1;
}

section.blur_bg .sectionWrapper {
  width: 100%;
  background-color: #43474f;
  padding-bottom: 120px;
  margin: 0 auto;
}

section.blur_bg.another .sectionWrapper {
  padding-bottom: 60px;
}

section.blur_bg .sectionWrapper .sectionInner {
  width: 67.5%;
  margin: 100px auto 0;
}

section.blur_bg .sectionWrapper .sectionInner .col2 {
  position: relative;
  z-index: 2;
}

section.blur_bg .sectionWrapper .sectionInner .col2 .col:first-child {
  margin-right: 60px;
  margin-top: -35px;
}

section.blur_bg .sectionWrapper .sectionInner .col2 .col:first-child p {
  color: #fff;
}

section.blur_bg .sectionWrapper .sectionInner .col2 .col:last-child .img {
  width: 100%;
  margin-top: -35px;
}

section.blur_bg .sectionWrapper .sectionInner .col2 .col:last-child .img .cautionBlock {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

section .sectionInner.center {
  text-align: center;
}

section .sectionInner.center h3 {
  font-family: sabon_roman, noto-sans-cjk-jp, sans-serif;
  font-size: 1.3125em;
  font-weight: bold;
}

section .sectionInner.center p {
  font-size: 0.875em;
  line-height: 2.285;
}

section .sectionInner.center .colmun .col2 {
  display: flex;
  text-align: left;
  margin-top: 75px;
}

section .sectionInner.center .colmun .col2 .col dl dt {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 25px;
}

section .sectionInner.center .colmun .col2 .col dl dd {
  font-size: 0.875em;
  line-height: 2.285;
}

section .sectionInner.center .colmun .col2 .col:first-child {
  margin-right: 40px;
}

section .sectionInner.center .colmun .col2 .col .col2 {
  margin-top: 0;
}

section .sectionInner.center .colmun .col2 .col .col2 .col:first-child {
  width: 38.5%;
  margin-right: 20px;
}

section .sectionInner.center .colmun .col2 .col .col2 .col {
  width: 61.5%;
}

/* PC&SP共通CSS END*/

/* PCのみCSS START */
@media screen and (min-width: 960px) {

}
/* PCのみCSS END */

/* タブレットのみCSS START */
@media screen and (min-width: 600px) and (max-width: 959px) {
}
/* タブレットのみCSS END */

/* SPのみCSS START */
@media screen and (max-width: 959px) {
  #wrap #wrapInner #mainvisual .text {
    padding: 105px 0 35px 0;
    position: static;
  }

  #wrap #wrapInner #mainvisual .text #logo {
    width: 17.1875%;
    position: absolute;
    top: 6.25%;
    left: 6.25%;
  }

  #wrap #wrapInner #mainvisual .text h1 {
    position: static;
    transform: none;
    text-align: center;
  }
  
  #wrap #wrapInner #mainvisual .img {
    width: 93.75%;
  }
  
  #wrap #wrapInner #mainvisual .img img.sp {
    display: inline-block!important;
    width: 100%;
  }
  
  section .sectionInner {
    width: 90%;
    margin: 30px auto 35px;
  }
  
  section .sectionInner .col2 {
    flex-direction: column;
  }
  
  section .sectionInner .col2 .col {
    width: 100%;
  }
  
  section .sectionInner .col2 .col h2 {
    margin: 0 0 20px;
  }
  
  section.blur_bg {
    background: url("../dir_img/sp_blur_bg_01.jpg") no-repeat top center;
    background-color: #cbcbcb;
    padding: 45px 0 0;
  }
  
  section.blur_bg .img {
    width: 90%;
  }
  
  section.blur_bg .sectionWrapper {
    padding-bottom: 50px;
  }
  
  section.blur_bg .sectionWrapper .sectionInner {
    width: 90%;
    margin: 0 auto;
  }
  
  section.blur_bg .sectionWrapper .sectionInner .col2 .col:first-child {
    margin-bottom: 40px;
  }
  
  section.blur_bg .sectionWrapper .sectionInner .col2 .col:last-child .img {
    margin: 0;
  }
  
  section .sectionInner.center p {
    text-align: left;
    line-height: 1.875;
  }
  
  section .sectionInner.center .colmun .col2:first-child {
    margin-top: 30px;
  }
  
  section .sectionInner.center .colmun .col2:last-child {
    margin-top: 0;
  }
  
  section .sectionInner.center .colmun .col2 .col:first-child {
    margin-right: 0;
  }
  
  section .sectionInner.center .colmun .col2 .profile {
    margin-top: 30px;
  }

  section .sectionInner.center .colmun .col2 .col:last-child dl dt {
      margin: 25px 0;
  }
  
  section .sectionInner.center .colmun .col2 .col:last-child dl dd {
    line-height: 1.875;
  }
  
  section .sectionInner.center .colmun .col2 .col .col2 {
      margin-top: 40px;
      flex-direction: row;
      align-items: center;
  }
  
  section .sectionInner.center .colmun .col2 .col .col2 .col {
    width: 100%;
  }

}