@charset "UTF-8";
/*---------------------------------------------------------------/
　Copyright © 株式会社メイト
/---------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
body {
  color: #333;
  font-family: "メイリオ", Meiryo, sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 500; }

.container {
  padding: 0 1rem;
  max-width: 100%;
  margin: auto; }

img {
  display: block;
  margin: auto; }

.fit {
  width: 100%; }

.half {
  width: 49%; }
  @media screen and (max-width: 720px) {
    .half {
      width: 100%; } }

.one-third {
  width: 32%; }
  @media screen and (max-width: 720px) {
    .one-third {
      width: 100%; } }

.quarter {
  width: 23.5%; }
  @media screen and (max-width: 720px) {
    .quarter {
      width: 100%; } }

.quarter3 {
  width: 74.5%; }
  @media screen and (max-width: 720px) {
    .quarter3 {
      width: 100%; } }

.flex {
  display: flex;
  flex: none; }

.breadcrumb {
  max-width: 100%;
  padding: 2rem 0;
  margin: 0;
  font-size: 0.85rem; }
  .breadcrumb ul li {
    display: inline; }
    .breadcrumb ul li a {
      color: #333; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }
    .breadcrumb ul li + li:before {
      content: '＞';
      margin: 0 10px; }

.btn {
  display: block;
  padding: 0.5rem;
  text-align: center;
  background: #FFF;
  font-size: 0.9rem;
  font-weight: 600; }
  .btn:hover {
    color: #000;
    opacity: 1;
    background: #EEE; }

.table {
  display: table;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .table {
      display: block;
      width: 100%; } }
  .table ul {
    display: table-row; }
    @media screen and (max-width: 960px) {
      .table ul {
        display: block;
        width: 100%; } }
    .table ul li {
      display: table-cell; }
      @media screen and (max-width: 960px) {
        .table ul li {
          display: block;
          width: 100%; } }

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.header {
  display: block;
  padding: 0 0 50px 0;
  margin: auto;
  width: 100%;
  position: relative;
  background-image: url("../images/dotbg.png");
  z-index: -2; }
  @media screen and (max-width: 720px) {
    .header {
      padding: 0; } }
  .header h1 {
    width: 1000px;
    max-width: 100%;
    margin: auto; }
    .header h1 img {
      width: 100%; }
    .header h1 .pc {
      display: block; }
      @media screen and (max-width: 720px) {
        .header h1 .pc {
          display: none; } }
    .header h1 .sp {
      display: none; }
      @media screen and (max-width: 720px) {
        .header h1 .sp {
          display: block; } }

footer .footer {
  background-color: #FFF;
  color: #000;
  padding: 2.5rem 0; }
  footer .footer .logo {
    text-align: center;
    max-width: 100%;
    margin: auto; }
  footer .footer .copy {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0 0 0;
    text-align: center;
    font-weight: 300; }
    @media screen and (max-width: 720px) {
      footer .footer .copy {
        text-align: left; } }

/*---------------------------------------------------------------/
　Copyright © 株式会社メイト
/---------------------------------------------------------------*/
/* ==========================================================================
Global Navigation
========================================================================== */
.head-flex {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  flex: none; }
  @media screen and (max-width: 960px) {
    .head-flex {
      justify-content: space-between; } }
  .head-flex li.lead {
    display: block; }
    @media screen and (max-width: 960px) {
      .head-flex li.lead {
        display: none; } }
  .head-flex li.sp {
    display: none; }
    @media screen and (max-width: 960px) {
      .head-flex li.sp {
        display: block; } }

.navi-flex {
  display: flex;
  width: 90%;
  margin: auto;
  padding: 0;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .navi-flex {
      display: block;
      width: 100%; } }
  .navi-flex > li:nth-child(1) {
    flex-grow: 1; }
  .navi-flex > li:nth-child(2) {
    flex-grow: 0;
    padding-left: 4rem; }
  .navi-flex > li.pc {
    display: block; }
    @media screen and (max-width: 960px) {
      .navi-flex > li.pc {
        display: none; } }

.point {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #27A125;
  color: #FFF;
  font-weight: 500;
  border-radius: 2em; }
  .point:hover {
    background-color: #02CD00; }

.header .logo a {
  display: block;
  padding: 0;
  margin: 0;
  width: 200px;
  height: 70px; }
  .header .logo a h1 {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .header .logo a h1 span {
      display: none; }
.header .lead {
  margin-left: 2rem;
  font-weight: 600;
  font-size: 1rem; }

.header-nav {
  display: block;
  background-color: #FFF;
  border-radius: 4em;
  margin: 1rem 0 0 0; }
  @media screen and (max-width: 960px) {
    .header-nav {
      display: none;
      margin: 0;
      border-radius: 0;
      background-color: #000;
      width: 100%;
      height: 100%;
      z-index: 1000;
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .header-nav.open {
        display: block; } }

ul.primary-nav {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  @media screen and (max-width: 960px) {
    ul.primary-nav {
      display: block;
      margin-top: 60px; } }
  ul.primary-nav li {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden; }
    ul.primary-nav li.sp {
      display: none; }
      @media screen and (max-width: 960px) {
        ul.primary-nav li.sp {
          display: block; } }
    ul.primary-nav li a {
      display: block;
      color: #333;
      padding: 3rem 2rem 2rem 2rem;
      text-align: center;
      margin: 0;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.4;
      vertical-align: middle; }
      ul.primary-nav li a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-image: url(../images/dotted.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 4px auto 0 auto;
        transition: 1s;
        opacity: 0; }
      @media screen and (max-width: 960px) {
        ul.primary-nav li a {
          font-size: 1.2em;
          color: #FFF;
          padding: 1rem; } }
      ul.primary-nav li a:hover, ul.primary-nav li a.current {
        color: #F4000C; }
        ul.primary-nav li a:hover::after, ul.primary-nav li a.current::after {
          opacity: 1; }
    ul.primary-nav li span {
      font-size: 0.6em;
      font-weight: 500;
      vertical-align: middle;
      margin: 5px;
      text-align: center; }
      @media screen and (max-width: 1140px) {
        ul.primary-nav li span {
          display: block; } }
    ul.primary-nav li > ul.sub {
      margin: 0;
      padding: 0;
      position: absolute; }
      ul.primary-nav li > ul.sub li {
        padding: 0;
        margin: 0;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
        ul.primary-nav li > ul.sub li a {
          border-bottom: 1px solid #CCC;
          padding: 15px 20px;
          margin: 0;
          display: block;
          background: #FFF;
          color: #000; }
          ul.primary-nav li > ul.sub li a:hover {
            background: #EEE; }
          @media screen and (max-width: 960px) {
            ul.primary-nav li > ul.sub li a {
              font-size: 1.1rem; } }
      @media screen and (max-width: 960px) {
        ul.primary-nav li > ul.sub {
          position: relative; } }

/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  background-color: #707070;
  border-radius: 50%;
  margin: auto;
  transition: all 300ms ease-in-out;
  z-index: 9999;
  padding: 22px 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 960px) {
    .navicon {
      display: block; } }

.nav-toggle {
  z-index: 9999;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 2px auto;
  position: relative;
  width: 30px; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #FFF;
  cursor: pointer; }

.navicon p {
  display: block;
  text-align: center;
  padding: 0;
  margin: 14px auto 0 auto;
  font-size: 10px;
  color: #FFF; }

.nav-toggle span {
  top: 0px; }

.nav-toggle span:before {
  top: -5px; }

.nav-toggle span:after {
  top: 5px; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  transition: all 300ms ease-in-out; }

.navicon.active .nav-toggle span {
  background-color: transparent; }

.navicon.active .nav-toggle span:before,
.navicon.active .nav-toggle span:after {
  top: 0; }

.navicon.active .nav-toggle span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navicon.active .nav-toggle span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  position: fixed;
  right: 20px;
  top: 20px;
  margin: auto;
  z-index: 999999;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/pagetop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s; }
  @media screen and (max-width: 720px) {
    .scroll-to-top {
      width: 30px;
      height: 30px; } }
  .scroll-to-top:focus, .scroll-to-top:hover {
    opacity: 0.7; }

/*---------------------------------------------------------------/
　Copyright © 株式会社メイト
/---------------------------------------------------------------*/
.mt3 {
  margin-top: 3rem; }

.wrapper {
  padding: 0; }

.bg_soft {
  background-color: #D3ECFF;
  padding: 0; }
  .bg_soft img {
    margin: auto;
    max-width: 100%; }

.bg_vivid {
  background-color: #14569e; }

.wrap {
  width: 100%;
  background-color: #FFF;
  margin: 3rem auto;
  padding: 4rem 2rem;
  border-radius: 15px; }
  @media screen and (max-width: 960px) {
    .wrap {
      margin: 2rem auto;
      padding: 2rem 1rem; } }
  .wrap .col2 {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto; }
    @media screen and (max-width: 960px) {
      .wrap .col2 {
        display: block; } }
    .wrap .col2 li:first-child {
      flex-basis: 40%; }
      .wrap .col2 li:first-child img {
        width: 100%; }
    .wrap .col2 li:last-child {
      flex-basis: 55%; }

img {
  width: 100%; }

h1 {
  width: 100%;
  margin: 0 auto 4rem auto;
  border-bottom: 8px solid #14569e;
  padding-bottom: 2rem; }
  @media screen and (max-width: 960px) {
    h1 {
      padding-bottom: 1rem;
      margin: 0 auto 2rem auto; } }
  h1 img {
    width: 800px;
    max-width: 100%;
    margin: auto; }

a.btn_miru {
  display: block;
  margin: auto;
  width: 400px;
  max-width: 90%;
  position: relative;
  background-image: url("../images/btn_miru_bg.png");
  background-position: center;
  background-size: contain; }
  a.btn_miru img {
    width: 100%; }
  a.btn_miru::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-image: url("../images/btn_miru_bg_ov.png");
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.5s; }
  a.btn_miru:hover::after {
    opacity: 1; }

a.btn_teisei {
  display: block;
  margin: auto;
  width: 250px;
  max-width: 90%;
  position: relative;
  background-image: url("../images/btn_teisei_bg.png");
  background-position: center;
  background-size: contain; }
  a.btn_teisei img {
    width: 100%; }
  a.btn_teisei::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-image: url("../images/btn_teisei_bg_ov.png");
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.5s; }
  a.btn_teisei:hover::after {
    opacity: 1; }

.btnW {
  display: flex;
  justify-content: center; }
  .btnW a {
    display: block;
    margin: 10px;
    width: 40%;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .btnW a img {
      width: 100%; }
    .btnW a::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: auto;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      transition: 0.5s; }
    .btnW a:hover::after {
      opacity: 1; }

a.btn_teisei {
  background-image: url("../images/btn_teisei_bg.png"); }
  a.btn_teisei::after {
    background-image: url("../images/btn_teisei_bg_ov.png"); }


a.btn_teisei1 {
  background-image: url("../images/btn_teisei1_bg.png"); }
  a.btn_teisei1::after {
    background-image: url("../images/btn_teisei1_bg_ov.png"); }

a.btn_teisei2 {
  background-image: url("../images/btn_teisei2_bg.png"); }
  a.btn_teisei2::after {
    background-image: url("../images/btn_teisei2_bg_ov.png"); }

.lead {
  font-size: clamp(10px, 2vw, 20px);
  font-family: "Zen Maru Gothic", sans-serif, "メイリオ", Meiryo, sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  white-space: nowrap;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1rem; }
  @media screen and (max-width: 960px) {
    .lead {
      font-size: clamp(10px, 3.4vw, 30px);
      margin-top: 2rem; } }

.teisei {
  font-size: clamp(10px, 1.6vw, 18px);
  font-family: "Zen Maru Gothic", sans-serif, "メイリオ", Meiryo, sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  white-space: nowrap;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
  line-height: 1.8; }
  @media screen and (max-width: 960px) {
    .teisei {
      font-size: clamp(10px, 2.9vw, 25px); } }
