@charset "UTF-8";
/************************************/
.mv {
  position: relative;
  width: 100%;
  max-height: 1080px;
  overflow: hidden;
  transition: .3s; }

.mv_txt_right {
  background: url("../images/index/mv_txt_right.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 393 / 853;
  position: absolute;
  bottom: 0;
  top: 108px;
  right: 1%;
  z-index: 5;
  height: min(calc(100% - 185px - 5%), 853px);
  width: auto;
  max-width: 393px;
  max-height: 853px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: .3s; }

.mv_txt_left {
  background: url("../images/index/mv_txt_left.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 444 / 926;
  position: absolute;
  bottom: 3%;
  left: -1%;
  z-index: 5;
  height: min(calc(100% - 165px), 926px);
  width: auto;
  max-width: 444px;
  max-height: 926px;
  transition: .3s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.slider--mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .slider--mv .swiper,
  .slider--mv .swiper-wrapper,
  .slider--mv .swiper-slide,
  .slider--mv picture,
  .slider--mv img {
    width: 100%;
    height: 100%; }
  .slider--mv .swiper-slide {
    overflow: hidden;
    opacity: 1 !important; }
    .slider--mv .swiper-slide picture {
      display: block; }
    .slider--mv .swiper-slide img {
      display: block;
      object-fit: cover;
      transform: scale(1);
      will-change: transform;
      backface-visibility: hidden; }

@keyframes mvZoomIn {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.08); } }
@media (max-width: 1280px) {
  .mv {
    height: 740px; }

  .mv_txt_right {
    top: 80px;
    right: 1%;
    z-index: 5;
    height: min(calc(100% - 175px - 5%), 853px); }

  .mv_txt_left {
    bottom: 5%;
    left: -1%;
    z-index: 5;
    height: min(calc(100% - 175px), 926px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv {
    height: 960px;
    max-height: 960px; }
    .mv .txt {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .mv .txt:before {
        position: absolute;
        content: "";
        display: block;
        right: 20px;
        bottom: 0;
        width: 100%;
        max-width: 222px;
        height: calc(100% - 100px);
        background: url("../images/index/mv_txt_tb.svg") top right no-repeat;
        background-size: contain;
        aspect-ratio: 222/827; }

  .mv_txt_right,
  .mv_txt_left {
    display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    height: min(169.067vw, 760px);
    max-height: 960px; }
    .mv .txt {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .mv .txt:before {
        max-width: 200px;
        height: calc(100% - 130px);
        top: 90px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv {
    margin: 0 auto 40px;
    height: min(169.067vw, 634px);
    max-height: 960px; }
    .mv .txt {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .mv .txt:before {
        height: calc(100% - 116px);
        top: 75px;
        right: 0; } }
/*max-width:480px*/
/************************************/
.mv .circle {
  position: absolute;
  width: 170px;
  height: 170px;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #2B95A1;
  right: 20px;
  bottom: 10px;
  z-index: 100;
  border-radius: 100%;
  text-decoration: none;
  font: 1.5rem/1.6em dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 20px 0 0; }
  .mv .circle:before {
    position: absolute;
    content: "";
    background: url("../images/common/white_arrow.png") center center no-repeat;
    background-size: contain;
    width: 27px;
    height: 6px;
    display: block;
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0%); }
  .mv .circle small {
    font: 1.6rem/1.6em "Inter", sans-serif;
    font-weight: 100;
    letter-spacing: 0.03em;
    display: block;
    padding: 0 0 5px;
    margin: 0 0 5px;
    position: relative; }
    .mv .circle small:before {
      position: absolute;
      width: 80px;
      height: 1px;
      background-color: #76B7BE;
      content: "";
      display: block;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0%); }
.mv .important {
  width: 460px;
  position: absolute;
  bottom: 65px;
  right: 210px;
  left: auto;
  z-index: 8; }
  .mv .important .ttl {
    background: url("../images/index/important.svg") left 15px top 9px no-repeat #fff;
    font: 1.5rem/1em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 700;
    color: #FE7272;
    width: fit-content;
    padding: 15px 15px 6px 50px;
    border-radius: 15px 15px 0 0;
    letter-spacing: 0.03em; }
  .mv .important a {
    margin: -1px 0 0 0;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 15px 10px 15px;
    border-radius: 0 15px 15px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font: 1.4rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em; }
    .mv .important a time {
      width: 100px; }
    .mv .important a p {
      width: calc(100% - 100px); }

@media (hover: hover) {
  .mv .circle:hover {
    background-color: #1D7882; } }
/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv .circle {
    transform-origin: left bottom;
    position: absolute;
    right: auto;
    left: 20px;
    bottom: 65px; }
    .mv .circle.active {
      display: none; }
  .mv .important {
    left: 20px;
    right: auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv .circle {
    transform: scale(0.9); }
  .mv .important {
    max-width: 320px; }
    .mv .important a p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      /* 任意の行数を指定 */ } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv .circle {
    transform: scale(0.8);
    left: 10px;
    bottom: 55px; }
  .mv .important {
    width: 225px;
    bottom: 55px;
    left: 10px; }
    .mv .important .ttl {
      background: url("../images/index/important.svg") left 8px top 10px no-repeat #fff;
      background-size: 16px;
      font: 1.3rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      padding: 12px 12px 6px 32px;
      border-radius: 15px 15px 0 0;
      letter-spacing: 0.03em; }
    .mv .important a {
      padding: 12px 12px 10px 12px; }
      .mv .important a time {
        width: 75px;
        font: 1.1rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 500; }
      .mv .important a p {
        font: 1.2rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 500;
        width: calc(100% - 75px); } }
/*max-width:480px*/
/************************************/
.txt_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #DAFD21;
  overflow: hidden;
  z-index: 5; }
  .txt_scroll .important__inner {
    display: flex;
    width: max-content;
    animation: marqueeText 150s linear infinite;
    will-change: transform; }
  .txt_scroll p {
    font: 1.3rem/50px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 300;
    letter-spacing: 0.03em;
    flex: 0 0 auto;
    margin: 0;
    padding-left: 4rem;
    white-space: nowrap; }

@keyframes marqueeText {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .txt_scroll {
    height: 37px; }
    .txt_scroll p {
      font: 1.3rem/37px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300; } }
/*max-width:480px*/
/************************************/
.menu_slider .scroll {
  color: #DDEEF6;
  font: 11.5vw/1em "Inter", sans-serif;
  font-weight: 100;
  letter-spacing: -0.02em;
  text-align: center;
  margin: -1.5% 0 0; }

.menu_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 120px; }
  .menu_slider .swiper-wrapper {
    align-items: stretch;
    margin-bottom: 50px; }
  .menu_slider .swiper-slide {
    width: 670px;
    flex-shrink: 0;
    height: auto; }
  .menu_slider .slider_menu_item {
    display: block;
    height: 100%;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative; }
    .menu_slider .slider_menu_item img {
      width: 100%;
      aspect-ratio: 670 / 438;
      display: block;
      object-fit: cover; }
    .menu_slider .slider_menu_item p {
      position: absolute;
      right: -1px;
      bottom: -1px;
      margin: 0;
      line-height: 1.6;
      background: url("../images/index/menu_slider_txt.png") bottom right no-repeat;
      background-size: contain;
      aspect-ratio: 678/138;
      width: 100%;
      max-width: 339px;
      height: auto;
      padding: 40px 40px 0 40px;
      text-align: right;
      font: 1.4rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 400;
      letter-spacing: 0.03em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .menu_slider .slider_menu_item p:before {
        position: absolute;
        content: "";
        bottom: 17px;
        right: 17px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid black; }
  .menu_slider .swiper-pagination {
    position: relative;
    bottom: auto !important;
    top: auto;
    margin: 0;
    padding: 0;
    text-align: center; }
    .menu_slider .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 10px !important;
      opacity: 1;
      background: #D3E7F0; }
    .menu_slider .swiper-pagination .swiper-pagination-bullet-active {
      background: #9CB4BE; }

@media (min-width: 1920px) {
  .menu_slider .scroll {
    font: 22.5rem/1em "Inter", sans-serif;
    font-weight: 100;
    letter-spacing: -0.02em; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .menu_slider .swiper-slide {
    width: clamp(500px, 50vw, 640px);
    flex-shrink: 0;
    height: auto; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .menu_slider .swiper-slide {
    width: 600px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .menu_slider {
    padding: 0 0 80px; }
    .menu_slider .swiper-wrapper {
      margin-bottom: 40px; }
    .menu_slider .swiper-slide {
      width: clamp(420px, 50vw, 600px); }
    .menu_slider .slider_menu_item p {
      aspect-ratio: auto;
      background: url("../images/index/menu_slider_txt.png") bottom right no-repeat;
      background-size: 100% 60px;
      width: 100%;
      height: 60px;
      max-width: 245px;
      padding: 33px 30px 0;
      font: 1.3rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 400;
      letter-spacing: 0.03em; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .menu_slider {
    padding: 0 0 65px; }
    .menu_slider .scroll {
      display: none; }
    .menu_slider .swiper-slide {
      width: 300px; }
    .menu_slider .swiper-wrapper {
      margin-bottom: 25px; }
    .menu_slider .slider_menu_item {
      border-radius: 10px; }
      .menu_slider .slider_menu_item p {
        max-width: 175px;
        height: 47px;
        background-size: 100% 47px;
        padding: 24px 20px 0 20px;
        font: 1.2rem/1em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 400;
        letter-spacing: 0.03em; }
        .menu_slider .slider_menu_item p:before {
          bottom: 14px;
          right: 10px;
          border-top: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-left: 6px solid black; }
    .menu_slider .swiper-pagination {
      bottom: 0 !important; }
      .menu_slider .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 8px !important;
        opacity: 1;
        background: #D3E7F0; }
      .menu_slider .swiper-pagination .swiper-pagination-bullet-active {
        background: #9CB4BE; } }
/*max-width:480px*/
@media (hover: hover) {
  .slider_menu_item:hover p {
    text-underline-offset: 6px;
    text-decoration: underline; }

  .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #43758A; } }
/************************************/
.point {
  display: block;
  width: calc(100% - 80px);
  max-width: 1060px;
  margin: 0 auto;
  border: 1px solid #AFC1C9;
  min-height: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 200px 0 96px;
  font: 2rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #fff;
  transition: .3s; }
  .point:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 100%;
    background-color: #DAFD21;
    top: 0;
    left: 0; }
  .point:after {
    font: 1.4rem/35px "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: absolute;
    content: "CLICK";
    padding: 0 0 0 20px;
    width: 125px;
    border-radius: 25px;
    height: 35px;
    background: #DAFD21 url("../images/common/arrow.svg") center right 18px no-repeat;
    top: 50%;
    left: auto;
    right: 40px;
    transform: translate(0%, -50%); }

@media (hover: hover) {
  .point:hover {
    background-color: #FBFEEC; } }
@media (max-width: 1024px) {
  .point {
    max-width: 880px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .point {
    width: calc(100% - 60px);
    max-width: 640px;
    padding: 0 140px 0 43px;
    font: 1.6rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: bold;
    min-height: 130px; }
    .point:before {
      width: 15px; }
    .point:after {
      font: 1.3rem/35px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 0 15px;
      width: 100px;
      background: #DAFD21 url("../images/common/arrow.svg") center right 15px no-repeat;
      background-size: 18px;
      right: 25px;
      transform: translate(0%, -50%); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .point {
    width: calc(100% - 40px);
    max-width: 325px;
    padding: 0 110px 0 25px;
    font: 1.5rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: bold;
    min-height: 100px; }
    .point:before {
      width: 10px; }
    .point:after {
      font: 1.2rem/30px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 0 10px;
      width: 83px;
      height: 30px;
      background: #DAFD21 url("../images/common/arrow.svg") center right 10px no-repeat;
      background-size: 16px;
      right: 15px;
      transform: translate(0%, -50%); } }
/*max-width:480px*/
/************************************/
.news {
  padding: 120px 40px; }
  .news .news_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }
  .news .left {
    width: 450px; }
  .news .right {
    width: calc(100% - 500px);
    max-width: 995px; }
  .news h1 {
    font: 6rem/1em "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 30px; }
    .news h1 span {
      margin: 10px 0 0;
      padding: 0 0 0 25px;
      position: relative;
      display: block;
      font: 1.8rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em; }
      .news h1 span:before {
        position: absolute;
        content: "";
        display: block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #9CB4BE;
        left: 0;
        top: 4px; }

.tab-switch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .tab-switch li {
    margin: 0 5px 5px 0; }
  .tab-switch .tab-btn {
    font: 1.3rem/20px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    width: fit-content;
    padding: 0 10px;
    height: 22px;
    border-radius: 25px;
    border: 1px solid #707070;
    background-color: inherit;
    cursor: pointer;
    text-align: left; }
    .tab-switch .tab-btn.active {
      background-color: #fff; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }
  .tab-content ul {
    border-top: 1px solid #D0DFE5;
    list-style: none;
    padding: 0;
    margin: 0 0 40px; }
  .tab-content li {
    border-bottom: 1px solid #D0DFE5; }
    .tab-content li.is-sticky a:after {
      position: absolute;
      content: "";
      background: url("../images/common/pin.svg") center center no-repeat;
      height: 100%;
      width: 30px;
      right: 75px;
      top: 0; }
    .tab-content li a {
      transition: .3s;
      text-decoration: none;
      color: #000;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 30px 140px 30px 20px;
      position: relative; }
      .tab-content li a:before {
        position: absolute;
        content: "";
        background: url("../images/common/news_arrow.svg") center center no-repeat;
        height: 100%;
        width: 32px;
        right: 25px;
        top: 0; }
      .tab-content li a time {
        font: 1.5rem/20px "Inter", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: 110px; }
      .tab-content li a span {
        font: 1.3rem/20px dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 300;
        letter-spacing: 0.05em;
        width: fit-content;
        padding: 0 10px;
        height: 22px;
        border-radius: 25px;
        border: 1px solid #707070;
        background-color: inherit;
        cursor: pointer;
        text-align: left; }
      .tab-content li a p {
        margin: 10px 0 0;
        font: 1.5rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        flex: 0 0 100%;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.news-link {
  transition: .3s;
  display: block;
  margin: 0 0 0 auto;
  width: 225px;
  height: 40px;
  background: url("../images/common/arrow.svg") center right 30px no-repeat #D3E7F0;
  font: 1.5rem/40px dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.03em;
  padding: 0 0 0 25px; }

@media (hover: hover) {
  .tab-switch .tab-btn:hover {
    background-color: #D3E7F0; }
    .tab-switch .tab-btn:hover.active {
      background-color: #fff; }

  .tab-content li a:hover {
    background-color: #fff; }

  .news-link:hover {
    background: url("../images/common/arrow.svg") center right 30px no-repeat #81D9F0; } }
@media (max-width: 1440px) {
  .news {
    max-width: 1240px;
    margin: 0 auto; }
    .news .right {
      max-width: 735px; } }
@media (max-width: 1280px) {
  .news {
    max-width: 1100px;
    margin: 0 auto; }
    .news .left {
      width: 100%;
      margin: 0 0 60px; }
    .news .right {
      width: 100%;
      margin: 0 0 0 auto;
      max-width: 768px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .news .news_box {
    max-width: 880px; }
  .news .right {
    max-width: 100%;
    margin: 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .news {
    padding: 100px 30px; }
    .news .left {
      width: 100%;
      margin: 0 0 40px; }
    .news .news_box {
      max-width: 640px; }
    .news h1 {
      font: 5rem/1em "Inter", sans-serif;
      font-weight: 600; }
      .news h1 span {
        padding: 0 0 0 20px;
        font: 1.6rem/1em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em; }
        .news h1 span:before {
          top: 4px; }

  .tab-switch li {
    margin: 0 5px 8px 0; }

  .tab-content ul {
    margin: 0 0 30px; }
  .tab-content li a {
    padding: 25px 140px 25px 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news {
    padding: 65px 20px; }
    .news .left {
      width: 100%;
      margin: 0 0 20px; }
    .news .news_box {
      max-width: 325x; }
    .news h1 {
      font: 4rem/1em "Inter", sans-serif;
      font-weight: 600;
      margin: 0 0 30px; }
      .news h1 span {
        padding: 0 0 0 15px;
        font: 1.5rem/1em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em; }
        .news h1 span:before {
          width: 7px;
          height: 7px;
          top: 5px; }

  .tab-switch li {
    margin: 0 5px 8px 0; }
  .tab-switch .tab-btn {
    font: 1.2rem/18px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 300;
    height: 20px; }

  .tab-content ul {
    margin: 0 0 25px; }
  .tab-content li.is-sticky a:after {
    position: absolute;
    content: "";
    background: url(../images/common/pin.svg) top 13px center no-repeat;
    background-size: contain;
    height: 100%;
    width: 19px;
    right: 0;
    top: 0; }
  .tab-content li a {
    padding: 22px 0 22px 0; }
    .tab-content li a:before {
      display: none; }
    .tab-content li a time {
      font: 1.3rem/18px "Inter", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      width: 95px; }
    .tab-content li a span {
      font: 1.2rem/18px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      width: fit-content;
      padding: 0 10px;
      height: 20px;
      border-radius: 25px; }
    .tab-content li a p {
      font: 1.4rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      position: relative;
      padding: 0 35px 0 0; }
      .tab-content li a p:before {
        position: absolute;
        content: "";
        background: url("../images/common/news_arrow.svg") center center no-repeat;
        background-size: contain;
        height: 3px;
        width: 24px;
        right: 0px;
        top: 50%;
        left: auto;
        transform: translate(0%, -50%); }

  .news-link {
    width: 190px;
    height: 35px;
    background: url("../images/common/arrow.svg") center right 18px no-repeat #D3E7F0;
    background-size: 18px;
    font: 1.4rem/33px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 0 0 0 18px; } }
/*max-width:480px*/
/************************************/
.cotent_box {
  width: calc(100% - 80px);
  max-width: 1820px;
  background-color: #ccc;
  border-radius: 25px;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .cotent_box h1 {
    font: 1.4rem/55px "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: absolute;
    top: -1px;
    left: 0;
    background: url("../images/index/content_h1.png") top left no-repeat;
    background-size: 100%;
    width: 303px;
    height: 76px;
    padding: 0 0 0 30px; }
    .cotent_box h1:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #ccc;
      border-radius: 50px;
      top: 22px;
      left: 10px; }

.cotent_box_left {
  max-width: 530px;
  padding: 97px 70px 50px; }
  .cotent_box_left h2 {
    padding: 115px 85px 20px 0;
    border-bottom: 1px solid #AAC0D9;
    font: 2.8rem/1em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 0 15px; }
    .cotent_box_left h2:before {
      position: absolute;
      content: "00";
      top: 0;
      left: 0;
      font: 9.5rem/1em "Inter", sans-serif;
      font-weight: 500; }
    .cotent_box_left h2 .img-switch {
      position: absolute;
      width: 61px;
      height: 84px;
      right: 0;
      bottom: 0; }
      .cotent_box_left h2 .img-switch::before, .cotent_box_left h2 .img-switch::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: auto;
        bottom: 10px;
        transition: opacity .4s ease; }
      .cotent_box_left h2 .img-switch::before {
        background: url("../images/character01.svg") center center/contain no-repeat;
        animation: switch1 2s steps(1, end) infinite; }
      .cotent_box_left h2 .img-switch::after {
        background: url("../images/character02.svg") center center/contain no-repeat;
        animation: switch2 2s steps(1, end) infinite; }
  .cotent_box_left p {
    font: 1.6rem/2em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 15px; }
  .cotent_box_left img {
    width: 100%;
    border-radius: 15px; }

.cotent_box_right {
  width: calc(100% - 530px);
  max-width: 1020px;
  padding: 60px 50px 60px 0; }
  .cotent_box_right .btn_link {
    transition: .3s;
    text-decoration: none;
    font: 1.8rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 132px;
    padding: 0 170px 0 110px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px; }
    .cotent_box_right .btn_link br {
      display: none; }
    .cotent_box_right .btn_link:last-of-type {
      margin-bottom: 0; }
    .cotent_box_right .btn_link:before {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      left: 30px;
      transform: translate(0%, -50%);
      width: 51px;
      height: 42px; }
    .cotent_box_right .btn_link:after {
      font: 1.4rem/35px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: absolute;
      content: "CLICK";
      padding: 0 0 0 20px;
      width: 125px;
      border-radius: 25px;
      height: 35px;
      background: #DAFD21 url("../images/common/arrow.svg") center right 18px no-repeat;
      top: 50%;
      left: auto;
      right: 20px;
      transform: translate(0%, -50%); }
  .cotent_box_right .detail_link {
    transition: .3s;
    text-decoration: none;
    display: block;
    margin: 30px 0 0 auto;
    width: 295px;
    height: 60px;
    position: relative;
    background-color: #777;
    border-radius: 50px;
    font: 1.7rem/60px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 0 0 30px; }
    .cotent_box_right .detail_link:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 25px;
      border-radius: 25px;
      background: #fff url("../images/common/arrow.svg") center center no-repeat;
      top: 50%;
      left: auto;
      right: 20px;
      transform: translate(0%, -50%); }

@keyframes switch1 {
  0%, 49.999% {
    opacity: 1; }
  50%,100% {
    opacity: 0; } }
@keyframes switch2 {
  0%, 49.999% {
    opacity: 0; }
  50%,100% {
    opacity: 1; } }
@media (hover: hover) {
  .cotent_box_right .btn_link:hover {
    background-color: #fff !important; } }
@media (max-width: 1440px) {
  .cotent_box {
    max-width: 1340px; } }
@media (max-width: 1280px) {
  .cotent_box {
    display: block;
    max-width: 1200px;
    padding: 125px 40px 60px; }

  .cotent_box_left {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 840px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 40px;
    row-gap: 20px;
    align-items: flex-end;
    padding: 0; }
    .cotent_box_left h2 {
      grid-column: 1;
      grid-row: 1;
      margin: 0; }
    .cotent_box_left p {
      grid-column: 1;
      grid-row: 2;
      margin: 0; }
    .cotent_box_left img {
      grid-column: 2;
      grid-row: 1 / 3;
      display: block;
      width: 100%;
      height: auto; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .cotent_box {
    width: calc(100% - 60px);
    display: block;
    max-width: 700px;
    padding: 125px 40px 60px; }

  .cotent_box_left {
    width: 100%;
    margin: 0 0 50px;
    max-width: 100%;
    display: block;
    padding: 0; }
    .cotent_box_left h2 {
      max-width: 395px;
      width: 100%; }
    .cotent_box_left p {
      max-width: 395px;
      width: 100%;
      margin: 0 0 20px; }
    .cotent_box_left img {
      max-width: 395px;
      width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .cotent_box {
    display: block;
    max-width: 700px;
    padding: 100px 30px 50px; }

  .cotent_box_left {
    max-width: 480px;
    margin: 0 auto 50px; }

  .cotent_box_right {
    /*width: calc(100% - 530px);
    max-width: 1020px;
    padding: 60px 50px 60px 0;*/
    /*.detail_link{
        transition: .3s;
      text-decoration: none;
      display: block;
      margin: 30px 0 0 auto;
      width: 295px;
      height: 60px;
      position: relative;
      background-color: #777;
      border-radius: 50px;
      font: 1.7rem/60px $dnp;
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 0 0 0 30px;
      &:after{
        content: "";
        position: absolute;
        width:50px;
        height: 25px;
        border-radius: 25px;
        background: #fff url("../images/common/arrow.svg") center center no-repeat;
        top: 50%;
        left: auto;
        right: 20px;
        transform: translate(0%, -50%);
      }  
    }*/ }
    .cotent_box_right .btn_link {
      transition: .3s;
      text-decoration: none;
      font: 1.6rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      height: auto;
      padding: 65px 140px 30px 20px;
      position: relative;
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 15px; }
      .cotent_box_right .btn_link br {
        display: block; }
      .cotent_box_right .btn_link:before {
        top: 20px;
        left: 20px;
        transform: translate(0%, 0%);
        width: 43px;
        height: 35px; }
      .cotent_box_right .btn_link:after {
        font: 1.3rem / 35px "Inter", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        padding: 0 0 0 15px;
        width: 100px;
        background-size: 18px !important;
        background-position: center right 15px !important;
        top: 50%;
        left: auto;
        right: 20px;
        transform: translate(0%, -50%); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .cotent_box {
    width: calc(100% - 30px);
    max-width: 345px;
    padding: 70px 20px 25px; }
    .cotent_box h1 {
      font: 1.2rem/44px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      width: 240px;
      height: 56px;
      padding: 0 0 0 30px; }
      .cotent_box h1:before {
        width: 8px;
        height: 8px;
        border-radius: 50px;
        top: 18.5px;
        left: 13px; }

  .cotent_box_left {
    max-width: 305px;
    margin-bottom: 25px; }
    .cotent_box_left h2 {
      padding: 65px 60px 15px 0;
      font: 2rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: bold;
      margin: 0 0 15px; }
      .cotent_box_left h2:before {
        font: 4.8rem/1em "Inter", sans-serif;
        font-weight: 500; }
      .cotent_box_left h2 .img-switch {
        width: 50px;
        height: 69px;
        bottom: 10px; }
    .cotent_box_left p {
      font: 1.4rem/2em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-bottom: 15px; }
    .cotent_box_left img {
      border-radius: 10px; }

  .cotent_box_right .btn_link {
    font: 1.5rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 60px 120px 20px 20px;
    margin-bottom: 8px; }
    .cotent_box_right .btn_link:before {
      top: 25px;
      left: 20px;
      transform: translate(0%, 0%);
      width: 39px;
      height: 30px; }
    .cotent_box_right .btn_link:after {
      font: 1.2rem / 30px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 0 10px;
      width: 83px;
      height: 30px;
      background-position: center right 10px  !important;
      background-size: 16px !important;
      right: 15px;
      transform: translate(0%, -50%); }
  .cotent_box_right .detail_link {
    margin: 25px auto 0;
    max-width: 305px;
    height: 50px;
    border-radius: 50px;
    font: 1.4rem/50px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0 65px; }
    .cotent_box_right .detail_link:after {
      width: 36px;
      height: 24px;
      border-radius: 25px;
      background: #fff url("../images/common/arrow.svg") center center no-repeat;
      background-size: 16px;
      right: 20px; } }
/*max-width:480px*/
/*****************/
.admissions {
  background: url("../images/index/admisson_bg2.png") center top no-repeat;
  background-size: 100% auto;
  background-color: #CEF3FC; }
  .admissions h1:before {
    background-color: #9CE3F5; }
  .admissions .cotent_box_left h2:before {
    content: "01"; }
  .admissions .cotent_box_right {
    width: calc(100% - 530px);
    max-width: 1020px;
    padding: 60px 50px 60px 0; }
    .admissions .cotent_box_right .btn_link {
      background-color: #F0F8FA; }
      .admissions .cotent_box_right .btn_link.admissions01:before {
        background: url("../images/common/admissions01.svg") center center no-repeat;
        background-size: contain; }
      .admissions .cotent_box_right .btn_link.admissions02:before {
        background: url("../images/common/admissions02.svg") center center no-repeat;
        background-size: contain; }
      .admissions .cotent_box_right .btn_link.admissions03:before {
        background: url("../images/common/admissions03.svg") center center no-repeat;
        background-size: contain; }
      .admissions .cotent_box_right .btn_link.admissions04:before {
        background: url("../images/common/admissions04.svg") center center no-repeat;
        background-size: contain; }
      .admissions .cotent_box_right .btn_link.admissions05:before {
        background: url("../images/common/admissions05.svg") center center no-repeat;
        background-size: contain; }
      .admissions .cotent_box_right .btn_link:after {
        background: #C4EBF5 url("../images/common/arrow.svg") center right 18px no-repeat; }
    .admissions .cotent_box_right .detail_link {
      background-color: #9CE3F5; }

@media (hover: hover) {
  .admissions .cotent_box_right .detail_link:hover {
    background-color: #81D9F0; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .admissions .cotent_box_right {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .admissions {
    background: url("../images/index/admisson_bg2_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-color: #CEF3FC; }
    .admissions .cotent_box_right {
      max-width: 480px; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************/
.university {
  padding-right: 0;
  background: url("../images/index/appeal_bg.png") center top no-repeat;
  background-size: 100% auto;
  background-color: #C4F5EF; }
  .university h1:before {
    background-color: #89F1E4; }
  .university .cotent_box_left h2:before {
    content: "02"; }
  .university .cotent_box_right {
    padding-right: 0; }
    .university .cotent_box_right .slider_bg {
      border-radius: 25px 0 0 25px;
      padding: 40px 0 40px 40px;
      background-color: #ECFFFD; }

.universityslider {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .universityslider .swiper-wrapper {
    align-items: stretch; }
  .universityslider .swiper-slide {
    width: 340px;
    flex-shrink: 0;
    height: auto; }
  .universityslider a {
    display: block;
    width: 100%;
    text-decoration: none; }
  .universityslider .pic {
    aspect-ratio: 4/3;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px; }
    .universityslider .pic img {
      transition: .3s;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .universityslider h3 {
    font: 1.7rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 30px 0 20px 55px;
    position: relative;
    border-bottom: dashed #BCC0C1 1px;
    margin: 0 0 20px; }
    .universityslider h3:before {
      font: 6rem/1em "Inter", sans-serif;
      font-weight: 200;
      color: #52DECD;
      position: absolute;
      top: 29px;
      left: 0;
      content: attr(name); }
  .universityslider p {
    font: 1.4rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px; }
  .universityslider span {
    font: 1.3rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    margin: 0 0 0 auto;
    width: fit-content;
    padding: 0 35px 5px 0;
    border-bottom: 1px solid #BCC0C1;
    background: url("../images/index/slider_right.svg") bottom 12px right no-repeat; }
  .universityslider .pagenation_slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 126px;
    margin: 30px 0 0; }
  .universityslider .universityslider__prev,
  .universityslider .universityslider__next {
    position: relative;
    top: auto !important;
    transform: translateY(0%) !important;
    z-index: 10;
    width: calc((100% - 10px)/2);
    height: 30px;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
    left: auto;
    right: auto;
    transition: .3s; }
  .universityslider .universityslider__prev {
    background: url("../images/index/slider_left.svg") center top 12px no-repeat #C4F5EF; }
  .universityslider .universityslider__next {
    background: url("../images/index/slider_right.svg") center top 12px no-repeat #C4F5EF; }

@media (hover: hover) {
  .universityslider a:hover .pic img {
    transform: scale(1.1); }
  .universityslider .universityslider__prev:hover {
    background: url("../images/index/slider_left.svg") center top 12px no-repeat #89F1E4; }
  .universityslider .universityslider__next:hover {
    background: url("../images/index/slider_right.svg") center top 12px no-repeat #89F1E4; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .university .cotent_box_right {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .university {
    background: url("../images/index/appeal_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-color: #C4F5EF; }
    .university .cotent_box_left {
      padding-right: 30px; }
      .university .cotent_box_left p {
        margin-bottom: 0; }
      .university .cotent_box_left img {
        display: none; }

  .swiper-slide {
    width: 300px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .university .cotent_box_left {
    padding-right: 0;
    margin: 0 0 15px; }
  .university .cotent_box_right .slider_bg {
    border-radius: 25px 0 0 25px;
    padding: 20px 0 20px 20px; }

  .universityslider {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .universityslider .swiper-wrapper {
      align-items: stretch; }
    .universityslider .swiper-slide {
      width: 240px;
      flex-shrink: 0;
      height: auto; }
    .universityslider h3 {
      font: 1.6rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 17px 0 18px 50px;
      margin: 0 0 20px; }
      .universityslider h3:before {
        font: 5.6rem/1em "Inter", sans-serif;
        font-weight: 100;
        top: 18px; }
    .universityslider p {
      font: 1.3rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-bottom: 20px; } }
/*max-width:480px*/
/*****************/
.faculties {
  background: url("../images/index/facluty_bg.png") center top no-repeat;
  background-size: 100% auto;
  background-color: #BBFEE6; }
  .faculties h1:before {
    background-color: #77FBCC; }
  .faculties .cotent_box_left h2:before {
    content: "03"; }
  .faculties .cotent_box_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; }
  .faculties .image_link {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 3);
    max-width: 310px;
    background-color: #EFFEF9;
    border-radius: 25px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 15px 25px 0;
    padding: 0 0 30px; }
    .faculties .image_link:nth-of-type(3n) {
      margin-right: 0; }
    .faculties .image_link:nth-of-type(n + 4) {
      margin-bottom: 0; }
      .faculties .image_link:nth-of-type(n + 4) p {
        min-height: calc(1.8em * 3);
        display: flex;
        align-items: center; }
    .faculties .image_link .pic {
      aspect-ratio: 31 / 16;
      width: 100%; }
      .faculties .image_link .pic img {
        transition: .3s;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .faculties .image_link h3 {
      font: 1.7rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      margin: 0 auto;
      position: relative;
      padding: 20px 0 13px; }
      .faculties .image_link h3:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 1px;
        background-color: #BCC0C1;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%); }
    .faculties .image_link p {
      font: 1.4rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 15px auto 20px; }
    .faculties .image_link span {
      transition: .3s;
      position: relative;
      margin: 0 auto;
      width: 125px;
      height: 35px;
      font: 1.4rem / 35px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 0 20px;
      background-color: #BBFEE6;
      border-radius: 50px; }
      .faculties .image_link span:before {
        content: "";
        position: absolute;
        width: 22px;
        height: 5px;
        border-radius: 25px;
        background: url("../images/common/arrow.svg") center center no-repeat;
        top: 50%;
        left: auto;
        right: 20px;
        transform: translate(0%, -50%); }

@media (hover: hover) {
  .faculties .image_link:hover .pic img {
    transform: scale(1.1); }
  .faculties .image_link:hover span {
    background-color: #77FBCC; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .faculties .cotent_box_right {
    width: 100%;
    max-width: 745px;
    margin: 0 auto;
    padding: 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .faculties .cotent_box_right {
    justify-content: space-between;
    max-width: 635px; }
  .faculties .image_link {
    width: calc((100% - 15px) / 2);
    margin: 0 0 25px !important; }
    .faculties .image_link:nth-of-type(3n) {
      margin-right: 0; }
    .faculties .image_link.facultiess03 p, .faculties .image_link.facultiess04 p {
      min-height: calc(1.8em * 3);
      display: flex;
      align-items: center; }
    .faculties .image_link:nth-of-type(n + 5) p {
      min-height: auto;
      display: flex;
      align-items: center; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .faculties {
    background: url("../images/index/facluty_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-color: #BBFEE6; }
    .faculties .cotent_box_left p {
      margin-bottom: 0; }
    .faculties .cotent_box_left img {
      display: none; }
    .faculties .cotent_box_right {
      display: block; }
      .faculties .cotent_box_right .image_link {
        width: 100%;
        margin: 0 auto 25px !important; }
        .faculties .cotent_box_right .image_link p {
          min-height: auto !important; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .faculties .cotent_box_right .image_link {
    max-width: 305px;
    margin: 0 auto 10px !important;
    padding: 0 0 20px; }
  .faculties .image_link h3 {
    font: 1.6rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 700; }
  .faculties .image_link p {
    font: 1.3rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 15px auto 20px; }
  .faculties .image_link span {
    font: 1.2rem / 30px "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0 0 0 10px;
    width: 83px;
    height: 30px; }
    .faculties .image_link span:before {
      width: 16px;
      height: 5px;
      border-radius: 25px;
      background: url("../images/common/arrow.svg") center center no-repeat;
      background-size: 16px;
      top: 50%;
      left: auto;
      right: 10px;
      transform: translate(0%, -50%); } }
/*max-width:480px*/
/*****************/
.support {
  background: url("../images/index/surpport_bg.png") center top no-repeat;
  background-size: 100% auto;
  background-color: #BBFEC6; }
  .support h1:before {
    background-color: #91c98b; }
  .support .cotent_box_left h2:before {
    content: "04"; }
  .support .cotent_box_right {
    width: calc(100% - 530px);
    max-width: 1020px;
    padding: 60px 50px 60px 0; }
    .support .cotent_box_right .btn_link {
      background-color: #F4FEF6; }
      .support .cotent_box_right .btn_link.support01:before {
        background: url("../images/common/support01.svg") center center no-repeat;
        background-size: contain; }
      .support .cotent_box_right .btn_link.support02:before {
        background: url("../images/common/support02.svg") center center no-repeat;
        background-size: contain; }
      .support .cotent_box_right .btn_link.support03:before {
        background: url("../images/common/support03.svg") center center no-repeat;
        background-size: contain; }
      .support .cotent_box_right .btn_link:after {
        background: #BBFEC6 url("../images/common/arrow.svg") center right 18px no-repeat; }
    .support .cotent_box_right .detail_link {
      background-color: #8BF79C; }

@media (hover: hover) {
  .support .cotent_box_right .detail_link:hover {
    background-color: #6EF483; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .support .cotent_box_right {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .support {
    background: url("../images/index/surpport_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-color: #BBFEC6; }
    .support .cotent_box_right {
      max-width: 480px; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************/
.campus {
  background: url("../images/index/campuslife_bg2.png") center top no-repeat;
  background-size: 100% auto;
  background-color: #D8FCB3; }
  .campus h1:before {
    background-color: #91c98b; }
  .campus .cotent_box_left h2:before {
    content: "05"; }
  .campus .cotent_box_right {
    width: calc(100% - 530px);
    max-width: 1020px;
    padding: 60px 50px 60px 0; }
    .campus .cotent_box_right .btn_link {
      background-color: #FAFEF5; }
      .campus .cotent_box_right .btn_link.campus01:before {
        background: url("../images/common/campus01.svg") center center no-repeat;
        background-size: contain; }
      .campus .cotent_box_right .btn_link.campus02:before {
        background: url("../images/common/campus02.svg") center center no-repeat;
        background-size: contain; }
      .campus .cotent_box_right .btn_link.campus03:before {
        background: url("../images/common/campus03.svg") center center no-repeat;
        background-size: contain; }
      .campus .cotent_box_right .btn_link:after {
        background: #D2FEA5 url("../images/common/arrow.svg") center right 18px no-repeat; }
    .campus .cotent_box_right .detail_link {
      background-color: #B5F672; }

@media (hover: hover) {
  .campus .cotent_box_right .detail_link:hover {
    background-color: #A4F451; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .campus .cotent_box_right {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .campus {
    background: url("../images/index/campuslife_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-color: #D8FCB3; }
    .campus .cotent_box_right {
      max-width: 480px; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************/
.tuition {
  background: url("../images/index/financial_bg2.png") center top no-repeat;
  background-size: 100% auto;
  background-color: #F0FDAE; }
  .tuition h1:before {
    background-color: #c3c98b; }
  .tuition .cotent_box_left h2:before {
    content: "06"; }
  .tuition .cotent_box_right {
    width: calc(100% - 530px);
    max-width: 1020px;
    padding: 60px 50px 60px 0; }
    .tuition .cotent_box_right .btn_link {
      background-color: #FBFEEC; }
      .tuition .cotent_box_right .btn_link.tuition01:before {
        background: url("../images/common/tuition01.svg") center center no-repeat;
        background-size: contain; }
      .tuition .cotent_box_right .btn_link.tuition02:before {
        background: url("../images/common/tuition02.svg") center center no-repeat;
        background-size: contain; }
      .tuition .cotent_box_right .btn_link.tuition03:before {
        background: url("../images/common/tuition03.svg") center center no-repeat;
        background-size: contain; }
      .tuition .cotent_box_right .btn_link:after {
        background: #EDFF8E url("../images/common/arrow.svg") center right 18px no-repeat; }
    .tuition .cotent_box_right .detail_link {
      background-color: #E3FD5B; }

@media (hover: hover) {
  .tuition .cotent_box_right .detail_link:hover {
    background-color: #D3F22C; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .tuition .cotent_box_right {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .tuition {
    background: url("../images/index/financial_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-color: #F0FDAE; }
    .tuition .cotent_box_right {
      max-width: 480px; } }
/*max-width:768px*/
/*max-width:480px*/
/************************************/
.website {
  max-width: 1600px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 95px 0 120px; }
  .website .right {
    max-width: 900px;
    width: calc(100% - 280px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .website .right a {
      position: relative;
      box-shadow: 0 5px 10px rgba(112, 112, 112, 0.5);
      display: block;
      width: calc((100% - 30px)/2);
      text-decoration: none;
      background-color: #fff;
      text-align: center;
      padding: 0 0 30px; }
    .website .right h2 {
      height: 100px;
      display: flex;
      position: relative;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 0 0 20px;
      font: 1.9rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .website .right h2 small {
        margin-bottom: 15px;
        font: 1.5rem/1em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        display: block; }
      .website .right h2:before {
        position: absolute;
        content: "";
        display: block;
        top: auto;
        bottom: 0;
        width: 60px;
        height: 1px;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #BCC0C1; }
    .website .right span {
      display: block;
      text-align: left;
      font: 1.4rem / 35px "Inter", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 0 0 0 20px;
      margin: 0 auto;
      width: 125px;
      border-radius: 25px;
      height: 35px;
      background: #D3E7F0 url(../images/common/arrow.svg) center right 18px no-repeat; }
    .website .right p {
      margin: 0 0 30px;
      font: 1.4rem/2em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
      .website .right p br.num02 {
        display: none; }
  .website .left h1 {
    font: 6rem/1em "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 0; }
    .website .left h1 span {
      margin: 10px 0 0;
      padding: 0 0 0 25px;
      position: relative;
      display: block;
      font: 1.8rem / 1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em; }
      .website .left h1 span:before {
        position: absolute;
        content: "";
        display: block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #9CB4BE;
        left: 0;
        top: 4px; }

@media (hover: hover) {
  .website .right a:hover {
    top: -10px; } }
@media (max-width: 1440px) {
  .website {
    max-width: 1240px;
    width: calc(100% - 80px); } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .website {
    max-width: 1100px;
    margin: 0 auto;
    display: block; }
    .website .right {
      max-width: 900px;
      width: 100%;
      margin: 0 0 0 auto; }
    .website .left {
      margin: 0 0 60px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .website {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    padding: 50px 0 50px; }
    .website .right {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .website .right a {
        max-width: 410px;
        width: 100%;
        margin: 0 auto 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .website {
    max-width: 335px;
    margin: 0 auto;
    display: block;
    padding: 20px 0 50px;
    width: calc(100% - 20px); }
    .website .left {
      margin: 0 auto 30px; }
      .website .left h1 {
        font: 4rem/1em "Inter", sans-serif;
        font-weight: 600;
        letter-spacing: 0; }
        .website .left h1 span {
          margin: 10px 0 0;
          padding: 0 0 0 15px;
          font: 1.5rem / 1em dnp-shuei-gothic-kin-std, sans-serif;
          font-weight: 700;
          letter-spacing: 0.1em; }
          .website .left h1 span:before {
            width: 7px;
            height: 7px;
            top: 5px; }
    .website .right {
      display: block;
      width: 295px;
      margin: 0 auto; }
      .website .right a {
        max-width: 410px;
        width: 100%;
        margin: 0 auto 15px;
        padding: 0 0 15px; }
      .website .right h2 {
        height: auto;
        margin: 0 0 20px;
        padding: 25px;
        font: 1.5rem/1em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 700;
        letter-spacing: 0.05em; }
        .website .right h2 small {
          margin-bottom: 15px;
          font: 1.4rem/1em dnp-shuei-gothic-kin-std, sans-serif;
          font-weight: 400;
          letter-spacing: 0.05em;
          display: block; }
      .website .right span {
        font: 1.2rem / 30px "Inter", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        padding: 0 0 0 10px;
        width: 83px;
        height: 30px;
        background-position: center right 10px !important;
        background-size: 16px !important;
        right: 15px;
        transform: 0; }
      .website .right p {
        margin: 0 0 15px;
        font: 1.2rem/2em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em; }
        .website .right p br.num02 {
          display: block; } }
/*max-width:480px*/
