@charset "Shift_JIS";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/*
============================================================ */
/* main
============================================================ */
#lay-main {
  width: 100%;
  max-width: inherit;
  min-width: 1100px;
  padding: 80px 0 0;
}

/* sp main
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-main {
    min-width: inherit;
    padding: 40px 0 0;
  }
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
  background-image: url(../img/top/kv-img-1.jpg);
}
.top-kv-wrap,
.top-kv-wrap > div {
  height: 520px;
}
.top-kv-wrap > div {
  text-align: center;
  position: relative;
}
.top-kv-wrap .lead-text {
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: block;
  border-top: solid 8px #fff;
  border-bottom: solid 8px #fff;
  padding: 20px 0;
}
.top-kv-wrap .lead-text img {
  width: 800px;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-kv-wrap {
    background-image: url(../img/top/kv-img-1-sp.jpg);
  }
  .top-kv-wrap,
  .top-kv-wrap > div {
    height: 320px;
  }
  .top-kv-wrap .lead-text {
    top: calc(50% - 35px);
    border-width: 4px;
    padding: 20px 0;
  }
  .top-kv-wrap .lead-text img {
    width: 280px;
  }
}

/* section-top-news
============================================================ */
.section-top-news {
  width: 100%;
  min-width: 1100px;
  margin: 0 0 60px;
  overflow: hidden;
}
.section-top-news .iframe-area {
  width: 100%;
  background: url(../img/common/line-bg.png) 0 0 repeat;
  background-size: 50% auto;
  padding: 15px 15px 12px;
  box-sizing: border-box;
}
.section-top-news .iframe-area iframe {
  width: 100%;
  height: 180px;
  border: solid 1px #f2f2f2;
  padding: 15px 15px;
  box-sizing: border-box;
  background-color: #fff;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-top-news {
    min-width: inherit;
    margin: 0 0 40px;
  }
}

/* section-login
============================================================ */
.section-login {
  min-width: 100%;
}
.section-login .lead-text {
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
.section-login-inner {
  display: flex;
  min-width: 1100px;
}
.section-login .left-wrap,
.section-login .right-wrap {
  width: 50%;
  padding: 60px 40px;
  box-sizing: border-box;
}
.section-login .left-wrap .content-inner,
.section-login .right-wrap .content-inner {
  width: calc(550px - 40px);
  float: right;
  padding: 40px 40px 60px;
  box-sizing: border-box;
}
.section-login .right-wrap .content-inner {
  float: left;
}
.section-login .left-wrap .content-inner,
.section-login .left-wrap {
  background-color: #f9dd59;
}
.section-login .right-wrap,
.section-login .right-wrap .content-inner {
  background-color: #3e6dc4;
}
.section-login .left-wrap .content-inner,
.section-login .right-wrap .content-inner {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 15px;
  position: relative;
}
.section-login .left-wrap .content-inner::before,
.section-login .right-wrap .content-inner::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 160px;
  height: 180px;
  background: url(../img/top/icon-2.png) 0 0 no-repeat;
  background-size: 160px auto;
  opacity: .5;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.section-login .left-wrap .content-inner::before {
  top: 20px;
  right: 10px;
  background: url(../img/top/icon-1.png) 0 0 no-repeat;
  background-size: 160px auto;
  opacity: .7;
}
.section-login .login-wrap {
  width: 100%;
  margin: 0 auto 20px;
}
.section-login .btn-wrap {
  position: relative;
  z-index: 2;
}
.section-login .inner-bottom-info-wrap  {
  text-align: center;
  border-top: dashed 1px #333;
  margin: 40px 0 0;
  padding: 20px 0 0;
}
.section-login .inner-bottom-info-wrap iframe {
  width: 100%;
  padding: 5px 5px;
  background: #fff;
  box-sizing: border-box;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-login .lead-text {
    margin: 0 0 20px;
  }
  .section-login-inner {
    display: block;
    min-width: inherit;
  }
  .section-login .left-wrap,
  .section-login .right-wrap {
    width: 100%;
    padding: 30px 20px;
  }
  .section-login .left-wrap .content-inner,
  .section-login .right-wrap .content-inner {
    width: 100%;
    float: none;
    padding: 20px 20px 30px;
  }
  .section-login .right-wrap .content-inner {
    float: none;
  }
  .section-login .left-wrap .content-inner::before,
  .section-login .right-wrap .content-inner::before {
    top: 20px;
    right: 15px;
    width: 80px;
    height: 90px;
    background-size: 80px auto;
  }
  .section-login .left-wrap .content-inner::before {
    top: 20px;
    right: 0;
    background-size: 80px auto;
  }
  .section-login .login-wrap {
    margin: 0 auto 20px;
  }
  .section-login .inner-bottom-info-wrap iframe {
    width: calc(100% - 40px);
  }
}

/* section-nav-wrap
============================================================ */
.section-nav-wrap {
  min-width: 1100px;
  padding: 140px 0 140px;
  background-color: #ddd;
  background: url(../img/top/section-nav-wrap-bg.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.section-nav-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.section-nav-wrap ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-nav-wrap li {
  width: 260px;
  margin: 0 20px 0 0;
}
.section-nav-wrap li:nth-child(4n) {
  margin-right: 0;
}
.section-nav-wrap li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  padding: 30px 25px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-nav-wrap li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #0069be;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}
.section-nav-wrap li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 27px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
.section-nav-wrap li a:hover {
  opacity: .7;
}
.section-nav-wrap .contact-btn-wrap {
  margin: 40px auto 0;
  padding: 40px 0 0;
  border-top: solid 1px #e2e2e2;
  position: relative;
  z-index: 1;
}
.section-nav-wrap .contact-btn-wrap a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #0b4e9f;
  border-radius: 6px;
  text-align: center;
  padding: 30px 20px;
  width: 500px;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-nav-wrap .contact-btn-wrap a:hover {
  opacity: .7;
}
.section-nav-wrap .contact-btn-wrap a span {
  position: relative;
  padding-left: 60px;
}
.section-nav-wrap .contact-btn-wrap a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/top/icon-mail-wh.png) 0 0 no-repeat;
  background-size: 40px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-nav-wrap {
    min-width: inherit;
    padding: 50px 20px 50px;
    box-sizing: border-box;
    background: url(../img/top/section-nav-wrap-bg-sp.jpg) center bottom no-repeat;
  }
  .section-nav-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .section-nav-wrap li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .section-nav-wrap li a {
    font-size: 12px;
    padding: 15px 15px;
    -webkit-transition: none;
    transition: none;
  }
  .section-nav-wrap li a:hover {
    opacity: 1;
  }
  .section-nav-wrap .contact-btn-wrap {
    margin: 10px auto 0;
    padding: 20px 0 0;
  }
  .section-nav-wrap .contact-btn-wrap a {
    font-size: 16px;
    padding: 15px 15px;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    box-sizing: border-box;
  }
  .section-nav-wrap .contact-btn-wrap a:hover {
    opacity: 1;
  }
  .section-nav-wrap .contact-btn-wrap a span {
    padding-left: 30px;
  }
  .section-nav-wrap .contact-btn-wrap a span::before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    top: calc(50% + 2px);
  }
}


