@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
html,
body,
div,
header,
footer,
article,
section,
aside,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

.clear,
div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}
body {
  font-family: "M PLUS 1p", sans-serif;
  color: #001046;
  font-weight: 500;
  letter-spacing: 0.06em;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

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

html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

p,
a,
td,
th {
  font-size: 18px;
  line-height: 1.5em;
  word-break: normal;
  color: #001046;
}
@media only screen and (max-width: 640px) {
  p,
  a,
  td,
  th {
    font-size: 14px;
    line-height: 1.6em;
  }
}

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

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
.link:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}
@media only screen and (max-width: 640px) {
  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.tel_link {
  cursor: text;
}
.tel_link:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.font_b {
  font-weight: bold;
}

.font_c_f {
  color: #fff;
}

.font_s {
  font-size: 0.9rem;
}

.txt_j {
  text-align: justify;
}

.txt_c {
  text-align: center;
}

.bk_grn {
  background: #50a549;
}

.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc_tab {
  display: block !important;
}

.tab_sp {
  display: none !important;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: block !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}
.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  p,
  a {
    padding-top: 2px;
  }
}
input[type="checkbox"]::-ms-check {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@-webkit-keyframes keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(550%);
    transform: translateX(550%);
  }
}
@keyframes keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(550%);
    transform: translateX(550%);
  }
}
@-webkit-keyframes keyframes02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
}
@keyframes keyframes02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
}
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc_tab {
  display: block !important;
}

.tab_sp {
  display: none !important;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: block !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}
.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  p,
  a {
    margin-top: 2px;
  }
}

@font-face {
  font-display: swap;
  font-family: "MPLUS1pExtraBold";
  src:
    url("../fonts/MPLUS1p-ExtraBold.woff2") format("woff2"),
    url("../fonts/MPLUS1p-ExtraBold.woff") format("woff");
  font-weight: 900;
}
html {
  font-size: 0.6944444444vw;
}
html .p-contact {
  font-size: 14px;
}
body {
  font-size: 1.6rem;
}
.hero {
  padding-top: 2rem;
  padding-bottom: 3.3rem;
  background: #3aaad3;
  font-family: "MPLUS1pExtraBold", sans-serif;
  .container {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .logo {
    margin: 0 auto 0.8rem;
    width: 32.2rem;
  }
  .heading {
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 4.6rem;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1;
    .txt-lg {
      font-size: calc(62 / 46 * 100%);
    }
    &::before,
    &::after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 4.2rem;
      height: 5.7rem;
      top: 50%;
      transform: translateY(-40%);
    }
    &::before {
      background: url(../images/ico_backslash.svg) no-repeat;
      background-size: cover;
      left: 1.7rem;
    }
    &::after {
      background: url(../images/ico_slash.svg) no-repeat;
      background-size: cover;
      right: 1.7rem;
    }
  }
  .catch {
    margin-left: 1.3rem;
    position: relative;
    width: calc(653 / 926 * 100%);
  }
  .catch--bg {
    width: 100%;
  }
  .catch--main {
    position: absolute;
    top: 1.8rem;
    left: 3.5rem;
    font-size: 9.2rem;
    color: #ed7b09;
    .txt-lg {
      margin-left: 1.5rem;
      font-size: calc(110 / 92 * 100%);
      line-height: 1.3;
    }
  }
  .catch--sub {
    position: absolute;
    top: 14.6rem;
    left: 3.5rem;
    font-size: 5.2rem;
    color: #000;
    line-height: 1.3;
  }
  .list {
    display: flex;
    position: relative;
    z-index: 2;
    .item {
      margin-left: 0.6rem;
      background: #ed7b09;
      width: 14.2rem;
      height: 14.2rem;
      border-radius: 50%;
      text-align: center;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .item--heading {
      margin-top: 3rem;
      font-size: 1.6rem;
      color: #fff;
      line-height: 1.1;
      letter-spacing: 0.05em;
    }
    .item--body {
      margin-bottom: 0.5rem;
      color: #ffff00;
      font-size: 4rem;
      line-height: 1;
      .item--num {
        font-size: 5.3rem;
      }
    }
    .item--note {
      font-size: 1rem;
      color: #ffff00;
      line-height: 1;
    }
  }
}
.note--box {
  max-width: 360px;
  margin: 0 auto 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.note--item {
  font-size: 10px;
  color: #666;
}
@media only screen and (min-width: 641px) {
  .hero {
    .container {
      max-width: calc(92.6rem + 4rem);
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .hero--img {
      position: absolute;
      right: 1.2rem;
      bottom: -0.5rem;
      width: calc(524 / 926 * 100%);
    }
  }
}
@media only screen and (max-width: 640px) {
  html {
    /* font-size: 2.5445292621vw; */
    font-size: 2.244529vw;
  }
  .hero {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    .container {
      max-width: 100%;
    }
    .logo {
      margin: 0 auto 0.5rem;
      width: 17.1rem;
    }
    .heading {
      margin-bottom: 0.8rem;
      font-size: 2.7rem;
      line-height: 1.1;
      letter-spacing: 0;
      .txt-lg {
        font-size: calc(35 / 27 * 100%);
      }
      &::before,
      &::after {
        width: 4rem;
        height: 8.2rem;
        transform: translateY(-42%);
      }
      &::before {
        background: url(../images/ico_backslash_sp.svg) no-repeat;
        left: 1rem;
      }
      &::after {
        background: url(../images/ico_slash_sp.svg) no-repeat;
        right: 0.8rem;
      }
    }
    .catch {
      margin-left: 0;
      width: 100%;
      padding-left: 0.7rem;
      padding-right: 0.7rem;
    }
    .catch--main {
      font-size: 5.3rem;
      top: 0.6rem;
      left: 3.1rem;
      .txt-lg {
        margin-left: 0;
        font-size: calc(62 / 53 * 100%);
        line-height: 1.4;
      }
    }
    .catch--sub {
      font-size: 2.6rem;
      top: 8.6rem;
      left: 3.5rem;
      line-height: 1.2;
      letter-spacing: 0.01em;
    }
    .hero--img {
      position: relative;
      width: calc(100% - 0.5rem);
      margin-top: -9rem;
      margin-left: 0.5rem;
      z-index: 1;
    }
    .list {
      margin-top: -2.5rem;
      justify-content: center;
      .item {
        margin-left: 0.5rem;
        width: 11.8rem;
        height: 11.8rem;
      }
      .item--heading {
        margin-top: 2.1rem;
        font-size: 1.4rem;
        line-height: 1.15;
        letter-spacing: 0.02em;
      }
      .item--body {
        margin-bottom: 0.6rem;
        font-size: 3.3rem;
        line-height: 0.9;
        .item--num {
          font-size: 4.4rem;
        }
      }
      .item--note {
        font-size: 0.7rem;
      }
    }
  }
}
