@charset "UTF-8";
@font-face {
  font-family: "Bayon-Regular";
  src: url(/fonts/Bayon/Bayon-Regular.woff) format("woff");
  font-display: swap;
}
/*=========*/
/* company */
/*=========*/
.company {
  margin-bottom: 260px;
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 130px;
  }
}
.company .table th {
  width: 160px;
}
@media (max-width: 767px) {
  .company .table th {
    width: 100%;
  }
}
.company .table td {
  width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .company .table td {
    width: 100%;
  }
}
.company .list-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .company .list-wrap {
    display: block;
  }
}
.company .list-wrap .list-dot {
  margin-bottom: 0;
}
.company .list-wrap .list-dot:nth-of-type(1) {
  margin-right: 112px;
}
@media (max-width: 767px) {
  .company .list-wrap .list-dot:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.company .list-wrap .list-dot li {
  margin-bottom: 16px;
}
.company .list-wrap .list-dot li:last-child {
  margin-bottom: 0;
}
.company .list-wrap .list-dot li.txt {
  padding-left: 0;
}
@media (max-width: 767px) {
  .company .list-wrap .list-dot li.txt {
    text-align: right;
  }
}
.company .list-wrap .list-dot li.txt::before {
  content: none;
}

/*======*/
/* info */
/*======*/
.info {
  margin-bottom: 100px;
}
.info .contents {
  max-width: 1100px;
}
.info .list-info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4.59%;
       column-gap: 4.59%; /*50.5/1100*/
  row-gap: 64px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .info .list-info {
    -moz-column-gap: 6.983%;
         column-gap: 6.983%; /*50/716*/
    max-width: 716px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .info .list-info {
    display: block;
  }
}
.info .list-info > li {
  overflow: hidden;
  width: 30.272%; /*333/1100*/
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 1023px) {
  .info .list-info > li {
    width: 46.508%; /*333/716*/
  }
}
@media (max-width: 767px) {
  .info .list-info > li {
    width: 100%;
    max-width: 333px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .info .list-info > li:last-child {
    margin-bottom: 0;
  }
}
.info .list-info > li .txt {
  padding: 24px;
}
@media (max-width: 767px) {
  .info .list-info > li .txt {
    padding: 16px;
  }
}
.info .list-info > li .txt .ttl {
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .info .list-info > li .txt .ttl {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.info .list-info > li .txt p {
  margin-bottom: 0;
}
.info .list-info > li .txt .jisseki {
  margin-top: 16px;
}
.info .list-info > li .txt .jisseki p {
  margin-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .info .list-info > li .txt .jisseki p {
    font-size: 14px;
  }
}
.info .list-info > li .txt .jisseki .list-jisseki {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .info .list-info > li .txt .jisseki .list-jisseki {
    gap: 12px;
    margin-bottom: 16px;
  }
}
.info .list-info > li .txt .jisseki .list-jisseki li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #FFC600;
  cursor: pointer;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .info .list-info > li .txt .jisseki .list-jisseki li {
    width: 14px;
    height: 14px;
  }
}
.info .list-info > li .txt .jisseki .list-jisseki li:hover {
  background: #37414F;
}
.info .modal-area .modal-cts {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 11;
}
.info .modal-area .modal-cts .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 198, 0, 0.5);
}
.info .modal-area .modal-cts .close-btn {
  position: absolute;
  top: 0;
  right: 44px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #424242;
  cursor: pointer;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .close-btn {
    right: 30px;
    width: 40px;
    height: 40px;
  }
}
.info .modal-area .modal-cts .close-btn img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .close-btn img {
    width: 16px;
  }
}
.info .modal-area .modal-cts .inner {
  overflow-y: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1128px;
  max-height: 98vh;
  margin: 0 auto;
  padding: 32px 64px 0;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .inner {
    padding: 24px 40px 0;
  }
}
.info .modal-area .modal-cts .slide {
  padding: 56px 120px;
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 1023px) {
  .info .modal-area .modal-cts .slide {
    padding: 48px 64px;
  }
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .slide {
    padding: 24px;
  }
}
.info .modal-area .modal-cts .modal-slider li .img {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .modal-slider li .img {
    margin-bottom: 16px;
  }
}
.info .modal-area .modal-cts .modal-slider li .img img {
  margin: 0 auto;
}
.info .modal-area .modal-cts .modal-slider li .txt .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .modal-slider li .txt .ttl {
    font-size: 14px;
  }
}
.info .modal-area .modal-cts .modal-slider li .txt .example h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .modal-slider li .txt .example h3 {
    font-size: 14px;
  }
}
.info .modal-area .modal-cts .modal-slider li .txt .example .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .info .modal-area .modal-cts .modal-slider li .txt .example .list-wrap {
    display: block;
  }
}
.info .modal-area .modal-cts .modal-slider li .txt .example .list-wrap .list-dot {
  width: 48%;
}
@media (max-width: 1023px) {
  .info .modal-area .modal-cts .modal-slider li .txt .example .list-wrap .list-dot {
    width: 100%;
  }
}
.info .modal-area .modal-cts .modal-slider .slick-arrow {
  width: 24px;
  height: 38px;
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .modal-slider .slick-arrow {
    width: 16px;
    height: 26px;
  }
}
.info .modal-area .modal-cts .modal-slider .slick-arrow::before {
  content: none;
}
.info .modal-area .modal-cts .modal-slider .slick-arrow.slick-prev {
  left: -160px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top center;
}
@media (max-width: 1023px) {
  .info .modal-area .modal-cts .modal-slider .slick-arrow.slick-prev {
    left: -104px;
  }
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .modal-slider .slick-arrow.slick-prev {
    left: -54px;
  }
}
.info .modal-area .modal-cts .modal-slider .slick-arrow.slick-next {
  right: -160px;
}
@media (max-width: 1023px) {
  .info .modal-area .modal-cts .modal-slider .slick-arrow.slick-next {
    right: -104px;
  }
}
@media (max-width: 767px) {
  .info .modal-area .modal-cts .modal-slider .slick-arrow.slick-next {
    right: -54px;
  }
}

/*========*/
/* topics */
/*========*/
.topics {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .topics {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.topics .heading01 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .topics .heading01 {
    margin-bottom: 32px;
  }
}
.topics .wbox {
  padding: 80px 48px;
  border-radius: 24px;
  background: #FFF;
}
@media (max-width: 767px) {
  .topics .wbox {
    padding: 40px 24px;
  }
}
.topics .wbox .list-news {
  margin-bottom: 0;
}

/*=========*/
/* contact */
/*=========*/
.contact {
  margin-top: 200px;
  margin-bottom: 200px;
  /* ContactForm用 */
}
@media (max-width: 767px) {
  .contact {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.contact .table {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .contact .table {
    margin-top: 24px;
  }
  .contact .table tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .contact .table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table th {
  width: 280px;
  text-align: left;
}
.contact .table th .required {
  color: #FF7166;
  font-size: 10px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .contact .table th {
    display: block;
    width: 100%;
  }
}
.contact .table .error {
  display: block;
  color: #FF7166;
}
.contact .table p {
  margin-bottom: 0;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 628px;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .contact .list-bt li {
    margin: 0 auto 16px;
    text-align: center;
  }
}
.contact .list-bt li .wpcf7-spinner {
  display: block;
  margin: 16px auto;
}
.contact .list-bt .com-bt {
  min-width: 250px;
  border: 2px solid #37414F;
  border-radius: 30px;
  background: #37414F;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact .list-bt .com-bt {
    min-width: 100%;
    display: block;
  }
}
.contact .list-bt .com-bt:hover {
  background: #FFF;
  color: #37414F;
}
.contact .list-bt .com-bt::before {
  content: none;
}
.contact .list-bt .com-bt.type02 {
  background: #FFF;
  color: #37414F;
}
.contact .list-bt .com-bt.type02:hover {
  background: #37414F;
  color: #FFF;
}
.contact .list-bt .com-bt:disabled {
  opacity: 0.5;
}
.contact .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}

/*===============*/
/* privacypolicy */
/*===============*/
.privacypolicy {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .privacypolicy {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.privacypolicy p, .privacypolicy ul {
  line-height: 2.4;
}
.privacypolicy .mt144 {
  margin-top: 144px;
}
@media (max-width: 767px) {
  .privacypolicy .mt144 {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .privacypolicy .mt144 + p {
    margin-bottom: 0;
  }
}
.privacypolicy .last-txt {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: right;
}
/*# sourceMappingURL=contents.css.map */