@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #111;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #111;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #111;
  font-family: 'Noto Serif JP', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Tahoma, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
    min-width: 1100px;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .main {
    margin-top: 81px;
  }
  .page {
    border-top: 10px solid #008CD6;
    border-bottom: 10px solid #008CD6;
    padding: 53px 0 87px;
  }
  .tt {
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 4px solid #0071BC;
    padding-bottom: 7px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0071BC;
  }
  .tt span {
    width: 83px;
    height: 28px;
    background: #EE7712;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .tt span.pink {
    background: #EB6D9A;
  }
  .header {
    min-width: 1100px;
    width: 100%;
    position: fixed;
    padding: 17px 30px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 111;
  }
  .header .header__left {
    width: 148px;
  }
  .header .header__left h1 {
    line-height: 0;
  }
  .header .header__left h1 a {
    display: inline-block;
    width: 100%;
  }
  .header .header__left h1 a img {
    width: 100%;
  }
  .header .header__right .header__group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__right .header__group li.header__phone {
    margin-right: 16px;
  }
  .header .header__right .header__group li.header__phone a {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #253350;
    position: relative;
    display: block;
    padding-left: 40px;
  }
  .header .header__right .header__group li.header__phone a span {
    display: block;
    font-size: .9rem;
    line-height: 1;
    margin-top: 3px;
  }
  .header .header__right .header__group li.header__phone a:before {
    content: '';
    width: 37px;
    height: 30px;
    background: url("../img/ic_phone.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header .header__right .header__group li.header__mail a {
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    width: 216px;
    height: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 60px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#edd778), color-stop(50%, #d5bd56), to(#cba815));
    background: -webkit-linear-gradient(top, #edd778 0%, #d5bd56 50%, #cba815 100%);
    background: -moz- oldlinear-gradient(top, #edd778 0%, #d5bd56 50%, #cba815 100%);
    background: linear-gradient(180deg, #edd778 0%, #d5bd56 50%, #cba815 100%);
  }
  .header .header__right .header__group li.header__mail a:before {
    content: '';
    width: 30px;
    height: 21px;
    background: url("../img/ic_mail.svg") no-repeat;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  .header .header__right .header__group li.header__mail a span {
    display: block;
    font-size: .8rem;
    line-height: 1;
    margin-top: 3px;
  }
  .footer {
    background: #fff;
    position: relative;
    padding: 30px 0;
  }
  .footer p {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 19px;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__nav li {
    line-height: 0;
  }
  .footer__nav li + li a {
    border-left: 1px solid #707070;
  }
  .footer__nav li a {
    font-size: 1.4rem;
    line-height: 1;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 22px;
  }
  .info {
    max-width: 804px;
    margin: 0 auto;
    background: #fff;
    padding: 29px 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -moz-box-shadow: 0 0 15px rgba(111, 95, 41, 0.29);
    box-shadow: 0 0 15px rgba(111, 95, 41, 0.29);
  }
  .info:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #987F14;
    border-right: 22px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .info:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #987F14;
    border-left: 22px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .info__l {
    width: 360px;
  }
  .info__l p {
    font-size: 2rem;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .info__l p span {
    color: #987F14;
  }
  .info__l-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info__l-list dl {
    width: 86px;
    height: 84px;
    background: #253350;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .info__l-list dl:before {
    content: '';
    width: 20px;
    height: 17px;
    background: url("../img/ic_tick.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -4px;
    right: -4px;
  }
  .info__l-list dl dt {
    font-size: 3.4rem;
    line-height: 1;
    color: #FFCF07;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  .info__l-list dl dt small {
    font-size: 1.5rem;
    line-height: 18px;
    color: #fff;
    display: block;
  }
  .info__l-list dl dd {
    font-size: 1.7rem;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
  }
  .info__l-list dl dd span {
    color: #FFCF07;
    font-size: 2.9rem;
    line-height: 1;
  }
  .info__r {
    width: 360px;
  }
  .info__r h3 {
    font-size: 1.5rem;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #253350;
    width: 100%;
    height: 31px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .info__r-phone {
    text-align: center;
    margin-bottom: 12px;
  }
  .info__r-phone a {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 900;
    color: #253350;
    position: relative;
    display: inline-block;
    padding-left: 60px;
  }
  .info__r-phone a span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px;
  }
  .info__r-phone a:before {
    content: '';
    width: 54px;
    height: 43px;
    background: url("../img/ic_phone.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .info__r-mail a {
    position: relative;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 82px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 85px;
    background: -webkit-gradient(linear, left top, left bottom, from(#edd778), color-stop(50%, #d5bd56), to(#cba815));
    background: -webkit-linear-gradient(top, #edd778 0%, #d5bd56 50%, #cba815 100%);
    background: -moz- oldlinear-gradient(top, #edd778 0%, #d5bd56 50%, #cba815 100%);
    background: linear-gradient(180deg, #edd778 0%, #d5bd56 50%, #cba815 100%);
    text-shadow: 0 0px 4px rgba(0, 0, 0, 0.23);
  }
  .info__r-mail a:before {
    content: '';
    width: 49px;
    height: 35px;
    background: url("../img/ic_mail.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    top: 8px;
    bottom: 0;
    left: 20px;
    margin: auto;
  }
  .info__r-mail a span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px;
  }
  .banner {
    background: url("../img/banner_bg.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 50px 0 170px;
  }
  .banner__top {
    position: relative;
  }
  .banner__top .row {
    padding-bottom: 56.5px;
  }
  .banner__top .row figure {
    text-align: center;
  }
  .banner__top .row figure img {
    width: 855px;
  }
  .banner__tt {
    padding: 0 94px;
    position: relative;
    margin-bottom: 75px;
  }
  .banner__tt h2 {
    font-size: 3.6rem;
    line-height: 54px;
    color: #000000;
    font-weight: 900;
  }
  .banner__tt h2 i {
    font-style: normal;
    font-size: 8.2rem;
    line-height: 1;
    color: #fff;
    background: #253350;
    padding: 5px 10px 11px;
    display: inline-block;
    position: relative;
    top: 18px;
  }
  .banner__tt h2 em {
    font-style: normal;
    color: #987F14;
  }
  .banner__tt h2 span {
    font-size: 7.1rem;
    line-height: 1;
    color: #253350;
  }
  .banner__tt h2 small {
    font-size: 3.1rem;
    line-height: 1;
    color: #000000;
    position: relative;
  }
  .banner__tt h2 small.has_sub {
    letter-spacing: 0.1em;
  }
  .banner__tt h2 small.has_sub:before {
    content: attr(sub);
    font-size: 1.3rem;
    line-height: 1;
    background: #253350;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0;
    padding: 10px 12px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 0;
  }
  .banner__tt h2 small.has_sub:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 13px solid #253350;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
  }
  .banner__tt h2 ins {
    text-decoration: none;
  }
  .banner__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 94px;
    bottom: -40px;
  }
  .banner__block:before {
    content: '';
    width: 209px;
    height: 219px;
    background: url("../img/banner_img.png") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -217px;
    right: 47px;
  }
  .banner__block dl {
    width: 140px;
    height: 136px;
    border: 2px solid #253350;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner__block dl + dl {
    margin-left: 15px;
  }
  .banner__block dl:before {
    content: '';
    width: 37px;
    height: 41px;
    background: url("../img/ic_banner01.svg") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .banner__block dl dt {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 900;
    color: #253350;
    text-align: center;
  }
  .banner__block dl dt small {
    font-size: 1.3rem;
  }
  .banner__block dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -8px;
  }
  .banner__block dl dd p {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 900;
    color: #253350;
    text-align: center;
  }
  .banner__block dl dd span {
    font-size: 6.1rem;
    line-height: 1;
    font-weight: 900;
    color: #987F14;
  }
  .banner__block dl dd span small {
    font-size: 2.2rem;
    line-height: 1;
    color: #253350;
    position: relative;
  }
  .banner__block dl dd span small:before {
    content: attr(sub);
    font-size: .7rem;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .banner__block dl dd em {
    font-size: 3.1rem;
    line-height: 1;
    font-weight: 900;
    color: #987F14;
    font-style: normal;
    margin-top: 18px;
  }
  .banner__block dl dd i {
    font-size: 4.9rem;
    line-height: 1;
    font-weight: 900;
    color: #987F14;
    font-style: normal;
  }
  .banner__block dl dd i small {
    font-size: 2.9rem;
  }
  .banner__block dl:nth-child(2):before {
    background: url("../img/ic_banner02.svg") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .banner__block dl:nth-child(3):before {
    background: url("../img/ic_banner03.svg") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .banner__block dl:nth-child(3) dt {
    margin-top: 15px;
  }
  .banner__block > p {
    position: absolute;
    bottom: -17px;
    right: 0;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .banner__bottom {
    background: #D5D5D5;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .banner__bottom:before {
    content: '';
    width: 100%;
    height: 164px;
    background: url("../img/banner_bg02.png") left top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .banner__img {
    position: relative;
    top: -40px;
    text-align: center;
    z-index: -1;
  }
  .banner__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner__list li {
    width: 120px;
    height: 120px;
    margin: 0 4px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 900;
    color: #5D4C05;
    margin-bottom: -34px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .banner__list li:before {
    content: '';
    width: 112px;
    height: 112px;
    border: 1px solid #5D4C05;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
  }
  .block01 {
    background: #F4F7FD;
    padding-bottom: 60px;
  }
  .block01__tt {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 75px;
    margin-bottom: -70px;
  }
  .block01__tt:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/bl01_bg.png") bottom center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .block01__tt .info {
    position: relative;
    top: -116px;
    margin-bottom: -80px;
  }
  .block01__tt h2 {
    font-size: 3rem;
    line-height: 46px;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .block01__list-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6.5px;
    margin-right: -6.5px;
    margin-top: 141px;
  }
  .block01__list-inner article {
    width: 240px;
    margin: 0 6.5px 12px;
    background: #fff;
    padding: 13px 13px 26px;
  }
  .block01__list-inner article figure {
    margin-bottom: 13px;
  }
  .block01__list-inner article figure img {
    width: 100%;
  }
  .block01__list-inner article dl dt {
    font-size: 1.8rem;
    line-height: 1;
    color: #253350;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
    white-space: nowrap;
  }
  .block01__list-inner article dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 17px;
  }
  .block02__tt {
    width: 100%;
    height: 380px;
    background: url("../img/bl02_banner.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block02__tt h2 {
    font-size: 6.4rem;
    line-height: 81px;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-left: 56px;
    padding-top: 20px;
  }
  .block02__tt h2:before {
    content: '';
    width: 375px;
    height: 375px;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
  }
  .block02__ct {
    background: url("../img/bl02_bg.png") top left repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .block02__ct-inner {
    padding: 38px 84px 0;
  }
  .block02__ct-inner h3 {
    font-size: 5.2rem;
    line-height: 1;
    font-weight: 700;
    color: #987F14;
    text-align: center;
    margin-bottom: 22px;
  }
  .block02__ct-inner h4 {
    text-align: center;
    margin-bottom: 21px;
  }
  .block02__ct-inner h4 span {
    width: 418px;
    height: 50px;
    background: #253350;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 auto;
  }
  .block02__ct-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block02__ct-box p {
    font-size: 2rem;
    line-height: 40px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    padding-top: 50px;
  }
  .block02__ct-box figure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 302px;
    flex: 0 0 302px;
    position: relative;
  }
  .block02__ct-box figure img {
    width: 100%;
  }
  .block02__ct-box figure figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: -93px;
    text-shadow: 1px 1px 1px #000;
  }
  .block03 {
    background: #253350;
    padding: 65px 0 0;
    margin-bottom: 114px;
  }
  .block03 h2 {
    font-size: 3rem;
    line-height: 37px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .block03 h2 span {
    font-size: 9.8rem;
    line-height: 1;
    font-weight: bold;
    color: #FFCF07;
    margin-left: 24px;
    position: relative;
  }
  .block03 h2 span:before {
    content: '';
    width: 21px;
    height: 17px;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -20px;
  }
  .block03 h2 span:after {
    content: '';
    width: 21px;
    height: 17px;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block03__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    counter-reset: number;
  }
  .block03__list li {
    width: 325px;
    margin: 0 6px;
    background: #fff;
    padding: 16px 12px 40px;
    position: relative;
  }
  .block03__list li:before {
    counter-increment: number;
    content: counter(number);
    width: 68px;
    height: 70px;
    background: #987F14;
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
  }
  .block03__list li figure {
    margin-bottom: 18px;
  }
  .block03__list li figure img {
    width: 100%;
  }
  .block03__list li dl dt {
    font-size: 2.2rem;
    line-height: 32px;
    color: #253350;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .block03__list li dl dd {
    font-size: 1.6rem;
    line-height: 24px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block03 .info {
    position: relative;
    bottom: -82px;
  }
  .block04__tt {
    width: 100%;
    height: 380px;
    background: url("../img/bl04_banner.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block04__tt h2 {
    font-size: 6.4rem;
    line-height: 81px;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-left: 80px;
    padding-top: 45px;
    width: 417px;
    margin-left: auto;
  }
  .block04__tt h2:before {
    content: '';
    width: 375px;
    height: 375px;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: -1;
  }
  .block04__ct {
    margin-top: 40px;
  }
  .block04__ct .row > p {
    text-align: center;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
  }
  .block04__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 21px;
  }
  .block04__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 439px;
    margin: 21px;
  }
  .block04__list li figure {
    -ms-flex-preferred-size: 121px;
    flex-basis: 121px;
  }
  .block04__list li dl {
    margin-left: 10px;
    width: -webkit-calc(100% - 10px - 121px);
    width: -moz-calc(100% - 10px - 121px);
    width: calc(100% - 10px - 121px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 25px;
    background: url("../img/bl04_img09.svg") right 6px bottom 6px no-repeat;
    -moz-background-size: 81px 85px;
    background-size: 81px 85px;
  }
  .block04__list li dl::before, .block04__list li dl::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 32px;
    border: 2px solid #D5DCEA;
    z-index: -1;
  }
  .block04__list li dl::before {
    left: 0;
    border-right: 0;
  }
  .block04__list li dl::after {
    right: 0;
    border-left: 0;
  }
  .block04__list li dl dt {
    font-size: 2.2rem;
    line-height: 31px;
    font-weight: 700;
    color: #253350;
  }
  .block04__list li dl dd {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    margin-top: 7px;
  }
  .block04__gg {
    margin-top: 80px;
    background: #F7F4E9;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 40px 27.3px 30px 37px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .block04__gg::after {
    position: absolute;
    content: "";
    width: 189px;
    height: 134px;
    background: url("../img/bl04_ic_hand.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: -55px;
    right: 45px;
  }
  .block04__gg h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 35px;
    font-weight: 700;
    color: #253350;
  }
  .block04__gg h3 span {
    font-size: 3.5rem;
    color: #B43535;
  }
  .block04__gg-box {
    margin-top: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block04__gg-box figure, .block04__gg-box picture {
    -ms-flex-preferred-size: 371px;
    flex-basis: 371px;
  }
  .block04__gg-ct {
    width: -webkit-calc(100% - 371px);
    width: -moz-calc(100% - 371px);
    width: calc(100% - 371px);
    padding: 0 0 0 37px;
  }
  .block04__gg-ct ul li {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 32px;
    font-size: 1.8rem;
    line-height: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000000;
  }
  .block04__gg-ct ul li::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/bl04_ic_tick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: 0;
  }
  .block04__gg-ct ul li + li {
    margin-top: 13px;
  }
  .block04__gg-ct ul li span {
    color: #B43535;
  }
  .block04__gg p {
    font-size: 1.6rem;
    line-height: 25px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-top: 18px;
  }
  .block04__gg p em {
    font-style: normal;
    color: #B43535;
  }
  .block04__gg p span {
    display: inline;
    background: #253350;
    color: #fff;
  }
  .block05 {
    background: #253350;
    padding: 65px 0 55px;
  }
  .block05 h2 {
    font-size: 3rem;
    line-height: 37px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .block05 h2 span {
    font-size: 9.8rem;
    line-height: 1;
    font-weight: bold;
    color: #FFCF07;
    margin-left: 24px;
    position: relative;
  }
  .block05 h2 span:before {
    content: '';
    width: 21px;
    height: 17px;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -20px;
  }
  .block05 h2 span:after {
    content: '';
    width: 21px;
    height: 17px;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block05 .row {
    padding: 0 151.5px;
  }
  .block05__list {
    margin-top: 44px;
  }
  .block05__list li {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    font-size: 2rem;
    line-height: 29px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #253350;
    padding: 10.5px 0 14.5px 61px;
  }
  .block05__list li + li {
    margin-top: 16px;
  }
  .block05__list li::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 100%;
    background: url("../img/bl05_ic_tick.svg") center no-repeat #FFCF07;
    -moz-background-size: 24.3px 22.67px;
    background-size: 24.3px 22.67px;
    top: 0;
    left: 0;
  }
  .block05 p {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-top: 16px;
  }
  .block06__tt {
    width: 100%;
    height: 380px;
    background: url("../img/bl06_banner.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block06__tt h2 {
    font-size: 6.4rem;
    line-height: 81px;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-left: 55px;
    padding-top: 67px;
    width: 600px;
  }
  .block06__tt h2:before {
    content: '';
    width: 375px;
    height: 375px;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -1;
  }
  .block06__ct .row > p {
    font-size: 1.8rem;
    line-height: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-top: 21px;
  }
  .block06__list {
    margin-top: 28px;
  }
  .block06__list dl + dl {
    margin-top: 23px;
  }
  .block06__list dl dt {
    background: #253350;
    padding: 28px 33px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .block06__list dl dt::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 33px;
    background: url("../img/triangle.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 80px;
    bottom: -33px;
  }
  .block06__list dl dd {
    background: #F7F4E9;
    padding: 50px 27px 28px;
    font-size: 1.8rem;
    line-height: 27px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .block06__list dl dd .red {
    color: #B43535;
  }
  .block06__note {
    margin-top: 41px;
    border-top: 2px solid #253350;
    border-bottom: 2px solid #253350;
    padding: 24px 0;
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }
  .block06__note span {
    color: #B43535;
  }
  .block07 {
    background: #253350;
    padding: 65px 0 55px;
    margin-top: 55px;
  }
  .block07 h2 {
    font-size: 3rem;
    line-height: 37px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .block07 h2 span {
    font-size: 9.8rem;
    line-height: 1;
    font-weight: bold;
    color: #FFCF07;
    margin-left: 24px;
    position: relative;
  }
  .block07 h2 span:before {
    content: '';
    width: 21px;
    height: 17px;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -20px;
  }
  .block07 h2 span:after {
    content: '';
    width: 21px;
    height: 17px;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block07__list {
    max-width: 609px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 115px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    counter-reset: dl;
  }
  .block07__list::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 92%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 33px;
    background: #fff;
  }
  .block07__list dl {
    background: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 27px 23px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    counter-increment: dl;
    z-index: 2;
  }
  .block07__list dl::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    background: url("../img/triangle_w.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 24px;
    left: -15px;
  }
  .block07__list dl::after {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    width: 74px;
    height: 74px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.6rem;
    left: -115px;
    top: 0;
  }
  .block07__list dl + dl {
    margin-top: 16px;
  }
  .block07__list dl dt {
    font-size: 2.2rem;
    line-height: 31px;
    font-weight: 700;
    color: #987F14;
  }
  .block07__list dl dd {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 400;
    color: #000;
    margin-top: 13px;
  }
  .block07 p {
    display: block;
    font-size: 2.9rem;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    background: #987F14;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4px 0 7px;
    margin: 11px 0;
    text-align: center;
  }
  .block08__tt {
    width: 100%;
    height: 380px;
    background: url("../img/bl08_banner.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block08__tt h2 {
    font-size: 6.4rem;
    line-height: 81px;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-left: 80px;
    padding-top: 110px;
    width: 417px;
    margin-left: auto;
  }
  .block08__tt h2:before {
    content: '';
    width: 375px;
    height: 375px;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: -1;
  }
  .block08__ct {
    padding: 51px 0 61px;
  }
  .block08__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
  }
  .block08__box figure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 476px;
    flex: 0 0 476px;
  }
  .block08__box figure img {
    width: 100%;
  }
  .block08__box article {
    width: 100%;
    padding-left: 24px;
  }
  .block08__box article h3 {
    margin-bottom: 16px;
  }
  .block08__box article h3 small {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .block08__box article h3 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.7rem;
    line-height: 1;
    font-weight: bold;
    color: #253350;
  }
  .block08__box article h3 span em {
    font-size: 2rem;
    line-height: 1;
    font-style: normal;
    position: relative;
    padding-left: 47px;
  }
  .block08__box article h3 span em:before {
    content: '';
    width: 28px;
    height: 1px;
    background: #253350;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
  .block08__box article dl dt {
    width: 100%;
    height: 42px;
    background: #253350;
    padding: 0 23px 4px;
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .block08__box article dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block08__box article dl dd + dd {
    margin-top: 10px;
  }
  .block08__box article dl dd span {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    font-weight: bold;
    display: block;
  }
  .block08__if dt {
    width: 100%;
    height: 42px;
    background: #253350;
    padding: 0 23px;
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .block08__if dd {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact {
    background: #253350;
    padding: 56px 0 64px;
  }
  .contact h2 {
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact h2 i {
    margin-right: 18px;
  }
  .contact h2 i img {
    width: 49px;
  }
  .contact__sub {
    font-size: 2rem;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 36px;
  }
  .contact__form {
    padding: 47px 45px 64px;
    background: #fff;
  }
  .contact__form form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact__form form dl + dl {
    margin-top: 20px;
  }
  .contact__form form dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    font-size: 2rem;
    line-height: 52px;
    color: #253350;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact__form form dl dt.request:after {
    content: '必須';
    color: #B43535;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 12px;
  }
  .contact__form form dl dd {
    width: 100%;
  }
  .contact__form form dl dd p {
    width: 100%;
  }
  .contact__form form dl dd p input {
    width: 100%;
    height: 57px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: #fafafa;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0 10px;
    outline: none;
  }
  .contact__form form dl dd p textarea {
    width: 100%;
    height: 420px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: #fafafa;
    font-size: 1.6rem;
    line-height: 1;
    padding: 15px 10px;
    outline: none;
    resize: none;
  }
  .contact__form form dl dd .radio {
    margin-bottom: 10px;
  }
  .contact__form form dl dd .radio label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact__form form dl dd .radio label + label {
    margin-top: 7px;
  }
  .contact__form form dl dd .radio label input {
    width: 15px;
    height: 15px;
    margin-right: 16px;
  }
  .contact__form form dl dd .radio label span {
    font-size: 1.8rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__form form > p {
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 70px;
    padding-left: 244px;
    margin-bottom: 32px;
  }
  .contact__form-privacy {
    text-align: center;
  }
  .contact__form-privacy label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact__form-privacy label span {
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__form-privacy label span a {
    color: #0FA6D3;
  }
  .contact__form-privacy label input {
    width: 18px;
    height: 18px;
    border: 1px solid #DBDBDB;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
  }
  .contact__btn {
    margin-top: 32px;
  }
  .contact__btn button {
    width: 289px;
    height: 59px;
    background: #4F6084;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    border: 1px solid #4F6084;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
  }
  .contact__btn button:hover {
    background: #fff;
    color: #4F6084;
  }
  .privacy {
    background: url("../img/bgPrivacy.png") 0 0 repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding: 53px 0 68px;
  }
  .privacy h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 46px;
    font-weight: 900;
    color: #253350;
  }
  .privacy h3 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .privacy__row {
    margin-top: 34px;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(111, 95, 41, 0.29);
    box-shadow: 0 0 8px rgba(111, 95, 41, 0.29);
    padding: 33px 34px 44px;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    font-weight: 400;
  }
  .privacy__row .btnTop {
    margin-top: 38px;
  }
  .btnTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
  }
  .btnTop a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 289px;
    height: 59px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f6084+0,253350+100 */
    background: #4f6084;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f6084 0%, #253350 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#4f6084), to(#253350));
    background: -moz- oldlinear-gradient(top, #4f6084 0%, #253350 100%);
    background: linear-gradient(to bottom, #4f6084 0%, #253350 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6084', endColorstr='#253350',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .pageThanks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: url("../img/bgPrivacy.png") 0 0 repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .pageThanks .privacy {
    background: none;
  }
  .pageThanks header, .pageThanks footer {
    width: 100%;
  }
  .pageThanks main {
    width: 100%;
    height: 100%;
  }
  .pageThanks .footer {
    margin-top: auto;
  }
  .page-contact {
    background: #EBFAFF;
  }
  .page-contact .tt {
    margin-bottom: 25px;
  }
  .page-contact__form {
    background: #fff;
    padding: 52px 28px 30px;
  }
  .page-contact__form form > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #808080;
    padding: 21px 24px 21px 0;
  }
  .page-contact__form form > dl > dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
    padding-right: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 38px;
    font-weight: bold;
    color: #333333;
  }
  .page-contact__form form > dl > dt:after {
    content: '任意';
    width: 44px;
    height: 22px;
    background: #999999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .page-contact__form form > dl > dt.request:after {
    content: '必須';
    background: #F05C67;
  }
  .page-contact__form form > dl > dd {
    width: 100%;
  }
  .page-contact__form form > dl > dd p.input {
    width: 100%;
  }
  .page-contact__form form > dl > dd p.input input {
    width: 100%;
    height: 38px;
    border: none;
    background-color: #F5F5F5;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    outline: none;
    padding: 0 4px;
  }
  .page-contact__form form > dl > dd p.input small {
    font-size: .9rem;
    line-height: 18px;
    color: #B3B3B3;
    display: block;
    position: absolute;
  }
  .page-contact__form form > dl > dd p.select {
    position: relative;
    width: 130px;
  }
  .page-contact__form form > dl > dd p.select:before {
    content: '';
    width: 12px;
    height: 7px;
    background: url("../img/job/ic_down.svg") no-repeat center center;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
  }
  .page-contact__form form > dl > dd p.select select {
    width: 100%;
    height: 38px;
    border: none;
    background-color: #F5F5F5;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    outline: none;
    padding: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .page-contact__form form > dl > dd p.radio {
    height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-contact__form form > dl > dd p.radio label + label {
    margin-left: 40px;
  }
  .page-contact__form form > dl > dd p.radio label input {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
  }
  .page-contact__form form > dl > dd p.radio label input:checked + span:before {
    border: 6px solid #808080;
  }
  .page-contact__form form > dl > dd p.radio label span {
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    padding-left: 23px;
    position: relative;
  }
  .page-contact__form form > dl > dd p.radio label span:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #808080;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-contact__form form > dl > dd p.textarea textarea {
    width: 100%;
    height: 167px;
    border: none;
    background-color: #F5F5F5;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    outline: none;
    padding: 4px;
    resize: none;
  }
  .page-contact__form form > dl > dd p.textarea small {
    font-size: .9rem;
    line-height: 18px;
    color: #B3B3B3;
    display: block;
    position: absolute;
  }
  .page-contact__form form > dl > dd .selectGr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-contact__form form > dl > dd .selectGr .select {
    width: 154px;
  }
  .page-contact__form form > dl > dd .selectGr span {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 18px;
  }
  .page-contact__form form > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-contact__form form > dl > dd > dl + dl {
    margin-top: 17px;
  }
  .page-contact__form form > dl > dd > dl > dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    padding-right: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 38px;
    font-weight: bold;
    color: #333333;
  }
  .page-contact__form form > dl > dd > dl dd {
    width: 100%;
  }
  .page-contact__form form > dl > dd .inputGr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contact__form form > dl > dd .inputGr .input {
    width: 130px;
  }
  .page-contact__form form > dl > dd .inputGr span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    margin: 12px 4px 0;
  }
  .page-contact__form form > dl > dd .inputGr button {
    width: 96px;
    height: 38px;
    background: #4C4C4C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: none;
    margin-left: 20px;
  }
  .page-contact__form form > dl:first-child {
    border-top: 1px solid #808080;
  }
  .page-contact__form form .btnGr {
    margin-top: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-contact__form form .btnGr__btn {
    width: 219px;
    height: 60px;
    background: #E97F00;
    border: 1px solid #E97F00;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .page-contact__form form .btnGr__btn:hover {
    background: #fff;
    color: #E97F00;
    border: 1px solid #E97F00;
  }
  .page-contact__form form .btnGr__btn--back {
    margin-right: 40px;
    background: #B3B3B3;
  }
  .page-contact__form form .btnGr__btn--back:hover {
    background: #fff;
    color: #B3B3B3;
    border: 1px solid #B3B3B3;
  }
  .page-job__bl + .page-job__bl {
    margin-top: 30px;
  }
  .page-job__ct p {
    font-size: 1.4rem;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .page-job__ct figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-job__ct figure img {
    width: 283px;
    height: auto;
  }
  .page-job__ct figure img + img {
    margin-left: 25px;
  }
  .page-job__box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #808080;
    padding: 10px 0;
  }
  .page-job__box dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: bold;
  }
  .page-job__box dl dd {
    width: 100%;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .page-job__box dl dd a {
    color: #0091DB;
    position: relative;
    padding-left: 13px;
    margin-left: 3px;
  }
  .page-job__box dl dd a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url("../img/job/ic_point.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-job__box dl:first-child {
    border-top: none;
  }
  .page-job__box--bt {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  .page-job__bot {
    text-align: center;
    margin-top: 70px;
  }
  .page-job__bot p {
    font-size: 2.1rem;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    padding-bottom: 58px;
    margin-bottom: 12px;
    position: relative;
  }
  .page-job__bot p:before {
    content: '';
    width: 80px;
    height: 30px;
    background: url("../img/job/ic_arr.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .page-job__btn {
    text-align: center;
  }
  .page-job__btn a {
    width: 219px;
    height: 60px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #E97F00;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 1;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
    width: 100%;
  }
  .main {
    margin-top: 18.84058vw;
  }
  .page {
    border-top: 2.41546vw solid #008CD6;
    border-bottom: 2.41546vw solid #008CD6;
    padding: 12.80193vw 0 21.01449vw;
  }
  .tt {
    font-size: 5.7971vw;
    line-height: 1;
    border-bottom: 0.96618vw solid #0071BC;
    padding-bottom: 1.69082vw;
    margin-bottom: 2.41546vw;
    font-weight: bold;
    color: #0071BC;
  }
  .tt span {
    width: 20.04831vw;
    height: 6.76329vw;
    background: #EE7712;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-border-radius: 12.07729vw;
    border-radius: 12.07729vw;
    color: #fff;
    font-weight: bold;
    font-size: 4.10628vw;
    line-height: 1;
    margin-bottom: 1.93237vw;
  }
  .tt span.pink {
    background: #EB6D9A;
  }
  .header {
    width: 100%;
    position: fixed;
    padding: 3.62319vw 3.62319vw 3.62319vw 1.93237vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 111;
  }
  .header .header__left {
    width: 35.74879vw;
  }
  .header .header__left h1 {
    line-height: 0;
  }
  .header .header__left h1 a {
    display: inline-block;
    width: 100%;
  }
  .header .header__left h1 a img {
    width: 100%;
  }
  .header .header__right .header__group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__right .header__group li {
    line-height: 0;
  }
  .header .header__right .header__group li + li {
    margin-left: 0.96618vw;
  }
  .header .header__right .header__group li img {
    width: 11.11111vw;
    height: auto;
  }
  .footer {
    background: #fff;
    position: relative;
    padding: 5.31401vw 0;
  }
  .footer p {
    text-align: center;
    color: #000;
    font-size: 2.41546vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 4.10628vw;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__nav li {
    line-height: 0;
  }
  .footer__nav li + li a {
    border-left: 1px solid #707070;
  }
  .footer__nav li a {
    font-size: 3.1401vw;
    line-height: 1;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 4.83092vw;
  }
  .info {
    background: #fff;
    padding: 5.31401vw 2.89855vw 7.00483vw;
    position: relative;
    -moz-box-shadow: 0 0 3.62319vw rgba(111, 95, 41, 0.29);
    box-shadow: 0 0 3.62319vw rgba(111, 95, 41, 0.29);
  }
  .info:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7.24638vw solid #987F14;
    border-right: 7.24638vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .info:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 7.24638vw solid #987F14;
    border-left: 7.24638vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .info__l p {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4.34783vw;
  }
  .info__l p span {
    color: #987F14;
  }
  .info__l-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info__l-list dl {
    width: 20.77295vw;
    height: 20.28986vw;
    background: #253350;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .info__l-list dl + dl {
    margin-left: 1.20773vw;
  }
  .info__l-list dl:before {
    content: '';
    width: 4.83092vw;
    height: 4.10628vw;
    background: url("../img/ic_tick.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -0.96618vw;
    right: -0.96618vw;
  }
  .info__l-list dl dt {
    font-size: 8.21256vw;
    line-height: 1;
    color: #FFCF07;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.20773vw;
  }
  .info__l-list dl dt small {
    font-size: 3.62319vw;
    line-height: 4.34783vw;
    color: #fff;
    display: block;
  }
  .info__l-list dl dd {
    font-size: 4.10628vw;
    line-height: 4.83092vw;
    color: #fff;
    font-weight: bold;
  }
  .info__l-list dl dd span {
    color: #FFCF07;
    font-size: 7.00483vw;
    line-height: 1;
  }
  .info__r {
    margin-top: 4.83092vw;
  }
  .info__r-phone {
    text-align: center;
    margin-bottom: 2.89855vw;
  }
  .info__r-phone a {
    font-size: 7.97101vw;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    position: relative;
    padding-left: 20.5314vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    width: 87.19807vw;
    height: 19.80676vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #CA4A49;
    border-bottom: 0.96618vw solid #791313;
  }
  .info__r-phone a span {
    display: block;
    font-size: 2.89855vw;
    line-height: 1;
    margin-top: 1.20773vw;
  }
  .info__r-phone a:before {
    content: '';
    width: 13.04348vw;
    height: 10.38647vw;
    background: url("../img/ic_phone_white.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0.48309vw;
    bottom: 0;
    left: 4.83092vw;
    margin: auto;
  }
  .info__r-mail a {
    position: relative;
    font-size: 6.52174vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 19.80676vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    padding-left: 20.5314vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#edd778), color-stop(50%, #d5bd56), to(#cba815));
    background: -webkit-linear-gradient(top, #edd778 0%, #d5bd56 50%, #cba815 100%);
    background: -moz- oldlinear-gradient(top, #edd778 0%, #d5bd56 50%, #cba815 100%);
    background: linear-gradient(180deg, #edd778 0%, #d5bd56 50%, #cba815 100%);
    text-shadow: 0 0 0.96618vw rgba(0, 0, 0, 0.23);
    border-bottom: 0.96618vw solid #987F14;
  }
  .info__r-mail a:before {
    content: '';
    width: 11.83575vw;
    height: 8.45411vw;
    background: url("../img/ic_mail.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    -moz-box-shadow: 0 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
    top: 1.93237vw;
    bottom: 0;
    left: 4.83092vw;
    margin: auto;
  }
  .info__r-mail a span {
    display: block;
    font-size: 2.89855vw;
    line-height: 1;
    margin-top: 1.20773vw;
  }
  .banner {
    background: url("../img/banner_bg.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 76.81159vw;
    padding-bottom: 9.66184vw;
  }
  .banner__top {
    position: relative;
    padding-top: 10.86957vw;
  }
  .banner__tt {
    position: relative;
    margin-bottom: 8.45411vw;
  }
  .banner__tt h2 {
    font-size: 7.00483vw;
    line-height: 11.35266vw;
    color: #000000;
    font-weight: 900;
    margin-bottom: 6.739129999999999vw;
  }
  .banner__tt h2 i {
    font-style: normal;
    font-size: 13.04348vw;
    line-height: 1;
    color: #fff;
    background: #253350;
    padding: 1.20773vw 2.41546vw 2.657vw;
    display: inline-block;
    position: relative;
    top: 4.34783vw;
  }
  .banner__tt h2 em {
    font-style: normal;
    color: #987F14;
  }
  .banner__tt h2 span {
    font-size: 14.25121vw;
    line-height: 1;
    color: #253350;
  }
  .banner__tt h2 small {
    font-size: 6.76329vw;
    line-height: 1;
    color: #000000;
    position: relative;
  }
  .banner__tt h2 small.has_sub {
    letter-spacing: 0.1em;
  }
  .banner__tt h2 small.has_sub:before {
    content: attr(sub);
    font-size: 2.89855vw;
    line-height: 1;
    background: #253350;
    -moz-border-radius: 12.07729vw;
    border-radius: 12.07729vw;
    color: #fff;
    letter-spacing: 0;
    padding: 2.17391vw 1.93237vw 2.657vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -9.66184vw;
    left: 0;
    width: 31.15942vw;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner__tt h2 small.has_sub:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 1.44928vw solid transparent;
    border-right: 1.44928vw solid transparent;
    border-top: 3.1401vw solid #253350;
    position: absolute;
    left: 0;
    right: 0;
    top: -2.41546vw;
    margin: 0 auto;
  }
  .banner__tt h2 ins {
    text-decoration: none;
    font-size: 9.17874vw;
    line-height: 13.04348vw;
    vertical-align: middle;
    -webkit-transform: translateY(1.20773vw);
    -moz-transform: translateY(1.20773vw);
    -ms-transform: translateY(1.20773vw);
    transform: translateY(1.20773vw);
    display: inline-block;
  }
  .banner__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner__block:before {
    content: '';
    width: 51.20773vw;
    height: 53.62319vw;
    background: url("../img/banner_img.png") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 24.15459vw;
    right: -14.97585vw;
  }
  .banner__block dl {
    width: 29.22705vw;
    height: 28.01932vw;
    border: 0.48309vw solid #253350;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner__block dl + dl {
    margin-left: 2.41546vw;
  }
  .banner__block dl:before {
    content: '';
    width: 5.7971vw;
    height: 6.28019vw;
    background: url("../img/ic_banner01.svg") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -0.24155vw;
    left: -0.24155vw;
  }
  .banner__block dl dt {
    font-size: 3.62319vw;
    line-height: 4.34783vw;
    font-weight: 900;
    color: #253350;
    text-align: center;
  }
  .banner__block dl dt small {
    font-size: 3.1401vw;
  }
  .banner__block dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -1.93237vw;
  }
  .banner__block dl dd p {
    font-size: 3.38164vw;
    line-height: 3.86473vw;
    font-weight: 900;
    color: #253350;
    text-align: center;
  }
  .banner__block dl dd span {
    font-size: 13.76812vw;
    line-height: 1;
    font-weight: 900;
    color: #987F14;
  }
  .banner__block dl dd span small {
    font-size: 5.07246vw;
    line-height: 1;
    color: #253350;
    position: relative;
  }
  .banner__block dl dd span small:before {
    content: attr(sub);
    font-size: 1.44928vw;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    bottom: -1.20773vw;
    left: 0;
  }
  .banner__block dl dd em {
    font-size: 6.28019vw;
    line-height: 1;
    font-weight: 900;
    color: #987F14;
    font-style: normal;
    margin-top: 4.34783vw;
  }
  .banner__block dl dd i {
    font-size: 10.38647vw;
    line-height: 1;
    font-weight: 900;
    color: #987F14;
    font-style: normal;
  }
  .banner__block dl dd i small {
    font-size: 6.03865vw;
  }
  .banner__block dl:nth-child(2):before {
    background: url("../img/ic_banner02.svg") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .banner__block dl:nth-child(3):before {
    background: url("../img/ic_banner03.svg") center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .banner__block dl:nth-child(3) dt {
    margin-top: 3.62319vw;
  }
  .banner__block > p {
    position: absolute;
    bottom: -4.10628vw;
    left: 0;
    font-size: 2.41546vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .banner__bottom {
    background: #D5D5D5;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .banner__bottom:before {
    content: '';
    width: 100%;
    height: 24.39614vw;
    background: url("../img/banner_bg02_sp.png") left top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .banner__img {
    position: relative;
    top: 0vw;
    text-align: center;
    z-index: -1;
    margin-bottom: 4.10628vw;
  }
  .banner__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.72464vw;
    margin-right: -0.72464vw;
  }
  .banner__list li {
    width: 17.3913vw;
    height: 17.3913vw;
    margin: 0 0.72464vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 900;
    color: #5D4C05;
    margin-bottom: -4.10628vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .banner__list li:before {
    content: '';
    width: 16.18357vw;
    height: 16.18357vw;
    border: 0.24155vw solid #5D4C05;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
  }
  .block01 {
    background: #F4F7FD;
    padding-bottom: 12.07729vw;
  }
  .block01__tt {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 13.28502vw;
    margin-bottom: -25.36232vw;
  }
  .block01__tt:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/bl01_bg.png") bottom center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .block01__tt .info {
    position: relative;
    top: -84.05797vw;
    margin-bottom: -76.08696vw;
  }
  .block01__tt h2 {
    font-size: 5.31401vw;
    line-height: 8.21256vw;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .block01__list-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 34.05797vw;
  }
  .block01__list-inner article {
    width: 50%;
    background: #fff;
    padding: 1.93237vw 2.17391vw 3.1401vw;
    border: 0.24155vw solid #CAD3E5;
  }
  .block01__list-inner article figure {
    margin-bottom: 3.1401vw;
  }
  .block01__list-inner article figure img {
    width: 100%;
  }
  .block01__list-inner article dl dt {
    font-size: 3.86473vw;
    line-height: 1;
    color: #253350;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.93237vw;
  }
  .block01__list-inner article dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.41546vw;
    line-height: 3.62319vw;
  }
  .block02__tt {
    width: 100%;
    height: 66.42512vw;
    background: url("../img/bl02_banner_sp.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block02__tt h2 {
    font-size: 8.21256vw;
    line-height: 10.38647vw;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-top: 4.83092vw;
  }
  .block02__tt h2:before {
    content: '';
    width: 71.73913vw;
    height: 71.73913vw;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -17.14976vw;
    left: -19.32367vw;
    z-index: -1;
  }
  .block02__ct {
    background: url("../img/bl02_bg.png") top left repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .block02__ct-inner {
    padding: 5.31401vw 0 0;
  }
  .block02__ct-inner h3 {
    font-size: 8.9372vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #987F14;
    margin-bottom: 1.93237vw;
  }
  .block02__ct-inner h4 {
    margin-bottom: 6.28019vw;
  }
  .block02__ct-inner h4 span {
    width: 76.08696vw;
    height: 8.9372vw;
    background: #253350;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 6.28019vw;
    line-height: 1;
    font-weight: 700;
  }
  .block02__ct-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block02__ct-box p {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    padding-top: 2.17391vw;
  }
  .block02__ct-box figure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 53.1401vw;
    flex: 0 0 53.1401vw;
    position: relative;
    margin-right: -6.76329vw;
  }
  .block02__ct-box figure img {
    width: 100%;
  }
  .block02__ct-box figure figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.41546vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 4.83092vw;
    left: 2.41546vw;
    text-shadow: 0.24155vw 0.24155vw 0.24155vw #000;
  }
  .block03 {
    background: #253350;
    padding: 15.70048vw 0 0;
    margin-bottom: 49.75845vw;
  }
  .block03 h2 {
    font-size: 6.28019vw;
    line-height: 7.72947vw;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10.14493vw;
  }
  .block03 h2 span {
    font-size: 21.73913vw;
    line-height: 1;
    font-weight: bold;
    color: #FFCF07;
    margin-left: 8.69565vw;
    position: relative;
  }
  .block03 h2 span:before {
    content: '';
    width: 4.58937vw;
    height: 3.62319vw;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -2.41546vw;
    left: -4.83092vw;
  }
  .block03 h2 span:after {
    content: '';
    width: 4.58937vw;
    height: 3.62319vw;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -3.62319vw;
    right: -2.41546vw;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block03__list {
    counter-reset: number;
  }
  .block03__list li {
    background: #fff;
    padding: 2.89855vw 2.89855vw 9.66184vw;
    position: relative;
  }
  .block03__list li + li {
    margin-top: 7.00483vw;
  }
  .block03__list li:before {
    counter-increment: number;
    content: counter(number);
    width: 11.35266vw;
    height: 11.5942vw;
    background: #987F14;
    font-size: 6.28019vw;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
  }
  .block03__list li figure {
    margin-bottom: 3.86473vw;
  }
  .block03__list li figure img {
    width: 100%;
    height: 43.47826vw;
    object-fit: cover;
  }
  .block03__list li dl dt {
    font-size: 5.31401vw;
    line-height: 7.72947vw;
    color: #253350;
    font-weight: bold;
    margin-bottom: 2.89855vw;
  }
  .block03__list li dl dd {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block03 .info {
    position: relative;
    bottom: -38.64734vw;
    margin-top: -21.73913vw;
  }
  .block04 {
    padding-bottom: 8.21256vw;
  }
  .block04__tt {
    width: 100%;
    height: 66.42512vw;
    background: url("../img/bl04_banner_sp.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block04__tt h2 {
    font-size: 8.21256vw;
    line-height: 10.38647vw;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-left: 53.62319vw;
    padding-top: 8.9372vw;
    width: 100.72464vw;
    margin-left: auto;
  }
  .block04__tt h2:before {
    content: '';
    width: 71.73913vw;
    height: 71.73913vw;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -17.14976vw;
    right: -16.90821vw;
    z-index: -1;
  }
  .block04__ct {
    margin-top: 4.10628vw;
  }
  .block04__ct .row > p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block04__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5.07246vw;
  }
  .block04__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block04__list li + li {
    margin-top: 6.03865vw;
  }
  .block04__list li figure {
    -ms-flex-preferred-size: 25.36232vw;
    flex-basis: 25.36232vw;
  }
  .block04__list li dl {
    margin-left: 2.41546vw;
    width: -webkit-calc(100% - 2.41546vw - 25.36232vw);
    width: -moz-calc(100% - 2.41546vw - 25.36232vw);
    width: calc(100% - 2.41546vw - 25.36232vw);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 4.34783vw;
    background: url("../img/bl04_img09.svg") right 1.44928vw bottom 1.44928vw no-repeat;
    -moz-background-size: 17.14976vw 17.8744vw;
    background-size: 17.14976vw 17.8744vw;
  }
  .block04__list li dl::before, .block04__list li dl::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 6.76329vw;
    border: 0.48309vw solid #D5DCEA;
    z-index: -1;
  }
  .block04__list li dl::before {
    left: 0;
    border-right: 0;
  }
  .block04__list li dl::after {
    right: 0;
    border-left: 0;
  }
  .block04__list li dl dt {
    font-size: 4.83092vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #253350;
  }
  .block04__list li dl dd {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    margin-top: 1.93237vw;
  }
  .block04__gg {
    margin-top: 13.28502vw;
    background: #F7F4E9;
    -moz-border-radius: 3.38164vw;
    border-radius: 3.38164vw;
    padding: 5.55556vw 4.83092vw 7.24638vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .block04__gg::after {
    position: absolute;
    content: "";
    width: 23.42995vw;
    height: 16.42512vw;
    background: url("../img/bl04_ic_hand.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: -7.00483vw;
    right: 3.62319vw;
  }
  .block04__gg h3 {
    font-size: 5.31401vw;
    line-height: 7.48792vw;
    font-weight: 700;
    color: #253350;
  }
  .block04__gg h3 span {
    font-size: 7.72947vw;
    color: #B43535;
  }
  .block04__gg-box {
    margin-top: 5.07246vw;
  }
  .block04__gg-box figure, .block04__gg-box picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 3.38164vw;
  }
  .block04__gg-box figure img, .block04__gg-box picture img {
    width: 100%;
    height: 45.41063vw;
    object-fit: cover;
  }
  .block04__gg-ct ul li {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 7.72947vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000000;
  }
  .block04__gg-ct ul li::before {
    position: absolute;
    content: "";
    width: 5.07246vw;
    height: 5.07246vw;
    background: url("../img/bl04_ic_tick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: 0;
  }
  .block04__gg-ct ul li + li {
    margin-top: 1.44928vw;
  }
  .block04__gg-ct ul li span {
    color: #B43535;
  }
  .block04__gg p {
    font-size: 3.38164vw;
    line-height: 6.03865vw;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-top: 2.89855vw;
  }
  .block04__gg p em {
    font-style: normal;
    color: #B43535;
  }
  .block04__gg p span {
    display: inline;
    background: #253350;
    color: #fff;
  }
  .block05 {
    background: #253350;
    padding: 5.7971vw 0 8.69565vw;
  }
  .block05 h2 {
    font-size: 6.03865vw;
    line-height: 7.24638vw;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 9.66184vw;
  }
  .block05 h2 span {
    font-size: 21.73913vw;
    line-height: 1;
    font-weight: bold;
    color: #FFCF07;
    margin-left: 8.69565vw;
    position: relative;
  }
  .block05 h2 span:before {
    content: '';
    width: 4.58937vw;
    height: 3.62319vw;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -2.41546vw;
    left: -4.83092vw;
  }
  .block05 h2 span:after {
    content: '';
    width: 4.58937vw;
    height: 3.62319vw;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -3.62319vw;
    right: -2.41546vw;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block05__list li {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #253350;
    padding: 2.41546vw 3.62319vw 2.41546vw 13.76812vw;
  }
  .block05__list li + li {
    margin-top: 2.89855vw;
  }
  .block05__list li::before {
    position: absolute;
    content: "";
    width: 10.14493vw;
    height: 100%;
    background: url("../img/bl05_ic_tick.svg") center no-repeat #FFCF07;
    -moz-background-size: 4.10628vw 3.86473vw;
    background-size: 4.10628vw 3.86473vw;
    top: 0;
    left: 0;
  }
  .block05 p {
    font-size: 3.38164vw;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #fff;
    margin-top: 3.38164vw;
  }
  .block06__tt {
    width: 100%;
    height: 66.42512vw;
    background: url("../img/bl06_banner_sp.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block06__tt h2 {
    font-size: 8.21256vw;
    line-height: 10.38647vw;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-top: 12.07729vw;
  }
  .block06__tt h2:before {
    content: '';
    width: 71.73913vw;
    height: 71.73913vw;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -17.14976vw;
    left: -19.32367vw;
    z-index: -1;
  }
  .block06__ct .row > p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-top: 4.83092vw;
  }
  .block06__list {
    margin-top: 6.03865vw;
  }
  .block06__list dl + dl {
    margin-top: 4.34783vw;
  }
  .block06__list dl dt {
    background: #253350;
    padding: 4.10628vw 5.07246vw 4.83092vw;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .block06__list dl dt::after {
    position: absolute;
    content: "";
    width: 7.48792vw;
    height: 6.52174vw;
    background: url("../img/triangle.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 4.83092vw;
    bottom: -3.38164vw;
  }
  .block06__list dl dd {
    background: #F7F4E9;
    padding: 7.72947vw 3.62319vw 6.28019vw;
    font-size: 3.38164vw;
    line-height: 6.03865vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .block06__list dl dd .red {
    color: #B43535;
  }
  .block06__list dl dd p + p {
    margin-top: 4.83092vw;
  }
  .block06__note {
    margin-top: 10.14493vw;
    border-top: 0.48309vw solid #253350;
    border-bottom: 0.48309vw solid #253350;
    padding: 3.62319vw;
    font-size: 4.34783vw;
    line-height: 6.76329vw;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }
  .block06__note span {
    color: #B43535;
  }
  .block07 {
    background: #253350;
    padding: 7.24638vw 0 9.90338vw;
    margin-top: 8.69565vw;
  }
  .block07 h2 {
    font-size: 6.03865vw;
    line-height: 7.24638vw;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 9.66184vw;
  }
  .block07 h2 span {
    font-size: 21.73913vw;
    line-height: 1;
    font-weight: bold;
    color: #FFCF07;
    margin-left: 4.10628vw;
    position: relative;
  }
  .block07 h2 span:before {
    content: '';
    width: 4.58937vw;
    height: 3.62319vw;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -2.41546vw;
    left: -4.83092vw;
  }
  .block07 h2 span:after {
    content: '';
    width: 4.58937vw;
    height: 3.62319vw;
    background: url("../img/ic_f.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: -3.62319vw;
    right: -2.41546vw;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block07__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 21.25604vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    counter-reset: dl;
  }
  .block07__list::after {
    position: absolute;
    content: "";
    width: 1.69082vw;
    height: 92%;
    top: 2.41546vw;
    left: 6.28019vw;
    background: #fff;
  }
  .block07__list dl {
    background: #fff;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    padding: 4.10628vw 6.28019vw 6.52174vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    counter-increment: dl;
    z-index: 2;
  }
  .block07__list dl::before {
    position: absolute;
    content: "";
    width: 7.00483vw;
    height: 7.00483vw;
    background: url("../img/triangle_w.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 5.7971vw;
    left: -3.62319vw;
  }
  .block07__list dl::after {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    width: 13.76812vw;
    height: 13.76812vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 6.28019vw;
    font-weight: bold;
    left: -21.01449vw;
    top: 2.41546vw;
  }
  .block07__list dl + dl {
    margin-top: 4.34783vw;
  }
  .block07__list dl dt {
    font-size: 3.86473vw;
    line-height: 5.07246vw;
    font-weight: 700;
    color: #987F14;
  }
  .block07__list dl dd {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 400;
    color: #000;
    margin-top: 1.69082vw;
  }
  .block07 p {
    display: block;
    font-size: 5.55556vw;
    line-height: 9.17874vw;
    font-weight: 700;
    color: #fff;
    background: #987F14;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    padding: 0.96618vw 0 1.69082vw;
    margin: 1.69082vw 0;
    text-align: center;
  }
  .block08__tt {
    width: 100%;
    height: 66.42512vw;
    background: url("../img/bl08_banner_sp.png") center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .block08__tt h2 {
    font-size: 8.21256vw;
    line-height: 10.38647vw;
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    padding-left: 50.72464vw;
    padding-top: 17.8744vw;
    width: 100.72464vw;
    margin-left: auto;
  }
  .block08__tt h2:before {
    content: '';
    width: 71.73913vw;
    height: 71.73913vw;
    background: rgba(37, 51, 80, 0.85);
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -17.14976vw;
    right: -16.90821vw;
    z-index: -1;
  }
  .block08__ct {
    padding: 4.58937vw 0 8.69565vw;
  }
  .block08__box {
    margin-bottom: 7.97101vw;
  }
  .block08__box figure {
    margin-bottom: 4.10628vw;
  }
  .block08__box figure img {
    width: 100%;
  }
  .block08__box article {
    width: 100%;
  }
  .block08__box article h3 {
    margin-bottom: 3.86473vw;
  }
  .block08__box article h3 small {
    display: block;
    font-size: 3.38164vw;
    line-height: 1;
    margin-bottom: 0.96618vw;
    font-weight: bold;
  }
  .block08__box article h3 span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8.69565vw;
    line-height: 1;
    font-weight: bold;
    color: #253350;
  }
  .block08__box article h3 span em {
    font-size: 3.38164vw;
    line-height: 1;
    font-style: normal;
    position: relative;
    padding-left: 8.45411vw;
  }
  .block08__box article h3 span em:before {
    content: '';
    width: 4.83092vw;
    height: 0.24155vw;
    background: #253350;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.93237vw;
    margin: auto;
  }
  .block08__box article dl dt {
    height: 10.14493vw;
    background: #253350;
    padding: 0 5.55556vw 0.96618vw;
    color: #fff;
    font-weight: 500;
    font-size: 4.83092vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.83092vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .block08__box article dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 3.38164vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block08__box article dl dd + dd {
    margin-top: 2.41546vw;
  }
  .block08__box article dl dd span {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 19.32367vw;
    flex: 0 0 19.32367vw;
    font-weight: bold;
    display: block;
  }
  .block08__if dt {
    height: 10.14493vw;
    background: #253350;
    padding: 0 5.55556vw 0.96618vw;
    color: #fff;
    font-weight: 500;
    font-size: 4.83092vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.83092vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .block08__if dd {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact {
    background: #253350;
    padding: 9.90338vw 0 12.80193vw;
  }
  .contact h2 {
    font-size: 7.48792vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7.00483vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact h2 i {
    margin-right: 3.86473vw;
  }
  .contact h2 i img {
    width: 9.17874vw;
  }
  .contact__sub {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    color: #fff;
    text-align: center;
    margin-bottom: 8.69565vw;
  }
  .contact__form {
    padding: 4.10628vw 3.38164vw 12.56039vw;
    background: #fff;
  }
  .contact__form form dl + dl {
    margin-top: 4.10628vw;
  }
  .contact__form form dl dt {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    color: #253350;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.93237vw;
  }
  .contact__form form dl dt.request:after {
    content: '必須';
    color: #B43535;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 1;
    margin-left: 2.89855vw;
    font-weight: 400;
  }
  .contact__form form dl dd {
    width: 100%;
  }
  .contact__form form dl dd p {
    width: 100%;
  }
  .contact__form form dl dd p input {
    width: 100%;
    height: 10.14493vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    border: 0.24155vw solid #DBDBDB;
    background: #fafafa;
    font-size: 3.86473vw;
    line-height: 1;
    padding: 0 2.41546vw;
    outline: none;
  }
  .contact__form form dl dd p textarea {
    width: 100%;
    height: 69.80676vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    border: 0.24155vw solid #DBDBDB;
    background: #fafafa;
    font-size: 3.86473vw;
    line-height: 1;
    padding: 3.62319vw 2.41546vw;
    outline: none;
    resize: none;
  }
  .contact__form form dl dd .radio {
    margin-bottom: 2.41546vw;
  }
  .contact__form form dl dd .radio label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact__form form dl dd .radio label + label {
    margin-top: 2.41546vw;
  }
  .contact__form form dl dd .radio label input {
    width: 3.62319vw;
    height: 3.62319vw;
    margin-right: 3.86473vw;
  }
  .contact__form form dl dd .radio label span {
    font-size: 3.38164vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__form form > p {
    font-size: 2.41546vw;
    line-height: 4.34783vw;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 2.89855vw;
    margin-bottom: 5.07246vw;
  }
  .contact__form-privacy {
    text-align: center;
  }
  .contact__form-privacy label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact__form-privacy label span {
    font-size: 2.89855vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__form-privacy label span a {
    color: #0FA6D3;
  }
  .contact__form-privacy label input {
    width: 4.34783vw;
    height: 4.34783vw;
    border: 0.24155vw solid #DBDBDB;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    margin-right: 1.20773vw;
  }
  .contact__btn {
    margin-top: 6.03865vw;
  }
  .contact__btn button {
    width: 50.48309vw;
    height: 14.25121vw;
    background: #4F6084;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    line-height: 1;
    border: 0.24155vw solid #4F6084;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    cursor: pointer;
    margin: 0 auto;
  }
  .contact__btn button:hover {
    background: #fff;
    color: #4F6084;
  }
  .privacy {
    background: url("../img/bgPrivacy.png") 0 0 repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding: 12.80193vw 0 16.42512vw;
  }
  .privacy h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 900;
    color: #253350;
  }
  .privacy h3 {
    text-align: center;
    font-size: 2.89855vw;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .privacy__row {
    margin-top: 8.21256vw;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(111, 95, 41, 0.29);
    box-shadow: 0 0 8px rgba(111, 95, 41, 0.29);
    margin-left: 3.62319vw;
    margin-right: 3.62319vw;
    width: -webkit-calc(100% - 7.24638vw);
    width: -moz-calc(100% - 7.24638vw);
    width: calc(100% - 7.24638vw);
    padding: 7.24638vw 3.62319vw 10.62802vw;
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    font-weight: 400;
  }
  .privacy__row .btnTop {
    margin-top: 9.17874vw;
  }
  .btnTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11.5942vw;
  }
  .btnTop a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 69.80676vw;
    height: 14.25121vw;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f6084+0,253350+100 */
    background: #4f6084;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f6084 0%, #253350 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#4f6084), to(#253350));
    background: -moz- oldlinear-gradient(top, #4f6084 0%, #253350 100%);
    background: linear-gradient(to bottom, #4f6084 0%, #253350 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6084', endColorstr='#253350',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    font-size: 3.86473vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .pageThanks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: url("../img/bgPrivacy.png") 0 0 repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .pageThanks .privacy {
    background: none;
  }
  .pageThanks header, .pageThanks footer {
    width: 100%;
  }
  .pageThanks main {
    width: 100%;
    height: 100%;
  }
  .pageThanks .footer {
    margin-top: auto;
  }
  .page-contact {
    background: #EBFAFF;
  }
  .page-contact .tt {
    margin-bottom: 6.03865vw;
  }
  .page-contact__form {
    background: #fff;
    padding: 7.24638vw 3.62319vw;
  }
  .page-contact__form form > dl {
    border-bottom: 1px solid #808080;
    padding: 5.07246vw 0;
  }
  .page-contact__form form > dl > dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 3.38164vw;
    line-height: 9.17874vw;
    font-weight: bold;
    color: #333333;
  }
  .page-contact__form form > dl > dt:after {
    content: '任意';
    width: 10.62802vw;
    height: 5.31401vw;
    background: #999999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.89855vw;
    line-height: 1;
    color: #fff;
  }
  .page-contact__form form > dl > dt.request:after {
    content: '必須';
    background: #F05C67;
  }
  .page-contact__form form > dl > dd p.input {
    width: 100%;
  }
  .page-contact__form form > dl > dd p.input input {
    width: 100%;
    height: 9.17874vw;
    border: none;
    background-color: #F5F5F5;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    outline: none;
    padding: 0 0.96618vw;
  }
  .page-contact__form form > dl > dd p.input small {
    font-size: 2.17391vw;
    line-height: 4.34783vw;
    color: #B3B3B3;
    display: block;
    position: absolute;
  }
  .page-contact__form form > dl > dd p.select {
    position: relative;
    width: 100%;
  }
  .page-contact__form form > dl > dd p.select:before {
    content: '';
    width: 2.89855vw;
    height: 1.69082vw;
    background: url("../img/job/ic_down.svg") no-repeat center center;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.44928vw;
    margin: auto;
  }
  .page-contact__form form > dl > dd p.select select {
    width: 100%;
    height: 9.17874vw;
    border: none;
    background-color: #F5F5F5;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    outline: none;
    padding: 0 0.96618vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .page-contact__form form > dl > dd p.radio {
    height: 9.17874vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-contact__form form > dl > dd p.radio label + label {
    margin-left: 9.66184vw;
  }
  .page-contact__form form > dl > dd p.radio label input {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
  }
  .page-contact__form form > dl > dd p.radio label input:checked + span:before {
    border: 1.44928vw solid #808080;
  }
  .page-contact__form form > dl > dd p.radio label span {
    font-size: 3.38164vw;
    line-height: 5.31401vw;
    font-weight: bold;
    color: #333333;
    padding-left: 5.55556vw;
    position: relative;
  }
  .page-contact__form form > dl > dd p.radio label span:before {
    content: '';
    width: 4.10628vw;
    height: 4.10628vw;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #808080;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-contact__form form > dl > dd p.textarea textarea {
    width: 100%;
    height: 40.33816vw;
    border: none;
    background-color: #F5F5F5;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    outline: none;
    padding: 0.96618vw;
    resize: none;
  }
  .page-contact__form form > dl > dd p.textarea small {
    font-size: 2.17391vw;
    line-height: 4.34783vw;
    color: #B3B3B3;
    display: block;
    position: absolute;
  }
  .page-contact__form form > dl > dd .selectGr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-contact__form form > dl > dd .selectGr .select {
    width: 37.19807vw;
  }
  .page-contact__form form > dl > dd .selectGr span {
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: bold;
    margin-left: 0.72464vw;
    margin-right: 4.34783vw;
  }
  .page-contact__form form > dl > dd > dl + dl {
    margin-top: 4.10628vw;
  }
  .page-contact__form form > dl > dd > dl > dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 3.38164vw;
    line-height: 9.17874vw;
    font-weight: bold;
    color: #333333;
  }
  .page-contact__form form > dl > dd .inputGr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contact__form form > dl > dd .inputGr .input {
    width: 31.40097vw;
  }
  .page-contact__form form > dl > dd .inputGr span {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: bold;
    margin: 2.89855vw 0.96618vw 0;
  }
  .page-contact__form form > dl > dd .inputGr button {
    width: 23.18841vw;
    height: 9.17874vw;
    background: #4C4C4C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: none;
    margin-left: 4.83092vw;
  }
  .page-contact__form form > dl:first-child {
    border-top: 1px solid #808080;
  }
  .page-contact__form form .btnGr {
    margin-top: 6.28019vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-contact__form form .btnGr__btn {
    width: 48%;
    height: 14.49275vw;
    background: #E97F00;
    border: 1px solid #E97F00;
    -moz-border-radius: 2.17391vw;
    border-radius: 2.17391vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .page-contact__form form .btnGr__btn:hover {
    background: #fff;
    color: #E97F00;
    border: 1px solid #E97F00;
  }
  .page-contact__form form .btnGr__btn--back {
    background: #B3B3B3;
  }
  .page-contact__form form .btnGr__btn--back:hover {
    background: #fff;
    color: #B3B3B3;
    border: 1px solid #B3B3B3;
  }
  .page-job__bl + .page-job__bl {
    margin-top: 7.24638vw;
  }
  .page-job__ct p {
    font-size: 3.38164vw;
    line-height: 4.58937vw;
    margin-bottom: 4.83092vw;
  }
  .page-job__ct figure img {
    width: 100%;
    height: auto;
  }
  .page-job__ct figure img + img {
    margin-top: 4.83092vw;
  }
  .page-job__box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #808080;
    padding: 2.41546vw 0;
  }
  .page-job__box dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 28.98551vw;
    flex: 0 0 28.98551vw;
    font-size: 3.38164vw;
    line-height: 5.31401vw;
    font-weight: bold;
  }
  .page-job__box dl dd {
    width: 100%;
    font-size: 3.38164vw;
    line-height: 5.31401vw;
  }
  .page-job__box dl dd a {
    color: #0091DB;
    position: relative;
    padding-left: 3.1401vw;
    margin-left: 0.72464vw;
    display: inline-block;
  }
  .page-job__box dl dd a:before {
    content: '';
    display: inline-block;
    width: 2.89855vw;
    height: 4.34783vw;
    background: url("../img/job/ic_point.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-job__box dl:first-child {
    border-top: none;
  }
  .page-job__box--bt {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  .page-job__bot {
    text-align: center;
    margin-top: 16.90821vw;
  }
  .page-job__bot p {
    font-size: 5.07246vw;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    padding-bottom: 14.00966vw;
    margin-bottom: 2.89855vw;
    position: relative;
  }
  .page-job__bot p:before {
    content: '';
    width: 19.32367vw;
    height: 7.24638vw;
    background: url("../img/job/ic_arr.svg") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .page-job__btn {
    text-align: center;
  }
  .page-job__btn a {
    width: 52.89855vw;
    height: 14.49275vw;
    -moz-border-radius: 2.17391vw;
    border-radius: 2.17391vw;
    background-color: #E97F00;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5.31401vw;
    line-height: 1;
    margin: 0 auto;
  }
}

.error {
  color: #ff0000;
}

.error.show {
  display: block;
}

.noticeForm {
  border: 1px solid green;
  color: green;
  margin-top: 20px;
  text-align: center;
  padding: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0) !important;
  -moz-transform: translate3d(0, 100px, 0) !important;
  transform: translate3d(0, 100px, 0) !important;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(100px) rotate(-6deg) !important;
  -moz-transform: translateX(100px) rotate(-6deg) !important;
  -ms-transform: translateX(100px) rotate(-6deg) !important;
  transform: translateX(100px) rotate(-6deg) !important;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate(0) rotate(-6deg) !important;
  -moz-transform: translate(0) rotate(-6deg) !important;
  -ms-transform: translate(0) rotate(-6deg) !important;
  transform: translate(0) rotate(-6deg) !important;
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-100px) rotate(-6deg) !important;
  -moz-transform: translateX(-100px) rotate(-6deg) !important;
  -ms-transform: translateX(-100px) rotate(-6deg) !important;
  transform: translateX(-100px) rotate(-6deg) !important;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate(0) rotate(-6deg) !important;
  -moz-transform: translate(0) rotate(-6deg) !important;
  -ms-transform: translate(0) rotate(-6deg) !important;
  transform: translate(0) rotate(-6deg) !important;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.zoomUp {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.zoomUp.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effect {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.delay_03 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay_06 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay_09 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay_12 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay_15 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay_18 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.delay_21 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.delay_24 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.delay_27 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  transition-delay: 2.7s;
}


.block06-2{
  background-color:#F7F4E9;
}


.block06-2{
padding-bottom: 40px;
margin-top:30px;

  }
.block06-2 p{
  padding-top:30px;
  padding-bottom:30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.price-title{
  background: #253350;
  padding-top:30px;
  padding-bottom: 30px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.block07{
  margin-top:0;
}