  @charset "utf-8";

  /* CSS Document */

  /***********
base
************/
  html,
  body {
    height: 100%;
    min-height: 100%;
    font-size: 13px;
    font-weight: normal;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  body {
    background-color: #fff;
  }

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong,
  th {
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }

  @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;
      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;
    }

  }

  /***********
icon
************/
  a[href*=".pdf"]::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-size: 180%;
    color: #F30401;
    padding-right: 10px;
  }

  a[href*=".doc"]::before,
  a[href*=".docx"]::before {
    content: "\f1c2";
    font-family: "Font Awesome 5 Free";
    font-size: 180%;
    color: #0061C2;
    padding-right: 10px;
  }

  a[href*=".xls"]::before,
  a[href*=".xlsx"]::before {
    content: "\f1c3";
    font-family: "Font Awesome 5 Free";
    font-size: 180%;
    color: #1F6F43;
    padding-right: 10px;
  }

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

  .l-wrapper {
    overflow: hidden;
  }

  .l-contents {}

  /***********
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: 824px;
    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.3s ease;
  }

  body.is-pc a:hover .l-zoomHover img:hover {
    transform: scale(1.1);
  }

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

  .l-textMain {
    font-size: 124%;
    line-height: 1.8;
  }

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

  .l-list-dot {}

  .l-list-dot li {
    line-height: 1.8;
    margin-left: 1em;
  }

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

  .l-list-asterisk {}

  .l-list-asterisk li {
    line-height: 1.8;
    margin-left: 1em;
  }

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

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

  .l-list-number li {
    line-height: 1.8;
    list-style: decimal;
  }

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

    .l-textMain,
    .l-textLead {
      font-size: 108%;
    }
  }

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

  /***********
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;
    width: 100%;
    max-width: 20em;
    padding: 1em 2em;
    font-size: 1.24rem;
    color: #000;
    background-color: #ecad3c;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease;
    position: relative;
  }

  .l-btn::after {
    content: "";
    display: block;
    width: 1em;
    height: 0.4em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.3em;
    background: url(../../img/icon/arrow_wt.png) no-repeat center center / 100% 100%;
  }

  .l-btn.is-back::after {
    right: auto;
    left: 1em;
    transform: scaleX(-1);
  }

  body.is-pc .l-btn:hover {
    background-color: #ff9d00;
  }

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

    .l-btn {
      width: 95%;
      max-width: 22em;
      padding: 1.2em 2em;
      font-size: 1.08rem;
    }

  }

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

  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .l-header-inner {
    height: 90px;
    position: relative;
    background-color: #fff;
    transition: 0.3s;
  }

  .l-header-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
  }

  .l-header-logo a {
    width: 260px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 700;
    font-size: 200%;
  }

  body.is-fixed .l-header-inner {
    height: 60px;
  }

  body:not(.is-fixed) .l-header-inner {
    background-color: transparent;
    color: #fff;
  }

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

    .l-header-logo {
      padding-left: 12px;
    }

  }

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

    .l-header {
      position: absolute;
    }

    .l-header-inner {
      height: 60px;
      background: none !important;
    }

    .l-header-logo {
      padding-top: 15px;
    }

    .l-header-logo a {
      width: 200px;
      font-size: 18px;
    }

    body.is-fixed .l-header-inner {
      height: 60px;
    }

    .l-header-logo a {
      color: #fff;
    }

  }

  /***********
navi
************/

  .l-navi {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .l-navi button {
    display: none;
  }

  .l-navi-list {
    display: flex;
    padding-right: 40px;
  }

  .l-navi-list>li {
    position: relative;
    padding: 0 1em;
  }

  .l-navi-list>li>a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-size: 124%;
    font-weight: 600;
    font-feature-settings: "pkna";
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    padding: 0.3em 0;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }

  .l-navi-list>li>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ecad3c;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: right center;
  }

  body.is-pc .l-navi-list>li>a:hover {}

  body.is-pc .l-navi-list>li>a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .l-navi-list ul {
    position: absolute;
    left: -20px;
    top: 100%;
    width: 280px;
    background-color: #ff9d00;
    padding: 20px 20px 20px 35px;
    margin-top: -1px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .l-navi-list li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  .l-navi-list ul li {}

  .l-navi-list ul li:not(:last-child) {
    margin-bottom: 0.8em;
  }

  .l-navi-list ul li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 116%;
    line-height: 1.4;
    padding: 0.2em 0 0.2em;
  }

  .l-navi-list ul li a::before {
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: -1.6em;
    top: 1em;
  }

  .l-navi-list ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: right center;
  }

  body.is-pc .l-navi-list ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  body.is-pc .l-navi-list a:hover {
    /*  color: #ecad3c;*/
  }

  /*
cv
*/

  .l-navi-cv {
    display: flex;
    height: 100%;
  }

  .l-navi-cv a {
    width: 12em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #ecad3c;
    color: #fff;
    text-decoration: none;
    font-size: 124%;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    font-weight: 600;
    padding: 0 0.5em;
  }

  .l-navi-cv a i {
    margin-right: 0.8em;
    transform: scale(1.3);
  }

  body.is-pc .l-navi-cv a:hover {
    background-color: #915d00;
  }

  /*
home
*/

  body:not(.is-fixed) .l-navi-list>li>a {
    color: #fff;
  }

  body:not(.is-fixed) .l-navi-list>li>a::after {
    background-color: #fff;
  }

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

    .l-navi-list {
      padding-right: 20px;
    }

    .l-navi-list>li {
      padding: 0 0.8em;
    }

    .l-navi-list>li>a {
      font-size: 108%;
    }

    .l-navi-list ul {
      width: 260px;
    }

    .l-navi-list ul li a {
      font-size: 108%;
    }

    /*
  cv
  */

    .l-navi-cv {
      display: flex;
      height: 100%;
    }

    .l-navi-cv a {
      font-size: 108%;
      padding: 0 0.5em;
      white-space: nowrap;
    }

  }

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

    .l-navi {
      display: none;
    }
  }

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

  .l-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #ff9d00 0%, #ff9d00 100%);
    color: #fff;
  }

  .l-footer-logo {
    padding-bottom: 20px;
  }

  .l-footer-logo a {
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 200%;
  }

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

  .l-footer-info {}

  .l-footer-address {
    font-style: normal;
    font-size: 108%;
    line-height: 1.8;
  }

  .l-footer-address a {
    color: #fff;
    text-decoration: none;
  }

  .l-footer-sitemap {
    flex: 1;
  }

  .l-footer-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .l-footer-navi button {
    display: none !important
  }

  .l-footer-navi li {
    margin-left: 2em;
    padding-bottom: 0.8em;
  }

  .l-footer-navi a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 108%;
    font-feature-settings: "palt";
    font-weight: bold;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    padding: 0.3em 0 0.3em 1em;
    position: relative;
  }

  .l-footer-navi a::before {
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0.35em;
    transform: scale(0.8);
  }

  .l-footer-navi a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ecad3c;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
  }

  body.is-pc .l-footer-navi a:hover {}

  .l-footer-copyright {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 93%;
    padding-top: 100px;
  }

  .l-footer-iso {
    display: flex;
    width: 200px;
    gap: 0 10px;
  }


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

    .l-footer {
      padding: 60px 0;
    }

    .l-footer-logo {
      margin: 0 auto 30px;
      padding: 0;
      text-align: center;
    }

    .l-footer-logo a {
      font-size: 170%;
    }

    .l-footer-container {
      display: block;
    }

    .l-footer-info {
      width: auto;
      text-align: center;
    }

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

    .l-footer-address {
      font-size: 93%;
      line-height: 2;
    }

    .l-footer-sitemap {
      display: none;
    }

    .l-footer-copyright {
      font-size: 77%;
      padding-top: 60px;
      text-align: center;
    }

    .l-footer-iso {
      display: flex;
      margin: 0 auto;
    }

  }

  /***********
jumpTop
************/

  .l-jumpTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    mix-blend-mode: difference;
  }

  .l-jumpTop a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-align: center;
  }

  .l-jumpTop a::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: -30px;
    background-color: #fff;
    transition: 0.3s;
  }

  .l-jumpTop a::after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: -30px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: right top;
    transition: 0.3s;
  }

  body.is-pc .l-jumpTop a:hover::before {
    top: -50px;
    height: 65px;

  }

  body.is-pc .l-jumpTop a:hover::after {
    top: -50px;
  }

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

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


  /***********
menu
************/

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

    .l-menu {
      position: fixed;
      width: 100%;
      height: 100vh;
      z-index: 9998;
      right: 0px;
      top: 0;
      opacity: 0;
      transition: all 0.3s ease;
      background: linear-gradient(-220deg, #402900 0%, #000 100%);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }

    .is-menu-open .l-menu {
      opacity: 1;
      right: 0;
    }

    .l-menu-close {
      width: 100%;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease;
      z-index: -1;
    }

    .is-menu-open .l-menu-close {
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
      z-index: 9990;
    }

    .l-menu-trigger {
      position: fixed;
      right: 10px;
      top: 15px;
      z-index: 9999;
      cursor: pointer;
      background: none;
      border: none;
      background-color: transparent;
    }

    .l-menu-btn {
      display: block;
      position: relative;
      width: 50px;
      height: 46px;
      padding: 10px 20px;
      cursor: pointer;
      background: none;
      border: none;
      transition: all 0.3s;
      -webkit-tap-highlight-color: transparent;
      background-color: #fff;
      transition: 0.2s;
    }

    .l-menu-btn span {
      display: inline-block;
      position: absolute;
      left: 25%;
      top: 16px;
      width: 50%;
      height: 2px;
      background-color: #ff9d00;
      transition: 0.2s;
    }

    .l-menu-btn span::before,
    .l-menu-btn span::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #ff9d00;
      position: absolute;
      left: 0;
      transition: 0.2s;
    }

    .l-menu-btn span::before {
      top: -7px;
    }

    .l-menu-btn span::after {
      top: 7px;
    }

    .l-menu-btn p {
      font-size: 10px;
      font-weight: 600;
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      text-align: center;
      color: #ff9d00;
      white-space: nowrap;
      transition: 0.2s;
    }

    .l-menu-btn.is-active {}

    .l-menu-btn.is-active span {
      background-color: transparent !important;
    }

    .l-menu-btn.is-active span::before {
      transform: translateY(7px) rotate(-40deg);
    }

    .l-menu-btn.is-active span::after {
      transform: translateY(-7px) rotate(40deg);
    }

    body:not(.is-fixed) .l-menu-btn,
    body.is-menu-open .l-menu-btn {
      background-color: transparent;
    }

    body:not(.is-fixed) .l-menu-btn span,
    body:not(.is-fixed) .l-menu-btn span::before,
    body:not(.is-fixed) .l-menu-btn span::after,
    body.is-menu-open .l-menu-btn span,
    body.is-menu-open .l-menu-btn span::before,
    body.is-menu-open .l-menu-btn span::after {
      background-color: #fff;
    }

    body:not(.is-fixed) .l-menu-btn p,
    body.is-menu-open .l-menu-btn p {
      color: #fff;
    }

  }

  /***********
menu
************/

  .l-menu-block {
    padding-top: 50px;
    padding-bottom: 150px;
    max-width: 500px;
    margin: 0 auto;
  }

  .l-menu-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
  }

  .l-menu-list>li {
    position: relative;
  }

  .l-menu-list>li>a {
    display: block;
    padding: 15px 40px 15px 25px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-feature-settings: "pkna";
    font-size: 16px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  .l-menu-list>li>a br {
    display: none;
  }

  .l-menu-list button {
    display: none;
  }

  .l-menu-list .menu-item-has-children>button {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 99;
    font-size: 24px;
    color: #fff;
    text-align: right;
    background: none;
    border: none;
  }

  .l-menu-list .menu-item-has-children>button::before,
  .l-menu-list .menu-item-has-children>button::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 58%;
    opacity: 0.8;
  }

  .l-menu-list .menu-item-has-children>button::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }

  .l-menu-list .menu-item-has-children>button.is-active::after {
    transform: rotate(120deg);
    opacity: 0;
  }


  .l-menu-list ul {
    padding: 15px 20px 15px 25px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    display: none;
  }

  .l-menu-list ul a {
    display: block;
    font-size: 15px;
    font-feature-settings: "pkna";
    font-weight: normal;
    padding: 8px 30px 8px 0;
    color: #fff;
    text-decoration: none;
  }

  .l-menu-list ul a::before {
    content: "-";
    margin-right: 8px;
  }


  .l-menu-subList {
    padding: 20px 50px 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .l-menu-subList button {
    display: none;
  }

  .l-menu-subList li {
    padding-left: 20px;
  }

  .l-menu-subList a {
    display: inline-block;
    font-size: 13px;
    padding: 8px 0 8px 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  .l-menu-subList a::before {
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900;
    /* fas */
    /* font-weight: 400; far */
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 12px;
    transform: scale(0.8);
  }

  .l-menu-subList a[target="_blank"]::after {
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900;
    /* fas */
    /* font-weight: 400; far */
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f08e";
    opacity: 0.7;
    l margin-left: 0.3em;
    transform: scale(0.7);
    transform-origin: right top;
  }


  .l-menu-cv {
    padding: 30px 20px;
    color: #fff;
    text-align: center;
  }

  .l-menu-cv-title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .l-menu-tel {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
  }

  .l-menu-cv-btn {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    padding: 1.2em 2em;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background-color: #ecad3c;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease;
    position: relative;
  }

  .l-menu-cv-btn::after {
    content: "";
    display: block;
    width: 1em;
    height: 0.4em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.3em;
    background: url(../../img/icon/arrow_wt.png) no-repeat center center / 100% 100%;
  }

  .l-menu-cv-btn i {
    margin-right: 0.8em;
    margin-left: -0.5em;
    transform: scale(1.2);
  }

  /***********
movie
************/

  .l-movie {}

  .l-movie a {
    display: block;
    position: relative;
  }

  .l-movie a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
  }

  .l-movie a::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  body.is-pc .l-movie a:hover::before {
    opacity: 0.5;
  }

  @media screen and (max-width:834px) {
    .l-movie a::after {
      width: 60px;
      height: 60px;
    }
  }

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

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

  .l-heading::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ecad3c;
    margin: 0 auto 15px;

  }

  .l-heading-title {
    font-size: 250%;
    font-weight: 700;
    font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', Meiryo, sans-serif;
  }

  .l-heading-subTitle {
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #ecad3c;
    position: relative;
    padding-top: 0.8em;
    opacity: 0.7;
  }

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


  .l-bgColor02 .l-heading,
  .l-bgColor02 .l-heading-title,
  .l-bgColor02 .l-heading-subTitle {
    color: #fff;
  }

  .l-bgColor02 .l-heading::before {
    background-color: #ecad3c;
  }

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

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

    .l-heading::before {
      width: 40px;
      margin: 0 auto 10px;
    }

    .l-heading-title {
      font-size: 170%;
    }

    .l-heading-subTitle {
      font-size: 85%;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0;
    }

    .l-heading-text {
      font-size: 108%;
      padding-top: 1.5em;
    }

  }

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

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

  }

  /***********
l-bgColor
************/

  .l-bgColor01 {
    background-color: #f6f6f6;
  }

  .l-bgColor02 {
    background-color: #ff9d00;
  }

  .l-bgColor03 {}



  /***********
newsList
************/

  .l-newsList {
    margin-top: -30px;
  }

  .l-newsList li {
    border-bottom: 1px solid #ddd;
  }

  .l-newsList li:not(:last-child) {}

  .l-newsList a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    color: #000;
    text-decoration: none;
    padding: 35px 0;
  }

  .l-newsList-cat {
    display: inline-block;
    min-width: 9em;
    padding: 0.2em 0.5em;
    background-color: #ecad3c;
    color: #fff;
    font-feature-settings: "palt";
    font-size: 108%;
    text-align: center;
    white-space: nowrap;
    margin-right: 2em;
    line-height: 1.3;
  }

  .l-newsList-time {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 116%;
    padding-top: 0.1em;
    width: 6.5em;
    white-space: nowrap;
  }

  .l-newsList-title {
    flex: 1;
    font-size: 124%;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    padding-left: 1em;
    transition: 0.3s;
  }

  body.is-pc .l-newsList-title:hover {
    color: #ecad3c;
    text-decoration: underline;
  }


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

    .l-newsList {
      margin-top: -20px;
    }

    .l-newsList li {}

    .l-newsList a {
      display: block;
      padding: 20px 0;
    }

    .l-newsList-cat {
      min-width: initial;
      padding: 0.2em 0.5em;
      font-size: 85%;
      margin-right: 0.8em;
    }

    .l-newsList-time {
      font-size: 85%;
      padding-top: 0;
      width: auto;
    }

    .l-newsList-title {
      font-size: 108%;
      padding-left: 0;
      padding-top: 0.8em;
    }

  }


  /***********
cvTel
************/

  .l-cv {
    padding: 80px 0;
    /*  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 70%);*/
    border-top: 1px solid #ccc;
  }

  .l-cv-container {
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }

  .l-cv-item {
    width: 50%;
    padding: 0 2% 0 6%;
  }

  .l-cv-item:first-child {
    border-right: 1px solid #ccc;
  }

  .l-cv-title {
    font-size: 139%;
    font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 700;
    padding-bottom: 1.5em;
  }

  .l-cv-address {
    font-style: normal;
    font-size: 108%;
    line-height: 1.6;
  }

  .l-cv-box {
    align-items: center;
  }

  .l-cv-num {
    font-size: 280%;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
  }

  .l-cv-num a {
    color: #000;
    text-decoration: none;
  }

  .l-cv-num small {}

  .l-cv-block-text {
    display: inline-block;
    padding-top: 0.5em;
    font-weight: 600;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }

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

    .l-cv {
      padding: 40px 0;
    }

    .l-cv-container {
      display: block;
      padding: 0 5%;
    }

    .l-cv-item {
      width: auto;
      padding: 30px 0;
      text-align: center;
    }

    .l-cv-item:first-child {
      border: none;
      border-bottom: 1px solid #ccc;
    }

    .l-cv-title {
      font-size: 124%;
    }

    .l-cv-num {
      font-size: 230%;
      line-height: 1;
    }

    .l-cv-block-text {
      font-size: 77%;
    }

  }



  .l-indexList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-bottom: -60px;
    counter-reset: l-indexList_num;
  }

  .l-indexList li {
    width: 30.3%;
    margin-left: 3%;
    margin-bottom: 60px;
    color: #000;
    background-color: #fff;
  }

  .l-indexList a {
    display: block;
    height: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
  }

  .l-indexList-inner {
    padding: 30px 5% 30px;
  }

  .l-indexList-num {
    font-family: 'Roboto', sans-serif;
    font-size: 93%;
    font-weight: 900;
    color: #ff9d00;
    line-height: 1;
    padding-bottom: 0.5em;
  }

  .l-indexList-num span {
    font-weight: 900;
    font-size: 200%;
    font-style: italic;
    letter-spacing: -0.02em;
    padding-left: 0.1em;
  }

  .l-indexList-num span::after {
    display: inline;
    counter-increment: l-indexList_num;
    content: '0'counter(l-indexList_num);
  }


  .l-indexList-subTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 116%;
    font-weight: 700;
    color: #ff9d00;
    line-height: 1.2;
    padding-bottom: 0.5em;
  }

  .l-indexList-title {
    font-size: 200%;
    font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    transition: 0.2s;
  }

  body.is-pc .l-indexList-title:hover {
    color: #ecad3c;
  }

  .l-indexList-text {
    padding-top: 1.5em;
    font-size: 116%;
    line-height: 1.6;
  }

  .l-indexList-link {
    text-align: right;
    padding-top: 1.5em;
  }

  .l-indexList-btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #ff9d00;
    border-bottom: 1px solid #ff9d00;
    padding: 0.2em 1em 0.2em 0;
    position: relative;
    text-decoration: 0.2s;
    transition: 0.3s;
  }

  .l-indexList-btn::after {
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900;
    /* fas */
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f054";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    font-size: 10px;
  }

  body.is-pc a .l-indexList-btn:hover {
    color: #ecad3c;
  }

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

    .l-indexList li {
      width: 47%;
    }
  }

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

    .l-indexList-inner {
      padding: 20px 5% 30px;
    }

    .l-indexList-num {
      font-size: 85%;
    }


    .l-indexList-title {
      font-size: 170%;
    }

    .l-indexList-text {
      font-size: 100%;
      line-height: 1.6;
    }

  }

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

    .l-indexList {
      display: block;
      margin: 0;
    }

    .l-indexList li {
      width: auto;
      margin: 0 0 25px;
    }

    .l-indexList-img img {
      width: 100%;
      height: 45vmin;
      object-fit: cover;
    }

    .l-indexList-inner {
      padding: 20px 5% 20px;
    }

    .l-indexList-num {
      padding-bottom: 0.5em;
    }

    .l-indexList-subTitle {
      font-size: 93%;
    }

    .l-indexList-title {
      font-size: 170%;
    }

    .l-indexList-text {
      padding-top: 1em;
      font-size: 100%;
      line-height: 1.6;
    }

    .l-indexList-link {
      padding-top: 0.5em;
    }

  }

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

  .l-banner {
    padding: 50px 0;
  }

  .l-banner-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2%;
    margin-left: -2%;
  }

  .l-banner-list li {
    width: 24%;
    margin-left: 1%;
    margin-bottom: 1%;
    text-align: center;
  }

  body.is-pc .l-banner-list li a:hover {
    opacity: 0.8;
  }

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

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

    .l-banner-list {
      display: block;
      margin: 0;
    }

    .l-banner-list li {
      width: auto;
      margin: 10px 0;
    }

  }


  /***********
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;
    }

  }