/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
/* フォント */
body {
  margin: 0;
  font-family: "Noto Sans JP", "Inter", sans-serif;
}
.en {
  font-family: "Inter";
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 40px;
}
.courses .title-side .en {
  font-weight: 400;
}
.en-bold {
  font-weight: 800;
  font-size: 0.875rem;
}

rt {
  font-size: 0.5rem;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #373b4e;
}
p {
  line-height: 30px;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
.cate-btn,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
.cate-btn,
input {
  overflow: visible;
}

button,
.cate-btn,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button,
.cate-btn {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------- */
/* フォント */
h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.subtext {
  color: #838587;
  font-size: 0.875rem;
  margin-bottom: 50px;
  font-weight: 400;
}

.courses .subtext {
  color: #fff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ヘッダーの動き */

.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  transition: 0.4s;
  width: 100%;
  z-index: 100;
  padding-bottom: 1rem;
}

.site-header.hide {
  transform: translateY(-100%);
}
/* 一番上のメニュー */
.header-subnav {
  display: flex;
  height: 85px;
}
.header-subnav p {
  line-height: unset;
}
.header-subnav h1 {
  width: 270px;
  margin: 10px 15px 0;
  min-width: 150px;
}

.subnav-right {
  margin: 0 0 0 auto;
  display: flex;
}
.subnav {
  display: flex;
  /* flex-wrap: wrap; */
}

@media screen and (max-width: 1200px) {
  .subnav {
    margin: 5px 0 15px 0;
    padding-top: 10px;
    justify-content: flex-end;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.subnav li {
  padding: 0 25px 0 0;
  margin: auto 0;
}
/* arrow 矢印 */

.subnav li a {
  position: relative;
  display: block;
  font-size: 0.75rem;
  padding-right: 15px;
  white-space: nowrap;
}

/* ホバー時の動き */
.hover-motion li a {
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  padding-bottom: 5px;
  display: flex;
  font-weight: 700;
}
.hover-motion li a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

/* 矢印 */
.arrow a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  width: 7px;
  height: 7px;
  margin: auto;
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-subnav {
  display: flex;
}

.btn-subnav-ul {
  display: flex;
}
.btn-subnav-ul li {
  margin: 0 0.5px;
  background-color: #3c3c3c;
  width: 85px;
  height: 85px;
}

.btn-subnav-ul li a {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.btn-subnav-ul li img {
  height: 30px;
  margin-top: 15px;
}

.btn-subnav-ul p {
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  top: 57px;
  right: 0;
  left: 0;
  text-align: center;
}
.btn-subnav-ul p::after {
  content: "";
  background-image: url(../images/clarity_window-w.svg);
  background-repeat: no-repeat;
  padding: 0 7px;
  margin-left: 3px;
}
.btn-subnav-ul .noafter::after {
  content: none;
}

.subnav-language {
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 0.625rem;
  margin: auto 15px;
  padding: 22px 0px;
}
.search {
  position: relative;
  /* top: 50%; */
  /* background-image: url(../images/search.svg);
  background-repeat: no-repeat; */
  /* padding: 35px 30px 35px 15px; */
}
/* .search:active {
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
} */

.search img {
  padding: 35px 30px 35px 15px;
  min-width: 65px;
  width: 20px;
  top: 50%;
}

.search_box {
  display: none;
}

.search .search_box.open {
  display: block;
  position: absolute;
  top: 115px;
  background-color: #fff;
  width: 300px;
  z-index: 999;
  right: 10%;
  border: 1px solid #dfe1e5;
}

.footer-search {
  position: relative;
  width: 100%;
  display: block;
  right: -80%;
}

.footer-search img {
  padding: 35px 30px 35px 15px;
  min-width: 65px;
  width: 20px;
  top: 50%;
}

.footer-search .search_box.open {
  border: 1px solid #dfe1e5;
  display: block;
  position: absolute;
  background-color: #fff;
  width: 300px;
  right: 80%;
  z-index: 999;
  /*right: -50%;/*ENがある時*/
  /*left: 0; ENがない時*/
  top: 70%; /*ENがない時*/
}
.footer-search .gsc-clear-button,
.footer-search .search-box {
  right: 10%;
  bottom: 3%;
}
.footer-search .gsc-control {
  width: 335px;
}
.top .gsst_a .gscb_a {
  display: none;
}
.footer-search .gsc-clear-button {
  display: none !important;
}

.footer-search .search-box {
  left: -400%;
}

.gsc-control {
  width: 335px;
}
.search .search_box.open table.gsc-search-box td.gsc-input {
  margin-right: 0;
}
.gsc-clear-button {
  display: none !important;
}
.gsc-search-button {
  margin-right: 10px;
}
.search .search_box.open .gsc-search-button-v2 {
  border: none;
}
.search .search_box.open .gsc-search-button-v2 {
  padding: 0;
  background-color: unset;
}
.search .search_box.open .gsc-search-button-v2,
.search .search_box.open .gsc-search-button-v2:hover,
.search .search_box.open .gsc-search-button-v2:focus {
  border-color: unset;
  background-color: unset;
}

.search .search_box.open .gsc-search-button-v2 svg {
  fill: #000;
  position: relative;
  height: 25px;
  width: 20px;
}
.search .search_box.open .gsc-control-cse {
  padding: 0.2rem;
}
.search .search_box.open .gsc-input-box {
  border: none;
}
.search .search_box.open form.gsc-search-box {
  margin-bottom: 0;
}

/* footerfooter-en-search */

.footer-en-search .search_box.open .gsc-search-button-v2 {
  border: none;
}
.footer-en-search .search_box.open .gsc-search-button-v2 {
  padding: 0;
  background-color: unset;
}
.footer-en-search .search_box.open .gsc-search-button-v2,
.footer-en-search .search_box.open .gsc-search-button-v2:hover,
.footer-en-search .search_box.open .gsc-search-button-v2:focus {
  border-color: unset;
  background-color: unset;
}

.footer-en-search .search_box.open .gsc-search-button-v2 svg {
  fill: #000;
  position: relative;
  height: 25px;
  width: 20px;
}
.footer-en-search .search_box.open .gsc-control-cse {
  padding: 0.2rem;
}
.footer-en-search .search_box.open .gsc-input-box {
  border: none;
}
.footer-en-search .search_box.open form.gsc-search-box {
  margin-bottom: 0;
}
/* メインメニュー */
.header-main-menu {
  text-align: right;
  font-weight: 800;
  font-size: 0.875rem;
}

.header-main-menu ul {
  display: inline-flex;
}

.header-main-menu li {
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  margin-right: 4em;
  margin-bottom: 55px;
  top: 40px;
}

.header-main-menu li:not(:last-child):after {
  position: absolute; /*--positionを追加--*/
  top: 0;
  line-height: 30px;
  left: 100%;
  margin: 0 2rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #333; /*--縦線の色--*/
}

.sp {
  display: none;
}

/* 
幅統一 */
.m-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.m-wrap-flex {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 150px 0;
  gap: 5%;
}

/* .news-flex {
  display: flex;
  gap: 5%;
} */

.news-title {
  width: 30%;
}
/*
.news-contents {
  width: 60%;
} */

.title-side {
  width: 35%;
  /* margin-bottom: 50px; */
}

.photo-side {
  width: 60%;
}

.contents-text {
  margin-bottom: 50px;
  font-size: 0.9375rem;
  line-height: 35px;
}
.top-mv {
  background-color: #fff;
  display: flex;
  padding-top: 200px;
}

.top-mv .m-wrap {
  margin: 0 0 0 auto;
}
/* スライダー */
.top-slider-wrap {
  width: 65%;
  max-width: 1200px;
}

.top-mv .top-mv-text {
  writing-mode: vertical-rl;
  line-height: 85px;
  letter-spacing: 8px;
  margin: 0 auto;
  padding-left: 40px;
  font-size: 3rem;
  font-weight: 700;
}

.slider {
  right: 0;
}

.slider img {
  height: 600px;
  object-fit: cover;
}

.arrow_box {
  display: flex;
  position: relative;
}
.slick-prev {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
}

.slick-next {
  display: block;
  bottom: 8.5rem;
  bottom: 0;
  position: relative;
  text-align: center;
  left: 0;
}

.dots-wrap {
  display: flex;
  margin: 50px 0;
}

.dots-wrap li {
  width: 15px;
  height: 15px;
  margin: 0 20px;
  background: #bdbdbd;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #3c3c3c;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-list {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 30px;
}
/* dots */
.slick-dots {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  bottom: auto;
  width: auto;
  border-radius: 50%;
  list-style: none;
  margin-left: 0;
  padding: 0;
  height: 0;
  align-items: center;
  margin-top: 3px;
  margin-right: 30px;
  margin-left: 5px;
}
.slick-dots li {
  width: auto;
  height: 12px;
  margin: 0 10px;
}
.slick-dots li button {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 4px;
  background: #bdbdbd;
  transition: 1s; /* speed と同じ値に */
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #3c3c3c;
  overflow: hidden;
  border-radius: 50%;
}
@keyframes slick_dot {
  0% {
    width: 8px;
  }
  100% {
    width: 100%;
  }
}
/* 一時停止ボタン */
.slick_pause {
  display: block;
  border-radius: 50%;
  background: url(../images/pause.svg) 40% 40% / 30px auto no-repeat;
  cursor: pointer;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;

  width: 35px;
  height: 35px;
  bottom: 16px;
  left: 0;
  margin-left: 30px;
}
.slick_pause.paused {
  display: block;
  background: url(../images/start.svg) 40% 40% / 30px auto no-repeat;
}
.slider.paused .slick-dots li.slick-active button::before {
  animation-play-state: paused; /*一時停止中はanimationを一時停止*/
}

.news-topics {
  background-color: #f5f5f5;
}

/* ボタン */
.gray-btn {
  display: flex;
  vertical-align: middle;
  padding: 18px 35px;
  text-align: left;
  letter-spacing: 1.5px;
  border: 2px solid #3c3c3c;
  background: #3c3c3c;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  margin-top: 20px;
  word-break: keep-all;
  font-size: 0.9375rem;
  font-weight: 500;
  font-feature-settings: "palt";
  justify-content: space-between;
  align-items: center;
}

/* .gray-btn::after {
  margin-left: auto;
  content: "→";
} */

.gray-btn::after {
  content: "";
  background-image: url(../images/arrow_right_white.svg);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 13px;
  transition: 0.5s;
  min-width: 15px;
}
.gray-btn:hover {
  background-color: #fff;
  color: #3c3c3c;
}
.gray-btn:hover::after {
  background-image: url(../images/arrow_right_black.svg);
}

/* タブ */
.b-tabs button,
.b-tabs .cate-btn {
  min-width: 100px;
  max-width: 300px;
  margin-right: 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0.5em 1em;
  opacity: 0.7;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 15px;
}
button,
.cate-btn {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}

/* layout 
----------------------------------*/
.container {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

/* tab ----------------*/
.b-tabs {
  display: flex;
  flex-wrap: wrap;
}
.b-tabs li {
  display: block;
}
.b-tabs .cate-btn,
.b-tabs button {
  font-weight: 700;
}

.b-tabs .active .cate-btn,
.b-tabs .active button,
.b-tabs button:hover,
.b-tabs .cate-btn:hover {
  transform: translateY(2px);
  opacity: 1;
}

.b-tabs .active .cate-btn,
.b-tabs .active button {
  pointer-events: none;
  background-color: #3c3c3c;
  color: #fff;
  opacity: 1;
}

/* post ----------------*/

.b-postDate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.e-time {
  font-size: 0.9em;
}

.e-postTitle {
  line-height: 1.5;
}

/* ニュース一覧 */
.news-contents {
  width: 78%;
}
.individual {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  display: flex;
}
.individual a {
  width: 100%;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  padding-right: 40px;
}
.individual dt {
  margin-right: 15px;
  padding: 15px 5px;
  width: 24%;
  min-width: 175px;
  color: #838587;
  line-height: 23px;
  font-size: 0.875rem;
  display: flex;
}

.tab {
  border: 1px solid #000;
  border-radius: 100vh;
  font-size: 0.69rem;
  padding: 0 8px;
  color: #000;
  margin-left: 10px;
  line-height: unset;
  word-break: keep-all;
  text-align: center;
  width: 90px;
  font-weight: 700;
}

.individual dd {
  width: 80%;
  line-height: 22px;
  margin: auto 0;
  display: flex;
  padding-left: 5px;
}
.individual dd p {
  width: 100%;
  white-space: normal;
  font-size: 0.81rem;
}

.individual a::after {
  content: "";
  background-image: url(../images/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 4px;
}

.individual a:hover:after {
  background-image: url(../images/arrow_b.svg);
}

.b-post {
  display: none;
}
.show {
  display: block;
}

/* コース */
.courses {
  background-color: #636464;
  color: #fff;
}
.courses .m-wrap-flex {
  padding-bottom: 250px;
}
.courses .gray-btn {
  border: 1px solid #fff;
  background-color: #636464;
  align-items: center;
}
.courses .gray-btn:hover {
  background-color: #fff;
}
.courses-about {
  background-color: #3c3c3c;
  position: relative;
}
.courses-about .m-wrap {
  width: 90%;
}

/* ループ設定 */
/* .loop_wrap {
  display: flex;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: -40px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
} */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop-wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  bottom: 4vw;
}
.loop-wrap-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-right: 60px;
  gap: 60px;
}
.loop-wrap--list {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.loop-wrap-item {
  width: calc(150vw / 2);
}
.loop-wrap-item img {
  max-width: 1500px;
}
.courses-about-h3 {
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 800;
  margin-bottom: 120px;
}
.courses-about {
  text-decoration: unset;
  color: #fff;
}
.courses-about .m-wrap {
  padding: 200px 0 150px;
}
.courses-about .m-wrap a {
  text-decoration: unset;
  color: #fff;
}
/* ループ設定　おわり */
.course-name {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  display: inline-block;
  padding: 30px 0 20px;
  width: 100%;
}
.courses-block-wrap a:hover .course-name {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.courses-block-text-wrap {
  display: flex;
  line-height: 25px;
  font-weight: 200;
  font-size: 0.9375rem;
  align-items: center;
}
.courses-block-text-wrap::after {
  content: "";
  background-image: url(../images/arrow_b2.svg);
  background-repeat: no-repeat;
  display: block;
  line-height: 23px;
  padding: 15px;
  margin: auto 0 auto 20px;
  transition: 0.5s;
}

.courses-block-wrap a:hover .courses-block-text-wrap:after {
  background-image: url(../images/arrow_w2.svg);
}
.courses-about-subtext {
  font-size: 1.25rem;
  margin-bottom: 50px;
  display: flex;
  line-height: 23px;
  letter-spacing: 3px;
}

/* 装飾 */
.courses-about-subtext::before {
  content: "";
  background-image: url(../images/ri_speed-line.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  display: block;
  margin-right: 5px;
}
.courses-about-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.courses-block {
  width: 30%;
  margin-bottom: 80px;
}
.courses-block-wrap {
  padding-bottom: 120px;
}
/* .courses-block img {
  margin-bottom: 30px;
} */

/* 入試について */

.admission {
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 50px;
}
.admission .title-side {
  width: 40%;
}
.admission-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.admission-btn a {
  padding: 17px 27px;
  width: 49%;
}
.admission-btn a p {
  line-height: 20px;
}
.admission-picside {
  left: 0;
  position: absolute;
  bottom: 40px;
  width: 55%;
}
.admission-picside img {
  margin-bottom: 45px;
}
/* リンク */
.discovermore {
  padding: 150px 0 60px;
  background-color: #f5f5f5;
}
.discovermore .m-wrap {
  width: 90%;
}

.discovermore-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.discovermore-link .about-link {
  width: 45%;
  display: block;
}
.discovermore-link .link-under {
  padding: 20px 0 10px 0;
}
.about-link {
  margin-bottom: 60px;
}

.iframe-img {
  overflow: hidden;
}

.iframe-img img {
  transition: 0.5s;
}
.about-link:hover:hover .iframe-img img {
  transform: scale(1.3);
}

.link-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0;
}
.link-under,
.footer-link-under {
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
}
.footer-link-under {
  display: inline-flex;
}

.course-bnr-wrap a:hover .link-under,
.about-link:hover .link-under,
.footer-link-under:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.link-text {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
}

/* ボタン */
a[target="_blank"]:not(.c-header__list-item a):not(.blankpagebtn):not([href$=".pdf"]):not(.footer-wrap a):not(
    .admission main a
  ):not(.cource-graduate a):not(.performance main a):not(.prospective-students .admission-info-wrap a):not(
    .gray-btn
  ):not(.windowicon):not(.about-link a):not(.admission-btn a):not(.windowicon a):not(.individual a):not(
    .btn-subnav-ul li a
  ):not(.link-text):not(.research-btn a):after {
  content: "";
  background-image: url(../images/clarity_window-b.svg);
  background-repeat: no-repeat;
  transition: 0.5s;
  margin-left: 7px;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.link-text::after {
  content: "";
  background-image: url(../images/arrow_w.svg);
  background-repeat: no-repeat;
  display: block;
  padding: 15px;
  background-size: contain;
  transition: 0.5s;
  margin-left: 10px;
}
.about-link:hover .link-text::after {
  transform: none;
  background-image: url(../images/arrow_b.svg);
}
.discovermore .blankpagebtn {
  display: inline-flex;
}
.top .blankpagebtn::after {
  content: "";
  background-image: url(../images/clarity_window-b.svg);
  background-repeat: no-repeat;
  transition: 0.5s;
  margin-left: 7px;
  display: block;
  width: 17px;
  height: 17px;
}

.hover-motion .blankpagebtn::after {
  display: inline-flex;
}

.blankpagebtn-w {
  white-space: normal;
  word-break: auto-phrase;
  margin-right: 15px;
}
.top .blankpagebtn-w::after {
  content: "";
  background-image: url(../images/clarity_window-w.svg);
  background-repeat: no-repeat;
  transition: 0.5s;
  margin-left: 7px;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}

.top .admission-btn .gray-btn:hover .blankpagebtn-w:after {
  background-image: url(../images/clarity_window-b.svg);
}

.top .discovermore-link .blankpagebtn::after {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
footer .blankpagebtn::after {
  margin-top: 0;
  width: 17px;
  height: 17px;
}

.discovermore .blankpagebtn:hover:after {
  background-image: url(../images/clarity_window-b.svg);
}

/* フッター */
footer {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
  justify-content: space-between;
}
footer a {
  color: #000;
}
footer img {
  width: 100%;
}
.footer-left-wrap figure {
  margin-bottom: 5px;
}

.fotter-flex {
  display: flex;
}
.sp-menu {
  display: none;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
}

.footer-wrap .address {
  line-height: 22px;
  margin: 30px 0;
  font-size: 0.875rem;
}
.footer-left-wrap {
  width: 25%;
}

/* フッターのボタン */
.footerbtn a {
  display: flex;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
  letter-spacing: 2px;
  border: 2px solid #3c3c3c;
  background: #3c3c3c;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  margin-top: 10px;
  line-height: 30px;
  justify-content: center;
}

.footerbtn a:hover {
  background-color: #fff;
  color: #3c3c3c;
}

.access::before {
  content: "";
  background-image: url(../images/access_icon.svg);
  transition: 0.5s;
  background-repeat: no-repeat;
  padding: 0px 10px 5px;
  margin-right: 5px;
}
.footerbtn a:hover .access:before {
  background-image: url(../images/access_icon_b.svg);
}
:not(.index).info::before {
  content: "";
  background-image: url(../images/info_icon.svg);
  transition: 0.5s;
  background-repeat: no-repeat;
  padding: 0px 10px 5px;
  margin-right: 5px;
}
.footerbtn a:hover .info:before {
  background-image: url(../images/info_icon_b.svg);
}
.contact::before {
  content: "";
  background-image: url(../images/contact_icon.svg);
  transition: 0.5s;
  background-repeat: no-repeat;
  padding: 0px 8px 5px;
  margin-right: 5px;
}
.footerbtn a:hover .contact:before {
  background-image: url(..//images/contact_icon_b.svg);
}

.footerbtn p::after {
  content: "";
  background-image: url(../images/clarity_window-w.svg);
  background-repeat: no-repeat;
  padding: 0 7px;
  margin-left: 3px;
  transition: 0.5s;
}
.footerbtn a:hover p:after {
  background-image: url(../images/clarity_window-b.svg);
}

.footerbtn .noafter::after {
  content: none;
}
.footerbtn .gray-btn img {
  width: 10%;
  margin-right: 10px;
}

.footer-en-search {
  display: flex;
}

.footer-language {
  border-bottom: 1px solid #000;
  padding: 0 30px 10px;
  margin-top: 30px;
  margin-right: 30px;
  white-space: nowrap;
}
.footer-language .en-bold {
  margin-left: 20px;
  font-size: 1.25rem;
}

/* .footer-en-search .search {
  line-height: 30px;
  padding: 30px 25px;
} */
.footer-en-search .search img {
  min-width: 25px;
  padding: 0;
}

.footer-en-search .search a {
  padding: 0px 3px;
}

.footer-right-wrap-top {
  display: flex;
}
.footer-right-wrap-bottom {
  display: flex;
  gap: 2rem;
}

.fotter-bottom-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-subnav {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
}
.footer-subnav li {
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 0;
  bottom: 0;
  transition: 0.5s;
}
.footer-subnav li :hover {
  background-color: #3c3c3c;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
}

.footer-subnav ul a {
  padding: 15px 35px 15px 20px;
  font-size: 0.8125rem;
}
.footer-subnav .arrow a::after {
  right: 10px;
}
.footer-subnav li:hover a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.5s;
}
.footer-subnav ul {
  gap: 10px;
  margin: 0 auto 20px;
  display: flex;
}
.fotter-menu-title {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.under-ul {
  margin-bottom: 10px;
}
.fotter-ul {
  margin-bottom: 20px;
}
.fotter-ul li {
  display: flex;
  margin-bottom: 12px;
  font-size: 0.8125rem;
}

.fotter-ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: black;
  margin: 9px 5px auto 0;
}

.fotter-bottom-wrap {
  margin-top: 60px;
  font-size: 0.75rem;
}
.fotter-bottom-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 65%;
}
.fotter-bottom-wrap li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fotter-bottom-wrap .windowicon::after {
  content: "";
  background-image: url(../images/clarity_window-b.svg);
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-left: 5px;
}
.copyright {
  color: #838587;
}

.page-top-btn {
  opacity: 0;
  writing-mode: vertical-rl;
  margin: 0 0 0 auto;
  width: 0;
  top: 70%;
  font-size: 0.6875rem;
  position: fixed;
  right: 20px;
  z-index: 100;
}
.scloll-display-none {
  display: none;
}
.hidden-b {
  opacity: 0;
  animation: fade-out 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.display-b {
  opacity: 1;
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-top-btn-arrow {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 35px;
  right: 1px;
  margin-bottom: 5px;
  border-radius: 9999px;
  background-color: #000000;
}
.page-top-btn-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(225deg);
  transform-origin: calc(100% - 4.5px) 50%;
}

.gssb_a div img {
  display: none !important;
}

@media screen and (max-width: 1150px) {
  .footer-right-wrap-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-subnav ul {
    display: grid;
  }
  .footer-right-wrap {
    width: 60%;
  }
  .footer-left-wrap {
    width: 30%;
  }
}

/* レスポンシブ */
@media screen and (max-width: 950px) {
  summary {
    display: block;
  }
  p {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .courses-about-h3 {
    font-size: 1.625rem;
    line-height: 45px;
    margin-bottom: 80px;
    display: inline-flex;
    justify-content: center;
    text-align: left;
    /* margin: 0 auto; */
    width: 100%;
  }
  .contents-text {
    line-height: 30px;
  }
  .en {
    line-height: 40px;
  }
  .subnav-right,
  .header-main-menu {
    display: none;
  }
  header .footer-subnav {
    display: block;
    width: 100%;
  }

  footer .footer-subnav {
    display: block;
  }

  .site-header {
    display: flex;
    height: 95px;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .header-subnav {
    height: 25px;
  }
  .header-subnav h1,
  .header-subnav p {
    position: absolute;
    z-index: 999;
    margin: 15px 15px 0 15px;
    width: 100%;
    max-width: 250px;
    min-width: 100px;
  }

  .header-subnav h1 a img,
  .header-subnav p a img {
    width: 100%;
  }
  .title-side {
    width: 100%;
  }
  /* ハンバーガーメニュー */
  .sp-hmenu {
    display: flex;
  }

  .c-header {
    align-items: center;
    background-color: #fff; /* カスタマイズしてください */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    width: 100%;
  }
  header .c-header__list-item .blankpagebtn::after {
    content: "";
    background-image: url(../images/clarity_window-b.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    display: flex;
    width: 17px;
    height: 17px;
    align-items: center;
    margin: 1px 0 0 7px;
  }
  .c-header__logo {
    color: #000;
    width: 22%;
    min-width: 170px;
    text-decoration: none;
    margin-right: 20px;
  }

  .c-header__list {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .c-header__list-item {
    list-style: none;
    text-decoration: none;
    width: 100%;
  }

  .c-header__list-link {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    font-weight: 800;
  }
  .c-hamburger-menu__list ul :last-child {
    justify-content: left;
  }
  .c-hamburger-menu__list .sp-en-search {
    justify-content: center !important;
  }
  header .c-header__list-link .blankpagebtn::after {
    content: "";
    background-image: url(../images/clarity_window-b.svg);
    background-repeat: no-repeat;
    transition: 0.5s;
    display: flex;
    width: 17px;
    height: 17px;
    align-items: center;
    margin: 1px 0 0 7px;
  }

  .c-header__list-link:hover {
    filter: opacity(0.6);
  }

  .c-hamburger-menu {
    position: relative;
  }
  .c-hamburger-menu__list {
    background-color: #fff;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    z-index: 999;
    padding: 0 2rem;
  }
  /* .c-hamburger-menu__list_padding {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 10px;
  } */
  .c-hamburger-menu__list .btn-subnav-ul.sp-menu {
    padding-bottom: 110px;
  }

  .c-hamburger-menu__list .btn-subnav-ul.sp-menu li:first-child {
    /* border-radius: 10px 0 0 10px; */
  }
  .c-hamburger-menu__list .btn-subnav-ul.sp-menu li:last-child {
    /* border-radius: 0 10px 10px 0; */
  }

  .c-hamburger-menu__list ul {
    width: 100%;
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .c-hamburger-menu__input {
    display: none;
  }

  /* .c-hamburger-menu__bg {
    background-color: #000; 
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4; 
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  } */

  #hamburger:checked ~ .c-hamburger-menu__bg {
    display: block;
  }

  .c-hamburger-menu__button {
    display: none;
  }

  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }

  .c-hamburger-menu__button-mark {
    background-color: #000;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
  }

  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, -2px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
  .hamburger-ul {
    display: none;
    margin-bottom: 0;
  }
  .hamburger-ul li {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }

  .hamburger-ul li {
    display: flex;
    font-size: 0.9375rem;
  }

  .hamburger-ul li::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: black;
    margin: 9px 5px auto 0;
  }
  .hamburger-clickbtn {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    cursor: pointer;
  }

  .faq-content {
    display: none;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 15px;
  }
  .sp-en-search {
    display: flex;

    justify-content: center;
    gap: 5%;
    padding-bottom: 50px;
    /* height: 250px; */
  }

  .search {
    padding-top: 5px;
  }
  .footer-language {
    margin-right: 0;
  }
  .search .search_box.open {
    /* right: -40px; ENがあるとき */
    right: -673%; /*ENがない時*/
    top: 30px;
  }
  /* 「+」を追加 */
  .hamburger-clickbtn::before,
  .hamburger-clickbtn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    width: 12px;
    height: 1px;
    margin: auto;
    background-color: #000;
  }
  .hamburger-clickbtn::after {
    transform: rotate(90deg);
  }
  /* クリックしたときに「+」を「−」に変更 */
  .hamburger-clickbtn.open-close::after {
    transform: rotate(180deg);
  }

  .h3 {
    font-size: 1rem;
  }
  .top-mv {
    flex-direction: column-reverse;
    padding-top: 90px;
  }

  .top-slider-wrap {
    padding-top: 0;
    display: block;
    height: 21%;
    width: 100%;
    margin-top: 93px;
    margin-bottom: 0;
  }
  .slider {
    width: 100%;
  }

  .slider img {
    height: 480px;
  }

  .sp-right {
    object-position: right;
  }
  .slick-prev,
  .slick-next,
  .slick-dots {
    display: none !important;
  }
  .slick-dots li button,
  .slick_pause {
    display: none;
  }
  .top-mv .top-mv-text {
    writing-mode: unset;
    font-size: 1.8rem;
    line-height: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 0px;
    letter-spacing: 2px;
    font-feature-settings: "palt";
  }

  .btn-subnav-ul li {
    width: 33%;
    height: 110px;
  }
  .btn-subnav-ul p {
    font-size: 0.8125rem;
    top: 60px;
  }

  .btn-subnav-ul li img {
    height: 35px;
    margin-top: 20px;
  }
  .news-flex {
    display: block;
  }

  .m-wrap-flex {
    display: block;
    padding: 60px 0;
  }

  .news-list-tab ul {
    display: block;
  }

  .news-topics {
    padding: 0;
  }
  .news-title {
    width: 100%;
  }
  .gray-btn {
    bottom: 100px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    font-size: 0.9375rem;
    max-width: 280px;
    max-height: 56px;
  }
  .b-tabs {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
  }
  .b-tabs .cate-btn,
  .b-tabs button {
    margin-bottom: 15px;
    width: 100%;
  }
  .individual {
    position: relative;
    display: block;
  }
  /* .individual a {
    display: block;
  } */
  .individual dt {
    width: 100%;
    padding: 15px 0;
  }

  .individual a::after {
    position: absolute;
    top: 0;
    right: 0;
  }
  .individual dd {
    width: 100%;
    padding-left: 0;
  }
  .news-contents {
    margin-bottom: 60px;
    width: 100%;
  }

  .about-contents figure,
  .courses figure {
    margin-bottom: 30px;
  }
  .about-contents .gray-btn {
    margin-bottom: 15px;
    padding: 20px;
  }

  .courses .gray-btn {
    margin-bottom: 15px;
  }
  .courses .m-wrap-flex {
    padding-bottom: 100px;
  }
  .loop_wrap {
    top: -20px;
  }

  .courses-about .m-wrap {
    padding: 60px 0 0 0;
    width: 90%;
  }

  .courses-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .courses-about-subtext::before {
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: 7px 5px 0 0;
  }
  .courses-about-subtext {
    line-height: 30px;
    font-size: 1.25rem;
    margin-bottom: 50px;
  }

  .courses-block-text-wrap {
    gap: 2%;
  }
  .courses-block-text-wrap::after {
    margin: 0 0 0 auto;
    height: 30px;
    width: 30px;
    padding: 0px 8px;
    line-height: 26px;
  }

  .courses-block img {
    margin-bottom: 15px;
  }
  .course-name {
    font-size: 1.3rem;
    padding: 10px 0;
  }
  .courses-block-wrap {
    padding-bottom: 50px;
  }
  .loop-wrap {
    bottom: 6vw;
  }
  .loop-wrap-item {
    width: calc(150vw / 1);
  }
  .loop-wrap-list {
    margin-right: 40px;
  }
  .admission {
    margin-bottom: 0;
  }
  .admission .title-side {
    width: 100%;
  }

  .admission .title-side {
    width: 100%;
  }
  .admission-picside {
    width: 100%;
    position: unset;
  }

  .admission.contents-text {
    bottom: 0;
    margin-bottom: 0;
  }

  .admission-btn .gray-btn {
    position: unset;
  }

  .admission-btn {
    display: block;
  }

  .admission-btn a {
    width: 100%;
    margin-bottom: 15px;
  }
  .discovermore {
    padding: 100px 0 60px;
  }

  .discovermore-link {
    display: block;
  }

  .discovermore-link .about-link {
    width: 100%;
  }
  .link-title {
    font-size: 1.25rem;
  }
  .link-text::after {
    padding: 15px;
    margin-left: 5px;
  }
  footer {
    width: 100%;
    margin: 50px auto 0;
  }
  .sp-menu {
    display: flex;
  }
  .footer-wrap {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .footer-left-wrap figure {
    min-width: 200px;
    max-width: 400px;
    margin: 30px auto;
  }
  .footer-left-wrap {
    width: 100%;
    order: 2;
    text-align: center;
    margin-bottom: 80px;
  }
  .footer-wrap .address {
    text-align: left;
    display: inline-block;
    margin: 20px 0 45px;
  }
  .footer-language {
    margin-top: 0;
    white-space: nowrap;
    font-size: 0.875rem;
  }
  .footer-en-search .search {
    line-height: 0;
    padding: 5px 25px;
  }
  header .search img {
    padding: 0;
    min-width: 20px;
  }
  .footer-right-wrap {
    order: 1;
    width: 100%;
  }
  .footer-subnav {
    border-bottom: unset;
  }
  .footer-subnav li {
    width: 100%;
    margin: 0 auto;
  }

  .footer-subnav ul a {
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: unset;
    padding: 20px 10px;
  }
  .subnav {
    justify-content: start;
  }
  .footer-right-wrap-bottom {
    display: block;
  }
  .fotter-ul {
    margin-bottom: 30px;
  }
  .fotter-ul li {
    font-size: 0.9375rem;
  }
  .fotter-menu-title {
    margin-bottom: 10px;
    font-size: 1rem;
    display: inline-flex;
  }
  .footer-sp {
    margin-bottom: 30px;
  }

  .fotter-bottom-wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .fotter-bottom-wrap ul {
    flex-wrap: wrap;
    margin-bottom: 50px;
    width: 100%;
  }
  .fotter-bottom-wrap li {
    margin-bottom: 15px;
  }
  .footer-en-search {
    justify-content: center;
  }
  .copyright {
    text-align: center;
    margin-bottom: 60px;
  }

  .loop_wrap {
    top: -50px;
  }

  .loop_wrap img {
    width: 120%;
  }
  .footer-search {
    right: 0;
    width: auto;
  }

  .footer-search .image-rendering {
    padding: 5px 20px;
  }
  .footer-search img {
    padding: 5px 20px;
  }
  .footer-search .search_box.open {
    margin-top: 20px;
    right: 0;
    left: -185%;
  }
  .btn-subnav-ul li a {
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .loop_wrap {
    top: -30px;
  }
}

@media (hover: none) {
  .hover-motion li a {
    transition: background-size none;
  }
  .gray-btn {
    transition: none;
  }
  .gray-btn::after {
    transition: none;
  }

  .individual a::after {
    transition: none;
  }
  .course-name {
    transition: none;
  }
  .courses-block-text-wrap::after {
    transition: none;
  }

  .iframe-img img {
    transition: none;
  }
  .link-under,
  .footer-link-under {
    transition: none;
  }
  a[target="_blank"]:not(.c-header__list-item a):not(.blankpagebtn):not([href$=".pdf"]):not(.footer-wrap a):not(
      .windowicon
    ):not(.about-link a):not(.admission-btn a):not(.windowicon a):not(.individual a):not(.btn-subnav-ul li a):not(
      .link-text
    ):not(.research-btn a):after {
    transition: none;
  }

  .link-text::after {
    transition: none;
  }

  .top .blankpagebtn::after {
    transition: none;
  }

  .footerbtn a {
    transition: none;
  }
  .access::before {
    transition: none;
  }
  :not(.index).info::before {
    transition: none;
  }
  .contact::before {
    transition: none;
  }
  .footerbtn p::after {
    transition: none;
  }

  .footer-subnav li {
    transition: none;
  }
  .footer-subnav li :hover {
    transition: none;
  }

  .footer-subnav li:hover a:after {
    transition: none;
  }
}
