@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1em; 
    }

  @media screen and (min-width: 749px) {
    .c-footer {
      position: relative; 
    }
    .c-footer #footer_head {
      padding: 30px 0; 
      background: #0e5645;
    }
    .c-footer #footer_head #foot_logo {
      float: left;
      width: 130px;
      margin-right: 115px;
      padding-top: 50px; 
    }
    .c-footer #footer_head #foot_logo img {
      width: 100%; 
    }
    .c-footer #footer_head #footer_left {
      float: left;
      margin-right: 50px !important;
      margin-left: 0; 
    }
    .c-footer #footer_head #footer_left ul {
      display: table-cell;
      vertical-align: top; 
    }
    .c-footer #footer_head #footer_left ul:nth-child(2) {
      padding-right: 0; 
    }
    .c-footer #footer_head #footer_right {
      display: table; 
    }
    .c-footer #footer_head #footer_right ul {
      display: table-cell;
      vertical-align: top;
      padding-right: 50px; 
    }
    .c-footer #footer_head #footer_right ul:nth-child(1) li:nth-child(1) {
      display: none !important; 
    }
    .c-footer #footer_head #footer_right ul:nth-child(2) {
      padding-right: 0; 
    }
    .c-footer #footer_head ul li {
      margin-bottom: 8px;
      list-style: none;
    }
    .c-footer #footer_head ul li:last-child {
      margin-bottom: 0; 
    }
    .c-footer #footer_head p {
      display: none; 
    }
    .c-footer #footer_bottom {
      padding: 10px 0;
      background: #fff; 
    }
    .c-footer #footer_bottom ul {
      float: left;
      letter-spacing: -0.4em; 
    }
    .c-footer #footer_bottom li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; 
    }
    .c-footer #footer_bottom p {
      display: inline-block;
      float: right;
      margin-top: 20px;
      font-size: 14px; 
    }
    .c-footer .footer_tel {
      display: none;
      font-size: 1em; 
    }
    .c-footer a {
      color: #fff; 
      text-decoration: none;
      font-size: 14px;
    }
    .footer_word_font {
      color: #fff;
      font-size: 14px;
    }
    .inner {
      width: 980px;
      margin: 0 auto;
      overflow: hidden; 
    }
    .forSP {
      display: none !important;
    } 
    nav > ul > li > a {
      padding: 10px 10px 10px 50px;
      display: block;
    }
  }
    
  @media screen and (max-width: 750px) {
    .c-footer {
      padding-bottom: 25%; 
    }
    .c-footer #footer_head {
      background: #0e5645;
    }
    .c-footer small {
      font-size: 14px;
    }
    .c-footer #footer_head .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; 
    }
    .c-footer #footer_head #foot_logo {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 15px; 
    }
    .c-footer #footer_head #foot_logo img {
      width: 90px;
      display: block;
      margin: 0 auto; 
    }
    .c-footer #footer_head #footer_left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; 
    }
    .c-footer #footer_head #footer_left li a {
      position: relative;
      display: block;
      padding: 12px 15px;
      border-bottom: 1px solid #fff; 
    }
    .c-footer #footer_head #footer_left li a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: calc(6px / -2);
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); 
    }
    .c-footer #footer_head #footer_right {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 10px 15px; 
    }
    .c-footer #footer_head #footer_right ul {
      letter-spacing: -0.4em;
      text-align: center; 
    }
    .c-footer #footer_head #footer_right li {
      display: inline-block;
      letter-spacing: normal;
      line-height: 2; 
    }
    .c-footer #footer_head #footer_right li:after {
      content: "|";
      color: #fff;
      padding: 0 10px; 
    }
    .c-footer #footer_head #footer_right li:last-child:after {
      content: none;
      padding: 0; 
    }
    .c-footer #footer_head p {
      text-align: center;
      padding: 15px 0; 
    }
    .c-footer #footer_head p a {
      padding: 10px 45px;
      text-align: center;
      position: relative;
      display: inline-block;
      background: #fff;
      border-radius: 25px;
      color: #256800;
      font-weight: bold; 
    }
    .c-footer #footer_head p a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: calc(8px / -2);
      width: 8px;
      height: 8px;
      border-right: 1px solid #256800;
      border-bottom: 1px solid #256800;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-width: 2px; 
    }
    .c-footer #footer_bottom {
      padding: 20px 15px;
      background: #fff; 
    }
    .c-footer #footer_bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 15px; 
    }
    .c-footer #footer_bottom li {
      margin: 0 10px; 
    }
    .c-footer #footer_bottom p {
      text-align: center;
      word-break: break-all;
      line-height: 1.4; 
    }
    .c-footer .footer_tel {
      background: #50ab1e;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 9998; 
    }
    .c-footer .footer_tel a {
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; 
    }
    .c-footer .footer_tel p {
      padding: 0 10px 5px 0;
      font-weight: bold;
      line-height: 1.2;
      font-size: 12px; 
    }
    .c-footer .footer_tel img {
      width: 100%;
      max-width: 360px; 
    }
    .c-footer a {
      text-decoration: none;
      font-size: 14px;
    }
    .c-footer a,
    .c-footer .footer_word_font {
      color: #fff;
      font-size: 14px; 
    }
    .c-footer .forPC-TB {
      display: none !important; 
    }
    .footer_right_change {
      margin-right: -30px; 
    }
    nav > ul > li > a {
      display: block;
    }
  }
    
  .c-header {
    width: 100%;
    z-index: 99;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    position: relative;
    top: 0;
    left: 0;
    transition: none;
    position:fixed;
  }
  body:has(.form-layout) .c-header {
    position: relative;
  }
  #wrapper {
    padding-top: 98px;
  }
  @media screen and (max-width: 749px) {
    #wrapper {
      padding-top: 60px;
    }
  }
  #wrapper.form-layout {
    padding-top: 20px;
  }
  @media screen and (max-width: 749px) {
    #wrapper.form-layout {
      padding-top: 0
    }
  }
  .c-header a {
    text-decoration: none;
  }
  @media screen and (min-width: 751px) {
    .c-header a:hover {
      text-decoration: none;
      opacity: 0.8;
    }
  }
  .c-header:has(.c-header__bottom) + #wrapper {
    padding-top: 148px !important;
  }
  @media screen and (max-width: 749px) {
    .c-header:has(.c-header__bottom) + #wrapper {
      padding-top: 99px !important;
    }
  }
  .c-header__bottom {
    padding: 6px 32px;
    background-color: #e2f0ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  @media screen and (max-width: 749px) {
    .c-header__bottom {
      padding: 7px 20px 6px;
      justify-content: center;
    }
  }
  @media screen and (min-width: 750px) {
    .c-header__bottom .c-header__btn2 {
      margin-left: 18px;
      width: -webkit-max-content;
      width: max-content;
      flex-shrink: 0;
    }
  }
  .c-header__bottom .c-header__text1 {
    width: 100%;
  }
  .c-header__inner {
    z-index: 12;
    border-bottom: 2px solid #165e5a;
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  .c-header__wrap {
    padding: 10px 32px 10px 31px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
  }
  @media screen and (min-width: 750px) {
    .c-header__wrap {
      min-height: 80px;
    }
  }
  @media screen and (max-width: 1399px) {
    .c-header__wrap {
      padding: 10px 15px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__wrap {
      padding: 5px 12px 5px 5px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__wrap {
      padding: 5px 8px;
    }
  }
  .c-header__btnmenu {
    margin-left: 32px;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 48px;
    font-weight: 700;
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
    cursor: pointer;
    min-width: 56px;
  }
  @media screen and (max-width: 1399px) {
    .c-header__btnmenu {
      margin-left: 15px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btnmenu {
      margin-left: 8px;
      min-width: 48px;
      font-size: 12px;
      height: 45px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btnmenu {
      margin-left: 4px;
      min-width: 40px;
      font-size: 10px;
    }
  }
  .c-header__btnmenu:before, .c-header__btnmenu:after {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background-color: #1c7e67;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-header__btnmenu:before {
    top: 4px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .c-header__btnmenu:after {
    bottom: 25px;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  @media screen and (max-width: 749px) {
    .c-header__btnmenu:after {
      bottom: 22px;
    }
  }
  .c-header__btnmenu__line {
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    border-radius: 3px;
    background-color: #1c7e67;
    height: 3px;
    width: 24px;
    transition: 0.3s linear;
    opacity: 1;
  }
  .c-header__btnmenu.is-active:before, .c-header__btnmenu.is-active:after {
    width: 31px;
  }
  @media screen and (max-width: 374px) {
    .c-header__btnmenu.is-active:before, .c-header__btnmenu.is-active:after {
      width: 28px;
    }
  }
  .c-header__btnmenu.is-active:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    top: 2px;
    left: 34px;
  }
  @media screen and (max-width: 749px) {
    .c-header__btnmenu.is-active:before {
      top: 1px;
      left: 30px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btnmenu.is-active:before {
      top: 4px;
      left: 24px;
    }
  }
  .c-header__btnmenu.is-active:after {
    left: 33px;
    bottom: 22px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  @media screen and (max-width: 749px) {
    .c-header__btnmenu.is-active:after {
      bottom: 20px;
      left: 29px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btnmenu.is-active:after {
      left: 24px;
      bottom: 19px;
    }
  }
  .c-header__btnmenu.is-active .c-header__btnmenu__line {
    opacity: 0;
  }
  .c-header__btnmenu__text {
    width: 100%;
    text-align: center;
  }
  .c-header__grbtn1 {
    margin-right: 24px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 1399px) {
    .c-header__grbtn1 {
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__grbtn1 {
      margin-right: 8px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__grbtn1 {
      margin-right: 4px;
    }
  }
  .c-header__grbtn2 {
    display: flex;
    align-items: center;
  }
  .c-header__logo {
    display: flex;
    width: 240px;
    flex-shrink: 0;
  }
  @media screen and (max-width: 1399px) {
    .c-header__logo {
      width: 180px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__logo {
      width: 90px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__logo {
      width: 70px;
    }
  }
  .c-header__logo__link {
    display: flex;
  }
  .c-header__logo img {
    width: 100%;
  }
  @media screen and (max-width: 390px) {
    .c-header__logo img {
      width: 82%;
    }
  }
  
  .c-header__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .c-header__box {
    margin-right: 19px;
    margin-left: -2px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 1399px) {
    .c-header__box {
      margin-left: 0;
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    .c-header__box {
      display: none;
    }
  }
  .c-header__box__bottom {
    padding-right: 5px;
    display: flex;
    align-items: center;
  }
  .c-header__box__title {
    padding: 2px 20px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    background-color: #f3f3f3;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
  }
  @media screen and (max-width: 1130px) {
    .c-header__box__title {
      padding: 2px 10px;
      font-size: 13px;
    }
  }
  .c-header__box__title:before {
    left: -5px;
    bottom: 5px;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 5px 5px 0;
    border-right-color: #f3f3f3;
    content: "";
    position: absolute;
  }
  .c-header__box__title .u-green {
    color: #1c7e67;
  }
  .c-header__box__text {
    color: #222;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    white-space: nowrap;
  }
  .c-header__box__label {
    margin-right: 4px;
    padding: 2px 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e42e2e;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    border-radius: 4px;
  }
  @media screen and (max-width: 1130px) {
    .c-header__box__label {
      font-size: 9px;
      width: 25px;
      line-height: 11px;
    }
  }
  .c-header__box .u-tel {
    margin-right: 9px;
    color: #e42e2e;
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
  }
  @media screen and (max-width: 1130px) {
    .c-header__box .u-tel {
      margin-right: 5px;
      font-size: 15px;
    }
  }
  @media screen and (min-width: 750px) {
    .c-header__box .u-tel {
      pointer-events: none;
    }
  }
  .c-header__avatar {
    margin-right: 12px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
  }
  @media screen and (max-width: 1130px) {
    .c-header__avatar {
      margin-right: 8px;
      width: 40px;
      height: 40px;
    }
  }
  .c-header__avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-header__btn {
    padding: 8px 22px;
    display: inline-flex;
    height: 60px;
    align-items: center;
    background-color: #1c7e67;
    color: #fff;
    border: 2px solid #1c7e67;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
    min-width: 137px;
    justify-content: flex-start;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  }
  @media screen and (max-width: 1299px) {
    .c-header__btn {
      height: 50px;
      min-width: 70px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn {
      font-size: 12px;
      height: 50px;
      padding: 15px 6px 8px 6px;
      min-width: 80px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btn {
      padding: 7px 4px 8px 3px;
      min-width: 60px;
    }
  }
  .c-header__btn:not(:last-child) {
    margin-right: 8px;
  }
  @media screen and (max-width: 374px) {
    .c-header__btn:not(:last-child) {
      margin-right: 4px;
    }
  }
  .c-header__btn__textin {
    margin-left: 2px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    font-size: 12px;
  }
  @media screen and (max-width: 1299px) {
    .c-header__btn__textin {
      font-size: 10px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn__textin {
      font-size: 12px;
    }
  }
  .c-header__btn__text {
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 1299px) {
    .c-header__btn__text {
      font-size: 10px;
      line-height: 1.5;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn__text {
      margin-top: -8px;
      font-size: 12px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btn__text {
      margin-top: 0;
      font-size: 10px;
    }
  }
  .c-header__btn__text:before {
    content: "";
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background: url("../../images/new_ui23/icon-search-white.svg") no-repeat center/contain;
  }
  @media screen and (max-width: 374px) {
    .c-header__btn__text:before {
      width: 22px;
      height: 22px;
      margin-right: 2px;
    }
  }
  .c-header__btn__top {
    margin-bottom: 1px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 749px) {
    .c-header__btn__top {
      margin-bottom: 3px;
    }
  }
  .c-header__btn__top img {
    width: 24px;
    height: auto;
  }
  @media screen and (min-width: 750px) {
    .c-header__btn__top img {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }
    .c-header__btn__top img.u-style1 {
      margin-right: -1px;
      width: 25px;
    }
  }
  .c-header__btn__number {
    margin-left: 4px;
    font-size: 18px;
    color: #e42e2e;
  }
  @media screen and (max-width: 1130px) {
    .c-header__btn__number {
      margin-left: 2px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn__number {
      margin-left: 3px;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btn__number {
      margin-left: 1px;
    }
  }
  .c-header__btn.u-style1 {
    padding: 10px 10px 10px;
    font-size: 14px;
    color: #222;
    flex-direction: column;
    background-color: #f3f3f3;
    min-width: auto;
    justify-content: center;
  }
  @media screen and (max-width: 1130px) {
    .c-header__btn.u-style1 {
      padding: 10px 4px 12px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn.u-style1 {
      padding: 1px 4px 2px;
      min-width: 54px;
      background-color: #f3f3f3;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btn.u-style1 {
      min-width: 45px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn.u-style1 .c-header__btn__text {
      margin-top: -7px;
    }
  }
  .c-header__btn.u-style1 .c-header__btn__text:after, .c-header__btn.u-style1 .c-header__btn__text:before {
    display: none;
  }
  .c-header__btn.u-style2 {
    padding: 8px 10px 8px 11px;
  }
  @media screen and (max-width: 1130px) {
    .c-header__btn.u-style2 {
      padding-left: 5px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn.u-style2 {
      padding: 7px 6px 8px 6px;
      min-width: 80px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btn.u-style2 {
      padding: 7px 4px 8px 3px;
      font-size: 9.5px;
      min-width: 60px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__btn.u-style2 .c-header__btn__text {
      margin-top: 0;
    }
  }
  .c-header__btn.u-style2 .c-header__btn__text:after {
    display: none;
  }
  .c-header__btn.u-style2 .c-header__btn__text:before {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    content: "";
    background: url("../../images/new_ui23/icon-search-white.svg") no-repeat center/contain;
  }
  @media screen and (max-width: 1130px) {
    .c-header__btn.u-style2 .c-header__btn__text:before {
      margin-right: 4px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header__btn.u-style2 .c-header__btn__text:before {
      width: 22px;
      height: 22px;
      margin-right: 2px;
    }
  }
  @media screen and (min-width: 751px) {
    .c-header__btn.u-w1 {
      min-width: 172px;
    }
  }
  .c-header__btn.u-w1 .c-header__btn__text {
    width: 100%;
  }
  .c-header__nav {
    color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1c7e67;
    width: 400px;
    margin-right: 0 !important;
  }
  @media screen and (min-width: 750px) {
    .c-header__nav {
      margin-left: auto;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__nav {
      position: relative;
      margin-right: 0;
      width: 90%;
      padding-bottom: 80px;
      margin-left: 10%;
    }
  }
  .c-header__menus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    transition: 0.5s;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  @media screen and (max-width: 749px) {
    .c-header__menus {
      padding-top: 62px;
    }
  }
  .c-header__submenu {
    padding: 8px 0 0 12px;
  }
  @media screen and (max-width: 749px) {
    .c-header__submenu {
      padding: 17px 0 16px;
    }
  }
  .c-header__submenu__item:not(:last-child) {
    margin-bottom: 8px;
  }
  @media screen and (max-width: 749px) {
    .c-header__submenu__item:not(:last-child) {
      margin-bottom: 13px;
    }
    .c-header__submenu__item {
      position: relative;
    }
  }
  .c-header__submenu__item:after {
    width: 8px;
    height: 8px;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  @media screen and (max-width: 749px) {
    .c-header__submenu__item:after {
      content: "";
    }
  }
  .c-header__submenu__link {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    opacity: 0.9;
  }
  .c-header__submenu__link:before {
    background-color: #fff;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
  }
  .c-header__btn1 {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  .c-header__btn1__text {
    padding: 13px 20px 13px 20px;
    display: flex;
    width: 100%;
    max-width: 342px;
    border-radius: 8px;
    background-color: #f66700;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    justify-content: center;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  }
  .c-header__btn1__text:after {
    right: 18px;
    width: 8px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  @media screen and (max-width: 749px) {
    .c-header__btn2 {
      display: none;
    }
  }
  .c-header__btn2__text {
    padding: 8px 38px 8px 16px;
    position: relative;
    background-color: #f66700;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    border-radius: 8px;
    min-width: -webkit-max-content;
    min-width: max-content;
    max-width: 50%;
    flex-shrink: 0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  }
  .c-header__btn2__text:after {
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    position: absolute;
  }
  .c-header__text1 {
    font-size: 16px;
    font-weight: 700;
    color: #1c7e67;
  }
  @media screen and (max-width: 749px) {
    .c-header__text1 {
      text-align: center;
    }
  }
  .c-header__menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    list-style: none;
  }
  .c-header__menu li {
    list-style: none;
  }
  @media screen and (min-width: 750px) {
    .c-header__menu {
      padding: 122px 34px 40px 32px;
      background-color: #1c7e67;
      margin-left: auto;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header__menu {
      margin-bottom: 18px;
      background-color: #1c7e67;
      padding-left: 0 !important;
    }
  }
  .c-header__menu__item {
    width: 100%;
    float: none;
    border-bottom: none;
  }
  .c-header__menu__item:not(:last-child) {
    margin-bottom: 18px;
  }
  .c-header__menu__item li:not(:last-child) {
    margin-bottom: 8px;
  }
  @media screen and (max-width: 749px) {
    .c-header__menu__item:not(:last-child) {
      margin-bottom: 0;
    }
    .c-header__menu__item:last-child .c-header__menu__link {
      border-bottom: none;
    }
    .c-header__menu__item.u-style1 {
      border-bottom: 1px solid #fff;
      padding: 0 24px;
      margin-bottom: 0;
    }
  }
  .c-header__menu__link {
    padding-right: 10px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    position: relative;
    height: auto !important;
    color: #fff;
  }
  @media screen and (max-width: 749px) {
    .c-header__menu__link {
      padding: 15px 35px 16px 24px;
      font-size: 16px;
      color: #fff;
      border-bottom: 1px solid #fff;
    }
    .c-header__menu__link.u-style1 {
      padding: 17px 0 15px;
      border-bottom: 1px dashed #fff;
    }
    .c-header__menu__link.u-style1:after {
      right: 2px;
    }
  }
  .c-header__menu__link:after {
    width: 8px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 0;
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  @media screen and (max-width: 749px) {
    .c-header__menu__link:after {
      right: 25px;
    }
  }
  .c-header.is-active .c-header__menus {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }
  @media screen and (max-width: 749px) {
    .c-header.u-style1 .c-header__menus {
      padding-top: 62px;
    }
    .c-header.u-style1 .c-header__wrap {
      padding-bottom: 5px;
    }
  }
  @media screen and (min-width: 750px) {
    .c-header.u-style1 .c-header__btnmenu {
      margin-left: 24px;
    }
  }
  @media screen and (max-width: 1399px) {
    .c-header.u-style1 .c-header__btnmenu {
      margin-left: 15px;
    }
  }
  @media screen and (max-width: 749px) {
    .c-header.u-style1 .c-header__btnmenu {
      margin-left: 8px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header.u-style1 .c-header__btnmenu {
      margin-left: 4px;
    }
  }
  .c-header.u-style2 .c-header__menus {
    padding-top: 132px;
  }
  @media screen and (max-width: 749px) {
    .c-header.u-style2 .c-header__menus {
      padding-top: 101px;
    }
    .c-header.u-style2 .c-header__menu__link {
      padding-top: 18px;
      padding-bottom: 16px;
    }
  }
  .c-header .pad-only {
    display: none;
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .c-header .pad-only {
      display: block;
    }
  }
  @media (min-width: 750px) {
    .c-header .sp-show {
      display: none !important;
    }
  }
  @media (max-width: 749px) {
    .c-header .pc-show {
      display: none !important;
    }
  }
  .c-header.u-style3 .c-header__logo {
    width: 240px;
  }
  @media screen and (max-width: 1110px) {
    .c-header.u-style3 .c-header__logo {
      width: 180px;
    }
  }
  @media screen and (max-width: 750px) {
    .c-header.u-style3 .c-header__logo {
      width: 25%;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header.u-style3 .c-header__logo {
      width: 21%;
    }
  }
  .c-header.u-style3 .c-header__btn {
    padding: 8px 22px;
    height: 60px;
  }
  @media screen and (min-width: 1440px) {
    .c-header.u-style3 .c-header__btn {
      position: sticky;
    }
  }
  @media screen and (max-width: 1199px) {
    .c-header.u-style3 .c-header__btn {
      min-width: 148px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 1110px) {
    .c-header.u-style3 .c-header__btn {
      min-width: 112px;
      height: 50px;
    }
  }
  @media screen and (max-width: 810px) {
    .c-header.u-style3 .c-header__btn {
      min-width: auto;
      height: 50px;
    }
  }
  @media screen and (max-width: 750px) {
    .c-header.u-style3 .c-header__btn {
      padding: 7px 6px 8px;
      min-width: 75px;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header.u-style3 .c-header__btn {
      min-width: 60px;
    }
  }
  .c-header.u-style3 .c-header__btn__text {
    font-size: 16px;
  }
  @media screen and (max-width: 1110px) {
    .c-header.u-style3 .c-header__btn__text {
      font-size: 10px;
    }
  }
  @media screen and (max-width: 750px) {
    .c-header.u-style3 .c-header__btn__text {
      margin-top: 0;
      font-size: 12px;
    }
  }
  .c-header.u-style3 .c-header__btn__textin {
    font-size: 12px;
  }
  @media screen and (max-width: 1110px) {
    .c-header.u-style3 .c-header__btn__textin {
      font-size: 10px;
    }
  }
  .c-header.u-style3 .c-header__btn.u-style1 {
    padding: 10px 10px 10px;
    min-width: 75px;
  }
  @media screen and (max-width: 1199px) {
    .c-header.u-style3 .c-header__btn.u-style1 {
      min-width: 75px;
    }
  }
  @media screen and (max-width: 1110px) {
    .c-header.u-style3 .c-header__btn.u-style1 {
      padding: 10px 4px 12px;
    }
  }
  @media screen and (max-width: 810px) {
    .c-header.u-style3 .c-header__btn.u-style1 {
      min-width: auto;
    }
  }
  @media screen and (max-width: 374px) {
    .c-header.u-style3 .c-header__btn.u-style1 {
      min-width: 45px;
    }
  }
  @media screen and (max-width: 750px) {
    .c-header.u-style3 .c-header__btn.u-style1 .c-header__btn__text {
      margin-top: -7px;
    }
  }
  
  body.is-fixed {
    overflow: hidden;
    position: fixed;
  }
  body.is-ios-old .c-header__btn__top {
    margin-bottom: 8px;
  }
  
  .c-footer a {
    color: #fff;
  }

  .c-.c-footer #footer_head {
    background: #0e5645;
  }
  .c-.c-footer #footer_head #foot_logo {
    padding-top: 0;
    width: 196px;
    margin-right: 69px;
  }
  .c-.c-footer #footer_head #foot_logo img {
    width: 196px;
    background: #fff;
  }
  @media screen and (max-width: 750px) {
    .c-.c-footer #footer_head #foot_logo {
      width: 100%;
      padding-top: 15px;
    }
  }


  .c-gotop {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-indent: -999999px;
    background: #05372b;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 24px;
    opacity: 0;
    pointer-events: none;
    z-index: 111;
    transition: all 0.3s ease-out;
  }
  .c-gotop::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("../../images/new_ui23/icon-toppage.svg") no-repeat center/cover;
  }
  @media screen and (max-width: 1300px) {
    .c-gotop {
      right: 45px;
    }
  }
  @media screen and (max-width: 750px) {
    .c-gotop {
      border-width: 1px;
      right: 16px;
      bottom: 104px;
    }
  }
  .c-gotop img {
    width: 36px;
  }
  @media screen and (max-width: 750px) {
    .c-gotop img {
      width: 18px;
    }
  }
  .c-gotop.is-absolute {
    position: absolute;
    bottom: 414px;
  }
  @media screen and (max-width: 750px) {
    .c-gotop.is-absolute {
      position: fixed;
      bottom: 94px;
    }
  }
  .c-gotop.is-show {
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  .l-side__fixed.is-show {
    opacity: 1;
    visibility: visible;
  }
  .c-navi.is-show {
    opacity: 1;
    visibility: visible;
  }

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

  .logo_sp_img {
    margin-left: 10%;
  }
  
 @media screen and (min-width: 1440px) {
    .c-header__bottom {
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw);
      padding-right: calc(50vw - 50%);
      padding-left: calc(50vw - 50%);
      border-bottom: 2px solid #165E5A;
      width: auto;
    }
  }
  @media screen and (min-width: 1440px) {
    .u-style2 .c-header__inner {
      max-width: 1440px;
      margin-inline: auto;
      padding-inline: 32px;
      border-bottom: none !important;
    }
    .u-style2 .c-header__wrap {
      margin-right: calc(50% - 50vw) !important;
      margin-left: calc(50% - 50vw)!important;
      padding-right: calc(50vw - 50%) !important;
      padding-left: calc(50vw - 50%) !important;
      width: auto !important;
      max-width: none !important;
    }
  }
.c-header.is-active .c-header__nav {
    transform: translateX(0);
}
.u-style2 .c-header__menu {
    padding-top: 52px;
}
@media screen and (max-width: 749px) {
  .u-style2 .c-header__menu {
    padding-top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .main .side_fix {
    z-index: 10 !important;
  }
} 