@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*後で消す
.site-wrapper{
  @media (max-width: 1240px) {
    min-width: 100%;
  }
}
.page .ttl{
  @media (max-width: 1240px) {
    padding: 110px 5% 30px;
  }
}*/
@media (max-width: 1240px) {
  .inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page .contents .section-category {
    padding-top: auto;
  }
}

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

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

.cnt1 {
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1100px) / 2);
  margin: 0 auto;
  padding-bottom: 110px;
}
@media (max-width: 1240px) {
  .cnt1 {
    padding: 0px 5% 110px;
  }
}
@media (max-width: 768px) {
  .cnt1 {
    padding: 0px;
  }
}
.cnt1 .column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .cnt1 .column {
    display: block;
    margin-bottom: 88px;
  }
}
.cnt1 .column .col {
  width: 60%;
}
@media (max-width: 768px) {
  .cnt1 .column .col {
    width: 100%;
  }
}
.cnt1 .column .col h2 {
  margin-bottom: 28px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #689B12;
  padding: 0 1rem;
  transform: skewX(-10deg);
}
.cnt1 .column .col h2 span {
  display: inline-block;
  transform: skewX(10deg);
}
@media (max-width: 768px) {
  .cnt1 .column .col h2 {
    font-size: 1.75rem;
    margin-bottom: 26px;
  }
}
.cnt1 .column .col.img {
  width: 30%;
}
@media (max-width: 768px) {
  .cnt1 .column .col.img {
    width: 100%;
    margin-bottom: 34px;
  }
}

.cnt2 {
  padding: 0px;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1100px) / 2);
}
@media (max-width: 1240px) {
  .cnt2 {
    padding: 0px 5% 0px;
  }
}
@media (max-width: 768px) {
  .cnt2 {
    padding: 0px 5% 0px;
  }
}
@media (max-width: 767px) {
  .cnt2 {
    padding: 0px 0px 0px;
  }
}
.cnt2 h2 {
  max-width: 692px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .cnt2 h2 {
    max-width: 80%;
    padding: 0px 5% 0px;
  }
}
.cnt2 .column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-bottom: 61px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cnt2 .column {
    display: block;
    flex-direction: row;
    margin-bottom: 0px;
  }
}
.cnt2 .column .col {
  width: 56%;
}
@media (max-width: 767px) {
  .cnt2 .column .col {
    width: 100%;
  }
}
.cnt2 .column .col h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cnt2 .column .col h3 {
    margin-bottom: 20px;
  }
}
.cnt2 .column .col p.mb {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cnt2 .column .col p.mb {
    margin-bottom: 100px;
  }
}
.cnt2 .column .col.img {
  width: 40%;
}
@media (max-width: 767px) {
  .cnt2 .column .col.img {
    width: 100%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .cnt2 .column .col.txt {
    padding: 37px 5% 40px;
  }
}
.cnt2 .col2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cnt2 .col2 .col {
  width: 66%;
}
@media (max-width: 1070px) {
  .cnt2 .col2 .col {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cnt2 .col2 .col {
    width: 100%;
  }
}
.cnt2 .col2 .col.img {
  width: 30%;
}
@media (max-width: 767px) {
  .cnt2 .col2 .col.img {
    width: 100%;
    padding: 0px 0px 0px 5%;
  }
}
@media (max-width: 767px) {
  .cnt2 .col2 .col.txt {
    padding: 37px 5% 0px;
  }
}
.cnt2 .cnt2_2 .support {
  border: solid 1px #000000;
  border-radius: 10px;
  padding: 50px 78px;
}
.cnt2 .cnt2_2 .support p {
  font-size: 1.875rem;
  font-weight: bold;
}
.cnt2 .cnt2_2 .support .support_list {
  display: flex;
  justify-content: space-between;
}
.cnt2 .cnt2_2 .support .support_list .list dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cnt2 .cnt2_2 .support .support_list .list dl dt {
  flex: 0 0 90px;
}
.cnt2 .cnt2_2 .support .support_list .list dl dd {
  flex: 1; /* 残りの幅を使用 */
  text-overflow: ellipsis; /* 長い場合に…で省略 */
}
.cnt2 .cnt2_2 .support .support_list .list dl:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .cnt2 .cnt2_2 .support {
    padding: 30px;
  }
  .cnt2 .cnt2_2 .support p {
    font-size: 1.5rem;
  }
  .cnt2 .cnt2_2 .support .support_list {
    display: block;
  }
  .cnt2 .cnt2_2 .support .support_list .list dl:last-child {
    margin-bottom: 10px;
  }
  .cnt2 .cnt2_2 .support .support_list .list:last-child dl:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .cnt2 .cnt2_2 {
    padding: 0px 5%;
  }
}

.cnt3 {
  /*padding-left: calc((100% - 910px) / 2);
  padding-right: calc((100% - 910px) / 2);*/
  padding-top: 116px;
  margin-bottom: 0px;
  display: flex;
  gap: 72px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .cnt3 {
    padding: 116px 5% 0px;
  }
}
@media (max-width: 768px) {
  .cnt3 {
    padding: 80px 5% 0px;
  }
}
@media (max-width: 767px) {
  .cnt3 {
    padding: 80px 25px 0px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
.cnt3 h2 {
  max-width: 426px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .cnt3 h2 {
    max-width: 50%;
    margin: 0px auto 42px;
  }
}
.cnt3 .top-news-list {
  width: 100%;
}
.cnt3 .top-news-list ul {
  margin: -20px 0 0;
}
.cnt3 .top-news-list ul li a {
  display: flex;
  gap: 35px;
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid #444444;
}
@media (max-width: 767px) {
  .cnt3 .top-news-list ul li a {
    display: block;
    padding: 20px 20px 20px 0;
  }
}
.cnt3 .top-news-list ul li a p {
  font-size: 1rem;
  line-height: 1.5;
}
.cnt3 .top-news-list ul li a p:first-child {
  font-weight: 800;
}
@media (max-width: 767px) {
  .cnt3 .top-news-list ul li a p:first-child {
    margin-bottom: 10px;
  }
}
.cnt3 .btn {
  margin: 40px 0px;
}
@media (max-width: 767px) {
  .cnt3 .btn {
    text-align: center;
    margin: 40px auto;
  }
}

.cnt2-2 {
  padding-top: 100px;
  background-color: #F5F4F2;
}
@media (max-width: 767px) {
  .cnt2-2 {
    padding-top: 90px;
  }
}
.cnt2-2 h2 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.cnt2-2 h2 img {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 767px) {
  .cnt2-2 h2 {
    max-width: 90%;
  }
}
.cnt2-2 .interview-schedule-table {
  max-width: 900px;
  width: 100%;
  margin: 45px auto 0;
  padding: 0px 45px 80px;
  position: relative;
}
.cnt2-2 .interview-schedule-table.schedule-am::after, .cnt2-2 .interview-schedule-table.schedule-pm::after {
  position: absolute;
  top: 60px;
  left: 75px;
  content: "";
  display: block;
  width: 62px;
  height: 29px;
  background-image: url(../img/interview/icon_am.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content p.text_color_blue {
  color: #0068B7;
}
.cnt2-2 .interview-schedule-table.schedule-pm {
  margin-top: 0;
  padding-top: 0;
}
.cnt2-2 .interview-schedule-table.schedule-pm::after {
  top: 0;
  background-image: url(../img/interview/icon_pm.svg);
}
.cnt2-2 .interview-schedule-table li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.cnt2-2 .interview-schedule-table li::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ED960C;
  position: absolute;
  top: 22px;
  left: 12px;
}
.cnt2-2 .interview-schedule-table li:last-child::before {
  display: none;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-time {
  position: relative;
  z-index: 1;
  max-width: 12px;
  margin-top: 17px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-time p {
  color: #0068B7;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  max-width: 765px;
  width: 100%;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content p strong {
  width: 80px;
  display: block;
  margin-top: -8px;
  color: #ED960C;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content div p {
  margin-top: 10px;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content div p:first-child {
  margin-top: 0;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content div .ml10 {
  margin-left: 10px;
}
.cnt2-2 .interview-schedule-table li .interview-schedule-content {
  margin-bottom: 30px;
  padding: 12px 0 30px;
  border-bottom: 2px dotted #B3B3B3;
}
.cnt2-2 .interview-schedule-table.schedule-pm li:last-child::before {
  display: none;
}
.cnt2-2 .interview-schedule-table.schedule-pm li:last-child .interview-schedule-content {
  border-bottom: 0;
  margin-top: -15px;
}
.cnt2-2 .interview-schedule-table.schedule-pm li:last-child .interview-schedule-time {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cnt2-2 .interview-schedule-table {
    margin: 25px 0 0;
    padding: 10px 25px 50px;
  }
  .cnt2-2 .interview-schedule-table.schedule-am::after, .cnt2-2 .interview-schedule-table.schedule-pm::after {
    position: absolute;
    top: 20px;
    left: 24px;
    width: 52px;
    height: 29px;
  }
  .cnt2-2 .interview-schedule-table.schedule-pm::after {
    top: 0;
  }
  .cnt2-2 .interview-schedule-table li {
    flex-direction: column;
    gap: 0px;
    padding-bottom: 18px;
  }
  .cnt2-2 .interview-schedule-table li::before {
    top: 0;
    left: 6px;
  }
  .cnt2-2 .interview-schedule-table li .interview-schedule-content {
    max-width: 92%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    padding: 0px 0 20px;
    flex-direction: column;
    gap: 0;
  }
  .cnt2-2 .interview-schedule-table li .interview-schedule-time {
    max-width: 14px;
    margin-bottom: -20px;
    margin-top: 0;
  }
  .cnt2-2 .interview-schedule-table li .interview-schedule-time p {
    font-size: 1.25rem;
  }
  .cnt2-2 .interview-schedule-table.schedule-pm {
    padding-top: 20px;
  }
  .cnt2-2 .interview-schedule-table.schedule-pm li:last-child .interview-schedule-content {
    margin-top: 0;
  }
}/*# sourceMappingURL=csr.css.map */