@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Shippori+Mincho:wght@400;500;700&display=swap");
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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.txt-big {
  font-size: 120%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .fs-pc14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp20 {
    font-size: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp24 {
    font-size: calc(24/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp26 {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp28 {
    font-size: calc(28/750 * 100vw);
  }
}

.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}

.w1024 {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .w1024 {
    width: 100%;
  }
}

.w1080 {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .w1080 {
    width: 100%;
  }
}

.w1100 {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .w1100 {
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .w1200 {
    width: 100%;
  }
}

.w1300 {
  width: 1300px;
}
@media screen and (max-width: 767px) {
  .w1300 {
    width: 100%;
  }
}

.w1400 {
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .w1400 {
    width: 100%;
  }
}

.w1600 {
  width: 1600px;
}
@media screen and (max-width: 767px) {
  .w1600 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc45per {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc50per {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc100per {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp45per {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp50per {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp85per {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp100per {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .h-pc50 {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .h-pc100 {
    height: 100px;
  }
}

.txt-pink {
  color: #EA6775;
}

.txt-red {
  color: #EA6775;
}

@media screen and (min-width: 768px) {
  .pt-pc10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp10 {
    padding-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp20 {
    padding-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp30 {
    padding-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp40 {
    padding-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp50 {
    padding-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp60 {
    padding-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp70 {
    padding-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp80 {
    padding-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp90 {
    padding-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp100 {
    padding-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc110 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp110 {
    padding-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp120 {
    padding-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc130 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp130 {
    padding-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc140 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp140 {
    padding-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc150 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp150 {
    padding-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc160 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp160 {
    padding-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc170 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp170 {
    padding-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp180 {
    padding-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc190 {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp190 {
    padding-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp200 {
    padding-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp10 {
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp20 {
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp30 {
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp50 {
    padding-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp60 {
    padding-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp70 {
    padding-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp80 {
    padding-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp90 {
    padding-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp100 {
    padding-bottom: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp110 {
    padding-bottom: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc120 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp120 {
    padding-bottom: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc130 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp130 {
    padding-bottom: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc140 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp140 {
    padding-bottom: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc150 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp150 {
    padding-bottom: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc160 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp160 {
    padding-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc170 {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp170 {
    padding-bottom: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc180 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp180 {
    padding-bottom: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc190 {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp190 {
    padding-bottom: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp200 {
    padding-bottom: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc10 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp10 {
    padding-left: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc20 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp20 {
    padding-left: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc30 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp30 {
    padding-left: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc40 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp40 {
    padding-left: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc50 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp50 {
    padding-left: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc60 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp60 {
    padding-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc70 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp70 {
    padding-left: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc80 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp80 {
    padding-left: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc90 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp90 {
    padding-left: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc100 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp100 {
    padding-left: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc10 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp10 {
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp20 {
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp30 {
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp40 {
    padding-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp50 {
    padding-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp60 {
    padding-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp70 {
    padding-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp80 {
    padding-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp90 {
    padding-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp100 {
    padding-right: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp10 {
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp20 {
    padding-top: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp30 {
    padding-top: calc(30/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plr-pc10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp10 {
    padding-left: calc(10/750 * 100vw);
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp20 {
    padding-left: calc(20/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp30 {
    padding-left: calc(30/750 * 100vw);
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-sp10 {
    padding: calc(10/750 * 100vw);
  }
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mta {
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mt-pc10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp10 {
    margin-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp30 {
    margin-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp40 {
    margin-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp60 {
    margin-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp70 {
    margin-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp100 {
    margin-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp110 {
    margin-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp120 {
    margin-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp130 {
    margin-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc140 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp140 {
    margin-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp150 {
    margin-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp160 {
    margin-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp170 {
    margin-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp180 {
    margin-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp190 {
    margin-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp200 {
    margin-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp10 {
    margin-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp20 {
    margin-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp30 {
    margin-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp50 {
    margin-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp60 {
    margin-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp70 {
    margin-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp80 {
    margin-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp90 {
    margin-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp100 {
    margin-bottom: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc110 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp110 {
    margin-bottom: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp120 {
    margin-bottom: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp130 {
    margin-bottom: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc140 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp140 {
    margin-bottom: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp150 {
    margin-bottom: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc160 {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp160 {
    margin-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc170 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp170 {
    margin-bottom: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp180 {
    margin-bottom: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc190 {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp190 {
    margin-bottom: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp200 {
    margin-bottom: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc10 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp10 {
    margin-left: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp20 {
    margin-left: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp30 {
    margin-left: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp40 {
    margin-left: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp50 {
    margin-left: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc60 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp60 {
    margin-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc70 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp70 {
    margin-left: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc80 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp80 {
    margin-left: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc90 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp90 {
    margin-left: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc100 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp100 {
    margin-left: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc10 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp10 {
    margin-right: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp20 {
    margin-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc30 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp30 {
    margin-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp40 {
    margin-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc50 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp50 {
    margin-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc60 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp60 {
    margin-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp70 {
    margin-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc80 {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp80 {
    margin-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc90 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp90 {
    margin-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp100 {
    margin-right: calc(100/750 * 100vw);
  }
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-j-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-al-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-alsl-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .flex-sp-clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.three-column-list-item {
  width: 29.9%;
  margin-right: 1.5%;
}
.three-column-list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .three-column-list-item {
    width: 100%;
  }
}

.four-column-list-item {
  width: 23.875%;
  margin-right: 1.5%;
}
.four-column-list-item:nth-child(4n) {
  margin-right: 0;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1A384D;
  font-weight: 400;
  line-height: 1.75;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 1.8;
  }
}

.btol-bace-c {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

div {
  font-size: 16px;
}

li {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: inline;
  text-decoration: none;
}

figure {
  line-height: 0;
}

.b-clear {
  background-color: rgba(255, 255, 255, 0.7);
}

.font-roboto {
  font-family: "Roboto";
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-ib {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc-ib {
    display: none;
  }
}

.sp-ib {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block;
  }
}

.pc-in {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.tab-in {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-in {
    display: inline;
  }
}

.sp-in {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

.bold {
  font-weight: bold;
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============================
slider
===================================================*/
.slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

.slider-item {
  width: 184px;
  margin-left: 20px;
}

.slider-item-img {
  width: 184px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .slider-item {
    width: calc(184/750 * 100vw);
    margin-left: calc(20/750 * 100vw);
  }

  .slider-item-img {
    width: calc(184/750 * 100vw);
    height: auto;
  }
}
/* ============================
zのタイトルエリア
===================================================*/
.z-heading-area {
  text-align: center;
}

.z-heading-ttl {
  font-weight: 700;
  letter-spacing: 0.102em;
}
@media screen and (min-width: 768px) {
  .z-heading-ttl {
    font-size: 36px;
  }
  .z-heading-ttl::after {
    width: 100px;
    height: 3px;
    margin: 13px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .z-heading-ttl {
    font-size: calc(42/750 * 100vw);
    line-height: 1.4;
  }
  .z-heading-ttl::after {
    width: 114px;
    height: 3px;
    margin: 15px auto 0;
  }
}

.z-heading-sub-ttl {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .z-heading-sub-ttl {
    font-size: calc(28/750 * 100vw);
    font-weight: bold;
  }
}

/*Floating
******************************************************/
.z-floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.z-floating.show {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.z-floating-container {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .z-floating-container {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

.z-floating-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .z-floating-btn-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .z-floating-btn {
    width: 700px;
    margin: auto;
    padding: 20px 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .z-floating-btn {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .z-floating-btn-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .z-floating-btn-list li {
    width: 100%;
  }
}

.z-flo-list-btn {
  position: relative;
  border-radius: 35px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  /* border-bottom: solid 3px #BF040A; */
  border-radius: 10px;
  background: #484848;
  transition: 0.4s;
}
.z-flo-list-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .z-flo-list-btn {
    width: 100%;
    height: 80px;
    padding: 14px 24px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .z-flo-list-btn {
    width: 100%;
    padding: 2.4vw 4.6vw 2.4vw 4.6vw;
    font-size: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.z-flo-list-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/info_material_cursor_z.png) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .z-flo-list-btn::after {
    right: 24px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .z-flo-list-btn::after {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .z-flo-list-btn-txt {
    font-size: 26px;
    margin: auto;
    line-height: 1;
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .z-flo-list-btn-txt {
    margin: auto;
    font-size: calc(30/750 * 100vw);
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .z-flo-list-btn-img {
    width: 188px;
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .z-flo-list-btn-img {
    width: 40%;
    height: 40%;
  }
}

/* ============================
z-header
===================================================*/
.z-header {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .z-header {
    height: 55px;
    min-width: 100%;
  }
}

.z-header-inner {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .z-header-inner {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: calc(10/750 * 100vw) calc(30/750 * 100vw);
  }
}

.z-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .z-header-logo {
    width: calc(240/750 * 100vw);
    height: auto;
    float: left;
  }
}

.z-header-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.z-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .z-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .z-header-info {
    width: 55%;
  }
}
.z-header-info .cv-btn {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .z-header-info .cv-btn {
    width: calc(400/750 * 100vw);
  }
}
.z-header-info .cv-btn-list {
  width: 360px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .z-header-info .cv-btn-list {
    width: calc(400/750 * 100vw);
  }
}
.z-header-info .cv-list-btn02 {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .z-header-info .cv-list-btn02 {
    width: calc(400/750 * 100vw);
    padding: 1.4vw 3.2vw 1.4vw 3.2vw;
  }
}
.z-header-info .cv-list-btn-txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .z-header-info .cv-list-btn-txt {
    font-size: calc(24/750 * 100vw);
  }
}

.z-header-btn {
  display: block;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .z-header-btn {
    width: 100%;
  }
}

.z-header-btn a {
  position: relative;
  border-radius: 4px;
  background: #484848;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 276px;
  height: 56px;
  padding: 7px 20px;
}
.z-header-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .z-header-btn a {
    width: 100%;
    height: auto;
    padding: 0px 0;
  }
}

.z-header-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  left: 20px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .z-header-btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 8.7vw;
    background-size: contain;
    left: 2vw;
    width: 3vw;
    height: 3vw;
  }
}

.z-header-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .z-header-btn a::after {
    margin-top: -4px;
    border-top: solid calc(4/750 * 100vw) #fff;
    border-right: solid calc(4/750 * 100vw) #fff;
    width: calc(10/750 * 100vw);
    height: calc(10/750 * 100vw);
    right: calc(18/750 * 100vw);
  }
}

.z-header-btn-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 18px;
  padding: 6px 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .z-header-btn-txt {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .z-header {
    min-width: 1000px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .z-header-logo {
    width: 45%;
    height: 71px;
  }
}

/* ============================
z-mv
===================================================*/
.z-mv {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .z-mv {
    min-width: 1000px;
    background: url(../img/mv.jpg) top center/1920px auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .z-mv {
    width: 100%;
    background: url(../img/mv_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

.z-mv-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .z-mv-inner {
    width: 1000px;
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .z-mv-inner {
    width: 100%;
    height: calc(746/750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

/* ============================
	Contact
  ===================================================*/
.cv {
  margin: auto;
  background-color: #F2F6F9;
}
@media screen and (min-width: 768px) {
  .cv {
    min-width: 1000px;
  }
}

.cv-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .cv-inner {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .cv-body {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cv-body {
    width: 100%;
    text-align: center;
  }
}

.cv-body-heading {
  color: #1A384D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cv-body-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cv-body-heading {
    font-size: calc(36/750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .contact-btn {
    width: 70%;
    padding: 20px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn {
    width: 100%;
    padding: 10px 20px 0;
  }
}

.cv-body-txt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cv-body-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cv-body-txt {
    font-size: calc(26/750 *100vw);
    text-align: center;
  }
}

.cv-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cv-btn-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.cv-list-btn {
  position: relative;
  border-radius: 30px;
  color: #1A384D;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FEF45D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 0 #feb85d;
          box-shadow: 0px 4px 0 #feb85d;
}
@media screen and (min-width: 768px) {
  .cv-list-btn {
    width: 600px;
    height: 60px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cv-list-btn {
    width: calc(600/750 *100vw);
    padding: 2.4vw 6.2vw 2.4vw 4.6vw;
  }
}
.cv-list-btn .arrow {
  width: 19px;
  height: 19px;
}

.cv-list-btn-txt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cv-list-btn-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cv-list-btn-txt {
    font-size: 4vw;
  }
}
.cv-list-btn-txt .zabton {
  background-color: #1A384D;
  color: #FEF45D;
  padding: 3px 10px 4px;
  margin: 0 6px;
  border-radius: 4px;
  line-height: 1.1;
  display: inline-block;
}

.cv-list-btn:hover {
  opacity: 0.7;
}


.cv-list-btn02 {
  position: relative;
  border-radius: 30px;
  color: #1A384D;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #d7d5dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 0 #feb85d;
          box-shadow: 0px 4px 0 #7f7f7f;
}
@media screen and (min-width: 768px) {
  .cv-list-btn02 {
    width: 600px;
    height: 60px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cv-list-btn02 {
    width: calc(600/750 *100vw);
    padding: 2.4vw 6.2vw 2.4vw 4.6vw;
  }
}
.cv-list-btn02 .arrow {
  width: 19px;
  height: 19px;
}

.cv-list-btn02:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .cv-btn {
    width: 70%;
    padding: 20px 0 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn {
    width: 100%;
    padding: 10px 20px 0;
  }
}

/* ============================
matter
===================================================*/
.matter {
  background-color: #CEE0E8;
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .matter {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .matter {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.matter-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .matter-inner {
    padding-top: calc(80/750 * 100vw);
    padding-bottom: calc(100/750 * 100vw);
    width: calc(670/750 * 100vw);
  }
}

.matter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .matter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.matter-ttl {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .matter-ttl {
    font-size: calc(42/750 * 100vw);
    padding-bottom: calc(50/750 * 100vw);
  }
}

.matter-box {
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 300px;
  min-height: 360px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .matter-box {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: calc(600/750 * 100vw);
    min-height: auto;
    margin: 0 auto calc(40/750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.matter-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .matter-box:last-child {
    margin: 0 auto calc(0/750 * 100vw);
  }
}

.matter-box-ttl {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .matter-box-ttl {
    margin-left: calc(30/750 * 100vw);
    margin-top: calc(40/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    font-weight: bold;
  }
}

.matter-list {
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .matter-list {
    margin-left: calc(30/750 * 100vw);
    margin-top: calc(10/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.matter-list-item {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .matter-list-item {
    font-size: calc(26/750 * 100vw);
  }
}

.matter-list-item::before {
  content: "・";
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .matter-list-item::before {
    content: "・";
    display: inline-block;
    width: 8px;
    height: 10px;
    padding-right: calc(8/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .matter-img-box {
    width: calc(600/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .matter-img-box img {
    width: calc(600/750 * 100vw);
  }
}

/* ============================
about
===================================================*/
.about {
  background: #E6F2F8;
}

.about-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about-inner {
    width: calc(670/750 * 100vw);
    padding: calc(100/750 * 100vw) 0;
  }
}
.about-inner .z-heading-area:after {
  content: "";
  display: block;
  background: #1A384D;
  width: 50px;
  height: 1px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .about-inner .z-heading-area:after {
    content: "";
    display: block;
    width: calc(60/750 * 100vw);
    height: calc(2/750 * 100vw);
    margin: calc(20/750 * 100vw) auto 0;
  }
}

.about-txt {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about-txt {
    padding: calc(60/750 * 100vw) 0 calc(40/750 * 100vw);
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.about-txt .txt-red {
  font-weight: bold;
}

.about-notes {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .about-notes {
    font-size: calc(20/750 * 100vw);
    text-align: left;
  }
}

.about-img {
  width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .about-img {
    margin: calc(40/750 * 100vw) auto 0;
    width: calc(670/750 * 100vw);
  }
}

/* ============================
point
===================================================*/
.point {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .point {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .point {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.point-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .point-inner {
    padding-top: calc(100/750 * 100vw);
    padding-bottom: calc(100/750 * 100vw);
    width: calc(670/750 * 100vw);
  }
}

.point-area {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .point-area {
    padding: 40px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .point-area {
    padding: 30px 0 0px;
  }
}

.point-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .point-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .point-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.point-body {
  height: auto;
}
@media screen and (min-width: 768px) {
  .point-body {
    width: 480px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .point-body {
    width: 100%;
    padding-top: calc(28/750 * 100vw);
  }
}

.point-num {
  font-family: Arial;
  color: #1A384D;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  padding-top: 0px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .point-num {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .point-num {
    font-size: calc(90/750 * 100vw);
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-weight: bold;
  }
}
.point-num .small {
  font-size: 40px;
}

.point-num-digit {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .point-num-digit {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .point-num-digit {
    font-size: 4.8vw;
  }
}

.point-ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .point-ttl {
    font-size: 28px;
    padding-top: 5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 767px) {
  .point-ttl {
    font-size: calc(34/750 * 100vw);
  }
}

.point-txt {
  margin-top: 5px;
  text-align: justify;
  line-height: 1.77;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .point-txt {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .point-txt {
    margin-top: calc(20/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
}

.point-img {
  content: "";
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .point-img {
    width: 480px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .point-img {
    width: calc(534/750 * 100vw);
    height: calc(320/750 * 100vw);
    font-size: 0;
  }
}

.point-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point-ttl-wrap .point-ttl {
  width: 390px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .point-ttl-wrap .point-ttl {
    width: calc(550/750 * 100vw);
    margin-left: calc(20/750 * 100vw);
  }
}

.point-ttl-icon {
  width: 84px;
  height: 84px;
  background: #EA6775;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 767px) {
  .point-ttl-icon {
    width: calc(100/750 * 100vw);
    height: calc(100/750 * 100vw);
  }
}
.point-ttl-icon p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point-ttl-icon p {
    font-size: calc(22/750 * 100vw);
    line-height: 1.2;
  }
}

.point-img-01 {
  background-image: url(../img/point_img01.jpg);
}

.point-img-02 {
  background-image: url(../img/point_img02.jpg);
}

.point-img-03 {
  background-image: url(../img/point_img03.jpg);
}

@media screen and (min-width: 768px) {
  .point-block:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .point-block:not(:last-child) {
    margin-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .z-order-01,
.z-order-03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .z-order-02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .z-order-01,
.z-order-02,
.z-order-03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .point-img-01::after,
.point-img-03::after {
    left: -10px;
  }
}

@media screen and (min-width: 768px) {
  .point-img-02::after {
    right: -10px;
  }
}

@media screen and (min-width: 768px) {
  .point-img-01,
.point-img-03 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .point-img-02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .point-img-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .point-img-01,
.point-img-02,
.point-img-03 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .point-num-img {
    width: calc(136/750 * 100vw);
    height: auto;
  }
}

.point-num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point-sub-ttl {
  background: #1A384D;
  padding: 6px 10px 9px;
  line-height: 1;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point-sub-ttl {
    width: auto;
    margin-top: 0px;
    padding: 6px 10px 6px;
  }
}
.point-sub-ttl p {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .point-sub-ttl p {
    font-size: calc(28/750 * 100vw);
  }
}

/* ============================
case
===================================================*/
.case {
  background-color: #C2D9E3;
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .case {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.case-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .case-inner {
    padding-top: calc(80/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
    width: 100%;
  }
}

.case-ttl-wrap {
  text-align: center;
}
.case-ttl-wrap h2 {
  display: inline-block;
  padding: 8px 102px 12px;
  background: #1A384D;
  border-radius: 30px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .case-ttl-wrap h2 {
    font-size: calc(36/750 * 100vw);
    padding: calc(20/750 * 100vw) calc(90/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .case-inner .z-heading-area {
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .case .container {
    width: 100%;
  }
}

.case-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-block {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .case-inner .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.case-box {
  width: 306px;
  min-height: 480px;
  background-color: #fff;
  border: solid #C6CED4 2px;
  border-radius: 10px;
  padding-bottom: 20px;
  margin: 0 20px 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .case-box {
    width: calc(600/750 * 100vw);
    min-height: calc(600/750 * 100vw);
    margin: calc(40/750 * 100vw) calc(60/750 * 100vw) 0;
  }
}

.case-box:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.case-box-ttl {
  background-color: #E6F2F8;
  color: #1A384D;
  padding: 20px 10px 16px;
  text-align: center;
  height: 104px;
  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;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .case-box-ttl {
    padding: calc(20/750 * 100vw) calc(10/750 * 100vw);
    height: calc(120/750 * 100vw);
  }
}
.case-box-ttl p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .case-box-ttl p {
    font-size: calc(32/750 * 100vw);
    line-height: 1.2;
  }
}

.case-list {
  padding: 20px 25px 0px;
}
@media screen and (max-width: 767px) {
  .case-list {
    padding: calc(40/750 * 100vw) calc(30/750 * 100vw) 0;
  }
}

.case-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .case-list-item {
    padding-bottom: calc(26/750 * 100vw);
  }
}

.case-list-item-head {
  text-align: center;
  border-radius: 20px;
  margin: auto 0;
  margin-right: 10px;
  background: #1A384D;
}
@media screen and (max-width: 767px) {
  .case-list-item-head {
    padding-right: 10px;
    width: calc(180/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
}
.case-list-item-head p {
  width: 100px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0px;
}
@media screen and (max-width: 767px) {
  .case-list-item-head p {
    width: calc(180/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    padding: 0;
  }
}

.case-txt-head {
  text-align: center;
  border-radius: 20px;
  margin: auto 0;
  margin-right: 10px;
  margin-bottom: 5px;
  border: #1A384D solid 1px;
  background: #fff;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .case-txt-head {
    width: calc(180/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
}
.case-txt-head p {
  width: 100px;
  font-size: 12px;
  color: #1A384D;
  font-weight: bold;
  padding: 4px 0px;
}
@media screen and (max-width: 767px) {
  .case-txt-head p {
    width: calc(180/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    padding: 0;
  }
}

.case-list-item-body {
  margin: auto 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .case-list-item-body {
    margin: auto 0;
    font-size: calc(26/750 * 100vw);
    font-weight: bold;
  }
}

.case-list-item01 .case-list-item-body span {
  font-size: 32px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .case-list-item01 .case-list-item-body span {
    font-size: calc(44/750 * 100vw);
  }
}

.case-txt-box {
  padding: 5px 25px 12px;
}
@media screen and (max-width: 767px) {
  .case-txt-box {
    padding: calc(20/750 * 100vw) calc(30/750 * 100vw) 0;
  }
}

.case-txt-ttl {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .case-txt-ttl {
    font-size: calc(26/750 * 100vw);
    padding-top: calc(20/750 * 100vw);
    letter-spacing: 0.1em;
  }
}

.case-txt {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .case-txt {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .slick-track {
    padding-top: calc(0/750 * 100vw);
    padding-bottom: calc(0/750 * 100vw);
  }
}

.case-slide-dots {
  text-align: center;
  margin: 20px auto 0px;
}

.case-slide-dots li {
  display: inline-block;
  margin: 0 10px;
}

.case-slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.case-slide-dots li button:before {
  content: "";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .case-slide-dots li button:before {
    width: calc(20/750 * 100vw);
    height: calc(20/750 * 100vw);
  }
}

.case-slide-dots li.slick-active button:before {
  background: #1A384D;
}

.slick-prev {
  position: absolute;
  left: -40px;
  top: 47%;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 40px;
  color: #1A384D;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-next {
  position: absolute;
  right: -40px;
  top: 47%;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 10px;
  }
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 40px;
  color: #1A384D;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ============================
flow
===================================================*/
.flow {
  background-color: #fff;
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .flow {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.flow-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flow-inner {
    padding-top: calc(90/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
    width: calc(670/750 * 100vw);
  }
}

.flow-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flow-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: calc(60/750 * 100vw);
  }
}

.flow-intro-txt {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .flow-intro-txt {
    padding-top: calc(30/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
}

.flow-block {
  width: 280px;
  border: solid #C6CED4 1px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-right: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow-block {
    width: calc(600/750 * 100vw);
    margin: 0 auto calc(80/750 * 100vw);
    padding: calc(40/750 * 100vw) calc(40/750 * 100vw);
  }
}

.flow-block:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flow-block:nth-child(3) {
    width: calc(600/750 * 100vw);
    margin: 0 auto calc(80/750 * 100vw);
    padding: calc(40/750 * 100vw) calc(40/750 * 100vw);
  }
}

.flow-block:nth-child(4),
.flow-block:nth-child(5) {
  width: 320px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .flow-block:nth-child(4),
.flow-block:nth-child(5) {
    width: calc(600/750 * 100vw);
    margin: 0 auto calc(80/750 * 100vw);
    padding: calc(40/750 * 100vw) calc(40/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .flow-block:last-child {
    margin: 0 calc(35/750 * 100vw) calc(0/750 * 100vw);
  }
}

.flow-block::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 30px;
  color: #4489CA;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: -33px;
}
@media screen and (max-width: 767px) {
  .flow-block::before {
    top: calc(-90/750 * 100vw);
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotateZ(90deg);
            transform: translate(-50%, 0%) rotateZ(90deg);
  }
}

.flow-block:first-child:before {
  content: none;
}

.flow-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(47%, #C6CED4), color-stop(52%, #C6CED4), color-stop(52%, transparent));
  background: linear-gradient(transparent 47%, #C6CED4 47%, #C6CED4 52%, transparent 52%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    width: 70%;
    margin: 0 auto;
  }
}

.flow-block:nth-child(4) .flow-ttl,
.flow-block:nth-child(5) .flow-ttl {
  width: 90%;
  margin: 0 auto;
}

.flow-ttl span {
  background: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .flow-ttl span {
    font-size: calc(30/750 * 100vw);
  }
}

.flow-sub-ttl {
  text-align: center;
  margin-top: 10px;
  height: 65px;
  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) {
  .flow-sub-ttl {
    padding-bottom: calc(10/750 * 100vw);
    height: auto;
    margin-top: 0;
  }
}
.flow-sub-ttl p {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1A384D;
}
@media screen and (max-width: 767px) {
  .flow-sub-ttl p {
    font-size: calc(30/750 * 100vw);
  }
}

.flow-img-box {
  width: 100%;
  height: 106px;
  margin: 15px auto 20px;
}
@media screen and (max-width: 767px) {
  .flow-img-box {
    width: 100%;
    height: calc(156/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.flow-img {
  margin: 0 auto;
  /* width: 50%; */
  height: 106px;
  display: block;
}
@media screen and (max-width: 767px) {
  .flow-img {
    height: calc(156/750 * 100vw);
  }
}

.flow-txt {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow-txt {
    font-size: calc(26/750 * 100vw);
  }
}
.flow-txt .inb {
  display: inline-block;
  color: #0082DC;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .flow-block:first-child:before {
    background: none;
  }
}

/* ============================
z-qa
===================================================*/
.z-qa {
  background-color: #C2D9E3;
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .z-qa {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .z-qa {
    position: relative;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: initial;
  }
}

.z-qa-inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .z-qa-inner {
    padding-top: calc(80/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
    width: calc(670/750 * 100vw);
  }
}

.z-qa-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .z-qa-area {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .z-qa-area {
    margin: calc(40/750 * 100vw) auto 0;
  }
}

.z-qa-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.z-box {
  border: solid 2px #E1E1E1;
}

.z-qa-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .z-qa-box {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.z-qa-box:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .z-qa-box:last-child {
    margin-bottom: calc(30/750 * 100vw);
  }
}

.z-qa-label {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.079em;
  line-height: 1.09;
}
@media screen and (min-width: 768px) {
  .z-qa-label {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .z-qa-label {
    font-size: 3.3vw;
  }
}

.z-qa-q {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 48px 20px 20px;
  border-top: solid 3px #E1E1E1;
  border-bottom: solid 3px #E1E1E1;
  position: relative;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .z-qa-q {
    padding: calc(25/750 * 100vw) calc(20/750 * 100vw);
  }
}

.z-qa-q .z-qa-head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  display: inline;
  padding-right: 10px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .z-qa-q .z-qa-head {
    padding-top: calc(10/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    line-height: 1;
  }
}

.z-qa-ac {
  display: none;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  background: #F2F6F9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.is-open .z-qa-ac {
  display: block;
}

.z-qa-ac-txt {
  padding: 20px 20px 20px 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .z-qa-ac-txt {
    font-size: calc(26/750 * 100vw);
    line-height: 1.6;
  }
}

.z-qa-ac-txt .inb {
  display: inline-block;
  color: #0082DC;
  text-decoration: underline;
}

.z-qa-ac-txt .z-qa-ac-head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  display: inline;
  padding-right: 28px;
  line-height: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .z-qa-ac-txt .z-qa-ac-head {
    font-size: calc(28/750 * 100vw);
    padding-right: calc(28/750 * 100vw);
    line-height: 1.8;
  }
}

.is-open.z-qa-check ~ .z-qa-ac {
  max-height: 20em;
}

.z-qa-toggle {
  position: absolute;
  right: 30px;
  border: 2px solid #222222;
  border-radius: 50%;
  display: block;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  .z-qa-toggle {
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .z-qa-toggle {
    width: 6vw;
    height: 6vw;
    right: calc(20/750 * 100vw);
  }
}

.z-qa-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  background: #222222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.z-qa-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 2px;
  background: #222222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.is-open .z-qa-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  .z-qa-q::before {
    margin-left: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .z-qa-q::before {
    margin-left: -2em;
  }
}

.z-qa-q .z-qa-contents {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .z-qa-q .z-qa-contents {
    font-size: calc(28/750 * 100vw);
    padding-right: calc(60/750 * 100vw);
  }
}

.z-qa-ac-txt .z-qa-ac-contents {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .z-qa-ac-txt .z-qa-ac-contents {
    font-size: calc(26/750 * 100vw);
  }
}

.z-qa-notes {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .z-qa-notes {
    font-size: calc(18/750 * 100vw);
  }
}

.contact-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding-top: calc(80/750 * 100vw);
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(670/750 * 100vw);
  }
}

.contact-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-ttl {
    font-size: calc(36/750 * 100vw);
  }
}

.contact-container {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .contact-container {
    width: 1000px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-container {
    width: 100%;
    padding: calc(50 / 750 * 100vw) 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 65px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-heading {
    display: block;
    padding: calc(65 / 750 * 100vw) 0;
  }
}
.contact-heading img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .contact-heading img {
    width: 480px;
    height: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-heading img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-heading-txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .contact-heading-txt {
    width: 480px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .contact-heading-txt {
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
  }
}
.contact-heading-txt-alpha {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .contact-heading-txt-alpha {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-heading-txt-alpha {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    text-align: center;
  }
}
.contact-heading-txt p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact-heading-txt p {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.footer-area {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-area {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-area {
    padding-bottom: 15vw;
  }
}

.footer-area-main {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer-area-main {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-area-main {
    width: 100%;
    margin: auto;
  }
}

.footer-area-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer-area-block {
    padding: calc(30/750 * 100vw) 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-area-txt {
  font-size: 16px;
  text-align: left;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer-area-txt {
    font-size: calc(20/750 * 100vw);
    text-align: center;
    margin-left: 0;
    padding-top: 0px;
  }
}

.footer-area-txt a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer-area-logo {
    width: 60%;
  }
}

.footer-area-bottom {
  width: 100%;
  border-top: #b1b1b1 1px solid;
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer-area-bottom {
    font-size: calc(20/750 * 100vw);
    padding-top: calc(20/750 * 100vw);
  }
}

.footer-area-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-area-bottom-list {
    width: 90%;
  }
}

.footer-area-bottom-list-item {
  width: 130px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-area-bottom-list-item {
    width: 25%;
    font-size: calc(20/750 * 100vw);
  }
}