@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Allura-Regular";
  src: url("../fonts/Allura-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 180px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 70px 100px;
  background: #fff;
  border: 1px solid #4492ae;
}

.com-bg01 {
  background: url(../img/ptn/ptn.png);
}

.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #00516e;
}
.news-post-item:first-of-type a {
  padding-top: 0;
}
.news-post-item:last-of-type a {
  padding-bottom: 0;
}
.news-post-link {
  display: block;
  padding: 20px 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  background: #f1f1f1;
  text-align: center;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #00516e;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-time {
  margin-top: 10px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  color: #727272;
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  padding: 17px 35px;
  text-align: center;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  position: relative;
}
#top-about::before {
  content: "";
  width: 41.6%;
  height: 334px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#top-about .about-inner {
  width: 100%;
  max-width: 1460px;
}
#top-about .about-left {
  width: 43.15%;
}
#top-about .about-name {
  display: flex;
  margin-top: 19px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  color: #00516e;
  letter-spacing: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-about .about-name {
    font-size: 1.5rem;
  }
}
#top-about .about-name::before {
  width: 100px;
  height: 1px;
  margin-right: 19px;
  background: #00516e;
  content: "";
}
#top-about .about-ttl {
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 2.1rem;
  }
}
#top-about .about-ttl .ac {
  color: #00516e;
}
#top-about .about-txt-box {
  margin-top: 60px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  padding-top: 120px;
}
#top-bnr .bnr-bg {
  background: url(../img/top/dot.png);
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 75px;
}
#top-bnr .bnr-list-link {
  display: block;
  position: relative;
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/top/contact-arw.png) no-repeat center #00516e;
  position: absolute;
  left: 0;
  top: 0;
}
#top-bnr .bnr-list-ttl {
  width: 100%;
  max-width: 300px;
  margin: -90px 0 0 20px;
  padding: 27px 0 23px;
  outline: 1px solid #4492ae;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-ttl::before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-ttl .lg {
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .lg {
    font-size: 1.7rem;
  }
}
#top-bnr .bnr-list-ttl .sm {
  margin: 17px auto 0;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .sm {
    font-size: 1.5rem;
  }
}

/* top-access  PC
------------------------------------ */
#top-access {
  position: relative;
}
#top-access::before {
  content: "";
  width: 34.375%;
  height: 370px;
  background: #f1f1f1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top-access .access-inner {
  position: relative;
}
#top-access .access-flx {
  margin: 60px auto 0;
}
#top-access .access-flx-left {
  width: 100%;
  padding: 45px 60px;
  border: 1px solid #00516e;
}
@media screen and (min-width: 768px) {
  #top-access .access-flx-left {
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  #top-access .access-map {
    max-width: 520px;
  }
}
#top-access .access-en {
  font-family: "Allura-Regular", sans-serif;
  font-size: 12.4rem;
  letter-spacing: 0;
  color: #a6c2cc;
  line-height: 1;
  position: absolute;
  right: -84px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  #top-access .access-en {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1311px) {
  #top-access .access-en {
    right: 15px;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: #00516e;
}
.com-contact .contact-ttl {
  display: flex;
  align-items: center;
  line-height: 1;
}
.com-contact .contact-ttl::after {
  content: "";
  width: 434px;
  height: 1px;
  margin-left: auto;
  background: #fff;
}
.com-contact .contact-ttl .en {
  color: #4492ae;
  font-family: "Allura-Regular", sans-serif;
  font-size: 12.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .en {
    font-size: 6.2rem;
  }
}
.com-contact .contact-ttl .ja {
  margin-left: 40px;
  color: #fff;
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 2.1rem;
  }
}
.com-contact .contact-txt {
  margin: 20px auto 0;
  text-align: center;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #fff;
  letter-spacing: 0;
}
.com-contact .contact-btn {
  display: flex;
  width: 100%;
  max-width: 420px;
  height: 100px;
  margin: 30px auto 0;
  background: url(../img/top/contact-arw.png) no-repeat calc(100% - 17px) center;
  border: 1px solid #fff;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn::before {
  content: "";
  width: 28px;
  height: 20px;
  margin-right: 15px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}

/* top-news  PC
------------------------------------ */
#top-news .news-left {
  text-align: center;
}
#top-news .news-ttl {
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 2.1rem;
  }
}
#top-news .news-ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 35px auto 0;
  background: #00516e;
}
#top-news .news-btn {
  margin-top: 125px;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    width: 340px;
  }
}
#top-news .news-post {
  width: 100%;
  max-width: 670px;
}

/* =========================================

  sub layout  all

========================================= */
/* business  PC
------------------------------------ */
#business .business-list {
  margin: 80px auto 0;
}
#business .business-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#business .business-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#business .business-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#business .business-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #business .business-list-con {
    max-width: 580px;
  }
}
#business .business-list-ttl {
  display: flex;
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #00516e;
  line-height: 1.3;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #business .business-list-ttl {
    font-size: 1.7rem;
  }
}
#business .business-list-ttl span {
  flex-shrink: 0;
}
#business .business-list-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background: #00516e;
}
#business .business-list-txt {
  margin-top: 30px;
}
#business .business-list-dl {
  margin: 40px auto 0;
}
#business .business-list-dl div {
  display: flex;
  align-items: flex-start;
}
#business .business-list-dl dt {
  line-height: 1;
}
#business .business-list-dl dd {
  margin-top: -5px;
  margin-left: 30px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #business .business-list-dl dd {
    font-size: 1.5rem;
  }
}
#business .price-list {
  margin: 80px auto 0;
}
#business .price-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#business .price-list-ttl {
  padding-left: 10px;
  border-left: 4px solid #00516e;
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #business .price-list-ttl {
    font-size: 1.5rem;
  }
}
#business .price-list-box {
  margin: 20px auto 0;
  padding: 80px 40px 75px;
  border: 1px solid #4492ae;
  background: #fff;
}
#business .price-list-table-wrap {
  overflow: auto;
}
#business .price-list-table01 {
  border-bottom: 1px solid #4492ae;
}
#business .price-list-table01 tr:nth-of-type(1) th {
  width: 370px;
}
#business .price-list-table01 tr:nth-of-type(1) th:nth-of-type(2) {
  background: #e6f3f8;
  border-left: 1px solid #727272;
}
#business .price-list-table01 tr:nth-of-type(1) th:nth-of-type(3) {
  background: #f1f1f1;
  border-left: 1px solid #b5b5b5;
}
#business .price-list-table01 tr:nth-of-type(n+2) {
  border-top: 1px solid #727272;
}
#business .price-list-table01 tr:nth-of-type(n+4) {
  border-top: 1px solid #4492ae;
}
#business .price-list-table01 tr th {
  border-left: 1px solid #b5b5b5;
}
#business .price-list-table01 tr th:nth-of-type(1) {
  width: 255px;
}
#business .price-list-table01 tr th:nth-of-type(2) {
  border-left: 1px solid #727272;
}
#business .price-list-table01 tr th:nth-of-type(n+2) {
  background: #e6f3f8;
  color: #1f1f1f;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
#business .price-list-table01 tr th:nth-of-type(n+5) {
  background: #f1f1f1;
}
#business .price-list-table01 tr td {
  border-left: 1px solid #b5b5b5;
  background: #e6f3f8;
}
#business .price-list-table01 tr td:nth-of-type(1) {
  border-left: 1px solid #727272;
}
#business .price-list-table01 tr td:nth-of-type(n+4) {
  background: #f1f1f1;
}
#business .price-list-table01 th, #business .price-list-table01 td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .price-list-table01 th, #business .price-list-table01 td {
    font-size: 1.5rem;
  }
}
#business .price-list-table01 th {
  color: #00516e;
}
#business .price-list-table01 th:nth-of-type(1) {
  border-left: none;
}
#business .price-list-table02 {
  margin: 60px auto 0;
  border-bottom: 1px solid #4492ae;
}
#business .price-list-table02 tr:nth-of-type(1) th {
  width: 370px;
}
#business .price-list-table02 tr:nth-of-type(1) th:nth-of-type(2) {
  background: #e6f3f8;
  border-left: 1px solid #727272;
}
#business .price-list-table02 tr:nth-of-type(1) th:nth-of-type(3) {
  background: #f1f1f1;
  border-left: 1px solid #b5b5b5;
}
#business .price-list-table02 tr:nth-of-type(n+2) {
  border-top: 1px solid #727272;
}
#business .price-list-table02 tr th {
  border-left: 1px solid #b5b5b5;
}
#business .price-list-table02 tr th:nth-of-type(1) {
  width: 255px;
}
#business .price-list-table02 tr th:nth-of-type(2) {
  border-left: 1px solid #727272;
}
#business .price-list-table02 tr th:nth-of-type(n+2) {
  background: #e6f3f8;
  color: #1f1f1f;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
#business .price-list-table02 tr td {
  border-left: 1px solid #b5b5b5;
  background: #e6f3f8;
}
#business .price-list-table02 tr td:nth-of-type(1) {
  border-left: 1px solid #727272;
}
#business .price-list-table02 tr td:nth-of-type(n+2) {
  background: #f1f1f1;
}
#business .price-list-table02 th, #business .price-list-table02 td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .price-list-table02 th, #business .price-list-table02 td {
    font-size: 1.5rem;
  }
}
#business .price-list-table02 th {
  color: #00516e;
}
#business .price-list-table02 th:nth-of-type(1) {
  border-left: none;
}
#business .price-list-table03 {
  width: 100%;
  max-width: 880px;
  margin: auto;
  border-top: 1px solid #4492ae;
  border-bottom: 1px solid #4492ae;
}
#business .price-list-table03 tr:nth-of-type(n+2) {
  border-top: 1px solid #4492ae;
}
#business .price-list-table03 th, #business .price-list-table03 td {
  padding: 10px 0;
  text-align: center;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #business .price-list-table03 th, #business .price-list-table03 td {
    font-size: 1.5rem;
  }
}
#business .price-list-table03 th {
  width: 256px;
  background: #e6f3f8;
  color: #00516e;
}
#business .price-note {
  margin: 50px auto 0;
}
#business .price-note li {
  padding-left: 40px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  position: relative;
}
@media screen and (max-width: 768px) {
  #business .price-note li {
    font-size: 1.5rem;
  }
}
#business .price-note span {
  position: absolute;
  left: 0;
  top: 0;
}
#business .price-note02 {
  max-width: 880px;
}
#business .price-note02 li {
  padding-left: 17px;
}

/* profile  PC
------------------------------------ */
#profile .profile-flx {
  margin: 55px auto 0;
}
#profile .profile-con {
  margin-left: 60px;
}
#profile .profile-dl {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #profile .profile-dl div {
    display: flex;
    align-items: flex-start;
  }
}
#profile .profile-dl dd {
  margin: -5px 0 0 30px;
}
#profile .message-list {
  margin: 65px auto 0;
}
#profile .message-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#profile .message-list-item:nth-of-type(n+2) {
  margin-top: 80px;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #profile .message-list-img {
    flex-shrink: 0;
  }
  #profile .message-list-txt {
    width: 100%;
    max-width: 585px;
  }
}

/* faq  PC
------------------------------------ */
#faq .faq-list {
  margin: 70px auto 0;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#faq .faq-list-ttl {
  display: flex;
  border-bottom: 1px solid #00516e;
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #00516e;
  align-items: flex-start;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.7rem;
  }
}
#faq .faq-list-ttl::before {
  content: "Q.";
  padding-bottom: 25px;
  margin-right: 10px;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl::before {
    font-size: 2.1rem;
  }
}
#faq .faq-list-txt {
  padding: 20px 0 0 60px;
}
#faq .faq-list-txt a {
  color: #00516e;
}

/* information  PC
------------------------------------ */
#information .com-table th {
  width: 190px;
  padding-left: 20px;
}
#information .information-box {
  margin: 60px auto 0;
}
#information .information-map {
  margin: 50px auto 0;
  height: 0;
  padding-top: 400px;
}
#information .recruit-ttl {
  text-align: left;
}
#information .recruit-txt {
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  #information .recruit-con {
    margin-left: 60px;
  }
}
#information .recruit-sb3 {
  margin: 70px auto 0;
}
#information .recruit-sb3-ttl {
  text-align: center;
  color: #00516e;
  font-family: "NotoSerifCJKjp-Regular", sans-serif;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #information .recruit-sb3-ttl {
    font-size: 1.7rem;
  }
}
#information .recruit-sb3-box {
  margin-top: 37px;
}

/* news  PC
------------------------------------ */
#news .news-ttl {
  margin: 10px auto 0;
  line-height: 1.4;
}
#news .detail .news-ttl {
  margin-top: 0;
}/*# sourceMappingURL=all.css.map */