@charset "UTF-8";
.c-top-sec03-num {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #d6effa;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-top-sec03-num {
    font-size: 40px;
  }
}

.search-form-001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 3px;
}

.search-form-001 input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  background: #fff;
}

.search-form-001 label {
  width: 100%;
}

.search-form-001 input::placeholder {
  color: #767d83;
}

.search-form-001 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: #707070;
  cursor: pointer;
}

.search-form-001 button::after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}

.c-top-mainv {
  background: url(../img/top/main-v-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 520px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-top-mainv {
    height: auto;
    background: url(../img/top/main-v-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.c-top-mainv-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-txt-wrap {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .c-top-mainv-catch {
    max-width: 260px;
    width: 100%;
    margin: 80px auto;
  }
  .c-top-mainv-catch img {
    width: 100%;
    height: auto;
  }
}

.c-top-mainv-p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-p {
    text-align: center;
    line-height: 1.8;
  }
}

.c-top-mainv-title {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-title {
    max-width: 326px;
    width: 100%;
    margin: 10px auto 15px;
  }
  .c-top-mainv-title img {
    width: 100%;
    height: auto;
  }
}

.c-top-mainv-pr {
  display: flex;
  justify-content: space-between;
}
.c-top-mainv-pr li {
  background: #fff;
  border-radius: 12px;
  padding: 11px 0 8px;
  width: 31%;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-pr li {
    width: 32%;
  }
}
.c-top-mainv-pr p {
  font-size: 15px;
  line-height: 22px;
  color: #1266d1;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-pr p {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-top-mainv-info {
  width: 420px;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-info {
    width: 100%;
  }
}

.c-top-mainv-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-btn {
    margin: 14px auto 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .c-top-mainv-btn li {
    margin-bottom: 6px;
    text-align: center;
    width: 49%;
  }
}
.c-top-mainv-btn li a {
  background: #00e9e9;
  box-sizing: border-box;
  width: 200px;
  padding: 13px 40px 11px 34px;
  color: #232d83;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: 200ms;
  box-shadow: 0 3px 0 0 #223085;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-btn li a {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .c-top-mainv-btn li a {
    padding: 13px 30px 11px 30px;
  }
}
.c-top-mainv-btn li a:hover {
  background: #73f6d7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.c-top-mainv-btn li a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 200ms;
  animation: shinyshiny 3.5s ease-in-out infinite;
}
.c-top-mainv-btn li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #232d83;
  border-right: 2px solid #232d83;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.c-top-mainv-btn li.top a::after {
  border-top: 3px solid #232d83;
  border-right: 3px solid #232d83;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-top-sec01-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-top-sec01-title {
    display: block;
    font-size: 22px;
  }
}
.c-top-sec01-title img {
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .c-top-sec01-title img {
    padding-left: 0;
  }
}

.c-top-sec01-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-top-sec01-flex {
    display: block;
  }
}

.c-top-sec01-img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-top-sec01-img {
    width: 80%;
    max-width: 400px;
    margin: 20px auto 30px;
  }
}
.c-top-sec01-img img {
  width: 100%;
  height: auto;
}

.c-top-sec01-txt {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .c-top-sec01-txt {
    width: 100%;
  }
}
.c-top-sec01-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.c-top-sec01-txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-top-sec01-txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

.c-top-sec02-dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-dl {
    display: block;
    margin-bottom: 30px;
  }
  .c-top-sec02-dl:last-of-type {
    margin-bottom: 0;
  }
}
.c-top-sec02-dl dt {
  width: 18%;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-dl dt {
    width: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
    position: static;
  }
}
.c-top-sec02-dl dt::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -15px;
  border-left-color: #fff;
  left: 100%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-dl dt::after {
    position: static;
    content: none;
  }
}
.c-top-sec02-dl dd {
  width: 78%;
  padding: 20px 10px 23px 48px;
  box-sizing: border-box;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-dl dd {
    padding: 10px 24px 24px 24px;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
  }
}

.c-top-sec02-title {
  font-size: 20px;
  color: #1266b1;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.c-top-sec02-ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 14px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-ul li {
    font-size: 14px;
  }
}
.c-top-sec02-ul li:last-child {
  margin-bottom: 0;
}
.c-top-sec02-ul li span {
  margin-right: 15px;
}
.c-top-sec02-ul li p {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c-top-sec02-ul li img {
    width: 18px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-top-sec03-title {
    display: flex;
    justify-content: center;
  }
}

.c-top-sec03-sub {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
  color: #1266b1;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-top-sec03-sub {
    padding: 0 20px;
  }
}

.c-top-sec03-title {
  display: flex;
  justify-content: center;
}

.c-top-sec03-sub:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #1266b1;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.c-top-sec03-sub:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #1266b1;
  border-radius: 3px;
  transform: rotate(25deg);
}

.c-top-sec03-title-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.c-top-sec03-dl {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-sec03-dl {
    display: block;
    margin-bottom: 30px;
  }
}
.c-top-sec03-dl:last-of-type {
  margin-bottom: 0;
}
.c-top-sec03-dl dt {
  background: #1266b1;
  padding: 40px 0;
  text-align: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .c-top-sec03-dl dt {
    width: 100%;
    padding: 20px 0;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-top-sec03-dl dd {
  padding: 35px 20px 35px 40px;
  box-sizing: border-box;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 2px solid #1266b1;
  background: #fff;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .c-top-sec03-dl dd {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    padding: 30px 20px 30px 20px;
  }
}
.c-top-sec03-dl dd h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  color: #1266b1;
}
@media screen and (max-width: 768px) {
  .c-top-sec03-dl dd h3 {
    font-size: 20px;
    text-align: center;
  }
}
.c-top-sec03-dl dd p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-top-sec03-img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-top-sec03-img img {
    width: 48px;
    height: auto;
  }
}

.c-top-sec04-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-sec04-ul {
    display: block;
  }
}

.c-top-sec04-li {
  width: 48%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2392156863);
  border-radius: 12px;
}
.c-top-sec04-li:last-of-type {
  margin: auto;
}
@media screen and (max-width: 980px) {
  .c-top-sec04-li {
    padding: 30px;
  }
}
@media screen and (max-width: 860px) {
  .c-top-sec04-li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-top-sec04-li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-top-sec04-li .sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .c-top-sec04-li .sp {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.c-top-sec04-li .pc {
  display: block;
}
@media screen and (max-width: 860px) {
  .c-top-sec04-li .pc {
    display: none;
  }
}

.c-top-sec04-title {
  font-size: 24px;
  font-weight: 600;
  color: #1266b1;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .c-top-sec04-title {
    text-align: center;
    font-size: 20px;
  }
}

.c-top-sec04-img {
  width: 48%;
}
@media screen and (max-width: 860px) {
  .c-top-sec04-img {
    width: 100%;
  }
}
.c-top-sec04-img img {
  width: 100%;
  height: auto;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

.c-top-sec04-txt {
  width: 48%;
}
@media screen and (max-width: 860px) {
  .c-top-sec04-txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-top-sec04-txt p {
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
}
.c-top-sec04-txt .l-btn-style-01 {
  margin-top: 20px;
}

#sec03 {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  #sec03 {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.c-case-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-case-ul::after {
  content: "";
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-case-ul {
    display: block;
  }
}

.c-case-li {
  width: 30%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .c-case-li {
    width: 32%;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-case-li {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-case-li:last-of-type {
    margin-bottom: 0;
  }
}
.c-case-li .l-btn-style-01 {
  margin-top: auto;
  text-align: center;
}

.c-case-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1266b1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  .c-case-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.c-case-li-dl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 10px;
}
.c-case-li-dl:last-of-type {
  margin-bottom: 40px;
}
.c-case-li-dl dt {
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-case-li-dl dt {
    width: 20%;
  }
}
.c-case-li-dl dd {
  width: 68%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-case-li-dl dd {
    width: 78%;
  }
}

.c-case-category-ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
.c-case-category-ul li span {
  border: 1px solid #000;
  padding: 3px 4px 2px 4px;
}

.l-lead-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .l-lead-txt {
    text-align: left;
  }
}

.c-sec06-dl-02 {
  display: flex;
  justify-content: space-between;
  width: 840px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 860px) {
  .c-sec06-dl-02 {
    display: block;
    width: 100%;
  }
}
.c-sec06-dl-02:last-of-type {
  margin-bottom: 0;
}
.c-sec06-dl-02 dt {
  width: 25%;
}
@media screen and (max-width: 860px) {
  .c-sec06-dl-02 dt {
    width: 100%;
    padding-top: 20px;
    background: #f0f0f0;
    text-align: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding-bottom: 0;
  }
}
.c-sec06-dl-02 dt .c-sec06-dl-02-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 216/178;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 860px) {
  .c-sec06-dl-02 dt .c-sec06-dl-02-img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 210px;
    margin: 0 auto;
  }
}
.c-sec06-dl-02 dd {
  width: 75%;
  box-sizing: border-box;
  padding: 30px 20px 30px 40px;
  background: #f0f0f0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 860px) {
  .c-sec06-dl-02 dd {
    width: 100%;
    padding: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
  }
}
.c-sec06-dl-02 dd p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.c-sec06-dl-02 dd .l-btn-style-01 {
  margin-top: 20px;
}
.c-sec06-dl-02 dd .l-btn-style-01 a {
  background: #292929;
}
.c-sec06-dl-02 dd .l-btn-style-01 a:hover {
  background: #707070;
}
@media screen and (max-width: 860px) {
  .c-sec06-dl-02 dd .l-btn-style-01 {
    text-align: center;
  }
}

.c-sec06-title {
  font-size: 20px;
  line-height: 1.8;
  color: #1266b1;
  font-weight: 600;
  margin-bottom: 18px;
}
.c-sec06-title br {
  display: none;
}
@media screen and (max-width: 860px) {
  .c-sec06-title {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .c-sec06-title br {
    display: block;
  }
}

.c-sec06-dl-02-dt {
  padding: 30px 0;
  box-sizing: border-box;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .c-sec06-dl-02-dt {
    padding: 0;
    border-bottom-left-radius: 0px;
  }
}

.c-sec07-table-pc {
  margin-top: 80px;
}

.c-sec07-table {
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
.c-sec07-table td {
  padding: 18px 8px;
  background: #fff;
  border: 4px solid #f1f6fc;
  box-sizing: border-box;
  width: 28%;
}
.c-sec07-table td.c-sec07-table-blue {
  background: #d6e9ff;
}
.c-sec07-table td p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
}

.c-sec07-table-th-01 {
  font-size: 18px;
  font-weight: 500;
  background: #ebebeb;
  text-align: center;
  padding: 18px 0;
  border: 4px solid #f1f6fc;
}

.c-sec07-table-01 {
  width: 16%;
  border: 4px solid #f1f6fc;
  box-sizing: border-box;
}

.c-sec07-table-02 {
  width: 28%;
  border: 4px solid #f1f6fc;
  box-sizing: border-box;
}

.c-sec07-table-th-grey,
.c-sec07-table-th-blue {
  padding: 12px 0;
  text-align: center;
}

.c-sec07-table-th-grey {
  background: #707070;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.c-sec07-table-th-blue {
  background: #1266d1;
}

.c-sec07-table-sp {
  margin-top: 30px;
}

.c-sec07-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.c-sec07-card + .c-sec07-card {
  margin-top: 16px;
}

.c-sec07-card-title {
  background: #ebebeb;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 8px;
}

.c-sec07-card-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #eef3f9;
}
.c-sec07-card-item.is-fa {
  background: #d6e9ff;
}

.c-sec07-card-name {
  flex: none;
  width: 112px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.is-fa .c-sec07-card-name {
  color: #0b4f9e;
}

.c-sec07-card-icon {
  flex: none;
  width: 22px;
  line-height: 1;
}
.c-sec07-card-icon img {
  width: 100%;
}

.c-sec07-card-txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.c-sec08-serch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 760px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 810px) {
  .c-sec08-serch {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    text-align: center;
  }
}
.c-sec08-serch p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 810px) {
  .c-sec08-serch p {
    font-size: 16px;
  }
}

.c-sec08-serch-box {
  width: 550px;
}
@media screen and (max-width: 810px) {
  .c-sec08-serch-box {
    width: 80%;
    margin: 0 auto;
  }
}

.tab-002 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
}

.tab-002 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.6em 1em;
  border-radius: 12px 12px 0 0;
  background-color: #b9b9b9;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab-002 > label {
    font-size: 13px;
    line-height: 1;
  }
}
.tab-002 > label .pc {
  display: inline-block;
}
@media screen and (max-width: 970px) {
  .tab-002 > label .pc {
    display: none;
  }
}

.tab-002 > label:hover {
  opacity: 0.8;
}

.tab-002 input {
  display: none;
}

.tab-002 > div {
  display: none;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 768px) {
  .tab-002 > div {
    padding: 15px;
  }
}

.tab-002 label:has(:checked) {
  background-color: #232d83;
}

.tab-002 label:has(:checked) + div {
  display: block;
}

.tab-002-img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tab-002-img {
    height: auto;
    display: block;
    margin: 0 auto 8px;
    height: 20px;
  }
}

.c-faq-ul,
.c-news-ul {
  border-top: solid 1px #ebebeb;
}
.c-faq-ul li,
.c-news-ul li {
  border-bottom: solid 1px #ebebeb;
}
.c-faq-ul li a,
.c-news-ul li a {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-faq-ul li a,
  .c-news-ul li a {
    padding: 20px 24px 20px 8px;
  }
}
.c-faq-ul li a::after,
.c-news-ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid #232d83;
  border-right: 3px solid #232d83;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-faq-ul li a::after,
  .c-news-ul li a::after {
    right: 10px;
  }
}
.c-faq-ul li a:hover,
.c-news-ul li a:hover {
  background: #f6f9fd;
}

@media screen and (max-width: 900px) {
  .c-news-ul li a {
    display: block;
  }
}

.c-faq-q {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #232d83;
  margin-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-faq-q {
    margin-right: 10px;
  }
}

.c-faq-txt,
.c-news-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.c-news-ul-day {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #1266b1;
  width: 15%;
  box-sizing: border-box;
}
.c-news-ul-day.mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .c-news-ul-day {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-news-title {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .c-news-title {
    width: 100%;
  }
}

.c-sec09-sp-content {
  margin-bottom: 30px;
}

.c-sec09-img img {
  width: 100%;
}

.c-sec09-title {
  font-size: 18px;
  font-weight: 600;
  color: #1266b1;
  text-align: center;
  padding: 10px 0;
  background: #d9e6f8;
  margin-bottom: 10px;
}

.c-sec09-dl {
  border: 2px solid #d6d6d6;
}
.c-sec09-dl dt {
  background: #d6d6d6;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0 5px;
}
.c-sec09-dl dd {
  padding: 20px 25px;
}

.c-sec06-ul {
  padding-left: 15px;
}
.c-sec06-ul li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 5px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.timing02 {
  transition-delay: 0.2s;
}

.timing03 {
  transition-delay: 0.3s;
}

.timing04 {
  transition-delay: 0.4s;
}

.timing05 {
  transition-delay: 0.5s;
}

@media screen and (max-width: 900px) {
  .c-top-mainv-catch-p {
    padding: 70px 0 30px;
  }
}
.c-top-mainv-catch-p p {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 970px) {
  .c-top-mainv-catch-p p {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .c-top-mainv-catch-p p {
    text-align: center;
    font-size: 40px;
  }
}
.c-top-mainv-catch-p span {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .c-top-mainv-catch-p span {
    font-size: 22px;
  }
}
.c-top-mainv-catch-p .sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .c-top-mainv-catch-p .sp {
    display: block;
  }
}

.c-top-mainv-p .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-top-mainv-p .br {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .c-header-h1 {
    width: 230px;
  }
  .c-header-h1 img {
    width: 100%;
    height: auto;
  }
}

.c-top-sec01-txt p.top-txt-style {
  font-weight: 700;
}/*# sourceMappingURL=top.css.map */