@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

li {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
.inner {
  width: 1040px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100vw;
    padding: 0 2.6666666667vw;
  }
}
.inner img {
  width: 100%;
  max-width: 100%;
}

/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*/
.cont_sec {
  border: 4px solid #6aaabf;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cont_sec {
    border: 2px solid #6aaabf;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .cont_sec .cont_secTxt {
    font-size: 3.73vw;
  }
}
.cont_sec .cont_secTtl {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6aaabf;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cont_sec .cont_secTtl {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cont_sec .cont_secBox {
  padding: 40px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cont_sec .cont_secBox {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}

.wrap {
  background-image: url(../img/bg_foot01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f5f4ee;
}
@media screen and (max-width: 768px) {
  .wrap {
    background-size: 100%;
  }
}

.mv {
  padding-top: 110px;
  background-image: url(../img/mv_bg01_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 972px;
  margin-bottom: -350px;
}
@media screen and (max-width: 768px) {
  .mv {
    background: none;
    padding-top: 0;
    height: auto;
    margin-bottom: 8vw;
  }
}
.mv .mv_txt {
  margin-top: -4px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt {
    margin-top: -10vw;
    font-size: 3.7333333333vw;
  }
}

.sec01, .sec03 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sec01, .sec03 {
    margin-bottom: 8.6666666667vw;
  }
}
.sec01 dl, .sec03 dl {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec01 dl, .sec03 dl {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
.sec01 dl:last-child, .sec03 dl:last-child {
  margin-bottom: 0;
}
.sec01 dt, .sec03 dt {
  width: 20%;
  color: #3a8ba6;
  font-weight: bold;
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01 dt, .sec03 dt {
    width: 100%;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.sec01 dd, .sec03 dd {
  width: 70%;
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .sec01 dd, .sec03 dd {
    width: 100%;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}
.sec01 dd li, .sec03 dd li {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec01 dd li, .sec03 dd li {
    margin-bottom: 1.3333333333vw;
  }
}
.sec01 dd li:last-child, .sec03 dd li:last-child {
  margin-bottom: 0;
}

.sec02 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 8.6666666667vw;
  }
}
.sec02 .cont_secBox {
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec02 .cont_secBox {
    padding: 5.3333333333vw;
  }
}

.sec03 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 8.6666666667vw;
  }
}
.sec03 dt {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .sec03 dt {
    width: 100%;
  }
}
.sec03 dd {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .sec03 dd {
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 8.6666666667vw;
  }
}
.sec04 .cont_secBox {
  padding: 60px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec04 .cont_secBox {
    padding: 5.3333333333vw;
  }
}

footer {
  margin-top: 160px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #364347;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 16vw;
    height: 8vw;
    font-size: 2.8vw;
  }
}

.cont_secBtn {
  width: 400px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  margin: 0 auto;
  background-color: #fa8d1a;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 7px solid #cc7518;
  margin-bottom: 65px;
  transition: opacity 0.7s;
}
.cont_secBtn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .cont_secBtn {
    width: 80%;
    height: 12.2666666667vw;
    border-radius: 10.6666666667vw;
    font-size: 4.2666666667vw;
    margin-bottom: 8.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */