@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 1.875;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #02b8ae;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  background: url(../images/contact-bg.jpg) no-repeat center/cover;
  padding: 178px 0 177px 9%;
}
#contact .inner {
  display: flex;
  -moz-column-gap: 9.9587912088%;
       column-gap: 9.9587912088%;
}
#contact .inner h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 90px;
  line-height: 1.2;
  color: #fff;
  align-content: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.75), 0 0 12px rgba(0, 0, 0, 0.75), 0 0 12px rgba(0, 0, 0, 0.75);
}
#contact .inner h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  text-shadow: none;
}
#contact .inner .contents {
  flex: 1;
  background: linear-gradient(90deg, #f3feec 0%, #d9f8f5 50.1759%, #c4f3fc 100%);
  padding: 19px 10px 17px 4.0521978022%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#contact .inner .contents .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #004c88;
  margin-bottom: 11px;
}
#contact .inner .contents .tel {
  padding-right: 61px;
  margin-bottom: 11px;
}
#contact .inner .contents .tel a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .inner .contents .tel a:hover {
  opacity: 0.6;
}
#contact .inner .contents .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 67.91px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #0099c2;
}
#contact .inner .contents .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .inner .contents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  width: 400px;
  max-width: 100%;
  background: #29a6dd;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: 49px;
  font-size: 16px;
  border-radius: 25px;
}
#contact .inner .contents .btn a::after {
  content: "";
  width: 36px;
  aspect-ratio: 36/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.png);
}
@media (max-width: 1500px) {
  #contact {
    padding-left: 4%;
  }
  #contact .inner {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  #contact .inner .contents {
    padding-left: 2%;
  }
  #contact .inner .contents .tel {
    padding-right: 0;
  }
  #contact .inner .contents .tel a {
    font-size: 48px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 999px) {
  #contact {
    padding: 140px 0 140px 10px;
  }
  #contact .inner h2 {
    font-size: 60px;
  }
  #contact .inner h2 small {
    font-size: 18px;
  }
  #contact .inner .contents {
    padding: 15px;
  }
  #contact .inner .contents .title {
    font-size: 15px;
  }
  #contact .inner .contents .tel a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 40px;
  }
  #contact .inner .contents .btn a {
    width: 360px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 70px 10px;
  }
  #contact .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #contact .inner h2 {
    font-size: 40px;
  }
  #contact .inner h2 small {
    font-size: 16px;
  }
  #contact .inner .contents {
    padding: 10px;
    border-radius: 15px;
  }
  #contact .inner .contents .title {
    font-size: 14px;
  }
  #contact .inner .contents .tel a {
    font-size: 28px;
  }
  #contact .inner .contents .tel a img {
    max-width: 45px;
  }
  #contact .inner .contents .btn a {
    width: 280px;
    font-size: 14px;
  }
  #contact .inner .contents .btn a::after {
    display: none;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
.info-category {
  margin-bottom: 76px;
}
.info-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.info-category ul li {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 14.66px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  min-width: 159px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.info-category ul li:not(:has(a)), .info-category ul li a {
  padding: 11px;
  align-content: center;
}
.info-category ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.info-category ul li a:hover {
  opacity: 0.6;
}
.info-category ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
}
.info-category ul li.news {
  background-color: #0099c2;
}
.info-category ul li.recruit {
  background-color: #02b8ae;
}
@media (max-width: 999px) {
  .info-category {
    margin-bottom: 50px;
  }
  .info-category ul li {
    min-width: unset;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .info-category {
    margin-bottom: 30px;
  }
  .info-category ul li {
    font-size: 12px;
  }
}

#information .contents article a, #column .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .contents article a:hover, #column .contents article a:hover {
  opacity: 0.6;
}
#information .contents article .catetime, #column .contents article .catetime {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#information .contents article .catetime time, #information .contents article .catetime .cate, #column .contents article .catetime time, #column .contents article .catetime .cate {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 11.4px;
  line-height: 1.6;
  color: #fff;
  padding: 0 14px;
  margin-bottom: 7px;
}
#information .contents article .catetime time, #column .contents article .catetime time {
  background-color: #0099c2;
}
#information .contents article .catetime .cate, #column .contents article .catetime .cate {
  background-color: #0099c2;
}
#information .contents article .catetime .cate.news, #column .contents article .catetime .cate.news {
  background-color: #0099c2;
}
#information .contents article .catetime .cate.recruit, #column .contents article .catetime .cate.recruit {
  background-color: #02b8ae;
}
#information .contents article .title, #column .contents article .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 13.03px;
  line-height: 2;
  color: #000;
}
#information .contents article:not(:last-child), #column .contents article:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 11px;
}
@media (max-width: 999px) {
  #information .contents article:not(:last-child), #column .contents article:not(:last-child) {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #information .contents article time, #information .contents article .cate, #column .contents article time, #column .contents article .cate {
    font-size: 10px;
    padding: 0 10px;
  }
  #information .contents article .title, #column .contents article .title {
    font-size: 12px;
  }
}

/* ----------------------------------------------
products
------------------------------------------------- */
#products {
  margin-bottom: 90px;
}
#products .contents .block {
  background-color: #fff;
  box-shadow: 5.2954px 5.2954px 3.7825px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
#products .contents .block:not(:has(a)),
#products .contents .block a {
  padding: 20px 10px 27px;
}
#products .contents .block:not(:has(a)) > *,
#products .contents .block a > * {
  max-width: 259px;
  margin: 0 auto;
}
#products .contents .block a {
  display: block;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#products .contents .block a:hover {
  opacity: 0.6;
}
#products .contents .block .image {
  margin-bottom: 8px;
}
#products .contents .block .image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .contents .block .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  color: #02b8ae;
  padding-left: 9px;
  margin-bottom: 11px;
}
#products .contents .block .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4927777778;
  color: #000;
  padding-left: 9px;
}
#products .contents .block .data table {
  width: 100%;
}
#products .contents .block .data table tr:not(:first-child) {
  border-top: solid #000 1px;
}
#products .contents .block .data table th {
  white-space: nowrap;
}
#products .contents .block .data table td {
  display: flex;
  align-items: center;
}
#products .contents .block .data table td::before {
  content: ":";
  margin: 0 6px;
}
@media (max-width: 999px) {
  #products {
    margin-bottom: 80px;
  }
  #products .contents .block {
    box-shadow: 2px 5.2954px 3.7825px rgba(0, 0, 0, 0.3);
  }
  #products .contents .block:not(:has(a)),
  #products .contents .block a {
    padding: 15px 10px;
  }
  #products .contents .block .title {
    font-size: 18px;
    padding-left: 0;
  }
  #products .contents .block .data {
    font-size: 16px;
    padding-left: 0;
  }
  #products .contents .block .data table th {
    display: block;
  }
  #products .contents .block .data table td {
    border-top: dotted #000 1px;
  }
  #products .contents .block .data table td::before {
    display: none;
  }
}
@media (max-width: 767px) {
  #products {
    margin-bottom: 70px;
  }
  #products .contents .block {
    border-radius: 10px;
  }
  #products .contents .block:not(:has(a)),
  #products .contents .block a {
    padding: 10px;
  }
  #products .contents .block .title {
    font-size: 16px;
  }
  #products .contents .block .data {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #products .contents .block .title {
    font-size: 14px;
  }
  #products .contents .block .data {
    font-size: 12px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 1;
  padding: 0px 1.5625% 0 3.5625%;
}
#header .logo {
  max-width: 365px;
  margin-top: 23px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 13px;
  padding-right: 59px;
}
#header #gnav ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
#header #gnav ul li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 46px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
#header #gnav ul li.btn.colum a {
  background-color: #02b8ae;
}
#header #gnav ul li.btn.contact a {
  background-color: #0099c2;
}
#header #gnav ul li.btn.recruit a {
  background-color: #84c451;
}
#header #gnav ul.bg-white {
  background-color: #fff;
  padding: 10px 78px 10px 60px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#header #gnav ul.bg-white li.btn a {
  height: 53px;
  border-radius: 10px;
}
#header #gnav ul:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 999px) {
  #header .logo {
    max-width: 300px;
  }
  #header #gnav ul {
    padding-right: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header #gnav ul li.btn a {
    width: 140px;
    height: 40px;
  }
  #header #gnav ul.bg-white {
    padding: 10px 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul.bg-white li.btn a {
    height: 45px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 80px;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li.btn a {
    width: unset;
    height: unset !important;
    background-color: unset !important;
    border-radius: unset !important;
    justify-content: start;
  }
  #header #gnav ul.bg-white {
    padding: 0;
    background-color: unset;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #header.m_fixed .top {
    background-color: #fff;
  }
  #header.m_fixed #gnav ul:not(:last-child) {
    margin-bottom: 0px;
  }
}
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding: 69px 3.125% 30px 7.375%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .logo {
  max-width: max(min(39.8044692737%, 570px), 300px);
  margin: 39px 0 29px 10px;
}
#footer .right {
  margin-left: auto;
  max-width: max(min(36.312849162%, 520px), 300px);
}
#footer .right .title {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 113.69px;
  line-height: 1;
  color: #dde8f0;
  margin-bottom: 15px;
}
#footer .right #fnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 143px;
  padding-left: 8px;
}
#footer .right #fnav ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .right #fnav ul li {
  width: 50%;
}
#footer .right #fnav ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}
#footer .bottom {
  margin-top: -29px;
}
#footer .bottom .privacy {
  margin-bottom: 10px;
}
#footer .bottom .privacy a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #808080;
}
#footer .bottom .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
@media (max-width: 1100px) {
  #footer {
    padding: 69px 10px 30px;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 40px 10px;
  }
  #footer .right .title {
    font-size: 90px;
    margin-bottom: 10px;
  }
  #footer .right #fnav {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  #footer .right #fnav ul li a {
    font-size: 14px;
  }
  #footer .bottom .privacy a {
    font-size: 14px;
  }
  #footer .bottom .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 10px;
  }
  #footer .top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .logo {
    margin: 0 auto;
  }
  #footer .right {
    margin-left: unset;
  }
  #footer .right .title {
    font-size: 60px;
    margin-bottom: 0px;
  }
  #footer .right #fnav {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #footer .right #fnav ul li a {
    font-size: 12px;
  }
  #footer .bottom {
    margin-top: 30px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */