@charset "utf-8";
section {
  padding: 3em 2.5rem;
}
/*■■■■■■■■■■■■■■■■■■■■ main_img ■■■■■■■■■■■■■■■■■■■■*/
.main_img {
  position: relative;
  /*  top: -100px;*/
}
#slider {
  width: 100%;
  height: 60vh;
}
.main_img #slider .slide_in {
  position: absolute;
  top: 38%;
  bottom: 45%;
  left: 5%;
  right: 5%;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
.main_img #slider .slide_in .glowAnime {
  font-size: 2rem;
}
.main_img #slider .slide_in .glowAnime span {
  opacity: 0;
}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.main_img #slider .slide_in .glowAnime.glow span {
  animation: glow_anime_on 3s ease-out forwards;
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  80% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
.main_img #slider .slide_in h1 {
  width: 90%;
  margin: -10px auto 0;
  max-width: 470px;
	animation: fadeIn 10s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0} 
    80% {opacity: 0} 
	100% {opacity: 1}
}
.vegas-timer-progress {
  display: none;
}
.wave {
  position: relative;
  height: 200px;
}
canvas {
  position: absolute;
  top: -90%;
  left: 0;
  width: 100%;
}
#intoro {
  margin-top: -200px;
  background: url("../img/intoro_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /*  padding-bottom: 250px;*/
  line-height: 1.2;
  position: relative;
  z-index: 100;
}
#intoro h2 {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 1px;
  color: #1D2088;
  margin-bottom: 15px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  line-height: 1.5;
}
#intoro h2 span {
  font-size: 1.6rem;
  display: block;
  font-family: forma-djr-text, sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
#intoro .name {
  text-align: right;
  font-size: 120%;
  margin-bottom: 40px;
}
#intoro p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#intoro figure {
  max-width: 250px;
  margin: auto;
}
#service ul li {
  margin-top: 20px;
}
#service ul li h3 {
  border: 1px solid #000;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 35px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
#service ul li p {
  margin-top: 15px;
}
#company {
  background: url("../img/company_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#company .sc_ttl {
  color: #fff;
  border-color: #fff;
}
#company table {
  color: #fff!important;
  background: rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
  width: 100%;
}
#company table tr {
  border: 1px solid #fff;
}
#company table th {
  border-right: 1px solid #fff;
  width: 30%;
  padding: 10px 0;
  vertical-align: middle;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
#company table td {
  padding: 10px;
}
#news .sc_ttl {
  margin-bottom: 10px;
}
#news ul li {
  position: relative;
}
#news ul li .date {
  font-family: 'oswald';
  font-weight: bold;
  position: relative
}
#news ul li .date .day {
  font-size: 4rem;
}
#news ul li .date .month {
  position: absolute;
  top: 15px;
  left: 35px;
}
#news ul li .date .year {
  position: absolute;
  top: 33px;
  left: 35px;
}
#news ul li .news_ttl {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 12px;
  left: 100px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
#news ul li .news_txt {
  position: relative;
  left: 100px;
  margin-right: 100px;
}
#news .morebtn a {
  display: inline-block;
  padding: 10px 50px;
  background: #fff;
  border: 1px solid #000;
  float: right;
  margin-top: 80px;
  font-family: 'oswald';
  font-weight: bold;
  letter-spacing: 2px;
}
#contact {
  background: url("../img/contact_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#contact .sc_ttl {
  color: #fff;
  border-color: #fff;
  /*	margin-bottom: 30px;*/
}
#contact h3 {
  font-size: 2.5rem;
  font-family: forma-djr-text, sans-serif;
  letter-spacing: 1px;
  padding: 5px 25px 3px;
  display: inline-block;
	background: #000;
}
#contact p.read_txt {
  margin: 15px 0 0;
}
#contact .tel p a {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  letter-spacing: 2px;
}
#contact .whatsup {
  margin-top: 35px;
}
#contact .whatsup .link_btn a {
  background-color: #1D2088;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 0 25px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
#contact .whatsup .link_btn a:hover {
  opacity: 0.8;
}
#contact .whatsup .qr {
  width: 277px;
}
#contact .inputarea {
  margin-top: 45px;
}
#contact form .required:before {
  content: "必須";
  background-color: #e60012;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
#contact form .option:before {
  content: "任意";
  background-color: #6C6C6C;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
#contact.en form .required:before {
  content: "required";
}
#contact.en form .option:before {
  content: "option";
}
#contact form dt {
  margin: 30px 0 8px;
  padding-left: 3px;
  font-weight: bold;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
#contact form input {
  width: 100%;
  padding: 10px;
}
#contact form textarea {
  width: 100%;
  padding: 10px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 1.4rem;
}
#contact form .reply input {
  width: 15px;
}
#contact form textarea {
  height: 200px;
  width: 100%;
}
#contact .annotation {
  font-size: 80%;
  margin-top: 30px;
  text-align: center;
}
#contact .form_btn input {
  color: #fff;
  background-color: #1D2088;
  border: none;
  margin-top: 20px;
  padding: 20px 0;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
/*■■■■■■■■■■■■■■■■■■■■TB版■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {}
/*■■■■■■■■■■■■■■■■■■■■PC版■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 1140px) {
  section {
    padding: 5em 0;
    width: 1100px;
    margin: auto;
  }
  #slider {
    height: 900px !important;
  }
  .main_img #slider .slide_in {
    top: 40%;
  }
  .main_img #slider .slide_in .glowAnime {
    font-size: 3.5rem;
  }
  .main_img #slider .slide_in h1 {
    max-width: 600px;
  }
  /*
  .main_img #slider .slide_in h1 br {
    display: none;
  }
*/
  .index_intoro {
    padding-bottom: 280px;
  }
  .index_intoro section {
    max-width: 1140px;
    margin: auto;
    font-size: 1.8rem;
  }
  #intoro h2 {
    text-align: left;
  }
#intoro h2 br {
    display: none;
}

  #intoro p {
    width: 70%;
    float: left;
  }
  #intoro .name {
    margin-bottom: 0;
  }
  #intoro figure {
    width: 250px;
    float: right;
    margin-top: -285px;
  }
  #service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #service ul li {
    width: 48%;
  }
  #service ul li h3 {
    margin-top: 0;
  }
  #service ul li:nth-child(3), #service ul li:nth-child(4) {
    margin-top: 50px;
  }
  #news ul li .news_ttl {
    margin-bottom: -20px;
    left: 120px;
  }
  #news ul li .news_txt {
    left: 120px;
  }
  #contact .tel p a {
    font-size: 6.5rem;
    letter-spacing: 1px;
  }
  #contact .tel p:nth-child(3), #contact .tel p:nth-child(4) {
    float: left;
  }
  #contact .tel p:nth-child(4) {
    padding-left: 53px;
    position: relative;
    top: 0;
    left: 20px;
  }
  #contact .tel p:nth-child(4):before {
    content: "/";
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    position: absolute;
    top: 17px;
	left: 9px;
  }
  #contact .whatsup .link_btn {
    float: left;
  }
  #contact .whatsup .qr {
    float: left;
    margin: 15px 0 0 50px;
  }
}
