﻿@charset "UTF-8";

/* PC&SP共通CSS START*/
#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 .position {
  position: relative;
}

#wrap #wrapInner #mainvisual .position .headBlock {
  width: 518px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

#wrap #wrapInner #mainvisual .position .headBlock h1 {
  text-align: center;
  animation: fade 2s .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

#wrap #wrapInner #mainvisual .position .headBlock h1 span {
  font-size: 0.5625em;
  font-weight: normal;
  letter-spacing: 0.16em;
}

#wrap #wrapInner #mainvisual .position .img {
  position: relative;
}

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

#wrap #wrapInner #mainvisual .position .img img {
  width: 100%;
}

#wrap #wrapInner #mainvisual .position .textBlock {
  position: absolute;
  top: 30%;
  left: 16.25%;
  z-index: 1;
}

#wrap #wrapInner #mainvisual .position .textBlock dl dt {
  font-weight: bold;
  letter-spacing : 0.06em ;
  line-height: 2.625;
  margin-bottom: 10px;
}

#wrap #wrapInner #mainvisual .position .textBlock dl dt.none {
  display: none;
}

#wrap #wrapInner #mainvisual .position .textBlock dl dd {
  font-size: 0.875em;
  line-height: 2.285;
}

#wrap #wrapInner #mainvisual .position .textBlock dl dd span {
  font-weight: bold;
  display: block;
}

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;
  letter-spacing: 0.06em;
  margin: 0;
  color: #fff;
}

section .sectionInner .col2 .col p {
  font-size: 0.875em;
  line-height: 2.142;
  margin: 0;
  color: #fff;
}

section.blur_bg {
  background-color: #43474f;
  padding: 100px 0 0;
  position: relative;
}

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 .sectionWrapper {
  width: 100%;
  background-color: #43474f;
  padding-bottom: 75px;
  margin: 0 auto;
}

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

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

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

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

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

section.view {
  position: relative;
}

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

/* 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 .position .headBlock {
    width: 100%;
  }
  
  #wrap #wrapInner #mainvisual .position .headBlock h1 {
    line-height: 1em;
  }
  
  #wrap #wrapInner #mainvisual .position .headBlock h1 img {
    width: 80%;
  }
  
  #wrap #wrapInner #mainvisual .position .headBlock h1 span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
  }
  
  #wrap #wrapInner #mainvisual .position .textBlock {
    position: static;
    width: 100%;
    background-color: #43474f;
  }
  
  #wrap #wrapInner #mainvisual .position .textBlock .textBlockInner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  
  #wrap #wrapInner #mainvisual .position .textBlock dl dt,
  #wrap #wrapInner #mainvisual .position .textBlock dl dd {
    color: #fff;
  }
  
  #wrap #wrapInner #mainvisual .position .textBlock dl dt {
    line-height: 1.5;
  }
  
  #wrap #wrapInner #mainvisual .position .textBlock dl dd {
    line-height: 2;
  }

  #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: 100%;
  }
  
  #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 {
    font-size: 1em;
    margin: 0 0 20px;
  }
  
  section.blur_bg {
    background-color: #43474f;
    padding: 0;
  }
  
  section.blur_bg .img {
    width: 90%;
  }
  
  section.blur_bg .sectionWrapper {
    padding-bottom: 50px;
  }
  
  section.blur_bg .sectionWrapper .sectionInner {
    width: 90%;
    margin: 25px auto 0;
  }
  
  section.blur_bg .sectionWrapper .sectionInner .col2 .col:first-child {
    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%;
  }

}