@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

* {
  min-height: 0;
  min-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    line-height: 1.45;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: #333333;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

p {
  line-height: 1.8;
}

.mv {
  min-height: 450px;
  /*max-height: 680px;*/
  text-align: center;
  background: #033067;
  border-top: 1px solid #c9c9c9;
}
@media (max-width: 768px) {
  .mv {
    max-height: inherit;
    min-height: inherit;
  }
}
.mv img {
  width: 100%;
  max-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 450px;
}
@media (max-width: 768px) {
  .mv img {
    aspect-ratio: 1000/549;
    min-height: inherit;
  }
}

.inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.inner__nav {
  max-width: 1110px;
}
@media (max-width: 768px) {
  .inner__nav {
    padding: 0 5px;
  }
}

.inner_mid {
  max-width: 1040px;
  margin: 0 auto;
}

.txt__big {
  font-size: clamp(1.8rem, 2vw, 3rem);
}
.txt__min {
  font-size: 1.2rem;
}
.txt__txt20 {
  font-size: 2rem;
}
.txt__txt20-16 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.txt__txt24-20 {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}

.bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.bg_bk {
  background: #000;
  color: #fff;
  font-weight: bold;
}

.bg_base {
  background: #033067;
  color: #fff;
  font-weight: bold;
}

.txt_base {
  color: #033067;
}

.section_ttl {
  background: #F1F4F5;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: 200px;
  color: #033067;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(3rem, 5vw, 6.8rem);
  letter-spacing: 0.03em;
  font-weight: bold;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section_ttl {
    height: 120px;
  }
}
.section_ttl::after {
  content: "";
  background: url(/lp/kyougaku/img/l_mark.svg) no-repeat;
  width: 85px;
  height: 21px;
  display: inline-block;
  background-size: 85px auto;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .section_ttl::after {
    width: 47px;
    height: 12px;
    background-size: 47px auto;
  }
}

.or_ttl {
  position: relative;
  display: flex;
  align-items: center;
}
.or_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ED6D01;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.or_ttl span {
  border-left: 12px solid #ED6D01;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  width: 100%;
  position: relative;
}
.or_ttl span b {
  background: #fff;
  padding: 0 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .or_ttl span b {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .or_ttl span {
    border-left-width: 6px;
  }
}

.ttl_diversity, .or_mark_ttl {
  background: #ED6D01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(2rem, 3vw, 3.6rem);
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ttl_diversity, .or_mark_ttl {
    margin-bottom: 20px;
  }
}
.ttl_diversity::before, .ttl_diversity::after, .or_mark_ttl::before, .or_mark_ttl::after {
  content: "";
  background: url(/lp/kyougaku/img/l_mark_col.svg) no-repeat;
  height: 78px;
  width: 95px;
  background-size: contain;
  position: absolute;
  top: 0;
}
.ttl_diversity::before, .or_mark_ttl::before {
  left: 8px;
}
@media (max-width: 768px) {
  .ttl_diversity::before, .or_mark_ttl::before {
    left: -8px;
    width: 50px;
    height: 41px;
    top: inherit;
    bottom: -5px;
  }
}
.ttl_diversity::after, .or_mark_ttl::after {
  right: 8px;
}
@media (max-width: 768px) {
  .ttl_diversity::after, .or_mark_ttl::after {
    right: -8px;
    width: 50px;
    height: 41px;
    top: -3px;
  }
}

.hexagon {
  margin-top: 40px;
  width: clamp(63px, 17.5vw, 123px);
  height: clamp(36px, 10vw, 70px);
  background: #aaa;
  position: relative;
  margin-left: 20px;
}
.hexagon .text {
  height: 100%;
  font-size: clamp(1rem, 2vw, 1.6rem);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.hexagon::before, .hexagon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #aaa;
  z-index: 0;
}
.hexagon::before {
  transform: rotate(60deg);
}
.hexagon::after {
  transform: rotate(-60deg);
}

.btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .btn_area {
    margin-top: 25px;
  }
}
.btn_area .btn {
  width: 400px;
  height: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn_area .btn {
    width: 100%;
    max-width: 400px;
  }
}
@media (hover: hover) {
  .btn_area .btn a:hover {
    opacity: 0.9;
  }
  .btn_area .btn a:hover::after {
    right: 15px;
  }
}
.btn_area .btn a {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  background: #033067;
  color: #fff;
}
.btn_area .btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn_area .btn a::after {
    right: 15px;
  }
}

.slick-dots {
  bottom: -30px;
}
@media (max-width: 768px) {
  .slick-dots {
    bottom: -25px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  background: #d4d4d4;
  border-radius: 7px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active {
  background: #ED6D01;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  top: -5px;
  bottom: inherit;
  z-index: 1;
}
@media (max-width: 768px) {
  .slick-prev, .slick-next {
    top: -10px;
  }
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev {
  left: 25%;
  transition: 0.3s;
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .slick-prev {
    left: 24%;
    width: 40px;
    height: 40px;
    left: 5px;
  }
}
.slick-prev::before {
  content: "";
  border-top: 3px solid #ED6D01;
  border-left: 3px solid #ED6D01;
  transition: 0.3s;
  width: 6px;
  height: 6px;
  padding: 6px;
  display: inline-block;
  transform: rotate(-45deg);
  cursor: pointer;
}
@media (max-width: 768px) {
  .slick-prev::before {
    padding: 5px;
  }
}

.slick-next {
  right: 25%;
  transition: 0.3s;
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .slick-next {
    right: 24%;
    width: 40px;
    height: 40px;
    right: 5px;
  }
}
.slick-next::before {
  content: "";
  border-top: 3px solid #ED6D01;
  border-right: 3px solid #ED6D01;
  transition: 0.3s;
  width: 6px;
  height: 6px;
  display: inline-block;
  transform: rotate(45deg);
  padding: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slick-next::before {
    padding: 5px;
  }
}

.arrows, .arrows_maj, .arrows_div {
  display: flex;
  justify-content: center;
  position: relative;
}

.arrows_maj {
  top: -38px;
}
@media (max-width: 768px) {
  .arrows_maj {
    top: -48px;
  }
}

.arrows_div {
  top: 10px;
}

header {
  background: #033067;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  position: fixed;
  z-index: 2;
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 3px 5px;
    height: 85px;
    align-items: flex-start;
  }
}
header .logo {
  width: 187px;
}
@media (max-width: 768px) {
  header .logo {
    width: 134px;
    padding: 3px 0 0 7px;
  }
}
header .logo img {
  width: 100%;
}
header .nav_btn {
  display: flex;
}
@media (max-width: 768px) {
  header .nav_btn {
    width: 100%;
  }
}
header .nav_btn li {
  width: 180px;
  max-width: 20vw;
}
@media (max-width: 768px) {
  header .nav_btn li {
    width: 33.3333333333%;
    max-width: unset;
    margin-bottom: 5px;
  }
}
header .nav_btn li:not(:last-of-type) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  header .nav_btn li:not(:last-of-type) {
    margin-right: 5px;
  }
}
header .nav_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #033067;
  width: 100%;
  height: 52px;
  border-radius: 5px;
  line-height: 1.2;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media (max-width: 768px) {
  header .nav_btn li a {
    height: 34px;
  }
}
header .nav_btn li a::after {
  content: "";
  border-right: 2px solid #033067;
  border-bottom: 2px solid #033067;
  width: 6px;
  height: 6px;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  header .nav_btn li a::after {
    right: 8px;
  }
}
header .nav_btn li a:hover::after {
  top: 53%;
}

.nav {
  display: flex;
  align-items: center;
  margin: 40px 0 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .nav {
    margin: 30px 0;
  }
}
.nav li {
  display: block;
  max-width: 350px;
  width: 33.3333333333vw;
  height: clamp(80px, 16vw, 114px);
}
.nav li:not(:last-of-type) {
  margin-right: 25px;
}
@media screen and (max-width: 1060px) {
  .nav li:not(:last-of-type) {
    margin-right: clamp(5px, 1vw, 20px);
  }
}
.nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #033067;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 2.2rem);
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.nav li a span {
  margin-top: -18px;
}
@media (max-width: 768px) {
  .nav li a span {
    margin-top: 5px;
  }
}
.nav li a::before {
  content: "";
  background: url(/lp/kyougaku/img/l_mark.svg) no-repeat;
  width: 51px;
  height: 13px;
  display: inline-block;
  background-size: 51px auto;
  margin-top: 10px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .nav li a::before {
    bottom: inherit;
    top: 3px;
    width: 26px;
    height: 7px;
    background-size: 26px auto;
  }
}
.nav li a::after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 35px;
  top: 50%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .nav li a::after {
    right: 50%;
    top: inherit;
    bottom: 4px;
    width: 7px;
    height: 7px;
  }
}
@media (hover: hover) {
  .nav li a:hover {
    opacity: 0.9;
  }
  .nav li a:hover::after {
    top: 53%;
  }
}
@media (hover: hover) and (max-width: 768px) {
  .nav li a:hover::after {
    top: inherit;
  }
}

main {
  padding: 70px 0 100px;
}
@media (max-width: 768px) {
  main {
    padding: 85px 0 45px;
  }
}

section {
  margin-top: -70px;
  padding-top: 70px;
}
@media (max-width: 768px) {
  section {
    margin-top: -100px;
    padding-top: 100px;
  }
}
section.sec01 .sec01_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: clamp(20px, 4vw, 50px);
}
@media (max-width: 768px) {
  section.sec01 .sec01_inner {
    padding-top: 0;
  }
}
section.sec01 .sec01_inner p.read {
  padding-inline: 20px;
}
@media (max-width: 768px) {
  section.sec01 .sec01_inner p {
    margin: 25px 0;
  }
}
section.sec01 .txt__big {
  margin: 30px 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  section.sec01 .txt__big {
    display: flex;
    justify-content: center;
  }
}
section.sec01 .or_ttl {
  margin: 70px 0 35px;
}
@media (max-width: 768px) {
  section.sec01 .or_ttl {
    margin: 40px 0 0;
  }
}
section.sec01 .students {
  margin-inline: auto;
  margin-block: 0 30px;
}
section.sec01 .students p {
  margin: 10px 0;
}
section.sec01 .students img {
  width: 100%;
}
section.sec01 .students02 {
  text-align: center;
}
@media screen and (max-width: 1240px) {
  section.sec01 .students, section.sec01 .students02 {
    padding-inline: 20px;
  }
}
section.sec01 .inner .or_mark_ttl {
  margin: 50px 0 40px;
  font-size: clamp(2rem, 2.8vw, 3rem);
  padding-inline: 30px;
}
@media (max-width: 768px) {
  section.sec01 .inner .or_mark_ttl {
    margin: 30px 0 0;
  }
}
section.sec01 .inner .alum_q {
  width: 100%;
  margin: 100px 0;
}
@media (max-width: 768px) {
  section.sec01 .inner .alum_q {
    margin: 40px 0;
  }
}
section.sec01 .inner .alum_q ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.sec01 .inner .alum_q ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
section.sec01 .inner .alum_q ul::after {
  content: "";
  background: #D1E2EC;
  height: 40px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  section.sec01 .inner .alum_q ul::after {
    display: none;
  }
}
section.sec01 .inner .alum_q ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.sec01 .inner .alum_q ul li {
    width: 50%;
    padding-bottom: 10px;
  }
  section.sec01 .inner .alum_q ul li:nth-of-type(n + 3) {
    padding-top: 15px;
    border-top: 1px dashed #333333;
  }
  section.sec01 .inner .alum_q ul li:nth-of-type(2n) {
    padding-left: 10px;
  }
  section.sec01 .inner .alum_q ul li:nth-of-type(2n - 1) {
    padding-right: 10px;
  }
  section.sec01 .inner .alum_q ul li img {
    width: 36vw;
    max-width: 170px;
  }
}
section.sec01 .inner .alum_q ul li:not(:last-of-type) {
  border-right: 1px dashed #333333;
}
@media (max-width: 768px) {
  section.sec01 .inner .alum_q ul li:not(:last-of-type):nth-of-type(2) {
    border-right: none;
  }
}
section.sec01 .inner .alum_q ul li span {
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 3px;
  max-width: 206px;
  margin: -40px 0 13px;
  font-size: clamp(1.2rem, 1.5vw, 1.77rem);
}
@media (max-width: 768px) {
  section.sec01 .inner .alum_q ul li span {
    margin-top: 0;
    padding: 5px 0;
    width: 95%;
  }
}
section.sec01 .inner .alum_q ul li img {
  width: min(100%, 170px);
}
section.sec01 .inner .article02 p {
  margin-bottom: 30px;
}
section.sec01 .inner .article02 .point span {
  font-size: clamp(1.8rem, 1.8vw, 2.8rem);
  font-weight: normal;
}
section.sec01 .inner .article02 .point span.bg_bk {
  padding: 5px 20px;
  margin-right: clamp(15px, 1vw, 30px);
  font-size: clamp(1.5rem, 1.5vw, 2.4rem);
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .point span.bg_bk {
    padding: 5px 30px;
  }
}
section.sec01 .inner .article02 .point span.txt {
  display: inline;
  background: linear-gradient(transparent 85%, #EEEB56 0%);
  background-position: left bottom 6px;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .point span.txt {
    background: linear-gradient(transparent 70%, #EEEB56 0%);
    background-position: left bottom 3px;
  }
}
section.sec01 .inner .article02 .point span.txt .num {
  font-weight: normal;
  font-size: clamp(3rem, 3vw, 4.6rem);
}
section.sec01 .inner .article02 .point span.txt i {
  font-style: normal;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
section.sec01 .inner .article02 .table__01 {
  margin-bottom: 20px;
}
section.sec01 .inner .article02 .table__01 tr {
  display: flex;
  justify-content: space-between;
}
section.sec01 .inner .article02 .table__01 tr th, section.sec01 .inner .article02 .table__01 tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .table__01 tr th, section.sec01 .inner .article02 .table__01 tr td {
    padding: 10px;
  }
}
section.sec01 .inner .article02 .table__01 tr th:first-of-type, section.sec01 .inner .article02 .table__01 tr td:first-of-type {
  width: calc(100% - 253px);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .table__01 tr th:first-of-type, section.sec01 .inner .article02 .table__01 tr td:first-of-type {
    width: calc(100% - 85px);
    font-size: 1.4rem;
  }
}
section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2), section.sec01 .inner .article02 .table__01 tr td:nth-of-type(2) {
  min-width: 253px;
  background: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2), section.sec01 .inner .article02 .table__01 tr td:nth-of-type(2) {
    flex-direction: column;
    min-width: 85px;
  }
}
section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2) span, section.sec01 .inner .article02 .table__01 tr td:nth-of-type(2) span {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  padding: 0 15px;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2) span, section.sec01 .inner .article02 .table__01 tr td:nth-of-type(2) span {
    padding: 0;
  }
}
section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2) span + span, section.sec01 .inner .article02 .table__01 tr td:nth-of-type(2) span + span {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
}
section.sec01 .inner .article02 .table__01 tr th {
  padding-top: 0;
}
section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2) {
  background: none;
}
section.sec01 .inner .article02 .table__01 tr th:nth-of-type(2) span {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .table__01 tr:first-of-type th:first-of-type {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .table__01 tr:first-of-type th:last-of-type {
    min-width: 100px;
  }
}
section.sec01 .inner .article02 .table__01 tr:first-of-type th:last-of-type span + span {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
section.sec01 .inner .article02 .note li {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.sec01 .inner .article02 .note li {
    text-indent: -1em;
    margin-left: 1em;
  }
}
section.sec01 .inner .article03 .topic {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.sec02 .section_ttl {
    text-align: center;
    font-size: 2.8rem;
  }
  section.sec02 .section_ttl::after {
    margin-bottom: 0;
  }
}
section.sec02 .read {
  font-size: clamp(1.8rem, 2vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  margin: clamp(30px, 5vw, 70px) 0;
}
section.sec02 .read span {
  color: #ED6D01;
}
@media (max-width: 768px) {
  section.sec02 .read {
    text-align: left;
  }
  section.sec02 .read br {
    display: none;
  }
}
section.sec02 .read + .pc {
  margin-bottom: 40px;
}
section.sec02 .read + .pc p:first-of-type {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
section.sec02 .read + .pc p:nth-of-type(2) {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
section.sec02 .read + .pc p:last-of-type {
  max-width: 880px;
}
section.sec02 .img_lcd {
  margin: 0 auto 70px;
  max-width: 1040px;
}
section.sec02 .img_lcd img {
  width: 100%;
}
section.sec02 .article05 {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  section.sec02 .article05 {
    margin-bottom: 50px;
  }
}
section.sec02 .article05 .txt__txt20-16 {
  margin: 40px 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.sec02 .article05 .txt__txt20-16 {
    margin: 30px 0;
  }
}
section.sec02 .article05 .bg_base {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 20px;
  font-weight: normal;
  width: 100%;
}
section.sec02 .article05 .bg_base span {
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-weight: bold;
}
section.sec02 .article05 .bg_base span + span {
  color: #EEEB56;
}
@media (max-width: 768px) {
  section.sec02 .article05 .bg_base span + span {
    display: block;
  }
}
@media (max-width: 768px) {
  section.sec02 .article05 .bg_base.btn {
    display: flex;
    height: auto;
  }
  section.sec02 .article05 .bg_base.btn p {
    padding: 7px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  section.sec02 .article05 .bg_base.btn p {
    width: calc(100% - 60px);
  }
}
section.sec02 .article05 .bg_base.btn button {
  display: none;
}
@media (max-width: 768px) {
  section.sec02 .article05 .bg_base.btn button {
    display: inline-block;
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: #ED6D01;
    width: 60px;
    height: 103px;
    position: relative;
    cursor: pointer;
  }
  section.sec02 .article05 .bg_base.btn button span {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  section.sec02 .article05 .bg_base.btn button::before {
    content: "";
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 39px;
  }
  section.sec02 .article05 .bg_base.btn button::after {
    content: "";
    background: #fff;
    width: 2px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  section.sec02 .article05 .bg_base.btn button.open::after {
    transform: rotate(90deg) translateX(-50%);
    opacity: 0;
  }
}
section.sec02 .article05 .ten_req {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req {
    display: none;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-top: 20px;
    margin-top: -20px;
  }
}
section.sec02 .article05 .ten_req li {
  width: 46%;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  border-top: 7px solid #EEEB56;
  padding: 20px 0;
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req li {
    width: 100%;
  }
}
section.sec02 .article05 .ten_req li b {
  background: #033067;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px 0 0;
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req li b {
    margin-left: 5px;
  }
}
section.sec02 .article05 .ten_req li .txt_area {
  width: calc(100% - 25px);
}
section.sec02 .article05 .ten_req li .txt_area .txt_ttl {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req li .txt_area .txt_ttl + p {
    width: calc(100% - 25px);
  }
}
section.sec02 .article05 .ten_req li .wrap {
  width: calc(100% - 25px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req li .wrap {
    flex-direction: column;
  }
}
section.sec02 .article05 .ten_req li .wrap > div {
  width: 58%;
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req li .wrap > div {
    width: 100%;
  }
}
section.sec02 .article05 .ten_req li .wrap .img {
  width: 37%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  section.sec02 .article05 .ten_req li .wrap .img {
    width: 100%;
    margin: 20px 0;
  }
}
section.sec02 .article05 .ten_req li .wrap .img img {
  width: 100%;
  max-width: 278px;
  margin-inline: auto;
}
section.sec02 .article06 .pbl {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
  }
}
section.sec02 .article06 .pbl .read_pbl {
  grid-area: 1/1/2/2;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .read_pbl {
    order: 1;
  }
}
section.sec02 .article06 .pbl .txt {
  grid-area: 2/1/3/2;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt {
    order: 3;
  }
}
section.sec02 .article06 .pbl .txt .ex {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt .ex {
    margin: 20px 0 15px;
  }
}
section.sec02 .article06 .pbl .txt .ex .bg_bk {
  display: inline-flex;
  margin-right: 10px;
  padding: 5px 0;
  width: 120px;
  justify-content: center;
  font-weight: normal;
}
section.sec02 .article06 .pbl .txt .ex .note {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt .ex .note {
    width: calc(100% - 120px);
  }
}
section.sec02 .article06 .pbl .txt .bd_l_box {
  display: flex;
  justify-content: space-between;
  border-top: 4px solid #033067;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt .bd_l_box {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt .bd_l_box:last-child {
    margin-bottom: 0;
  }
}
section.sec02 .article06 .pbl .txt .bd_l_box .bg_base {
  width: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
section.sec02 .article06 .pbl .txt .bd_l_box .txt {
  width: calc(100% - 80px);
  font-size: 1.4rem;
  padding: 5px;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt .bd_l_box .txt {
    width: 100%;
    padding: 10px 0 0;
  }
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .txt .bd_l_box:last-of-type {
    margin-bottom: 10px;
  }
}
section.sec02 .article06 .pbl .slide {
  margin: 40px auto 10px;
  grid-area: 4/1/5/3;
  max-width: 1040px;
}
@media screen and (max-width: 1100px) {
  section.sec02 .article06 .pbl .slide {
    width: calc(100vw - 70px);
  }
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .slide {
    width: calc(100% + 40px);
    margin-inline: -20px;
    order: 2;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
section.sec02 .article06 .pbl .slide .slide_pbl {
  width: 100%;
}
section.sec02 .article06 .pbl .slide .slide_pbl .slick-slide {
  margin-inline: clamp(12px, 1vw, 19px);
}
section.sec02 .article06 .pbl .slide .slide_pbl .slick-slide .img {
  max-width: 480px;
}
section.sec02 .article06 .pbl .slide .slide_pbl .slick-slide .img img {
  width: 100%;
}
section.sec02 .article06 .pbl .slide .slide_pbl .slide_box > .txt {
  margin: 20px 0;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .slide .slide_pbl .slide_box > .txt {
    margin-inline: 12px;
  }
}
section.sec02 .article06 .pbl .slide .slide_pbl .slide_box > .txt p {
  font-size: 1.4rem;
}
section.sec02 .article06 .pbl .slide .slide_pbl .slide_box > .txt .txt__txt20 {
  margin: 5px 0 8px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .slide .slide_pbl .slide_box > .txt .txt__txt20 {
    margin-bottom: 15px;
  }
}
section.sec02 .article06 .pbl > .img {
  grid-area: 1/2/3/3;
  max-width: 447px;
  margin-right: 0;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl > .img {
    display: none;
  }
}
section.sec02 .article06 .pbl > .img img {
  width: 100%;
}
section.sec02 .article06 .pbl .btn_area {
  grid-area: 3/1/4/3;
}
@media (max-width: 768px) {
  section.sec02 .article06 .pbl .btn_area {
    order: 4;
    width: 100%;
  }
}
section.sec03 .section_ttl {
  text-align: center;
}
@media (max-width: 768px) {
  section.sec03 .section_ttl {
    font-size: 2.8rem;
  }
}
section.sec03 .inner .txt__big {
  text-align: center;
  margin: 70px 0;
  font-size: clamp(1.8rem, 2vw, 3.2rem);
}
@media (max-width: 768px) {
  section.sec03 .inner .txt__big {
    margin: 30px 0 20px;
    text-align: left;
  }
}
section.sec03 .inner .vis {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.sec03 .inner .vis {
    margin-bottom: 40px;
  }
}
section.sec03 .inner .vis .vis_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  section.sec03 .inner .vis .vis_head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
section.sec03 .inner .vis .vis_head .ttl {
  color: #033067;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.sec03 .inner .vis .vis_head .ttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
section.sec03 .inner .vis .vis_head .ttl span {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  section.sec03 .inner .vis .vis_head .ttl span {
    display: block;
  }
}
@media (max-width: 768px) {
  section.sec03 .inner .vis .vis_head .ttl span {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
section.sec03 .inner .vis .vis_head ul li {
  border-left: 66px solid #0070C0;
  margin-bottom: 3px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  section.sec03 .inner .vis .vis_head ul li {
    font-size: 1.2rem;
  }
}
section.sec03 .inner .vis .vis_head ul li span {
  margin-left: 5px;
}
section.sec03 .inner .vis .vis_head ul li:nth-of-type(2) {
  border-color: #008000;
}
section.sec03 .inner .vis .vis_head ul li:last-of-type {
  border-color: #E46C0A;
}
section.sec03 .inner .vis img {
  width: 100%;
  min-width: 768px;
}
section.sec03 .inner .or_ttl {
  margin: 70px 0 35px;
}
@media (max-width: 768px) {
  section.sec03 .inner .or_ttl {
    margin: 25px 0;
  }
}
section.sec03 .inner .inner_mid.sec03_article01 .bold {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.6;
}
section.sec03 .inner .inner_mid.sec03_article01 .bold span {
  color: #ED6D01;
  line-height: 2;
}
section.sec03 .inner .inner_mid.sec03_article01 .col {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col {
    display: block;
  }
}
section.sec03 .inner .inner_mid.sec03_article01 .col > div {
  width: 46.155%;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
  }
}
section.sec03 .inner .inner_mid.sec03_article01 .col > div img {
  width: 100%;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col > div img {
    width: 140px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec03 .inner .inner_mid.sec03_article01 .col > div > .bold {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin: 10px 0;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col > div > .bold {
    width: calc(100% - 150px);
  }
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col > div .txt {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col > div ul {
    margin-top: 15px;
  }
}
section.sec03 .inner .inner_mid.sec03_article01 .col > div ul li span {
  margin-right: 10px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article01 .col > div ul li {
    font-size: 1.2rem;
    line-height: 2;
  }
  section.sec03 .inner .inner_mid.sec03_article01 .col > div ul li span {
    margin-right: 0;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col {
    flex-direction: column;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .line span {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline;
  background: linear-gradient(transparent 88%, #EEEB56 0%);
  background-position: left bottom 6px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .line span {
    font-weight: bold;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 {
  width: 61%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 > .bold {
  width: 100%;
  margin-bottom: 30px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 > .bold .or {
  color: #ED6D01;
  font-size: 3rem;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 > .bold .txt {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 {
  max-width: 310px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 {
    width: 100%;
    max-width: inherit;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 img {
  width: 100%;
  max-width: 307px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 img {
    width: 182px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 .base_c {
  color: #033067;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  margin-top: 20px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 .bold {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  line-height: 1;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 .bold span {
  font-size: clamp(4rem, 4vw, 5rem);
  color: #60C1BD;
  margin-inline: 3px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box1 .bold.note {
  font-size: 1.4rem;
  margin-top: 10px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box2 {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box2 {
    width: 100%;
    margin-top: 20px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left1 .box2 .line {
  margin-bottom: 20px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right1 {
  width: 35%;
  max-width: 320px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .right1 {
    width: 100%;
    max-width: inherit;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right1 .bg_base {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  font-weight: normal;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right1 .list {
  margin: 10px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right1 .list span {
  display: block;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right1 .list span::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #033067;
  border-radius: 11px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .right1 .list span {
    display: inline;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right1 .list + .other {
  margin: -5px 0 0 10px;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .mid {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .mid {
    margin: 30px 0 25px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 {
  width: 55%;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul {
  display: flex;
  justify-content: center;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li {
  background: #E60013;
  width: clamp(92px, 12vw, 160px);
  height: clamp(92px, 12vw, 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100%;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li:last-of-type span:first-of-type {
  margin-top: 8px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li:last-of-type span:first-of-type {
    margin-top: 4px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li:last-of-type span.num {
  margin-top: -8px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li:last-of-type span.num {
    margin-top: -4px;
  }
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li {
    width: 92px;
    height: 92px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li span {
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.2vw, 2rem);
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li span {
    font-weight: normal;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li span i {
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li span i {
    font-size: 1rem;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul li span.num {
  color: #FFF100;
  font-size: clamp(4rem, 5vw, 8.6rem);
  font-weight: bold;
  line-height: 1;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 ul + .note {
  text-align: center;
  margin: 10px 0 20px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 {
    width: 100%;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 .bg_text {
  background: #333333;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .left2 .bg_text {
    height: 36px;
    margin-top: 30px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .col .left2 .bg_text + p {
  text-align: center;
  font-weight: bold;
  margin: 13px 0;
}
section.sec03 .inner .inner_mid.sec03_article02 .col .right2 {
  width: 40%;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .col .right2 {
    width: 100%;
  }
  section.sec03 .inner .inner_mid.sec03_article02 .col .right2 .bold {
    font-size: 1.6rem;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .media_txt {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  margin: 40px 0 20px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .media_txt {
    margin: 0 0 20px;
    line-height: 1.6;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .link_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .link_area {
    flex-direction: column;
    margin-bottom: 90px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .link_area li {
  width: 49.5%;
  height: 110px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .link_area li {
    width: 100%;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .link_area li a {
  width: 100%;
  height: 100%;
  border: 1px solid #033067;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 75px 0 20px;
  color: #033067;
  position: relative;
  line-height: 1.8;
  transition: 0.3s;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .link_area li a {
    padding-right: 30px;
  }
}
section.sec03 .inner .inner_mid.sec03_article02 .link_area li a::after {
  content: "";
  border-top: 2px solid #033067;
  border-right: 2px solid #033067;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  section.sec03 .inner .inner_mid.sec03_article02 .link_area li a::after {
    right: 20px;
  }
}
@media (hover: hover) {
  section.sec03 .inner .inner_mid.sec03_article02 .link_area li a:hover {
    background: rgba(3, 48, 103, 0.05);
  }
  section.sec03 .inner .inner_mid.sec03_article02 .link_area li a:hover::after {
    right: 27px;
  }
}

.education .ed {
  border-top: 3px solid #ccc;
  padding: 50px 0;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .education .ed {
    padding: 0 0 40px;
  }
}
.education .ed .inner .ttl_area {
  display: flex;
  align-items: center;
  margin-bottom: clamp(20px, 5.5vw, 60px);
}
.education .ed .inner .ttl_area .ttl_ed {
  background: #fff;
  height: 70px;
  margin-top: 40px;
  padding: 0 40px;
  border-right: 12px solid #aaa;
  display: flex;
  align-items: center;
  width: calc(100% - 123px + 60px);
}
@media screen and (max-width: 1300px) {
  .education .ed .inner .ttl_area .ttl_ed {
    width: 87%;
  }
}
@media screen and (max-width: 800px) {
  .education .ed .inner .ttl_area .ttl_ed {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .education .ed .inner .ttl_area .ttl_ed {
    height: 55px;
    padding-right: 0;
    border-right: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  .education .ed .inner .ttl_area .ttl_ed {
    width: 100%;
    margin-left: -17vw;
  }
}
.education .ed .inner .ttl_area .ttl_ed .ttl_main {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.8rem, 3vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-right: 40px;
  position: relative;
  min-width: 300px;
  display: flex;
  align-items: center;
}
.education .ed .inner .ttl_area .ttl_ed .ttl_main span {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .education .ed .inner .ttl_area .ttl_ed .ttl_main {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .education .ed .inner .ttl_area .ttl_ed .ttl_main {
    margin-left: 40px;
  }
}
.education .ed .inner .ttl_area .ttl_ed .ttl_main::after {
  content: "";
  background: url(/lp/kyougaku/img/l_mark_col.svg) no-repeat;
  display: inline-block;
  width: 85px;
  height: 70px;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .education .ed .inner .ttl_area .ttl_ed .ttl_main::after {
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -16px;
    right: -10px;
  }
}
.education .ed .inner .ttl_area .ttl_ed .sub_ttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.2rem, 1.4vw, 1.8rem);
}
@media (max-width: 768px) {
  .education .ed .inner .ttl_area .ttl_ed .sub_ttl {
    display: none;
  }
}
.education .diversity {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .education .diversity {
    padding: 40px 0 60px;
  }
}
.education .diversity .inner .inner_mid .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .col {
    flex-direction: column;
  }
}
.education .diversity .inner .inner_mid .col > div {
  width: 46%;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .col > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .col > div.left {
    margin-bottom: 30px;
  }
}
.education .diversity .inner .inner_mid .col > div.left h4 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .col > div.left h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.education .diversity .inner .inner_mid .col > div.left .wrap .bg_base {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .col > div.left .wrap .bg_base {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.education .diversity .inner .inner_mid .col > div.left .wrap ul li {
  border-bottom: 1px solid #707070;
  padding: 8px;
}
.education .diversity .inner .inner_mid .col > div.right .u_line__wrap .u_line {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline;
  background: linear-gradient(transparent 85%, #EEEB56 0%);
  background-position: left bottom 6px;
  line-height: 1.2;
}
.education .diversity .inner .inner_mid .col > div.right .u_line__wrap .u_line b {
  font-size: clamp(5rem, 5vw, 7.4rem);
}
.education .diversity .inner .inner_mid .col > div.right .u_line__wrap .u_line span {
  font-size: 12px;
}
.education .diversity .inner .inner_mid .col > div.right p:last-of-type {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .col > div.right p:last-of-type {
    margin: 15px 0 30px;
  }
}
.education .diversity .inner .inner_mid .slider_diversity {
  width: 100%;
  margin-top: 50px;
}
.education .diversity .inner .inner_mid .slider_diversity .note {
  margin-top: 5px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .slider_diversity .note {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .slider_diversity {
    width: calc(100% + 40px);
    margin-inline: -20px;
    margin-top: 0;
  }
}
.education .diversity .inner .inner_mid .slider_diversity .slick-slide {
  margin-inline: clamp(12px, 1vw, 19px);
}
.education .diversity .inner .inner_mid .slider_diversity .slick-slide .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .education .diversity .inner .inner_mid .slider_diversity .slick-next, .education .diversity .inner .inner_mid .slider_diversity .slick-prev {
    top: 25vw;
  }
}
.education .diversity .inner .inner_mid .slider_diversity .slick-dots {
  bottom: -40px;
}

#page_top {
  position: fixed;
  bottom: 0;
  right: 10px;
  height: 55px;
  width: 55px;
  bottom: 80px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page_top {
    bottom: 60px;
  }
}
#page_top a {
  width: 100%;
  height: 100%;
  border: 1px solid #033067;
  border-radius: 55px;
  display: block;
  position: absolute;
  background: #fff;
}
#page_top a::after {
  content: "";
  border-top: 2px solid #033067;
  border-right: 2px solid #033067;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: 43%;
  left: 55%;
  transition: 0.3s;
}
@media (hover: hover) {
  #page_top a:hover::after {
    top: 40%;
  }
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #fff;
}
footer div {
  width: 50%;
}
footer div a {
  width: 100%;
  background: #033067;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: clamp(1.1rem, 1.3vw, 1.8rem);
}
footer div a span.left {
  width: 230px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  footer div a span.left {
    width: 100%;
    padding-inline: 20px 30px;
    display: flex;
    justify-content: center;
  }
}
footer div a span.right {
  width: clamp(280px, 29vw, 360px);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  footer div a span.right {
    width: 100%;
    padding-inline: 20px 30px;
    display: flex;
    justify-content: center;
  }
}
footer div a span::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateY(-50%);
  display: inline-block;
  right: 0;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  footer div a span::after {
    right: 10px;
  }
}
@media (max-width: 768px) {
  footer div a {
    height: 45px;
  }
}
@media (hover: hover) {
  footer div a:hover {
    opacity: 0.9;
  }
  footer div a:hover span::after {
    right: -5px;
  }
}
footer div.left {
  border-right: 1px solid #fff;
}

/* ====================
2024.06.10 Add
==================== */
#ed_result img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 産官学連携による豊富なPBL型授業の展開 */
section.sec02 .article06 .pblBlock .slide .slide_pbl {
  width: 100%;
}

section.sec02 .article06 .pblBlock .slide .slide_pbl .slick-slide {
  margin-inline: clamp(12px, 1vw, 19px);
}

section.sec02 .article06 .pblBlock .slide .slide_pbl .slick-slide .img {
  max-width: 480px;
}

section.sec02 .article06 .pblBlock .slide .slide_pbl .slick-slide .img img {
  width: 100%;
}

section.sec02 .article06 .pblBlock .slide .slide_pbl .slide_box > .txt p {
  font-size: 1.4rem;
}

section.sec02 .article06 .pblBlock .slide .slide_pbl .slide_box > .txt .txt__txt20 {
  margin: 5px 0 8px;
  line-height: 1.2;
}

section.sec02 .article06 .pblBlock > .img img {
  width: 100%;
}

/* 初年次教育 */
.report_ttl_ttl {
  font-weight: bold;
  margin-bottom: 0.75em;
}

.report_ttl_ttl .award {
  display: inline-block;
  background-color: #eeeb56;
  padding: 0 0.5em;
}

/* 教養教育 */
.subjectList > li {
  text-align: left;
  background-color: #fff;
  border: #9cc947 2px solid;
}

.subjectList .subject__ttl {
  background-color: #9cc947;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
}

.subject__txt {
  padding: 1em;
}

.subjectList .practice {
  background-color: #eeeb56;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-top: 1em;
}

/* データサイエンス教育 */
.commentary__wrap {
  display: flex;
  justify-content: space-between;
}

.commentary__txt {
  width: 58.8%;
}

.commentary__logo {
  width: 35.3%;
}

.commentary__logo img,
.mdash__logo img {
  width: 100%;
}

.mgbLine {
  margin-bottom: 1em !important;
}

.mdash__logo {
  text-align: center;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 194px;
}

/* 実就職率ランキング */
.employment_ranking {
  margin-bottom: 1em;
  text-align: center;
}

.employment_ranking img {
  width: 100%;
}

@media (max-width: 768px) {
  /* 面倒見の良い大学5位になりました */
  .topicsWrap {
    display: block;
  }
  /* 産官学連携による豊富なPBL型授業の展開 */
  section.sec02 .article06 .pblBlock {
    margin: 25px 0;
  }
  section.sec02 .article06 .pblBlock .slide {
    width: calc(100% + 40px);
    margin-inline: -20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  section.sec02 .article06 .pblBlock .slide .slide_pbl .slide_box > .txt {
    margin-inline: 12px;
  }
  /* 初年次教育 */
  /* キャリア教育 */
  /* 教養教育 */
  /* データサイエンス教育 */
}
@media (max-width: 768px) and (max-width: 768px) {
  section.sec02 .article06 .pblBlock .slide .slide_pbl .slide_box > .txt {
    margin-block: 20px 0;
  }
}
@media (max-width: 768px) {
  section.sec02 .article06 .pblBlock .slide .slide_pbl .slide_box > .txt .txt__txt20 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  section.sec02 .article06 .pblBlock .btn_area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pblFig {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .pblFig img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .report_ttl_ttl {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .report_ttl_ttl .award {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .report_ttl_ttl .txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .subjectList {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .subjectList > li {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .subjectList > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .subject__ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .practice {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .mdash {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .commentary__txt {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  /* 面倒見の良い大学5位になりました */
  .topicsWrap {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 70px;
  }
  .topicsWrap .topicsTxt {
    width: 41.3%;
  }
  .topicsWrap .topicsImg {
    width: 53.8%;
  }
  /* 産官学連携による豊富なPBL型授業の展開 */
  .pblBlock {
    margin: 50px 0;
  }
  .pblFigWrap {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .pblFigWrap .pblFig {
    width: 45.6%;
  }
  .pblFigWrap .pblFig img {
    width: 100%;
  }
  .pblFigWrap .pblTxt {
    width: 54.4%;
    padding-left: 50px;
  }
  section.sec02 .article06 .pblBlock .slide {
    margin: 40px auto 10px;
    max-width: 1040px;
  }
  section.sec02 .article06 .pblBlock .slide .slide_pbl .slide_box > .txt {
    margin: 20px 0;
  }
  section.sec02 .article06 .pblBlock > .img {
    max-width: 447px;
    margin-right: 0;
  }
  /* 初年次教育 */
  .report_ttl_ttl {
    font-size: 1.6rem;
  }
  .report_ttl_ttl .award {
    font-size: 1.8rem;
  }
  .report_ttl_ttl .txt {
    font-size: 2rem;
  }
  .education .ed__first .col2.inner_mid .left {
    width: 56%;
  }
  .education .ed__first .col2.inner_mid .right {
    width: 38%;
  }
  .education .ed__first .col2.inner_mid .left .img {
    width: 70.7%;
    max-width: 410px;
  }
  /* キャリア教育 */
  .pcOnly {
    display: block;
  }
  .col2__career__wrap {
    display: flex;
    justify-content: space-between;
  }
  .col2__career__wrap .col2__career {
    width: 47.1%;
    text-align: center;
  }
  .education .ed__career .col2__career__wrap .col2__career .img {
    width: 48.9%;
  }
  .education .ed__career .col2__career__wrap .col2__career .img img {
    max-width: 240px;
  }
  .education .ed__career .col2__career__wrap .col2__career .txt {
    width: 51.1%;
  }
  /* 教養教育 */
  .subjectList {
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .subjectList > li {
    width: 32.4%;
    margin-right: 1.4%;
  }
  .subjectList > li.w2HalfPc {
    width: 49.3%;
    margin-top: 30px;
  }
  .subjectList > li.mgr0Pc {
    margin-right: 0;
  }
  .subject__ttl {
    font-size: 2rem;
  }
  .subject__txt {
    padding: 1.5em;
  }
  .practice {
    font-size: 1.4rem;
  }
  /* データサイエンス教育 */
  .data_box__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }
  .data_box__wrap .data_box {
    width: 63.5%;
  }
  .education .ed__data .inner .inner_mid .data_box__wrap .data_box {
    margin: 0 0 30px;
  }
  .data_box__wrap .mdash {
    width: 32.7%;
  }
  .commentary__txt {
    font-size: 1.4rem;
  }
  /* 実就職率ランキング */
  .employment_ranking {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .employment_ranking + .note {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  section.sec02 .article06 .pblBlock .slide {
    width: calc(100vw - 70px);
  }
}
/* ====================
2024.07.09 学生たちの声Add
==================== */
.sec_voice .slider_wrap {
  padding-bottom: 20px;
}

.slider_voice .slick-track {
  display: flex;
}

.slider_voice .slider_voice_box.slick-slide {
  height: auto !important;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}

.slider_voice .slider_voice_box .wrap .name {
  text-align: right;
}

.slider_voice.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slider_voice .slider_voice_box .img {
  margin-top: auto;
  margin-bottom: 0;
}

.slider_voice .slider_voice_box .bg_base {
  text-align: center;
}

.slider_voice .slider_voice_box .wrap {
  background: #fff;
  padding: 0 20px 20px;
}

.slider_voice .slider_voice_box .wrap .voice_c_ttl {
  color: #F5A100;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}

.slider_voice .slider_voice_box .wrap .txt {
  line-height: 1.4;
  overflow-wrap: break-word;
}

.slider_voice .slider_voice_box .wrap .step {
  display: flex;
  justify-content: space-between;
}

.slider_voice .slider_voice_box .wrap .step .txt {
  width: calc(100% - 80px);
}

.slider_voice .slider_voice_box .wrap .step .img_step {
  max-width: 76px;
}

.slider_voice .slider_voice_box .wrap .step .img_step img {
  width: 100%;
}

.slider_voice .slick-slide img {
  width: 100%;
}

.slider_voice .slick-dots {
  bottom: -45px;
}

.arrows_voice {
  display: flex;
  justify-content: center;
  position: relative;
  top: -38px;
}

@media (max-width: 768px) {
  .spDisNone {
    display: none !important;
  }
  .sec_voice {
    padding-bottom: 55px;
  }
  .sec_voice .slider_wrap {
    padding-bottom: 0;
  }
  .slider_voice {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
  .sec_voice .slider_voice .slider_voice_box {
    margin: 0 12px;
  }
  .sec_voice .slider_voice .slider_voice_box .wrap {
    padding: 0 15px 15px;
  }
  .sec_voice .slider_voice .slider_voice_box .wrap .voice_c_ttl {
    padding: 12px 0;
  }
  .sec_voice .slider_voice .slider_voice_box .wrap .step .img_step {
    max-width: 60px;
  }
  .sec_voice .slider_voice .slick-dots {
    bottom: -30px;
  }
  .arrows_voice {
    top: -48px;
  }
}
@media screen and (max-width: 488px) {
  .slider_voice .slider_major_box .wrap {
    min-height: 220px;
  }
}
@media (min-width: 769px) {
  .pcDisNone {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */