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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}
html {
  line-height: 1
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}
q, blockquote {
  quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
input[type=button], input[type=submit] {
  -webkit-appearance: none
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
body {
  width: 100%;
  height: 100%;
  min-width: 1024px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Noto Sans JP, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  background-color: #fff;
  word-break: break-all
}
@media screen and (max-width:1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    min-width: inherit
  }
}
img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom
}
a, a img, button {
  -webkit-transition: .4s;
  transition: .4s
}
a {
  display: block
}
a img:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
a:link {
  color: #333;
  text-decoration: none
}
a:visited {
  color: #333
}
a:hover {
  color: #666;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
a:active {
  color: #666
}
html {
  overflow: auto
}
body.modal-open {
  overflow: hidden
}
@media screen and (max-width:1024px) {
  .l-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow-y: hidden
  }
}
@media screen and (max-width:1024px) {
  .l-wrap {
    margin-top: 60px
  }
}
.l-inner {
  width: 90%;
  margin: 0 auto
}
@media screen and (min-width:1025px) {
  .l-inner {
    max-width: 1240px
  }
}
.l-header {
  background-color: #fff
}
.l-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0
}
@media screen and (max-width:1024px) {
  .l-header .l-inner {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 4%;
    background-color: #fff
  }
}
.l-header_logo {
  width: 132px
}
@media screen and (max-width:1024px) {
  .l-header_logo {
    width: 100px
  }
}
@media screen and (min-width:1025px) {
  .l-header_tel {
    position: absolute;
    z-index: 0;
    top: 18px;
    right: 65px
  }
  .l-header_tel img {
    width: 340px
  }
  .l-header_tel_txt {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.l-header_nav {
  width: 100%;
  background-color: #0b6eb4
}
@media screen and (max-width:1024px) {
  .l-header_nav {
    position: fixed;
    z-index: 100;
    top: 60px;
    right: -100%;
    width: 85%;
    height: 100vh;
    padding-bottom: 120px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow-y: scroll;
    pointer-events: none
  }
  .l-header_nav.is-open {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: inherit
  }
}
@media screen and (min-width:1025px) {
  .l-header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto
  }
}
@media screen and (max-width:1024px) {
  .l-header_nav_list {
    margin-bottom: 46px
  }
}
.l-header_nav_list li {
  position: relative;
  z-index: 0
}
.l-header_nav_list li:before {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #5499ca;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: ""
}
.l-header_nav_list li:last-child:before {
  display: none
}
.l-header_nav_list li a {
  padding: 17px 15px 18px;
  color: #fff;
  font-weight: 500;
  text-align: center
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .l-header_nav_list li a {
    font-size: 14px;
    font-size: 1.4rem
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .l-header_nav_list li a {
    padding: 17px 10px 18px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.l-header_nav_list li a:hover {
  background-color: #08f;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
@media screen and (max-width:1024px) {
  .l-header_nav_list li a {
    padding: 14px 8%;
    border-bottom: 1px #b5b5b5 solid;
    color: #333;
    font-weight: 400;
    text-align: left
  }
}
@media screen and (min-width:1025px) {
  .l-header_nav.is-fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
  }
}
.l-header_btn {
  display: none
}
@media screen and (max-width:1024px) {
  .l-header_btn {
    display: block;
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    cursor: pointer
  }
  .l-header_btn span {
    position: absolute;
    left: 50%;
    z-index: 10;
    width: 24px;
    height: 2px;
    background-color: #c8161d;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box
  }
  .l-header_btn span:nth-of-type(1) {
    top: 3px
  }
  .l-header_btn span:nth-of-type(2) {
    top: 10px
  }
  .l-header_btn span:nth-of-type(3) {
    top: 17px
  }
  .l-header_btn.is-active span:nth-of-type(1) {
    left: 0;
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    -ms-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg)
  }
  .l-header_btn.is-active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  .l-header_btn.is-active span:nth-of-type(3) {
    top: 16px;
    left: 0;
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg)
  }
}
.l-header_cv {
  display: none
}
@media screen and (max-width:1024px) {
  .l-header_cv {
    display: block
  }
  .l-header_cv .c-cv_btn:first-child {
    margin: 0 auto 26px
  }
}
.l-footer_tel {
  width: 305px;
  margin: 0 auto 15px
}
@media screen and (max-width:1024px) {
  .l-footer_tel {
    width: 70%
  }
}
@media screen and (max-width:1024px) {
  .l-footer_tel img {
    margin-bottom: 5px
  }
}
.l-footer_tel_txt {
  margin-top: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .l-footer_tel_txt {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.l-footer_nav {
  width: 480px;
  margin: 0 auto 50px;
  border-top: 1px #0b6eb4 solid;
  border-bottom: 1px #0b6eb4 solid;
  padding: 10px 0
}
@media screen and (max-width:1024px) {
  .l-footer_nav {
    width: 90%;
    padding: 5px 2%;
    margin: 0 auto 30px
  }
}
.l-footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:1024px) {
  .l-footer_nav_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.l-footer_nav_list li {
  margin: 0 5px;
  position: relative;
  padding-left: 15px
}
@media screen and (max-width:1024px) {
  .l-footer_nav_list li {
    width: 50%;
    margin: 0
  }
}
.l-footer_nav_list li:before {
  position: absolute;
  z-index: 0;
  top: 45%;
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0b6eb4;
  border-right: 2px solid #0b6eb4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""
}
.l-footer_nav_list li a {
  font-size: 15px;
  font-size: 1.5rem
}
@media screen and (max-width:1024px) {
  .l-footer_nav_list li a {
    padding: 5px 0;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.l-footer_nav_list li a:hover {
  text-decoration: underline
}
.l-footer_wrap {
  background-color: #0b6eb4;
  color: #fff;
  padding: 40px 0 130px;
  text-align: center
}
@media screen and (max-width:1024px) {
  .l-footer_wrap {
    padding: 20px 0 130px
  }
}
.l-footer_company {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .l-footer_company {
    font-size: 15px;
    font-size: 1.5rem
  }
}
.l-footer_address {
  margin-bottom: 5px
}
@media screen and (max-width:1024px) {
  .l-footer_copyright {
    font-size: 10px;
    font-size: 1rem
  }
}
.l-footer_pagetop {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  width: 60px
}
@media screen and (max-width:1024px) {
  .l-footer_pagetop {
    bottom: 56px;
    width: 45px
  }
}
.l-footer_cta {
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  border-top: 2px solid #0b6eb4
}
.l-footer_cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 6px 7px 8px 20px
}
@media screen and (min-width:1025px) {
  .l-footer_cta_wrap {
    max-width: 1100px;
    min-width: 980px
  }
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap {
    padding: 6px 2%
  }
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap .c-cv {
    position: relative;
    z-index: 0;
    width: 100%
  }
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap .c-cv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.l-footer_cta_wrap .c-cv_btn {
  width: 280px
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap .c-cv_btn {
    width: 49%
  }
  .l-footer_cta_wrap .c-cv_btn:first-child {
    margin-right: 2%;
    margin-bottom: 0
  }
}
.l-footer_cta_wrap .c-cv_btn a {
  padding: 10px 0 12px
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap .c-cv_btn a {
    line-height: 12px;
    padding: 15px 0;
    border-radius: 6px;
    font-size: 14px;
    font-size: 1.4rem
  }
}
@media screen and (max-width:320px) {
  .l-footer_cta_wrap .c-cv_btn a {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.l-footer .c-cv_btn_txt {
  margin-top: 0;
  padding-bottom: 8px
}
@media screen and (max-width:1024px) {
  .l-footer .c-cv_btn_txt {
    padding: 0 2% 8px
  }
}
.c-ttl_sec {
  color: #0b6eb4;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .05em
}
@media screen and (max-width:1024px) {
  .c-ttl_sec {
    font-size: 21px;
    font-size: 2.1rem
  }
}
.c-ttl_sec:after {
  content: '';
  display: block;
  text-align: center;
  margin: 12px auto 0;
  width: 100px;
  height: 2px;
  background-color: #0b6eb4
}
@media screen and (max-width:1024px) {
  .c-ttl_sec:after {
    width: 80px
  }
}
.c-txt_sec {
  text-align: justify
}
@media screen and (min-width:1025px) {
  .c-txt_center {
    text-align: center
  }
}
.c-txt_min {
  font-size: 14px;
  font-size: 1.4rem
}
@media screen and (max-width:1024px) {
  .c-txt_min {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.c-cv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:1024px) {
  .c-cv_wrap {
    display: block
  }
}
.c-cv_btn {
  width: 360px
}
@media screen and (max-width:1024px) {
  .c-cv_btn {
    width: 75%;
    margin: 0 auto
  }
}
@media screen and (min-width:1025px) {
  .c-cv_btn:first-child {
    margin: 0 26px 0 0
  }
}
@media screen and (max-width:1024px) {
  .c-cv_btn:first-child {
    margin: 0 auto 20px
  }
}
.c-cv_btn a {
  padding: 15px 0;
  border: 1px #fff solid;
  border-radius: 32px;
  background-color: #c8161d;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: .05em;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
@media screen and (max-width:1024px) {
  .c-cv_btn a {
    padding: 8px 0;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.c-cv_btn a:hover {
  border: 1px #c8161d solid;
  background-color: #fff;
  color: #c8161d
}
.c-btn_thumb {
  width: 34%;
  margin: 50px auto 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, .9)
}
@media screen and (min-width:1025px) {
  .c-btn_thumb {
    max-width: 420px
  }
}
@media screen and (max-width:1024px) {
  .c-btn_thumb {
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 5% 12px
  }
}
.c-btn_thumb_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px
}
@media screen and (max-width:1024px) {
  .c-btn_thumb_txt {
    margin-top: 8px;
    padding: 7px 0 9px
  }
}
.c-btn_thumb_txt_cont {
  display: block;
  line-height: 1;
  color: #0b6eb4;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .c-btn_thumb_txt_cont {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.c-btn_thumb_txt img {
  width: 28px;
  margin-top: 2px;
  margin-left: 10px
}
@media screen and (max-width:1024px) {
  .c-btn_thumb_txt img {
    width: 20px;
    margin-left: 8px
  }
}
.c-btn_base {
  width: 39%;
  margin: 20px 0 0 auto
}
@media screen and (min-width:1025px) {
  .c-btn_base {
    max-width: 245px
  }
}
@media screen and (max-width:1024px) {
  .c-btn_base {
    width: 55%;
    margin: 15px auto 0;
    padding-bottom: 10px
  }
}
.c-btn_base a {
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 15px 0 18px 25px;
  background-color: #0b6eb4;
  color: #fff;
  border-radius: 40px;
  font-weight: 700;
  overflow: hidden
}
@media screen and (max-width:1024px) {
  .c-btn_base a {
    padding: 12px 0 14px 10%
  }
}
.c-btn_base a:before {
  position: absolute;
  z-index: 0;
  top: 48%;
  right: 10%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: ""
}
@media screen and (max-width:1024px) {
  .c-btn_base a:before {
    top: 46%;
    right: 10%
  }
}
@media screen and (max-width:1024px) {
  .p-mv {
    position: relative;
    z-index: 0
  }
}
.p-mv_cont {
  width: 100%;
  height: 570px;
  background-image: url(../img/mv_pc.png);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover
}
@media screen and (max-width:1024px) {
  .p-mv_cont {
    height: 550px;
    height: calc(550px - 60px);
    background-position: center 20%;
    background-size: cover
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-mv_cont {
    height: 360px;
    height: calc(420px - 60px)
  }
}
@media screen and (max-width:480px) {
  .p-mv_cont {
    background-image: url(../img/mv_sp.png)
  }
}
@media screen and (max-width:320px) {
  .p-mv_cont {
    height: 480px
  }
}
.p-mv_cont .l-inner {
  position: relative;
  z-index: 0;
  height: 100%
}
@media screen and (max-width:1024px) {
  .p-mv_cont .l-inner {
    width: 100%;
    overflow: hidden
  }
}
.p-mv_inner {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 30px;
  width: 100%
}
@media screen and (min-width:1025px) {
  .p-mv_inner {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media screen and (max-width:1024px) {
  .p-mv_inner {
    left: 5%;
    width: 95%
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-mv_inner {
    left: 16%;
    width: 70%
  }
}
@media screen and (max-width:736px) and (orientation:landscape) {
  .p-mv_inner {
    left: 25%;
    width: 60%
  }
}
.p-mv_ttl {
  margin: 0 auto -25px
}
@media screen and (min-width:1025px) {
  .p-mv_ttl {
    width: 77%;
    max-width: 952px
  }
}
@media screen and (max-width:1024px) {
  .p-mv_ttl {
    margin: 0 auto -13px
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-mv_ttl {
    margin: 0 auto -13px
  }
}
.p-mv_txt {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000
}
@media screen and (max-width:1024px) {
  .p-mv_txt {
    width: 95%;
    font-size: 10px;
    font-size: 1rem
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-mv_txt {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-mv_credit {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-mv_credit {
    right: 5%;
    bottom: 5px
  }
}
.p-mv_btm {
  padding: 60px 0 72px
}
@media screen and (max-width:1024px) {
  .p-mv_btm {
    padding: 30px 0
  }
}
.p-mv_btm_txt {
  margin-top: 46px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-mv_btm_txt {
    line-height: 2;
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-mv_btm_txt_liner {
  position: relative;
  z-index: 0
}
.p-mv_btm_txt_liner:before {
  position: absolute;
  z-index: 0;
  bottom: -9px;
  left: 0;
  width: 103%;
  height: 8px;
  background-image: url(../img/liner_short.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
@media screen and (max-width:1024px) {
  .p-mv_btm_txt_liner:before {
    bottom: -6px;
    height: 6px
  }
}
.p-hope_cont {
  position: relative;
  z-index: 0
}
.p-hope_cont:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f3ed;
  content: ""
}
@media screen and (min-width:1025px) {
  .p-hope_side {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 42%;
    max-width: 710px
  }
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-hope_side {
    width: 45%
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-hope_side {
    width: 45%
  }
}
@media screen and (max-width:1024px) {
  .p-hope_side {
    width: 100%
  }
  .p-mv_btm_txt_liner:before {
    position: absolute;
    z-index: 0;
    bottom: -9px;
    left: 0;
    width: 103%;
    height: 8px;
    background-image: url(../img/liner_short.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    content: ""
  }
}
.p-hope_side_img {
  position: relative;
  z-index: 0
}
.p-hope_side_img_credit {
  position: absolute;
  z-index: 0;
  right: 14px;
  bottom: 7px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-hope_side_img_credit {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-hope_side_cap {
  margin-top: 8px;
  padding-right: 10px;
  padding-left: 120px;
  font-size: 14px;
  font-size: 1.4rem
}
@media screen and (min-width:1025px) {
  .p-hope_side_cap {
    text-align: right
  }
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-hope_side_cap {
    padding-right: 0;
    padding-left: 80px;
    text-align: left
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-hope_side_cap {
    padding-right: 0;
    padding-left: 50px;
    text-align: left
  }
}
@media screen and (max-width:1024px) {
  .p-hope_side_cap {
    padding: 0 5%;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.p-hope_inner {
  position: relative;
  z-index: 0;
  overflow: hidden
}
.p-hope_inner:before {
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 0;
  width: 68%;
  height: 100%;
  background-image: url(../img/bg_img01.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: ""
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-hope_inner:before {
    width: 60%
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-hope_inner:before {
    width: 58%
  }
}
@media screen and (max-width:1024px) {
  .p-hope_inner:before {
    top: 0;
    width: 100%
  }
}
.p-hope_inner .l-inner {
  position: relative;
  z-index: 0;
  padding: 140px 0 110px
}
@media screen and (max-width:1024px) {
  .p-hope_inner .l-inner {
    padding: 35px 0 100px
  }
}
.p-hope_inner .l-inner .c-txt_sec {
  line-height: 1.88;
  color: #fff
}
.p-hope_head {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px
}
@media screen and (max-width:1024px) {
  .p-hope_head {
    margin-bottom: 15px
  }
}
.p-hope_head_txt {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem
}
@media screen and (max-width:1024px) {
  .p-hope_head_txt {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-hope_head_ttl {
  line-height: 1.25;
  font-size: 48px;
  font-size: 4.8rem
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-hope_head_ttl {
    font-size: 42px;
    font-size: 4.2rem
  }
}
@media screen and (max-width:1024px) {
  .p-hope_head_ttl {
    line-height: 1.4;
    font-size: 24px;
    font-size: 2.4rem
  }
}
.p-hope_cap {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 35px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-hope_cap {
    width: 55%
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-hope_cap {
    width: 55%
  }
}
@media screen and (max-width:1024px) {
  .p-hope_cap {
    bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.p-hope_credit {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem
}
@media screen and (max-width:1024px) {
  .p-hope_credit {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-reality {
  padding: 105px 0 55px;
  background-color: #f5f3ed
}
@media screen and (max-width:1024px) {
  .p-reality {
    padding: 40px 0 50px
  }
}
.p-reality_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-reality_list {
    display: block
  }
}
.p-reality_list li {
  padding: 30px;
  margin-top: 20px;
  border-radius: 5px;
  border: 2px solid #c8161d;
  background-color: #fff;
  box-sizing: border-box
}
@media screen and (min-width:1025px) {
  .p-reality_list li {
    width: 49%;
    margin-right: 20px
  }
  .p-reality_list li:nth-child(-n+2) {
    margin-top: 0
  }
  .p-reality_list li:nth-child(even) {
    margin-right: 0
  }
  .p-reality_list li:nth-child(5) {
    width: 100%;
    margin-right: 0
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-reality_list li {
    margin-right: 1%
  }
}
@media screen and (max-width:1024px) {
  .p-reality_list li {
    width: 100%;
    padding: 15px 5%
  }
  .p-reality_list li:nth-child(-n+1) {
    margin-top: 0
  }
}
.p-reality_ttl {
  padding-bottom: 10px;
  color: #c8161d;
  border-bottom: 1px solid #c8161d;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-reality_ttl {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-reality_img.img_01, .p-reality_img.img_02, .p-reality_img.img_03, .p-reality_img.img_04 {
  margin: 30px 0 20px
}
@media screen and (max-width:1024px) {
  .p-reality_img.img_01, .p-reality_img.img_02, .p-reality_img.img_03, .p-reality_img.img_04 {
    margin: 15px 0 10px
  }
}
@media screen and (min-width:1025px) {
  .p-reality_img.img_03, .p-reality_img.img_04 {
    width: 91%;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto
  }
}
@media screen and (min-width:1025px) {
  .p-reality_img.img_05 {
    width: 48%;
    max-width: 570px
  }
}
@media screen and (min-width:1025px) {
  .p-reality_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (min-width:1025px) {
  .p-reality_inner {
    width: 49%;
    max-width: 550px;
    margin-right: 3%
  }
}
.p-reality_inner .c-txt_sec {
  margin-top: 25px
}
@media screen and (max-width:1024px) {
  .p-reality_inner .c-txt_sec {
    margin-top: 15px
  }
}
.p-local {
  background-image: url(../img/bg_img03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700
}
.p-local .l-inner {
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 108px 0 50px
}
@media screen and (max-width:1024px) {
  .p-local .l-inner {
    padding: 55px 0 25px
  }
}
.p-local_head {
  margin-bottom: 40px;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-local_head {
    margin-bottom: 20px
  }
}
.p-local_head_txt {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 40px;
  font-size: 4rem
}
@media screen and (max-width:1024px) {
  .p-local_head_txt {
    margin-bottom: 13px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-local_head_ttl {
  line-height: 1.25;
  font-size: 56px;
  font-size: 5.6rem
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-local_head_ttl {
    font-size: 50px;
    font-size: 5rem
  }
}
@media screen and (max-width:1024px) {
  .p-local_head_ttl {
    line-height: 1.5;
    font-size: 22px;
    font-size: 2.2rem
  }
}
.p-local_cont {
  margin-bottom: 40px
}
@media screen and (min-width:1025px) {
  .p-local_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 117px 0 90px
  }
}
@media screen and (max-width:1024px) {
  .p-local_cont {
    margin-bottom: 20px
  }
}
@media screen and (min-width:1025px) {
  .p-local_inner {
    width: 54%;
    max-width: 548px
  }
}
@media screen and (max-width:1024px) {
  .p-local_inner {
    margin-bottom: 20px
  }
}
.p-local_inner .c-txt_sec {
  line-height: 1.88
}
.p-local_btm {
  margin-top: 40px
}
@media screen and (max-width:1024px) {
  .p-local_btm {
    margin-top: 30px
  }
}
.p-local_btm_ttl {
  position: relative;
  z-index: 0;
  line-height: 1;
  margin-bottom: 15px;
  padding: 2px 0 15px 20px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem
}
@media screen and (max-width:1024px) {
  .p-local_btm_ttl {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-local_btm_ttl:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 5px;
  height: 28px;
  background-color: #fff;
  content: ""
}
@media screen and (max-width:1024px) {
  .p-local_btm_ttl:before {
    height: 26px
  }
}
.p-local_img {
  width: 41%
}
@media screen and (min-width:1025px) {
  .p-local_img {
    max-width: 420px
  }
}
@media screen and (max-width:1024px) {
  .p-local_img {
    width: 80%;
    margin: 0 auto
  }
}
.p-local_credit {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-local_credit {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-flow {
  padding: 106px 0 60px;
  background-image: url(../img/bg_flow.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media screen and (max-width:1024px) {
  .p-flow {
    padding: 50px 0 30px
  }
}
.p-flow_cont {
  position: relative;
  z-index: 0;
  height: 1580px
}
@media screen and (max-width:1024px) {
  .p-flow_cont {
    height: 100%;
    padding-bottom: 30px
  }
}
.p-flow_cont:before, .p-flow_cont:after {
  position: absolute;
  content: ""
}
@media screen and (min-width:1025px) {
  .p-flow_cont:before, .p-flow_cont:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.p-flow_cont:before {
  z-index: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: #0b6eb4;
  background: -webkit-linear-gradient(top, #0b6eb4 0, #0b6eb4 12%, #c8161d 13%, #c8161d 50%, #0b6eb4 60%);
  background: linear-gradient(to bottom, #0b6eb4 0, #0b6eb4 12%, #c8161d 13%, #c8161d 50%, #0b6eb4 60%)
}
@media screen and (max-width:1024px) {
  .p-flow_cont:before {
    left: 27px;
    width: 10px;
    background: -webkit-linear-gradient(top, #0b6eb4 0, #0b6eb4 22%, #c8161d 23%, #c8161d 65%, #0b6eb4 75%);
    background: linear-gradient(to bottom, #0b6eb4 0, #0b6eb4 22%, #c8161d 23%, #c8161d 65%, #0b6eb4 75%)
  }
}
.p-flow_cont:after {
  z-index: 1;
  bottom: -25px;
  width: 112px;
  height: 69px;
  background-image: url(../img/ico_arw_flow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
@media screen and (max-width:1024px) {
  .p-flow_cont:after {
    bottom: -11px;
    left: 4px;
    width: 55px;
    height: 35px
  }
}
.p-flow_emergency {
  position: absolute;
  z-index: 0;
  top: 110px;
  left: 50%;
  width: 110px
}
@media screen and (min-width:1025px) {
  .p-flow_emergency {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-flow_emergency {
    top: 130px;
    width: 100px
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-flow_emergency {
    top: 130px;
    width: 95px
  }
}
@media screen and (max-width:1024px) {
  .p-flow_emergency {
    top: 490px;
    left: -1px;
    width: 65px
  }
}
@media screen and (max-width:768px) {
  .p-flow_emergency {
    top: 440px
  }
}
@media screen and (max-width:480px) {
  .p-flow_emergency {
    top: 480px
  }
}
.p-flow_list_cont {
  width: 46%;
  padding: 20px 30px 25px;
  background-color: #fff;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 5px;
  border-width: 2px
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont {
    position: absolute;
    z-index: 0;
    max-width: 560px
  }
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-flow_list_cont {
    width: 45%
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-flow_list_cont {
    width: 44%
  }
}
@media screen and (max-width:1024px) {
  .p-flow_list_cont {
    position: relative;
    z-index: 0;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    padding: 15px 5% 25px
  }
}
@media screen and (max-width:480px) {
  .p-flow_list_cont {
    width: 80%
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-flow_list_cont {
    width: 91%
  }
}
@media screen and (max-width:736px) and (orientation:landscape) {
  .p-flow_list_cont {
    width: 88%
  }
}
.p-flow_list_cont:nth-child(1), .p-flow_list_cont:nth-child(4) {
  border-color: #0b6eb4
}
.p-flow_list_cont:nth-child(1) .p-flow_head span, .p-flow_list_cont:nth-child(4) .p-flow_head span {
  background-color: #0b6eb4
}
.p-flow_list_cont:nth-child(2), .p-flow_list_cont:nth-child(3) {
  border-color: #c8161d
}
.p-flow_list_cont:nth-child(2) .p-flow_head span, .p-flow_list_cont:nth-child(3) .p-flow_head span {
  background-color: #c8161d
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(1) {
    top: 0;
    left: 0
  }
}
@media screen and (max-width:1024px) {
  .p-flow_list_cont:nth-child(1) {
    margin-top: 0
  }
}
.p-flow_list_cont:nth-child(1):before {
  background-image: url(../img/img04_flow_blue_right.png)
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(1):before {
    top: 20px;
    right: -56px
  }
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(2) {
    top: 155px;
    right: 0
  }
}
.p-flow_list_cont:nth-child(2):before {
  background-image: url(../img/img04_flow_red_left.png)
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(2):before {
    top: 170px;
    left: -56px
  }
}
@media screen and (max-width:1024px) {
  .p-flow_list_cont:nth-child(2):before {
    background-image: url(../img/img04_flow_red_right.png)
  }
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(3) {
    top: 674px;
    left: 0
  }
}
.p-flow_list_cont:nth-child(3):before {
  background-image: url(../img/img04_flow_red_right.png)
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(3):before {
    top: 20px;
    right: -56px
  }
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(4) {
    top: 994px;
    right: 0
  }
}
.p-flow_list_cont:nth-child(4):before {
  background-image: url(../img/img04_flow_blue_left.png)
}
@media screen and (min-width:1025px) {
  .p-flow_list_cont:nth-child(4):before {
    top: 10px;
    left: -56px
  }
}
@media screen and (max-width:1024px) {
  .p-flow_list_cont:nth-child(4):before {
    background-image: url(../img/img04_flow_blue_right.png)
  }
}
.p-flow_list_cont:before {
  position: absolute;
  z-index: -1;
  width: 55px;
  height: 43px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: ""
}
@media screen and (max-width:1024px) {
  .p-flow_list_cont:before {
    top: 8px;
    left: -35px;
    width: 33px;
    height: 26px
  }
}
.p-flow_list_inner {
  position: relative;
  z-index: 0
}
@media screen and (min-width:1025px) {
  .p-flow_list_inner {
    width: 100%;
    max-width: 560px
  }
}
.p-flow_list_inner .c-txt_sec {
  line-height: 1.88
}
.p-flow_head {
  position: absolute;
  z-index: 0;
  top: -22px;
  left: -30px
}
@media screen and (max-width:1024px) {
  .p-flow_head {
    top: -15px;
    left: -8%
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-flow_head {
    left: -6.5%
  }
}
.p-flow_head span {
  display: inline-block;
  line-height: 1;
  border-radius: 1px 0 5px;
  padding: 15px 16px 17px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem
}
@media screen and (max-width:1024px) {
  .p-flow_head span {
    padding: 10px 8px 12px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-flow_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px
}
@media screen and (max-width:1024px) {
  .p-flow_ico {
    margin-bottom: 10px
  }
}
.p-flow_ico li {
  width: 46px;
  margin-right: 5px
}
@media screen and (max-width:1024px) {
  .p-flow_ico li {
    width: 35px
  }
}
.p-flow_ico li:last-child {
  margin-right: 0
}
.p-flow_ttl {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem
}
@media screen and (max-width:1024px) {
  .p-flow_ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-flow_detail {
  margin-top: 20px
}
@media screen and (max-width:1024px) {
  .p-flow_detail {
    margin-top: 10px
  }
}
.p-flow_detail_ttl {
  margin-bottom: 10px;
  color: #c8161d;
  font-weight: 700
}
.p-flow_detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700
}
.p-flow_detail_inner dt {
  width: 15%
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-flow_detail_inner dt {
    width: 25%
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-flow_detail_inner dt {
    width: 25%
  }
}
@media screen and (max-width:1024px) {
  .p-flow_detail_inner dt {
    width: 30%
  }
}
.p-flow_detail_inner dd {
  width: 85%
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-flow_detail_inner dd {
    width: 75%
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-flow_detail_inner dd {
    width: 75%
  }
}
@media screen and (max-width:1024px) {
  .p-flow_detail_inner dd {
    width: 70%
  }
}
.p-flow_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px
}
.p-flow_img_cont.img01_01, .p-flow_img_cont.img03_01, .p-flow_img_cont.img04_01 {
  width: 58%;
  margin-right: 1%
}
@media screen and (min-width:1025px) {
  .p-flow_img_cont.img01_01, .p-flow_img_cont.img03_01, .p-flow_img_cont.img04_01 {
    max-width: 290px
  }
}
.p-flow_img_cont.img01_02, .p-flow_img_cont.img03_02, .p-flow_img_cont.img04_02 {
  width: 41%
}
@media screen and (min-width:1025px) {
  .p-flow_img_cont.img01_02, .p-flow_img_cont.img03_02, .p-flow_img_cont.img04_02 {
    max-width: 205px
  }
}
.p-flow_img_cont.img02_01 {
  width: 59%;
  margin-right: 1%
}
@media screen and (min-width:1025px) {
  .p-flow_img_cont.img02_01 {
    max-width: 295px
  }
}
.p-flow_img_cont.img02_02 {
  width: 40%
}
@media screen and (min-width:1025px) {
  .p-flow_img_cont.img02_02 {
    max-width: 200px
  }
}
.p-flow_img_credit {
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .p-flow_img_credit {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left
  }
}
@media screen and (max-width:1024px) {
  .p-flow_img_credit {
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem;
    text-align: left
  }
}
.p-achievement {
  padding: 115px 0 117px
}
@media screen and (max-width:1024px) {
  .p-achievement {
    padding: 50px 0
  }
}
.p-achievement_ttl {
  background-image: url(../img/liner.png);
  background-position: center bottom;
  background-size: 653px 14px;
  background-repeat: no-repeat;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-achievement_ttl {
    margin-bottom: 7px;
    padding-bottom: 7px;
    background-size: 280px auto;
    font-size: 20px;
    font-size: 2rem
  }
}
.p-achievement_list li {
  padding: 56px 0;
  border-bottom: 1px solid #0b6eb4
}
@media screen and (min-width:1025px) {
  .p-achievement_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media screen and (max-width:1024px) {
  .p-achievement_list li {
    padding: 28px 0
  }
}
.p-achievement_list li:last-child {
  border-bottom: none
}
.p-achievement_list_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem
}
@media screen and (max-width:1024px) {
  .p-achievement_list_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media screen and (min-width:1025px) {
  .p-achievement_cont {
    width: 51%;
    max-width: 630px;
    margin-right: 4%
  }
}
.p-achievement_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.p-achievement_head_frag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.p-achievement_head_frag_img {
  width: 42px;
  margin-top: 5px;
  margin-left: 10px
}
@media screen and (max-width:1024px) {
  .p-achievement_head_frag_img {
    width: 30px;
    margin-top: 3px;
    margin-left: 5px
  }
}
.p-achievement_head_frag_img:first-child {
  margin-left: 0
}
.p-achievement_head_ttl {
  margin-bottom: 20px;
  margin-left: 10px;
  color: #0b6eb4;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem
}
@media screen and (max-width:1024px) {
  .p-achievement_head_ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-achievement_box {
  margin-top: 30px;
  padding: 35px;
  border-radius: 5px;
  border: 2px solid #0b6eb4
}
@media screen and (max-width:1024px) {
  .p-achievement_box {
    margin-top: 20px;
    padding: 15px 5%
  }
}
@media screen and (min-width:1025px) {
  .p-achievement_img {
    width: 45%;
    max-width: 550px
  }
}
@media screen and (max-width:1024px) {
  .p-achievement_img {
    margin-top: 20px
  }
}
.p-achievement_img_credit {
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-achievement_img_credit {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-able {
  padding: 60px 0 80px;
  background-color: #0b6eb4
}
@media screen and (max-width:1024px) {
  .p-able {
    padding: 30px 0 40px
  }
}
.p-able .c-ttl_sec {
  margin-bottom: 20px
}
.p-able .c-txt_center {
  margin-bottom: 50px
}
@media screen and (max-width:1024px) {
  .p-able .c-txt_center {
    margin-bottom: 25px
  }
}
.p-able_wrap {
  padding: 65px 90px 60px;
  background-color: #fff
}
@media screen and (max-width:1024px) {
  .p-able_wrap {
    padding: 30px 5%
  }
}
.p-able_list {
  margin-bottom: 100px
}
@media screen and (min-width:1025px) {
  .p-able_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media screen and (max-width:1024px) {
  .p-able_list {
    margin-bottom: 30px
  }
}
@media screen and (min-width:1025px) {
  .p-able_list li {
    width: 32%;
    max-width: 318px
  }
}
@media screen and (max-width:1024px) {
  .p-able_list li {
    padding: 0 2%;
    margin-bottom: 30px
  }
  .p-able_list li:last-child {
    margin-bottom: 0
  }
}
.p-able_list_img {
  margin-bottom: 15px
}
.p-able_list_img_cap {
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-able_list_img_cap {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-able_list_ttl {
  line-height: 1;
  border-radius: 10px 10px 0 0;
  background-color: #0b6eb4;
  color: #fff;
  padding: 13px 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-able_list_ttl {
    padding: 13px 0 15px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-able_list_sub {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .p-able_list_sub {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.p-img {
  width: 100%;
  height: 479px;
  background-image: url(../img/bg_img07.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media screen and (max-width:1024px) {
  .p-img {
    height: 240px;
    background-position: 70% center
  }
}
.p-img .l-inner {
  position: relative;
  z-index: 0;
  height: 100%
}
.p-img_ttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.75;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (max-width:1024px) {
  .p-img_ttl {
    line-height: 1.6;
    font-size: 21px;
    font-size: 2.1rem
  }
}
.p-img_credit {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-img_credit {
    bottom: 5px;
    font-size: 10px;
    font-size: 1rem
  }
}
.p-wfp {
  padding: 121px 0 115px
}
@media screen and (max-width:1024px) {
  .p-wfp {
    padding: 30px 0 35px
  }
}
.p-wfp .c-ttl_sec {
  margin-bottom: 30px
}
@media screen and (max-width:1024px) {
  .p-wfp .c-ttl_sec {
    margin-bottom: 15px
  }
}
.p-wfp .c-txt_center {
  line-height: 1.88;
  margin-bottom: 40px
}
@media screen and (max-width:1024px) {
  .p-wfp .c-txt_center {
    margin-bottom: 20px
  }
}
.p-wfp_logo {
  width: 210px;
  margin: 0 auto 50px
}
@media screen and (max-width:1024px) {
  .p-wfp_logo {
    margin: 0 auto 25px
  }
}
.p-wfp_txt {
  line-height: 1.64;
  margin-bottom: 80px;
  font-size: 14px;
  font-size: 1.4rem
}
@media screen and (min-width:1025px) {
  .p-wfp_txt {
    text-align: center
  }
}
@media screen and (max-width:1024px) {
  .p-wfp_txt {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
@media screen and (max-width:1024px) {
  .u-only_sp {
    display: block
  }
}
@media screen and (min-width:1025px) {
  .u-only_sp {
    display: none !important
  }
}
@media screen and (min-width:1025px) {
  .u-only_pc {
    display: block
  }
}
@media screen and (max-width:1024px) {
  .u-only_pc {
    display: none !important
  }
}
.u-fl_r {
  float: right
}
.u-fl_l {
  float: left
}
.u-clearfix:after {
  content: "";
  clear: both;
  display: block
}
.u-ta_l {
  text-align: left !important
}
.u-ta_c {
  text-align: center !important
}
.u-ta_r {
  text-align: right !important
}
.u-va_t {
  vertical-align: top !important
}
.u-va_m {
  vertical-align: middle !important
}
.u-va_b {
  vertical-align: bottom !important
}
.u-mt_100 {
  margin-top: 100px !important
}
.u-mb_100 {
  margin-bottom: 100px !important
}
.u-mr_100 {
  margin-right: 100px !important
}
.u-ml_100 {
  margin-left: 100px !important
}
.u-mt_95 {
  margin-top: 95px !important
}
.u-mb_95 {
  margin-bottom: 95px !important
}
.u-mr_95 {
  margin-right: 95px !important
}
.u-ml_95 {
  margin-left: 95px !important
}
.u-mt_90 {
  margin-top: 90px !important
}
.u-mb_90 {
  margin-bottom: 90px !important
}
.u-mr_90 {
  margin-right: 90px !important
}
.u-ml_90 {
  margin-left: 90px !important
}
.u-mt_85 {
  margin-top: 85px !important
}
.u-mb_85 {
  margin-bottom: 85px !important
}
.u-mr_85 {
  margin-right: 85px !important
}
.u-ml_85 {
  margin-left: 85px !important
}
.u-mt_80 {
  margin-top: 80px !important
}
.u-mb_80 {
  margin-bottom: 80px !important
}
.u-mr_80 {
  margin-right: 80px !important
}
.u-ml_80 {
  margin-left: 80px !important
}
.u-mt_75 {
  margin-top: 75px !important
}
.u-mb_75 {
  margin-bottom: 75px !important
}
.u-mr_75 {
  margin-right: 75px !important
}
.u-ml_75 {
  margin-left: 75px !important
}
.u-mt_70 {
  margin-top: 70px !important
}
.u-mb_70 {
  margin-bottom: 70px !important
}
.u-mr_70 {
  margin-right: 70px !important
}
.u-ml_70 {
  margin-left: 70px !important
}
.u-mt_65 {
  margin-top: 65px !important
}
.u-mb_65 {
  margin-bottom: 65px !important
}
.u-mr_65 {
  margin-right: 65px !important
}
.u-ml_65 {
  margin-left: 65px !important
}
.u-mt_60 {
  margin-top: 60px !important
}
.u-mb_60 {
  margin-bottom: 60px !important
}
.u-mr_60 {
  margin-right: 60px !important
}
.u-ml_60 {
  margin-left: 60px !important
}
.u-mt_55 {
  margin-top: 55px !important
}
.u-mb_55 {
  margin-bottom: 55px !important
}
.u-mr_55 {
  margin-right: 55px !important
}
.u-ml_55 {
  margin-left: 55px !important
}
.u-mt_50 {
  margin-top: 50px !important
}
.u-mb_50 {
  margin-bottom: 50px !important
}
.u-mr_50 {
  margin-right: 50px !important
}
.u-ml_50 {
  margin-left: 50px !important
}
.u-mt_45 {
  margin-top: 45px !important
}
.u-mb_45 {
  margin-bottom: 45px !important
}
.u-mr_45 {
  margin-right: 45px !important
}
.u-ml_45 {
  margin-left: 45px !important
}
.u-mt_40 {
  margin-top: 40px !important
}
.u-mb_40 {
  margin-bottom: 40px !important
}
.u-mr_40 {
  margin-right: 40px !important
}
.u-ml_40 {
  margin-left: 40px !important
}
.u-mt_35 {
  margin-top: 35px !important
}
.u-mb_35 {
  margin-bottom: 35px !important
}
.u-mr_35 {
  margin-right: 35px !important
}
.u-ml_35 {
  margin-left: 35px !important
}
.u-mt_30 {
  margin-top: 30px !important
}
.u-mb_30 {
  margin-bottom: 30px !important
}
.u-mr_30 {
  margin-right: 30px !important
}
.u-ml_30 {
  margin-left: 30px !important
}
.u-mt_25 {
  margin-top: 25px !important
}
.u-mb_25 {
  margin-bottom: 25px !important
}
.u-mr_25 {
  margin-right: 25px !important
}
.u-ml_25 {
  margin-left: 25px !important
}
.u-mt_20 {
  margin-top: 20px !important
}
.u-mb_20 {
  margin-bottom: 20px !important
}
.u-mr_20 {
  margin-right: 20px !important
}
.u-ml_20 {
  margin-left: 20px !important
}
.u-mt_15 {
  margin-top: 15px !important
}
.u-mb_15 {
  margin-bottom: 15px !important
}
.u-mr_15 {
  margin-right: 15px !important
}
.u-ml_15 {
  margin-left: 15px !important
}
.u-mt_10 {
  margin-top: 10px !important
}
.u-mb_10 {
  margin-bottom: 10px !important
}
.u-mr_10 {
  margin-right: 10px !important
}
.u-ml_10 {
  margin-left: 10px !important
}
.u-mt_5 {
  margin-top: 5px !important
}
.u-mb_5 {
  margin-bottom: 5px !important
}
.u-mr_5 {
  margin-right: 5px !important
}
.u-ml_5 {
  margin-left: 5px !important
}
.u-mt_0 {
  margin-top: 0 !important
}
.u-mb_0 {
  margin-bottom: 0 !important
}
.u-mr_0 {
  margin-right: 0 !important
}
.u-ml_0 {
  margin-left: 0 !important
}
.u-pt_100 {
  padding-top: 100px !important
}
.u-pb_100 {
  padding-bottom: 100px !important
}
.u-pr_100 {
  padding-right: 100px !important
}
.u-pl_100 {
  padding-left: 100px !important
}
.u-p_100 {
  padding: 100px !important
}
.u-pt_95 {
  padding-top: 95px !important
}
.u-pb_95 {
  padding-bottom: 95px !important
}
.u-pr_95 {
  padding-right: 95px !important
}
.u-pl_95 {
  padding-left: 95px !important
}
.u-p_95 {
  padding: 95px !important
}
.u-pt_90 {
  padding-top: 90px !important
}
.u-pb_90 {
  padding-bottom: 90px !important
}
.u-pr_90 {
  padding-right: 90px !important
}
.u-pl_90 {
  padding-left: 90px !important
}
.u-p_90 {
  padding: 90px !important
}
.u-pt_85 {
  padding-top: 85px !important
}
.u-pb_85 {
  padding-bottom: 85px !important
}
.u-pr_85 {
  padding-right: 85px !important
}
.u-pl_85 {
  padding-left: 85px !important
}
.u-p_85 {
  padding: 85px !important
}
.u-pt_80 {
  padding-top: 80px !important
}
.u-pb_80 {
  padding-bottom: 80px !important
}
.u-pr_80 {
  padding-right: 80px !important
}
.u-pl_80 {
  padding-left: 80px !important
}
.u-p_80 {
  padding: 80px !important
}
.u-pt_75 {
  padding-top: 75px !important
}
.u-pb_75 {
  padding-bottom: 75px !important
}
.u-pr_75 {
  padding-right: 75px !important
}
.u-pl_75 {
  padding-left: 75px !important
}
.u-p_75 {
  padding: 75px !important
}
.u-pt_70 {
  padding-top: 70px !important
}
.u-pb_70 {
  padding-bottom: 70px !important
}
.u-pr_70 {
  padding-right: 70px !important
}
.u-pl_70 {
  padding-left: 70px !important
}
.u-p_70 {
  padding: 70px !important
}
.u-pt_65 {
  padding-top: 65px !important
}
.u-pb_65 {
  padding-bottom: 65px !important
}
.u-pr_65 {
  padding-right: 65px !important
}
.u-pl_65 {
  padding-left: 65px !important
}
.u-p_65 {
  padding: 65px !important
}
.u-pt_60 {
  padding-top: 60px !important
}
.u-pb_60 {
  padding-bottom: 60px !important
}
.u-pr_60 {
  padding-right: 60px !important
}
.u-pl_60 {
  padding-left: 60px !important
}
.u-p_60 {
  padding: 60px !important
}
.u-pt_55 {
  padding-top: 55px !important
}
.u-pb_55 {
  padding-bottom: 55px !important
}
.u-pr_55 {
  padding-right: 55px !important
}
.u-pl_55 {
  padding-left: 55px !important
}
.u-p_55 {
  padding: 55px !important
}
.u-pt_50 {
  padding-top: 50px !important
}
.u-pb_50 {
  padding-bottom: 50px !important
}
.u-pr_50 {
  padding-right: 50px !important
}
.u-pl_50 {
  padding-left: 50px !important
}
.u-p_50 {
  padding: 50px !important
}
.u-pt_45 {
  padding-top: 45px !important
}
.u-pb_45 {
  padding-bottom: 45px !important
}
.u-pr_45 {
  padding-right: 45px !important
}
.u-pl_45 {
  padding-left: 45px !important
}
.u-p_45 {
  padding: 45px !important
}
.u-pt_40 {
  padding-top: 40px !important
}
.u-pb_40 {
  padding-bottom: 40px !important
}
.u-pr_40 {
  padding-right: 40px !important
}
.u-pl_40 {
  padding-left: 40px !important
}
.u-p_40 {
  padding: 40px !important
}
.u-pt_35 {
  padding-top: 35px !important
}
.u-pb_35 {
  padding-bottom: 35px !important
}
.u-pr_35 {
  padding-right: 35px !important
}
.u-pl_35 {
  padding-left: 35px !important
}
.u-p_35 {
  padding: 35px !important
}
.u-pt_30 {
  padding-top: 30px !important
}
.u-pb_30 {
  padding-bottom: 30px !important
}
.u-pr_30 {
  padding-right: 30px !important
}
.u-pl_30 {
  padding-left: 30px !important
}
.u-p_30 {
  padding: 30px !important
}
.u-pt_25 {
  padding-top: 25px !important
}
.u-pb_25 {
  padding-bottom: 25px !important
}
.u-pr_25 {
  padding-right: 25px !important
}
.u-pl_25 {
  padding-left: 25px !important
}
.u-p_25 {
  padding: 25px !important
}
.u-pt_20 {
  padding-top: 20px !important
}
.u-pb_20 {
  padding-bottom: 20px !important
}
.u-pr_20 {
  padding-right: 20px !important
}
.u-pl_20 {
  padding-left: 20px !important
}
.u-p_20 {
  padding: 20px !important
}
.u-pt_15 {
  padding-top: 15px !important
}
.u-pb_15 {
  padding-bottom: 15px !important
}
.u-pr_15 {
  padding-right: 15px !important
}
.u-pl_15 {
  padding-left: 15px !important
}
.u-p_15 {
  padding: 15px !important
}
.u-pt_10 {
  padding-top: 10px !important
}
.u-pb_10 {
  padding-bottom: 10px !important
}
.u-pr_10 {
  padding-right: 10px !important
}
.u-pl_10 {
  padding-left: 10px !important
}
.u-p_10 {
  padding: 10px !important
}
.u-pt_5 {
  padding-top: 5px !important
}
.u-pb_5 {
  padding-bottom: 5px !important
}
.u-pr_5 {
  padding-right: 5px !important
}
.u-pl_5 {
  padding-left: 5px !important
}
.u-p_5 {
  padding: 5px !important
}
.u-pt_0 {
  padding-top: 0 !important
}
.u-pb_0 {
  padding-bottom: 0 !important
}
.u-pr_0 {
  padding-right: 0 !important
}
.u-pl_0 {
  padding-left: 0 !important
}
.u-p_0 {
  padding: 0 !important
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_100--tab {
    padding-top: 100px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_100--tab {
    padding-bottom: 100px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_100--tab {
    padding-right: 100px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_100--tab {
    padding-left: 100px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_100--tab {
    padding: 100px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_95--tab {
    padding-top: 95px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_95--tab {
    padding-bottom: 95px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_95--tab {
    padding-right: 95px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_95--tab {
    padding-left: 95px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_95--tab {
    padding: 95px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_90--tab {
    padding-top: 90px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_90--tab {
    padding-bottom: 90px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_90--tab {
    padding-right: 90px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_90--tab {
    padding-left: 90px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_90--tab {
    padding: 90px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_85--tab {
    padding-top: 85px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_85--tab {
    padding-bottom: 85px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_85--tab {
    padding-right: 85px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_85--tab {
    padding-left: 85px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_85--tab {
    padding: 85px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_80--tab {
    padding-top: 80px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_80--tab {
    padding-bottom: 80px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_80--tab {
    padding-right: 80px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_80--tab {
    padding-left: 80px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_80--tab {
    padding: 80px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_75--tab {
    padding-top: 75px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_75--tab {
    padding-bottom: 75px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_75--tab {
    padding-right: 75px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_75--tab {
    padding-left: 75px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_75--tab {
    padding: 75px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_70--tab {
    padding-top: 70px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_70--tab {
    padding-bottom: 70px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_70--tab {
    padding-right: 70px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_70--tab {
    padding-left: 70px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_70--tab {
    padding: 70px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_65--tab {
    padding-top: 65px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_65--tab {
    padding-bottom: 65px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_65--tab {
    padding-right: 65px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_65--tab {
    padding-left: 65px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_65--tab {
    padding: 65px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_60--tab {
    padding-top: 60px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_60--tab {
    padding-bottom: 60px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_60--tab {
    padding-right: 60px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_60--tab {
    padding-left: 60px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_60--tab {
    padding: 60px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_55--tab {
    padding-top: 55px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_55--tab {
    padding-bottom: 55px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_55--tab {
    padding-right: 55px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_55--tab {
    padding-left: 55px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_55--tab {
    padding: 55px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_50--tab {
    padding-top: 50px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_50--tab {
    padding-bottom: 50px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_50--tab {
    padding-right: 50px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_50--tab {
    padding-left: 50px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_50--tab {
    padding: 50px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_45--tab {
    padding-top: 45px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_45--tab {
    padding-bottom: 45px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_45--tab {
    padding-right: 45px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_45--tab {
    padding-left: 45px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_45--tab {
    padding: 45px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_40--tab {
    padding-top: 40px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_40--tab {
    padding-bottom: 40px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_40--tab {
    padding-right: 40px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_40--tab {
    padding-left: 40px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_40--tab {
    padding: 40px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_35--tab {
    padding-top: 35px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_35--tab {
    padding-bottom: 35px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_35--tab {
    padding-right: 35px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_35--tab {
    padding-left: 35px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_35--tab {
    padding: 35px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_30--tab {
    padding-top: 30px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_30--tab {
    padding-bottom: 30px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_30--tab {
    padding-right: 30px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_30--tab {
    padding-left: 30px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_30--tab {
    padding: 30px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_25--tab {
    padding-top: 25px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_25--tab {
    padding-bottom: 25px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_25--tab {
    padding-right: 25px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_25--tab {
    padding-left: 25px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_25--tab {
    padding: 25px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_20--tab {
    padding-top: 20px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_20--tab {
    padding-bottom: 20px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_20--tab {
    padding-right: 20px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_20--tab {
    padding-left: 20px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_20--tab {
    padding: 20px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_15--tab {
    padding-top: 15px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_15--tab {
    padding-bottom: 15px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_15--tab {
    padding-right: 15px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_15--tab {
    padding-left: 15px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_15--tab {
    padding: 15px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_10--tab {
    padding-top: 10px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_10--tab {
    padding-bottom: 10px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_10--tab {
    padding-right: 10px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_10--tab {
    padding-left: 10px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_10--tab {
    padding: 10px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_5--tab {
    padding-top: 5px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_5--tab {
    padding-bottom: 5px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_5--tab {
    padding-right: 5px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_5--tab {
    padding-left: 5px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_5--tab {
    padding: 5px !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pt_0--tab {
    padding-top: 0 !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pb_0--tab {
    padding-bottom: 0 !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pr_0--tab {
    padding-right: 0 !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-pl_0--tab {
    padding-left: 0 !important
  }
}
@media screen and (max-width:1024px) and (min-width:929px) {
  .u-p_0--tab {
    padding: 0 !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_100--sp {
    padding-top: 100px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_100--sp {
    padding-bottom: 100px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_100--sp {
    padding-right: 100px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_100--sp {
    padding-left: 100px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_100--sp {
    padding: 100px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_95--sp {
    padding-top: 95px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_95--sp {
    padding-bottom: 95px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_95--sp {
    padding-right: 95px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_95--sp {
    padding-left: 95px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_95--sp {
    padding: 95px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_90--sp {
    padding-top: 90px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_90--sp {
    padding-bottom: 90px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_90--sp {
    padding-right: 90px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_90--sp {
    padding-left: 90px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_90--sp {
    padding: 90px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_85--sp {
    padding-top: 85px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_85--sp {
    padding-bottom: 85px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_85--sp {
    padding-right: 85px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_85--sp {
    padding-left: 85px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_85--sp {
    padding: 85px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_80--sp {
    padding-top: 80px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_80--sp {
    padding-bottom: 80px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_80--sp {
    padding-right: 80px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_80--sp {
    padding-left: 80px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_80--sp {
    padding: 80px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_75--sp {
    padding-top: 75px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_75--sp {
    padding-bottom: 75px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_75--sp {
    padding-right: 75px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_75--sp {
    padding-left: 75px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_75--sp {
    padding: 75px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_70--sp {
    padding-top: 70px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_70--sp {
    padding-bottom: 70px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_70--sp {
    padding-right: 70px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_70--sp {
    padding-left: 70px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_70--sp {
    padding: 70px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_65--sp {
    padding-top: 65px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_65--sp {
    padding-bottom: 65px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_65--sp {
    padding-right: 65px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_65--sp {
    padding-left: 65px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_65--sp {
    padding: 65px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_60--sp {
    padding-top: 60px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_60--sp {
    padding-bottom: 60px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_60--sp {
    padding-right: 60px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_60--sp {
    padding-left: 60px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_60--sp {
    padding: 60px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_55--sp {
    padding-top: 55px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_55--sp {
    padding-bottom: 55px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_55--sp {
    padding-right: 55px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_55--sp {
    padding-left: 55px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_55--sp {
    padding: 55px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_50--sp {
    padding-top: 50px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_50--sp {
    padding-bottom: 50px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_50--sp {
    padding-right: 50px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_50--sp {
    padding-left: 50px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_50--sp {
    padding: 50px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_45--sp {
    padding-top: 45px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_45--sp {
    padding-bottom: 45px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_45--sp {
    padding-right: 45px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_45--sp {
    padding-left: 45px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_45--sp {
    padding: 45px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_40--sp {
    padding-top: 40px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_40--sp {
    padding-bottom: 40px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_40--sp {
    padding-right: 40px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_40--sp {
    padding-left: 40px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_40--sp {
    padding: 40px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_35--sp {
    padding-top: 35px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_35--sp {
    padding-bottom: 35px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_35--sp {
    padding-right: 35px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_35--sp {
    padding-left: 35px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_35--sp {
    padding: 35px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_30--sp {
    padding-top: 30px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_30--sp {
    padding-bottom: 30px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_30--sp {
    padding-right: 30px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_30--sp {
    padding-left: 30px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_30--sp {
    padding: 30px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_25--sp {
    padding-top: 25px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_25--sp {
    padding-bottom: 25px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_25--sp {
    padding-right: 25px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_25--sp {
    padding-left: 25px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_25--sp {
    padding: 25px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_20--sp {
    padding-top: 20px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_20--sp {
    padding-bottom: 20px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_20--sp {
    padding-right: 20px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_20--sp {
    padding-left: 20px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_20--sp {
    padding: 20px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_15--sp {
    padding-top: 15px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_15--sp {
    padding-bottom: 15px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_15--sp {
    padding-right: 15px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_15--sp {
    padding-left: 15px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_15--sp {
    padding: 15px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_10--sp {
    padding-top: 10px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_10--sp {
    padding-bottom: 10px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_10--sp {
    padding-right: 10px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_10--sp {
    padding-left: 10px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_10--sp {
    padding: 10px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_5--sp {
    padding-top: 5px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_5--sp {
    padding-bottom: 5px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_5--sp {
    padding-right: 5px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_5--sp {
    padding-left: 5px !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_5--sp {
    padding: 5px !important
  }
}
@media screen and (max-width:1024px) {
  .u-pt_0--sp {
    padding-top: 0 !important
  }
}
@media screen and (max-width:1024px) {
  .u-pb_0--sp {
    padding-bottom: 0 !important
  }
}
@media screen and (max-width:1024px) {
  .u-pr_0--sp {
    padding-right: 0 !important
  }
}
@media screen and (max-width:1024px) {
  .u-pl_0--sp {
    padding-left: 0 !important
  }
}
@media screen and (max-width:1024px) {
  .u-p_0--sp {
    padding: 0 !important
  }
}
.u-bdr_t {
  border-top: 1px #b5b5b5 solid
}
.u-bdr_b {
  border-bottom: 1px #b5b5b5 solid
}
.u-bdr_l {
  border-left: 1px #b5b5b5 solid
}
.u-bdr_r {
  border-right: 1px #b5b5b5 solid
}
/*# sourceMappingURL=style.css.map */
/*.fv__btn {
  align-items: center;
  background-color: #ffffff !important;
  border-radius: 100%;
  bottom: 2.6666666667vw;
  box-shadow: 0.3rem 0.3rem 0.5rem 0.2rem rgba(0, 0, 0, 0.25);
  color: var(--c-white);
  display: flex;
  font-size: 2.7333333333vw;
  font-weight: 700;
  height: 30.72vw;
  justify-content: center;
  position: fixed;
  right: 0.6666666667vw;
  bottom: 102.6vw;
  text-align: center;
  transition: filter 0.4s, scale 0.4s;
  width: 30.72vw;
  z-index: 1;
  width: 19%;
  height: 9%;
  /*opacity: 0.7;
}*/
/*250618*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  
}
.modal-content {
  background-color: #007dbc; /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 30%; /* モーダルウィンドウの横幅 */
}
.modal-title {
  color: #ffffff; /* モーダルウィンドウの文字の色 */
  font-size: 20px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.modal-message {
color:#ffffff;
	font-weight:900;
	text-align: center;
	font-size:18px;
	}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover, .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-content {
    background-color: #007dbc; /* モーダルウィンドウの背景色 */
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 80%; /* モーダルウィンドウの横幅 */
  }
  .modal-title {
    color: #ffffff; /* モーダルウィンドウの文字の色 */
    font-size: 15px; /* モーダルウィンドウの文字の大きさ */
    font-weight: bold;
    line-height: 200%;
    text-align: center;
  }
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
}
.fv__btn {
  align-items: center;
  background-color: #ffffff !important;
  border-radius: 100%;
  /*bottom: 2.6666666667vw;*/
  box-shadow: 0.3rem 0.3rem 0.5rem 0.2rem rgba(0, 0, 0, 0.25);
  color: var(--c-white);
  display: flex;
  font-size: 2.7333333333vw;
  font-weight: 700;
  /*height: 30.72vw;*/
  justify-content: center;
  position: fixed;
  right: 0.6666666667vw;
  bottom: 102.6vw;
  text-align: center;
  transition: filter 0.4s, scale 0.4s;
  /*width: 30.72vw;*/
  z-index: 1;
  width: 19%;
  height: 10%;
  /*opacity: 0.7;*/
}
@media (375px <=width) {
  .fv__btn {
    /*bottom: 2.6666666667vw;*/
    font-size: 16px;
    height: 85px;
    right: 2.6666666667vw !important;
    bottom: 30.6vw;
    width: 85px;
  }
  @media (979px <=width) {
    .fv__btn {
      /*bottom: 2.6666666667vw;*/
      font-size: 16px;
      height: 165px;
      right: 12.6666666667vw !important;
      bottom: 10.6vw;
      width: 165px;
    }
    .fv__btn:hover {
      scale: 1.1;
    }