  @charset "utf-8";

  /* CSS Document */

  /*
  font-family: zen-maru-gothic, sans-serif;
  300,400,500,700,900
*/

  /***********
base
************/
  html,
  body {
    height: 100%;
    min-height: 100%;
    font-size: 13px;
    font-weight: 500;
    font-family: zen-maru-gothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /*
  font-family: Meiryo,sans-serif;
  font-family: 'Yu Gothic UI','Meiryo UI','Yu Gothic','メイリオ',sans-serif;
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-family: 'Yu Mincho Custom','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
*/
  }

  body.is-menu-open {
    overflow: hidden;
  }


  @media screen and (max-width:1280px) {
    body {
      font-size: 12px;
    }
  }

  @media screen and (max-width:834px) {
    body {
      font-size: calc(9px + 0.7vmin);
      -webkit-tap-highlight-color: transparent;
    }
  }

  @media screen and (max-width:520px) {
    body {
      font-size: calc(9px + 1vmin);
      -webkit-tap-highlight-color: transparent;
    }
  }


  @media all and (-ms-high-contrast:none) {

    /* meiryo only IE */
    body {
      font-family: Meiryo, sans-serif;
    }
  }

  a {
    color: #167ac6;
    text-decoration: underline;
    transition: all 0.2s ease;
  }

  a:visited {}

  a:hover,
  a:active {
    color: ;
    text-decoration: none;
  }

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

  ::selection {
    background: rgba(0, 144, 202, 0.5);
    /* Safari */
  }

  ::-moz-selection {
    background: rgba(0, 144, 202, 0.5);
    /* Firefox */
  }

  @media screen and (min-width:835px) {
    a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
      color: #000;
      text-decoration: none;
    }
  }

  /***********************
layout
************************/

  /***********
wp
************/

  .right,
  .alignright {
    float: right !important;
  }

  .left,
  .alignleft {
    float: left !important;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /***********
common
************/

  .l-relative {
    position: relative !important;
  }

  .l-textAlign-center {
    text-align: center !important;
  }

  .l-textAlign-right {
    text-align: right !important;
  }

  .l-textAlign-left {
    text-align: left !important;
  }

  .l-bottom-xxsmall {
    margin-bottom: 5px !important;
  }

  .l-bottom-xsmall {
    margin-bottom: 10px !important;
  }

  .l-bottom-small {
    margin-bottom: 15px !important;
  }

  .l-bottom {
    margin-bottom: 20px !important;
  }

  .l-bottom-large {
    margin-bottom: 30px !important;
  }

  .l-bottom-xlarge {
    margin-bottom: 50px !important;
  }

  .l-bottom-xxlarge {
    margin-bottom: 80px !important;
  }

  .l-top-xxsmall {
    margin-top: 5px !important;
  }

  .l-top-xsmall {
    margin-top: 10px !important;
  }

  .l-top-small {
    margin-top: 15px !important;
  }

  .l-top {
    margin-top: 20px !important;
  }

  .l-top-large {
    margin-top: 30px !important;
  }

  .l-top-xlarge {
    margin-top: 50px !important;
  }

  .l-top-xxlarge {
    margin-top: 80px !important;
  }

  @media screen and (max-width:834px) {

    .l-bottom-xxsmall {
      margin-bottom: 5px !important;
    }

    .l-bottom-xsmall {
      margin-bottom: 7px !important;
    }

    .l-bottom-small {
      margin-bottom: 10px !important;
    }

    .l-bottom {
      margin-bottom: 15px !important;
    }

    .l-bottom-large {
      margin-bottom: 20px !important;
    }

    .l-bottom-xlarge {
      margin-bottom: 30px !important;
    }

    .l-bottom-xxlarge {
      margin-bottom: 40px !important;
    }

    .l-top-xxsmall {
      margin-top: 5px !important;
    }

    .l-top-xsmall {
      margin-top: 7px !important;
    }

    .l-top-small {
      margin-top: 10px !important;
    }

    .l-top {
      margin-top: 15px !important;
    }

    .l-top-large {
      margin-top: 20px !important;
    }

    .l-top-xlarge {
      margin-top: 30px !important;
    }

    .l-top-xxlarge {
      margin-top: 40px !important;
    }

  }

  /***********
layout
************/

  .l-wrapper {}

  .l-contents {
    overflow: hidden;
  }

  /***********
column
************/

  .l-column {
    display: flex;
    justify-content: space-between;
  }

  .l-column-first {
    width: 68%;
  }

  .l-column-second {
    width: 25%;
  }

  @media screen and (max-width:834px) {

    .l-column {
      display: block;
    }

    .l-column-first {
      width: auto;
      float: none;
    }

    .l-column-second {
      width: auto;
      float: none;
    }

  }

  /***********
separate
************/

  .l-separate {
    background-color: #fff;
    padding: 0em 10%;
    display: flex;
    justify-content: space-between;
  }

  .l-separate.is-reverse {
    flex-direction: row-reverse;
  }

  .l-separate-small {
    width: 27%;
  }

  .l-separate-large {
    width: 70%;
  }

  @media screen and (max-width:834px) {

    .l-separate {
      padding: 0;
      display: block;
    }

    .l-separate-small,
    .l-separate-large {
      width: auto;
    }

    .l-separate-small:not(:last-child),
    .l-separate-large:not(:last-child) {
      padding-bottom: 0.54em;
    }

  }


  .l-title {
    font-size: 140%;
    width: fit-content;
  }

  /* .l-title-center {
    margin: 0 auto;
  } */

  .l-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #449bff 0%, #002857 100%);
    margin: 0.4em 0 0.5em;
  }

  .l-title-noborder::after {
    content: none;
  }

  @media screen and (max-width:834px) {

    .l-title {
      font-size: 130%;
    }

    /* 
    .l-title::after {
      width: 60px;
    } */

  }

  .flex {
    display: flex;
  }

  @media screen and (max-width:834px) {

    .flex {
      display: block;
    }

  }

  /***********
base
************/

  .l-base {
    width: auto;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-base-wide {
    width: auto;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-base-xwide {
    width: auto;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-base-small {
    width: auto;
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .l-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .l-block-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-block-large {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .l-block-top {
    padding-top: 100px;
  }

  .l-block-top-small {
    padding-top: 60px;
  }

  .l-block-top-large {
    padding-top: 150px;
  }

  .l-block-bottom {
    padding-bottom: 100px;
  }

  .l-block-bottom-small {
    padding-bottom: 60px;
  }

  .l-block-bottom-large {
    padding-bottom: 150px;
  }

  @media screen and (max-width:834px) {

    .l-base,
    .l-base-wide,
    .l-base-xwide,
    .l-base-small {
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 0;
    }

    .l-base:not(.l-base-noOffset),
    .l-base-wide:not(.l-base-noOffset),
    .l-base-xwide:not(.l-base-noOffset),
    .l-base-small:not(.l-base-noOffset) {
      padding-left: 5%;
      padding-right: 5%;
    }

    .l-base-wide .l-base,
    .l-base-wide .l-base-small,
    .l-base .l-base-small {
      padding-left: 0;
      padding-right: 0;
    }

    .l-block {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .l-block-large {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .l-block-top {
      padding-top: 50px;
    }

    .l-block-top-large {
      padding-top: 80px;
    }

    .l-block-bottom {
      padding-bottom: 50px;
    }

    .l-block-bottom-large {
      padding-bottom: 80px;
    }


    .l-block {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .l-block-small {
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .l-block-large {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .l-block-top {
      padding-top: 50px;
    }

    .l-block-top-small {
      padding-top: 30px;
    }

    .l-block-top-large {
      padding-top: 80px;
    }

    .l-block-bottom {
      padding-bottom: 50px;
    }

    .l-block-bottom-small {
      padding-bottom: 30px;
    }

    .l-block-bottom-large {
      padding-bottom: 80px;
    }

  }

  /***********
zoom
************/

  .l-zoomHover {
    overflow: hidden;
    z-index: 2;
    position: relative;

  }

  .l-zoomHover img {
    transform: scale(1);
    transition: all 0.5s ease;
  }

  a:hover .l-zoomHover img:hover {
    transform: scale(1.03);
  }

  /***********
l-hoverUnderline
************/

  .l-hoverUnderline {
    padding-bottom: 0.2em;
    background: linear-gradient(#000, #000) 0 100% / 0 1px no-repeat;
    transition: background 0.3s;
    text-decoration: none;
  }

  .l-hoverUnderline:hover {
    background-size: 100% 1px;
  }

  /***********
l-mask
************/


  .l-fColor-red {
    color: #e83e28;
  }

  /***********
text
************/

  .l-textMain {
    font-size: 116%;
    line-height: 2;
  }

  .l-textLead {
    font-size: 116%;
    line-height: 2;
    text-align: center;
  }


  .l-text-small {}

  .l-text-large {}

  .l-text-accent {}


  .l-list-dot {}

  .l-list-dot li {
    font-size: 116%;
    line-height: 2;
    margin-left: 1em;
  }

  .l-list-dot li::before {
    content: "・";
    margin-left: -1em;
  }

  .l-list-asterisk {}

  .l-list-asterisk li {
    font-size: 116%;
    line-height: 2;
    margin-left: 1em;
  }

  .l-list-asterisk li::before {
    content: "※";
    margin-left: -1em;
  }

  .l-list-number {
    padding-left: 2em;
  }

  .l-list-number li {
    font-size: 116%;
    line-height: 2;
    list-style: decimal;
  }

  @media screen and (max-width:834px) {

    .l-textMain,
    .l-textLead,
    .l-list-dot li,
    .l-list-asterisk li,
    .l-list-number li {
      font-size: 100%;
    }
  }

  @media screen and (max-width:520px) {
    .l-textLead {
      text-align: left;
    }
  }

  /***********
lead
************/

  .l-lead {}

  /***********
linkWrap
************/

  .l-linkWrap {
    padding: 20px 0 20px;
    text-align: center;
  }

  .l-linkWrap.is-left {
    text-align: left;
  }

  .l-linkWrap.is-right {
    text-align: right;
  }

  @media screen and (max-width:834px) {

    .l-linkWrap.is-left,
    .l-linkWrap.is-right {
      text-align: center;
    }

  }

  /***********
btn
************/

  .l-btn {
    display: inline-block;
    font-family: zen-maru-gothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    font-size: 139%;
    font-weight: bold;
    width: 100%;
    max-width: 22em;
    padding: 1em 2em 1.1em;
    color: #fff;
    background-color: #358207;
    text-decoration: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    border-radius: 100vw;
    position: relative;
    transition: all ease 0.2s;
  }

  .l-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
  }

  @media screen and (max-width:834px) {

    .l-btn {
      font-size: 116%;
    }

  }

  /***********
header
************/

  .l-header {
    padding: 20px 0;
  }

  .l-header-inner {}

  .l-header-logo {
    max-width: 260px;
    margin: 0 auto;
  }

  @media screen and (max-width:834px) {

    .l-header-logo {
      max-width: 220px;
    }

  }



  /***********
footer
************/

  .l-footer {
    background: url(../../img/bg04.png) repeat 0 0 / 100% auto;
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #000;
  }

  .l-footer-block {
    max-width: 640px;
    padding: 30px 40px;
    border-radius: 2em;
    background-color: #fff;
    margin: 0 auto;
  }

  .l-footer-credit {
    font-size: 250%;
    font-weight: 700;
  }

  .l-footer-credit small {
    display: block;
    font-size: 60%;
  }

  .l-footer-inquiry {
    padding-top: 1em;
  }

  .l-footer-inquiry-title {
    background-color: #e83e28;
    color: #fff;
    font-size: 131%;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 2em;
    border-radius: 100vw;
    margin-bottom: 0.5em;
  }

  .l-footer-inquiry-text {
    font-size: 131%;
    font-weight: 700;
  }

  .l-footer-inquiry-tel {
    padding-top: 0.5em;
  }

  .l-footer-inquiry-tel a {
    display: inline-block;
    color: #000;
    font-size: 300%;
    font-weight: 700;
    text-decoration: none;
  }

  .l-footer-inquiry-tel a i {
    transform: scale(0.7) rotate(10deg);
    color: #fcc800;
    margin-left: -0.5em;
  }

  .l-footer-copyright {
    font-size: 100%;
    font-weight: 700;
    display: block;
    padding-top: 1em;
  }

  @media screen and (max-width:834px) {

    .l-footer {
      padding: 40px 0 100px;
    }

    .l-footer-block {
      padding: 30px 5%;
      border-radius: 1em;
    }

    .l-footer-credit {
      font-size: 200%;
    }

    .l-footer-credit small {
      font-size: 70%;
    }

    .l-footer-inquiry-title {
      font-size: 108%;
    }

    .l-footer-inquiry-text {
      font-size: 116%;
    }

    .l-footer-inquiry-tel a {
      font-size: 200%;
    }

    .l-footer-copyright {
      font-size: 85%;
    }

  }


  /***********
jump
************/

  .l-jumpTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
  }

  .l-jumpTop a {
    display: block;
    width: 55px;
    height: 55px;
    border: 1px solid #000;
    background-color: #06b4ea;
    border-radius: 50%;
    z-index: 999;
    position: relative;
  }

  .l-jumpTop a::after {
    content: "";
    display: block;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 19px;
    top: 22px;
    width: 12px;
    height: 12px;
    transition: all 0.4s ease;
  }


  @media screen and (max-width:834px) {

    .l-jumpTop {
      display: none !important;
    }

  }


  /***********
heading
************/

  .l-heading {
    text-align: center;
    padding-bottom: 40px;
  }

  .l-heading-title {
    font-size: 300%;
    font-weight: 900;
    color: #fcc800;
    ;
    letter-spacing: 0.05em;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
    background: url(../../img/title_bg02.png) no-repeat center bottom / 280px auto;
    padding-bottom: 20px;
  }

  .l-heading-text {
    font-size: 131%;
    line-height: 2;
    padding-top: 2em;
  }

  @media screen and (max-width:834px) {

    .l-heading {
      padding-bottom: 30px;
    }

    .l-heading-title {
      font-size: 250%;
      background-size: 180px auto;
    }

    .l-heading-text {
      font-size: 116%;
      line-height: 1.8;
    }

  }

  @media screen and (max-width:520px) {

    .l-heading-text {
      text-align: left;
    }
  }


  /***********
fixedCv
************/

  .l-fixedCv {
    position: fixed;
    right: 0;
    bottom: 250px;
    z-index: 999;
    transition: 0.3s;
    transition-delay: 0.5s;
  }

  .l-fixedCv-block {}

  .l-fixedCv-balloon {
    width: 82px;
    transform: translateX(-5px);
    position: absolute;
    right: 0;
    bottom: 100%;
  }

  .l-fixedCv-balloon img {}

  .l-fixedCv-btn {
    display: block;
    width: 75px;
    background-color: #06b4ea;
    color: #000;
    border: 1px solid #000;
    border-right: none;
    border-radius: 1em 0 0 1em;
    padding: 20px 5px 30px 0;
    text-align: center;
    transform: translateX(2px);
    transition: 0s;
  }

  body.is-pc .l-fixedCv-btn:hover {
    transform: translateX(0);
  }

  .l-fixedCv-btn span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 70px;
  }

  .l-fixedCv-btn span i {
    font-size: 1.39rem;
    width: 2em;
    height: 2em;
    line-height: 2;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 1em;
    color: #e83e28;
    transform: translate(-0.1em, 0);
  }

  .l-fixedCv-btn em {
    font-style: normal;
    white-space: nowrap;
    font-size: 154%;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
  }

  body:not(.is-loaded) .l-fixedCv {
    transform: translateX(90px);
  }

  @media screen and (max-width:834px) {

    .l-fixedCv {
      display: none;
    }

  }


  /***********
banner
************/

  .l-banner {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    transition: 0.3s;
    transition-delay: 0.5s;
  }

  .l-banner-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -5px;
    background-color: #fff;
    border: 2px solid #000;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 19px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
  }

  body:not(.is-loaded) .l-banner {
    transform: translateX(110%);
  }


  body.is-pc .l-banner a:hover img {
    filter: brightness(108%);
    transition: 0.3s;
  }

  @media screen and (max-width:834px) {

    .l-banner {
      max-width: 260px;
      right: 5px;
      bottom: 5px;
    }

    .l-banner-close {
      margin-right: 2px;
    }
  }


  /***********
innerContents
************/

  .l-innerContents {
    background: url(../../img/bg05.png) no-repeat center top / 100% auto;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
  }

  .l-innerContents::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    background-color: #dcf1cb;
    z-index: -1;
  }


  @media screen and (max-width:834px) {

    .l-innerContents {
      background-size: 800px auto;
      padding-top: 40px;
    }
  }

  /***********
box
************/

  .l-box {
    border: 1px solid #000;
    padding: 50px 8%;
    border-radius: 2em;
    background-color: #fff;
  }

  @media screen and (max-width:834px) {

    .l-box {
      padding: 30px 5%;
      border-radius: 1em;
    }
  }



  /***********
xxxxx
************/

  /***********
xxxxx
************/




  /***********
status
************/

  .is-hide {
    display: none;
  }

  .is-inlineBlock {
    display: inline-block;
  }

  .is-out {
    position: absolute;
    left: -9999999px;
  }

  .is-pc-hide {
    display: none;
  }

  .is-pc-inline,
  .pc-br {
    display: inline;
  }

  .is-sp-inline,
  .sp-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: none;
  }

  .is-step>* {
    opacity: 0;
    transition: opacity 1.2s ease;
  }

  .is-step.is-show>* {
    opacity: 1;
  }

  @media screen and (max-width:834px) {

    .is-pc-hide {
      display: block;
    }

    .is-sp-hide {
      display: none;
    }

    .is-sp-inline,
    .sp-br {
      display: inline;
    }

    .is-pc-inline,
    .pc-br {
      display: none;
    }

    .is-pc-noevent {
      pointer-events: auto;
    }

    .is-spGothic {
      font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    }


  }