@charset "UTF-8";


/**************************************************
  Modules
**************************************************/

/* content-wrapper
*************************/
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1240px;
    width: 89.6%;
  }
}

@media screen and (max-width: 768px) {
  .content-wrapper {
    width: 100%;
  }
}


/* section-title
*************************/
.section-title {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.2em;
}

/* @media screen and (max-width: 768px) {
  .section-title img {
    max-width: 50%;
  }
} */

.module-headline-03 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .module-headline-03 {
    font-size: 36px;
  }
}

/* module-content-block
*************************/
.module-content-block {
  width: 100%;
  padding-inline: 70px;
}

@media screen and (max-width: 768px) {
  .module-content-block {
    width: 89.6%;
    ;
    padding-inline: 0;
    margin: 0 auto;
  }
}

/* module-bg-sheet
*************************/
.module-bg-sheet {
  background-color: rgba(255, 255, 255, .45);
}

/* module-button
*************************/
.module-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 415px;
  width: 100%;
  padding-inline: 46px;
  height: 48px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid;
  background-color: #f3f4f1;
}

.module-button span {
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.5s;
}

.module-button::after {
  content: '→';
  font-size: 18px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  transition: all 0.5s;
}

.module-button.arr_down::after {
  content: '↓';
  font-size: 18px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  transition: all 0.5s;
}

.module-button.slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.2s;
  z-index: -1;
}

.module-button.slide:hover {
  -webkit-text-fill-color: #fff;
}

.module-button.slide:hover::before {
  transform: scale(1, 1);
}

/* button option */
.module-button--large {
  height: 83px;
}

.module-button--gray {
  border-image: none;
  border-color: #333333;
}

.module-button--gray span {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.module-button--gray::after {
  color: #333333;
}

.module-button--gray.slide::before {
  background: #333333;
}

.module-button--gray.slide:hover span {
  -webkit-text-fill-color: #fff;
}

.module-button--pink {
  border-image: linear-gradient(to right, #f78da7, #ffa594) 1;
}

.module-button--pink span {
  background: linear-gradient(90deg, #f78da7 0%, #ffa594 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.module-button--pink::after {
  color: #f78da7;
}

.module-button--pink.slide::before {
  background: linear-gradient(90deg, #f78da7 0%, #ffa594 100%);
}

.module-button--pink.slide:hover span {
  -webkit-text-fill-color: #fff;
}


/* button-wrap
*************************/
.button-wrap {
  display: flex;
}

.button-wrap--center {
  justify-content: center;
}

.button-wrap--right {
  justify-content: flex-end;
}





/* icons
*************************/
.icon-circle-arrow {}

.icon-circle-arrow::after {
  content: "→";
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #333333;
  border-radius: 50%;
}








/* module-post-list
*************************/
.module-post-list {
  padding: 70px 0;
}

@media screen and (max-width: 1050px) {
  .module-post-list {
    padding: 8% 0;
  }
}

@media screen and (max-width: 768px) {
  .module-post-list {
    padding: 8% 0;
  }
}

.module-post-list>ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

@media screen and (max-width: 1050px) {
  .module-post-list>ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5.33vw;
    grid-row-gap: 5.33vw;
  }
}

.module-post-list__post {}

.module-post-list__post-img {
  border-radius: 1.1em;
  overflow: hidden;
  font-size: 16px;
  filter: drop-shadow(rgba(50, 50, 50, 0.5) 0.4em 0.4em);
}

.module-post-list__post-img img {
  max-width: none;
  width: 100%;
}

.module-post-list__post-summary {
  margin-top: 0.6em;
}

.module-post-list__post-summary .icon {
  margin-top: 0.4em;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}




/* module-job-list
*************************/
.module-job-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.module-job-list dt {
  width: 226px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 18px;
}

.module-job-list dd {
  width: calc(100% - 226px);
  margin-top: 18px;
}

.module-job-list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.module-job-list dd ul li {
  line-height: 24px;
}

.module-job-list dd ul li a {
  text-decoration: underline;
}

.module-job-list dd ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  .module-job-list dt {
    width: 100%;
    font-size: 16px;
    margin-top: 25px;
  }

  .module-job-list dd {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }

  .module-job-list dd ul li {
    line-height: 15px;
  }

}



.region_panel {
  margin: 20px auto;
}

.region_panel_content {
  position: relative;
}

/* 閉じるボタン */
.region_panel_close {
  position: absolute;
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  right: 3rem;
  top: 3rem;
}


.region_panel_close div {
  position: relative;
  z-index: 81;
}

.region_panel_close .close_btn,
.region_panel_close .close_btn:before,
.region_panel_close .close_btn:after {
  content: '';
  display: flex;
  justify-content: flex-end;
  height: 2.2px;
  width: 24px;

  position: absolute;
  transition: all 0.3s;
}


.region_panel_close .close_btn::before {
  bottom: 0;
  width: 24px;
  transform: rotate(45deg);
  background-color: #fff;
}

.region_panel_close .close_btn::after {
  top: 0;
  width: 24px;
  transform: rotate(-45deg);
  background-color: #fff;
}

#closeRegion-check:checked~.menu-btn .close_btn {
  background-color: rgba(0, 0, 0, 0);
}

.line_card {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.line_card.is-visible {
  opacity: 1;
  transform: translateY(0);
}