@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* ============================
  font
=============================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap');

/* ============================
  basic
=============================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #4b4c58;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

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

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
main {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  main {
    min-width: 1000px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  main {
    position: relative;
    top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}

.l-wrapper {
  width: 100%;
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-container {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 10.6666666667vw);
  }
}

.clearfix * {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.clear {
  clear: both;
}

/* ============================
  header
=============================*/
.header {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header-inner {
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    width: 100%;
    height: 10.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.header-logo {
  display: block;
  background: url(../img/logo.webp) no-repeat center/contain;
}
@media (min-width: 768px) {
  .header-logo {
    width: 146px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 19.4666666667vw;
    height: 5.3333333333vw;
  }
}

.no-webp .header-logo {
  background: url(../img/logo.png) no-repeat center/contain;
}

/* ============================
  main-visual
=============================*/
.mv {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv {
    position: relative;
    top: 0;
  }
}

.mv-inner {
  position: relative;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
}

@media (min-width: 768px) {
  .mv-inner {
    min-width: 1000px;
    height: 570px;
    padding: 0px 0;
    background: url(../img/mv_bg.webp) center center / contain no-repeat,#e1f3ff;
  }
}

@media (max-width: 767px) {
  .mv-inner {
    width: 100%;
    height: calc(830/750 * 100vw);
    background: url(../img/mv_bg@sp.webp) center center / 100% auto no-repeat,#e1f3ff;
  }
}

.mv-ttl {
  position: relative;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .mv-ttl {
    width: 1380px;
    height: 487px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    background-image: url(../img/mv_txt.png);
  }
}

@media (max-width: 767px) {
  .mv-ttl {
    width: calc(690/750 * 100vw);
    height: calc(820/750 * 100vw);
    background-image: url(../img/mv_txt@sp.png);
    z-index: 3;
  }
}

.mv-bottom-notes {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: -60px;
  z-index: 4;
}
@media (max-width: 767px) {
  .mv-bottom-notes {
    top: -13vw;
    left: 50%;
    transform: translate(-50%, 0%);

  }
}
@media (min-width: 768px) {
  .mv-bottom-notes p {
    padding: 10px 0;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .mv-bottom-notes p {
    padding: 1.3333333333vw 0;
    font-size: 2.6666666667vw;
    letter-spacing: -0.05em;
  }
}

.mv-btn{
  background: #db1045;
  display: block;
  color: #fff;
  width: 666px;
  height: 126px;
  border-radius: 100px;
  margin: 80px auto 40px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-shadow: 0px 10px 0px 0px #8b0528;
  transition: 0.2s;
  position: relative;
}

@media (max-width: 767px) {
  .mv-btn{
    width: calc(666/750 * 100vw);
    height: calc(126/750 * 100vw);
    border-radius: 100px;
    margin: calc(96/750 * 100vw) auto calc(32/750 * 100vw);
    padding: 0 calc(32/750 * 100vw);
    box-shadow: 0px calc(10/750 * 100vw) 0px 0px #8b0528;
  }
}

.mv-btn:hover{
  opacity: 0.8;
}


.mv-btn-txt{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .mv-btn-txt{
    font-size: calc(32/750 * 100vw);
  }
}

.mv-btn-txt .small{
  font-size: 20px;
}
@media (max-width: 767px) {
  .mv-btn-txt .small{
    font-size: calc(20/750 * 100vw);
  }
}
.mv-btn .fa-solid{
  font-size: 32px;
}
@media (max-width: 767px) {
  .mv-btn .fa-solid{
    font-size: calc(32/750 * 100vw);
  }
}
.mv-btn-baloon-wrap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}

.mv-btn-baloon{
  position: relative;
  color: #db1045;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  background: #ffda3e;
  width: 230px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.mv-btn-baloon:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 10px solid transparent;
  border-top: 12px solid #ffda3e;
}

@media (max-width: 767px) {
  .mv-btn-baloon{
    font-size: calc(22/750 * 100vw);
    width: calc(230/750 * 100vw);
    height: calc(48/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    
  }
  
  .mv-btn-baloon:before {
    border: calc(10/750 * 100vw) solid transparent;
    border-top: calc(12/750 * 100vw) solid #ffda3e;
  }
}

.mv-bottom {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: -0px;
  z-index: 4;
}
@media (max-width: 767px) {
  .mv-bottom {
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  .mv-bottom p {
    padding: 10px 0;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .mv-bottom p {
    padding: 1.3333333333vw calc(80/750 * 100vw);
    font-size: 2.6666666667vw;
    letter-spacing: -0.05em;
    text-align: left;
  }
}



/* ==========================================================
  check
=====*/
.check {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .check {
    width: 600px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .check {
    width: calc(100% - 10.6666666667vw);
    padding: 5.3333333333vw 0;
  }
}
.check-content-parent {
  position: relative;
  display: block;
  width: 100%;
  background-color: #7f7267;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .check-content-parent {
    padding: 15px 0;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .check-content-parent {
    padding: 1.3333333333vw 0;
    border-radius: 1.3333333333vw;
  }
}
.check-content-parent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .check-content-parent::after {
    top: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #ffffff;
    border-left: solid 3px #ffffff;
  }
}
@media (max-width: 767px) {
  .check-content-parent::after {
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-top: solid 0.6666666667vw #ffffff;
    border-left: solid 0.6666666667vw #ffffff;
  }
}
@media (min-width: 768px) {
  .check-content-parent.open {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .check-content-parent.open {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
.check-content-parent.open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .check-content-parent.open::after {
    top: 5px;
  }
}
.check-content-child {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  display: none;
}
@media (min-width: 768px) {
  .check-content-child {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .check-content-child {
    padding: 4vw 2.6666666667vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
.check-content-child p {
  text-align: justify;
}
@media (min-width: 768px) {
  .check-content-child p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .check-content-child p {
    font-size: 3.2vw;
  }
}
.check-content-child p .min {
  font-size: 0.7em;
}
.check-content-child p.note {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .check-content-child p.note {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .check-content-child p.note {
    font-size: 2.6666666667vw;
  }
}

/* ============================
	campaign
=============================*/
.campaign {
  display: block;
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
}
@media (min-width: 768px) {
  .campaign {
    width: 1000px;
    margin: 30px auto 0;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .campaign {
    width: 100%;
    margin-top: 4vw;
    padding: 8vw 0;
  }
}
.campaign-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .campaign-banner {
    padding: 40px 80px;
    background-image: url(../img/campaign_banner_bg.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner {
    padding: 5.3333333333vw 0;
    background-image: url(../img/campaign_banner_bg@sp.webp);
  }
}
.campaign-banner-head {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (min-width: 768px) {
  .campaign-banner-head {
    top: -30px;
    width: 474px;
    height: 82px;
    background-image: url(../img/campaign_banner_head.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner-head {
    top: -4vw;
    width: 63.2vw;
    height: 10.9333333333vw;
    background-image: url(../img/campaign_banner_head@sp.webp);
  }
}
.campaign-banner-box {
  position: relative;
  display: block;
  margin: auto;
  background-size: auto auto;
  background-color: rgb(231, 244, 254);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(220, 238, 253) 5px, rgb(220, 238, 253) 6px);
  text-align: center;
}
@media (min-width: 768px) {
  .campaign-banner-box {
    padding: 80px 30px 20px;
    border: 4px solid #005a98;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.5);
            box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.5);
  }
}
@media (max-width: 767px) {
  .campaign-banner-box {
    width: 90.6666666667vw;
    padding: 10.6666666667vw 2.6666666667vw 4vw;
    border: 0.8vw solid #005a98;
    -webkit-box-shadow: 0px 0px 2.6666666667vw 0px rgba(0, 90, 152, 0.5);
            box-shadow: 0px 0px 2.6666666667vw 0px rgba(0, 90, 152, 0.5);
  }
}
.campaign-banner-ttl {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .campaign-banner-ttl {
    top: 20px;
    width: 700px;
    height: 63px;
    background-image: url(../img/campaign_banner_ttl.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner-ttl {
    top: 2.6666666667vw;
    left: -2vw;
    width: 93.3333333333vw;
    height: 8.4vw;
    background-image: url(../img/campaign_banner_ttl@sp.webp);
  }
}
.campaign-banner-txt {
  display: block;
  text-align: center;
  color: #005a98;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .campaign-banner-txt {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .campaign-banner-txt {
    margin-top: 1.3333333333vw;
  }
}
.campaign-banner-txt .red {
  display: inline-block;
  color: #db1045;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c7dfd8));
  background: linear-gradient(transparent 60%, #c7dfd8 60%);
}
.campaign-banner-txt .big {
  display: inline-block;
}
@media (min-width: 768px) {
  .campaign-banner-txt .big {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .campaign-banner-txt .big {
    font-size: 4.2666666667vw;
  }
}
.campaign-banner-btn {
  display: table;
  margin: auto;
  background-color: #f5e302;
  color: #005a98;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .campaign-banner-btn {
    margin-top: 10px;
    padding: 5px 50px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .campaign-banner-btn {
    margin-top: 1.3333333333vw;
    padding: 0.6666666667vw 2vw;
    border-radius: 4.6666666667vw;
  }
}
.campaign-banner ol {
  position: relative;
}
.campaign-banner ol li {
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.campaign-banner ol li:nth-child(1) {
  z-index: 1;
}
@media (min-width: 768px) {
  .campaign-banner ol li:nth-child(1) {
    left: -30px;
    bottom: -60px;
    width: 152px;
    height: 152px;
    background-image: url(../img/campaign_balloon_01.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner ol li:nth-child(1) {
    left: 1.3333333333vw;
    bottom: -2.6666666667vw;
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    background-image: url(../img/campaign_balloon_01@sp.webp);
  }
}
.campaign-banner ol li:nth-child(2) {
  z-index: 2;
}
@media (min-width: 768px) {
  .campaign-banner ol li:nth-child(2) {
    left: 110px;
    bottom: -80px;
    width: 127px;
    height: 127px;
    background-image: url(../img/campaign_balloon_02.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner ol li:nth-child(2) {
    left: 17.3333333333vw;
    bottom: -8vw;
    width: 16.9333333333vw;
    height: 16.9333333333vw;
    background-image: url(../img/campaign_balloon_02@sp.webp);
  }
}
.campaign-banner ol li:nth-child(3) {
  z-index: 1;
}
@media (min-width: 768px) {
  .campaign-banner ol li:nth-child(3) {
    right: 190px;
    bottom: -80px;
    width: 124px;
    height: 124px;
    background-image: url(../img/campaign_balloon_03.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner ol li:nth-child(3) {
    right: 25.3333333333vw;
    bottom: -10.6666666667vw;
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    background-image: url(../img/campaign_balloon_03@sp.webp);
  }
}
.campaign-banner ol li:nth-child(4) {
  z-index: 2;
}
@media (min-width: 768px) {
  .campaign-banner ol li:nth-child(4) {
    right: 90px;
    bottom: -60px;
    width: 110px;
    height: 110px;
    background-image: url(../img/campaign_balloon_04.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner ol li:nth-child(4) {
    right: 13.3333333333vw;
    bottom: -8vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    background-image: url(../img/campaign_balloon_04@sp.webp);
  }
}
.campaign-banner ol li:nth-child(5) {
  z-index: 1;
}
@media (min-width: 768px) {
  .campaign-banner ol li:nth-child(5) {
    right: -20px;
    bottom: -30px;
    width: 136px;
    height: 136px;
    background-image: url(../img/campaign_balloon_05.webp);
  }
}
@media (max-width: 767px) {
  .campaign-banner ol li:nth-child(5) {
    right: 1.3333333333vw;
    bottom: -2vw;
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    background-image: url(../img/campaign_balloon_05@sp.webp);
  }
}
.campaign-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
@media (min-width: 768px) {
  .campaign-container {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .campaign-container {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.campaign-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.campaign-container.active {
  opacity: 1;
  visibility: visible;
}
.campaign-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 9;
}
@media (min-width: 768px) {
  .campaign-body {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .campaign-body {
    width: 90%;
  }
}
.campaign-close {
  position: absolute;
  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;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 768px) {
  .campaign-close {
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .campaign-close {
    top: -5.3333333333vw;
    right: -5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 12vw;
  }
}
.campaign-content {
  margin: auto;
  background: #ffffff;
  z-index: 10;
}
@media (min-width: 768px) {
  .campaign-content {
    border-top: 6px solid #005a98;
    border-right: 6px solid #f5e302;
    border-bottom: 6px solid #005a98;
    border-left: 6px solid #f5e302;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.5);
            box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.5);
  }
}
@media (max-width: 767px) {
  .campaign-content {
    border-top: 1.3333333333vw solid #005a98;
    border-right: 1.3333333333vw solid #f5e302;
    border-bottom: 1.3333333333vw solid #005a98;
    border-left: 1.3333333333vw solid #f5e302;
    -webkit-box-shadow: 0px 0px 2.6666666667vw 0px rgba(0, 90, 152, 0.5);
            box-shadow: 0px 0px 2.6666666667vw 0px rgba(0, 90, 152, 0.5);
  }
}
.campaign-top {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .campaign-top {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .campaign-top {
    padding: 2.6666666667vw 0;
  }
}
.campaign-top-head {
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .campaign-top-head {
    width: 379px;
    height: 66px;
    background-image: url(../img/campaign_top_head.webp);
  }
}
@media (max-width: 767px) {
  .campaign-top-head {
    width: 50.5333333333vw;
    height: 8.8vw;
    background-image: url(../img/campaign_top_head@sp.webp);
  }
}
.campaign-top-ttl {
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .campaign-top-ttl {
    width: 560px;
    height: 52px;
    background-image: url(../img/campaign_top_ttl.webp);
  }
}
@media (max-width: 767px) {
  .campaign-top-ttl {
    width: 74.6666666667vw;
    height: 6.9333333333vw;
    background-image: url(../img/campaign_top_ttl@sp.webp);
  }
}
.campaign-top-txt {
  display: block;
  text-align: center;
  color: #005a98;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .campaign-top-txt {
    margin-top: 10px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .campaign-top-txt {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
  }
}
.campaign-top-txt .red {
  display: inline-block;
  color: #db1045;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c7dfd8));
  background: linear-gradient(transparent 60%, #c7dfd8 60%);
}
.campaign-top-txt .big {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .campaign-top-txt .big {
    top: 3px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .campaign-top-txt .big {
    font-size: 4.2666666667vw;
  }
}
.campaign-top-term {
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  .campaign-top-term {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .campaign-top-term {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.campaign-top-term .ttl {
  display: table;
  margin: auto;
  background-color: #005a98;
  color: #ffffff;
}
@media (min-width: 768px) {
  .campaign-top-term .ttl {
    padding: 2px 30px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .campaign-top-term .ttl {
    padding: 0.4vw 4vw;
    border-radius: 4.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.campaign-top-term p {
  color: #005a98;
}
.campaign-top-term p .min {
  display: inline-block;
  font-size: 0.8rem;
}
.campaign-block {
  display: block;
  width: 100%;
  margin: auto;
  background-size: auto auto;
  background-color: rgb(231, 244, 254);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(220, 238, 253) 5px, rgb(220, 238, 253) 6px);
}
@media (min-width: 768px) {
  .campaign-block {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .campaign-block {
    padding: 2.6666666667vw;
  }
}
.campaign-block ol {
  display: block;
  width: 100%;
}
.campaign-block ol li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #f0f8ff;
}
@media (min-width: 768px) {
  .campaign-block ol li {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li {
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .campaign-block ol li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li:not(:last-child) {
    margin-bottom: 1.3333333333vw;
  }
}
.campaign-block ol li:nth-child(odd) picture {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.campaign-block ol li:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.campaign-block ol li:nth-child(odd) .num-wrap {
  left: 0;
}
.campaign-block ol li:nth-child(even) picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.campaign-block ol li:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.campaign-block ol li:nth-child(even) .num-wrap {
  right: 0;
}
.campaign-block ol li .num-wrap {
  position: absolute;
  display: table;
  background-color: #f5e302;
  color: #005a98;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .campaign-block ol li .num-wrap {
    top: 0px;
    width: 90px;
    height: 90px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li .num-wrap {
    top: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.campaign-block ol li .num-wrap p {
  display: table-cell;
  vertical-align: middle;
}
.campaign-block ol li .num-wrap .num {
  display: inline-block;
}
@media (min-width: 768px) {
  .campaign-block ol li .num-wrap .num {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li .num-wrap .num {
    font-size: 6.6666666667vw;
  }
}
.campaign-block ol li picture {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .campaign-block ol li picture {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li picture {
    width: 26.6666666667vw;
  }
}
.campaign-block ol li .txt {
  text-align: left;
  font-weight: 600;
  word-wrap: break-all;
}
@media (min-width: 768px) {
  .campaign-block ol li .txt {
    width: 304px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li .txt {
    width: 41.3333333333vw;
    font-size: 4vw;
    line-height: 1.34;
  }
}
@media (min-width: 768px) {
  .campaign-block ol li .txt .min {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .campaign-block ol li .txt .min {
    font-size: 2.9333333333vw;
  }
}
.campaign-block .note {
  margin-top: 1rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .campaign-block .note {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .campaign-block .note {
    font-size: 2.9333333333vw;
  }
}
.campaign-bottom {
  display: block;
}
@media (min-width: 768px) {
  .campaign-bottom {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .campaign-bottom {
    padding: 2.6666666667vw 0;
  }
}
.campaign-bottom-txt {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #005a98;
}
@media (min-width: 768px) {
  .campaign-bottom-txt {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .campaign-bottom-txt {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}
.campaign-bottom-txt::before, .campaign-bottom-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.campaign-bottom-txt::before {
  bottom: 0;
  background-color: #005a98;
}
@media (min-width: 768px) {
  .campaign-bottom-txt::before {
    width: 300px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .campaign-bottom-txt::before {
    width: 26.6666666667vw;
    height: 0.5333333333vw;
  }
}
.campaign-bottom-txt::after {
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #005a98 transparent transparent transparent;
}
@media (min-width: 768px) {
  .campaign-bottom-txt::after {
    border-width: 12px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .campaign-bottom-txt::after {
    border-width: 1.6vw 1.3333333333vw 0 1.3333333333vw;
  }
}
.campaign-bottom-txt span {
  color: #db1045;
}
@media (min-width: 768px) {
  .campaign-bottom-txt span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .campaign-bottom-txt span {
    font-size: 5.3333333333vw;
  }
}
.campaign-bottom .info-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .no-webp .campaign-banner {
    background-image: url(../img/campaign_banner_bg.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner {
    background-image: url(../img/campaign_banner_bg@sp.png);
  }
}
@media (min-width: 768px) {
  .no-webp .campaign-banner-head {
    background-image: url(../img/campaign_banner_head.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner-head {
    background-image: url(../img/campaign_banner_head@sp.png);
  }
}
@media (min-width: 768px) {
  .no-webp .campaign-banner-ttl {
    background-image: url(../img/campaign_banner_ttl.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner-ttl {
    background-image: url(../img/campaign_banner_ttl@sp.png);
  }
}
.no-webp .campaign-banner ol li:nth-child(1) {
  z-index: 1;
}
@media (min-width: 768px) {
  .no-webp .campaign-banner ol li:nth-child(1) {
    background-image: url(../img/campaign_balloon_01.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner ol li:nth-child(1) {
    background-image: url(../img/campaign_balloon_01@sp.png);
  }
}
@media (min-width: 768px) {
  .no-webp .campaign-banner ol li:nth-child(2) {
    background-image: url(../img/campaign_balloon_02.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner ol li:nth-child(2) {
    background-image: url(../img/campaign_balloon_02@sp.png);
  }
}
.no-webp .campaign-banner ol li:nth-child(3) {
  z-index: 1;
}
@media (min-width: 768px) {
  .no-webp .campaign-banner ol li:nth-child(3) {
    background-image: url(../img/campaign_balloon_03.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner ol li:nth-child(3) {
    background-image: url(../img/campaign_balloon_03@sp.png);
  }
}
@media (min-width: 768px) {
  .no-webp .campaign-banner ol li:nth-child(4) {
    background-image: url(../img/campaign_balloon_04.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner ol li:nth-child(4) {
    background-image: url(../img/campaign_balloon_04@sp.png);
  }
}
.no-webp .campaign-banner ol li:nth-child(5) {
  z-index: 1;
}
@media (min-width: 768px) {
  .no-webp .campaign-banner ol li:nth-child(5) {
    background-image: url(../img/campaign_balloon_05.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-banner ol li:nth-child(5) {
    background-image: url(../img/campaign_balloon_05@sp.png);
  }
}
@media (min-width: 768px) {
  .no-webp .campaign-top-head {
    background-image: url(../img/campaign_top_head.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-top-head {
    background-image: url(../img/campaign_top_head@sp.png);
  }
}
@media (min-width: 768px) {
  .no-webp .campaign-top-ttl {
    background-image: url(../img/campaign_top_ttl.png);
  }
}
@media (max-width: 767px) {
  .no-webp .campaign-top-ttl {
    background-image: url(../img/campaign_top_ttl@sp.png);
  }
}

/* ============================
	info
=============================*/
.info {
  display: block;
  margin: auto;
}
.info.-body {
  background-size: auto auto;
  background-color: rgb(1, 76, 128);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(1, 87, 147) 5px, rgb(1, 87, 147) 6px);
}
@media (min-width: 768px) {
  .info.-body {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .info.-body {
    padding: 4vw 0;
  }
}
.info.-body .info-head {
  color: #ffffff;
}
.info.-body .info-head i::before, .info.-body .info-head i::after {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .info.-top {
    background-color: #e9f0f2;
    padding: 0 0 4vw;
  }
}
.info.-top .info-head {
  color: #4b4c58;
}
.info.-top .info-head span {
  color: #014c81;
}
.info.-top .info-head i::before, .info.-top .info-head i::after {
  background-color: #4b4c58;
}
.info.-top .note {
  text-align: center;
}
@media (min-width: 768px) {
  .info.-top .note {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .info.-top .note {
    font-size: 2.9333333333vw;
  }
}
.info.-floating .info-head {
  color: #ffffff;
}
.info.-floating .info-head i::before, .info.-floating .info-head i::after {
  background-color: #ffffff;
}
.info.-floating .info-head {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  font-weight: 500;
  line-height: 1.34;
}
.info.-floating .info-head span {
  color: #f4db33;
}
.info.-floating .info-btn {
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
}
.info-head {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  font-weight: 500;
  line-height: 1.34;
}
.info-head span {
  color: #f4db33;
}
.info-head i.lft::before, .info-head i.lft::after {
  left: -0.6em;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.info-head i.lft::after {
  left: -0.7em;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.info-head i.rgt::before, .info-head i.rgt::after {
  right: -0.6em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.info-head i.rgt::after {
  right: -0.7em;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
.info-head i::before, .info-head i::after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .info-head i::before, .info-head i::after {
    width: 1px;
  }
}
@media (max-width: 767px) {
  .info-head i::before, .info-head i::after {
    width: 0.2666666667vw;
  }
}
@media (min-width: 768px) {
  .info-head i::before {
    height: 22px;
  }
}
@media (max-width: 767px) {
  .info-head i::before {
    height: 5.0666666667vw;
  }
}
@media (min-width: 768px) {
  .info-head i::after {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .info-head i::after {
    height: 3.2vw;
  }
}
.info-btn {
  position: relative;
  display: block;
  margin: auto;
  background-color: #f4db33;
  color: #005a98;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .info-btn {
    width: 600px;
    height: 90px;
    margin-top: 10px;
    border-radius: 50px;
    font-size: 28px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .info-btn {
    width: 85.3333333333vw;
    height: 14.6666666667vw;
    margin-top: 1.3333333333vw;
    border-radius: 8.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 14.6666666667vw;
  }
}
.info-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  border: solid 1px #ffffff;
  z-index: 1;
}
@media (min-width: 768px) {
  .info-btn::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 65px;
  }
}
@media (max-width: 767px) {
  .info-btn::before {
    width: calc(100% - 1.3333333333vw);
    height: calc(100% - 1.3333333333vw);
    border-radius: 8.6666666667vw;
  }
}
.info-btn span {
  display: block;
  width: 100%;
  height: 100%;
}
.info-btn span::before, .info-btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.info-btn span::before {
  background-color: #005a98;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .info-btn span::before {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .info-btn span::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    right: 2.6666666667vw;
  }
}
.info-btn span::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 2;
}
@media (min-width: 768px) {
  .info-btn span::after {
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
  }
}
@media (max-width: 767px) {
  .info-btn span::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    right: 4vw;
    border-top: 0.5333333333vw solid #ffffff;
    border-left: 0.5333333333vw solid #ffffff;
  }
}
@media (min-width: 768px) {
  .info-btn:hover {
    opacity: 0.7;
  }
}
.info-bottom {
  display: table;
  margin: 0.5em auto 0;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
}

/* ==========================================================
  Section
=====*/
.sec-ttl {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #005a98;
  /*[data-ruby] {
    position: relative;
  }
  [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    @media (min-width: 768px) {
      top: -.06em;
      font-size: 18px;
    }
    @media (max-width: 767px) {
      top: -.2em;
      font-size: calc(24 / 750 * 100vw);
    }
  }
  rt {
    display: none;
  }*/
}
@media (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .sec-ttl {
    margin-bottom: 8vw;
    padding-bottom: 2.6666666667vw;
    font-size: 7.7333333333vw;
  }
}
.sec-ttl::before, .sec-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.sec-ttl::before {
  bottom: 0;
  background-color: #005a98;
}
@media (min-width: 768px) {
  .sec-ttl::before {
    width: 300px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .sec-ttl::before {
    width: 26.6666666667vw;
    height: 0.5333333333vw;
  }
}
.sec-ttl::after {
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #005a98 transparent transparent transparent;
}
@media (min-width: 768px) {
  .sec-ttl::after {
    border-width: 12px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .sec-ttl::after {
    border-width: 1.6vw 1.3333333333vw 0 1.3333333333vw;
  }
}
.sec-ttl .ruby {
  padding-left: 0.3em;
  font-size: 0.7em;
}
.sec-ttl .red {
  display: inline-block;
  color: #db1045;
}
.sec-ttl .big-en {
  display: inline-block;
}
@media (min-width: 768px) {
  .sec-ttl .big-en {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .sec-ttl .big-en {
    font-size: 10.1333333333vw;
  }
}
.sec-ttl .big-jp {
  display: inline-block;
}
@media (min-width: 768px) {
  .sec-ttl .big-jp {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .sec-ttl .big-jp {
    font-size: 8vw;
  }
}
.sec-ttl .min {
  display: inline-block;
}
@media (min-width: 768px) {
  .sec-ttl .min {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .sec-ttl .min {
    font-size: 6.4vw;
  }
}
.sec-ttl .head {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #db1045;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .sec-ttl .head {
    top: -100px;
    width: 160px;
    height: 160px;
    font-size: 38px;
    line-height: 160px;
  }
}
@media (max-width: 767px) {
  .sec-ttl .head {
    top: -13.3333333333vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 5.0666666667vw;
    line-height: 21.3333333333vw;
  }
}

.sec-body {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .sec-body {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec-body {
    text-align: justify;
  }
}
.sec-body span {
  display: inline;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c7dfd8));
  background: linear-gradient(transparent 60%, #c7dfd8 60%);
}

/* ==========================================================
  headline
=====*/
.headline {
  position: relative;
  display: block;
  margin: auto;
  border-top: solid 1px #005a98;
}
@media (min-width: 768px) {
  .headline {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  .headline {
    padding: 8vw 0 10.6666666667vw;
  }
}
.headline-ttl {
  font-weight: 600;
  color: #005a98;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .headline-ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .headline-ttl {
    font-size: 5.8666666667vw;
  }
}
.headline-ttl .red {
  display: inline-block;
  color: #db1045;
}
.headline-txt {
  display: block;
}
@media (min-width: 768px) {
  .headline-txt {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .headline-txt {
    margin-top: 1.3333333333vw;
    text-align: justify;
  }
}
.headline-body {
  display: block;
  background-color: #f6fbff;
}
@media (min-width: 768px) {
  .headline-body {
    width: 60%;
    margin: 20px auto 0;
    padding: 0 30px;
    border: 2px solid #005a98;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .headline-body {
    margin: 2.6666666667vw auto 0;
    padding: 2.6666666667vw;
    border: 0.4vw solid #005a98;
    border-radius: 0.6666666667vw;
  }
}
.headline-body li {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .headline-body li {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .headline-body li {
    padding: 2.6666666667vw 3.3333333333vw;
  }
}
@media (min-width: 768px) {
  .headline-body li:not(:last-child) {
    border-bottom: 1px solid #005a98;
  }
}
@media (max-width: 767px) {
  .headline-body li:not(:last-child) {
    border-bottom: 0.1333333333vw solid #005a98;
  }
}
.headline-body li:nth-child(1) picture {
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .headline-body li:nth-child(1) picture {
    right: 30px;
    width: 123.84px;
    height: 120.4px;
  }
}
@media (max-width: 767px) {
  .headline-body li:nth-child(1) picture {
    right: 4vw;
    width: 19.2vw;
    height: 18.6666666667vw;
  }
}
.headline-body li:nth-child(2) picture {
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .headline-body li:nth-child(2) picture {
    right: 40px;
    width: 108px;
    height: 111.2px;
  }
}
@media (max-width: 767px) {
  .headline-body li:nth-child(2) picture {
    right: 5.3333333333vw;
    width: 18vw;
    height: 18.5333333333vw;
  }
}
@media (min-width: 768px) {
  .headline-body li:nth-child(3) picture {
    bottom: 10px;
    right: 40px;
    width: 136.8px;
    height: 65.6px;
  }
}
@media (max-width: 767px) {
  .headline-body li:nth-child(3) picture {
    bottom: 1.3333333333vw;
    right: 5.3333333333vw;
    width: 22.8vw;
    height: 10.9333333333vw;
  }
}
.headline-body li h3 {
  font-weight: 600;
  line-height: 1.3;
  color: #005a98;
}
@media (min-width: 768px) {
  .headline-body li h3 {
    line-height: 1.1;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .headline-body li h3 {
    line-height: 1.12;
    font-size: 4vw;
  }
}
.headline-body li h3 .red {
  display: inline-block;
  color: #db1045;
}
.headline-body li h3 .big {
  position: relative;
  font-weight: 800;
}
@media (min-width: 768px) {
  .headline-body li h3 .big {
    top: 3px;
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .headline-body li h3 .big {
    font-size: 6.9333333333vw;
  }
}
.headline-body li .note {
  display: block;
  margin: 0.3rem 0 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .headline-body li .note {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .headline-body li .note {
    font-size: 2.6666666667vw;
  }
}
.headline-body li picture {
  position: absolute;
  display: block;
  margin: auto;
}
.headline .note {
  text-align: justify;
}
@media (min-width: 768px) {
  .headline .note {
    width: 60%;
    margin: 20px auto 0;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .headline .note {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.headline-bottom {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  color: #005a98;
  font-weight: 600;
}
@media (min-width: 768px) {
  .headline-bottom {
    margin-top: 30px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .headline-bottom {
    margin-top: 4vw;
    font-size: 5.3333333333vw;
  }
}
.headline-bottom span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffec7));
  background: linear-gradient(transparent 60%, #fffec7 60%);
}

/* ==========================================================
  about
=====*/
.about {
  position: relative;
  display: block;

}
@media (min-width: 768px) {
  .about {
    padding: 50px 0 80px;
    margin: 100px auto 0;

  }
}
@media (max-width: 767px) {
  .about {
    padding: 8vw 0 13.3333333333vw;
    margin: 6vw auto;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
  z-index: -1;
}
.about::after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(12deg);
          transform: skewY(12deg);
  z-index: -2;
}
.about .bg {
  z-index: -2;
}
.about .bg::before {
  content: "";
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
  z-index: -1;
}
.about-head {
  display: block;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .about-head {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-head {
    margin-top: 5.3333333333vw;
  }
}
.about-head-ttl {
  color: #005a98;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-head-ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-head-ttl {
    font-size: 4.8vw;
  }
}
.about-head ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.about-head ol li {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#005a98), to(#1a74b1));
  background: linear-gradient(to bottom, #005a98, #1a74b1);
  border-radius: 50%;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-head ol li {
    width: 200px;
    height: 200px;
    margin: 0 10px;
    padding: 34px 0;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-head ol li {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    margin: 0 2.6666666667vw;
    padding: 6.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.about-head ol li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 1.3333333333vw);
  height: calc(100% - 1.3333333333vw);
  margin: auto;
  border: solid 1px #ffffff;
  border-radius: 50%;
  z-index: 1;
}
.about-head ol li span {
  width: 80%;
  margin: auto;
  background-color: #ffffff;
  text-align: center;
  color: #005a98;
}
@media (min-width: 768px) {
  .about-head ol li span {
    padding: 0 10px;
    border-radius: 35px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-head ol li span {
    padding: 0 2.6666666667vw;
    border-radius: 4.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.about-head ol li p {
  color: #ffffff;
  line-height: 1.32;
}
@media (min-width: 768px) {
  .about-head ol li p {
    margin-top: 0;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-head ol li p {
    margin-top: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.about-list {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .about-list {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .about-list {
    margin-top: 13.3333333333vw;
  }
}
.about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(1, 91, 153, 0.3);
          box-shadow: 0px 3px 20px 0px rgba(1, 91, 153, 0.3);
}
@media (min-width: 768px) {
  .about-list li {
    padding: 50px 70px 40px;
  }
}
@media (max-width: 767px) {
  .about-list li {
    display: block;
    padding: 8vw 4vw 4vw;
  }
}
@media (min-width: 768px) {
  .about-list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-list li:not(:last-child) {
    margin-bottom: 9.3333333333vw;
  }
}
.about-list-num {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
  color: #005a98;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .about-list-num {
    top: -70px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .about-list-num {
    top: -9.3333333333vw;
  }
}
.about-list-num span {
  position: relative;
  top: 0.1em;
  display: block;
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .about-list-num span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-list-num span {
    font-size: 3.7333333333vw;
  }
}
.about-list-num i {
  position: relative;
  left: -0.15em;
}
@media (min-width: 768px) {
  .about-list-num i {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .about-list-num i {
    font-size: 10.6666666667vw;
  }
}
.about-list h3 {
  display: table;
  margin: auto;
  text-align: center;
  font-weight: 700;
  color: #005a98;
}
@media (min-width: 768px) {
  .about-list h3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .about-list h3 {
    font-size: 5.6vw;
  }
}
.about-list h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(94%, #db1045));
  background: linear-gradient(transparent 94%, #db1045 94%);
}
.about-list picture {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .about-list picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 246px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 767px) {
  .about-list picture {
    margin: 2.6666666667vw auto;
  }
}
@media (min-width: 768px) {
  .about-list picture[data-num="02"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 767px) {
  .about-list picture img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .about-list picture[data-num="03"] {
    width: 282px;
  }
}
@media (max-width: 767px) {
  .about-list picture[data-num="03"] img {
    width: 90%;
  }
}
.about-list-txt {
  text-align: justify;
}
.about-list-txt .red {
  font-weight: 600;
  color: #db1045;
}
.about-list-txt .sub {
  display: inline;
}
@media (min-width: 768px) {
  .about-list-txt .sub {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .about-list-txt .sub {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 768px) {
  .about-list-txt-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px;
  }
}
@media (min-width: 768px) {
  .about-list-txt-wrap[data-num=odd] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 768px) {
  .about-list-txt-wrap[data-num=even] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 768px) {
  .about-list-note {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .about-list-note {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fae4d6;
}
@media (min-width: 768px) {
  .about-bottom {
    width: 900px;
    margin: 30px auto 0;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .about-bottom {
    width: 100%;
    margin-top: 4vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.about-bottom picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-bottom picture {
    width: 46px;
  }
}
@media (max-width: 767px) {
  .about-bottom picture {
    width: 8.2666666667vw;
  }
}
.about-bottom p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ce6c2d;
  text-align: justify;
}
@media (min-width: 768px) {
  .about-bottom p {
    width: 780px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .about-bottom p {
    width: 73.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

/* ==========================================================
  point
=====*/
.point {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .point {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .point {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.point::before {
  content: "";
  position: absolute;
  top: -3.31%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .point::before {
    top: -3.64%;
  }
}
@media (max-width: 767px) {
  .point::before {
    top: -3.31%;
  }
}
.point::after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(12deg);
          transform: skewY(12deg);
  z-index: -2;
}
.point .bg {
  z-index: -2;
}
.point .bg::before {
  content: "";
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
  z-index: -1;
}
.point-head {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .point-head {
    width: 660px;
  }
}
.point-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}
.point-head-box picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .point-head-box picture {
    max-width: 194px;
  }
}
@media (max-width: 767px) {
  .point-head-box picture {
    max-width: 26.4vw;
  }
}
.point-head-read {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #005a98;
  font-weight: 700;
  line-height: 1.32;
}
@media (min-width: 768px) {
  .point-head-read {
    width: 462px;
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .point-head-read {
    top: -4vw;
    width: 61.6vw;
    font-size: 5.4666666667vw;
  }
}
.point-head-read::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .point-head-read::after {
    left: -30px;
    top: 110%;
    width: 39px;
    height: 55px;
    background-image: url(../img/point_head_arrow.webp);
  }
}
@media (max-width: 767px) {
  .point-head-read::after {
    left: -5.3333333333vw;
    bottom: -10.6666666667vw;
    width: 6.2666666667vw;
    height: 8.6666666667vw;
    background-image: url(../img/point_head_arrow@sp.webp);
  }
}
.point-head-catch {
  position: relative;
  display: table;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #db1045;
  font-weight: 700;
  line-height: 1.32;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff163));
  background: linear-gradient(transparent 60%, #fff163 60%);
}
@media (min-width: 768px) {
  .point-head-catch {
    margin-top: 20px;
    font-size: 51.4px;
  }
}
@media (max-width: 767px) {
  .point-head-catch {
    margin-top: 1.3333333333vw;
    font-size: 6.72vw;
  }
}
@media (min-width: 768px) {
  .point-head-catch span {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .point-head-catch span {
    font-size: 5.8666666667vw;
  }
}
.point-head > picture {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .point-head > picture {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .point-head > picture {
    margin: 4vw auto;
  }
}
@media (min-width: 768px) {
  .point-head > picture img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .point-head > picture img {
    width: 90%;
  }
}
.point-head-txt {
  color: #005a98;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .point-head-txt {
    margin-top: 10px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .point-head-txt {
    margin-top: 1.3333333333vw;
    font-size: 8vw;
  }
}
@media (min-width: 768px) {
  .point-head-note {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .point-head-note {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.point-list {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .point-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .point-list {
    margin-top: 6.6666666667vw;
  }
}
.point-list li {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .point-list li {
    padding: 0 60px 40px;
    border: solid 2px #005a98;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .point-list li {
    padding: 0 0vw 5.3333333333vw;
    border: solid 2px #005a98;
    border-radius: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .point-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .point-list li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.point-list-head {
  position: relative;
  display: table;
  margin: auto;
  background-color: #005a98;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .point-list-head {
    top: -1px;
    width: 190px;
    height: 40px;
    border-radius: 0 0 10px 10px;
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .point-list-head {
    width: 28.8vw;
    height: 6.4vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    font-size: 4.5333333333vw;
    line-height: 5.8666666667vw;
  }
}
.point-list-ttl {
  text-align: center;
  color: #005a98;
  font-weight: 700;
  line-height: 1.32;
}
@media (min-width: 768px) {
  .point-list-ttl {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .point-list-ttl {
    margin-top: 4vw;
    font-size: 5.8666666667vw;
  }
}
.point-list-ttl .min {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .point-list-ttl .min {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .point-list-ttl .min {
    font-size: 4.5333333333vw;
  }
}
.point-list picture {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .point-list picture {
    width: 34%;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .point-list picture {
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .point-list picture[data-num="01"] img {
    width: 71.7333333333vw;
  }
}
@media (max-width: 767px) {
  .point-list picture[data-num="02"] img {
    width: 46.9333333333vw;
  }
}
@media (min-width: 768px) {
  .point-list picture[data-num="03"] img {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .point-list picture[data-num="03"] img {
    width: 38.1333333333vw;
  }
}
.point-list-txt {
  display: block;
  text-align: justify;
}
@media (min-width: 768px) {
  .point-list-txt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .point-list-txt {
    margin-top: 2.6666666667vw;
    padding: 0 4vw;
  }
}
.point-list-txt .red {
  display: inline;
  color: #db1045;
  font-weight: 600;
}
.point-list-txt .sub {
  display: inline;
  font-size: 0.7em;
}
.point-list-note {
  display: block;
  text-align: justify;
}
@media (min-width: 768px) {
  .point-list-note {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .point-list-note {
    margin-top: 1.3333333333vw;
    padding: 0 4vw;
    font-size: 2.9333333333vw;
  }
}

@media (min-width: 768px) {
  .no-webp .point-head-read::after {
    background-image: url(../img/point_head_arrow.png);
  }
}
@media (max-width: 767px) {
  .no-webp .point-head-read::after {
    background-image: url(../img/point_head_arrow@sp.png);
  }
}

/* ==========================================================
  tool
=====*/
.tool {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .tool {
    padding: 90px 0 50px;
  }
}
@media (max-width: 767px) {
  .tool {
    padding: 13.3333333333vw 0 9.3333333333vw;
  }
}
.tool-block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .tool-block ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.tool-block ol > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .tool-block ol > li {
    width: 31%;
    margin: 0 0.8% 20px;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.3);
  }
}
@media (max-width: 767px) {
  .tool-block ol .slick-slide {
    padding: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .tool-block ol .slick-prev, .tool-block ol .slick-next {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .tool-block ol .slick-dots {
    bottom: -4vw;
  }
}
@media (max-width: 767px) {
  .tool-box {
    padding: 4vw;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.3);
            box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.3);
    border-radius: 1.3333333333vw;
  }
}
.tool-box h3 {
  display: table;
  margin: auto;
  padding: 0 0.2rem;
  background-color: #f5e302;
  text-align: center;
  font-weight: 600;
  line-height: 1.34;
  color: #005a98;
}
@media (min-width: 768px) {
  .tool-box h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tool-box h3 {
    margin-bottom: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.tool-box picture {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .tool-box picture {
    width: 90%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tool-box picture {
    width: 62.4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.tool-box-head {
  display: block;
  color: #005a98;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .tool-box-head {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tool-box-head {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .tool-box-head .min {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tool-box-head .min {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  .tool-box-head .big {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tool-box-head .big {
    font-size: 4.8vw;
  }
}
.tool-box-txt {
  display: block;
  text-align: justify;
}
@media (min-width: 768px) {
  .tool-box-txt {
    font-size: 16px;
  }
}
.tool-box-note {
  text-align: justify;
}
@media (min-width: 768px) {
  .tool-box-note {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .tool-box-note {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

/* ==========================================================
  system
=====*/
.system {
  display: block;
  margin: auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  background-color: #f0f5f9;
}
@media (min-width: 768px) {
  .system {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .system {
    padding: 13.3333333333vw 0 10.6666666667vw;
    background-size: 3.2vw 3.2vw;
  }
}
.system-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 768px) {
  .system-box {
    margin-bottom: 30px;
    padding: 30px 80px 30px;
  }
}
@media (max-width: 767px) {
  .system-box {
    margin-bottom: 5.3333333333vw;
    padding: 4vw 2.6666666667vw 6.6666666667vw;
  }
}
.system-box-head {
  color: #005a98;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .system-box-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .system-box-head h3 {
    font-size: 5.0666666667vw;
  }
}
.system-box-head h3 span {
  display: table;
  margin: auto;
  background-color: #005a98;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .system-box-head h3 span {
    width: 480px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .system-box-head h3 span {
    width: 64vw;
    border-radius: 4.6666666667vw;
  }
}
.system-box-head p {
  display: block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-box-head p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .system-box-head p {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .system-box-head p span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .system-box-head p span {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .system-content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .system-content {
    margin-top: 4vw;
  }
}
.system-content-parent {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .system-content-parent {
    padding: 5px 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 90, 152, 0.2);
            box-shadow: 2px 0px 10px 0px rgba(0, 90, 152, 0.2);
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .system-content-parent {
    padding: 1.3333333333vw 0;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0.2666666667vw 0.8vw 1.3333333333vw 0px rgba(0, 90, 152, 0.2);
            box-shadow: 0.2666666667vw 0.8vw 1.3333333333vw 0px rgba(0, 90, 152, 0.2);
    font-size: 4.2666666667vw;
    cursor: pointer;
  }
}
.system-content-parent[data-num="01"] {
  background-color: #4a89b7;
}
.system-content-parent[data-num="01"] span::before, .system-content-parent[data-num="01"] span::after {
  background-color: #4a89b7;
}
.system-content-parent[data-num="02"] {
  background-color: #38afb9;
}
.system-content-parent[data-num="02"] span::before, .system-content-parent[data-num="02"] span::after {
  background-color: #38afb9;
}
.system-content-parent[data-num="03"] {
  background-color: #7f7267;
}
@media (min-width: 768px) {
  .system-content-parent[data-num="03"] {
    border-radius: 10px;
    cursor: pointer;
  }
}
.system-content-parent[data-num="03"] span::before, .system-content-parent[data-num="03"] span::after {
  background-color: #7f7267;
}
@media (min-width: 768px) {
  .system-content-parent[data-num="03"] span.min {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .system-content-parent[data-num="03"] span.min {
    font-size: 0.8rem;
  }
}
.system-content-parent[data-num="03"] .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .system-content-parent[data-num="03"] .mark {
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .system-content-parent[data-num="03"] .mark {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.system-content-parent[data-num="03"] .mark::before, .system-content-parent[data-num="03"] .mark::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media (min-width: 768px) {
  .system-content-parent[data-num="03"] .mark::before, .system-content-parent[data-num="03"] .mark::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
  }
}
.system-content-parent[data-num="03"] .mark::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.system-content-parent .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .system-content-parent .mark {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.system-content-parent .mark::before, .system-content-parent .mark::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media (min-width: 768px) {
  .system-content-parent .mark::before, .system-content-parent .mark::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .system-content-parent .mark::before, .system-content-parent .mark::after {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.system-content-parent .mark::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .system-content-parent.open {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    -webkit-box-shadow: 0.2666666667vw 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.2);
            box-shadow: 0.2666666667vw 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.2);
  }
}
@media (min-width: 768px) {
  .system-content-parent.open[data-num="03"] {
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 90, 152, 0.2);
            box-shadow: 2px 0px 10px 0px rgba(0, 90, 152, 0.2);
  }
}
.system-content-parent.open .mark::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.system-content-child {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .system-content-child {
    display: block;
    padding: 20px 50px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 2px 6px 10px 0px rgba(0, 90, 152, 0.2);
            box-shadow: 2px 6px 10px 0px rgba(0, 90, 152, 0.2);
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .system-content-child {
    display: none;
    padding: 4vw 2.6666666667vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    -webkit-box-shadow: 0.2666666667vw 0.8vw 1.3333333333vw 0px rgba(0, 90, 152, 0.2);
            box-shadow: 0.2666666667vw 0.8vw 1.3333333333vw 0px rgba(0, 90, 152, 0.2);
  }
}
.system-content-child[data-num="01"] {
  background-color: #f0f5f9;
}
.system-content-child[data-num="02"] {
  background-color: #f0f5f9;
}
.system-content-child[data-num="03"] {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .system-content-child[data-num="03"] {
    display: none;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .system-content-child p {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .system-content-child p {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .system-content-child p.center {
    text-align: center;
  }
}
.system-content-child picture {
  display: block;
}
@media (min-width: 768px) {
  .system-content-child picture {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .system-content-child picture {
    margin-top: 4vw;
  }
}
.system-content-child .wrap > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .system-content-child .wrap > ol {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap > ol {
    margin-bottom: 2.6666666667vw;
  }
}
.system-content-child .wrap > ol li {
  margin-right: 1rem;
}
.system-content-child .wrap p.note {
  text-align: justify;
}
@media (min-width: 768px) {
  .system-content-child .wrap p.note {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap p.note {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.system-content-child .wrap .table-area {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area {
    margin-top: 30px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.system-content-child .wrap .table-area table.gr {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr.tbl-01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr.tbl-01 {
    margin-bottom: 4vw;
  }
}
.system-content-child .wrap .table-area table.gr.tbl-01 tr.ttl td {
  background-color: #3e975d;
}
.system-content-child .wrap .table-area table.gr.tbl-01 tr.head td {
  background-color: #9cd2af;
}
.system-content-child .wrap .table-area table.gr.tbl-01 tr.head-num {
  color: #3e975d;
}
.system-content-child .wrap .table-area table.gr.tbl-01 tr.head-num td {
  background-color: #9cd2af;
}
.system-content-child .wrap .table-area table.gr.tbl-01 tr td {
  background-color: #d1eedb;
  border: solid 1px #3e975d;
}
.system-content-child .wrap .table-area table.gr.tbl-01 tr td.lft {
  background-color: #afe0c0;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr.tbl-02 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr.tbl-02 {
    margin-bottom: 4vw;
  }
}
.system-content-child .wrap .table-area table.gr.tbl-02 tr.ttl td {
  background-color: #407ea9;
}
.system-content-child .wrap .table-area table.gr.tbl-02 tr.head td {
  background-color: #b2c8d9;
}
.system-content-child .wrap .table-area table.gr.tbl-02 tr.head-num {
  color: #407ea9;
}
.system-content-child .wrap .table-area table.gr.tbl-02 tr.head-num td {
  background-color: #b2c8d9;
}
.system-content-child .wrap .table-area table.gr.tbl-02 tr td {
  background-color: #edf3f8;
  border: solid 1px #718fa5;
}
.system-content-child .wrap .table-area table.gr.tbl-02 tr td.lft {
  background-color: #dee8ef;
}
.system-content-child .wrap .table-area table.gr.tbl-03 tr.ttl td {
  background-color: #981e31;
}
.system-content-child .wrap .table-area table.gr.tbl-03 tr.head td {
  background-color: #eeaec0;
}
.system-content-child .wrap .table-area table.gr.tbl-03 tr.head-num {
  color: #981e31;
}
.system-content-child .wrap .table-area table.gr.tbl-03 tr.head-num td {
  background-color: #eeaec0;
}
.system-content-child .wrap .table-area table.gr.tbl-03 tr td {
  background-color: #fae6ec;
  border: solid 1px #981e31;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr.tbl-03 tr td {
    width: 6%;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr.tbl-03 tr td {
    width: 12%;
  }
}
.system-content-child .wrap .table-area table.gr.tbl-03 tr td.lft {
  background-color: #f9d8e1;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr.tbl-03 tr td.lft {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr.tbl-03 tr td.lft {
    width: 20%;
  }
}
.system-content-child .wrap .table-area table.gr tr {
  width: 100%;
}
.system-content-child .wrap .table-area table.gr tr.ttl {
  color: #ffffff;
  font-weight: 600;
}
.system-content-child .wrap .table-area table.gr tr.ttl td {
  text-align: center;
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr tr.ttl td {
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.system-content-child .wrap .table-area table.gr tr.head {
  line-height: 1.2;
}
.system-content-child .wrap .table-area table.gr tr.head td {
  text-align: center;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr tr.head td {
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr tr.head td {
    padding: 0.8vw 0;
  }
}
.system-content-child .wrap .table-area table.gr tr.head-num td {
  text-align: center;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr tr.head-num td {
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr tr.head-num td {
    padding: 0.8vw 0;
  }
}
.system-content-child .wrap .table-area table.gr tr td {
  vertical-align: middle;
  text-align: right;
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr tr td {
    width: 8%;
    padding: 3px 20px 3px 0;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr tr td {
    width: 12.5%;
    padding: 0.8vw 2.6666666667vw 0.8vw 0;
  }
}
@media (min-width: 768px) {
  .system-content-child .wrap .table-area table.gr tr td.lft {
    width: 8%;
    padding: 3px 20px 3px 0;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .table-area table.gr tr td.lft {
    width: 15%;
    padding: 0.8vw 3.7333333333vw 0.8vw 0;
  }
}
.system-content-child .wrap .bottom {
  width: 100%;
  background-color: #fae4d6;
}
@media (min-width: 768px) {
  .system-content-child .wrap .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
    margin-top: 20px;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .bottom {
    display: block;
    margin-top: 4vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .system-content-child .wrap .bottom picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .bottom picture {
    width: 8.2666666667vw;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .system-content-child .wrap .bottom div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 620px;
  }
}
.system-content-child .wrap .bottom span {
  color: #ce6c2d;
  font-weight: 600;
  text-align: justify;
}
@media (min-width: 768px) {
  .system-content-child .wrap .bottom span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .bottom span {
    font-size: 3.4666666667vw;
  }
}
.system-content-child .wrap .bottom ol {
  color: #ce6c2d;
  text-align: justify;
}
@media (min-width: 768px) {
  .system-content-child .wrap .bottom ol {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .system-content-child .wrap .bottom ol {
    font-size: 2.9333333333vw;
  }
}
.system-content-child .wrap .bottom ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.system-lineup {
  margin: auto;
}
@media (min-width: 768px) {
  .system-lineup {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .system-lineup {
    padding: 0 2.6666666667vw;
  }
}
.system-lineup-ttl {
  display: block;
  border-bottom: solid 1px #005a98;
  text-align: center;
  color: #005a98;
  font-weight: 600;
}
@media (min-width: 768px) {
  .system-lineup-ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .system-lineup-ttl {
    font-size: 4vw;
  }
}
.system-lineup-txt {
  display: block;
  text-align: justify;
}
@media (min-width: 768px) {
  .system-lineup-txt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .system-lineup-txt {
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .system-lineup .table-area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .system-lineup .table-area {
    overflow: auto;
    white-space: nowrap;
    max-width: 350px;
  }
}
.system-lineup table.tbl-04 {
  display: block;
  overflow-x: scroll;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 {
    margin-top: 4vw;
    width: 100%;
    border-collapse: collapse;
  }
}
.system-lineup table.tbl-04 tbody {
  display: table;
  -webkit-text-size-adjust: 100%;
}
.system-lineup table.tbl-04 tr {
  width: 100%;
}
.system-lineup table.tbl-04 tr.head {
  font-weight: 600;
  line-height: 1.2;
}
.system-lineup table.tbl-04 tr.head td {
  background-color: #dee8ef;
  text-align: center;
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td {
    width: 130px;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td {
    width: 54.9333333333vw;
    padding: 0.8vw 0;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t01 {
    width: 110px;
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t01 {
    width: 24vw;
    min-width: 24vw;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t02 {
    width: 296px;
    min-width: 296px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t02 {
    width: 54.9333333333vw;
    min-width: 54.9333333333vw;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t03 {
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t03 {
    width: 48.8vw;
    min-width: 48.8vw;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t04 {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t04 {
    width: 32vw;
    min-width: 32vw;
  }
}
.system-lineup table.tbl-04 tr.head td span.blue {
  font-weight: 400;
  color: #005a98;
}
.system-lineup table.tbl-04 tr.head td span.red {
  color: #db1045;
}
.system-lineup table.tbl-04 tr.head td span.min {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.6em;
}
.system-lineup table.tbl-04 tr td {
  background-color: #ffffff;
  border: solid 1px #407ea9;
  vertical-align: middle;
  text-align: left;
  word-break: break-all;
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr td {
    padding: 10px 5px;
    font-size: 12px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr td {
    padding: 2.6666666667vw;
    font-size: 3.0666666667vw !important;
  }
}
.system-lineup table.tbl-04 tr td.odd {
  background-color: #d4eaf9;
  font-weight: 600;
  text-align: center;
}
.system-lineup table.tbl-04 tr td.even {
  background-color: #f0f9ff;
  font-weight: 600;
  text-align: center;
}
.system-lineup table.tbl-04 tr td span.tag {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr td span.tag {
    margin-top: 10px;
    border-radius: 35px;
    padding: 3px 10px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr td span.tag {
    width: 17.8666666667vw;
    margin-top: 1.3333333333vw;
    border-radius: 35px;
    padding: 0.8vw;
  }
}
.system-lineup table.tbl-04 tr td span.tag[data-num="01"] {
  background-color: #e02f4a;
}
.system-lineup table.tbl-04 tr td span.tag[data-num="02"] {
  background-color: #2f9be0;
}
.system-lineup table.tbl-04 tr td span.tag[data-num="03"] {
  background-color: #6fac72;
}
.system-lineup table.tbl-04 tr td span.tag[data-num="04"] {
  background-color: #ac8f75;
}
.system-lineup table.tbl-04 tr td span.blue {
  font-weight: 400;
  color: #005a98;
}

/* ==========================================================
  voice
=====*/
.voice {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .voice {
    padding: 90px 0 60px;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.voice::before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
  z-index: -1;
}
.voice::after {
  content: "";
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: rgba(0, 90, 152, 0.06);
  -webkit-transform: skewY(12deg);
          transform: skewY(12deg);
  z-index: -2;
}
.voice-block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .voice-block ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
  }
}
.voice-block ol li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .voice-block ol li {
    width: 480px;
    padding: 30px 0;
  }
}
.voice-box {
  position: relative;
  display: block;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .voice-box {
    padding: 20px 30px;
    outline: solid 2px #005a98;
    outline-offset: -2px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .voice-box {
    padding: 5.3333333333vw 0;
    outline: solid 0.5333333333vw #005a98;
    outline-offset: -0.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.voice-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .voice-box::after {
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-top: solid 2px #005a98;
    border-right: solid 2px #005a98;
  }
}
@media (max-width: 767px) {
  .voice-box::after {
    bottom: -3.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-top: solid 0.5333333333vw #005a98;
    border-right: solid 0.5333333333vw #005a98;
  }
}
.voice-box h3 {
  text-align: center;
  font-weight: 600;
  line-height: 1.34;
  color: #005a98;
}
@media (min-width: 768px) {
  .voice-box h3 {
    font-size: 20px;
  }
}
.voice-box p {
  display: block;
  margin-top: 1em;
  text-align: justify;
}
@media (min-width: 768px) {
  .voice-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .voice-box p {
    padding: 0 4vw;
  }
}
.voice-box p span {
  display: inline;
  font-weight: 600;
  color: #38afb9;
}
.voice-about {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-about {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .voice-about {
    margin-top: 6.6666666667vw;
  }
}
.voice-about-tag {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  color: #005a98;
}
@media (min-width: 768px) {
  .voice-about-tag {
    top: 10px;
    right: 50px;
    width: 110px;
    height: 110px;
    padding: 24px 0;
    border: solid 2px #005a98;
  }
}
@media (max-width: 767px) {
  .voice-about-tag {
    top: 4vw;
    right: 4vw;
    width: 23.2vw;
    height: 23.2vw;
    padding: 5.3333333333vw 0;
    border: solid 0.4vw #005a98;
  }
}
.voice-about picture {
  display: block;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-about picture {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .voice-about picture {
    width: 45.3333333333vw;
  }
}
.voice-about-point {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .voice-about-point {
    top: -30px;
  }
}
@media (max-width: 767px) {
  .voice-about-point {
    top: -6.6666666667vw;
  }
}
.voice-about-point span {
  display: block;
  margin: auto;
  background-color: #ffffff;
  border: solid 1px #4a9dd6;
  text-align: center;
  font-weight: 600;
  color: #4a9dd6;
  z-index: 2;
}
@media (min-width: 768px) {
  .voice-about-point span {
    width: 300px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .voice-about-point span {
    width: 46.6666666667vw;
    border-radius: 4.6666666667vw;
  }
}
.voice-about-point p {
  position: relative;
  display: block;
  margin: auto;
  background-color: #4a9dd6;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  z-index: -1;
}
@media (min-width: 768px) {
  .voice-about-point p {
    top: -5px;
    width: 95%;
    padding: 5px 0;
    border-radius: 10px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .voice-about-point p {
    top: -1.3333333333vw;
    width: 98%;
    padding: 1.3333333333vw 0;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================
  flow
=====*/
.flow {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .flow {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .flow {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.flow-txt {
  text-align: center;
}
.flow-block {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .flow-block {
    margin-top: 20px;
  }
}
.flow-top-txt {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .flow-top-txt {
    margin-bottom: 6.6666666667vw;
  }
}
.flow-top-txt p {
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff163));
  background: linear-gradient(transparent 60%, #fff163 60%);
  display: inline-block;
  font-size: 28px;
  color: #db1045;
  font-weight: 700;
  line-height: 1.32;
}
@media (max-width: 767px) {
  .flow-top-txt p {
    font-size: 4.8vw;
  }
}
.flow-top-list {
  width: 1000px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .flow-top-list {
    width: 89.3333333333vw;
    margin: 8vw auto 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flow-top-list-item {
  width: 220px;
  border-radius: 10px;
  padding: 0px 16px 16px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 90, 152, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(0, 90, 152, 0.25);
}
@media (max-width: 767px) {
  .flow-top-list-item {
    width: 43.3333333333vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.25);
            box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.25);
    padding: 0 1.7333333333vw 1.6vw;
  }
}
.flow-top-list-txt {
  text-align: center;
  font-size: 20px;
  color: #005a98;
  font-weight: bold;
  line-height: 1.5;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .flow-top-list-txt {
    height: 18.6666666667vw;
    font-size: 4vw;
  }
}
.flow-top-list-txt p {
  display: inline-block;
}
.flow-top-img {
  width: 192px;
}
@media (max-width: 767px) {
  .flow-top-img {
    width: 40vw;
  }
}
.flow-list {
  display: block;
  width: 100%;
  margin: auto;
}
.flow-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .flow-list > li:nth-child(1) .flow-list-head-wrap::before {
    height: 90%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  .flow-list > li:nth-child(1) .flow-list-head-wrap::before {
    height: 90%;
    top: 15%;
  }
}
@media (min-width: 768px) {
  .flow-list > li:nth-child(5) .flow-list-head-wrap::before {
    height: 50%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .flow-list > li:nth-child(5) .flow-list-head-wrap::before {
    height: 20%;
    top: 0;
  }
}
.flow-list-head {
  display: table;
  background-color: #005a98;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  z-index: 2;
}
@media (min-width: 768px) {
  .flow-list-head {
    width: 120px;
    height: 120px;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .flow-list-head {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
}
.flow-list-head p {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .flow-list-head p span {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .flow-list-head p span {
    font-size: 4.8vw;
  }
}
.flow-list-head-wrap {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .flow-list-head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .flow-list-head-wrap {
    width: 12.2666666667vw;
    padding: 4vw 0;
  }
}
.flow-list-head-wrap::before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #005a98;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
}
.flow-list-contents {
  display: block;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: dashed 1px #005a98;
}
@media (min-width: 768px) {
  .flow-list-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 860px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .flow-list-contents {
    width: 73.0666666667vw;
    padding: 4vw 0;
  }
}
.flow-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .flow-list-ttl {
    position: relative;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .flow-list-ttl {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flow-list-ttl h3 {
  color: #005a98;
  font-weight: 600;
}
@media (min-width: 768px) {
  .flow-list-ttl h3 {
    margin-right: 20px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .flow-list-ttl h3 {
    font-size: 4.8vw;
  }
}
.flow-list-ttl picture {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .flow-list-ttl picture img {
    height: 68px;
  }
}
@media (max-width: 767px) {
  .flow-list-ttl picture img {
    height: 12.4vw;
  }
}
@media (min-width: 768px) {
  .flow-list .flow-list-txt-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 630px;
  }
}
@media (min-width: 768px) {
  .flow-list .flow-list-txt-wrap[data-num="05"] {
    max-width: 520px;
  }
}
.flow-list > p {
  text-align: justify;
}
@media (min-width: 768px) {
  .flow-list > p {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .flow-list > p {
    padding: 2.6666666667vw 0;
  }
}
.flow-list-info {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .flow-list-info {
    padding: 0 30px;
  }
}
.flow-list-info-ttl {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 2px #005a98;
  color: #005a98;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .flow-list-info-ttl {
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .flow-list-info-ttl {
    margin-top: 2.6666666667vw;
    padding: 1.3333333333vw 0;
    border-radius: 4.6666666667vw;
  }
}
.flow-list-info-tel {
  display: block;
  font-weight: 900;
  color: #db1045;
  text-align: center;
}
@media (min-width: 768px) {
  .flow-list-info-tel {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .flow-list-info-tel {
    font-size: 8vw;
  }
}
.flow-list-info-tel i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.7rem;
  color: #db1045;
}
@media (min-width: 768px) {
  .flow-list-info-tel i {
    margin-right: 10px;
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .flow-list-info-tel i {
    margin-right: 1.3333333333vw;
  }
}
.flow-list-info p {
  text-align: center;
}
@media (min-width: 768px) {
  .flow-list-info p {
    margin-top: -10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .flow-list-info p {
    font-size: 3.0666666667vw;
  }
}
.flow-list-box {
  position: relative;
  display: block;
  width: 100%;
  border: dashed 1px #005a98;
}
@media (min-width: 768px) {
  .flow-list-box {
    margin-top: 20px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .flow-list-box {
    margin-top: 4vw;
    padding: 2.6666666667vw;
  }
}
.flow-list-box ol {
  display: block;
}
.flow-list-box ol li {
  position: relative;
  background-color: #4a89b7;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .flow-list-box ol li {
    border-radius: 5px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .flow-list-box ol li {
    border-radius: 0.8vw;
    padding: 1.3333333333vw 0;
  }
}
@media (min-width: 768px) {
  .flow-list-box ol li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .flow-list-box ol li:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
}
.flow-list-box ol li:not(:last-child)::after {
  font-family: "Font Awesome 6 Free";
  content: "\f07e";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  color: #5e7688;
  font-weight: 800;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .flow-list-box ol li:not(:last-child)::after {
    bottom: -30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .flow-list-box ol li:not(:last-child)::after {
    bottom: -6.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .flow-list-box ol li:nth-child(1) {
    padding-right: 16vw;
  }
}
.flow-list-box ol li span {
  font-size: 0.4em;
}
.flow-list-box-circle {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .flow-list-box-circle {
    top: -10px;
    right: -10px;
    width: 140px;
    height: 140px;
    padding: 24px 0;
    border: solid 3px #93dffe;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flow-list-box-circle {
    top: -10.6666666667vw;
    right: -2.6666666667vw;
    width: 26.9333333333vw;
    height: 26.9333333333vw;
    padding: 2.6666666667vw 0;
    border: solid 0.9333333333vw #93dffe;
    font-size: 2.9333333333vw;
  }
}
.flow-list-box-circle span {
  color: #005a98;
}
@media (min-width: 768px) {
  .flow-list-box-circle span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flow-list-box-circle span {
    font-size: 4.8vw;
  }
}
.flow-list-bgbox {
  background-color: #f0f5f9;
  text-align: justify;
}
@media (min-width: 768px) {
  .flow-list-bgbox {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .flow-list-bgbox {
    padding: 2.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
}

/* ==========================================================
  faq
=====*/
.faq {
  display: block;
  margin: auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  background-color: #f0f5f9;
}
@media (min-width: 768px) {
  .faq {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 13.3333333333vw 0 8vw;
    background-size: 3.2vw 3.2vw;
  }
}
.faq dl {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .faq dl {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .faq dl {
    margin: 6.6666666667vw auto;
  }
}
.faq-content {
  display: block;
}
@media (min-width: 768px) {
  .faq-content {
    margin: 20px auto 0;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .faq-content {
    margin: 4vw auto 0;
  }
}
.faq-content-parent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #1b6aa3;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-content-parent {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .faq-content-parent {
    padding-right: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.faq-content-parent p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: justify;
}
@media (min-width: 768px) {
  .faq-content-parent p {
    width: 810px;
  }
}
@media (max-width: 767px) {
  .faq-content-parent p {
    width: 75.4666666667vw;
  }
}
.faq-content-parent .q-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: inline-block;
  color: #1b6aa3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faq-content-parent .q-head {
    top: -0.4rem;
    margin-right: 0.5rem;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq-content-parent .q-head {
    margin-right: 0.4rem;
    font-size: 4.2666666667vw;
  }
}
.faq-content-parent > i {
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  background-color: #dbc216;
  border-radius: 50%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .faq-content-parent > i {
    right: 10px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .faq-content-parent > i {
    top: 0vw;
    right: 0vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.faq-content-parent > i::before, .faq-content-parent > i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .faq-content-parent > i::before, .faq-content-parent > i::after {
    width: 20px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .faq-content-parent > i::before, .faq-content-parent > i::after {
    width: 4vw;
    height: 3px;
  }
}
.faq-content-parent > i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-content-parent.open i::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq-content-child {
  width: 100%;
  overflow: hidden;
  text-align: left;
  display: none;
}
@media (min-width: 768px) {
  .faq-content-child {
    padding: 10px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .faq-content-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 2.6666666667vw 0vw 6.6666666667vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.faq-content-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.faq-content-child div .a-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  font-weight: 400;
  color: #38afb9;
}
@media (min-width: 768px) {
  .faq-content-child div .a-head {
    top: -0.4rem;
    margin-right: 0.5rem;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq-content-child div .a-head {
    margin-right: 0.4rem;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
.faq-content-child div p {
  text-align: justify;
}
@media (min-width: 768px) {
  .faq-content-child div p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-content-child div p {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================
  aplly
=====*/


.cp-prize-02 {
  width: 670px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .cp-prize-02 {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}


.aplly{
  background: url(../img/cp_bg_pc.jpg) top center/100% auto no-repeat, #f0f5f9;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .aplly{
    padding-top: calc(80/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
    background: url(../img/cp_bg.jpg) top center/100% auto no-repeat, #f0f5f9;
  }
}

.img-aplly{
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}


@media (max-width: 767px) {
  .img-aplly{
    width:calc(589/750 * 100vw) ;
  }
}

.apply-body{
  background-color: #ffffff;
  width: 670px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .apply-body{
    width: calc(670/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    padding: calc(40/750 * 100vw);
}
}

.apply-title{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #005a98;
  border-radius: 24px;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .apply-title{
    font-size: calc(28/750 * 100vw);
    margin-bottom:calc(32/750 * 100vw) ;
  }
}

.aplly-txt{
  font-size: 16px;
}

@media (max-width: 767px) {
  .aplly-txt{
    font-size: calc(26/750 * 100vw);
  }
}

.apply-txt_title{
  font-size: 16px;
  font-weight: 700;

}

@media (max-width: 767px) {
  .apply-txt_title{
    font-size: calc(26/750 * 100vw);
  }
}


.min{
  font-size: 12px;
}

@media (max-width: 767px) {
  .min{
    font-size: calc(22/750 * 100vw);
  }
}


/* ==========================================================
  footer
=====*/
.footer {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .footer {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 29.3333333333vw;
  }
}
.footer-body {
  display: block;
  margin: auto;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .footer-body {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer-body {
    padding: 10.6666666667vw 0;
  }
}
.footer-body-inner {
  display: block;
  width: 100%;
  margin: auto;
}
.footer-body-inner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-body-inner > span::before, .footer-body-inner > span::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}
.footer-body-inner > span::before {
  margin-right: 1rem;
}
.footer-body-inner > span::after {
  margin-left: 1rem;
}
.footer-body-inner p {
  text-align: justify;
}
@media (min-width: 768px) {
  .footer-body-inner p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer-body-inner p {
    font-size: 2.9333333333vw;
  }
}
.footer-body-inner a {
  color: #014d81;
  text-decoration: underline;
}
.footer-body-inner .footer-campaign {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-body-inner .footer-campaign {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer-body-inner .footer-campaign {
    font-size: 2.9333333333vw;
  }
}
.footer-body-inner .footer-campaign span {
  font-weight: 600;
}
.footer-body-inner .footer-campaign ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.footer-body-box {
  border: solid 1px #db1045;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 768px) {
  .footer-body-box {
    margin-top: 20px;
    padding: 30px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer-body-box {
    margin-top: 4vw;
    padding: 4vw;
    font-size: 2.9333333333vw;
  }
}
.footer-body-box .min {
  font-size: 0.7em;
}
.footer-body-box p.note {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer-body-box p.note {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer-body-box p.note {
    font-size: 3.2vw;
  }
}
.footer-body p.num {
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  .footer-body p.num {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .footer-body p.num {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.footer-copyright {
  background-color: #014c81;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copyright {
    padding: 20px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    padding: 4vw 0;
    font-size: 2.9333333333vw;
  }
}

.address-txt {
  text-align: center;
  padding: 60px 0 50px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .address-txt {
    padding: 8vw 0 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.address-txt p {
  padding-bottom: 0.8em;
}

.footer-list{
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
  line-height: 1;
}

.footer-list-item {
  line-height: 1;
}
.footer-list-item a{
  padding: 0 1em;
  color: #333;
  line-height: 1;
  border-right: 1px solid #696969;
  transition: 0.2s;
}

.footer-list-item a:hover{
  opacity: 0.8;
}

.footer-list-item:last-child a{
  border-right: none;
}



/*--------------------------------------------------------------
# Floating
--------------------------------------------------------------*/
#floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0;
  background: #014c81;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  #floating {
    height: 140px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #floating {
    height: 29.3333333333vw;
    padding: 1.3333333333vw 0;
  }
}
#floating.show {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lb-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}



/* cp */


.cp-area {
  background: url(../img/cp_bg_pc.jpg) top center/100% auto no-repeat, #f0f5f9;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cp-area {
    padding-bottom: 10.6666666667vw;
    background: url(../img/cp_bg.jpg) top center/100% auto no-repeat, #f0f5f9;
  }
}

.cp-head {
  width: 100%;
  background: #005a98;
  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;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cp-head {
    padding: 1.3333333333vw 0;
    font-size: calc(28/750 * 100vw);
  }
}
.cp-head .zab {
  background: #fff;
  color: #cc4b3d;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .cp-head .zab {
    font-size: 3.2vw;
    border-radius: 0.5333333333vw;
    padding: 0.8vw 1.3333333333vw;
    margin-right: 1.6vw;
  }
}

.cp-ttl {
  position: relative;
}
.cp-ttl::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../img/cp_ster01.png) top left/100% auto no-repeat;
  bottom: 9px;
  left: -4px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cp-ttl::before {
    width: 5.0666666667vw;
    height: 4.5333333333vw;
    left: 2.6666666667vw;
  }
}
.cp-ttl::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 35px;
  background: url(../img/cp_ster02.png) top left/100% auto no-repeat;
  right: 0;
  top: -27px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cp-ttl::after {
    width: 5.0666666667vw;
    height: 4.5333333333vw;
    top: -3.6vw;
    right: 3.0666666667vw;
  }
}

.cp-ttl-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  margin: 0 auto;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .cp-ttl-a {
    width: 100%;
    padding: 3.2vw 0 2.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .cp-ttl-prize01 {
    width: 18.9333333333vw;
  }
}

.cp-ttl-txt {
  font-size: 64px;
  color: #db1045;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 0px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .cp-ttl-txt {
    width: calc(403/750 * 100vw);
    font-size: calc(64/750 * 100vw);
    padding: 0;
  }
}
.cp-ttl-prize01{
  width: 142px;
}
@media screen and (max-width: 767px) {
  .cp-ttl-prize01{
    width: calc(142/750 * 100vw);
  }
}
.cp-ttl-prize02{
  width: 156px;
}

@media screen and (max-width: 767px) {
  .cp-ttl-prize02 {
    width: calc(156/750 * 100vw);
  }
}

.cp-sub-ttl-a {
  text-align: center;
  color: #005a98;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cp-sub-ttl-a {
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

/* .cp-sub-ttl-a .txt-rob {
  font-size: 130%;
  line-height: 1;
  position: relative;
  bottom: -2px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
} */

.cp-period-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 670px;
  margin: 0 auto 32px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cp-period-a {
    width: 89.3333333333vw;
    font-size: calc(22/750 * 100vw);
    margin: 0 auto 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.cp-period-a .cp-period-dt {
  color: #fff;
  font-weight: bold;
  background: #005a98;
  width: 140px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cp-period-a .cp-period-dt {
    width: 18.6666666667vw;
    height: 6.9333333333vw;
  }
}
.cp-period-a .cp-period-dd {
  font-weight: bold;
  background: #fff;
  width: 530px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cp-period-a .cp-period-dd {
    width: 70.6666666667vw;
    height: 6.9333333333vw;
  }
}

/* .cp-period-a .txt-rob {
  font-size: 120%;
  line-height: 1;
  position: relative;
  bottom: -1px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
} */

.cp-acco-btn {
  padding: 0 24px;
  margin: 0 auto;
  border-radius: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;


  background: #fff;
  border: 2px #005a98 solid;
  height: 64px;
  color: #28201f;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 670px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 24px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cp-acco-btn {


    width: 89.3333333333vw;
    height: 17.0666666667vw;
    /* -webkit-box-shadow: 0px 1.3333333333vw 0px 0px #782017;
            box-shadow: 0px 1.3333333333vw 0px 0px #782017; */
    padding: 0 3.2vw;
    font-size: 4.2666666667vw;

    height: 8.5333333333vw;
    font-size: 3.4666666667vw;
    width: 89.3333333333vw;
    border: 0.2666666667vw #005a98 solid;
    padding: 0 3.2vw;
  }
}
.cp-acco-btn .cv-btn-txt {
  color: #005a98;
  margin: 0 auto;
  font-size: 26px;
  padding-left: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}


.toggle {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 24px;
  width: 24px;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .toggle {
    width: 4vw;
    height: 4vw;
    margin: auto 1.3333333333vw auto auto;
  }
}

.toggle span::before,
.toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 24px;
  height: 4px;
  vertical-align: middle;
  background: #3E8218;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .toggle span::before,
  .toggle span::after {
    width: 4vw;
    height: 0.5333333333vw;
  }
}

.toggle span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .toggle span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.is-open .toggle span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


@media screen and (max-width: 767px) {
  .cp-acco-btn .cv-btn-txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .cp-acco-btn:hover {
    background: #005a98;
    margin-bottom: 0;
    margin-top: 0;
  }
  .cp-acco-btn:hover .cv-btn-txt {
    color: #fff;
  }
  .cp-acco-btn:hover .toggle span::before,
  .cp-acco-btn:hover .toggle span::after {
    background: #fff;
  }
}
.cp-acco-btn .toggle {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cp-acco-btn .toggle {
    width: 4vw;
    height: 4vw;
    margin: auto 1.3333333333vw auto 0;
  }
}
.cp-acco-btn .toggle span::before,
.cp-acco-btn .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 20px;
  height: 3px;
  vertical-align: middle;
  background: #005a98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .cp-acco-btn .toggle span::before,
  .cp-acco-btn .toggle span::after {
    width: 4vw;
    height: 0.4vw;
  }
}

.cp-acco-cont {
  padding-bottom: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .cp-acco-cont {
    padding-bottom: 1.3333333333vw;
  }
}

.cp-txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 40px 0 24px;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cp-txt {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 0 3.2vw;
  }
}

.cp-prize {
  width: 670px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .cp-prize {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.cp-prize .notes {
  padding-top: 4px;
  font-size: 22px;
}


@media screen and (max-width: 767px) {
  .cp-prize .notes {
    font-size: calc(22/750 * 100vw);
  }
}


.cp-bottom-btn{
  background: #db1045;
  display: block;
  color: #fff;
  width: 666px;
  height: 126px;
  border-radius: 100px;
  margin: 16px auto 40px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-shadow: 0px 10px 0px 0px #8b0528;
  transition: 0.2s;
  position: relative;
}

@media (max-width: 767px) {
  .cp-bottom-btn{
    width: calc(666/750 * 100vw);
    height: calc(126/750 * 100vw);
    border-radius: 100px;
    margin: calc(16/750 * 100vw) auto calc(32/750 * 100vw);
    padding: 0 calc(32/750 * 100vw);
    box-shadow: 0px calc(10/750 * 100vw) 0px 0px #8b0528;
  }
}

.cp-bottom-btn:hover{
  opacity: 0.8;
}

.cv-top-txt{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cv-top-txt{
    font-size: calc(28/750 * 100vw);
  }
}
.cp-bottom-btn-txt-wrap{
  display: flex;
  align-items: center;
  padding-left: 1em;
  margin: 0 auto;
  letter-spacing: 0.08em;
}

.cp-bottom-btn-txt{
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .cp-bottom-btn-txt{
    font-size: calc(32/750 * 100vw);
  }
}

.cp-bottom-btn-txt .small{
  font-size: 20px;
}
@media (max-width: 767px) {
  .cp-bottom-txt .small{
    font-size: calc(20/750 * 100vw);
  }
}
.cp-bottom-btn .fa-solid{
  font-size: 32px;
}
@media (max-width: 767px) {
  .cp-bottom-btn .fa-solid{
    font-size: calc(32/750 * 100vw);
  }
}
.cp-bottom-btn-txt-zab{
  display: inline-block;
}
.cp-bottom-btn-txt-zab p{
  background: #fff;
  color: #8b0528;
  padding: 6px;
  line-height: 1;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .cp-bottom-btn-txt-zab p{
    font-size: calc(26/750 * 100vw);
  }
}

.txt-blue{
  color: #005a98;
}
