@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'メイリオ', 'sans-serif';
}

h1, h2, h3, h4, h5, h6, ul, li, ol {
  line-height: 1.5em;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #fff;
}

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

.container {
  width: 90%;
  max-width: 1180px;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.container.pad30 {
  padding: 80px 120px;
}

.container.pad30 p {
  line-height: 1.5em;
}

li {
  list-style: none;
}

p {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding: 0;
}

p.tableNext {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}

a {
  color: #fff;
  text-decoration: none;
}

main {
  background: #151515;
  overflow-x: hidden;
}

main#main {
  background: #151515;
}

.tr {
  text-align: right;
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #ffe66d));
  background: -webkit-linear-gradient(transparent 60%, #ffe66d 0);
  background: linear-gradient(transparent 60%, #ffe66d 0);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.spa-be {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.spa-aro {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.ju-ce {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.fle-sta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.fle-en {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col-2 {
  width: 45%;
}

.col-7 {
  width: 60%;
}

.col-2-4 {
  width: 40%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.fle-wra {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.center {
  text-align: center;
}

img {
  max-width: 100%;
}

.mt24 {
  margin-top: 24px;
}

.mt120 {
  margin-top: 120px;
}

.text-under {
  text-decoration: underline;
}

iframe {
  width: 100%;
}

.head-main {
  background: url("../images/main.png");
  height: 42vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.head-main .container {
  height: calc(100% - 86px);
  position: relative;
}

.head-main .container .head-title.poa {
  position: absolute;
  width: 35%;
  left: 12.5%;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 43px));
          transform: translateY(calc(-50% - 43px));
}

.header {
  height: 86px;
}

.header .container {
  padding: 0 32px;
  height: 100%;
}

.header .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header {
  padding: 0;
  margin: 0;
  height: 86px;
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#ruleHead {
  background: #151515;
}

header#head {
  opacity: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}

header#head.smaller {
  height: 86px;
  opacity: 1;
  background: #151515;
}

header .container {
  width: 1200px;
}

header .header-left {
  width: 200px;
  text-align: left;
  height: 100%;
}

header .header-right {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header-right nav {
  height: 86px;
}

header .header-right nav ul {
  height: 86px;
  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;
  background-color: transparent;
  margin: 0;
}

header .header-right nav ul a {
  height: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 46px;
}

header .header-right nav ul a:first-child {
  border: none;
}

header .header-right nav ul a:last-child {
  border: none;
}

header .header-right nav ul a > p {
  white-space: nowrap;
}

header .header-right nav ul li {
  margin: 0;
  color: #000;
  text-decoration: none;
  color: #fff;
  width: auto;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}

header .header-right nav ul p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2rem;
  font-family: 'source-han-sans-japanese', 'sans-serif';
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

header .header-right nav ul p .big {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}

header .header-right nav ul:first-child li {
  border-left: none;
}

header .header-right nav ul:last-child li {
  border-right: none;
}

header .header-right a .link-btn {
  font-size: 20px;
  font-family: 'Hiragino Kaku Gothic ProN';
  color: #424242;
  background: #fff;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  margin-left: 25px;
}

.center-logo {
  width: 300px;
  margin: 124px auto 0;
}

section.introduction {
  padding: 80px 124px 0;
}

section.introduction h1 {
  margin-bottom: 40px;
  line-height: 38px;
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: 'Noto Sans JP', 'sans-serif';
}

section.introduction .title p {
  width: 734px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}

section.flow {
  padding-bottom: 124px;
}

section.flow h2 {
  padding: 0;
  font-size: 30px;
  color: #fff;
  font-family: 'Noto Sans JP', 'sans-serif';
  margin-bottom: 28px;
  text-align: center;
}

section.flow .container {
  padding: 0;
}

section.flow .container .row-cen {
  width: calc(100% - 450px);
  margin: 0 auto;
}

section.flow .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 147px;
  margin: 72px 0 0;
}

section.flow .container .row.mt0 {
  margin-top: 0;
}

section.flow .container .row .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #e6e6e6;
  content: "";
}

section.flow .container .row .col-3 {
  width: 33%;
  height: 450px;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e6e6e6;
  padding: 0 10px;
}

section.flow .container .row .col-3 * {
  margin-top: 20px;
}

section.flow .container .row .col-3 .box {
  margin-top: 0;
}

section.flow .container .row .col-3 .circle {
  width: 100px;
}

section.flow .container .row .col-3 p {
  color: #424242;
  font-size: 15px;
}

section.flow .container .row .col-3 h3 {
  width: 100%;
}

section.flow .container .row .col-3 h3 img {
  margin-top: 0;
  max-width: 100%;
}

section.flow p.center {
  font-size: 15px;
}

section.plan {
  padding-top: 124px;
  background: #323c4e;
  padding-bottom: 124px;
}

section.plan .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

section.feature {
  padding-top: 124px;
  padding-bottom: 124px;
  overflow-x: visible;
}

section.feature .section-title {
  color: #fff;
  font-size: 34px;
  font-family: 'Noto Sans JP', 'sans-serif';
  line-height: 39px;
}

section.feature .section-title .five {
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  font-family: 'Arial';
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

section.feature .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px 0;
}

section.feature .row .feature-box {
  max-width: 380px;
  width: 40%;
  margin-left: 75px;
  margin-right: 75px;
  height: 660px;
}

section.feature .row .feature-box .scale19 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1.93) translate(-5%, -35px);
          transform: scale(1.93) translate(-5%, -35px);
}

section.feature .row .feature-box h3 {
  margin: 20px 0;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W6';
  font-size: 18px;
}

section.secondcont .pagetit {
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

section.secondcont h2 {
  font-size: 24px;
  margin-bottom: 80px;
  font-weight: bold;
}

section.secondcont h2.top, section.secondcont h3 {
  font-size: 20px;
  margin: 40px 0 10px 0;
}

section.secondcont p {
  margin-bottom: 10px;
}

section.secondcont ul li {
  font-size: 17px;
  line-height: 1.3;
  padding-bottom: 10px;
}

section.secondcont dl {
  margin: 0;
  padding: 0;
}

section.secondcont dl dt {
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}

section.secondcont dl dt:first-child {
  margin-top: 0px;
}

section.secondcont dl dd {
  margin-left: 1em;
  margin-bottom: 10px;
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
  /*				ol.numlist{
					margin-left: 0;
				}*/
}

section.secondcont ol.numlist {
  list-style: decimal;
  margin: 10px 0 15px 2.5em;
  padding: 0;
}

section.secondcont ol.numlist li {
  list-style: decimal;
  padding: 0 0 10px 10px;
}

section.secondcont ol.numlist li:last-child {
  padding-bottom: 0;
}

section.secondcont .container > ol.numlist li {
  padding-bottom: 20px;
}

section.secondcont .container > ol.numlist li:last-child {
  padding-bottom: 0;
}

.tar {
  text-align: right;
}

.tar iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.sub-title {
  font-family: 'ff-avance-pro', '游ゴシック';
  font-size: 13px;
}

.section-title {
  font-family: 'ff-avance-pro';
  position: relative;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
}

.section-title .poa {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 3px;
  content: "";
  background: #e2f1af;
}

.sp {
  display: none;
}

.table {
  width: 400px;
  max-width: 90%;
  margin: 72px auto 32px;
  color: #fff;
}

.table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #fff;
  padding: 10px 5px;
  margin-bottom: 8px;
}

.table .row p {
  font-size: 18px;
}

.table .row p.tr {
  width: 40%;
  text-align: right;
}

.table .row p.tl {
  width: 60%;
  text-align: left;
}

.table .row p.tl span {
  font-size: 85%;
}

footer {
  padding: 56px 0 0;
  background: #cccccc;
}

footer .container {
  padding-top: 0;
  margin-top: 0;
}

footer .container .footer-title {
  text-align: center;
}

footer .container .footer-title img {
  width: 176px;
  max-width: 100%;
  margin: 0 auto;
}

footer .row {
  padding-top: 40px;
  padding-bottom: 64px;
}

footer .row .col-2 {
  width: 50%;
}

footer .row .col-2 .description {
  width: 436px;
  margin: 28px auto;
}

footer .row .col-2 .description dl {
  margin: 0;
  padding: 0;
  color: #424242;
}

footer .row .col-2 .description dl dt, footer .row .col-2 .description dl dd {
  margin: 0;
}

footer .row .col-2 .description dl dt {
  line-height: 1.05;
  font-family: 'Arial';
  font-weight: bold;
}

footer .row .col-2 .description dl.acc dt {
  font-size: 20px;
}

footer .row .col-2 .description dl.acc dt::after {
  content: '';
  display: block;
  border-bottom: solid 4px #424242;
  width: 100px;
  margin: 8px 0;
}

footer .row .col-2 .description dl.time dt {
  font-size: 16px;
}

footer .row .col-2 .description dl.time dt::after {
  content: '';
  display: block;
  border-bottom: solid 4px #424242;
  width: 75px;
  margin: 8px 0;
}

footer .row .col-2 .description dl dd {
  line-height: 1.3;
  margin-bottom: 25px;
}

footer .row .col-2 .description dl.acc dd {
  font-size: 20px;
}

footer .row .col-2 .description dl.time dd {
  font-size: 16px;
}

footer .row .col-2 .description a[href^="tel:"] {
  pointer-events: none;
}

footer .row .col-2 .description img {
  margin-bottom: 28px;
}

footer .row .col-2 .description img.tel {
  width: 402px;
  padding-top: 28px;
  margin-bottom: 20px;
}

footer .row .col-2 .description img.access {
  width: 436px;
}

footer .row .col-2 .description img.time {
  width: 319px;
}

footer .row .col-2 .button {
  width: 180px;
  height: 50px;
  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;
  color: #fff;
  font-size: 21px;
  background: #424242;
  border-radius: 25px;
  margin: 0 auto 28px;
}

footer .row .col-2 .map {
  width: 90%;
  margin-left: auto;
}

footer .foot-info {
  background: #000;
  padding: 13px 0;
}

footer .foot-info .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

footer .foot-info .container .row p {
  color: #9c9d9d;
  font-size: 9px;
}

footer .foot-info .container .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .foot-info .container .row ul li {
  padding: 0 20px;
  border-left: 1px solid #9c9d9d;
  font-size: 9px;
}

footer .foot-info .container .row ul li a {
  color: #9c9d9d;
}

footer .foot-info .container .row ul li:first-child {
  border-left: none;
}

footer.second {
  background-color: #151515;
}

@media (max-width: 980px) {
  header {
    border: none;
  }
  header.header {
    padding: 15px 0 0;
    margin: 0;
    height: auto;
    background: transparent;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.header .header-left {
    width: 40%;
    text-align: left;
    height: 100%;
  }
  header.header .header-right {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40%;
  }
  header.header .header-right a {
    width: 85%;
  }
  header.header .header-right a .link-btn {
    font-size: 3.4vw;
    font-family: 'Hiragino Kaku Gothic ProN';
    color: #424242;
    background: #fff;
    height: 8.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33vw;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    margin-left: 0;
  }
  header.header .header-right nav {
    height: 64px;
  }
  header.header .header-right nav ul {
    height: 64px;
    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;
    background-color: transparent;
    margin: 0;
  }
  header.header .header-right nav ul a {
    height: 86px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 46px;
  }
  header.header .header-right nav ul a:first-child {
    border: none;
  }
  header.header .header-right nav ul a:last-child {
    border: none;
  }
  header.header .header-right nav ul li {
    margin: 0;
    color: #000;
    text-decoration: none;
    color: #fff;
    width: auto;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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;
  }
  header.header .header-right nav ul p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2rem;
    font-family: 'source-han-sans-japanese', 'sans-serif';
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  header.header .header-right nav ul p .big {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
  }
  header.header .header-right nav ul:first-child li {
    border-left: none;
  }
  header.header .header-right nav ul:last-child li {
    border-right: none;
  }
  .sp {
    display: block;
  }
  .sp .nav.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .sp .nav.row a {
    width: 50%;
    padding: 10px;
    border: 1px solid #fff;
  }
  .sp .nav.row a .col-2 {
    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;
    width: 100%;
  }
  .sp .nav.row a .col-2 p {
    color: #fff;
  }
  .pc {
    display: none;
  }
  p {
    font-size: 3.9vw;
    line-height: 5.8vw;
  }
  p.tableNext {
    width: 90%;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 3.86vw;
  }
  main {
    width: 100%;
  }
  section.introduction {
    padding: 0;
  }
  section.introduction h1 {
    margin-bottom: 40px;
    line-height: 7.5vw;
    font-size: 5.8vw;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: 'Noto Sans JP', 'sans-serif';
  }
  section.introduction .title p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 4vw;
    line-height: 7vw;
  }
  section.feature {
    padding-top: 16vw;
    padding-bottom: 16vw;
    overflow-x: visible;
  }
  section.feature .section-title {
    color: #fff;
    font-size: 6.5vw;
    font-family: 'Noto Sans JP', 'sans-serif';
    line-height: 13vw;
  }
  section.feature .section-title .five {
    font-size: 14vw;
    font-weight: bold;
    font-style: italic;
    font-family: 'Arial';
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
  }
  section.feature .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.feature .row .feature-box {
    max-width: 100%;
    width: 100%;
    margin: 8.5vw 0;
    height: auto;
  }
  section.feature .row .feature-box img {
    width: 100%;
  }
  section.feature .row .feature-box.sp {
    margin: 16vw 0;
  }
  section.feature .row .feature-box.sp img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  section.feature .row .feature-box p {
    font-size: 3.73vw;
    line-height: 5.86vw;
  }
  section.feature .row .feature-box .scale19 {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1.93) translate(-5%, -64px);
            transform: scale(1.93) translate(-5%, -64px);
  }
  section.feature .row .feature-box h3 {
    margin: 6.5vw 0;
    text-align: center;
    font-family: 'ヒラギノ角ゴ Pro W6';
    font-size: 5.3vw;
  }
  section.flow {
    padding-bottom: 16vw;
  }
  section.flow h2 {
    padding: 0;
    font-size: 7.5vw;
    color: #fff;
    font-family: 'Noto Sans JP', 'sans-serif';
    margin-bottom: 28px;
    text-align: center;
  }
  section.flow .container {
    padding: 0;
  }
  section.flow .container .row-cen {
    display: none;
  }
  section.flow .container .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 8.53vw 0 0;
  }
  section.flow .container .row.mt0 {
    margin-top: 0;
  }
  section.flow .container .row .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #e6e6e6;
    content: "";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  section.flow .container .row .col-3 {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #e6e6e6;
    padding: 2.13vw;
    margin: 5.73vw 0;
  }
  section.flow .container .row .col-3:first-child {
    margin-top: 0;
  }
  section.flow .container .row .col-3 * {
    margin-top: 0;
  }
  section.flow .container .row .col-3 p {
    color: #424242;
    font-size: 3.2vw;
    padding-left: 2.66vw;
    padding-top: 2.66vw;
    line-height: 4.13vw;
  }
  section.flow .container .row .col-3 h3 {
    width: 100%;
    line-height: 0;
  }
  section.flow .container .row .col-3 h3 img {
    margin-top: 0;
    max-width: 100%;
  }
  section.flow .container .row .col-3.first img {
    width: 29.3vw;
  }
  section.flow .container .row .col-3.second img {
    width: 48.4vw;
  }
  section.flow .container .row .col-3.third img {
    width: 62.13vw;
  }
  section.flow .container .row .col-3.fourth img {
    width: 62.13vw;
  }
  section.flow .container .row .col-3.fifth img {
    width: 52vw;
  }
  section.flow .container .row .col-3.sixth img {
    width: 58.4;
  }
  section.flow .container .row .col-3 img.circle {
    width: 20vw;
    margin-right: 2.13vw;
  }
  section.flow p.center {
    font-size: 3.99vw;
  }
  section.plan {
    padding-top: 16vw;
    padding-bottom: 16vw;
    background: #323c4e;
  }
  section.plan .section-title {
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin-bottom: 8.53vw;
  }
  section.secondcont h2 {
    font-size: 5vw;
  }
  section.secondcont h3 {
    font-size: 4vw;
  }
  section.secondcont ol.numlist {
    margin-left: 20px;
    margin-bottom: 2em;
    padding-left: 0;
  }
  section.secondcont ol.numlist ol.numlist {
    margin-left: 1em;
    margin-bottom: 0;
  }
  .head-main {
    background: url("../images/sp-main.png");
    height: 106vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .head-main .container {
    height: calc(100% - 64px);
    position: relative;
  }
  .head-main .container .head-title.poa {
    position: absolute;
    width: 63%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 32px));
            transform: translateY(calc(-50% - 32px));
  }
  .center-logo {
    width: 50%;
    text-align: center;
    margin: 16vw auto 0;
  }
  .table {
    width: 90%;
    margin: 8.53vw auto;
    color: #fff;
  }
  footer {
    padding: 16vw 0 0;
    background: #cccccc;
  }
  footer .container {
    padding-top: 0;
    margin-top: 0;
  }
  footer .container .footer-title {
    text-align: center;
  }
  footer .container .footer-title img {
    width: 37.47vw;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .row {
    padding-top: 8.53vw;
    padding-bottom: 8.53vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .row .col-2 {
    width: 100%;
  }
  footer .row .col-2 .description {
    width: 100%;
    margin: 8.53vw auto;
  }
  footer .row .col-2 .description .sp-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*						img {
							&.access {
								width: 100%;
							}
							&.time {
								width: 72%;
							}
						}*/
  }
  footer .row .col-2 .description img {
    width: 100%;
    margin-bottom: 28px;
  }
  footer .row .col-2 .description img.tel {
    padding-top: 0;
    width: 76vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  footer .row .col-2 .description dl.acc dt {
    font-size: 4.5vw;
  }
  footer .row .col-2 .description dl.time dt {
    font-size: 3.5vw;
  }
  footer .row .col-2 .description dl.acc dd {
    font-size: 3.5vw;
  }
  footer .row .col-2 .description dl.time dd {
    font-size: 3vw;
  }
  footer .row .col-2 .button {
    width: 180px;
    height: 50px;
    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;
    color: #fff;
    font-size: 21px;
    background: #424242;
    border-radius: 25px;
    margin: 3.73vw auto 8.53vw;
  }
  footer .row .col-2 .map {
    width: 100%;
    margin-left: auto;
  }
  footer .foot-info {
    background: #000;
    padding: 0;
  }
  footer .foot-info .container {
    width: 100%;
    max-width: 100%;
  }
  footer .foot-info .container .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  footer .foot-info .container .row p {
    color: #9c9d9d;
    font-size: 2.93vw;
    padding: 5.73vw;
  }
  footer .foot-info .container .row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  footer .foot-info .container .row ul li {
    border-left: none;
    font-size: 2.39vw;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #9c9d9d;
    padding: 3.2vw;
  }
  footer .foot-info .container .row ul li a {
    color: #9c9d9d;
  }
  footer .foot-info .container .row ul li:first-child {
    border-left: none;
  }
  .container.pad30 {
    padding: 80px 0 0;
  }
  .header .container {
    padding: 0;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  header {
    padding: 0;
    margin: 0;
    height: 86px;
    background: transparent;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .container {
    width: 1200px;
  }
  header .header-left {
    width: 200px;
    text-align: left;
    height: 100%;
  }
  header .header-right {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header-right nav {
    height: 86px;
  }
  header .header-right nav ul {
    height: 86px;
    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;
    background-color: transparent;
    margin: 0;
  }
  header .header-right nav ul a {
    height: 86px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 2.5vw;
  }
  header .header-right nav ul a:first-child {
    border: none;
  }
  header .header-right nav ul a:last-child {
    border: none;
  }
  header .header-right nav ul li {
    margin: 0;
    color: #000;
    text-decoration: none;
    color: #fff;
    width: auto;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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;
  }
  header .header-right nav ul p {
    margin: 0;
    font-size: 1.4vw;
    line-height: 1.2rem;
    font-family: 'source-han-sans-japanese', 'sans-serif';
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  header .header-right nav ul p .big {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
  }
  header .header-right nav ul:first-child li {
    border-left: none;
  }
  header .header-right nav ul:last-child li {
    border-right: none;
  }
  header .header-right a .link-btn {
    font-size: 20px;
    font-family: 'Hiragino Kaku Gothic ProN';
    color: #424242;
    background: #fff;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    margin-left: 25px;
  }
  section.flow .container .row .col-3 {
    height: 490px;
  }
  section.feature .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.feature .row .feature-box {
    height: inherit;
    min-height: 480px;
  }
  section.feature .row .box1 {
    height: 680px;
  }
  section.feature .row .box2 {
    height: 510px;
  }
  section.feature .row .box3 {
    height: 580px;
  }
  section.feature .row .box4 {
    height: 710px;
  }
  section.feature .row .box5 {
    height: 710px;
    margin-bottom: 100px;
  }
  footer .row .col-2 .description {
    margin: 28px 0;
    padding-left: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
