@charset "UTF-8";

@media screen and (min-width:320px) and (max-width:768px) {

  /*header
        --------------------------------------------*/
  #header .h-inner {
    padding: 10px 0;
  }

  #header .h-inner h1 {
    width: 65%;
    margin: 0 auto;
  }

  #header .h-inner .head-r {
    display: none;
  }

  .hidden {
    background: url(../img/header_bg.png) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .header {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(2, 39, 74, 0.8);
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
  }

  /*nav
        --------------------------------------------*/
  #nav {
    display: none;
  }

  /*メインビジュアル
        --------------------------------------------*/
  #main-visual {
    height: 100vw;
    background: url(../img/mv.png) center no-repeat;
    background-size: cover;
    position: relative;
  }

  #main-visual h2 {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  /*共通
        --------------------------------------------*/
  .sub-ttl {
    font-size: 6vw;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  .txt-blc {
    text-align: left;
  }

  .txt-blc p {
    margin-bottom: 15px;
  }

  .txt-blc p:last-child {
    margin-bottom: 0;
  }

  .img-blc {
    margin-bottom: 20px;
  }

  .more-btn {
    width: 75%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 4.3vw;
    letter-spacing: 3px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .more-btn a {
    background: url(../img/cmn_btn.png) no-repeat;
    background-size: cover;
    padding: 10px 0;
    color: #fff;
    display: block;
    border-radius: 6px;
  }

  /*section01
        --------------------------------------------*/
  #sec01 {
    background: url(../img/sec01_bg.png) center no-repeat;
    background-size: cover;
    padding: 45px 0;
  }

  #sec01 h4 {
    font-size: 5.2vw;
    color: #343542;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #sec01 .txt-blc {
    color: #343542;
    letter-spacing: 1px;
  }

  /*section02
        --------------------------------------------*/
  #sec02 {
    background: url(../img/sec02_bg.png);
    padding: 45px 0;
  }

  #sec02 .cont-wrap .cont-box {
    margin-bottom: 25px;
  }

  #sec02 .cont-wrap .cont-box .txt-blc {
    color: #886957;
  }

  #sec02 .cont-wrap .cont-box .txt-blc h4 {
    font-size: 5.5vw;
    color: #02274a;
    margin-bottom: 20px;
  }

  #sec02 .cont-wrap .cont-box .txt-blc h4 br {
    display: none;
  }

  #sec02 .cont-wrap .cont-box .txt-blc p {
    line-height: 1.8;
  }

  #sec02 .cont-wrap .cont-box .txt-blc p span {
    background: #c7e5cb;
  }

  /*section03
        --------------------------------------------*/
  #sec03 {
    background: url(../img/sec03_bg.png) center no-repeat;
    padding: 45px 0;
  }

  #sec03 .txt-blc br {
    display: none;
  }

  #sec03 .txt-blc:first-child {
    margin-bottom: 25px;
  }

  #sec03 .movie{
    margin-bottom: 20px;
  }

  #sec03 .movie iframe{
    height: 250px !important;
  }

  #sec03 .cont-box {
    margin-bottom: 25px;
  }

  #sec03 .cont-box li {
    float: left;
    width: 48%;
    margin-right: 4%;
    padding: 15px 5px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #343542;
    position: relative;
    font-size: 4.7vw;
    font-weight: 500;
    letter-spacing: 2px;
  }

  #sec03 .cont-box li:nth-child(even) {
    margin-right: 0;
  }

  #sec03 .cont-box li:nth-child(1) {
    background: url(../img/sec03_img01.png) right center no-repeat;
    background-size: 35%;
  }

  #sec03 .cont-box li:nth-child(2) {
    background: url(../img/sec03_img02.png) right center no-repeat;
    background-size: 35%;
  }

  #sec03 .cont-box li:nth-child(3) {
    background: url(../img/sec03_img03.png) right center no-repeat;
    background-size: 35%;
  }

  #sec03 .cont-box li:nth-child(4) {
    background: url(../img/sec03_img04.png) right center no-repeat;
    background-size: 35%;
  }

  #sec03 .cont-box li:nth-child(5) {
    background: url(../img/sec03_img05.png) right center no-repeat;
    background-size: 35%;
  }

  #sec03 .cont-box li:nth-child(6) {
    background: url(../img/sec03_img06.png) right center no-repeat;
    background-size: 35%;
  }

  /*section04
        --------------------------------------------*/
  #sec04 {
    background: url(../img/sec04_bg.png);
    padding: 45px 0;
  }

  #sec04 .cont-wrap figure {
    margin: 0;
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  #sec04 .cont-wrap figure:nth-child(even), #sec04 .cont-wrap figure:last-child {
    margin-right: 0;
  }

  #sec04 .cont-wrap figure a {
    display: block;
  }

  #sec04 .cont-wrap figure a .thumb {
    width: 100%;
    height: 45vw;
  }

  #sec04 .cont-wrap figure a figcaption {
    text-align: left;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px 0;
  }

  #sec04 .cont-wrap figure:nth-child(2n+1):nth-last-child(-n+2), #sec04 .cont-wrap figure:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }

  /*section05
        --------------------------------------------*/
  #sec05 {
    background: url(../img/sec05_bg.png) center no-repeat;
    background-size: cover;
    padding: 45px 0;
  }

  #sec05 .tab li {
    width: 48%;
    float: left;
    font-size: 4.4vw;
    margin-right: 4%;
    letter-spacing: 3px;
    background: #e4e4e4;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  #sec05 .tab li:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  #sec05 .tab li:last-child {
    margin-right: 0;
    float: right;
  }

  #sec05 .tab li span {
    position: relative;
  }

  #sec05 .tab li span:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 44px;
    left: -40px;
  }

  #sec05 .tab li span:after {
    content: '';
    position: absolute;
    background: url(../img/sec05_arr.png) no-repeat;
    width: 12px;
    height: 7px;
    right: -35px;
    top: 50%;
  }

  #sec05 .tab li:first-child span:before {
    background: url(../img/sec05_icon01.png) no-repeat;
    background-size: 60%;
  }

  #sec05 .tab li:last-child span:before {
    background: url(../img/sec05_icon02.png) no-repeat;
    background-size: 60%;
  }

  #sec05 .tab .active {
    background: #fff;
  }

  #sec05 .tab .active:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #sec05 .cont-box {
    background: #fff;
    padding: 30px 20px;
    height: 200px;
    overflow: scroll;
  }

  #sec05 .rec-tbl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: left;
  }

  #sec05 .rec-tbl dl dt, #sec05 .rec-tbl dl dd {
    padding: 10px;
  }

  #sec05 .rec-tbl dl dt {
    background: #f5f5f5;
  }

  /*section06
        --------------------------------------------*/
  #sec06 {
    background: url(../img/sec06_bg.png);
    padding: 45px 0;
  }

  #sec06 .cont-wrap li {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
  }

  #sec06 .cont-wrap li:last-child {
    margin-bottom: 0;
  }

  #sec06 .cont-wrap li .img-blc .thumb {
    width: 100%;
    height: 70vw;
  }

  #sec06 .cont-wrap li .txt-blc {
    font-family: "Noto Sans JP", sans-serif;
  }

  #sec06 .cont-wrap li .txt-blc .name {
    font-size: 4.3vw;
    margin-bottom: 10px;
  }

  #sec06 .cont-wrap li .txt-blc dl dt {
    font-weight: 700;
    font-size: 4.5vw;
    margin-bottom: 10px;
  }

  #sec06 .cont-wrap li:nth-child(n+3) {
    display: none;
  }

  /*section07
        --------------------------------------------*/
  #sec07 {
    background: url(../img/sec07_bg.png) center no-repeat;
    padding: 45px 0;
    background-size: cover;
  }

  #sec07 .cont-wrap li {
    background: #fff;
    padding: 15px 10px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  #sec07 .cont-wrap li:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  #sec07 .cont-wrap li:last-child {
    margin-bottom: 0;
  }

  #sec07 .cont-wrap li a {
    display: block;
  }

  #sec07 .cont-wrap li a time {
    display: block;
    font-size: 3.2vw;
    font-weight: 700;
    color: #648cb3;
    margin-bottom: 5px;
  }

  #sec07 .cont-wrap li a .post-ttl {
    padding: 0 10px;
  }

  #sec07 .cont-wrap li:nth-child(n+6) {
    display: none;
  }

  #sec07 .cont-wrap li .modal-content {
    position: fixed;
    display: none;
    z-index: 100;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(2, 39, 74, 0.7);
    background: #fff;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    box-sizing: border-box;
  }

  #sec07 .cont-wrap li .modal-content .modal-ttl {
    font-size: 5vw;
    font-weight: bold;
    color: #343542;
    margin-bottom: 15px;
  }

  #sec07 .cont-wrap li .modal-content .modal-time {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 3.2vw;
    margin-top: 10px;
    background: none;
    color: #648cb3;
  }

  #sec07 .cont-wrap li .modal-content p {
    margin: 0;
    padding: 0;
  }

  #sec07 .cont-wrap li .modal-content .modal-open:hover {
    cursor: pointer;
  }

  #sec07 .cont-wrap li .modal-content .modal-close {
    background: url(../img/close.png) left center no-repeat;
    padding-left: 25px;
  }

  #sec07 .cont-wrap li .modal-content .modal-close:hover {
    cursor: pointer;
  }

  /*section08
        --------------------------------------------*/
  #sec08 {
    background: #f5f5f5;
    padding: 45px 0;
  }

  #sec08 #company {
    margin-bottom: 45px;
  }

  #sec08 #company .bnr li {
    width: 32%;
    float: left;
    margin-right: 2%;
  }

  #sec08 #company .bnr li:last-child {
    margin-right: 0;
  }

  /*footer
        --------------------------------------------*/
  #footer {
    background: url(../img/ft_bg.png) no-repeat;
    background-size: cover;
  }

  #footer .ft-inner {
    padding: 25px 0 30px 0;
  }

  #footer .ft-inner .ft-logo {
    display: none;
  }

  #footer .ft-inner address {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  #footer .ft-inner .ft-tel, #footer .ft-inner .mail {
    display: inline-block;
    vertical-align: middle;
  }

  #footer .ft-inner .ft-tel {
    font-size: 4.7vw;
    letter-spacing: 1px;
    margin-right: 10px;
  }

  #footer .ft-inner .ft-tel a {
    background: url(../img/ft_tel.png) left center no-repeat;
    padding-left: 25px;
    display: block;
    color: #fff;
  }

  #footer .ft-inner .mail {
    width: 40%;
    font-size: 3.2vw;
  }

  #footer .ft-inner .mail a {
    background: url(../img/h_mail.png) no-repeat, url(../img/h_btn.png);
    background-position: 10% 50%, 50% 50%;
    background-size: 12%, auto;
    padding: 10px 5px 10px 30px;
    display: block;
    color: #fff;
    border-radius: 6px;
  }

  #footer #copyright {
    background: rgba(2, 39, 74, 0.7);
    color: #fff;
    padding: 3px 0;
  }

  #footer #copyright a {
    color: #fff;
  }

}

/*# sourceMappingURL=style_sp.css.map */
