@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
.is_hidden {
  transform: translate(0, 30px);
  opacity: 0;
}
.is_show {
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s;
}

/* ======================================================
  Responsive
====================================================== */
@media screen and (max-width: 750px) {
  html {
    font-size: 1.33334vw; /* W750 */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo {
    width: 20rem;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 10rem 0 20rem;
    text-align: center;
  }
  .footer_btn {
    width: 79%;
    margin: auto;
    margin-top: -1.5rem;
    padding-left: 2.5rem;
    padding-bottom: 4rem;
  }
  .footer_copy {
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: .07em;
    margin-top: -0.6rem;
    padding-left: 1.4rem;
  }
}

@media screen and (min-width: 751px) {
  a:hover {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  html {
    font-size: 0.5208333vw; /* W1920 */
  }
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo {
    width: 100px;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 6.6rem 0 18.8rem;
    text-align: center;
  }
  .footer_btn {
    width: 382px;
    margin: auto;
    padding-bottom: 4rem;
    margin-top: -5.5rem;
    padding-left: 2.5rem;
  }
  .footer_copy {
    font-size: 15.5px;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-top: -0.5rem;
    padding-left: 2rem;
  }
  .btn_hover {
    position:relative;
  }
  .btn_hover a:hover {
    opacity: 1;
  }
  .btn_hover img {
    width: 100%;
    display: block;
  }
  .btn_hover .img_after{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_hover:hover .img_before{
    visibility:hidden;
  }
  .btn_hover:hover .img_after{
    visibility:visible;
  }
  .flex {
    display: flex;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  .sec01_frame {
    background: url(../img/sp/sec01_bg.png) 0 center no-repeat;
    background-size: contain;
    height: auto;
    background-position: center top;
  }
  .sec01_frame .sec01_01 {
    width: 100%;
    padding-top: 8rem;
  }
  .sec01_frame .sec01_02 {
    width: 100%;
    padding-top: 0rem;
  }
  .sec01_frame .sec01_03 {
    width: 67rem;
    padding-top: 5rem;
    padding-left: 4rem;
  }

  .sec02_frame {
    /* background: url(../img/sp/sec02_bg.png) 0 center no-repeat; */
    /* height: 376rem; */
  }
  .sec02_frame .sec02_01 {
    background: url(../img/sp/sec02_bg.png) 0 top no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 3rem;
    padding-left: 0rem;
    padding-bottom: 4rem;
  }
  .sec02_frame .sec02_02 {
    background: url(../img/sp/sec02_bg.png) 0 8rem no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-bottom: 4rem;
  }
  .sec02_frame .sec02_03 {
    background: url(../img/sp/sec02_bg.png) 0 8rem no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-bottom: 12rem;
  }

  .sec03_frame {
    background: url(../img/sp/sec03_bg.png) 0 center no-repeat;
    background-size: cover;
    height: auto;
    background-position: center top;
  }
  .sec03_frame .sec03_01 {
    width: 67rem;
    padding-top: 5rem;
    padding-left: 4rem;
    padding-bottom: 8rem;
  }

  .sec04_frame {
    background-size: cover;
  }
  .sec04_frame .sec04_01 {
    width: 67rem;
    padding-top: 8.2rem;
    margin: auto;
  }
  .sec04_frame .sec04_02 {
    width: 67rem;
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .sec04_frame .sec04_03 {
    padding-top: 2rem;
    padding-left: 7.4rem;
    position: relative;
  }
  .sec04_frame .sec04_03_01 {
    width: 60.2rem;
    padding-top: 4rem;
  }
  .sec04_frame .sec04_03_02 {
    width: 40rem;
    position: absolute;
    left: 17.5rem;
    bottom: 0;
  }
  .sec04_frame .sec04_04 {
    padding-top: 6rem;
    padding-left: 7.4rem;
    position: relative;
  }
  .sec04_frame .sec04_04_01 {
    width: 60.2rem;
  }
  .sec04_frame .sec04_04_02 {
    width: 40rem;
    position: absolute;
    left: 17.5rem;
    bottom: 0;
  }

    .sec05_frame {
    background: url(../img/sp/sec07_bg.png) 0 center no-repeat;
    background-size: cover;
    height: 169.3rem;
    padding-top: 3rem;
  }
  .sec05_frame .sec05_01 {
    width: 60.5rem;
    padding-top: 8.5rem;
    padding-left: 7rem;
  }
  .sec05_frame .sec05_02 {
    width: 67rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
  }
  .sec05_frame .sec05_03 {
    padding-top: 2rem;
    padding-left: 7.4rem;
    position: relative;
  }
  .sec05_frame .sec05_03_01 {
    width: 60.2rem;
    padding-top: 4rem;
  }
  .sec05_frame .sec05_03_02 {
    width: 40rem;
    position: absolute;
    left: 17.5rem;
    bottom: 0;
  }
  .sec05_frame .sec05_04 {
    padding-top: 6rem;
    padding-left: 7.4rem;
    position: relative;
  }
  .sec05_frame .sec05_04_01 {
    width: 60.2rem;
  }
  .sec05_frame .sec05_04_02 {
    width: 40rem;
    position: absolute;
    left: 17.5rem;
    bottom: 0;
  }
}

@media screen and (min-width: 751px) {
  .main_frame {
    position: relative;
    background: url(../img/pc/main_bg.png) 0 center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    height: 206rem;;
  }
  .sec01_frame {
    /* background: url(../img/pc/sec01_bg.png) 0 center no-repeat;
    background-size: cover;
        width: 100%;
        height: 91.1rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; */
  }
  .sec01_frame .sec01_01 {
    width: 132rem;
    padding-left: 23.5rem;
  }
  .sec01_frame .sec01_02 {
    width: 140rem;
    padding-top: 30rem;
    padding-left: 26rem;
  }
  .sec01_frame .sec01_03 {
    width: 140rem;
    padding-top: 2rem;
    padding-left: 26rem;
  }

  .sec02_frame {
    background: url(../img/pc/sec02_bg.png) 0 center no-repeat;
    background-size: cover;
    height: 250rem;
  }
  .sec02_frame .sec02_01 {
    width: 144rem;
    padding-top: 3rem;
    padding-left: 23.5rem;
    position: relative;
  }
  .sec02_frame .sec02_01::before {
    content: "";
    position: absolute;
    top: 5rem;
    left: 16rem;
    width: 35rem;
    height: 35rem;
    background: url(../img/pc/sec02_01_txt.png) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .sec02_frame .sec02_02 {
    width: 144rem;
    margin-top: 1rem;
    padding-left: 23.5rem;
    position: relative;
  }
  .sec02_frame .sec02_02::before {
    content: "";
    position: absolute;
    top: -4rem;
    right: -5rem;
    width: 35rem;
    height: 35rem;
    background: url(../img/pc/sec02_02_txt.png) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .sec02_frame .sec02_03 {
    width: 144rem;
    margin-top: 1rem;
    padding-left: 23.5rem;
    position: relative;
  }
  .sec02_frame .sec02_03::before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 16rem;
    width: 35rem;
    height: 35rem;
    background: url(../img/pc/sec02_03_txt.png) no-repeat;
    background-size: contain;
    z-index: 1;
  }

  .sec03_frame {
    background: url(../img/pc/sec03_bg.png) 0 center no-repeat;
    background-size: cover;
    height: 82rem;
  }
  .sec03_frame .sec03_01 {
    width: 140rem;
    padding-top: 1.5rem;
    margin: 0 auto;
  }

  .sec04_frame {
    height: 58rem;
  }
  .sec04_frame .sec04_01 {
    width: 146rem;
    padding-top: 7rem;
    margin: 0 auto;
  }
  .sec05_frame {
    height: 112.9rem;
  }
  .sec05_frame .sec05_01 {
    width: 113rem;
    padding-top: 8.5rem;
    padding-left: 39rem;
  }
  .sec05_frame .sec05_02 {
    width: 120rem;
    padding-top: 5rem;
    padding-left: 36rem;
  }
  .sec05_frame .sec05_03_01 {
    width: 61rem;  
    padding-top: 4rem;
  }
  .sec05_frame .sec05_03 {
    padding-top: 4rem;
    padding-left: 36rem;
    position: relative;
  }
  .sec05_frame .sec05_03_02 {
    width: 40rem;
    position: absolute;
    left: 46rem;
    bottom: 0;
  }
  .sec05_frame .sec05_04 {
    padding-top: 0rem;
    padding-left: 0.5rem;
    position: relative;
  }
  .sec05_frame .sec05_04_01 {
    width: 59rem;
    padding-top: 7.5rem;
    margin-left: -0.5rem;
  }
  .sec05_frame .sec05_04_02 {
    width: 40rem;
    position: absolute;
    left: 9rem;
    bottom: 0;
  }
}


/* ======================================================
  Fixed Elements
====================================================== */
@media screen and (max-width: 750px) {
  .fixed_bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #005096;
    text-align: center;
    padding: 0rem 0;
    height: 12rem;
  }
  .fixed_bottom a {
    display: inline-block;
    width: auto;
    width: 100%;
  }
  .fixed_bottom img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 751px) {
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    background-color: #005096;
    text-align: center;
    padding: 1rem 0;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixed_bottom a {
    display: inline-block;
    width: 80rem;
  }
  .fixed_bottom img {
    height: auto;
    width: 100%;
  }
} 