#page.top.in .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 150px;
  height: 45px;
  background-color: #c9d3f5;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  margin: 25px 0 0 auto;
  padding-right: 20px;
  border: 2px solid #c9d3f5;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.top.in .c-btn::before {
  content: "";
  background-image: url(../img/index/btn-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
#page.top.in .c-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f7f8f6;
  border: 2px solid #1a2e72;
}
#page.top.in .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#page.top.in .mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 668px;
}
#page.top.in .mv .mv-ttl-area {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 458px;
}
#page.top.in .mv h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f2438;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: -80px;
}
@media screen and (max-width: 1200px) {
  #page.top.in .inner {
    padding: 0 20px;
  }
  #page.top.in .mv {
    height: 557px;
  }
  #page.top.in .mv .mv-ttl-area {
    top: 45%;
    max-width: 458px;
  }
  #page.top.in .mv h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #page.top.in .c-btn {
    height: 40px;
    font-size: 15px;
    margin: 25px 0 0 auto;
  }
  #page.top.in .inner {
    max-width: unset;
    padding: 0 15px;
  }
  #page.top.in .mv {
    height: 420px;
  }
  #page.top.in .mv .mv-ttl-area {
    top: 45%;
    left: 50%;
    max-width: 300px;
  }
  #page.top.in .mv h1 {
    font-size: 30px;
    text-align: center;
  }
}
#page.top.in .news {
  margin-bottom: 100px;
}
#page.top.in .news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top.in .news .news-ttl-wr {
  width: 100%;
}
#page.top.in .news h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#page.top.in .news .news-ttl-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
}
#page.top.in .news .news-content {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
#page.top.in .news .news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 10px 10px;
  border-bottom: 1px solid #1f2438;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.top.in .news .news-article:hover {
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.top.in .news .news-time {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #8f8f8f;
}
#page.top.in .news .news-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #1f2438;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1100px) {
  #page.top.in .news {
    margin-bottom: 100px;
  }
  #page.top.in .news .news-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media screen and (max-width: 767px) {
  #page.top.in .news {
    margin-bottom: 60px;
  }
  #page.top.in .news .news-flex {
    display: block;
  }
  #page.top.in .news .news-ttl-wr {
    margin-bottom: 20px;
  }
  #page.top.in .news h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #page.top.in .news .news-ttl-sub {
    font-size: 14px;
  }
  #page.top.in .news .news-article {
    gap: 20px;
  }
  #page.top.in .news .news-article:hover {
    background-color: unset;
  }
  #page.top.in .news .news-time {
    font-size: 14px;
  }
  #page.top.in .news .news-title {
    font-size: 14px;
  }
}
#page.top.in .about {
  margin-bottom: 150px;
  padding-bottom: 80px;
  position: relative;
}
#page.top.in .about::before {
  content: "";
  background-color: #e9e4dc;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page.top.in .about .about-ttl-wr {
  text-align: center;
  background-color: #e9e4dc;
  padding: 35px;
  margin-bottom: 40px;
}
#page.top.in .about h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#page.top.in .about .news-ttl-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #1a2e72;
}
#page.top.in .about .about-text {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 2.35;
  color: #1f2438;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#page.top.in .about .about-text span {
  font-size: 25px;
  font-weight: 700;
}
#page.top.in .about .c-btn {
  margin: 0 auto 75px auto;
}
#page.top.in .about .about-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
#page.top.in .about .about-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 270px;
  border-radius: 20px;
  overflow: hidden;
}
#page.top.in .about .about-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#page.top.in .about .about-link img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.top.in .about h3 {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 29px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page.top.in .about {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }
  #page.top.in .about::before {
    height: 240px;
  }
  #page.top.in .about .about-ttl-wr {
    padding: 30px;
    margin-bottom: 40px;
  }
  #page.top.in .about h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #page.top.in .about .news-ttl-sub {
    font-size: 14px;
  }
  #page.top.in .about .about-text {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
  #page.top.in .about .about-text span {
    font-size: 25px;
    font-weight: 700;
  }
  #page.top.in .about .c-btn {
    margin: 0 auto 40px auto;
  }
  #page.top.in .about .about-link-content {
    gap: 15px;
  }
  #page.top.in .about .about-link {
    max-width: 100%;
  }
  #page.top.in .about h3 {
    top: 46%;
    font-size: 20px;
  }
}
#page.top.in .handling {
  background-color: #e9e4dc;
  border-radius: 0 45px 45px 0;
  width: 85%;
  padding: 60px 20px 60px 35px;
  margin-bottom: 150px;
}
#page.top.in .handling h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e72;
  margin-bottom: 20px;
}
#page.top.in .handling .handling-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
#page.top.in .handling .handling-flex.last-handling {
  margin-bottom: 0;
}
#page.top.in .handling .handling-flex-item {
  display: block;
  width: 100%;
  max-width: 250px;
}
#page.top.in .handling .handling-flex-item-procedur {
  display: block;
  width: 100%;
  max-width: 226px;
}
@media screen and (max-width: 767px) {
  #page.top.in .handling {
    border-radius: 0 40px 40px 0;
    width: 90%;
    padding: 50px 10px 50px 10px;
    margin-bottom: 80px;
  }
  #page.top.in .handling h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page.top.in .handling .handling-flex {
    display: block;
    margin-bottom: 30px;
  }
  #page.top.in .handling .handling-flex-item {
    margin-bottom: 10px;
  }
  #page.top.in .handling .handling-flex-item-procedur {
    margin-bottom: 10px;
  }
  #page.top.in .handling .handling-flex-item-procedur:last-child {
    margin-bottom: 0;
  }
}