@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
/* ********************************************************
	共通初期化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;
  }
}

html {
  font-size: 0.6944444444vw;
}
html .p-contact {
  font-size: 14px;
}
body {
  font-size: 1.6rem;
}
.hero {
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  background: linear-gradient(
    90deg,
    #d9eeff 0%,
    #d9eeff 57.4%,
    #202b66 57.5%,
    #202b66 100%
  );
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  .container {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .logo {
    width: 22.3rem;
    margin-bottom: 1.8rem;
  }
  .heading {
    color: #202b66;
    background: url(../images/bg_bubble.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: 900;
  }
  .catch {
    font-size: 10rem;
    color: #202b66;
    line-height: 1.12;
    letter-spacing: 0.03em;
    margin-bottom: 1.6rem;
    .txt-sm {
      font-size: 4.9rem;
      margin-left: 1.1rem;
      color: #000000;
    }
    .txt-xl {
      font-size: 60%;
      letter-spacing: -0.045em;
    }
  }
  .hero--img {
    position: absolute;
    right: 2rem;
    bottom: -1.4rem;
    width: calc(317 / 752 * 100%);
  }
  .list {
    display: flex;
    position: relative;
    z-index: 2;
    .item {
      position: relative;
      margin-right: 1.4rem;
      background: url(../images/bg_hexagon.png) no-repeat;
      background-size: cover;
      width: 19rem;
      height: 23.7rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .item--heading {
      font-size: 2.4rem;
      /*line-height: 1.15;*/
      color: #000000;
      /*margin-bottom: -2rem;*/
      font-weight: 700;
    }
    .item--body {
      position: relative;
      font-size: 3.5rem;
      line-height: 1.35;
      color: #202b66;
    }
    .item--body .txt-sm {
      font-size: 5.3rem;
      color: #202b66;
    }

    .item--footer {
      font-size: 2.4rem;
      color: #000000;
      font-weight: 700;
    }
    .item-1 .item--body {
      line-height: 1.1;
    }
    .item--note {
      position: absolute;
      right: 2.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1rem;
      color: #b9914c;
    }
  }
}
.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) {
  .show_sp {
    display: none;
  }
  .hero {
    .container {
      max-width: calc(75.2rem + 4rem);
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 2.5445292621vw;
  }
  .hero {
    padding: 1.5rem;
    background: linear-gradient(
      90deg,
      #d9eeff 0%,
      #d9eeff 66.4%,
      #202b66 66.5%,
      #202b66 100%
    );
    .container {
      max-width: 100%;
    }
    .logo {
      width: 17.4rem;
      margin-bottom: 0.2rem;
    }
    .catch {
      font-size: 8.2rem;
      letter-spacing: 0;
      margin-left: -0.7rem;
      line-height: 1.21;
      margin-bottom: 5rem;
      .txt-sm {
        font-size: 4.5rem;
        display: block;
        height: 0;
        margin-top: 0rem;
        margin-left: 0;
      }
    }
    .hero--img {
      top: -3.2rem;
      right: -1.5rem;
      width: calc(370 / 802 * 100%);
    }
    .list {
      justify-content: space-between;
      .item {
        margin-right: 0;
        width: 11.6rem;
        height: 14.4rem;
        background-size: contain;
      }
      .item--heading {
        font-size: 1.8rem;
        line-height: 1.3;
        /*margin-bottom: -0.8rem;*/
      }
      .item--body {
        font-size: 2.2rem;
        line-height: 1.2;
        letter-spacing: -0.025em;
      }
      .item--footer {
        font-size: 1.8rem;
        line-height: 1.3;
      }
      .item-1 .item--body {
        /*margin-top: 1rem;*/
      }
      .item--body .txt-sm {
        font-size: 3.4rem;
      }
      .item--note {
        font-size: 0.7rem;
        right: 1.2rem;
      }
    }
  }
}
