@charset "UTF-8";

@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP";
}

/* ------------------------------------
  Key Visual
------------------------------------ */
.hero_inner {
  position: relative;
}
.hero_slider.slick-slider {
  margin-bottom: 80px;
}
.hero_slider .slick-dots {
  bottom: -30px;
}
@media (max-width: 768px) {
  .hero_slider .slick-dots {
    bottom: -35px;
  }
}
.hero_slider .slick-dots li.slick-active {
  position: relative;
  border-radius: 50%;
  background-color: #0078F0 !important;
  color: transparent !important;
  opacity: 1 !important;
  z-index: 10;
}
.hero_slider .slick-dots li.slick-active:not(.start) F .dots-before::before {
  -webkit-animation: rightside-change 5.5s infinite linear;
          animation: rightside-change 5.5s infinite linear;
}
.hero_slider .slick-dots li.slick-active:not(.start) F .dots-after::after {
  -webkit-animation: leftside-change 5.5s infinite linear;
          animation: leftside-change 5.5s infinite linear;
}
.hero_slider .slick-dots li.slick-active .dots {
  position: absolute;
  top: -2px;
  width: 14px;
  height: 26px;
  overflow: hidden;
}
.hero_slider .slick-dots li.slick-active .dots-before {
  left: 50%;
}
.hero_slider .slick-dots li.slick-active .dots-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rightside 5s infinite linear;
          animation: rightside 5s infinite linear;
  z-index: 10;
}
.hero_slider .slick-dots li.slick-active .dots-after {
  right: 50%;
}
.hero_slider .slick-dots li.slick-active .dots-after::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: leftside 5s infinite linear;
          animation: leftside 5s infinite linear;
  z-index: 5;
}
.hero_slider .slick-dots li.slick-active button {
  position: relative;
  z-index: 15;
}
.hero_slider .slick-dots li.slick-active button::before {
  position: absolute;
  content: "";
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #0078F0 !important;
  color: transparent !important;
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}
.hero_slider .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.hero_slider .slick-dots li button {
  position: relative;
  z-index: 5;
}
.hero_slider .slick-dots li button::before {
  position: absolute;
  content: "";
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #CDE4FC !important;
  color: transparent !important;
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@-webkit-keyframes rightside {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  50.01% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
}
@keyframes rightside {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  50.01% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes rightside-change {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  9.09% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  54.54% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  54.55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
}
@keyframes rightside-change {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  9.09% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  54.54% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  54.55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes leftside {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50.01% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes leftside {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50.01% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
}
@-webkit-keyframes leftside-change {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  9.09% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  54.54% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  54.55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes leftside-change {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  9.09% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  54.54% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  54.55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
}
.hero_scroll {
  position: absolute;
  top: calc(100% - 50px);
  left: 33px;
}
@media (max-width: 768px) {
  .hero_scroll {
    display: none;
  }
}
.hero_scroll-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 16px;
}
.hero_scroll-content .text {
  display: inline-block;
  font-family: "Roboto";
  font-size: 14px;
  color: #0078F0;
  -webkit-transform: skewY(10deg);
      -ms-transform: skewY(10deg);
          transform: skewY(10deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.hero_scroll-content .bar {
  position: relative;
  margin-top: 16px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.hero_scroll-content .bar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 8px;
  height: 100%;
  border-left: 1px solid #0078F0;
}
.hero_scroll-content .bar::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0078F0;
  -webkit-animation: bar 2s infinite linear;
          animation: bar 2s infinite linear;
}
@-webkit-keyframes bar {
  0% {
    top: -10px;
  }
  100% {
    top: calc(100% + 3px);
  }
}
@keyframes bar {
  0% {
    top: -10px;
  }
  100% {
    top: calc(100% + 3px);
  }
}

/* ------------------------------------
  Contents
------------------------------------ */
.info {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .info {
    margin-top: 70px;
  }
}
.info_inner {
  padding: 120px 0;
  background-image: url("../webp/bg_info.webp");
  background-position: top right;
  background-size: cover;
}
@media (max-width: 1366px) {
  .info_inner {
    padding: 70px 0;
    background-position: top center;
  }
}
@media (max-width: 1200px) {
  .info_inner {
    padding: 70px 0 30px;
    background-position: top right;
  }
}
@media (max-width: 768px) {
  .info_inner {
    padding: 213px 0 24px;
    background-image: url("../webp/bg_info_sp.webp");
    background-position: top center;
  }
}
.info_content {
  width: calc(50vw + 33px);
  padding: 100px 98px 100px calc((100vw - 1100px) / 2);
  background-color: rgba(255, 255, 255, 0.91);
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1200px) {
  .info_content {
    width: calc(100% - 32px);
    max-width: 1000px;
    margin: 320px auto 0;
    padding: 50px 50px 57px;
    border-radius: 50px;
  }
}
@media (max-width: 768px) {
  .info_content {
    width: calc(100% - 35px);
    margin: 0;
    padding: 50px 16px 57px;
    border-radius: 0 50px 50px 0;
  }
}
.info_content-button {
  margin-top: 52px;
}
@media (max-width: 768px) {
  .info_content-button {
    max-width: 304px;
    margin-top: 30px;
  }
}
.info_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 70px;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .info_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .info_content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.info_content h2::after {
  position: absolute;
  content: "";
  top: -100px;
  right: -192px;
  width: 340px;
  height: 96px;
  background-image: url("../webp/bnr_info.webp");
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .info_content h2::after {
    top: -35px;
    right: inherit;
    left: 224px;
  }
}
@media (max-width: 768px) {
  .info_content h2::after {
    top: 2px;
    right: inherit;
    left: 154px;
    width: 178px;
    height: 40px;
    background-image: url("../webp/bnr_info_sp.webp");
  }
}
.info_content p {
  margin-top: 40px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .info_content p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
}

.competition {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .competition {
    padding: 80px 0 120px;
  }
}
.competition_inner {
  width: calc(100% - 210px);
  max-width: 1325px;
  padding: 91px 0;
  border-radius: 0 50px 50px 0;
  background-image: url("../webp/bg_competition.webp");
  background-position: center left;
  background-size: cover;
}
@media (max-width: 1200px) {
  .competition_inner {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .competition_inner {
    width: calc(100% - 16px);
    height: 389px;
    padding: 1px 0;
    background-image: url("../webp/bg_competition_sp.webp");
    background-position: center right;
  }
}
.competition_content {
  width: 495px;
  margin: 0 -210px 0 auto;
  padding: 116px 95px 100px;
  border-radius: 50px 0 0 50px;
  background-color: rgba(255, 255, 255, 0.91);
}
@media (max-width: 1200px) {
  .competition_content {
    padding: 100px 50px 57px;
  }
}
@media (max-width: 768px) {
  .competition_content {
    width: calc(100vw - 70px);
    margin: 0 -16px 0 auto;
    padding: 50px 16px 57px 20px;
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
  }
}
.competition_content-button {
  margin-top: 52px;
}
@media (max-width: 768px) {
  .competition_content-button {
    margin-top: 30px;
  }
}
.competition_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 70px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .competition_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .competition_content h2 {
    padding-top: 16px;
    font-size: 28px;
    line-height: 50px;
  }
}
.competition_content h2::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 243px;
  height: 57px;
  background-image: url("../img/bnr_competition.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .competition_content h2::before {
    bottom: inherit;
    top: 0;
    width: 143px;
    height: 34px;
    background-image: url("../img/bnr_competition_sp.png");
  }
}
.competition_content p {
  margin-top: 50px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .competition_content p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
}

.product {
  padding: 50px 0 150px;
}
@media (max-width: 768px) {
  .product {
    padding: 0 0 80px;
  }
}
.product_inner {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
}
.product_content h2 {
  position: relative;
  margin-top: 118px;
  font-size: 50px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .product_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .product_content h2 {
    padding: 0 18px;
    font-size: 28px;
    line-height: 40px;
  }
}
.product_content h2::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 271px;
  height: 71px;
  background-image: url("../img/bnr_product.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .product_content h2::before {
    bottom: inherit;
    top: -34px;
    width: 226px;
    height: 48px;
    background-image: url("../img/bnr_product_sp.png");
    z-index: -1;
  }
}
.product_content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-top: 70px;
  padding-bottom: 205px;
}
@media (max-width: 1200px) {
  .product_content-list {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .product_content-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.product_content-list .listitem {
  width: calc((100% - 80px) / 3);
  max-width: 340px;
  border: 2px solid #0078F0;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product_content-list .listitem {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product_content-list .listitem {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .product_content-list .listitem:nth-child(1) {
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
  }
}
@media (min-width: 769px) {
  .product_content-list .listitem:nth-child(2) {
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media (min-width: 769px) {
  .product_content-list .listitem a:hover .thumbnail .img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.product_content-list .listitem a .thumbnail {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.product_content-list .listitem a .thumbnail .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_content-list .listitem a .contentbox {
  padding: 30px;
}
.product_content-list .listitem a .contentbox h3 {
  padding-left: 10px;
  border-left: 2px solid #0078F0;
  font-size: 20px;
  color: #0078F0;
  line-height: 31px;
}
.product_content-list .listitem a .contentbox h3 small {
  margin-top: 6px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.product_content-list .listitem a .contentbox p {
  display: -webkit-box;
  margin-top: 20px;
  color: #333;
  line-height: 28px;
  letter-spacing: 0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.product_content-button {
  max-width: 448px;
}

.exam {
  position: relative;
  padding: 174px 0 191px;
  background-image: url("../img/bg_exam.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .exam {
    padding: 86px 0;
  }
}
.exam::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 134px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background: -webkit-linear-gradient(#ffffff, transparent);
  background: linear-gradient(#ffffff, transparent);
}
@media (max-width: 768px) {
  .exam::before {
    height: 76px;
  }
}
.exam::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 134px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(transparent, #ffffff);
  background: linear-gradient(transparent, #ffffff);
}
@media (max-width: 768px) {
  .exam::after {
    height: 76px;
  }
}
.exam_content {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 70px 80px;
  border: 2px solid #fff;
  border-radius: 39px;
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 1200px) {
  .exam_content {
    padding: 50px 30px 40px;
  }
}
@media (max-width: 768px) {
  .exam_content {
    padding: 71px 20px 25px;
  }
}
.exam_content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 17px 16px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .exam_content-list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 768px) {
  .exam_content-list {
    gap: 10px 0;
  }
}
.exam_content-list.column_3 .listitem {
  width: calc((100% - 32px) / 3);
  height: 256px;
}
@media (max-width: 1200px) {
  .exam_content-list.column_3 .listitem {
    height: auto;
  }
}
@media (max-width: 768px) {
  .exam_content-list.column_3 .listitem {
    width: 100%;
    height: auto;
    min-height: 126px;
  }
}
.exam_content-list.column_3 .listitem.noef {
  border: 4px solid #0078F0;
  background-color: #0078F0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (min-width: 769px) {
  .exam_content-list.column_3 .listitem.noef:hover {
    background-color: #fff;
    color: #0078F0;
  }
  .exam_content-list.column_3 .listitem.noef:hover a::before {
    border-top: 8px solid #0078F0;
    border-left: 8px solid #0078F0;
  }
  .exam_content-list.column_3 .listitem.noef:hover a p {
    color: #0078F0;
  }
}
.exam_content-list.column_3 .listitem.noef a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.exam_content-list.column_3 .listitem.noef a::before {
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
}
.exam_content-list.column_3 .listitem.noef a p {
  height: auto;
  padding-bottom: 0;
}
.exam_content-list.column_3 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50%;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .exam_content-list.column_3 a span {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .exam_content-list.column_3 a span {
    height: auto;
    font-size: 14px;
    line-height: 19px;
  }
}
.exam_content-list.column_3 a p {
  width: 100%;
  height: 50%;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .exam_content-list.column_3 a p {
    height: auto;
    padding-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .exam_content-list.column_3 a p {
    height: auto;
    margin-top: 4px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.exam_content-list.column_2 .listitem {
  width: calc((100% - 16px) / 2);
  height: 224px;
}
@media (max-width: 1200px) {
  .exam_content-list.column_2 .listitem {
    height: auto;
  }
}
@media (max-width: 768px) {
  .exam_content-list.column_2 .listitem {
    width: 100%;
    min-height: 126px;
  }
}
.exam_content-list.column_2 .listitem a {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.exam_content-list.column_2 .listitem a span {
  width: 100%;
  margin-top: 58px;
  text-align: center;
  line-height: 21px;
}
@media (max-width: 768px) {
  .exam_content-list.column_2 .listitem a span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
  }
}
.exam_content-list.column_2 .listitem a p {
  width: 100%;
  margin-top: 16px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .exam_content-list.column_2 .listitem a p {
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .exam_content-list.column_2 .listitem a p {
    height: auto;
    margin-top: 8px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.exam_content-list .listitem {
  background-color: #fff;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+1) {
  border: 4px solid #00809F;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+1) a {
  color: #00809F;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+1) a::before {
  border-top: 8px solid #00809F;
  border-left: 8px solid #00809F;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+1) a:hover {
    background-color: #00809F;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+1) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n+2) {
  border: 4px solid #8E2CEF;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+2) a {
  color: #8E2CEF;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+2) a::before {
  border-top: 8px solid #8E2CEF;
  border-left: 8px solid #8E2CEF;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+2) a:hover {
    background-color: #8E2CEF;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+2) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n+3) {
  border: 4px solid #F23B6D;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+3) a {
  color: #F23B6D;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+3) a::before {
  border-top: 8px solid #F23B6D;
  border-left: 8px solid #F23B6D;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+3) a:hover {
    background-color: #F23B6D;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+3) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n+4) {
  border: 4px solid #F07533;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+4) a {
  color: #F07533;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+4) a::before {
  border-top: 8px solid #F07533;
  border-left: 8px solid #F07533;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+4) a:hover {
    background-color: #F07533;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+4) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n+5) {
  border: 4px solid #28C918;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+5) a {
  color: #28C918;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+5) a::before {
  border-top: 8px solid #28C918;
  border-left: 8px solid #28C918;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+5) a:hover {
    background-color: #28C918;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+5) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n+6) {
  border: 4px solid #2FBFD9;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+6) a {
  color: #2FBFD9;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+6) a::before {
  border-top: 8px solid #2FBFD9;
  border-left: 8px solid #2FBFD9;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+6) a:hover {
    background-color: #2FBFD9;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+6) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n+7) {
  border: 4px solid #DD2A9F;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+7) a {
  color: #DD2A9F;
}
.exam_content-list .listitem:not(.noef):nth-child(8n+7) a::before {
  border-top: 8px solid #DD2A9F;
  border-left: 8px solid #DD2A9F;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n+7) a:hover {
    background-color: #DD2A9F;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n+7) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem:not(.noef):nth-child(8n) {
  border: 4px solid #C78D1A;
}
.exam_content-list .listitem:not(.noef):nth-child(8n) a {
  color: #C78D1A;
}
.exam_content-list .listitem:not(.noef):nth-child(8n) a::before {
  border-top: 8px solid #C78D1A;
  border-left: 8px solid #C78D1A;
}
@media (min-width: 769px) {
  .exam_content-list .listitem:not(.noef):nth-child(8n) a:hover {
    background-color: #C78D1A;
    color: #fff;
  }
  .exam_content-list .listitem:not(.noef):nth-child(8n) a:hover::before {
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}
.exam_content-list .listitem a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 768px) {
  .exam_content-list .listitem a {
    padding: 24px 32px 24px;
  }
}
.exam_content-list .listitem a::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  border: 8px solid transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.exam_content:not(:first-child) {
  margin-top: 66px;
}
.exam_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .exam_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .exam_content h2 {
    font-size: 28px;
    line-height: 50px;
  }
}
.exam_content h2.guidance {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .exam_content h2.guidance {
    margin-top: 30px;
  }
}
.exam_content h2.guidance::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 258px;
  height: 65px;
  background-image: url("../img/bnr_exam_guidance.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .exam_content h2.guidance::before {
    width: 226px;
    height: 50px;
    background-image: url("../img/bnr_exam_guidance_sp.png");
  }
}
.exam_content h2.old {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .exam_content h2.old {
    margin-top: 23px;
  }
}
.exam_content h2.old::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 248px;
  height: 83px;
  background-image: url("../img/bnr_exam_old.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .exam_content h2.old::before {
    width: 233px;
    height: 53px;
    background-image: url("../img/bnr_exam_old_sp.png");
  }
}

.examinee {
  padding: 106px 0 290px;
}
.examinee_content-list {
  margin-top: 70px;
}
.examinee_content-list .listitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 305px);
  max-width: 1310px;
  height: 622px;
  border-radius: 0 50px 50px 0;
  background-size: cover;
}
@media (max-width: 1200px) {
  .examinee_content-list .listitem {
    height: 560px;
  }
}
@media (max-width: 768px) {
  .examinee_content-list .listitem {
    width: calc(100% - 45px);
    height: 224px;
    border-radius: 0 20px 20px 0;
    background-position: center;
  }
}
.examinee_content-list .listitem::before {
  position: absolute;
  content: "";
  top: 63px;
  left: 0;
  width: calc(100% + 100px);
  height: calc(100% + 84px);
  border-radius: 0 50px 50px 0;
  background-image: url("../img/bg_examinee.png");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1200px) {
  .examinee_content-list .listitem::before {
    height: calc(100% + 45px);
  }
}
@media (max-width: 768px) {
  .examinee_content-list .listitem::before {
    top: 36px;
    width: calc(100% + 29px);
    height: 100%;
    border-radius: 0 20px 20px 0;
    background-image: url("../img/bg_examinee_sp.png");
  }
}
.examinee_content-list .listitem:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 768px) {
  .examinee_content-list .listitem:nth-child(even) {
    border-radius: 20px 0 0 20px;
  }
}
.examinee_content-list .listitem:nth-child(even)::before {
  left: -100px;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 768px) {
  .examinee_content-list .listitem:nth-child(even)::before {
    left: inherit;
    right: 0;
    border-radius: 20px 0 0 20px;
  }
}
.examinee_content-list .listitem:nth-child(even) .content {
  margin: 0 0 -65px -305px;
}
@media (max-width: 768px) {
  .examinee_content-list .listitem:nth-child(even) .content {
    margin: 0;
    left: inherit;
    right: calc(50% + 22px);
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .examinee_content-list .listitem:nth-child(even) .content p {
    padding: 0;
  }
}
.examinee_content-list .listitem:not(:first-child) {
  margin-top: 245px;
}
.examinee_content-list .listitem.schedule {
  background-image: url("../img/bg_examinee_schedule.jpg");
}
@media (max-width: 768px) {
  .examinee_content-list .listitem.schedule {
    background-image: url("../img/bg_examinee_schedule_sp.jpg");
  }
}
.examinee_content-list .listitem.schedule .content .button {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .examinee_content-list .listitem.schedule .content .button {
    margin-top: 30px;
  }
}
.examinee_content-list .listitem.old {
  background-image: url("../img/bg_examinee_old.jpg");
}
@media (max-width: 768px) {
  .examinee_content-list .listitem.old {
    background-image: url("../img/bg_examinee_old_sp.jpg");
  }
}
.examinee_content-list .listitem.old .content .button {
  margin-top: 30px;
}
.examinee_content-list .listitem .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 546px;
  height: 546px;
  margin: 0 -305px -65px 0;
  padding: 0 128px;
  border-radius: 546px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .examinee_content-list .listitem .content {
    width: 500px;
    height: 500px;
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .examinee_content-list .listitem .content {
    position: absolute;
    top: 189px;
    left: calc(50% + 22px);
    max-width: 375px;
    height: auto;
    margin: 0;
    padding: 52px 16px 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .examinee_content-list .listitem .content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 445px;
    height: 222px;
    background-color: #fff;
    border-radius: 445px 445px 0 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .examinee_content-list .listitem .content > * {
    z-index: 10;
  }
}
.examinee_content-list .listitem .content .button {
  width: 100%;
  max-width: calc(100vw - 32px);
}
.examinee_content-list .listitem .content h3 {
  width: 100%;
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .examinee_content-list .listitem .content h3 {
    font-size: 22px;
  }
}
.examinee_content-list .listitem .content p {
  width: 100%;
  margin-top: 32px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .examinee_content-list .listitem .content p {
    margin-top: 30px;
    padding: 0 37px;
    font-size: 14px;
    line-height: 24px;
  }
}
.examinee_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .examinee_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .examinee_content h2 {
    font-size: 28px;
    line-height: 50px;
  }
}
.examinee_content h2::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 243px;
  height: 57px;
  background-image: url("../img/bnr_examinee.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voice {
  padding: 150px 0 157px;
}
@media (max-width: 768px) {
  .voice {
    padding: 116px 0 87px;
  }
}
.voice_inner {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
}
.voice_content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .voice_content-list {
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .voice_content-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 0;
  }
}
.voice_content-list .listitem {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 1200px) {
  .voice_content-list .listitem {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .voice_content-list .listitem {
    width: 100%;
  }
}
.voice_content-list .listitem a {
  display: block;
  padding: 30px;
  border: 2px solid #0078F0;
  border-radius: 30px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .voice_content-list .listitem a:hover .link .linktext {
    color: #FA3A7A;
    border-bottom: 1px solid #FA3A7A;
  }
}
.voice_content-list .listitem a .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voice_content-list .listitem a .data .thumbnail {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .voice_content-list .listitem a .data .thumbnail {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .voice_content-list .listitem a .data .thumbnail {
    width: 100px;
    height: 100px;
  }
}
.voice_content-list .listitem a .data .person {
  width: calc(100% - 121px);
  padding-left: 14px;
  margin-left: 21px;
  border-left: 2px solid #0078F0;
}
@media (max-width: 1200px) {
  .voice_content-list .listitem a .data .person {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .voice_content-list .listitem a .data .person {
    width: calc(100% - 121px);
  }
}
.voice_content-list .listitem a .data .person .pref {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.voice_content-list .listitem a .data .person .school {
  margin: 6px 0 10px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
}
.voice_content-list .listitem a .data .person .year {
  font-size: 14px;
  color: #333;
}
.voice_content-list .listitem a .text {
  display: -webkit-box;
  margin-top: 25px;
  color: #333;
  line-height: 28px;
  letter-spacing: 0.08em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.voice_content-list .listitem a .link {
  margin-top: 20px;
  text-align: right;
}
.voice_content-list .listitem a .link .linktext {
  color: #0078F0;
  line-height: 21px;
  border-bottom: 1px solid #0078F0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.voice_content-button {
  max-width: 442px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .voice_content-button {
    margin-top: 30px;
  }
}
.voice_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .voice_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .voice_content h2 {
    font-size: 28px;
    line-height: 50px;
  }
}
.voice_content h2::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 263px;
  height: 71px;
  background-image: url("../img/bnr_voice.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .voice_content h2::before {
    bottom: calc(100% - 15px);
    width: 226px;
    height: 47px;
    background-image: url("../img/bnr_voice_sp.png");
  }
}

.news {
  padding: 180px 0 150px;
  background-color: #EAF4FE;
}
@media (max-width: 768px) {
  .news {
    padding: 84px 0 80px;
  }
}
.news_inner {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
}
.news_content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 40px;
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .news_content-list {
    gap: 0 20px;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .news_content-list {
    gap: 0;
  }
}
.news_content-list .listitem {
  width: calc((100% - 80px) / 3);
  border: 2px solid #0078F0;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news_content-list .listitem {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .news_content-list .listitem {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news_content-list .listitem .pickup {
  position: relative;
  display: block;
}
.news_content-list .listitem .pickup::before {
  position: absolute;
  content: "Pick up";
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 30px;
  border-radius: 0 0 30px 0;
  background-color: #FA3A7A;
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  z-index: 10;
}
@media (min-width: 769px) {
  .news_content-list .listitem .pickup:hover .thumbnail .img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.news_content-list .listitem .pickup .thumbnail {
  position: relative;
  width: 100%;
  height: 214px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.news_content-list .listitem .pickup .thumbnail .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_content-list .listitem .pickup figure {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.news_content-list .listitem .pickup figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_content-list .listitem .pickup .data {
  padding: 20px 30px 0;
}
.news_content-list .listitem .pickup .data .title {
  display: -webkit-box;
  margin-bottom: 23px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.news_content-list .listitem .pickup .data .date {
  font-size: 14px;
  color: #B4B4B4;
}
.news_content-list .listitem .cat {
  width: calc(100% - 60px);
  margin: 10px auto 0;
  padding: 8px 0 30px;
  border-top: 1px dotted #707070;
}
@media (min-width: 769px) {
  .news_content-list .listitem .cat a:hover .text {
    color: #FA3A7A;
  }
}
.news_content-list .listitem .cat a .text {
  color: #0078F0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.news_content-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 40px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .news_content-post {
    gap: 0 20px;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .news_content-post {
    gap: 0;
    margin-top: 30px;
  }
}
.news_content-post .listitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 35px;
  border-top: 1px solid #D6D6D6;
  background-color: #fff;
}
@media (max-width: 768px) {
  .news_content-post .listitem {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 16px;
  }
}
.news_content-post .listitem:last-child {
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 768px) {
  .news_content-post .listitem:last-child {
    padding-bottom: 25px;
  }
}
.news_content-post .listitem .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 100%;
}
@media (max-width: 768px) {
  .news_content-post .listitem .date {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
.news_content-post .listitem .postdata {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 80px;
}
@media (max-width: 768px) {
  .news_content-post .listitem .postdata {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
.news_content-post .listitem .postdata::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 40px;
  border-top: 1px solid #333;
}
@media (max-width: 768px) {
  .news_content-post .listitem .postdata::before {
    display: none;
  }
}
.news_content-post .listitem .postdata .title {
  line-height: 28px;
}
@media (max-width: 768px) {
  .news_content-post .listitem .postdata .title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  .news_content-post .listitem .postdata .title:hover .text {
    color: #FA3A7A;
  }
}
.news_content-post .listitem .postdata .title .text {
  color: #333;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.news_content-post .listitem .postdata .cat {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .news_content-post .listitem .postdata .cat {
    margin-top: 20px;
  }
}
.news_content-post .listitem .postdata .cat a {
  display: inline-block;
  line-height: 28px;
}
@media (max-width: 768px) {
  .news_content-post .listitem .postdata .cat a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .news_content-post .listitem .postdata .cat a:hover .text {
    color: #FA3A7A;
  }
}
.news_content-post .listitem .postdata .cat a .text {
  color: #0078F0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.news_content-category {
  padding: 30px 35px;
}
@media (max-width: 768px) {
  .news_content-category {
    padding: 25px 0 0;
  }
}
.news_content-category a {
  display: inline-block;
  margin: 0 20px 16px 0;
}
@media (min-width: 769px) {
  .news_content-category a:hover .text {
    color: #FA3A7A;
  }
}
.news_content-category a .text {
  color: #0078F0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.news_content-button {
  max-width: 442px;
}
@media (max-width: 768px) {
  .news_content-button {
    margin-top: 30px;
  }
}
.news_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .news_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .news_content h2 {
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0.04em;
  }
}
.news_content h2::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 89px;
  height: 42px;
  background-image: url("../img/bnr_update.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .news_content h2::before {
    width: 70px;
    height: 33px;
    background-image: url("../img/bnr_update_sp.png");
  }
}
.news_content h3 {
  margin-top: 54px;
  font-size: 26px;
  color: #0078F0;
  text-align: center;
}
@media (max-width: 768px) {
  .news_content h3 {
    margin-top: 30px;
    font-size: 22px;
  }
}

.ownedmedia {
  padding: 190px 0 0;
}
@media (max-width: 768px) {
  .ownedmedia {
    padding: 80px 0 87px;
  }
}
.ownedmedia_inner {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
}
.ownedmedia_content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 40px;
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .ownedmedia_content-list {
    gap: 0 20px;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .ownedmedia_content-list {
    gap: 20px 0;
    margin-top: 20px;
  }
}
.ownedmedia_content-list .listitem {
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
  border: 2px solid #0078F0;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ownedmedia_content-list .listitem {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .ownedmedia_content-list .listitem {
    width: 100%;
    margin-bottom: 0;
  }
}
.ownedmedia_content-list .listitem > a {
  position: relative;
  display: block;
}
.ownedmedia_content-list .listitem > a.newdata::before {
  position: absolute;
  content: "New";
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  height: 25px;
  border-radius: 0 0 10px 10px;
  background-image: url("../img/bg_ownedmedia_new.png");
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) {
  .ownedmedia_content-list .listitem > a:hover .thumbnail .img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.ownedmedia_content-list .listitem > a .thumbnail {
  position: relative;
  width: 100%;
  height: 214px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.ownedmedia_content-list .listitem > a .thumbnail .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ownedmedia_content-list .listitem > a figure {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.ownedmedia_content-list .listitem > a figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ownedmedia_content-list .listitem > a .data {
  padding: 20px 30px 30px;
}
.ownedmedia_content-list .listitem > a .data .title {
  display: -webkit-box;
  margin-bottom: 23px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.ownedmedia_content-list .listitem > a .data .date {
  font-size: 14px;
  color: #B4B4B4;
}
.ownedmedia_content-list .listitem .cat {
  width: calc(100% - 60px);
  margin: 10px auto 0;
  padding: 8px 0 30px;
  border-top: 1px dotted #707070;
}
@media (min-width: 769px) {
  .ownedmedia_content-list .listitem .cat a:hover .text {
    color: #FA3A7A;
  }
}
.ownedmedia_content-list .listitem .cat a .text {
  color: #0078F0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.ownedmedia_content-button {
  max-width: 442px;
}
@media (max-width: 768px) {
  .ownedmedia_content-button {
    margin-top: 30px;
  }
}
.ownedmedia_content h2 {
  position: relative;
  font-size: 50px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1200px) {
  .ownedmedia_content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .ownedmedia_content h2 {
    font-size: 28px;
    line-height: 50px;
  }
}
.ownedmedia_content h2::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 134px;
  height: 46px;
  background-image: url("../img/bnr_ownedmedia.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ownedmedia_content h2::before {
    bottom: calc(100% - 12px);
    width: 88px;
    height: 37px;
    background-image: url("../img/bnr_ownedmedia_sp.png");
  }
}

.aboutus {
  padding: 150px 0;
  background-image: url("../img/bg_aboutus.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .aboutus {
    padding: 80px 0;
    background-image: url("../img/bg_aboutus_sp.png");
  }
}
.aboutus_inner {
  width: calc(100% - 32px);
  max-width: 1100px;
  margin: 0 auto;
}
.aboutus_content {
  padding: 41px 91px 72px;
  border: 2px solid #fff;
  border-radius: 39px;
  background-color: rgba(255, 255, 255, 0.42);
}
@media (max-width: 1200px) {
  .aboutus_content {
    padding: 41px 50px 60px;
  }
}
@media (max-width: 768px) {
  .aboutus_content {
    padding: 50px 25px 25px;
  }
}
.aboutus_content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .aboutus_content-list {
    gap: 10px 0;
    margin-top: 30px;
  }
}
.aboutus_content-list .listitem {
  position: relative;
  width: calc((100% - 40px) / 3);
  padding: 7px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .aboutus_content-list .listitem {
    width: 100%;
  }
}
.aboutus_content-list .listitem::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0078F0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 5;
}
@media (min-width: 769px) {
  .aboutus_content-list .listitem:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.aboutus_content-list .listitem a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 15;
}
@media (min-width: 769px) {
  .aboutus_content-list .listitem a:hover figure img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.aboutus_content-list .listitem a figure {
  width: 96px;
  height: 122px;
  overflow: hidden;
}
.aboutus_content-list .listitem a figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aboutus_content-list .listitem a dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: calc(100% - 96px);
  padding: 14px 9px 0 16px;
}
@media (max-width: 1200px) {
  .aboutus_content-list .listitem a dl {
    padding: 0 9px 0 14px;
  }
}
@media (max-width: 768px) {
  .aboutus_content-list .listitem a dl {
    padding: 14px 9px 0 16px;
  }
}
.aboutus_content-list .listitem a dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #0078F0;
}
@media (max-width: 1200px) {
  .aboutus_content-list .listitem a dl dt {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .aboutus_content-list .listitem a dl dt {
    font-size: 18px;
  }
}
.aboutus_content-list .listitem a dl dd {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  white-space: pre-wrap;
}
@media (max-width: 1200px) {
  .aboutus_content-list .listitem a dl dd {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .aboutus_content-list .listitem a dl dd {
    line-height: 22px;
  }
}
.aboutus_content h2 {
  font-size: 34px;
  color: #0078F0;
  line-height: 64px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutus_content h2 {
    font-size: 24px;
    line-height: 50px;
  }
}