@charset "UTF-8";
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.fnt-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

.fnt-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal; }

.fnt-Cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

.wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0px auto;
  max-width: 1080px; }
  @media screen and (max-width: 1140px) {
    .wrap {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word; }
  .txt-vertical .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right; }

.object-fit-cover {
  position: relative; }
  .object-fit-cover img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important; }

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative; }
    .object-fit-cover-pc img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100% !important;
      width: 100% !important; } }
.box-parallax {
  position: relative;
  z-index: 1; }
  .box-parallax .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .box-parallax .img-parallax img {
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important; }

.bnr-shared a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  background: url("../img/top/arow2.png") no-repeat right 8px/28px;
  color: #21201E;
  display: block;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #139856;
  padding-bottom: 13px;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease; }
  .bnr-shared a:hover {
    opacity: 0.8; }
@media screen and (max-width: 767px) {
  .bnr-shared {
    text-align: center; } }

body.home {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.0em;
  background-color: #F2F2F2;
  color: #676767; }
  body.home p {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    body.home {
      font-size: 14px;
      line-height: 28px; }
      body.home #wrapper {
        padding-top: 74px; } }

#wrapper {
  padding-top: 164px; }
  @media screen and (max-width: 767px) {
    #wrapper {
      padding-top: 80px; } }

.fixed-box {
  bottom: auto;
  top: 150px; }
  .fixed-box .fixed_pc {
    width: 117px; }
    .fixed-box .fixed_pc ul {
      text-align: center;
      border-bottom: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden;
      color: #fff;
      font-weight: 700;
      display: block; }
    .fixed-box .fixed_pc li {
      background: #60b147;
      background: linear-gradient(90deg, #60b147 0%, #139856 100%);
      color: #fff;
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0.02em;
      padding: 10px 0; }
      .fixed-box .fixed_pc li img {
        width: 22.5px;
        height: auto;
        display: block;
        margin: 0 auto 4px; }
      .fixed-box .fixed_pc li.tel {
        font-size: 15px;
        line-height: 18px;
        border-bottom: 1px solid #fff; }
      .fixed-box .fixed_pc li.btn-web {
        transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease; }
        .fixed-box .fixed_pc li.btn-web img {
          width: 30px;
          margin: 0 auto 6px; }
        .fixed-box .fixed_pc li.btn-web:hover {
          opacity: 0.8; }
          .fixed-box .fixed_pc li.btn-web:hover img {
            opacity: 1 !important; }
      .fixed-box .fixed_pc li.time {
        background: #fff;
        color: #22201E;
        font-size: 13px;
        line-height: 18px;
        padding: 0; }
        .fixed-box .fixed_pc li.time dt {
          position: relative;
          background: #60b147;
          background: linear-gradient(90deg, rgba(96, 177, 71, 0.16) 0%, rgba(19, 152, 86, 0.16) 100%);
          line-height: 32px; }
          .fixed-box .fixed_pc li.time dt:before {
            content: ''; }
        .fixed-box .fixed_pc li.time dd {
          padding: 10px 0; }
        .fixed-box .fixed_pc li.time span {
          letter-spacing: 0.02em;
          padding-bottom: 5px;
          display: inline-block; }
    @media screen and (max-width: 999px) {
      .fixed-box .fixed_pc {
        width: 88px; }
        .fixed-box .fixed_pc li {
          font-size: 12px;
          line-height: 16px;
          padding: 10px 0; }
          .fixed-box .fixed_pc li img {
            width: 16px;
            margin-bottom: 3px; }
          .fixed-box .fixed_pc li.tel {
            font-size: 12px; }
          .fixed-box .fixed_pc li.btn-web img {
            width: 22px;
            margin-bottom: 3px; }
          .fixed-box .fixed_pc li.time {
            font-size: 10px;
            line-height: 12px; }
            .fixed-box .fixed_pc li.time dt {
              line-height: 28px; }
            .fixed-box .fixed_pc li.time dd {
              padding: 7px 0; } }
  .fixed-box .pagetop {
    position: absolute;
    right: 11px;
    top: -50px;
    width: 37px; }
  @media screen and (max-width: 767px) {
    .fixed-box {
      top: auto;
      bottom: 0;
      left: 0; }
      .fixed-box .fixed_sp {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden; }
        .fixed-box .fixed_sp ul {
          display: table;
          width: 100%; }
          .fixed-box .fixed_sp ul li {
            display: table-cell;
            line-height: 0;
            position: relative;
            background: url("../img/top/gd_bg.png") repeat 0 0/auto 100%; }
            .fixed-box .fixed_sp ul li:nth-child(1):before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              border-left: 1px solid #fff; }
            .fixed-box .fixed_sp ul li:nth-child(3) {
              background: #f7f7f7; }
              .fixed-box .fixed_sp ul li:nth-child(3):before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                border-left: 1px solid #e4eee1;
                z-index: 1; }
            .fixed-box .fixed_sp ul li img {
              vertical-align: middle; } }

header {
  position: fixed;
  top: 0px !important;
  right: 0px;
  left: 0;
  z-index: 999;
  padding: 0 20px;
  background-color: #FAFAFA;
  height: 88px; }
  @media screen and (max-width: 1180px) {
    header {
      padding: 0; } }
  header .hd_logo {
    position: absolute;
    z-index: 9999;
    top: 13px;
    left: 24px; }
    header .hd_logo a {
      align-items: center;
      display: flex;
      gap: 13px; }
    header .hd_logo span {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0; }
    header .hd_logo img {
      width: 200px;
      height: auto; }
  header .hd-container .group {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  header .g_nav > ul {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    padding: 25px 22px 0 0; }
    header .g_nav > ul li {
      position: relative;
      white-space: nowrap; }
      header .g_nav > ul li a, header .g_nav > ul li .link-item {
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 40px;
        color: #2B2B2B;
        display: block;
        position: relative;
        text-align: left; }
        @media screen and (min-width: 768px) {
          header .g_nav > ul li a:hover, header .g_nav > ul li .link-item:hover {
            opacity: 0.8; } }
      header .g_nav > ul li.btn-news a {
        width: 105px;
        text-align: center;
        font-size: 15px;
        letter-spacing: 0.05em;
        padding: 0;
        display: block;
        color: #139856;
        border: 1px solid;
        border-radius: 27px;
        line-height: 37px; }
    header .g_nav > ul li.parent .dropdown {
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 120%;
      left: 50%;
      transform: translateX(-50%);
      width: 260px;
      padding: 10px 20px;
      box-sizing: border-box; }
      header .g_nav > ul li.parent .dropdown::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid #139856; }
      header .g_nav > ul li.parent .dropdown li a {
        font-size: 15px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: 0.04em;
        padding: 10px 20px;
        text-align: left;
        position: relative; }
        header .g_nav > ul li.parent .dropdown li a::before {
          display: inline-block;
          margin-right: 5px;
          position: absolute;
          left: 0px;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          width: 0;
          height: 0;
          border-top: 3px solid transparent;
          border-left: 7px solid #139856;
          border-bottom: 3px solid transparent; }
        header .g_nav > ul li.parent .dropdown li a:hover {
          opacity: 0.8; }
      header .g_nav > ul li.parent .dropdown li:not(:last-child) {
        border-bottom: 1px solid #B5B5B5; }
    @media screen and (max-width: 1160px) {
      header .g_nav > ul {
        gap: 30px; } }
    @media screen and (max-width: 999px) {
      header .g_nav > ul {
        gap: 30px; } }
  @media screen and (max-width: 1080px) {
    header .hd_logo {
      top: 50%;
      transform: translateY(-50%); }
      header .hd_logo img {
        width: 160px; } }
  @media screen and (max-width: 999px) {
    header {
      height: 100px; }
      header .hd_logo {
        top: 6px;
        left: 50%;
        transform: translateX(-50%); }
      header .hd-container .group {
        justify-content: center; }
      header .g_nav > ul {
        padding: 46px 0 0; } }
  @media screen and (max-width: 767px) {
    header {
      width: 100%;
      background-color: #FAFAFA;
      height: 74px; }
      header:before {
        content: '';
        background-color: #FAFAFA;
        position: absolute;
        height: 74px;
        left: 0;
        right: 0;
        z-index: 1001; }
      header .hd_logo {
        left: 19px;
        top: 14px;
        transform: none; }
        header .hd_logo a {
          gap: 8px; }
        header .hd_logo span {
          font-size: 11px;
          line-height: 15px;
          padding-top: 4px;
          display: inline-block; }
      header .hd-container .group {
        display: block; }
      header .g_nav > ul {
        display: block;
        padding: 77px 30px 0; }
        header .g_nav > ul li {
          padding: 15px 0;
          text-align: left;
          border-bottom: 1px solid #B5B5B5; }
          header .g_nav > ul li a, header .g_nav > ul li .link-item {
            line-height: 30px;
            padding: 0;
            text-align: left;
            letter-spacing: 0.1em;
            color: #434548; }
          header .g_nav > ul li:last-child {
            margin-bottom: 0; }
          header .g_nav > ul li.btn-news {
            border: none;
            padding: 28px 0; }
            header .g_nav > ul li.btn-news a {
              width: 100%;
              line-height: 50px;
              font-size: 16px; }
        header .g_nav > ul .parent.active .dropdown {
          background-color: #fff;
          display: block !important;
          overflow: unset !important;
          position: relative;
          width: 100%;
          inset: 0;
          opacity: 1;
          transform: none;
          visibility: visible;
          border-top: 1px solid #B5B5B5;
          margin: 20px 0 0;
          padding: 20px 27px; }
          header .g_nav > ul .parent.active .dropdown::before {
            display: none; }
        header .g_nav > ul .parent.active::after {
          transform: rotate(90deg); }
        header .g_nav > ul li.parent::before {
          content: '';
          position: absolute;
          top: 30px;
          right: 11px;
          width: 14px;
          height: 2px;
          background-color: #139856;
          transition: all .3s; }
        header .g_nav > ul li.parent::after {
          content: '';
          position: absolute;
          top: 24px;
          right: 17px;
          height: 14px;
          width: 2px;
          background-color: #139856;
          transition: all .3s; }
        header .g_nav > ul li.parent .dropdown {
          padding: 25px 15px; }
          header .g_nav > ul li.parent .dropdown li {
            border: none !important;
            background-color: transparent;
            padding: 0; }
            header .g_nav > ul li.parent .dropdown li a {
              padding: 0px 13px;
              letter-spacing: 0.04em; }
      header .g_nav .contact {
        background: url("../img/top/gradient.jpg") no-repeat 0 0/100% 100%;
        color: #fff;
        padding: 28px 20px 100px;
        margin: 18px 0px 0;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 15px;
        line-height: 27px; }
        header .g_nav .contact h2 {
          font-size: 28px;
          line-height: 40px;
          letter-spacing: 0.08em; }
        header .g_nav .contact p {
          padding: 23px 0 20px; }
        header .g_nav .contact .link {
          max-width: 315px;
          margin: 0 auto; }
          header .g_nav .contact .link li {
            margin-bottom: 5px; } }

#footer {
  background: #EEECEB;
  padding: 63px 0px 157px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  position: relative; }
  #footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #60b147;
    background: linear-gradient(90deg, #60b147 0%, #139856 100%); }
  #footer .wrap {
    max-width: 1117px; }
  #footer .logo {
    width: 264px;
    margin: 0 0 16px; }
  #footer .link {
    justify-content: space-between;
    padding-right: 50px; }
  #footer .sitemap:hover {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 30px 0 132px;
      line-height: 22px;
      margin-bottom: 20vw;
      text-align: center; }
      #footer:before {
        height: 65px;
        bottom: -15px; }
      #footer .logo {
        margin: 0 auto 16px; }
      #footer .link {
        padding: 11px 0 0;
        display: block; }
        #footer .link li:first-child {
          padding-bottom: 18px; } }

#fix-btn {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 80px;
  width: 68px;
  height: 200px; }
  #fix-btn li {
    position: absolute;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease; }
    #fix-btn li:before {
      content: '';
      background-image: url("../img/ico_tel.svg");
      background-size: 100% auto;
      background-position: center;
      background-repeat: no-repeat;
      width: 20px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 23px;
      transform: translateY(-50%);
      z-index: 2; }
    #fix-btn li img {
      height: 68px;
      width: auto;
      max-width: max-content;
      opacity: 0; }
    #fix-btn li:nth-child(1) {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    #fix-btn li:nth-child(2) {
      background-color: #E48CB3;
      top: 96px; }
      #fix-btn li:nth-child(2):before {
        content: '';
        background-image: url("../img/ico_mail.svg");
        width: 29px;
        height: 24px;
        top: 50%;
        left: 20px; }
    #fix-btn li:nth-child(3) {
      cursor: pointer;
      top: 182px;
      background: #BFD1D9 !important; }
      #fix-btn li:nth-child(3):after {
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 13px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #fix-btn li:nth-child(3):before {
        display: none; }
    @media screen and (min-width: 768px) {
      #fix-btn li:hover {
        width: 299px; }
        #fix-btn li:hover img {
          opacity: 1; }
        #fix-btn li:hover:nth-child(1):before {
          left: 27px; }
        #fix-btn li:hover:nth-child(2):before {
          left: 22px; }
        #fix-btn li:hover:nth-child(3):hover {
          width: 68px;
          opacity: 0.8; } }
  @media screen and (max-width: 767px) {
    #fix-btn {
      right: 0;
      left: 0;
      bottom: 0;
      justify-content: space-between;
      display: flex;
      width: auto;
      height: auto; }
      #fix-btn li {
        width: calc((100% - 73px)/2);
        position: relative;
        border-radius: 0;
        top: auto !important;
        right: auto !important;
        background: #0b2736;
        background: linear-gradient(0deg, #0b2736 0%, #114e6e 100%);
        height: auto; }
        #fix-btn li:before {
          display: none; }
        #fix-btn li img {
          height: 27px;
          opacity: 1; }
        #fix-btn li:nth-child(1):after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          border-left: 1px solid rgba(255, 255, 255, 0.6); }
        #fix-btn li:nth-child(3) {
          width: 73px;
          height: 73px; }
        #fix-btn li a {
          height: 100%;
          justify-content: center;
          align-items: center;
          display: flex; } }

@media screen and (min-width: 768px) {
  header .g_nav > ul li.parent:hover .dropdown {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 768px) {
  header .logo {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease; }

  .has_logo header .logo {
    opacity: 0;
    pointer-events: none; } }
#newsList dl {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  display: table;
  width: 100%;
  margin-bottom: 34px; }
  #newsList dl dt, #newsList dl dd {
    display: table-cell;
    box-sizing: border-box;
    color: #72706E; }
  #newsList dl a:hover {
    text-decoration: underline; }
  #newsList dl dt {
    font-size: 15px;
    width: 243px;
    position: relative;
    padding-right: 30px;
    line-height: 20px; }
    #newsList dl dt .newsLabel {
      text-align: center;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.08em;
      width: 92px;
      background: #60b147;
      background: linear-gradient(90deg, #60b147 0%, #139856 100%);
      color: #fff;
      float: right; }
  @media screen and (max-width: 999px) {
    #newsList dl dt {
      width: 170px;
      padding-right: 10px; }
      #newsList dl dt .newsLabel {
        width: 63px; } }
  @media screen and (max-width: 767px) {
    #newsList dl {
      display: block;
      margin-bottom: 21px; }
      #newsList dl dt, #newsList dl dd {
        display: block; }
      #newsList dl dt {
        width: auto;
        letter-spacing: 0.08em; }
        #newsList dl dt .newsLabel {
          width: 54px;
          float: none;
          display: inline-block;
          margin-left: 13px; } }

.link-a, .link_a {
  background-color: #E5F9E1;
  padding: 60px 0 45px 60px; }
  .link-a li, .link_a li {
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    margin: 0 50px 15px 0; }
    .link-a li a, .link_a li a {
      position: relative;
      padding: 0 0 0 25px;
      font-size: 17px;
      line-height: 36px;
      letter-spacing: 0.15em;
      display: inline-block;
      text-decoration: underline; }
      .link-a li a:before, .link_a li a:before {
        content: '';
        background: url("../img/icons/arow.png") no-repeat center/100%;
        width: 13px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 10px;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      .link-a li a:hover, .link_a li a:hover {
        text-decoration: none; }
        .link-a li a:hover:before, .link_a li a:hover:before {
          transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
    .link-a, .link_a {
      padding: 20px;
      padding-right: 0; }
      .link-a li, .link_a li {
        margin: 0 20px 0px 0;
        display: block; }
        .link-a li a, .link_a li a {
          font-size: 16px;
          line-height: 30px;
          padding-left: 15px; }
          .link-a li a:before, .link_a li a:before {
            width: 10px;
            top: 7px; } }

.bnr-link {
  max-width: 227px; }
  .bnr-link li {
    margin-bottom: 30px; }

.list_a li {
  position: relative;
  padding: 0 0 13px 32px; }
  .list_a li:before {
    content: '';
    width: 17px;
    height: 17px;
    border: 4px solid #60B147;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .list_a li {
      padding: 0 0 10px 23px; }
      .list_a li:before {
        width: 15px;
        height: 15px; } }

.table-f {
  border: 1px solid #CBCAC9; }
  .table-f dl {
    display: table;
    width: 100%; }
    .table-f dl:first-child dd {
      border-bottom: 1px solid #CBCAC9; }
    .table-f dl:first-child dt {
      background-color: #139856;
      color: #fff;
      border-bottom: 1px solid #fff; }
    .table-f dl dt, .table-f dl dd {
      display: table-cell;
      box-sizing: border-box;
      vertical-align: middle;
      padding: 20px; }
    .table-f dl dt {
      font-size: 20px;
      font-weight: 700;
      width: 32%;
      background-color: #E5F9E1; }
  @media screen and (max-width: 767px) {
    .table-f dl dt, .table-f dl dd {
      padding: 5px 10px; }
    .table-f dl dt {
      font-size: 16px;
      width: 110px;
      padding-right: 0; } }

.box_flow_c {
  padding: 80px 0px;
  position: relative;
  z-index: 1; }
  .box_flow_c:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    background-color: #D1F7CC;
    z-index: -1; }
  .box_flow_c .flow_c {
    background-color: #fff;
    position: relative;
    padding: 40px; }
    .box_flow_c .flow_c.arow {
      margin-bottom: 35px !important; }
      .box_flow_c .flow_c.arow:after {
        content: '';
        background-color: #A1B3D1;
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%) rotate(45deg);
        z-index: -1; }
    .box_flow_c .flow_c .elementor-image-box-title {
      font-size: 20px;
      letter-spacing: 0.06em;
      font-weight: 700;
      padding: 0 0 35px 45px;
      position: relative; }
      .box_flow_c .flow_c .elementor-image-box-title span {
        position: absolute;
        left: 0;
        top: 0;
        width: 33px;
        line-height: 33px;
        border-radius: 50%;
        background-color: #139856;
        color: #fff;
        font-weight: 400;
        text-align: center; }
  @media screen and (max-width: 767px) {
    .box_flow_c {
      padding: 50px 0; }
      .box_flow_c .flow_c {
        padding: 20px; }
        .box_flow_c .flow_c .elementor-image-box-title {
          padding-bottom: 20px; } }

.tbl_history dl {
  display: table;
  width: 100%;
  margin-bottom: 12px; }
  .tbl_history dl dt, .tbl_history dl dd {
    display: table-cell; }
  .tbl_history dl dt {
    width: 160px;
    position: relative;
    padding-left: 31px; }
    .tbl_history dl dt:before {
      content: '';
      width: 17px;
      height: 17px;
      border: 4px solid #60B147;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 9px;
      border-radius: 50%; }

.style_aa {
  position: relative; }
  .style_aa .frame {
    border: 3px solid #D6EBD2;
    padding: 50px;
    position: relative;
    z-index: 2;
    width: 90% !important;
    margin: 0 auto; }
    .style_aa .frame .elementor-image-box-title {
      color: #9AC95F;
      font-size: 24px;
      font-weight: 700;
      line-height: 47px;
      letter-spacing: 0.22em;
      padding-bottom: 30px; }
      .style_aa .frame .elementor-image-box-title span {
        display: inline-block; }
    @media screen and (max-width: 999px) {
      .style_aa .frame {
        padding: 30px; } }
  .style_aa .photo_pos {
    max-width: 500px;
    width: 45% !important;
    margin: -100px 0 -50px !important;
    background-color: #efefef; }
    .style_aa .photo_pos img {
      opacity: 0.3; }
    .style_aa .photo_pos.pos_r {
      margin: -70px 0 -135px  55% !important; }
  @media screen and (max-width: 767px) {
    .style_aa .frame {
      margin: 0;
      padding: 40px 20px 50px;
      width: 100% !important;
      max-width: 100%; }
      .style_aa .frame .elementor-image-box-title {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 20px; }
    .style_aa .photo_pos {
      max-width: 100%;
      width: 100% !important;
      margin: -50px 20px -30px !important; }
      .style_aa .photo_pos.pos_r {
        margin: -50px 20px -30px   !important; } }

.box-bb .elementor-image-box-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 25px; }

@media screen and (min-width: 768px) {
  .style_bb .elementor-row {
    justify-content: space-between; }
  .style_bb .elementor-column.elementor-col-50 {
    width: 35%; }
    .style_bb .elementor-column.elementor-col-50:last-child {
      width: 61%; } }

.photo_list_a .elementor-image-box-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  padding-bottom: 5px; }
.photo_list_a .elementor-row {
  flex-wrap: wrap;
  gap: 30px 0; }
@media screen and (min-width: 768px) {
  .photo_list_a .elementor-image-box-title {
    font-size: 24px;
    line-height: 40px;
    min-height: 85px; }
  .photo_list_a .elementor-row {
    gap: 30px; }
  .photo_list_a .elementor-column.elementor-col-16 {
    width: calc((100% - 60px)/3); } }

.style_check {
  background-color: #E5F9E1;
  border: 1px solid rgba(112, 112, 112, 0.32);
  border-radius: 20px;
  padding: 50px; }
  .style_check .elementor-image-box-title {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 40px; }
  .style_check .elementor-row {
    background-color: #fff;
    padding: 35px; }
  @media screen and (max-width: 999px) {
    .style_check {
      padding: 35px; } }
  @media screen and (max-width: 767px) {
    .style_check {
      padding: 20px; }
      .style_check .elementor-row {
        padding: 20px; }
      .style_check .elementor-image-box-title {
        font-size: 18px;
        padding-bottom: 20px;
        line-height: 32px; } }

.style_box_c {
  position: relative;
  z-index: 1;
  padding: 100px 30px; }
  .style_box_c:before {
    content: '';
    background-color: #D1F7CC;
    position: absolute;
    top: 0;
    left: -50vw;
    bottom: 0;
    right: -50vw;
    z-index: -1; }
  .style_box_c .style_c01 .elementor-widget-container {
    padding-top: 50px;
    max-width: 656px;
    margin: 0 auto 30px;
    position: relative; }
    .style_box_c .style_c01 .elementor-widget-container:after {
      content: "";
      display: table;
      clear: both; }
  .style_box_c .style_c01 .elementor-image-box-img {
    float: left;
    margin: 0 20px 20px 0px !important;
    max-width: 204px;
    white-space: nowrap; }
  .style_box_c .style_c01 .elementor-image-box-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 204px;
    text-align: center;
    background-color: #139856;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 36px;
    border-radius: 30px; }
  @media screen and (max-width: 767px) {
    .style_box_c {
      padding: 50px 0px; }
      .style_box_c .style_c01 .elementor-image-box-img {
        float: none !important;
        margin: 0 auto 20px !important; }
      .style_box_c .style_c01 .elementor-image-box-title {
        left: 50%;
        transform: translateX(-50%);
        width: 90%; } }

.style_menu_banner .wp-caption:hover {
  opacity: 0.8; }
.style_menu_banner .elementor-image {
  border-radius: 10px;
  overflow: hidden; }
  .style_menu_banner .elementor-image a:hover img.attachment-large {
    opacity: 1 !important; }
.style_menu_banner .widget-image-caption {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #60B147;
  background: linear-gradient(0deg, #60b147 0%, #2fa150 100%);
  line-height: 61px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1; }
  .style_menu_banner .widget-image-caption:before {
    content: '';
    background: url("../img/top/arow3.png") no-repeat center/100%;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .style_menu_banner .widget-image-caption:before {
        width: 24px; } }
.style_menu_banner .elementor-row {
  flex-wrap: wrap;
  gap: 40px 0; }
@media screen and (min-width: 768px) {
  .style_menu_banner .widget-image-caption {
    font-size: 24px;
    line-height: 81px; }
  .style_menu_banner .elementor-row {
    gap: 30px; }
  .style_menu_banner .elementor-column.elementor-col-16 {
    width: calc((100% - 60px)/3); } }
@media screen and (min-width: 768px) and (max-width: 999px) {
  .style_menu_banner .widget-image-caption {
    font-size: 22px;
    line-height: 70px; }
  .style_menu_banner .elementor-row {
    gap: 40px; }
  .style_menu_banner .elementor-column.elementor-col-16 {
    width: calc((100% - 40px)/2); } }

.style_qa .elementor-image-box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding: 11px 0 30px 70px;
  position: relative; }
  .style_qa .elementor-image-box-title span {
    background-color: #139856;
    color: #fff;
    font-size: 31px;
    text-align: center;
    width: 56px;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%; }
.style_qa .elementor-image-box-description {
  position: relative;
  padding: 11px 0 30px 70px; }
  .style_qa .elementor-image-box-description span.a {
    background-color: #E5F9E1;
    font-size: 31px;
    text-align: center;
    width: 56px;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    font-weight: 700; }
@media screen and (max-width: 767px) {
  .style_qa .elementor-image-box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding: 9px 0 20px 56px; }
    .style_qa .elementor-image-box-title span {
      font-size: 23px;
      width: 46px;
      line-height: 46px;
      top: 5px; }
  .style_qa .elementor-image-box-description {
    position: relative;
    padding: 9px 0 20px 56px; }
    .style_qa .elementor-image-box-description span.a {
      font-size: 23px;
      width: 46px;
      line-height: 46px;
      top: 5px; } }

.style_recruit {
  position: relative; }
  .style_recruit:before {
    content: '';
    border-left: 2px solid #9AC95F;
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0; }
  .style_recruit li {
    position: relative;
    font-size: 28px;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 0px 0 106px 80px;
    z-index: 2;
    line-height: 45px; }
    .style_recruit li:last-child {
      background-color: #fff; }
    .style_recruit li span {
      font-size: 24px;
      font-weight: 700;
      line-height: 50px;
      height: 56px;
      text-align: center;
      color: #9AC95F;
      border: 2px solid;
      background-color: #fff;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
  @media screen and (max-width: 767px) {
    .style_recruit li {
      font-size: 22px;
      line-height: 36px;
      padding: 0px 0 47px 60px; }
      .style_recruit li span {
        font-size: 18px;
        height: 45px;
        width: 45px;
        line-height: 40px; } }

.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb; }

.splash img {
  max-width: 250px;
  width: 100%; }
