@charset "UTF-8";

/******************************
common-catch-sec
******************************/
.common-catch-sec::before {
  background: url(../../images/page/seo/catch.webp) no-repeat center / cover;
  content: '';
  position: absolute;
  top: 150px;
  right: 0;
  height: 700px;
  width: 60vw;
}
.common-catch-sec .txtwrap {
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  margin-top: 10rem;
  max-width: 700px;
}
.common-catch-sec .txtwrap .txtbox .txt1 {
  background: #003246;
  color: #fff;
  font-size: 2.6rem;
  padding: 1rem;
}
.common-catch-sec .txtwrap .txtbox .txt2 {
  background: #fff;
  border-top: 1px solid #003246;
  border-bottom: 1px solid #003246;
  font-size: 2rem;
  padding: 1rem;
}
.common-catch-sec .txtwrap .listbox {
  margin: 3rem 0;
}
.common-catch-sec .txtwrap .listbox ul {
  padding: 0 2rem;
}
.common-catch-sec .txtwrap .listbox li {
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
}
.common-catch-sec .txtwrap .listbox li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.common-catch-sec .txtwrap .listbox li::before {
  background: #003246;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  height: 5px;
  width: 5px;
}
.common-catch-sec .txtwrap .txtbox p {
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .common-catch-sec::before {
    height: 300px;
    width: 320px;
  }
  .common-catch-sec .txtwrap {
    margin-top: 25rem;
  }
  .common-catch-sec .txtwrap .listbox {
    margin: 2rem 0;
  }
  .common-catch-sec .txtwrap .txtbox .txt1 {
    font-size: 1.6rem;
  }
  .common-catch-sec .txtwrap .listbox ul {
    padding: 0 1rem;
  }
  .common-catch-sec .txtwrap .listbox li {
    font-size: 1.6rem;
  }
  .common-catch-sec .txtwrap .listbox li::before {
    top: 12px;
  }
  .common-catch-sec .txtwrap .txtbox .txt2 {
    font-size: 1.6rem;
  }
}

/******************************
about-sec
******************************/
.about-sec {
  padding: 20rem 0 5rem;
}
.about-sec::before {
  background: url(../../images/common/bg-kikagaku1.webp) no-repeat center / cover;
  content: '';
  opacity: .1;
  position: absolute;
  top: -130px;
  left: -400px;
  transform: rotate(9deg);
  height: 850px;
  width: 100vw;
  z-index: -1;
}
.search {
  background: #fff;
  border: 2px solid #181818;
  border-radius: 25px;
  display: inline-block;
  padding: 1rem 0 1rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  width: 450px;
}
.search::before {
  content: "\f002";
  color: #555;
  font: var(--fa-font-solid);
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.search::after {
  animation: flashing 1s linear infinite;
  border-right: 1px solid #181818;
  content: '';
  margin-left: 2px;
  opacity: 0;
}
@keyframes flashing {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.about-sec .txtbox p {
  font-weight: bold;
  line-height: 2.5;
}
@media only screen and (max-width: 1180px) {
  .search {
    top: 0;
    right: 5%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .about-sec {
    padding: 5rem 0 10rem;
  }
  .about-sec::before {
    opacity: .1;
    top: -120px;
    left: -20px;
    height: 270px;
  }
  .search {
    top: initial;
    right: 2%;
    bottom: -100px;
    padding: .5rem 0 .5rem 2rem;
    width: 300px;
  }
  .about-sec .txtbox p {
    line-height: 1.8;
  }
}

/******************************
point-sec
******************************/
.point-sec::before {
  background: url(../../images/common/bg-kikagaku1.webp) no-repeat center / cover;
  content: '';
  opacity: .1;
  position: absolute;
  bottom: 0;
  right: -400px;
  transform: rotate(9deg);
  height: 850px;
  width: 100vw;
}
.point-sec .txtbox {
  margin-bottom: 3rem;
}
.point-sec .txtbox p {
  font-weight: bold;
}
.point-sec .listbox li {
  border-bottom: 1px solid #003246;
  padding: 2rem 0 0;
}
.point-sec .listbox li > div {
  align-items: center;
}
.point-sec .listbox li .fimgbox {
  aspect-ratio: 3/2;
  width: 20%;
}
.point-sec .listbox li .ftxtbox {
  width: 75%;
}
.point-sec .listbox li .fimgbox img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.point-sec .listbox .point {
  color: #003246;
  display: inline-block;
  font-weight: bold;
  padding-left: 4rem;
  position: relative;
}
.point-sec .listbox .point::before {
  background: #003246;
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  height: 1px;
  width: 30px;
}
.point-sec .listbox .num {
  color: #003246;
  font-size: 3.5rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-left: .5rem;
}
.point-sec .listbox dt {
  color: #003246;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .point-sec {
    padding: 6rem 0 0;
  }
  .point-sec::before {
    bottom: initial;
    top: 0;
    right: -100px;
    height: 350px;
  }
  .point-sec .listbox li {
    border-bottom: initial;
  }
  .point-sec .listbox li .fimgbox {
    width: 100%;
  }
  .point-sec .listbox li .ftxtbox {
    margin-top: -4rem;
    width: 100%;
  }
  .point-sec .listbox .point {
    background: #fff;
    padding: .5rem 1rem 0 4rem;
  }
  .point-sec .listbox .point::before {
    top: 29px;
  }
  .point-sec .listbox dl {
    padding: 1rem;
  }
  .point-sec .listbox dt {
    font-size: 1.6rem;
  }
}

/******************************
jitsugen-sec
******************************/
.jitsugen-sec::before,
.jitsugen-sec::after {
  background: url(../../images/common/bg-kikagaku1.webp) no-repeat center / cover;
  content: '';
  opacity: .2;
  position: absolute;
  z-index: -1;
}
.jitsugen-sec::before {
  top: 130px;
  left: -450px;
  transform: rotate(9deg);
  height: 500px;
  width: 100vw;
}
.jitsugen-sec::after {
  bottom: 0;
  right: -450px;
  transform: rotate(9deg);
  height: 500px;
  width: 100vw;
}
.jitsugen-sec .listbox ul {
  gap: 2rem;
}
.jitsugen-sec .listbox ul li {
  border: 1px solid #181818;
  width: calc(100% / 2 - 1rem);
}
.jitsugen-sec .listbox dl dt {
  border-bottom: 1px solid #181818;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: .5rem 0;
}
.jitsugen-sec .listbox li:nth-child(1) dl dt,
.jitsugen-sec .listbox li:nth-child(4) dl dt,
.jitsugen-sec .listbox li:nth-child(5) dl dt,
.jitsugen-sec .listbox li:nth-child(8) dl dt,
.jitsugen-sec .listbox li:nth-child(9) dl dt {
  background: #003246;
  color: #fff;
}
.jitsugen-sec .listbox li:nth-child(2) dl dt,
.jitsugen-sec .listbox li:nth-child(3) dl dt,
.jitsugen-sec .listbox li:nth-child(6) dl dt,
.jitsugen-sec .listbox li:nth-child(7) dl dt,
.jitsugen-sec .listbox li:nth-child(10) dl dt {
  background: #CCD6DA;
}
.jitsugen-sec .listbox dl dd {
  background: #fff;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 1rem 2rem;
}
.jitsugen-sec .listbox dl dd .imgbox {
  display: flex;
  height: 100px;
  width: 100px;
}
.jitsugen-sec .listbox dl dd .txtbox {
  width: 250px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .jitsugen-sec {
    padding: 10rem 0;
  }
  .jitsugen-sec::before {
    top: 0;
    left: -50px;
    opacity: .1;
    height: 300px;
  }
  .jitsugen-sec::after {
    bottom: -50px;
    right: -40px;
    opacity: .1;
    height: 250px;
  }
  .jitsugen-sec .listbox li:nth-child(1) dl dt,
  .jitsugen-sec .listbox li:nth-child(4) dl dt,
  .jitsugen-sec .listbox li:nth-child(5) dl dt,
  .jitsugen-sec .listbox li:nth-child(8) dl dt,
  .jitsugen-sec .listbox li:nth-child(9) dl dt {
    background: initial;
    color: initial;
  }
  .jitsugen-sec .listbox li:nth-child(2) dl dt,
  .jitsugen-sec .listbox li:nth-child(3) dl dt,
  .jitsugen-sec .listbox li:nth-child(6) dl dt,
  .jitsugen-sec .listbox li:nth-child(7) dl dt,
  .jitsugen-sec .listbox li:nth-child(10) dl dt {
    background: initial;
  }
  .jitsugen-sec .listbox li:nth-child(odd) dl dt {
    background: #003246;
    color: #fff;
  }
  .jitsugen-sec .listbox li:nth-child(even) dl dt {
    background: #CCD6DA;
  }
  .jitsugen-sec .listbox ul {
    gap: 1rem;
  }
  .jitsugen-sec .listbox ul li {
    width: 100%;
  }
  .jitsugen-sec .listbox dl dd .imgbox {
    height: 75px;
    width: 75px;
  }
  .jitsugen-sec .listbox dl dt {
    font-size: 1.6rem;
  }
  .jitsugen-sec .listbox dl dd {
    padding: 1rem;
  }
}

/******************************
soudan-sec
******************************/
.soudan-sec {
  padding: 10rem 0;
  background: url(../../images/page/seo/bg-soudan.webp) no-repeat center / cover;
}
.soudan-sec::before {
  background: rgba(255,255,255,.7);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.soudan-sec .txtwrap {
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  box-shadow: 3px 3px 10px #ccc;
  padding: 4rem 2rem;
  text-align: center;
}
.soudan-sec .ttlbox .ttl {
  color: #003246;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.soudan-sec .txtbox p {
  font-weight: bold;
  line-height: 2.5;
}
.soudan-sec .txtbox .txt2 {
  /* background: #CCD6DA; */
  background: #617a84;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .soudan-sec .ttlbox .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .soudan-sec .ttlbox .ttl {
    font-size: 2rem;
  }
  .soudan-sec .txtbox p {
    line-height: 1.8;
  }
  .soudan-sec .txtbox .txt2 {
    font-size: 1.8rem;
  }
}