@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.fv {
  background: url(./img/fv.png);
  background-size: cover;
}

.fv .container {
  height: 100vh;
  position: relative;
}

.fv .fv_box {
  position: absolute;
  top: 70%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fv .fv_box h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 7.2rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .fv .fv_box h2 {
    font-size: 3.6rem;
  }
}

.fv .fv_box .txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .fv .fv_box .txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .fv .fv_box .txt br {
    display: none;
  }
}

.top-catch {
  padding: 130px 0;
}

@media screen and (max-width: 767px) {
  .top-catch {
    padding: 50px 0;
  }
}

.top-catch .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-catch .container {
    display: block;
  }
}

.top-catch .fl {
  width: 46.8%;
}

@media screen and (max-width: 767px) {
  .top-catch .fl {
    width: 100%;
  }
}

.top-catch .fl h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-size: 4.8rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

@media screen and (max-width: 767px) {
  .top-catch .fl h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.top-catch .fl .txt {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .top-catch .fl .txt {
    font-size: 1.4rem;
  }
}

.top-catch .fr {
  width: 45.4%;
}

@media screen and (max-width: 767px) {
  .top-catch .fr {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top-about {
  padding: 85px 0 160px;
  background: linear-gradient(180deg, #81a6bb 0%, #81a6bb 550px, #fff 550px, #fff 100%);
}

@media screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0;
  }
}

.top-about h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top-about h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.top-about h2 span {
  margin-left: 20px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .top-about h2 span {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.top-about ul li {
  text-align: center;
  float: left;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .top-about ul li {
    float: none;
    width: 100%;
  }
}

.top-about ul li:nth-child(2) {
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .top-about ul li:nth-child(2) {
    margin: 30px auto;
  }
}

.top-about ul li h3 {
  display: inline-block;
  max-width: 280px;
  width: 90%;
  background: #1d2642;
  color: #fff;
  font-size: 1.6rem;
  padding: 13px;
  position: relative;
  margin-top: -15px;
}

.top-about ul li h3:before {
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 45px;
  height: 2px;
  background: #fff;
  content: "";
}

.top-news {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .top-news {
    margin-bottom: 50px;
  }
}

.top-news .fl {
  float: left;
  width: 28%;
}

@media screen and (max-width: 767px) {
  .top-news .fl {
    float: none;
    width: 100%;
  }
}

.top-news .fl h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1d2642;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .top-news .fl h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.top-news .fl h2 span {
  margin-left: 20px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .top-news .fl h2 span {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.top-news .fr {
  float: right;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .top-news .fr {
    float: none;
    width: 100%;
  }
}

.top-news .fr ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .top-news .fr ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
  }
}

.top-news .fr ul li:last-child {
  margin-bottom: 0;
}

.top-news .fr ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 1px;
  background: #1d2642;
}

@media screen and (max-width: 767px) {
  .top-news .fr ul li:before {
    width: 15px;
  }
}

.top-news .fr ul li a .flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.top-news .fr ul li a .flex .date {
  font-size: 1.4rem;
  margin-right: 5px;
}

.top-news .fr ul li a .flex .cate {
  font-size: 1.4rem;
}

.top-news .fr ul li a h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top-news .fr ul li a h3 {
    font-size: 1.4rem;
  }
}

.top-news .btn {
  max-width: 280px;
  width: 90%;
  background: #1d2642;
  color: #fff;
  font-size: 1.6rem;
  padding: 13px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-news .btn {
    margin: 20px auto;
  }
}

.top-news .btn:before {
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 45px;
  height: 2px;
  background: #fff;
  content: "";
}

.recruit .happy-box {
  position: relative;
}

.recruit .happy-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
  font-size: 5.5rem;
  padding: 30px 50px;
}

@media screen and (max-width: 767px) {
  .recruit .happy-box h2 {
    display: block;
    font-size: 3.6rem;
    padding: 20px;
    left: 5%;
    width: 90%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
}

.recruit .happy-box h2 span {
  margin-left: 20px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .recruit .happy-box h2 span {
    display: block;
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.recruit-box {
  background: #fff;
  padding: 50px 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 630px;
  margin-left: auto;
  margin-top: -120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit-box {
    padding: 20px;
    margin: 0 auto;
  }
}

.recruit-box h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1d2642;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .recruit-box h2 {
    font-size: 3rem;
  }
}

.recruit-box h2 span {
  margin-left: 20px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .recruit-box h2 span {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.recruit-box .txt {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .recruit-box .txt {
    font-size: 1.4rem;
  }
}

.top-access {
  margin: 180px auto;
}

@media screen and (max-width: 767px) {
  .top-access {
    margin: 50px auto;
  }
}

.top-access .fl {
  float: left;
  width: 28%;
}

@media screen and (max-width: 767px) {
  .top-access .fl {
    width: 100%;
    float: none;
  }
}

.top-access .fl h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1d2642;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top-access .fl h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.top-access .fl h2 span {
  margin-left: 20px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .top-access .fl h2 span {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.top-access .fl .txt {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .top-access .fl .txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.top-access .fr {
  float: right;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .top-access .fr {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.top-access .fr ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 35px;
}

.top-access .fr ul li:last-child {
  margin-bottom: 0;
}

.top-access .fr ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 1px;
  background: #1d2642;
}

.top-access .fr ul li a .flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.top-access .fr ul li a .flex .date {
  font-size: 1.4rem;
  margin-right: 5px;
}

.top-access .fr ul li a .flex .cate {
  font-size: 1.4rem;
}

.top-access .fr ul li a h3 {
  font-size: 1.6rem;
}

.top-access .btn {
  max-width: 280px;
  width: 90%;
  background: #1d2642;
  color: #fff;
  font-size: 1.6rem;
  padding: 13px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .top-access .btn {
    margin: 10px auto;
  }
}

.top-access .btn:before {
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 45px;
  height: 2px;
  background: #fff;
  content: "";
}
