@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  recruit  ----------*/
#contact .box {
  padding: 80px 60px 65px;
  margin-bottom: 100px;
}
@media (min-width: 769px) and (max-width: 1279px) {
  #contact .box {
    padding: 80px 4.879% 65px;
  }
}
@media screen and (max-width: 768px) {
  #contact .box {
    padding: 40px 12px;
  }
}
#contact .lead {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contact .lead {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #contact .title-area {
    width: calc(100% - 25px);
    margin: 0 auto;
    height: 100%;
  }
}
#contact .title-area .title-group {
  display: flex;
  flex-direction: column;
  margin-left: 70px;
  font-weight: 700;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #contact .title-area .title-group {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
#contact .title-area .title-group .title {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contact .title-area .title-group .title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
#contact .title-area .title-group .sub {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#contact .title-area .title-group .sub .small {
  font-size: 1.4rem;
}
#contact .info-block:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contact .info-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#contact .info-block:nth-last-of-type(2) {
  margin-bottom: 30px;
}
#contact .info-block .head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #contact .info-block .head {
    font-size: 1.8rem;
  }
}
#contact .info-block .head-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #contact .info-block .head-group {
    flex-direction: column;
  }
}
#contact .info-block .head-group .note {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#contact .info-block .head-group .head {
  margin-right: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contact .info-block .head-group .head {
    margin-right: 0;
  }
}
#contact .info-block .lead {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#contact .info-block .info {
  background: var(--lightgray);
  padding: 45px;
  display: flex;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info {
    padding: 24px 12px;
  }
}
#contact .info-block .info .text.-mid {
  font-weight: 500;
}
#contact .info-block .info.split {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info.split {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#contact .info-block .info.split .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info.split .title-container {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#contact .info-block .info.split .title-container .title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info.split .title-container .title {
    font-size: 1.6rem;
  }
}
#contact .info-block .info.split .title-container .address {
  font-size: 1.6rem;
}
#contact .info-block .info.split .detail-container {
  display: flex;
  flex-direction: column;
}
#contact .info-block .info.split .detail-container .cap {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold);
}
#contact .info-block .info.split .detail-container .tel {
  letter-spacing: 0.1em;
  position: relative;
  margin-left: 60px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  #contact .info-block .info.split .detail-container .tel {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
#contact .info-block .info.split .detail-container .tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  background: url(/assets/img/contact/contact_icon_freedial.svg) no-repeat;
  max-width: 50px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .info-block .info.split .detail-container .note {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#contact .info-block .school {
  background: var(--lightgray);
  padding: 40px 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contact .info-block .school {
    padding: 24px 12px;
    flex-direction: column;
  }
}
#contact .info-block .school .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 22px;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #contact .info-block .school .text-container {
    width: 100%;
    max-width: initial;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
#contact .info-block .school .text-container p {
  font-size: 1.4rem;
  text-align: justify;
}
#contact .info-block .school .img-container {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .info-block .school .img-container {
    max-width: initial;
  }
}
#contact .info-block .info-list {
  counter-reset: data-num;
}
#contact .info-block .info-list .list-item {
  position: relative;
  counter-increment: data-num;
  background: var(--lightgray);
  font-size: 1.4rem;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 35px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info-list .list-item {
    justify-content: flex-start;
    padding: 12px 12px 12px 30px;
  }
}
#contact .info-block .info-list .list-item::before {
  content: counter(data-num) ".";
  position: absolute;
  font-size: 1.4rem;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info-list .list-item::before {
    left: 10px;
    top: 12px;
  }
}
#contact .info-block .info-list .list-item .notes .note {
  position: relative;
}
#contact .info-block .info-list .list-item .notes .note::before {
  content: "※";
  position: absolute;
  font-size: 1.4rem;
  left: -15px;
  top: 0;
}
#contact .info-block .info-list .list-item .notes.-gold {
  color: var(--gold);
}
#contact .info-block .info-list .list-item .stamp-list {
  position: relative;
  left: -15px;
  counter-reset: stampNum 0;
  margin-top: 30px;
}
#contact .info-block .info-list .list-item .stamp-list .list-item {
  counter-increment: stampNum;
  min-height: 0;
  padding: 0 0 0 20px;
}
#contact .info-block .info-list .list-item .stamp-list .list-item::before {
  content: "(" counter(stampNum) ")";
  position: absolute;
  font-size: 1.4rem;
  left: 0;
  top: 0;
}
#contact .info-block .info-list .list-item .stamp-list + .notes {
  position: relative;
  left: -15px;
  margin-bottom: 30px;
}
#contact .info-block .info-list .list-item .ex-list {
  position: relative;
  left: -15px;
  counter-reset: data-num 0;
  margin-bottom: 35px;
}
#contact .info-block .info-list .list-item .ex-list .list-item {
  counter-increment: data-num;
  min-height: 0;
  padding: 0;
}
#contact .info-block .info-list .list-item .ex-list .list-item::before {
  content: "";
}
#contact .info-block .info-list .list-item .price-table {
  display: flex;
  flex-direction: column;
  position: relative;
  left: -10px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #contact .info-block .info-list .list-item .price-table {
    overflow: scroll;
  }
  #contact .info-block .info-list .list-item .price-table .row-wrap {
    width: 100vw;
    min-width: 600px;
  }
}
#contact .info-block .info-list .list-item .price-table .head {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#contact .info-block .info-list .list-item .price-table .row {
  display: flex;
}
#contact .info-block .info-list .list-item .price-table .row:first-of-type {
  background: var(--black);
  color: #fff;
}
#contact .info-block .info-list .list-item .price-table .row:not(:first-of-type) {
  background: #fff;
}
#contact .info-block .info-list .list-item .price-table .row:not(:last-of-type) {
  margin-bottom: 2px;
}
#contact .info-block .info-list .list-item .price-table .row .category {
  color: #fff;
  background: var(--gold);
  text-align: center;
}
#contact .info-block .info-list .list-item .price-table .row li {
  width: calc((100% - 2px) / 7);
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .info-block .info-list .list-item .price-table .row li:not(:last-of-type) {
  border-right: 2px solid var(--lightgray);
}
#contact .info-block .info-list .list-item .price-table .row .category li {
  width: 100%;
  max-width: 116px;
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 58px;
  background: var(--gold);
  color: #fff;
  padding: 10px 20px;
}
#contact .info-block .info-list .list-item .price-table .row .weight, #contact .info-block .info-list .list-item .price-table .row .price {
  display: flex;
}
#contact .info-block .info-list .list-item .price-table .row .weight li, #contact .info-block .info-list .list-item .price-table .row .price li {
  width: 17.129%;
  max-width: 116px;
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 35px;
}
#contact .info-block .info-list .list-item .price-table .row .weight {
  background: var(--black);
  color: #fff;
}
#contact .info-block .info-list .list-item .price-table .row .price {
  background: #fff;
}
#contact .envelope-block .heading {
  width: 100%;
  height: 100%;
  min-height: 80px;
  color: #fff;
  background: var(--gold);
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.125em;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #contact .envelope-block .heading {
    font-size: 1.8rem;
    padding: 24px 12px;
  }
}
#contact .envelope-block .content {
  text-align: center;
  margin-bottom: 80px;
  padding: 40px 0;
  background: var(--lightgray);
}
@media screen and (max-width: 768px) {
  #contact .envelope-block .content {
    padding: 24px 12px;
    margin-bottom: 60px;
  }
}
#contact .envelope-block .content .lead-group {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contact .envelope-block .content .lead-group {
    margin-bottom: 40px;
  }
}
#contact .envelope-block .content .head {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#contact .envelope-block .content .img-container img {
  width: 90.86%;
}