@charset "UTF-8";
@font-face {
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf"); }
html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff; }
  @media (max-width: 480px) {
    html {
      width: 100%;
      height: 100%; } }
  html body,
  html dd,
  html div,
  html dl,
  html dt,
  html fieldset,
  html form,
  html h1,
  html h2,
  html h3,
  html h4,
  html h5,
  html h6,
  html input,
  html li,
  html ol,
  html p,
  html td,
  html textarea,
  html th,
  html ul {
    padding: 0;
    margin: 0; }
  html article,
  html aside,
  html details,
  html figcaption,
  html figure,
  html footer,
  html header,
  html hgroup,
  html menu,
  html nav,
  html section {
    display: block;
    padding: 0;
    margin: 0; }
  html address,
  html caption,
  html em,
  html strong,
  html th {
    font-style: normal; }
  html caption,
  html th {
    text-align: left; }
  html hr,
  html legend {
    display: none; }
  html h1,
  html h2,
  html h3,
  html h4,
  html h5,
  html h6 {
    font-size: 100%; }
  html ol,
  html ul {
    list-style: none; }
  html a img,
  html fieldset {
    border: none; }
  html img {
    display: block;
    width: 100%; }
  html a {
    text-decoration: none;
    color: inherit; }
  html a:visited {
    text-decoration: none; }
  html p {
    margin-bottom: 12px; }
  html * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  html blockquote,
  html dl,
  html ol,
  html pre,
  html table,
  html ul {
    margin-bottom: 0; }
  html table {
    border-collapse: collapse;
    border-spacing: 0; }

body {
  color: #111;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  line-height: 1.8;
  height: 100%;
  min-width: 1040px;
  background: #fff; }
  @media (max-width: 480px) {
    body {
      position: relative;
      width: 100%;
      min-width: 100%;
      font-size: 3.8vw;
      line-height: 1.5;
      -webkit-overflow-scrolling: touch; } }

#page {
  margin: 0 auto;
  width: auto;
  overflow: hidden; }
  @media (max-width: 480px) {
    #page {
      position: relative;
      width: 100%;
      margin: 0 auto; } }

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0); } }
#header {
  min-width: 1020px;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 480px) {
    #header {
      min-width: 100%;
      top: 0; } }
  #header .header {
    width: 1600px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 480px) {
      #header .header {
        padding: 4.5vw 4.5%;
        max-width: 100%; } }
    #header .header .head-logo {
      width: 265px; }
      @media (max-width: 480px) {
        #header .header .head-logo {
          width: 36vw;
          line-height: 1; } }
      #header .header .head-logo img {
        display: block; }
      #header .header .head-logo .inner .head-logo__ico {
        width: 48px;
        margin: 0 auto 6px;
        line-height: 1; }
        @media (max-width: 480px) {
          #header .header .head-logo .inner .head-logo__ico {
            width: 32%; } }
      @media (max-width: 480px) {
        #header .header .head-logo .inner .head-logo__txt {
          width: 100%;
          line-height: 1; } }
      #header .header .head-logo.sideline {
        width: 166px; }
        #header .header .head-logo.sideline .inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 480px) {
            #header .header .head-logo.sideline .inner {
              display: block; } }
          #header .header .head-logo.sideline .inner .head-logo__ico {
            width: 38px;
            margin: 0; }
          #header .header .head-logo.sideline .inner .head-logo__txt {
            width: 117px; }
    #header .header .head-nav {
      padding: 10px 0 0; }
      @media (max-width: 480px) {
        #header .header .head-nav {
          width: auto;
          right: auto; } }
    #header .header #sp_navi {
      display: none; }
      @media (max-width: 480px) {
        #header .header #sp_navi {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 6vw 4vw;
          top: 2vw;
          right: 2vw; } }
      #header .header #sp_navi li.gnavi_tel {
        width: 6.2vw;
        padding-top: 1.5vw;
        line-height: 1; }
      #header .header #sp_navi li.gnavi_open {
        width: 11vw;
        padding: 1.5vw;
        font-size: 0; }

.head-nav__inquiry {
  width: 626px;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .head-nav__inquiry {
      display: none; } }

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0; } }
#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px; }
  @media (max-width: 480px) {
    #gnavi ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 17% 0 7%;
      max-width: 100%;
      gap: 0;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    #gnavi ul li {
      width: 100%; } }
  #gnavi ul li a {
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media (max-width: 480px) {
      #gnavi ul li a {
        color: #111;
        -webkit-filter: none;
                filter: none;
        padding: 5px 0;
        background: #fff;
        display: block;
        width: 100%; } }
    #gnavi ul li a:not(.recruit) {
      position: relative;
      padding: 10px 0; }
      @media (max-width: 480px) {
        #gnavi ul li a:not(.recruit) {
          padding: 15px 0; } }
      #gnavi ul li a:not(.recruit)::before {
        position: absolute;
        content: " ";
        width: 0;
        height: 2px;
        background-color: #4e8b7b;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: width .3s;
        transition: width .3s; }
    @media (min-width: 480px) {
      #gnavi ul li a:hover:not(.recruit)::before {
        width: 100%; } }
  #gnavi ul li .recruit {
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #80c269;
    color: #fff;
    height: 41px;
    padding: 0 2.5em;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative; }
    @media (max-width: 480px) {
      #gnavi ul li .recruit {
        width: 100%;
        height: 50px;
        border-radius: 3vw;
        margin-top: 20px; } }
    #gnavi ul li .recruit:hover {
      opacity: 0.7; }
  @media (max-width: 480px) {
    #gnavi ul li:not(.navi_slide) a:not(.recruit) {
      position: relative; }
      #gnavi ul li:not(.navi_slide) a:not(.recruit)::after {
        content: "";
        width: 0.3em;
        height: 0.3em;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); } }
  #gnavi ul li.navi_slide {
    cursor: pointer;
    position: relative;
    z-index: 1; }
    #gnavi ul li.navi_slide::before {
      position: absolute;
      content: " ";
      width: 100%;
      height: 40px;
      z-index: -1; }
    @media (max-width: 480px) {
      #gnavi ul li.navi_slide {
        cursor: default; } }
    #gnavi ul li.navi_slide:hover ul {
      display: block; }
    #gnavi ul li.navi_slide > a {
      cursor: default;
      pointer-events: none; }
      @media (max-width: 480px) {
        #gnavi ul li.navi_slide > a {
          cursor: default; } }
    #gnavi ul li.navi_slide ul {
      border-radius: 0 0 4px 4px;
      padding: 9px 14px 12px;
      height: inherit;
      width: 230px;
      background: #fff;
      -webkit-box-shadow: 0 0 7px rgba(54, 77, 161, 0.3);
              box-shadow: 0 0 7px rgba(54, 77, 161, 0.3);
      border-radius: 9px;
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      overflow: hidden;
      z-index: 5000; }
      @media (max-width: 480px) {
        #gnavi ul li.navi_slide ul {
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-size: 1.3rem;
          border-bottom: inherit;
          background: none;
          border-radius: 0 0 4px 4px;
          margin-left: 0;
          margin-bottom: 10px;
          padding: 0;
          top: auto;
          height: inherit;
          width: 100%;
          display: block;
          position: inherit;
          zoom: 1; } }
      #gnavi ul li.navi_slide ul li {
        text-align: center;
        margin: 0;
        width: 100%;
        float: none; }
        @media (max-width: 480px) {
          #gnavi ul li.navi_slide ul li {
            border-bottom: 1px dashed #333; } }
        #gnavi ul li.navi_slide ul li a {
          position: relative;
          cursor: pointer;
          font-size: 1.2rem;
          color: #333;
          text-align: left;
          text-decoration: none;
          text-shadow: inherit;
          letter-spacing: 1px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          margin: 0 auto;
          padding: 3px 0;
          background: none;
          display: block;
          border-color: #fff;
          border: none; }
          @media (max-width: 480px) {
            #gnavi ul li.navi_slide ul li a {
              color: #333;
              text-align: left;
              text-decoration: none;
              text-shadow: inherit;
              letter-spacing: 1px;
              -webkit-box-shadow: none;
                      box-shadow: none;
              margin: 0 auto;
              padding: 10px 5%;
              background: none;
              display: block;
              border-bottom: 0; } }
          @media (min-width: 480px) {
            #gnavi ul li.navi_slide ul li a:hover {
              color: #80c269;
              -webkit-box-shadow: inherit;
                      box-shadow: inherit;
              border: none; } }
  @media (min-width: 480px) and (max-width: 480px) {
    #gnavi ul li.navi_slide ul li a:hover {
      color: #fff; } }
          @media (min-width: 480px) {
              #gnavi ul li.navi_slide ul li a:hover::before {
                -webkit-box-shadow: inherit;
                        box-shadow: inherit;
                background: none; }
              #gnavi ul li.navi_slide ul li a:hover::after {
                width: 100%; } }
    @media (min-width: 480px) and (max-width: 480px) {
      #gnavi ul li.navi_slide ul li a:hover::after {
        width: 0; } }

          #gnavi ul li.navi_slide ul li a::after {
            position: absolute;
            content: " ";
            width: 0;
            height: 1px;
            background-color: #80c269;
            bottom: 2px;
            left: 0;
            -webkit-transition: width .3s;
            transition: width .3s; }
            @media (max-width: 480px) {
              #gnavi ul li.navi_slide ul li a::after {
                background: none;
                border-color: #80c269 !important; } }
@media (max-width: 480px) {
  #gnavi #close {
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #333;
    padding: 5px 5%;
    width: 100%; }
    #gnavi #close span {
      font-size: 1.5rem;
      font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; } }

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000; } }
@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
#contents .contents_header {
  position: relative;
  overflow: hidden;
  height: 350px;
  background: url(../img/contents/contents-header-bg01.jpg) no-repeat center/cover; }
  @media (max-width: 480px) {
    #contents .contents_header {
      height: 188px;
      background-image: url(../img/contents/contents-header-bg01-sp.jpg); } }
  #contents .contents_header .head_inner .title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #4e8a7a;
    text-align: center;
    line-height: 1.2;
    padding-top: 120px; }
    @media (max-width: 480px) {
      #contents .contents_header .head_inner .title {
        font-size: 2.25rem;
        padding-top: 70px; } }
#contents .breadcrumbs {
  padding: 5px 0; }
  @media (max-width: 480px) {
    #contents .breadcrumbs {
      padding: 5px 10px; } }
  #contents .breadcrumbs ul {
    margin: 0 auto;
    max-width: 1020px; }
    @media (max-width: 480px) {
      #contents .breadcrumbs ul {
        max-width: 100%; } }
    #contents .breadcrumbs ul:after {
      content: '';
      display: block;
      clear: both; }
    #contents .breadcrumbs ul li {
      font-size: 1.3rem;
      margin-right: 5px;
      float: left; }
      #contents .breadcrumbs ul li a {
        color: #111;
        margin-right: 4px;
        display: inline-block; }
        #contents .breadcrumbs ul li a:hover {
          text-decoration: none; }

.contact-block {
  padding: 0 0 45px;
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 480px) {
    .contact-block {
      padding: 0 5vw 14vw; } }
  .contact-block .contact-block__inner {
    max-width: 940px;
    margin: 0 auto; }
  .contact-block .contact-block__text {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.03em; }
    @media (max-width: 480px) {
      .contact-block .contact-block__text {
        font-size: 4vw;
        margin-bottom: 7vw;
        line-height: 1.4; } }
  .contact-block .contact-block-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 3vw 0; } }
  .contact-block .contact-block-box01__item {
    width: 46.5%;
    height: 180px;
    line-height: 1; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__item {
        width: 100%;
        height: 23vw; } }
    .contact-block .contact-block-box01__item.mail {
      position: relative;
      font-size: 2.4rem;
      border-radius: 10px;
      overflow: hidden; }
      .contact-block .contact-block-box01__item.mail::before {
        position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0; }
      @media (max-width: 480px) {
        .contact-block .contact-block-box01__item.mail {
          font-size: 5vw; } }
      .contact-block .contact-block-box01__item.mail .contact-block-box01__link {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        @media (min-width: 480px) {
          .contact-block .contact-block-box01__item.mail .contact-block-box01__link:hover {
            opacity: 0.6; } }
  .contact-block .contact-block-box01__link {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    padding: 30px;
    border: 1px solid #80c269;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 #fff;
            box-shadow: 0 0 0 #fff;
    background-color: rgba(255, 255, 255, 0.95); }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__link {
        padding: 5vw 3vw;
        border: none;
        border-width: 0.3vw;
        border-radius: 3vw; } }
    .contact-block .contact-block-box01__link > p {
      margin-bottom: 0; }
  @media (max-width: 480px) {
    .contact-block .contact-block-box01__item.tel .contact-block-box01__link {
      padding: 5vw 3vw 5vw 10vw; } }
  .contact-block .contact-block-box01__item.mail .contact-block-box01__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact-block .contact-block-box01__item.mail .contact-block-box01__link::after {
      position: absolute;
      content: " ";
      width: 40px;
      height: 11px;
      background-image: url(../img/arrow01.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      top: calc(50% + 28px);
      right: 30px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 480px) {
        .contact-block .contact-block-box01__item.mail .contact-block-box01__link::after {
          width: 7vw;
          height: 2vw;
          top: 50%;
          right: 7vw; } }
  .contact-block .contact-block-box01__item.mail .contact-block-box01__txt {
    font-size: 2.3rem;
    font-weight: bold;
    color: #005752;
    line-height: 1.4; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__item.mail .contact-block-box01__txt {
        font-size: 4.3vw;
        letter-spacing: 0.3vw; } }
  .contact-block .contact-block-box01__item.mail .contact-block-box01__img {
    position: unset;
    width: 67px;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__item.mail .contact-block-box01__img {
        position: absolute;
        width: 8vw;
        top: 50%;
        left: 8vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .contact-block .contact-block-box01__tel {
    font-size: 4rem;
    font-weight: bold;
    color: #005752;
    padding-left: 60px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b2b2b2; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__tel {
        font-size: 6.8vw;
        padding-left: 10vw;
        padding-bottom: 0;
        margin-bottom: 2vw;
        border: none; } }
  .contact-block .contact-block-box01__img {
    position: absolute;
    width: 29px;
    top: 40px;
    left: 50px;
    line-height: 1; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__img {
        width: 5vw;
        top: 6.5vw;
        left: 12vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .contact-block .contact-block-box01__name {
    position: absolute;
    font-size: 2rem;
    font-weight: 500;
    color: #e50012;
    top: -2px;
    left: 79px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01__name {
        font-size: 3vw;
        top: 50%;
        left: 12vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media (max-width: 480px) {
    .contact-block .contact-block-box01-list {
      letter-spacing: 0; } }
  .contact-block .contact-block-box01-list__item {
    font-size: 1.6rem; }
    @media (max-width: 480px) {
      .contact-block .contact-block-box01-list__item {
        font-size: 3vw; } }
    .contact-block .contact-block-box01-list__item:not(:last-child) {
      margin-bottom: 5px; }
      @media (max-width: 480px) {
        .contact-block .contact-block-box01-list__item:not(:last-child) {
          margin-bottom: 1vw; } }

.footer {
  min-width: 1020px;
  background: #005752;
  position: relative; }
  @media (max-width: 480px) {
    .footer {
      min-width: 100%; } }
  .footer #pagetop {
    display: none;
    width: 60px; }
    @media (max-width: 480px) {
      .footer #pagetop {
        width: 15%; } }
    .footer #pagetop a {
      text-align: center;
      color: #000;
      text-decoration: none;
      display: block; }
      .footer #pagetop a img {
        display: block; }
        @media (max-width: 480px) {
          .footer #pagetop a img {
            width: 100%; } }
  .footer #pagetop.fixed {
    right: 3%;
    bottom: 50px;
    display: block;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (max-width: 480px) {
      .footer #pagetop.fixed {
        right: 9px;
        bottom: 50px;
        display: block;
        z-index: 10000;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .footer .footer_inner {
    font-size: 1.4rem;
    color: #fff;
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0 0; }
    @media (max-width: 480px) {
      .footer .footer_inner {
        font-size: 3.7vw;
        padding: 40px 4.5% 0;
        display: block; } }
    .footer .footer_inner a {
      color: #000;
      text-decoration: none; }
    .footer .footer_inner .footernavi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 480px) {
        .footer .footer_inner .footernavi {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .footer .footer_inner .footernavi .footernavi__ttl {
        padding-bottom: 4px;
        margin-left: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 4px; }
      .footer .footer_inner .footernavi .footernavi-child {
        font-size: 1.2rem;
        margin-left: 10px; }
        .footer .footer_inner .footernavi .footernavi-child > a {
          position: relative;
          display: block;
          padding-left: 12px;
          margin-bottom: 5px; }
          .footer .footer_inner .footernavi .footernavi-child > a::after {
            content: " ";
            width: 5px;
            height: 9px;
            -webkit-mask-position: center;
                    mask-position: center;
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
            -webkit-mask-size: contain;
                    mask-size: contain;
            -webkit-mask-image: url("../img/arrow01.svg");
                    mask-image: url("../img/arrow01.svg");
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 3px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi .footernavi-child {
            margin-left: 0; } }
      .footer .footer_inner .footernavi ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0 10px;
        margin: 0 0 0 60px; }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi ul {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 6vw 4%;
            margin: 0; } }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi ul li {
            width: 48%; } }
      .footer .footer_inner .footernavi .dual-box {
        width: 270px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 0 60px; }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi .dual-box {
            width: 45%;
            margin: 0; } }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi .dual-box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .footer .footer_inner .footernavi .dual-box > ul {
          width: 50%;
          margin-left: 0; }
          @media (max-width: 480px) {
            .footer .footer_inner .footernavi .dual-box > ul {
              width: 100%; } }
      @media (max-width: 480px) {
        .footer .footer_inner .footernavi li {
          margin-left: 0;
          letter-spacing: 0;
          line-height: 1.4; } }
      .footer .footer_inner .footernavi li a {
        display: block;
        color: #fff;
        padding-left: 10px; }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi li a {
            padding-left: 0; } }
        @media (min-width: 480px) {
          .footer .footer_inner .footernavi li a:hover {
            text-decoration: underline; } }
    .footer .footer_inner .footer_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      @media (max-width: 480px) {
        .footer .footer_inner .footer_info {
          text-align: center;
          margin: 0 0 9vw; } }
      .footer .footer_inner .footer_info .footer_logo {
        width: 248px;
        margin-bottom: 30px; }
        @media (max-width: 480px) {
          .footer .footer_inner .footer_info .footer_logo {
            width: 63%;
            margin-bottom: 0; } }
      .footer .footer_inner .footer_info .tel {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        line-height: 1;
        margin: 0;
        letter-spacing: 0; }
        .footer .footer_inner .footer_info .tel a {
          color: #fff;
          font-size: 1.3em; }
  .footer .copy {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    max-width: 1020px;
    margin: 25px auto 0; }
    @media (max-width: 480px) {
      .footer .copy {
        padding: 10px 0 13px; } }
    .footer .copy img {
      vertical-align: bottom;
      position: relative;
      display: inline-block;
      width: 100px;
      top: -4px;
      left: 14px; }
      @media (max-width: 480px) {
        .footer .copy img {
          width: 70px;
          margin: 0 auto;
          display: block;
          top: 2px;
          left: auto; } }
    .footer .copy a {
      color: #000;
      text-decoration: none;
      color: #fff; }
      @media (max-width: 480px) {
        .footer .copy a {
          font-size: 2vw; } }
    .footer .copy p {
      margin: 0; }

.access_map {
  padding: 0 10px;
  padding-bottom: 100px;
  width: 100%; }
  @media (max-width: 480px) {
    .access_map {
      padding: 0 10px;
      width: 100%; } }
  .access_map .map_set {
    border: 1px dotted #fff;
    margin-bottom: 23px;
    height: 450px;
    width: 100%; }
    @media (max-width: 480px) {
      .access_map .map_set {
        -webkit-box-shadow: inherit;
                box-shadow: inherit;
        height: 200px;
        width: 100%; } }
    @media (max-width: 480px) {
      .access_map .map_set .guide {
        font-size: 1rem;
        padding: 13px 10px; } }
  .access_map .access_data {
    padding: 15px 0 0; }
    .access_map .access_data dl {
      padding: 0 5px; }
      .access_map .access_data dl:after {
        content: '';
        display: block;
        clear: both; }
      .access_map .access_data dl dt {
        font-weight: bold;
        float: left; }
        @media (max-width: 480px) {
          .access_map .access_data dl dt {
            float: none; } }
      .access_map .access_data dl dd {
        padding-left: 80px; }
        @media (max-width: 480px) {
          .access_map .access_data dl dd {
            padding-left: 0;
            margin-bottom: 12px; } }
        .access_map .access_data dl dd .postal_code {
          margin-right: 1.5rem; }
          @media (max-width: 480px) {
            .access_map .access_data dl dd .postal_code {
              margin-right: 0;
              display: block; } }
        .access_map .access_data dl dd a {
          color: #111; }

.privacy_section {
  padding: 50px 0 70px; }
  @media (max-width: 480px) {
    .privacy_section {
      padding: 30px 0 40px; } }
  .privacy_section .privacy_section_inner {
    margin: 0 auto;
    max-width: 1020px; }
    @media (max-width: 480px) {
      .privacy_section .privacy_section_inner {
        padding: 0 10px;
        max-width: 100%; } }
    .privacy_section .privacy_section_inner .privacy_set {
      margin-bottom: 20px; }
      .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
        font-size: 1.6rem;
        border-left: 6px solid #333;
        margin-bottom: 30px;
        padding: 10px 15px;
        background-color: #f7f8f9; }
        @media (max-width: 480px) {
          .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
            border-left: 3px solid #333;
            margin-bottom: 20px; } }
      .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
        padding: 0 10px 15px; }
        @media (max-width: 480px) {
          .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
            padding: 0 5px 15px; } }
        .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
          margin-bottom: 10px; }
          @media (max-width: 480px) {
            .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
              text-indent: -45px;
              margin-bottom: 10px;
              padding-left: 35px; } }
        .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
          margin-bottom: 4px; }
          @media (max-width: 480px) {
            .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
              margin-bottom: 10px; } }
        .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
          margin-bottom: 15px;
          padding-left: 40px; }
          @media (max-width: 480px) {
            .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
              margin-bottom: 30px;
              padding-left: 0; } }

.inquiry_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center; }
  .inquiry_info .no {
    font-size: 5rem;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .inquiry_info .no {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 5px; } }
    .inquiry_info .no a {
      font-family: "arial bold";
      letter-spacing: -1px;
      line-height: 1.0;
      text-decoration: none; }
      @media (max-width: 480px) {
        .inquiry_info .no a {
          font-family: "Noto Sans JP", sans-serif; } }
    .inquiry_info .no span {
      font-size: 65%; }
  .inquiry_info .time {
    margin-bottom: 0; }

.attent_block {
  margin-bottom: 20px; }
  .attent_block .title {
    font-size: 1.6rem;
    text-shadow: 0.3px 0 0 #000;
    border-bottom: 1px solid #333;
    margin: 0 0 10px;
    padding: 5px 0; }
    .attent_block .title:before {
      content: "■";
      font: normal normal normal 18px/1 FontAwesome;
      margin-right: 6px; }

.thanks_title {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 30px; }

.thanks_msg {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.0; }
  .thanks_msg p {
    margin-bottom: 20px; }

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px; }

#MailForm span.required {
  background: #9B0000; }

#MailForm span.any {
  background: #999; }

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%; }
  @media (max-width: 480px) {
    #MailForm table {
      border: 0; } }
  #MailForm table td,
  #MailForm table th {
    font-weight: normal;
    border: 1px solid #999;
    background-color: #fff;
    padding: 25px; }
    @media (max-width: 480px) {
      #MailForm table td,
      #MailForm table th {
        border: 0;
        width: 100%;
        display: block; } }
  #MailForm table th {
    padding-left: 75px;
    width: 25%;
    background: #F2F2F2;
    position: relative; }
    @media (max-width: 480px) {
      #MailForm table th {
        padding: 0 0 3px;
        width: 100%;
        background: none; } }
    @media (max-width: 480px) {
      #MailForm table th:before {
        color: #666666;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 1;
        margin-right: 5px;
        content: "\025a0"; } }
    #MailForm table th span {
      position: absolute;
      left: 25px; }
      @media (max-width: 480px) {
        #MailForm table th span {
          left: auto;
          right: 5px; } }
  @media (max-width: 480px) {
    #MailForm table td {
      margin-bottom: 35px;
      padding: 0; } }

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px; }
  @media (max-width: 480px) {
    #MailForm input,
    #MailForm textarea {
      width: 100%; } }
#MailForm select {
  font-size: 1.5rem;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  padding: 10px 27px 10px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
#MailForm label {
  padding: 2px 0;
  cursor: pointer; }
#MailForm input[type="radio"] {
  width: 10%; }
@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; } }
@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none; } }
@media (max-width: 480px) {
  #MailForm input[type="submit"]:focus,
  #MailForm input[type="button"]:focus {
    outline-offset: -2px; } }
#MailForm .form3 {
  vertical-align: middle;
  width: 3%; }
#MailForm .form25 {
  width: 25%; }
  @media (max-width: 480px) {
    #MailForm .form25 {
      width: 100%; } }
#MailForm .form45 {
  width: 45%; }
  @media (max-width: 480px) {
    #MailForm .form45 {
      width: 100%; } }
#MailForm .form60 {
  width: 60%; }
  @media (max-width: 480px) {
    #MailForm .form60 {
      width: 100%; } }
#MailForm .form90 {
  width: 93%; }
  @media (max-width: 480px) {
    #MailForm .form90 {
      width: 100%; } }
#MailForm .focus {
  background: #ffe7e0; }
#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px; }
#MailForm .inquiry_inset {
  margin-bottom: 25px; }
#MailForm .confirm_txt {
  text-align: center; }
  @media (max-width: 480px) {
    #MailForm .confirm_txt {
      text-align: left; } }

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px; }
  .send_btn_inner .send_btn {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 1px;
    cursor: pointer;
    border: 0;
    padding: 15px 0;
    background: #80c269; }
    @media (max-width: 480px) {
      .send_btn_inner .send_btn {
        font-size: 100%;
        padding: 15px 10px; } }
    .send_btn_inner .send_btn:hover {
      opacity: 0.7; }
  .send_btn_inner .submit_btn {
    width: 50%; }
    @media (max-width: 480px) {
      .send_btn_inner .submit_btn {
        margin-bottom: 15px;
        width: 80%; } }

.inputarea li {
  margin: 0 15px 0 0;
  float: left; }
  @media (max-width: 480px) {
    .inputarea li {
      margin: 0 15px 0 0;
      float: left; } }

#thanks p {
  line-height: 300px;
  text-align: center; }

#contents .inquiry-info {
  margin: 0;
  overflow: hidden; }
  #contents .inquiry-info li {
    margin-right: 15px;
    float: left; }

.send_inner {
  padding: 12px 0 20px; }
  .send_inner .send_step_msg {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 15px; }

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px; }

.send_inner .send_btn_inner {
  text-align: center; }

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #FF9900;
  display: inline-block; }

.send_inner .send_btn_inner .btn_return {
  background: #797979; }

.send_confirm_table {
  padding: 17px 0 30px; }
  .send_confirm_table table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 90%; }
    @media (max-width: 480px) {
      .send_confirm_table table {
        width: 100%; } }
    .send_confirm_table table td,
    .send_confirm_table table th {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.5;
      border: 1px solid #ccc;
      padding: 17px 20px;
      background: #fff; }
      @media (max-width: 480px) {
        .send_confirm_table table td,
        .send_confirm_table table th {
          border: 0 solid #ccc;
          padding: 17px 20px;
          background: #fff;
          display: block; } }
    .send_confirm_table table th {
      width: 40%;
      background: #f5f5f5; }
      @media (max-width: 480px) {
        .send_confirm_table table th {
          text-align: left;
          margin-bottom: 5px;
          padding: 10px 15px;
          width: 100%;
          background: #f5f5f5; } }
    @media (max-width: 480px) {
      .send_confirm_table table td {
        margin-bottom: 30px; } }

.send_inner .send_error {
  padding: 15px 0 30px; }
  .send_inner .send_error li {
    font-size: 1.4rem;
    padding: 5px 0; }
    .send_inner .send_error li:before {
      color: #C2C2C2;
      font-size: 85%;
      font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
      margin-right: 8px;
      content: "\0025cf"; }
    .send_inner .send_error li span {
      color: #FF3333;
      margin-right: 5px;
      display: inline-block; }

.table_base {
  margin-bottom: 50px; }
  .table_base table {
    border: 2px solid #999;
    width: 100%; }
    @media (max-width: 480px) {
      .table_base table {
        border: 0; } }
    .table_base table td,
    .table_base table th {
      font-weight: normal;
      border: 1px solid #999;
      background-color: #fff;
      padding: 25px 16px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        .table_base table td,
        .table_base table th {
          font-weight: normal;
          border: 0;
          padding: 12px;
          display: block; } }
    .table_base table td span.map_jump {
      margin-left: 10px;
      position: relative;
      top: -2px; }
      .table_base table td span.map_jump a {
        color: #fff;
        font-size: 0.9rem;
        text-decoration: none;
        border-radius: 3px;
        padding: 2px 6px;
        background: #CC6600;
        display: inline-block; }
        .table_base table td span.map_jump a:hover {
          opacity: 0.7; }
          @media (max-width: 480px) {
            .table_base table td span.map_jump a:hover {
              opacity: 1; } }
    .table_base table tbody th {
      font-weight: 500;
      text-align: center;
      background-color: #F3F3F4;
      width: 28%; }
      @media (max-width: 480px) {
        .table_base table tbody th {
          text-align: left;
          width: 100%; } }
    .table_base table tbody td {
      padding: 15px 40px; }
      @media (max-width: 480px) {
        .table_base table tbody td {
          margin-bottom: 30px;
          padding: 12px 12px 0; } }
    .table_base table dd {
      border-bottom: 1px dotted #F3F3F4;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .table_base table dd:last-child {
        margin-bottom: 0;
        padding: 0;
        border: 0; }

@media (max-width: 480px) {
  .table_base02 {
    overflow: auto; } }
.table_base02.w21 tbody td {
  width: 21%; }
.table_base02.w29 tbody td {
  width: 29%;
  text-align: left; }
.table_base02.w80 tbody td {
  width: 80%; }
.table_base02 table {
  border: 1px solid #808080;
  width: 100%; }
  @media (max-width: 480px) {
    .table_base02 table {
      width: 200%; } }
  .table_base02 table td,
  .table_base02 table th {
    font-weight: 500;
    border: 1px solid #808080;
    background-color: #fff;
    padding: 13px 10px;
    text-align: center;
    line-height: 1.4; }
    @media (max-width: 480px) {
      .table_base02 table td,
      .table_base02 table th {
        padding: 10px 10px; } }
  .table_base02 table thead th {
    color: #80c269;
    background-color: #d8dbec; }

.box_base01 {
  background-color: #f5f6fa; }
  .box_base01:not(:last-child) {
    margin-bottom: 20px; }
  .box_base01 .box_base01_in {
    padding: 15px 26px; }
  .box_base01 .box_base01_ttl {
    display: inline-block;
    color: #243974;
    border-bottom: 1px solid #80c269; }
    @media (max-width: 480px) {
      .box_base01 .box_base01_ttl {
        line-height: 1.4; } }
  .box_base01 .box_base01_list_item {
    line-height: 1.3; }
    .box_base01 .box_base01_list_item:not(:last-child) {
      margin-bottom: 5px; }
  .box_base01 .box_base01_list_item_ttl {
    font-size: 1.1rem;
    margin-bottom: 3px; }
  .box_base01 .box_base01_list_item_txt {
    font-size: 1.1rem; }

.content_inner {
  padding: 10px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 480px) {
    .content_inner {
      padding: 0 0 25px;
      display: block; } }
  .content_inner .msg {
    line-height: 1.5; }
    @media (max-width: 480px) {
      .content_inner .msg {
        margin-bottom: 30px; } }
  .content_inner .images img {
    width: 100%; }
  .content_inner.abus-img {
    position: relative; }
    .content_inner.abus-img .images {
      position: absolute;
      right: -40px;
      top: 0; }
      @media (max-width: 480px) {
        .content_inner.abus-img .images {
          position: unset; } }
  .content_inner.w_margin380 .images {
    width: 380px; }
    @media (max-width: 480px) {
      .content_inner.w_margin380 .images {
        width: 100%; } }
  .content_inner.w_margin380 .msg {
    width: 410px; }
    @media (max-width: 480px) {
      .content_inner.w_margin380 .msg {
        width: 100%; } }
  .content_inner.w_margin410 .images {
    width: 410px; }
    @media (max-width: 480px) {
      .content_inner.w_margin410 .images {
        width: 100%; } }
  .content_inner.w_margin410 .msg {
    width: 570px; }
    @media (max-width: 480px) {
      .content_inner.w_margin410 .msg {
        width: 100%; } }
  .content_inner.w_margin450 .images {
    width: 450px; }
    @media (max-width: 480px) {
      .content_inner.w_margin450 .images {
        width: 100%; } }
  .content_inner.w_margin450 .msg {
    width: 415px; }
    @media (max-width: 480px) {
      .content_inner.w_margin450 .msg {
        width: 100%; } }
  .content_inner.w_margin480 .images {
    width: 480px; }
    @media (max-width: 480px) {
      .content_inner.w_margin480 .images {
        width: 100%; } }
  .content_inner.w_margin480 .msg {
    width: 415px; }
    @media (max-width: 480px) {
      .content_inner.w_margin480 .msg {
        width: 100%; } }

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .image_list li img {
    width: 100%;
    display: block; }
  .image_list li span {
    padding: 15px 0 0;
    display: block; }
  .image_list.two_image li {
    width: calc(90% / 2); }
    .image_list.two_image li:nth-child(odd) {
      margin-right: 4%; }
  .image_list.three_image li {
    width: calc(90% / 3); }
    .image_list.three_image li:not(:nth-child(3n)) {
      margin-right: 3%; }

.ttl01 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1; }
  @media (max-width: 480px) {
    .ttl01 {
      padding-top: 6vw;
      margin-bottom: 11vw; } }
  .ttl01::after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 2px;
    background-color: #80c269;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 480px) {
      .ttl01::after {
        width: 15vw;
        height: 0.5vw;
        bottom: -6vw; } }
  .ttl01 .ttl01_en {
    font-size: 12rem;
    font-family: "Fustat", sans-serif;
    font-weight: 800;
    color: #acd598;
    line-height: 0.9;
    opacity: 0.3; }
    @media (max-width: 480px) {
      .ttl01 .ttl01_en {
        position: absolute;
        width: 100%;
        font-size: 16vw;
        top: 10vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -1; } }
  .ttl01 .ttl01_main {
    position: absolute;
    width: 100%;
    font-size: 2.6rem;
    left: 50%;
    bottom: 22px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1; }
    @media (max-width: 480px) {
      .ttl01 .ttl01_main {
        position: unset;
        font-size: 5.3vw;
        -webkit-transform: none;
                transform: none; } }
  @media (max-width: 480px) {
    .contact-block .ttl01 {
      padding-top: 17vw; } }
  .contact-block .ttl01::after {
    background-color: #fff; }
  .contact-block .ttl01 .ttl01_main {
    color: #fff; }
  .contact-block .ttl01 .ttl01_en {
    color: #fff;
    opacity: 0.2; }
  .font-min .ttl01 {
    font-size: 15rem; }

.ttl02 {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1; }
  @media (max-width: 480px) {
    .ttl02 {
      padding-top: 6vw;
      margin-bottom: 11vw; } }
  .ttl02::after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 2px;
    background-color: #80c269;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 480px) {
      .ttl02::after {
        width: 15vw;
        height: 0.5vw;
        bottom: -6vw; } }
  .ttl02 .ttl02_main {
    width: 100%;
    font-size: 2.6rem;
    padding-bottom: 10px;
    line-height: 1; }
    @media (max-width: 480px) {
      .ttl02 .ttl02_main {
        font-size: 5.3vw; } }

.txt_c {
  text-align: center; }

.txt_r {
  text-align: right; }

.only_pc {
  display: block; }
  @media (max-width: 480px) {
    .only_pc {
      display: none; } }

.only_sp {
  display: none; }
  @media (max-width: 480px) {
    .only_sp {
      display: block; } }

.tel a {
  color: #000;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none; }
  @media (max-width: 480px) {
    .tel a {
      pointer-events: inherit; } }

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  @media (max-width: 480px) {
    .fade_hover a {
      -webkit-transition: none;
      transition: none; } }
  .fade_hover a:hover {
    opacity: 0.7; }
    @media (max-width: 480px) {
      .fade_hover a:hover {
        opacity: 1; } }

.btn_base {
  margin: 0 auto;
  width: 400px;
  border-radius: 30px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .btn_base {
      width: 100%; } }
  .btn_base a {
    position: relative;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 14px 0;
    background: #1dab71;
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 480px) {
      .btn_base a {
        font-size: 4.5vw;
        padding: 3.3vw 0; } }
    .btn_base a:hover {
      opacity: 0.7; }
    .btn_base a::after {
      position: absolute;
      content: " ";
      width: 40px;
      height: 11px;
      background-image: url(../img/arrow02.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      top: calc(50% - 2px);
      right: 30px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 480px) {
        .btn_base a::after {
          width: 7vw;
          height: 2vw;
          top: 50%;
          right: 7vw; } }

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 40px;
  padding-top: 30px; }
  .btn-list .btn_base01 {
    margin: 0; }
  @media (max-width: 480px) {
    .btn-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.btn_base01 {
  display: block;
  margin: 0 auto;
  width: 330px;
  height: 65px;
  border-radius: 30px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .btn_base01 {
      width: 85%;
      height: 55px; } }
  .btn_base01 a {
    position: relative;
    font-size: 1.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#5f5198), to(#364da1));
    background: linear-gradient(to right, #5f5198 0%, #364da1 100%);
    z-index: 1;
    line-height: 1.4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 480px) {
      .btn_base01 a {
        font-size: 1.4rem; } }
    .btn_base01 a:hover {
      opacity: 0.7; }
    .btn_base01 a::before {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#364da1), to(#5f5198));
      background: linear-gradient(to right, #364da1 0%, #5f5198 100%);
      left: 0;
      z-index: -1; }
    .btn_base01 a::after {
      position: absolute;
      content: " ";
      width: 8px;
      height: 8px;
      border: 1px solid #fff;
      border-bottom: none;
      border-left: none;
      top: calc(50% - 2px);
      right: 30px;
      -webkit-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%);
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1020px; }
  @media (max-width: 480px) {
    .everywhere_block {
      text-align: left;
      line-height: 1.8;
      margin: 0 auto 30px;
      padding: 0 20px;
      max-width: 100%; } }

.list01 .list01-set:not(:last-child) {
  margin-bottom: 20px; }

.list02 {
  padding-top: 30px; }
  .list02 .list02-set:not(:last-child) {
    margin-bottom: 50px; }
  .list02 .list02-set__ttl {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #80c269; }
  .list02 .list02-set__sub {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0 23px 0 10px;
    margin-right: 7px;
    z-index: 1; }
    .list02 .list02-set__sub::before {
      position: absolute;
      content: " ";
      width: 100%;
      min-height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#364da1), to(#5f5198));
      background: linear-gradient(to right, #364da1 0%, #5f5198 100%);
      -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
      left: 0;
      bottom: -1px;
      z-index: -1; }
  .list02 .list02-set__main {
    font-weight: 500;
    color: #80c269;
    padding-bottom: 3px; }
  .list02 .list02-set_txt {
    margin-bottom: 20px;
    line-height: 1.4; }
  .list02 .list02-set_cat {
    display: inline-block;
    font-size: 1.2rem;
    color: #80c269;
    border: 1px solid #80c269;
    border-radius: 20px;
    padding: 8px 15px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .list02 .list02-set_cat {
        font-size: 1.3rem; } }
  .list02 .list02-set-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 2.75%;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .list02 .list02-set-img {
        gap: 15px 4%; } }
  .list02 .list02-set-img__item {
    width: 31.5%; }
    @media (max-width: 480px) {
      .list02 .list02-set-img__item {
        width: 48%; } }
    @media (max-width: 480px) {
      .list02 .list02-set-img__item:nth-child(3) {
        width: 100%; } }

.list-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2.75%;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .list-img01 {
      gap: 15px 4%; } }

.list-img01__item {
  position: relative;
  width: 31.5%; }
  @media (max-width: 480px) {
    .list-img01__item {
      width: 48%; } }
  .list-img01__item.before_cleaning::after {
    content: "洗浄前"; }
  .list-img01__item.after_cleaning::after {
    content: "洗浄後"; }
  .list-img01__item::after {
    position: absolute;
    content: "";
    font-size: 1.4rem;
    font-weight: 500;
    right: 4px;
    bottom: 9px;
    padding: 1px 10px;
    background-color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 480px) {
      .list-img01__item::after {
        font-size: 1.2rem; } }

.flow_block {
  position: relative;
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px auto 0; }
  @media (max-width: 480px) {
    .flow_block {
      width: 100%;
      display: block;
      margin-top: 50px; } }
  .flow_block::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #80c269;
    top: -20px;
    left: 0; }
    @media (max-width: 480px) {
      .flow_block::before {
        content: none; } }
  .flow_block .flow_block_set {
    position: relative;
    width: 185px;
    padding: 18px 15px 20px;
    background-color: #f1f2f8; }
    @media (max-width: 480px) {
      .flow_block .flow_block_set {
        width: 100%;
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .flow_block .flow_block_set:not(:last-child) {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .flow_block .flow_block_set::before {
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        background-color: #80c269;
        top: 0;
        left: 0; } }
  .flow_block .flow_block_set_no {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    color: #fff;
    background-color: #80c269;
    border-radius: 50%;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); }
    @media (max-width: 480px) {
      .flow_block .flow_block_set_no {
        width: 40px;
        height: 40px;
        font-size: 1.7rem;
        top: -21px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .flow_block .flow_block_set_main_ttl {
    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;
    height: 43px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #80c269;
    margin-bottom: 13px;
    text-align: center;
    line-height: 1.4; }
    @media (max-width: 480px) {
      .flow_block .flow_block_set_main_ttl {
        position: relative;
        height: auto;
        margin-bottom: 10px; } }
  .flow_block .flow_block_set_main_msg {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.4; }
  .flow_block .flow_block_set_main_msg_txt {
    margin-bottom: 10px; }
  .flow_block .flow_block_set_main_msg_list_item {
    font-size: 1.1rem;
    text-indent: -10px;
    padding-left: 10px; }
    .flow_block .flow_block_set_main_msg_list_item:not(:last-child) {
      margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }
