@charset "UTF-8";
/* =================================================
 header setting
================================================= */
header {
  width: 100%;
  background-color: #131313;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header #header-inner {
  max-width: 1080px;
  width: 94%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

header img {
  width: 100%;
  height: auto;
}

header #h_logo {
  background-color: #d74919;
}

header #h_logo a {
  width: 200px;
  display: block;
}

header #h_logo a h1 {
  max-width: 170px;
  line-height: 80px;
  margin: auto;
}

header #header-right a {
  color: white;
}

header #header-right .h_tel {
  color: white;
}

header #header-right .h_tel div {
  line-height: 1;
}

header #header-right .h_tel div span {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}

header #header-right .h_tel div a {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

header #header-right .h_tel p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

header #header-right .h_contact {
  margin-left: 25px;
}

header #header-right .h_contact a {
  padding: 15px 20px;
  background-color: #2f302d;
  font-weight: 500;
}

header #header-right .h_contact a:hover {
  background-color: #d74919;
}

/* =================================================
 hero setting
================================================= */
#hero-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  #hero-wrap {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: -1;
  }
  #hero-wrap #hero-inner {
    position: absolute;
    display: block;
    width: calc(100%);
    height: 100%;
    line-height: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
  }
  #hero-wrap #hero-inner video {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  #hero-wrap #hero-inner video.video_sp {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #hero-wrap {
    height: auto !important;
  }
}

#hero-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =================================================
 top setting
================================================= */
.cv {
  background-color: #003a94;
  color: white;
  padding: 2.5em 0 2em;
}

.cv .left {
  width: 48%;
}

.cv .left .title {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}

.cv .left .engtitle {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
}

.cv .left p {
  font-size: 1.1em;
}

.cv .right {
  width: 48%;
}

.cv .right p {
  margin: .25em auto .5em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}

.cv .right ul li {
  width: 48%;
  text-align: center;
}

.cv .right ul li a {
  display: block;
  background-color: white;
  padding: 20px 0;
}

.cv .right ul li a > span {
  color: #003a94;
  font-size: 1.15em;
  font-weight: 500;
}

.cv .right ul li a > span span {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 10px;
}

.cv .right ul li a:hover {
  background-color: #d74919;
}

.cv .right ul li a:hover span {
  color: white;
}

.cv .yellow {
  margin-top: 1em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.cv .yellow a {
  color: #fffd3e;
  text-decoration: underline;
}

.cv .yellow span {
  color: #fffd3e;
  font-size: 1.5em;
  display: block;
  margin-bottom: .25em;
}

#sec01 {
  padding-top: 4em;
}

#sec01 h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

#sec01 h2 > span {
  color: #131313;
  border-bottom: 3px solid #131313;
}

#sec01 h2 > span .orange {
  font-size: 1.2em;
}

#sec01 .bglist {
  background: url(../images/intoro_bg.png) no-repeat center bottom;
}

#sec01 .bglist ul {
  max-width: 500px;
  margin: auto;
  padding: 4em 0 6em;
}

#sec01 .bglist ul li {
  font-size: 1.35em;
  font-weight: 700;
  background: url(../images/check.png) no-repeat left 3px;
  background-size: 24px auto;
  padding-left: 30px;
  margin-top: .5em;
}

#sec01 .bglist ul li span {
  border-bottom: 2px dashed #131313;
}

#sec01 .contents {
  margin-top: -10px;
  padding-bottom: 2em;
  text-align: center;
  position: relative;
  z-index: 1;
}

#sec01 .contents:after {
  content: '';
  width: 199px;
  height: 282px;
  background: url(../images/intoro_img.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec01 .contents h3 {
  position: relative;
  z-index: -1;
}

#sec02 {
  background-color: #f6f6f4;
}

#sec02 p:not(.large):not(.xlarge) {
  font-size: 1.1em;
}

#sec02 p {
  margin-bottom: 1.5em;
}

#sec02 .whitebox {
  background-color: white;
  border-radius: 10px;
  padding: 3%;
}

#sec02 .whitebox .inner {
  flex: 1;
  padding-left: 1%;
}

#sec02 .whitebox .inner ul li {
  font-size: 20px;
  font-size: 2rem;
}

#sec03 .read {
  text-align: center;
  margin-bottom: 3em;
}

/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
}

/* =================================================
 pagetop setting
================================================= */
.pagetop {
  width: 80px;
  position: fixed;
  right: 4%;
  bottom: 5%;
  z-index: 2;
  opacity: 0;
  z-index: 100;
  transition: all .4s;
}

.pagetop._fold {
  opacity: 1;
}

.pagetop a {
  display: block;
  height: 80px;
  line-height: 80px;
}

/* =================================================
 footer setting
================================================= */
footer {
  background-color: #131313;
  color: white;
}

footer #copyright {
  padding: 10px 0;
  text-align: center;
}

/*# sourceMappingURL=sourcemaps/pc.css.map */
