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: #222;
  -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: #222;
  text-decoration: none
}
a:visited {
  color: #222
}
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: #222;
    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-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 {
  padding: 6px 7px 8px 20px
}
@media screen and (min-width:1025px) {
  .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;
    max-width: 1100px;
    min-width: 980px;
    margin: 0 auto
  }
}
@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_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.l-footer_cta_wrap .c-cv_block {
  width: 280px
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap .c-cv_block {
    width: 49%
  }
  .l-footer_cta_wrap .c-cv_block:first-child {
    margin: 0 2% 0 auto
  }
}
.l-footer_cta_wrap .c-cv_block a {
  padding: 10px 0 12px
}
@media screen and (max-width:1024px) {
  .l-footer_cta_wrap .c-cv_block 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_block a {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.l-footer_cta_wrap .c-cv_txt {
  margin-top: 5px
}
.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
  }
}
@media screen and (min-width:1025px) {
  .c-txt_center {
    text-align: center
  }
}
.c-txt_block {
  display: block;
  margin-top: 5px
}
.c-txt_block:first-child {
  margin-top: 0
}
.c-txt_block .c-txt_mark {
  display: inline-block;
  padding: 0 5px
}
.c-txt_block_pc, .c-txt_block_sp {
  margin-top: 5px
}
.c-txt_block_pc:first-child, .c-txt_block_sp:first-child {
  margin-top: 0
}
.c-txt_block_pc .c-txt_mark, .c-txt_block_sp .c-txt_mark {
  display: inline-block;
  padding: 0 5px
}
.c-txt_block_pc {
  display: block
}
@media screen and (max-width:1024px) {
  .c-txt_block_pc {
    display: none
  }
}
.c-txt_block_sp {
  display: none
}
@media screen and (max-width:1024px) {
  .c-txt_block_sp {
    display: block
  }
}
.c-txt_mark {
  font-weight: 700
}
.c-txt_mark.org {
  color: #fff;
  background-color: #ea6000
}
.c-txt_mark.ylw {
  background-color: #ff0
}
.c-txt_bold {
  font-weight: 700
}
.c-txt_blue {
  color: #0b6eb4
}
.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_block {
  width: 360px
}
@media screen and (max-width:1024px) {
  .c-cv_block {
    width: 75%;
    margin: 0 auto
  }
}
@media screen and (min-width:1025px) {
  .c-cv_block:first-child {
    margin: 0 26px 0 0
  }
}
@media screen and (max-width:1024px) {
  .c-cv_block:first-child {
    margin: 0 auto 20px
  }
}
.c-cv_btn {
  width: 100%
}
.c-cv_btn a {
  display: block;
  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-cv_txt {
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .c-cv_txt {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.c-btn_border {
  width: 100%;
  margin: 29px auto 0
}
@media screen and (max-width:1024px) {
  .c-btn_border {
    margin: 15px auto 0
  }
}
.c-btn_border a {
  display: block;
  line-height: 1;
  padding: 14px 0 15px;
  border: 1px solid #ea6000;
  background-color: #fff;
  color: #ea6000;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .c-btn_border a {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.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%
  }
}
.p-mv_ttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (min-width:1025px) {
  .p-mv_ttl {
    max-width: 642px
  }
}
@media screen and (max-width:928px) and (orientation:landscape) {
  .p-mv_ttl {
    width: 70% !important
  }
}
@media screen and (max-width:1024px) {
  .p-mv_ttl {
    width: 100%
  }
}
.p-mv_credit {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 11px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-mv_credit {
    right: 5%;
    bottom: 5px
  }
}
.p-mv_btm {
  padding: 60px 0 125px
}
@media screen and (max-width:1024px) {
  .p-mv_btm {
    padding: 30px 0 60px
  }
}
.p-lunch {
  padding-bottom: 137px
}
@media screen and (max-width:1024px) {
  .p-lunch {
    padding-bottom: 60px
  }
}
@media screen and (min-width:1025px) {
  .p-lunch_row {
    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 20px 0 70px
  }
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-lunch_row {
    padding: 0 20px 0 0
  }
}
.p-lunch_row_ttl {
  line-height: 1.36;
  margin-bottom: 34px;
  color: #ea6000;
  font-weight: 700;
  font-size: 56px;
  font-size: 5.6rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-lunch_row_ttl {
    font-size: 46px;
    font-size: 4.6rem
  }
}
@media screen and (max-width:1024px) {
  .p-lunch_row_ttl {
    font-size: 24px;
    font-size: 2.4rem
  }
}
.p-lunch_row_ttl_liner {
  padding-bottom: 10px;
  background-image: url(../img/liner_lunch.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat
}
@media screen and (min-width:1025px) {
  .p-lunch_row_txt {
    width: 95%;
    max-width: 717px
  }
}
.p-lunch_row_txt .c-txt_sec {
  line-height: 1.67;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .p-lunch_row_txt .c-txt_sec {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-lunch_row_txt .c-txt_mark {
  line-height: 1.67
}
.p-lunch_row_img {
  width: 28%
}
@media screen and (min-width:1025px) {
  .p-lunch_row_img {
    max-width: 300px
  }
}
@media screen and (max-width:1024px) {
  .p-lunch_row_img {
    width: 40%;
    margin: 20px auto 0
  }
}
.p-lunch_img {
  width: 82%;
  margin: 49px auto 0
}
@media screen and (min-width:1025px) {
  .p-lunch_img {
    max-width: 1015px
  }
}
@media screen and (max-width:1024px) {
  .p-lunch_img {
    width: 100%;
    margin: 25px auto 0
  }
}
.p-lunch_achievements {
  margin-top: 186px
}
@media screen and (max-width:1024px) {
  .p-lunch_achievements {
    margin-top: 40px
  }
}
.p-lunch_achievements .c-ttl_sec {
  margin-bottom: 22px
}
.p-lunch_achievements_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 49px
}
@media screen and (max-width:1024px) {
  .p-lunch_achievements_list {
    margin-top: 25px
  }
}
.p-lunch_achievements_list li {
  width: 25%;
  width: calc(100%/4)
}
@media screen and (max-width:1024px) {
  .p-lunch_achievements_list li {
    width: 50%;
    width: calc(100%/2);
    margin-top: 20px
  }
  .p-lunch_achievements_list li:nth-child(-n+2) {
    margin-top: 0
  }
}
.p-lunch_achievements_list_img {
  width: 160px;
  margin: 0 auto
}
@media screen and (max-width:1024px) {
  .p-lunch_achievements_list_img {
    width: 100px
  }
}
.p-lunch_achievements_list_txt {
  line-height: 2;
  margin-top: 22px;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-lunch_achievements_list_txt {
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media screen and (max-width:1024px) {
  .p-lunch_achievements_list_txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.p-lunch_achievements_list_txt .c-txt_blue {
  font-weight: 700
}
.p-lunch_achievements_list_num {
  line-height: 1;
  font-size: 40px;
  font-size: 4rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-lunch_achievements_list_num {
    font-size: 30px;
    font-size: 3rem
  }
}
@media screen and (max-width:1024px) {
  .p-lunch_achievements_list_num {
    font-size: 22px;
    font-size: 2.2rem
  }
}
.p-change {
  padding: 100px 0 160px;
  background-color: #f5f3ed
}
@media screen and (max-width:1024px) {
  .p-change {
    padding: 50px 0 80px
  }
}
.p-change .c-ttl_sec {
  margin-bottom: 62px
}
@media screen and (max-width:1024px) {
  .p-change .c-ttl_sec {
    margin-bottom: 30px
  }
}
.p-change_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 101px;
  border-top: 1px solid #ea6000;
  border-left: 1px solid #ea6000;
  box-sizing: border-box
}
@media screen and (min-width:1025px) {
  .p-change_btn {
    width: 84%;
    max-width: 1040px
  }
}
@media screen and (max-width:1024px) {
  .p-change_btn {
    margin: 0 auto 50px
  }
}
.p-change_btn li {
  width: 25%
}
@media screen and (max-width:1024px) {
  .p-change_btn li {
    width: 50%
  }
}
.p-change_btn li a {
  line-height: 1;
  padding: 21px 0;
  border-right: 1px solid #ea6000;
  border-bottom: 1px solid #ea6000;
  box-sizing: border-box;
  background-color: #fff;
  color: #ea6000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-change_btn li a {
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.p-change_list li {
  margin-top: 90px
}
.p-change_list li:first-child {
  margin-top: 0
}
.p-change_list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.p-change_list_btn_cont {
  width: 260px;
  margin-right: 40px;
  cursor: pointer
}
@media screen and (max-width:1024px) {
  .p-change_list_btn_cont {
    width: 49%;
    margin-right: 2%
  }
}
.p-change_list_btn_cont:nth-child(even) {
  margin-right: 0
}
.p-change_list_btn_img_cap {
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-change_list_btn_img_cap {
    font-size: 10px;
    font-size: 1rem;
    text-align: left
  }
}
.p-change_list_btn_ttl {
  margin-top: 20px;
  line-height: 1;
  padding: 14px 0 15px;
  border: 1px solid #ea6000;
  background-color: #fff;
  color: #ea6000;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-change_list_btn_ttl {
    padding: 10px 0;
    font-size: 11px;
    font-size: 1.1rem
  }
}
.p-change_list_cont {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  padding-top: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (min-width:1025px) {
  .p-change_list_cont {
    max-width: 1360px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_cont {
    padding-top: 30px
  }
}
.p-change_list_bg {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .8);
  cursor: pointer
}
.p-change_list_box {
  position: relative;
  z-index: 0;
  height: 620px;
  padding: 60px;
  background-color: #f5f3ed;
  overflow-y: scroll
}
@media screen and (max-width:1024px) {
  .p-change_list_box {
    height: 90%;
    padding: 20px 5% 30px
  }
}
.p-change_list_close {
  position: relative;
  z-index: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  cursor: pointer
}
@media screen and (max-width:1024px) {
  .p-change_list_close {
    width: 30px;
    height: 30px
  }
}
.p-change_list_close span {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #fff
}
@media screen and (max-width:1024px) {
  .p-change_list_close span {
    width: 30px
  }
}
.p-change_list_close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.p-change_list_close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.p-change_list_head {
  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-bottom: 30px;
  padding: 0 20px;
  border-top: 2px solid #ea6000;
  border-bottom: 2px solid #ea6000;
  background-color: #fff;
  box-sizing: border-box
}
@media screen and (min-width:1025px) {
  .p-change_list_head {
    height: 100px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 10px 0 10px 5%
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_head_ttl {
    padding-top: 10px
  }
}
.p-change_list_head_ttl.ttl_01 {
  width: 194px
}
@media screen and (max-width:1024px) {
  .p-change_list_head_ttl.ttl_01 {
    width: 94px
  }
}
.p-change_list_head_ttl.ttl_02 {
  width: 195px
}
@media screen and (max-width:1024px) {
  .p-change_list_head_ttl.ttl_02 {
    width: 94px
  }
}
.p-change_list_head_ttl.ttl_03 {
  width: 200px
}
@media screen and (max-width:1024px) {
  .p-change_list_head_ttl.ttl_03 {
    width: 100px
  }
}
.p-change_list_head_ttl.ttl_04 {
  width: 207px
}
@media screen and (max-width:1024px) {
  .p-change_list_head_ttl.ttl_04 {
    width: 107px
  }
}
.p-change_list_head_img {
  width: 80px
}
@media screen and (max-width:1024px) {
  .p-change_list_head_img {
    width: 50px
  }
}
.p-change_list_head_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-change_list_head_list li {
  width: 80px;
  margin-top: 0;
  margin-left: 10px
}
@media screen and (max-width:1024px) {
  .p-change_list_head_list li {
    width: 50px;
    margin-left: 5px
  }
}
.p-change_list_head_list li:first-child {
  margin-left: 0
}
.p-change_list_copy {
  margin-bottom: 86px
}
@media screen and (min-width:1025px) {
  .p-change_list_copy {
    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
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_copy {
    margin-bottom: 40px
  }
}
@media screen and (min-width:1025px) {
  .p-change_list_copy_cont {
    width: 70%;
    max-width: 900px
  }
}
.p-change_list_copy_head {
  margin-bottom: 15px;
  color: #ea6000
}
.p-change_list_copy_head_ttl {
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-change_list_copy_head_ttl {
    font-size: 30px;
    font-size: 3rem
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_head_ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-change_list_copy_head_sub {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_head_sub {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.p-change_list_copy_txt {
  line-height: 1.67;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_txt {
    font-size: 14px;
    font-size: 1.4rem
  }
}
@media screen and (min-width:1025px) {
  .p-change_list_copy_img {
    width: 30%;
    max-width: 333px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_img {
    margin-top: 15px
  }
}
.p-change_list_copy_img img {
  margin: 0 auto
}
.p-change_list_copy_img img.img_01 {
  width: 203px
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_img img.img_01 {
    width: 101px
  }
}
.p-change_list_copy_img img.img_02 {
  width: 161px
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_img img.img_02 {
    width: 80px
  }
}
.p-change_list_copy_img img.img_03 {
  width: 152px
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_img img.img_03 {
    width: 76px
  }
}
.p-change_list_copy_img img.img_04 {
  width: 242px
}
@media screen and (max-width:1024px) {
  .p-change_list_copy_img img.img_04 {
    width: 121px
  }
}
@media screen and (min-width:1025px) {
  .p-change_list_example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media screen and (min-width:1025px) {
  .p-change_list_example_cont {
    width: 56%;
    max-width: 690px
  }
}
.p-change_list_example_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ea6000
}
@media screen and (max-width:1024px) {
  .p-change_list_example_ttl {
    margin-bottom: 25px
  }
}
.p-change_list_example_ttl img {
  width: 116px;
  margin-right: 5px
}
@media screen and (max-width:1024px) {
  .p-change_list_example_ttl img {
    width: 90px
  }
}
.p-change_list_example_ttl_txt {
  display: block;
  width: 90%;
  line-height: 1;
  color: #ea6000;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem
}
@media screen and (max-width:1024px) {
  .p-change_list_example_ttl_txt {
    width: 69%;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-change_list_example_row {
  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
}
.p-change_list_example_row_side {
  width: 24%
}
@media screen and (min-width:1025px) {
  .p-change_list_example_row_side {
    max-width: 160px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_example_row_side {
    width: 30%
  }
}
.p-change_list_example_row_side_img_cap {
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-change_list_example_row_side_img_cap {
    font-size: 10px;
    font-size: 1rem;
    text-align: left
  }
}
.p-change_list_example_row_side_name {
  line-height: 1.64;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem
}
@media screen and (max-width:1024px) {
  .p-change_list_example_row_side_name {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.p-change_list_example_row_cont {
  width: 75%
}
@media screen and (min-width:1025px) {
  .p-change_list_example_row_cont {
    max-width: 500px
  }
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-change_list_example_row_cont {
    width: 72%
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_example_row_cont {
    width: 65%
  }
}
.p-change_list_example_row_ttl {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #ea6000;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-change_list_example_row_ttl {
    font-size: 22px;
    font-size: 2.2rem
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_example_row_ttl {
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.7rem
  }
}
.p-change_list_example_row_txt {
  line-height: 1.88;
  font-weight: 500
}
.p-change_list_example_row_txt .c-txt_bold {
  display: block;
  margin-bottom: 5px
}
.p-change_list_example_img {
  width: 42%
}
@media screen and (min-width:1025px) {
  .p-change_list_example_img {
    max-width: 510px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_example_img {
    width: 80%;
    margin: 20px auto 0
  }
}
.p-change_list_example_img_cap {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem
}
@media screen and (max-width:1024px) {
  .p-change_list_example_img_cap {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-change_list_movie {
  width: 80%;
  margin: 71px auto 0
}
@media screen and (min-width:1025px) {
  .p-change_list_movie {
    max-width: 780px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie {
    width: 100%;
    margin: 35px auto 0
  }
}
.p-change_list_movie_ttl {
  margin-bottom: 10px;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl {
    margin-bottom: 15px
  }
}
.p-change_list_movie_ttl_cont {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 0;
  padding: 0 1.2em;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl_cont {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
  position: absolute;
  z-index: 0;
  width: 1em;
  height: 1em;
  line-height: 1
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
    top: 0
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
    bottom: 0
  }
}
.p-change_list_movie_ttl_cont:before {
  left: 0;
  content: "\FF3C"
}
.p-change_list_movie_ttl_cont:after {
  right: 0;
  content: "\FF0F"
}
.p-change_list_movie_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.p-change_list_movie_thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.p-change_list_movie_row {
  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;
  margin-top: 45px
}
.p-change_list_movie_row_img {
  width: 29%
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_row_img {
    max-width: 220px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_row_img {
    width: 32%
  }
}
.p-change_list_movie_row_cont {
  width: 68%
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_row_cont {
    max-width: 529px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_row_cont {
    width: 62%
  }
}
.p-change_list_movie_row_cont .c-txt_bold {
  display: block;
  margin-bottom: 10px
}
.p-change_list_movie_row_txt {
  font-weight: 500
}
.p-change_goal {
  margin-top: 93px;
  color: #0b6eb4
}
@media screen and (max-width:1024px) {
  .p-change_goal {
    margin-top: 45px
  }
}
.p-change_goal_head {
  margin-bottom: 20px;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-change_goal_head {
    margin-bottom: 10px
  }
}
.p-change_goal_head_cont {
  display: inline-block;
  padding: 8px 75px 9px;
  border-radius: 28px;
  background-color: #ea6000;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem
}
@media screen and (max-width:1024px) {
  .p-change_goal_head_cont {
    padding: 3px 8%;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-change_goal_ttl {
  line-height: 1.48;
  font-weight: 900;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-change_goal_ttl {
    font-size: 30px;
    font-size: 3rem
  }
}
@media screen and (max-width:1024px) {
  .p-change_goal_ttl {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-change_goal_txt {
  line-height: 1.7;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem
}
@media screen and (min-width:1025px) {
  .p-change_goal_txt {
    text-align: center
  }
}
@media screen and (max-width:1024px) {
  .p-change_goal_txt {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.p-message {
  padding: 120px 0 155px;
  background-image: url(../img/bg_img03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media screen and (max-width:1024px) {
  .p-message {
    padding: 60px 0 75px
  }
}
.p-message .c-ttl_sec {
  margin-bottom: 70px
}
@media screen and (max-width:1024px) {
  .p-message .c-ttl_sec {
    margin-bottom: 35px
  }
}
@media screen and (min-width:1025px) {
  .p-message_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    z-index: 0
  }
}
@media screen and (min-width:1025px) {
  .p-message_row_cont {
    width: 65%;
    max-width: 800px
  }
}
.p-message_row_ttl {
  margin-bottom: 40px;
  color: #0b6eb4;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-message_row_ttl {
    font-size: 24px;
    font-size: 2.4rem
  }
}
@media screen and (max-width:1024px) {
  .p-message_row_ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem
  }
}
.p-message_row_name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .p-message_row_name {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-message_row_box_txt {
  line-height: 1.88;
  margin-top: 20px;
  font-weight: 500;
  text-indent: 1em
}
@media screen and (max-width:1024px) {
  .p-message_row_box_txt {
    margin-top: 10px
  }
}
.p-message_row_box_txt:first-of-type {
  margin-top: 0
}
.p-message_row_box_txt .c-txt_mark {
  font-weight: 500
}
.p-message_row_head {
  width: 249px
}
@media screen and (min-width:1025px) {
  .p-message_row_head {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0
  }
}
@media screen and (max-width:1024px) {
  .p-message_row_head {
    width: 60%;
    margin: 0 auto 20px
  }
}
.p-message_row_head_cap {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-message_row_head_cap {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-message_row_img {
  width: 30%
}
@media screen and (min-width:1025px) {
  .p-message_row_img {
    max-width: 360px
  }
}
@media screen and (max-width:1024px) {
  .p-message_row_img {
    width: 55%;
    margin: 20px auto 0
  }
}
.p-message_row_img_cap {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-message_row_img_cap {
    font-size: 10px;
    font-size: 1rem
  }
}
.p-box {
  padding: 106px 0 60px
}
@media screen and (max-width:1024px) {
  .p-box {
    padding: 50px 0 30px
  }
}
.p-box_cont {
  margin-top: 32px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid
}
@media screen and (max-width:1024px) {
  .p-box_cont {
    margin-top: 20px
  }
}
.p-box_cont:first-of-type {
  margin-top: 0
}
.p-box_an {
  padding: 40px 40px 18px;
  border-color: #0b6eb4
}
@media screen and (max-width:1024px) {
  .p-box_an {
    padding: 15px 5% 20px
  }
}
.p-box_an_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:1024px) {
  .p-box_an_head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.p-box_an_head_img {
  width: 120px;
  margin-right: 10px
}
@media screen and (max-width:1024px) {
  .p-box_an_head_img {
    width: 90px
  }
}
.p-box_an_head_ttl {
  width: 89%;
  color: #0b6eb4;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem
}
@media screen and (max-width:1024px) {
  .p-box_an_head_ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-box_an_row {
  margin-top: 20px
}
@media screen and (min-width:1025px) {
  .p-box_an_row {
    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
  }
}
@media screen and (max-width:1024px) {
  .p-box_an_row {
    margin-top: 10px
  }
}
@media screen and (min-width:1025px) {
  .p-box_an_row_cont {
    width: 57%;
    max-width: 650px
  }
}
.p-box_an_row_txt {
  line-height: 1.88
}
.p-box_an_row_img {
  margin-top: 35px
}
@media screen and (max-width:1024px) {
  .p-box_an_row_img {
    margin-top: 20px
  }
}
.p-box_an_row_img_cap {
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right
}
@media screen and (max-width:1024px) {
  .p-box_an_row_img_cap {
    font-size: 10px;
    font-size: 1rem
  }
}
@media screen and (min-width:1025px) {
  .p-box_an_row_movie {
    width: 38%;
    max-width: 430px
  }
}
@media screen and (max-width:1024px) {
  .p-box_an_row_movie {
    margin-top: 20px
  }
}
.p-box_an_row_movie_cont {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.p-box_an_row_movie_cont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.p-box_an_row_movie_ttl {
  line-height: 1;
  margin-top: 19px;
  color: #0b6eb4;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-box_an_row_movie_ttl {
    margin-top: 13px;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.p-box_red {
  padding: 40px 40px 42px;
  border-color: #c8161d
}
@media screen and (max-width:1024px) {
  .p-box_red {
    padding: 15px 5% 20px
  }
}
.p-box_red_head {
  margin-bottom: 44px;
  padding-bottom: 18px;
  border-bottom: 2px solid #c8161d
}
@media screen and (min-width:1025px) {
  .p-box_red_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
@media screen and (max-width:1024px) {
  .p-box_red_head {
    margin-bottom: 15px;
    padding-bottom: 15px
  }
}
.p-box_red_head_logo {
  width: 273px
}
@media screen and (min-width:1025px) {
  .p-box_red_head_logo {
    margin-right: 46px
  }
}
@media screen and (max-width:1024px) {
  .p-box_red_head_logo {
    width: 50%;
    margin: 0 auto 20px
  }
}
@media screen and (min-width:1025px) {
  .p-box_red_head_side {
    width: 70%
  }
}
@media screen and (max-width:1024px) {
  .p-box_red_head_side {
    text-align: center
  }
}
.p-box_red_head_side_balloon {
  margin-bottom: 20px
}
@media screen and (max-width:1024px) {
  .p-box_red_head_side_balloon {
    margin-bottom: 15px
  }
}
.p-box_red_head_side_balloon_txt {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 8px 20px 12px;
  border-radius: 30px;
  background-color: #c8161d;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center
}
@media screen and (max-width:1024px) {
  .p-box_red_head_side_balloon_txt {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.p-box_red_head_side_balloon_txt:before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 12.5px 0;
  border-color: #c8161d transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: ""
}
.p-box_red_head_side_ttl {
  line-height: 1;
  color: #c8161d;
  font-weight: 900;
  font-size: 60px;
  font-size: 6rem
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-box_red_head_side_ttl {
    font-size: 46px;
    font-size: 4.6rem
  }
}
@media screen and (max-width:1024px) {
  .p-box_red_head_side_ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
@media screen and (min-width:1025px) {
  .p-box_red_row {
    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
  }
}
.p-box_red_row_cont {
  line-height: 1.88;
  font-weight: 500
}
@media screen and (min-width:1025px) {
  .p-box_red_row_cont {
    width: 61%;
    max-width: 696px
  }
}
.p-box_red_row_ttl {
  line-height: 1.5;
  margin-bottom: 5px;
  color: #c8161d;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem
}
@media screen and (max-width:1024px) {
  .p-box_red_row_ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.p-box_red_row_detail {
  margin-top: 15px
}
.p-box_red_row_link {
  line-height: 1;
  margin-top: 28px
}
@media screen and (max-width:1024px) {
  .p-box_red_row_link {
    margin-top: 15px
  }
}
.p-box_red_row_link a {
  display: inline-block;
  color: #c8161d;
  text-decoration: underline
}
@media screen and (min-width:1025px) {
  .p-box_red_row_link a {
    margin-left: 1em
  }
}
@media screen and (max-width:1024px) {
  .p-box_red_row_link a {
    display: block;
    margin-top: 10px
  }
}
.p-box_red_row_img {
  width: 37%
}
@media screen and (min-width:1025px) {
  .p-box_red_row_img {
    max-width: 425px
  }
}
@media screen and (max-width:1024px) {
  .p-box_red_row_img {
    width: 70%;
    margin: 30px auto 0
  }
}
.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: 80px
}
@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: 40px
  }
}
@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: 13px
}
.p-able_list_img_cap {
  line-height: 1;
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  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: #ea6000;
  color: #fff;
  padding: 13px 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
  .p-able_list_ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
@media screen and (max-width:1024px) {
  .p-able_list_ttl {
    padding: 13px 0 15px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-able_list_txt {
  line-height: 1.67;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width:1024px) {
  .p-able_list_txt {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.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
  }
}
.p-img .l-inner {
  position: relative;
  z-index: 0;
  height: 100%
}
.p-img_ttl {
  position: absolute;
  z-index: 0;
  top: 60%;
  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: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-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;
  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:42.6vw;
  text-align: center;
  transition: filter 0.4s, scale 0.4s;
  width: 30.72vw;
  z-index: 1;
  width: 19%;
  height: 9%;
  /*opacity: 0.7;*/
}
	
@media (979px <= width) {
  .fv__btn {
    bottom: 2.6666666667vw;
    font-size: 16px;
    height: 165px;
    right: 2.6666666667vw!important;
	bottom:7.6vw;
    width: 165px;
  }
	}

.fv__btn:hover {
  scale: 1.1;
}
