@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */
.index_works_slider,
.service_lead_img {
  opacity: 0;
  transition: opacity 1s linear;
}
.slick-initialized{
  opacity: 1!important;
}

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #E6F2FC;
}
#mainVisual figure {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#mainVisual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
  @media screen and (max-width: 999px) {
    #mainVisual {
      height: 85vw;
    }
    #mainVisual figure {
      position: relative;
    }
  }

.mv_copy {
  position: absolute;
  top: 0;
  left: 60%;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
.mv_copy span.ani_bottom.active {
  -webkit-animation: ani_bottom 1.2s ease 1.2s 1 forwards;
  animation: ani_bottom 1.2s ease 1.2s 1 forwards;
}
  @media screen and (max-width: 1299px) {
    .mv_copy {
      font-size: min(5vw,6rem);
    }
  }
  @media screen and (max-width: 999px) {
    .mv_copy {
      left: 58%;
      font-size: 6vw;
      letter-spacing: 0.05em;
      padding-top: 12vw;
    }
  }

.waves {
  position:absolute;
  bottom: 0;
  width: 100%;
  height:10vh;
  min-height:100px;
  max-height:100px;
  z-index: 10;
}
/* Animation */
.parallax > use {
  animation: move-forever 30s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 9s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 13s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 17s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 26s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
  @media screen and (max-width: 999px) {
    .waves {
      height:10vw;
      min-height: 10vw;
      max-height: 10vw;
    }
  }

#index {
  position: relative;
  z-index: 10;
  background: #fff;
}
.home #contents {
  position: relative;
}
.home #contents::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 150px;
  background: #fff;
}
  @media screen and (max-width: 999px) {
    .home #contents::after {
      display: none;
    }
  }

#index_mission {
  position: relative;
  z-index: 10;
  background: #E6F2FC;
  padding-top: 100px;
}
.index_mission_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.index_mission_wrap figure {
  max-width: 620px;
  width: 45%;
}
  @media screen and (max-width: 999px) {
    #index_mission {
      padding-top: 13.33vw;
    }
    .index_mission_wrap {
      max-width: 100%;
    }
    .index_mission_wrap figure {
      max-width: 100%;
      width: 100%;
    }
  }

.index_mission_inner {
  width: 55%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_mission_ttl {
  margin-bottom: 25px;
}
.index_mission_ttl b {
  position: relative;
  top: -20px;
  display: block;
  font-weight: 900;
  font-size: min(6.2vw,7rem);
  line-height: 1;
  color: #44A8D9;
}
.index_mission_ttl > span {
  position: relative;
  display: inline-block;
  font-size: min(2.2vw,2.4rem);
  font-weight: 500;
  padding-left: 60px;
  color: #000;
}
.index_mission_ttl > span::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  content: "";
  width: 50px;
  height: 1px;
  background: #707070;
}
.index_mission_txt p {
  margin-bottom: 30px;
}
  @media screen and (max-width: 1199px) {
    .index_mission_txt p .sp_none {
      display: none;
    }
  }
  @media screen and (max-width: 999px) {
    .index_mission_inner {
      width: 100%;
      padding: 0 5vw;
      display: block;
    }
    .index_mission_ttl {
      margin-bottom: 5vw;
    }
    .index_mission_ttl b {
      top: -2.66vw;
      font-size: 11.66vw;
    }
    .index_mission_ttl > span {
      font-size: 4.4vw;
      padding-left: 11.33vw;
    }
    .index_mission_ttl > span::before {
      width: 9.33vw;
    }
    .index_mission_txt {
      padding-bottom: 5vw;
    }
    .index_mission_txt p {
      margin-bottom: 4vw;
    }
  }

#index_service {
  padding-top: 100px;
  background: url("../img/common/bg/lower_wave01.png") center -90px no-repeat;
  background-size: 100% auto;
}
  @media screen and (max-width: 2214px) {
    #index_service {
      background-size: 2214px auto;
    }
  }
  @media screen and (max-width: 999px) {
    #index_service {
      background: none;
      padding-top: 12vw;
    }
  }

.index_service_lead {
  margin-bottom: 60px;
}
.index_service_list {
  gap: 30px;
}
.index_service_box {
  display: block;
  width: calc((100% - 60px) / 3);
  text-align: center;
  background: #44A8D9;
  color: #fff!important;
  text-decoration: none;
  font-size: 1.9rem;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.index_service_box:hover {
  filter: brightness(1.1);
}
.index_service_box figure {
  margin-bottom: 10px;
}
.index_service_box figure img {
  opacity: 1!important;
}
.index_service_box h3 {
  font-weight: 500;
}
  @media screen and (max-width: 1099px) {
    .index_service_list {
      gap: 20px;
    }
    .index_service_box {
      width: calc((100% - 40px) / 3);
      font-size: 1.7rem;
    }
  }
  @media screen and (max-width: 999px) {
    .index_service_lead {
      margin-bottom: 6.66vw;
    }
    .index_service_box {
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center;
      width: 100%;
      font-size: 4.6vw;
      border-radius: 1.33vw;
      margin-bottom: 2.66vw;
      padding: 3vw;
    }
    .index_service_box figure {
      width: 15.33vw;
      margin-bottom: 0;
    }
    .index_service_box figure img {
      width: 100%;
      height: auto;
    }
    .index_service_box h3 {
      width: calc(100% - 20vw);
    }
  }

#index_works {
  padding-top: 90px;
}
.index_works_lead {
  margin-bottom: 60px;
}
.index_works_slider_wrap {
  background: #f2f2f2;
  padding: 55px 20px;
}
.index_works_slider {
  max-width: 1280px;
  margin: 0 auto;
}
.index_works_box {
  display: block;
  margin: 0 15px;
  background: #fff;
  text-decoration: none;
  color: #333!important;
}
.index_works_box:hover {
  color: #44A8D9!important;
}
.index_works_box figure img {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
}
.index_works_txt {
  padding: 12px 15px;
}
.index_works_txt h3 {
  font-weight: 500;
  margin-top: 7px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.works_cat_box span {
  display: inline-block;
  border: solid 1px #44A8D9;
  border-radius: 5px;
  line-height: 1.5;
  color: #44A8D9;
  font-weight: 500;
  padding: 0 10px;
  font-size: 1.5rem;
}
  @media screen and (max-width: 999px) {
    #index_works {
      padding-top: 12vw;
    }
    .index_works_lead {
      margin-bottom: 6.66vw;
    }
    .index_works_slider_wrap {
      padding: 8vw 5vw;
    }
    .index_works_slider {
      max-width: 100%;
    }
    .index_works_box {
      margin: 0 2vw;
    }
    .index_works_txt {
      padding: 3.33vw 4vw;
    }
    .index_works_txt h3 {
      margin-top: 2vw;
    }
    .works_cat_box span {
      border-radius: 1.33vw;
      padding: 0 2.66vw;
      font-size: 3.46vw;
    }
  }

.index_works_slider_wrap .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    .index_works_slider_wrap .btn01 {
      margin-top: 6.66vw;
    }
  }

.slick-arrow {
  display: block;
  width: 54px;
  height: 49px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
.slick-arrow:hover {
  filter: brightness(1.1);
}
.prev_btn {
  left: -5px;
  background: url("../img/common/ico/ico_prev01.svg") center center no-repeat;
  background-size: 54px auto;
}
.next_btn {
  right: -5px;
  background: url("../img/common/ico/ico_next01.svg") center center no-repeat;
  background-size: 54px auto;
}
  @media screen and (max-width: 999px) {
    .slick-arrow {
      width: 11vw;
      height: 10vw;
      top: calc(50% - 5vw);
    }
    .prev_btn {
      left: -2vw;
      background-size: 11vw auto;
    }
    .next_btn {
      right: -2vw;
      background-size: 11vw auto;
    }
  }

.com_btns {
  padding-top: 120px;
}
.com_btns ul {
  max-width: 1090px;
  margin: 0 auto;
}
.com_btns li {
  width: 48.5%;
  max-width: 520px;
}
.com_btns a {
  display: block;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #44A8D9;
  text-decoration: none;
  line-height: 1.4;
  padding: 35px;
  background: url("../img/common/ico/ico_arrow01a.svg") right 25px center no-repeat;
  background-size: 32px auto;
}
.com_btns a:hover {
  background-color: #F1F8FC;
}
.com_btns a span {
  display: block;
  font-weight: 500;
  font-size: 3rem;
}
.com_btns a small {
  display: block;
  font-weight: 600;
  font-size: 2rem;
}
  @media screen and (max-width: 999px) {
    .com_btns {
      padding-top: 12vw;
    }
    .com_btns ul {
      max-width: 86vw;
      margin: 0 auto;
    }
    .com_btns li {
      width: 100%;
      max-width: 100%;
      margin-bottom: 4vw;
    }
    .com_btns li:last-child {
      margin-bottom: 0;
    }
    .com_btns a {
      border-radius: 1.33vw;
      padding: 4vw;
      background: url("../img/common/ico/ico_arrow01a.svg") right 6.66vw center no-repeat;
      background-size: 6.66vw auto;
    }
    .com_btns a span {
      font-size: 5.8vw;
    }
    .com_btns a small {
      font-size: 4vw;
    }
  }

#index_news {
  padding-top: 100px;
}
.index_news_box ul {
  margin-bottom: 50px;
}
.index_news_box li a {
  color: #070203;
  text-decoration: none;
  line-height: 1.5;
  padding: 20px 15px;
  border-bottom: dotted 1px #ccc;
}
.index_news_box li a:hover {
  color: #44A8D9;
}
.index_news_box li time {
  display: block;
  width: 100px;
}
.index_news_box .cat_box {
  width: 110px;
}
.cat_box span {
  font-size: 1.3rem;
  display: block;
  border: solid 1px #44A8D9;
  color: #44A8D9;
  text-align: center;
  border-radius: 5px;
  padding: 3px 7px;
  transition: all 0.2s ease-in-out 0s;
}
a:hover .cat_box span {
  background: #44A8D9;
  color: #fff;
}
.index_news_box h3 {
  width: calc(100% - 210px);
  font-weight: 400;
  padding-left: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
  @media screen and (max-width: 999px) {
    #index_news {
      padding-top: 12vw;
    }
    .index_news_box ul {
      margin-bottom: 8vw;
    }
    .index_news_box li a {
      padding: 3.33vw 2.66vw;
    }
    .index_news_box li time {
      display: inline-block;
      width: auto;
      margin-right: 2.66vw;
    }
    .index_news_box .cat_box {
      display: inline-block;
      width: auto;
    }
    .cat_box span {
      display: block;
      font-size: 3.33vw;
      border-radius: 1.33vw;
      padding: 0.33vw 2.66vw;
      transition: all 0.2s ease-in-out 0s;
    }
    .index_news_box h3 {
      width: 100%;
      padding-left: 0;
      margin-top: 1.33vw;
    }
  }

/*----------------------------------------------------
  事業内容 service
--------------------------------------------------- */
.service_lead_menu {
  padding-bottom: 80px;
}
.service_lead_menu .index_service_list .index_service_box {
  opacity: 0.8!important;
  filter: grayscale(1);
}
.service_lead_menu .index_service_list .index_service_box:hover {
  opacity: 1!important;
  filter: grayscale(0);
}
.service_lead_menu .index_service_list .index_service_box.current {
  opacity: 1!important;
  filter: grayscale(0);
  pointer-events: none;
}
  @media screen and (max-width: 999px) {
    .service_wrap {
      display: flex;
      flex-direction: column;
    }
    .service_lead_menu {
      order: 10;
      padding: 12vw 0 0 0;
    }
  }

.service_lead_txt {
  width: 48.5%;
}
.service_lead_txt p {
  margin-bottom: 30px;
}
.service_lead_txt p:last-child {
  margin-bottom: 0;
}
.service_lead_img {
  width: 48.5%;
}
  @media screen and (max-width: 999px) {
    .service_lead_txt {
      width: 100%;
    }
    .service_lead_txt p {
      margin-bottom: 4vw;
    }
    .service_lead_img {
      width: 100%;
      margin-bottom: 8vw;
    }
  }

.service_block {
  margin-top: 80px;
}
.service_block dl {
  padding-bottom: 40px;
}
.service_block p {
  margin-bottom: 20px;
}
.service_block ul {
  margin-bottom: 20px;
  background: #eee;
  border-radius: 5px;
  padding: 15px 20px;
}
.service_block dd *:last-child {
  margin-bottom: 0;
}
.service_block .inner > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
  @media screen and (max-width: 999px) {
    .service_block {
      margin-top: 10.66vw;
    }
    .service_block dl {
      padding-bottom: 8vw;
    }
    .service_block p {
      margin-bottom: 4vw;
    }
    .service_block ul {
      margin-bottom: 4vw;
      border-radius: 1.33vw;
      padding: 3.33vw 4vw;
    }
  }

/*----------------------------------------------------
  会社情報 company
--------------------------------------------------- */
#greeting {
  margin-bottom: 80px;
}
.greeting_txt {
  width: 60%;
  max-width: 720px;
}
.greeting_txt p {
  margin-bottom: 30px;
}
.greeting_ceo {
  text-align: right;
}
.greeting_ceo span {
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  background: linear-gradient(transparent 50%, #E6F2FC 50%);
}
.greeting_box figure {
  width: 37%;
  max-width: 400px;
}
  @media screen and (max-width: 999px) {
    #greeting {
      margin-bottom: 12vw;
    }
    .greeting_txt {
      width: 100%;
      max-width: 100%;
    }
    .greeting_txt p {
      margin-bottom: 4vw;
    }
    .greeting_ceo {
      text-align: center;
      padding: 2.66vw 0 6.66vw;
    }
    .greeting_ceo span {
      font-size: 4vw;
    }
    .greeting_box figure {
      width: 68vw;
      max-width: 68vw;
      margin: 0 auto;
    }
  }

#outline {
  margin-bottom: 80px;
}
.tbl01 th {
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  background: #f2f2f2;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 250px;
  padding: 15px 25px;
}
.tbl01 td {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 15px 25px;
}
  @media screen and (max-width: 999px) {
    #outline {
      margin-bottom: 10.66vw;
    }
    .tbl01 table,
    .tbl01 tbody,
    .tbl01 tr,
    .tbl01 th,
    .tbl01 td {
      display: block;
      width: 100%;
    }
    .tbl01 th {
      border-top: none;
      border-bottom: none;
      padding: 2.66vw 4vw;
    }
    .tbl01 td {
      border-top: none;
      border-bottom: none;
      padding: 4vw;
    }
  }

#history {
  margin-bottom: 60px;
}
.tbl02 dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.tbl02 dl::after {
  position: absolute;
  left: 215px;
  top: 10px;
  content: "";
  width: 1px;
  height: calc(100%);
  background: #eee;
}
.tbl02 dl:last-child::after {
  display: none;
}
.tbl02 dt {
  position: relative;
  width: 222px;
}
.tbl02 dt::after {
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 5;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #44A8D9;
}
.tbl02 dd {
  width: calc(100% - 240px);
}
  @media screen and (max-width: 999px) {
    #history {
      margin-bottom: 9.33vw;
    }
    .tbl02 {
      padding: 0 2.66vw;
    }
    .tbl02 dl {
      display: block;
      letter-spacing: 0;
      padding-bottom: 4vw;
    }
    .tbl02 dl::after {
      left: 1.45vw;
      top: 2.13vw;
    }
    .tbl02 dt {
      width: 100%;
      padding-left: 5vw;
    }
    .tbl02 dt::after {
      right: auto;
      left: 0;
      top: 2vw;
      width: 3vw;
      height: 3vw;
    }
    .tbl02 dd {
      width: 100%;
      padding-left: 5vw;
    }
  }

.tbl03 th {
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  background: #E6F2FC;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 250px;
  padding: 15px 25px;
}
.tbl03 td {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 15px 25px;
}
  @media screen and (max-width: 999px) {
    .tbl03 table,
    .tbl03 tbody,
    .tbl03 tr,
    .tbl03 th,
    .tbl03 td {
      display: block;
      width: 100%;
    }
    .tbl03 th {
      border-top: none;
      border-bottom: none;
      padding: 2.66vw 4vw;
    }
    .tbl03 td {
      border-top: none;
      border-bottom: none;
      padding: 4vw;
    }
  }

/*----------------------------------------------------
  実績紹介 works
--------------------------------------------------- */
.works_cat_list {
  padding: 40px 0 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 35px;
}
.works_cat_list ul {
  display: flex;
  flex-wrap: wrap;
}
.works_cat_list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.works_cat_list li a {
  display: block;
  background: #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 25px;
  min-width: 180px;
  text-align: center;
  padding: 10px 15px;
  line-height: 1.5;
  font-weight: 500;
}
.works_cat_list li.current-cat a,
.works_cat_list li a:hover {
  background: #44A8D9;
  color: #fff;
}
  @media screen and (max-width: 999px) {
    .works_cat_list {
      padding: 6.66vw 0 3.33vw;
      margin-bottom: 8vw;
    }
    .works_cat_list ul {
      justify-content: space-between;
    }
    .works_cat_list li {
      width: 48.5%;
      margin-right: 0;
      margin-bottom: 2.66vw;
    }
    .works_cat_list li a {
      border-radius: 5vw;
      min-width: auto;
      padding: 2.33vw 3.33vw;
      font-size: 3.46vw;
    }
  }

.works_archive_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.works_archive_box figure {
  aspect-ratio: 7 / 5;
  overflow: hidden;
  margin-bottom: 20px;
}
.works_archive_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works_archive_txt h3 {
  border-left: solid 3px #44A8D9;
  font-size: 1.8rem;
  padding: 3px 0 3px 12px;
  margin-bottom: 15px;
  font-weight: 500;
}
.works_archive_txt dl {
  display: flex;
  margin-bottom: 1px;
  line-height: 1.6;
}
.works_archive_txt dt {
  width: 95px;
  background: #E6F2FC;
  padding: 3px 10px;
  font-weight: 500;
}
.works_archive_txt dd {
  padding: 3px 10px;
}
  @media screen and (max-width: 999px) {
    .works_archive_list {
      display: block;
    }
    .works_archive_box {
      margin-bottom: 6.66vw
    }
    .works_archive_box figure {
      margin-bottom: 4vw;
    }
    .works_archive_txt h3 {
      font-size: 4.8vw;
      padding: 0.33vw 0 0.33vw 3.33vw;
      margin-bottom: 4vw;
    }
    .works_archive_txt dt {
      width: 23.33vw;
      padding: 0.66vw 3vw;
    }
    .works_archive_txt dd {
      padding: 0.66vw 3vw;
    }
  }

/*----------------------------------------------------
  お知らせ news
--------------------------------------------------- */
.news_cat_list {
  margin-bottom: 35px;
}
.news_cat_list ul {
  display: flex;
  flex-wrap: wrap;
}
.news_cat_list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.news_cat_list li a {
  display: block;
  background: #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 25px;
  min-width: 180px;
  text-align: center;
  padding: 10px 15px;
  line-height: 1.5;
  font-weight: 500;
}
.news_cat_list li.current-cat a,
.news_cat_list li a:hover {
  background: #44A8D9;
  color: #fff;
}
  @media screen and (max-width: 999px) {
    .news_cat_list {
      margin-bottom: 3.33vw;
    }
    .news_cat_list ul {
      justify-content: space-between;
    }
    .news_cat_list li {
      width: 48.5%;
      margin-right: 0;
      margin-bottom: 2.66vw;
    }
    .news_cat_list li a {
      border-radius: 5vw;
      min-width: auto;
      padding: 2.33vw 3.33vw;
      font-size: 3.46vw;
    }
  }

#news_archive .index_news_box ul {
  margin-bottom: 0;
}

.news_single_info time {
  display: inline-block;
  margin-right: 15px;
}
.news_single_info .cat_box {
  display: inline-block;
  width: auto;
}
.news_single_info .cat_box span {
  font-size: 1.5rem;
  line-height: 1.4;
  min-width: 110px;
}
.news_single_info .sub_ttl02 {
  margin-top: 15px;
}
  @media screen and (max-width: 999px) {
    .news_single_info time {
      margin-right: 2.66vw;
    }
    .news_single_info .cat_box span {
      font-size: 3.46vw;
      line-height: 1.6;
      min-width: auto;
    }
    .news_single_info .sub_ttl02 {
      margin-top: 4vw;
    }
  }

/*----------------------------------------------------
  採用情報 recruit
--------------------------------------------------- */
.recruit_archive_lead {
  margin-bottom: 50px;
}
  @media screen and (max-width: 999px) {
    .recruit_archive_lead {
      margin-bottom: 8vw;
    }
  }

.recruit_archive_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.recruit_archive_box {
  border: solid 3px #E6F2FC;
  padding: 25px;
}
.recruit_archive_box dl {
  margin-bottom: 10px;
}
.recruit_archive_box dt {
  line-height: 1.5;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #44A8D9;
  border-bottom: dotted 1px #ccc;
}
.recruit_archive_box .btn01 {
  padding-top: 10px;
}
  @media screen and (max-width: 1199px) {
    .recruit_archive_list {
      gap: 20px;
    }
    .recruit_archive_box {
      padding: 20px;
     }
     .recruit_archive_box .btn01 a {
       width: 100%;
     }
  }
  @media screen and (max-width: 999px) {
    .recruit_archive_list {
      display: block;
    }
    .recruit_archive_box {
      padding: 5vw;
      margin-bottom: 5.33vw;
    }
    .recruit_archive_box:last-child {
      margin-bottom: 0;
    }
    .recruit_archive_box dl {
      margin-bottom: 2.66vw;
    }
    .recruit_archive_box dt {
      font-size: 4.6vw;
      padding-bottom: 1.33vw;
      margin-bottom: 2.66vw;
    }
    .recruit_archive_box .btn01 {
      padding-top: 2vw;
    }
     .recruit_archive_box .btn01 a {
       width: 82%;
     }
  }

.btn_entry {
  padding: 50px 0 20px;
  text-align: center;
}
.btn_entry a {
  display: inline-block;
  font-size: 2.4rem;
  border: solid 2px #44A8D9;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4;
  min-width: 380px;
  font-weight: 500;
  padding: 22px 30px;
}
.btn_entry a:hover {
  background: #44A8D9;
  color: #fff;
}
  @media screen and (max-width: 999px) {
    .btn_entry {
      padding: 5.33vw 0;
    }
    .btn_entry a {
      display: block;
      font-size: 5.33vw;
      border-radius: 2.66vw;
      min-width: 100%;
      padding: 4.8vw;
    }
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}
/* 画像だけ入った <p> の中で float を完結させる（モダン） */
p:has(> img.alignleft),
p:has(> img.alignright) {
  display: flow-root; /* または overflow: hidden; */
  margin-bottom: 0;
}
/* 左寄せ画像の直後の要素を回り込み解除 */
img.alignleft + * {
  clear: both;
}
/* 右寄せ画像の直後も同じ */
img.alignright + * {
  clear: both;
}

/*投稿詳細用*/
.entry-content {
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
.entry-content h1 {
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  background: #44A8D9;
  color: #fff;
}
  @media screen and (max-width: 899px) {
    .entry-content h1 {
      font-size: 4.4vw;
      padding: 2vw 4vw;
      border-radius: 1.33vw;
      margin-bottom: 4vw;
    }
  }

.entry-content h2 {
  font-size: 2rem;
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ddd;
}
  @media screen and (max-width: 899px) {
    .entry-content h2 {
      font-size: 4.4vw;
      padding-bottom: 3vw;
      margin-bottom: 4px;
    }
  }

.entry-content h3 {
  position: relative;
  font-size: 2rem;
  padding-left: 22px;
  margin-bottom: 15px;
}
.entry-content h3::after {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 5;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #44A8D9;
}
  @media screen and (max-width: 899px) {
    .entry-content h3 {
      font-size: 4.26vw;
      padding-left: 5vw;
      margin-bottom: 3vw;
    }
    .entry-content h3::after {
      top: 1.8vw;
      width: 3.33vw;
      height: 3.33vw;
    }
  }

.entry-content h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h4 {
      font-size: 4.26vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h5 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h5 {
      font-size: 4.13vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h6 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h6 {
      font-size: 4vw;
      margin-bottom: 3vw;
    }
  }

.entry-content p {
  margin-bottom:30px;
}
  @media screen and (max-width: 999px) {
    .entry-content p {
      margin-bottom: 5vw;
    }
  }

.entry-content img {
  margin-bottom:30px;
}
  @media screen and (max-width: 999px) {
    .entry-content img {
      margin-bottom: 5vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 999px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 999px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 35px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #ddd;

}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #ddd;
}
  @media screen and (max-width: 999px) {
    .entry-content table {
      margin:0 0 5vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 2px #ddd;
  padding: 20px 20px 20px 50px;
  margin-bottom: 35px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 18px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 5rem;
  color: #ddd;
}
  @media screen and (max-width: 999px) {
    .entry-content blockquote {
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 5vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: none;
  border-bottom: solid 1px;
}

.entry-content .wp-caption.alignright {
  margin-left: 25px;
}
.entry-content .wp-caption.alignleft {
  margin-right: 25px;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption {
      width: 100%!important;
      float: none!important;
      margin: 0 0 5vw 0!important;
    }
  }

.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption img {
      margin-bottom: 2vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 60px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 44px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #44A8D9;
  color: #44A8D9;
  margin: 0 3px 10px 3px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
}
.wp-pagenavi span {
  background: #44A8D9;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #44A8D9;
  color: #fff;
  border: 1px solid #44A8D9;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
  color: #44A8D9;
  font-size: 1.6rem;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  background: none;
  color: #44A8D9;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #44A8D9;
  background: none;
}
  @media screen and (max-width: 899px) {
    .wp-pagenavi {
      padding: 6.66vw 0 0 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 8vw;
      line-height: 8vw;
      margin: 0 0.33vw 2.33vw 0.33vw;
      font-size: 3.73vw;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 60px 0 0 0;
  text-align: center;
}
.prev_link {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 10;
}
.next_link {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 10;
}
  @media screen and (max-width: 899px) {
    .wp-detailnavi {
      padding: 8vw 0 0 0;
      margin-bottom: 3.33vw;
    }
    .wp-detailnavi a {
      font-size: 3.46vw;
    }
    .prev_link {
      bottom: 2.13vw;
    }
    .next_link {
      bottom: 2.13vw;
    }
    .wp-detailnavi .btn01 a {
      max-width: 44vw;
      padding: 2.33vw;
      background: url("../img/common/ico/ico_arrow01b.svg") right 2.66vw center no-repeat #44A8D9;
      background-size: 4.26vw auto;
      font-size: 3.46vw;
    }
  }

/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact_lead {
  margin-bottom: 40px;
}
  @media screen and (max-width: 999px) {
    #contact_lead {
      margin-bottom: 8vw;
    }
  }

.form_area table {
  margin-bottom: 40px;
  line-height: 1.6;
}
.form_area th {
  width: 300px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: #eeeeee;
}
.form_area th > span {
  display:block;
  position:relative;
  padding-right: 50px;
}
.form_area .require {
  position: absolute;
  color:#fff;
  background: #E5151F;
  font-style:normal;
  display:inline-block;
  font-size: 1.3rem;
  border-radius: 2px;
  width: 48px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 2px;
}
.form_area td {
  padding: 18px 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.form_area td .wpcf7-text, 
.form_area td textarea {
  padding: 13px 15px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  width: 100%;
  outline: none;
}
.form_area td textarea {
  height: 250px;
}
.form_area td .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
.form_area td .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 999px) {
    .form_area {
      max-width: 100%;
      padding: 0;
    }
    .form_area table,
    .form_area tbody,
    .form_area tr,
    .form_area th,
    .form_area td {
      display: block;
      width: 100%!important;
    }
    .form_area table {
      margin-bottom: 2.66vw;
    }
    .form_area th {
      max-width: 100%;
      padding: 2.66vw 3vw;
      font-size: 4vw;
    }
    .form_area th span {
      margin: 0;
      padding-right: 12vw;
    }
    .form_area .require {
      font-size: 3.46vw;
      width: 10vw;
      line-height: 6vw;
    }
    .form_area th .require {
      right: 0;
      top: calc(50% - 3vw);
    }
    .form_area td {
      padding: 3vw 0;
      border: none;
    }
    .form_area td .wpcf7-text,
    .form_area td textarea {
      padding: 2vw 3vw;
      margin: 0;
      font-size:max(3.46vw,1.6rem);
    }
    .form_area td textarea {
      height: 54vw;
    }
  }

.contact_note {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.entry_none {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.consent_box {
  margin-bottom: 40px;
}
.consent_box .wpcf7-list-item {
  margin: 0;
}
.consent_box .wpcf7-list-item-label {
  margin-left: 5px;
}
  @media screen and (max-width: 999px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1.5);
      vertical-align: middle;
    }
    .contact_note {
      font-size: 3.46vw;
      letter-spacing: 0;
      margin-top: 1.33vw;
    }
    .consent_box {
      margin-bottom: 6.66vw;
    }
  }
  @media screen and (max-width: 500px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1);
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 999px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#666; font-size: 3.46vw; }
    ::-moz-placeholder { color:#666; font-size: 3.46vw; }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 380px;
  line-height: 66px;
  padding: 0 15px;
  border-radius: 35px;
  background: url("../img/common/ico/ico_arrow01b.svg") right 20px center no-repeat;
  background-size: 24px auto;
  background-color: #44A8D9;
  border: solid 1px #44A8D9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.submit-btn input:hover {
  filter: brightness(1.1);
}
.submit-btn [disabled] {
  color: #fff!important;
  opacity: 1!important;
  border: solid 1px #aaa!important;
  background-color: #aaa!important;
  filter: brightness(1)!important;
}
  @media screen and (max-width: 999px) {
    .submit-btn input {
      min-width: 74vw;
      line-height: 14vw;
      padding: 0 2.66vw;
      border-radius: 8vw;
      font-size: 4.26vw;
      background: url("../img/common/ico/ico_arrow01b.svg") right 5vw center no-repeat;
      background-size: 5.6vw auto;
      background-color: #44A8D9;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  height: 0;
  padding: 0;
  margin: 0;
}
div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf table {
  margin-bottom: 40px;
}
div#wpcf7cpcnf th {
  width: 320px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: #eeeeee;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 18px 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
  @media screen and (max-width: 999px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf table {
      margin-bottom: 6.66vw;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-btns button {
  display: inline-block;
  min-width: 320px;
  line-height: 60px;
  padding: 0 12px;
  margin: 0 15px;
  border-radius: 30px;
  background-color: #E5151F;
  border: solid 1px #E5151F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7cp-btns button:hover {
  background-color: #fff;
  color: #E5151F;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
	background-color: #999;
  border: solid 1px #999;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  color: #999;
}
  @media screen and (max-width: 999px) {
    .wpcf7cp-btns button {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      margin-bottom: 4vw;
    }
  }

#zipcode {
  width: 180px;
  margin-right: 12px;
}
.contact_address_wrap {
  margin-bottom: 15px;
}
.form_area td select {
  width: 180px;
  border: solid 1px #ddd;
  padding: 7px 32px 7px 15px;
  height: 52px;
  outline: none;
  background: url("../img/common/ico/ico_select.svg") #fff right 15px center no-repeat;
  background-size: 14px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.doui_box {
  text-align: center;
  margin-bottom: 40px;
}
.bg-gray {background-color: #e5e5e5!important;}
  @media screen and (max-width: 999px) {
    #zipcode {
      width: 45vw;
      margin-right: 12px;
    }
    .city_select_box {
      margin-top: 3vw;
    }
    .contact_address_wrap {
      margin-bottom: 3vw;
    }
    .form_area td select {
      width: 100%;
      padding: 1.33vw 8vw 1.33vw 3vw;
      height: 11vw;
      background: url("../img/common/ico/ico_select.svg") #fff right 3.33vw center no-repeat;
      background-size: 3.33vw auto;
    }
    .doui_box {
      margin-bottom: 8vw;
    }
  }

/*----------------------------------------------------
  プライバシーポリシー privacy
--------------------------------------------------- */
.privacy_lead {
  margin-bottom: 50px;
}
.privacy_box {
  margin-bottom: 40px;
}
.privacy_box:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 999px) {
    .privacy_lead {
      margin-bottom: 6.66vw;
    }
    .privacy_box {
      margin-bottom: 5vw;
    }
    .privacy_box h3 {
      font-size: 4.6vw;
    }
  }
