@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

li {
  list-style: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

li {
  list-style: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.bold {
  font-weight: 700 !important;
}

h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-br {
    display: block;
  }
}

#separation {
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  #separation {
    padding: 8rem 0;
  }
}

#top-main {
  padding-top: 50px;
}
@media screen and (min-width: 1100px) {
  #top-main {
    padding-top: 84px;
  }
}

#inner {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #inner {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.breadcrumb {
  padding-top: 1rem !important;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    padding-top: 3rem !important;
  }
}

.arrow-top {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.arrow-top:before {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.arrow-top:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.arrow-middle {
  display: flex;
  align-items: center;
}
.arrow-middle:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-list {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 800px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
  }
}

.arrow p {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 800px) {
  .arrow p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
}

.main-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
}
@media screen and (min-width: 1100px) {
  .main-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 84px;
    padding: 2rem;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
  }
}

.main-header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 90%;
}
@media screen and (min-width: 431px) {
  .logo {
    width: 45%;
  }
}
@media screen and (min-width: 640px) {
  .logo {
    width: 28%;
  }
}

.logo-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .logo-pc {
    display: block;
  }
}

.logo-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .logo-sp {
    display: none;
  }
}

.nav-list {
  display: none;
  font-size: 1.6rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  .nav-list {
    width: 80%;
    font-size: 1.6rem;
    padding: 0 2rem;
    display: block;
  }
}

.sp-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}
.sp-nav .show:after {
  content: "";
  background: url("../icon/toggle-icon02.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .sp-nav {
    display: none;
  }
}

.nav_toggle {
  width: 35px;
  height: 35px;
  position: relative;
}
.nav_toggle:after {
  content: "";
  background: url("../icon/toggle-btn.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
.nav_toggle p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #004096;
}
.nav_toggle img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .nav_toggle {
    display: none;
  }
}

.sp-nav-all {
  position: fixed;
  overflow: auto;
  top: 50px;
  background: rgba(0, 64, 150, 0.95);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .sp-nav-all {
    top: 84px;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

.nav_menu_ul {
  font-size: 1.6rem;
  color: #fff;
}
.nav_menu_ul a {
  letter-spacing: 0.1rem;
}

.close-btn {
  padding: 2.5rem;
}
.close-btn p {
  font-size: 1.5rem !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn p:after {
  content: "";
  background: url("../icon/cross-icon.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1.5rem;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box label:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.hidden_box_about label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box_about label:after {
  content: url("../icon/allow-white-icon02.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav_label {
  cursor: pointer;
}

.nav_label_input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

.hidden_box input:checked ~ .nav_label:after {
  content: url("../icon/arrow-white-icon03.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.hidden_box input:checked ~ label:after {
  content: url("../icon/allow-white-icon02.svg");
  display: inline-block;
  width: 16px;
  height: 8px;
}

.nav-list-all {
  display: flex;
  justify-content: flex-end;
}

.nav-separation {
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav-separation a:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav-link {
  text-align: center;
  margin: 0 2%;
  padding: 2rem 0;
  position: relative;
  cursor: pointer;
}
.nav-link:hover {
  color: #0090d9;
}
.nav-link:hover > .nav-link-inner {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 86px;
  left: -110px;
  color: #fff;
  background: #0090d9;
  display: flex;
  justify-content: space-between;
}
.nav-link span {
  letter-spacing: 0.1rem;
  margin-left: 0 !important;
}

.nav-link-inner {
  display: none;
}

.nav-link-inner-item {
  font-size: 1.6rem;
  margin: 0 1rem;
  text-align: center;
  padding: 1.5rem 0;
}

.nav-min-text {
  font-size: 1rem;
  margin-left: 2rem;
}

.contact-min-title {
  padding: 4rem 0 !important;
}

.contact-btn-sp {
  text-align: center;
  color: #004096;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}
.contact-btn-sp:before {
  content: "";
  background: url("../icon/contact-icon-sp.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 26px;
  height: 20px;
  margin: 2px auto;
}

.contact-text-sp {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.contact-text {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .contact-text {
    font-size: 1.6rem;
  }
}

.contact-btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .contact-btn {
    width: 15.5%;
    text-align: center;
    background: #004096;
    border: 1px solid #004096;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2rem;
  }
  .contact-btn::before {
    content: "";
    background: url("../icon/contact-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
  }
  .contact-btn:hover {
    background: #fff;
    color: #004096;
  }
  .contact-btn:hover::before {
    content: "";
    background: url("../icon/contact-icon-sp.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
  }
}

.big-text {
  font-size: 2.5rem;
  margin: 0.3rem 0;
  font-weight: 900;
}
@media screen and (min-width: 431px) {
  .big-text {
    font-size: 3.3rem;
    margin: 0.5rem 0;
    font-weight: 900;
  }
}
@media screen and (min-width: 800px) {
  .big-text {
    font-size: 6rem !important;
  }
}

.color-white {
  color: #fff;
}

.color-text-green {
  color: #a6c622;
}

.color-text-sky-blue {
  color: #0090d9;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #0c0c0c;
}

.color-black {
  color: #333 !important;
}

.color-high-green {
  color: #c2d500;
}

.color-high-pink {
  color: #cb0241;
}

.color-base-blue {
  color: #004096;
}

.color-sky-blue {
  color: #0090d9;
}

.bg-blue {
  background: #004096 !important;
}

.middle-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #fff;
  background: #0c0c0c;
  padding: 2rem 0;
  line-height: 2.5rem;
}
@media screen and (min-width: 800px) {
  .middle-title {
    width: 432px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5rem;
    color: #fff;
    background: #0c0c0c;
    padding: 3.5rem 2rem;
  }
}

.min-title {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .min-title {
    text-align: center;
    padding: 4rem 0 1rem 0;
    font-size: 1.6rem;
  }
}

.contact {
  background: #e9e9e9;
  border-bottom: 1rem solid #004096;
}

.contact-item {
  width: 30%;
  display: block;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 1rem;
  border: 2px solid #c2d500;
}
@media screen and (min-width: 800px) {
  .contact-item {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 3rem 5rem 3rem 4rem;
    border: 2px solid #c2d500;
  }
}

.contact-link-box {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .contact-link-box {
    max-width: 880px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.tel-link::before {
  content: "";
  background: url("../icon/tel-icon.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 28px;
  height: 44px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 800px) {
  .tel-link::before {
    content: "";
    background: url("../icon/tel-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 28px;
    height: 36px;
  }
}

.contact-link::before {
  content: "";
  background: url("../icon/contact-link-icon.svg") no-repeat center center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 35px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .contact-link::before {
    content: "";
    background: url("../icon/contact-link-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 35px;
    height: 25px;
  }
}

.line-link::before {
  content: "";
  background: url("../icon/line-icon.svg") no-repeat top center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 46px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .line-link::before {
    content: "";
    background: url("../icon/line-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 46px;
    height: 44px;
  }
}

.footer-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #004096;
  margin: 0 2rem;
}

.footer-list-top {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 1rem;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 2rem 0;
}
.footer-text p {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.sns-item {
  display: block;
  margin-right: 3rem;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  border-top: 2px solid #004096;
  font-size: 1.3rem;
  text-align: center;
  padding: 2rem 0;
  color: #004096;
}
.copy-right p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .copy-right p {
    margin-bottom: 0rem;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.sp-bottom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004096;
  position: fixed;
  bottom: 0;
  padding: 1rem 2rem;
  left: 0;
  right: 0;
  margin: 0;
}
.sp-bottom-nav a span {
  display: block;
  text-align: center;
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-nav-text {
  font-size: 1rem;
}

.TOP-mainvisual {
  width: 100%;
  height: auto;
  display: inline-block;
  background: url("../img/mainvisual-bg.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 640px) {
  .TOP-mainvisual {
    width: 100%;
    height: auto;
    display: inline-block;
    background: url("../img/mainvisual-bg.jpg") no-repeat bottom center;
    background-size: cover;
  }
  .TOP-mainvisual::after {
    content: none;
  }
}
@media screen and (min-width: 1100px) {
  .TOP-mainvisual {
    width: 100%;
    height: auto;
    display: inline-block;
    background: url("../img/mainvisual-bg.jpg") no-repeat bottom center;
    background-size: cover;
  }
  .TOP-mainvisual::after {
    content: none;
  }
}

.TOP-mainvisual-inner {
  height: 370px;
  position: relative;
  display: flex;
}
@media screen and (min-width: 321px) {
  .TOP-mainvisual-inner {
    height: 430px;
  }
}
@media screen and (min-width: 380px) {
  .TOP-mainvisual-inner {
    height: 480px;
  }
}
@media screen and (min-width: 431px) {
  .TOP-mainvisual-inner {
    height: 500px;
    position: relative;
    display: flex;
  }
}
@media screen and (min-width: 640px) {
  .TOP-mainvisual-inner {
    height: 600px;
    background: url("../img/mainvisual-bg.jpg") no-repeat bottom center;
    background-size: cover;
  }
  .TOP-mainvisual-inner::after {
    content: none;
  }
}
@media screen and (min-width: 1100px) {
  .TOP-mainvisual-inner {
    height: 755px;
    position: relative;
  }
}

.TOP-mainvisual-coach {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 431px) {
  .TOP-mainvisual-coach {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .TOP-mainvisual-coach {
    width: 80%;
  }
}
@media screen and (min-width: 800px) {
  .TOP-mainvisual-coach {
    width: 70%;
  }
}

.coach-pc {
  display: none;
}
@media screen and (min-width: 431px) {
  .coach-pc {
    display: block;
  }
}

.coach-sp {
  display: block;
}
@media screen and (min-width: 431px) {
  .coach-sp {
    display: none;
  }
}

.TOP-mainvisual-text {
  position: absolute;
  z-index: 3;
  top: 3%;
  right: 0;
}
@media screen and (min-width: 640px) {
  .TOP-mainvisual-text {
    position: absolute;
    z-index: 3;
    top: 5%;
    right: 0;
  }
}

.big-text-top {
  display: inline-block;
  font-size: clamp(3rem, 6.5vw, 7.5rem);
  font-weight: 700;
  background: #0c0c0c;
  margin: 0.3rem 0px;
  padding: 0 0.5rem;
  line-height: 40px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 321px) {
  .big-text-top {
    font-size: clamp(3.3rem, 6.5vw, 7.5rem);
  }
}
@media screen and (min-width: 640px) {
  .big-text-top {
    display: inline-block;
    font-size: clamp(3.3rem, 6.5vw, 7.5rem);
    font-weight: 700;
    background: #0c0c0c;
    margin: 2rem 0px 1rem 0;
    padding: 0 2rem;
    line-height: normal;
  }
}

.big-text-bottom-sp {
  display: inline-block;
  color: #c2d500;
  font-size: clamp(3rem, 6.5vw, 7.5rem);
  font-weight: 700;
  background: #0c0c0c;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.5rem;
  line-height: 35px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 321px) {
  .big-text-bottom-sp {
    font-size: clamp(3.3rem, 6.5vw, 7.5rem);
  }
}
@media screen and (min-width: 640px) {
  .big-text-bottom-sp {
    display: none;
  }
}

.big-text-bottom {
  display: none;
}
@media screen and (min-width: 640px) {
  .big-text-bottom {
    font-size: clamp(3.3rem, 6.5vw, 7.5rem);
    font-weight: 700;
    background: #0c0c0c;
    margin-bottom: 2.6rem;
    display: inline-block;
    padding: 0 2rem;
  }
}

.TOP-mainvisual-big-text {
  text-align: center;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  padding-right: 1rem;
}
@media screen and (min-width: 800px) {
  .TOP-mainvisual-big-text {
    padding-right: 2rem;
  }
}

.bg-black {
  background: #0c0c0c;
  padding: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .bg-black {
    background: #0c0c0c;
    padding: 1rem 2rem;
    display: inline-block;
  }
}

.TOP-mainvisual-link {
  width: 45%;
  display: block;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  height: 65px;
  padding: 0.8rem 2rem 1rem 2rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  font-weight: bold;
  background: #0c0c0c;
  color: #fff;
  border: 1px solid #fff;
  margin: 1rem 0;
}
.TOP-mainvisual-link::after {
  content: none;
}
@media screen and (min-width: 1100px) {
  .TOP-mainvisual-link {
    width: 350px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 111px;
    padding: 2rem 2rem 2rem 3.5rem;
    letter-spacing: 0.5rem;
    line-height: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    background: #0c0c0c;
    color: #fff;
    border: 1px solid #fff;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 800px) {
  .TOP-mainvisual-link {
    width: 368px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 111px;
    padding: 2rem 2rem 2rem 3.5rem;
    letter-spacing: 0.5rem;
    line-height: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    background: #0c0c0c;
    color: #fff;
    border: 1px solid #fff;
    margin: 2rem 0;
  }
}
.TOP-mainvisual-link:hover {
  background: #fff;
  color: #333;
  border: 1px solid #fff;
}

.btn-allow {
  width: 30px;
  height: 1px;
  background: #c2d500;
  position: relative;
  margin: 0.8rem auto 0 auto;
}
.btn-allow::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent #c2d500 transparent;
  border-width: 0 10px 5px 0;
}
@media screen and (min-width: 1100px) {
  .btn-allow {
    margin-top: 10px;
    width: 60px;
    height: 2px;
    background: #c2d500;
    position: relative;
  }
  .btn-allow::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent #c2d500 transparent;
    border-width: 0 20px 10px 0;
  }
}

.TOP-mainvisual-link-right {
  padding-top: 0.8rem !important;
}
@media screen and (min-width: 800px) {
  .TOP-mainvisual-link-right {
    padding-top: 1.8rem !important;
  }
}

.TOP-mainvisual-link-box {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  z-index: 100;
  width: 100%;
  margin: 4rem auto 0 auto;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1100px) {
  .TOP-mainvisual-link-box {
    display: block;
    position: absolute;
    z-index: 100;
    width: 368px;
    margin: 4rem 2rem 0 0;
    right: 5px;
    top: 53%;
  }
}

.TOP-instructors {
  position: relative;
  padding: 2rem 0;
}
.TOP-instructors h3 {
  padding: 2.5rem 0 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .TOP-instructors {
    position: relative;
    padding: 8rem 0 5rem 0;
  }
  .TOP-instructors h3 {
    padding: 5rem 0 1rem 0;
    font-size: 2rem;
  }
}

.TOP-instructors-inner {
  position: relative;
  z-index: 999;
}

.TOP-instructors-bg-top {
  height: 123px;
  width: 100%;
  position: absolute;
  top: 0;
  transform: skewY(13deg);
  transform-origin: top right;
  left: 0;
  z-index: -1;
  background-color: #e9e9e9;
}
@media screen and (min-width: 640px) {
  .TOP-instructors-bg-top {
    height: 190px;
    width: 100%;
    position: absolute;
    top: 0;
    transform: skewY(5deg);
    transform-origin: top right;
    left: 0;
    z-index: -1;
    background-color: #e9e9e9;
  }
}

.TOP-instructors-bg-bottom {
  height: 195px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -150px;
  transform: skewY(13deg);
  transform-origin: top right;
  left: 0;
  z-index: -1;
  background-color: #e9e9e9;
}
@media screen and (min-width: 640px) {
  .TOP-instructors-bg-bottom {
    height: 209px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -146px;
    transform: skewY(5deg);
    transform-origin: top right;
    left: 0;
    z-index: -1;
    background-color: #e9e9e9;
  }
}

.TOP-instructor-area {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  background: #f7f7f7;
  padding: 1rem;
  margin: 1.5rem 0;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-area {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    padding: 1rem;
    margin: 3.5rem 0 0 0;
  }
}

.TOP-instructor-purpose {
  width: 100%;
  font-size: 1.6rem;
  margin: 0 auto;
  background: none;
  padding: 0rem;
  margin: 1.5rem 0 0 0;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-purpose {
    width: 100%;
    font-size: 1.6rem;
    background: #f7f7f7;
    padding: 1rem;
    margin: 1.5rem 0;
  }
}

.TOP-instructor-purposeButton-title {
  display: none;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-purposeButton-title {
    display: block;
    font-weight: bold;
    font-size: 1.7rem;
    width: 15%;
    text-align: center;
  }
}

.TOP-instructor-purpose-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.TOP-instructor-purpose-inner .active {
  background: #cb0241;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .TOP-instructor-purpose-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
}

.purpose-Button-min {
  font-size: 1.3rem !important;
}
@media screen and (min-width: 800px) {
  .purpose-Button-min {
    font-size: 1.4rem !important;
  }
}

.purpose-Button-genre.active {
  background: #004096 !important;
  color: #fff !important;
}

.purpose-Button-genre {
  width: 49% !important;
  color: #004096 !important;
  border: 1px solid #004096 !important;
}
.purpose-Button-genre:hover {
  color: #fff !important;
  background: #004096 !important;
}
@media screen and (min-width: 800px) {
  .purpose-Button-genre {
    width: 16% !important;
  }
}

.TOP-instructor-purposeButton {
  width: 49%;
  font-weight: bold;
  border: 1px solid #cb0241;
  box-sizing: border-box;
  color: #cb0241;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 3rem;
  margin: 0px;
  position: relative;
  text-align: center;
  background: #fff;
  cursor: pointer;
  padding: 0.5rem;
  border: 1px solid #cb0241;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  line-height: 18px;
}
.TOP-instructor-purposeButton:hover {
  background: #cb0241;
  color: #fff;
}
.TOP-instructor-purposeButton p {
  line-height: 3.5rem;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-purposeButton {
    width: 20%;
    font-weight: bold;
    border: 1px solid #cb0241;
    box-sizing: border-box;
    color: #cb0241;
    cursor: pointer;
    font-size: 16px;
    line-height: 3rem;
    margin: 0px auto;
    position: relative;
    text-align: center;
    background: #fff;
    cursor: pointer;
    padding: 0;
    border: 1px solid #cb0241;
    box-sizing: border-box;
  }
  .TOP-instructor-purposeButton:active {
    background: #cb0241;
    color: #fff;
  }
  .TOP-instructor-purposeButton:hover {
    background: #cb0241;
    color: #fff;
  }
  .TOP-instructor-purposeButton p {
    line-height: 2.9rem;
  }
}

.recomend {
  position: relative !important;
}

.recommend-label {
  position: absolute;
  z-index: 10;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.recommend-label:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 6em solid transparent;
  border-left: 6em solid #c12748; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.recommend-label:after {
  content: "おすすめ";
  font-weight: bold;
  display: block;
  top: 20px;
  transform: rotate(-45deg);
  color: #fff; /* 文字色はここで変更 */
  left: 0;
  position: absolute;
  z-index: 101;
}

.TOP-instructor-areaButton-title {
  display: none;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-areaButton-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.7rem;
    width: 15%;
  }
}

.TOP-instructor-area-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.TOP-instructor-area-inner .active {
  background: #333 !important;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-area-inner {
    display: flex;
    justify-content: space-around;
    width: 84.5;
  }
}

.TOP-instructor-lists {
  padding: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.TOP-instructor-lists::after {
  content: "";
  display: inline-block;
  width: 20%;
}

.TOP-instructor-no-card {
  display: block !important;
}
.TOP-instructor-no-card::after {
  content: "";
  display: inline-block;
  width: 0%;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-no-card {
    display: block !important;
  }
  .TOP-instructor-no-card::after {
    content: "";
    display: inline-block;
    width: 20%;
  }
}

.center-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #c2d500;
  margin: 7px auto 5px auto;
}
@media screen and (min-width: 640px) {
  .center-triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #c2d500;
    margin: 2rem auto 1rem auto;
  }
}

.TOP-instructor-areaButton {
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  padding: 0.5rem 0.8rem;
  border: 1px solid #333;
  box-sizing: border-box;
}
.TOP-instructor-areaButton:hover {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 431px) {
  .TOP-instructor-areaButton {
    width: 13.2%;
    text-align: center;
    font-weight: bold;
    margin: 0 0.5rem;
    background: #fff;
    cursor: pointer;
    padding: 0.4rem 0;
    border: 1px solid #333;
    box-sizing: border-box;
  }
  .TOP-instructor-areaButton .active {
    background: #333;
    color: #fff;
  }
  .TOP-instructor-areaButton:hover {
    background: #333;
    color: #fff;
  }
}

#Container .mix {
  display: none;
}

.TOP-studio {
  padding: 3rem 0;
  background: #e6edf6;
}
@media screen and (min-width: 640px) {
  .TOP-studio {
    padding: 8rem 0;
    background: #e6edf6;
  }
}

.course {
  padding: 3rem 0;
  background: #F7F7ED;
}
@media screen and (min-width: 830px) {
  .course {
    padding: 9rem 0 8rem 0;
    background: #F7F7ED;
  }
}

.course-wrap {
  display: none;
}
@media screen and (min-width: 830px) {
  .course-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.course-wrap-sp {
  display: block;
}
@media screen and (min-width: 830px) {
  .course-wrap-sp {
    display: none !important;
  }
}

.course-item {
  display: block;
  width: 270px !important;
  height: 270px !important;
  color: #fff;
  padding: 3rem 2.5rem;
  position: relative;
  margin: 0 1rem;
}
.course-item:nth-child(3) {
  margin: 0 1rem;
}
.course-item:nth-child(4) {
  margin: 0 1rem;
}
.course-item:nth-child(5) {
  margin: 0 1rem;
}
.course-item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 800px) {
  .course-item {
    display: block;
    width: 360px !important;
    height: 360px !important;
    color: #fff;
    padding: 3rem 2.5rem;
    position: relative;
    margin: 2rem;
  }
  .course-item:nth-child(3) {
    margin: 2rem;
  }
  .course-item:nth-child(4) {
    margin: 2rem;
  }
  .course-item:nth-child(5) {
    margin: 2rem;
  }
  .course-item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1180px) {
  .course-item {
    display: block;
    width: 360px !important;
    height: 360px !important;
    color: #fff;
    padding: 3rem 2.5rem;
    position: relative;
    margin: 0 3rem 3rem 0;
  }
  .course-item:nth-child(3) {
    margin: 0 0 3rem 0;
  }
  .course-item:nth-child(4) {
    margin: 0 3rem 0 0;
  }
  .course-item:nth-child(5) {
    margin: 0 0 0rem 0;
  }
  .course-item:hover {
    opacity: 0.8;
  }
}

.course-title {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.course-title .min-label {
  font-family: "Roboto";
  padding: 0.5rem 0.8rem;
  line-height: 1rem;
  display: inline-block;
  background: #0090d9;
  margin-bottom: 0.8rem;
}
.course-title p {
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) {
  .course-title {
    position: absolute;
    bottom: 3rem;
    left: 2.5rem;
  }
  .course-title .min-label {
    font-family: "Roboto";
    padding: 0.5rem 0.8rem;
    line-height: 1rem;
    display: inline-block;
    background: #0090d9;
    margin-bottom: 0.8rem;
  }
  .course-title p {
    font-size: 1.2rem;
  }
}

.course-title-min {
  display: flex;
  align-items: center;
}
.course-title-min h3 {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.course-title-min span {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.8rem;
}
.course-title-min:after {
  content: url("../img/course-arrow.svg");
  display: inline-block;
  width: 3rem;
  height: 1rem;
  margin-left: 1.8rem;
}
@media screen and (min-width: 800px) {
  .course-title-min {
    display: flex;
    align-items: center;
  }
  .course-title-min h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .course-title-min span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
  .course-title-min:after {
    content: url("../img/course-arrow.svg");
    display: inline-block;
    width: 3rem;
    height: 1rem;
    margin-left: 1.8rem;
  }
}

.shvs-course {
  background: url("../img/shvs-course.jpg") no-repeat;
  background-size: cover;
}

.kaneko-course {
  background: url("../img/kaneko-course.jpg") no-repeat;
  background-size: cover;
}

.musical-course {
  background: url("../img/musical-course.jpg") no-repeat;
  background-size: cover;
}

.vtby-course {
  background: url("../img/vtby-course.jpg") no-repeat;
  background-size: cover;
}

.online-course {
  background: url("../img/online-course.jpg") no-repeat;
  background-size: cover;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-next {
  right: 1rem !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-next:before {
  content: "";
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background: url("../img/slick-arrow-right.svg") !important;
  background-size: contain !important;
}

.slick-prev:before {
  content: "";
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background: url("../img/slick-arrow-left.svg") !important;
  background-size: contain !important;
}

.studio-min-title {
  padding: 2.5rem 0;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .studio-min-title {
    padding: 5rem 0;
    font-size: 2rem;
    text-align: center;
  }
}

.TOP-instructor-card {
  width: 46%;
  height: auto;
  position: relative;
  margin: 0.5rem 0.5rem 2rem 0.5rem;
}
.TOP-instructor-card ul {
  margin-top: 1rem;
}
.TOP-instructor-card ul li {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.TOP-instructor-card ul li:last-child {
  margin-bottom: 0rem;
}
.TOP-instructor-card ul li::before {
  content: "■";
  color: #c2d500;
  width: 8px;
  height: 8px;
  margin-right: 0.8rem;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-card {
    width: 200px;
    position: relative;
    margin: 1.5rem 0 1rem 0;
  }
}

.first-lesson-label {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.first-lesson-label p {
  font-size: 1.2rem;
  color: #CB0241;
}
.first-lesson-label p span {
  font-size: 1.8rem;
  background: none !important;
  color: #CB0241;
  padding: 0 !important;
}

.first-lesson-label-item {
  background: #CB0241;
  color: #fff !important;
  font-size: 1.2rem;
  padding: 0rem 0.7rem;
  margin-right: 0.8rem;
  line-height: 2rem;
  display: flex;
}
.first-lesson-label-item span {
  display: none;
}
@media screen and (min-width: 800px) {
  .first-lesson-label-item span {
    display: block;
    color: #fff !important;
    font-size: 1.2rem !important;
  }
}

.TOP-instructor-cta {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.4rem;
}
@media screen and (min-width: 800px) {
  .TOP-instructor-cta {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1.4rem;
  }
}

.instructor-prof {
  border: 1px solid #333;
  padding: 0.6rem 0.6rem;
  width: 48%;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.instructor-prof::after {
  content: url("../instructor-new-item/instructor-arrow01.svg");
  display: inline-block;
  width: 5px;
  height: 8px;
}
@media screen and (min-width: 800px) {
  .instructor-prof {
    border: 1px solid #333;
    padding: 0.7rem 1rem;
    width: 48%;
    text-align: center;
  }
  .instructor-prof::after {
    content: url("../instructor-new-item/instructor-arrow01.svg");
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-left: 1.3rem;
  }
}

.instructor-price {
  border: 1px solid #0091DA;
  color: #0091DA;
  padding: 0.6rem 0.6rem;
  width: 48%;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.instructor-price::after {
  content: url("../instructor-new-item/instructor-arrow02.svg");
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 0.8rem;
}
@media screen and (min-width: 800px) {
  .instructor-price {
    border: 1px solid #0091DA;
    color: #0091DA;
    padding: 0.7rem 1.5rem;
    display: block;
    width: 48%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .instructor-price::after {
    content: url("../instructor-new-item/instructor-arrow02.svg");
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-left: 1.3rem;
  }
}

.TOP-instructor-card-item {
  position: relative;
}
.TOP-instructor-card-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.TOP-instructor-card-item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  letter-spacing: 0.4rem;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.8rem 0 !important;
  color: #fff;
  text-align: center;
}

.TOP-instructor-name {
  position: absolute;
  bottom: 0;
  width: 60%;
  font-size: 1.6rem;
  background: #0c0c0c;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin: 0.5rem auto;
}

.TOP-studio-wrap {
  display: none;
}
@media screen and (min-width: 640px) {
  .TOP-studio-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.TOP-studio-wrap-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .TOP-studio-wrap-sp {
    display: none;
  }
}

.TOP-studio-item-sp {
  width: 100%;
  display: block;
  margin: 0.5rem 0;
}

.TOP-studio-item {
  width: 16%;
  height: auto;
}
.TOP-studio-item:hover {
  opacity: 0.7;
}

.amount-explanation {
  background: #F7F7ED;
  padding: 3rem 0;
  position: relative;
}
.amount-explanation::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background: url("../instructor-new-item/amount-method-label.png") no-repeat;
  background-size: 100%;
  width: 240px;
  height: 71px;
}
@media screen and (min-width: 800px) {
  .amount-explanation {
    padding: 5.5rem 0 8rem 0;
    position: relative;
  }
  .amount-explanation::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    background: url("../instructor-new-item/amount-method-label.png") no-repeat;
    background-size: 100%;
    width: 434px;
    height: 128px;
  }
}

.amount-title {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 100;
}
.amount-title h2 {
  position: relative;
  z-index: 100;
  display: inline-block;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  border-bottom: 0.4rem solid #0091DA;
  padding-bottom: 1.5rem;
}
.amount-title h2 span {
  font-size: 2.6rem;
}
.amount-title p {
  text-align: left !important;
  letter-spacing: 0.1rem;
  line-height: 2.9rem;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 830px) {
  .amount-title {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 6rem;
  }
  .amount-title h2 {
    position: relative;
    z-index: 100;
    letter-spacing: 0.1rem;
    font-size: 2.6rem;
    border-bottom: 0.4rem solid #0091DA;
    display: inline-block;
    padding-bottom: 1.5rem;
  }
  .amount-title h2 span {
    font-size: 4rem;
  }
  .amount-title p {
    letter-spacing: 0.1rem;
    line-height: 2.9rem;
    margin: 1rem 0 0 7rem;
  }
}

.hybrid-item-all h2 {
  max-width: 720px;
  text-align: center;
  font-size: 1.3rem;
  display: block;
  background: #0090d9;
  color: #fff;
  padding: 1.5rem 2.5rem;
  margin: 0 auto 3rem auto;
  position: relative;
}
.hybrid-item-all h2:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 40px;
  bottom: -40px;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #0090d9;
  position: absolute;
}
@media screen and (min-width: 830px) {
  .hybrid-item-all h2 {
    max-width: 720px;
    text-align: center;
    font-size: 1.8rem;
    display: block;
    background: #0090d9;
    color: #fff;
    padding: 2rem 0;
    margin: 0 auto 8.5rem auto;
  }
  .hybrid-item-all h2:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100px;
    bottom: -100px;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: #0090d9;
    position: absolute;
  }
}

.hybrid-item-wrap-sp {
  display: block !important;
  position: relative;
}
@media screen and (min-width: 830px) {
  .hybrid-item-wrap-sp {
    display: none !important;
  }
}

.hybrid-item-wrap {
  display: none;
}
@media screen and (min-width: 830px) {
  .hybrid-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
}

.hybrid-item {
  display: block !important;
  width: 80% !important;
  background: #fff;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
}
.hybrid-item h3 {
  font-size: 1.4rem;
  margin-left: 2rem;
}
.hybrid-item img {
  margin: 2.5rem 0 2rem 0;
}
.hybrid-item p {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 830px) {
  .hybrid-item {
    background: #fff;
    padding: 2rem;
    width: 30% !important;
    margin: 0;
    position: relative;
  }
  .hybrid-item h3 {
    font-size: 1.8rem;
    margin-left: 2rem;
  }
  .hybrid-item img {
    margin: 2.5rem 0 2rem 0;
  }
  .hybrid-item p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.04rem;
  }
}

.hybrid-title-blue-label {
  position: absolute;
  left: 0;
  top: 0;
  background: #004096;
  display: inline-block;
  width: 20px;
  height: 70px;
}

.hybrid-title-skyblue-label {
  position: absolute;
  left: 0;
  top: 0;
  background: #0090d9;
  display: inline-block;
  width: 20px;
  height: 70px;
}

.hybrid-title-highgreen-label {
  position: absolute;
  left: 0;
  top: 0;
  background: #c2d500;
  display: inline-block;
  width: 20px;
  height: 70px;
}

.hybrid-cta {
  position: relative;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  font-size: 1.3rem;
  text-align: center;
  max-width: 356px;
  margin: 3rem auto 0 auto;
  padding: 1.5rem 0;
  display: block;
  font-weight: bold;
}
.hybrid-cta:hover {
  background: #333;
  color: #fff;
}
.hybrid-cta:hover::after {
  content: url("../instructor-new-item/white-arrow.svg");
  display: inline-block;
  width: 31.5px;
  height: 5px;
  position: absolute;
  top: 30%;
  right: 2rem;
}
.hybrid-cta:after {
  content: url("../instructor-new-item/testimonial-arrow.svg");
  display: inline-block;
  width: 31.5px;
  height: 5px;
  position: absolute;
  top: 30%;
  right: 2rem;
}
@media screen and (min-width: 830px) {
  .hybrid-cta {
    position: relative;
    color: #333;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.3rem;
    text-align: center;
    max-width: 356px;
    margin: 6rem auto 0 auto;
    padding: 1.5rem 0;
    display: block;
    font-weight: bold;
  }
  .hybrid-cta:hover {
    background: #333;
    color: #fff;
  }
  .hybrid-cta:hover::after {
    content: url("../instructor-new-item/white-arrow.svg");
    display: inline-block;
    width: 31.5px;
    height: 5px;
    position: absolute;
    top: 30%;
    right: 2rem;
  }
  .hybrid-cta:after {
    content: url("../instructor-new-item/testimonial-arrow.svg");
    display: inline-block;
    width: 31.5px;
    height: 5px;
    position: absolute;
    top: 30%;
    right: 2rem;
  }
}

.hybrid-right-line {
  display: none;
}
@media screen and (min-width: 830px) {
  .hybrid-right-line {
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    top: -40px;
    height: 40px;
    border-top: 4px solid #0090d9;
    border-right: 4px solid #0090d9;
  }
}

.hybrid-left-line {
  display: none;
}
@media screen and (min-width: 830px) {
  .hybrid-left-line {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    top: -40px;
    height: 40px;
    border-top: 4px solid #0090d9;
    border-left: 4px solid #0090d9;
  }
}

.hybrid-center-line {
  display: none;
}
@media screen and (min-width: 830px) {
  .hybrid-center-line {
    display: block;
    width: 60%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -40px;
    height: 40px;
    border-top: 4px solid #0090d9;
  }
}

.hybrid-center-line02 {
  display: none;
}
@media screen and (min-width: 830px) {
  .hybrid-center-line02 {
    display: block;
    width: 4px;
    height: 88px;
    position: absolute;
    margin: 0;
    top: -21%;
    left: 50%;
    background: #0090d9;
  }
}

.testimonial {
  background: #E6EDF6;
  padding: 3rem 0;
}
@media screen and (min-width: 800px) {
  .testimonial {
    background: #E6EDF6;
    padding: 8rem 0;
  }
}

.testimonial-wrap {
  display: none;
}
@media screen and (min-width: 800px) {
  .testimonial-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.testimonial-wrap-sp {
  display: block;
}
@media screen and (min-width: 800px) {
  .testimonial-wrap-sp {
    display: none !important;
  }
}

.testimonial-item {
  display: block !important;
  width: 80% !important;
  background: #fff;
  padding: 2rem;
  margin: 0 auto;
}
.testimonial-item h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.testimonial-item p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.testimonial-item:nth-child(3) {
  margin-bottom: 0rem;
}
.testimonial-item:nth-child(4) {
  margin-bottom: 0rem;
}
@media screen and (min-width: 800px) {
  .testimonial-item {
    width: 49% !important;
    background: #fff;
    padding: 3rem;
    margin: 0 0 3rem 0;
  }
  .testimonial-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .testimonial-item p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .testimonial-item:nth-child(3) {
    margin-bottom: 0rem;
  }
  .testimonial-item:nth-child(4) {
    margin-bottom: 0rem;
  }
}

.testimonial-item-inner {
  display: block;
}
@media screen and (min-width: 800px) {
  .testimonial-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.testimonial-prof {
  margin-right: 0px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.testimonial-prof img {
  width: 60px;
  margin-bottom: 0.8rem;
  margin-right: 2rem;
}
.testimonial-prof p {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.testimonial-prof p span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #004097;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .testimonial-prof {
    margin-top: 0rem;
    margin-right: 38px;
    display: block;
  }
  .testimonial-prof img {
    width: 90px;
    margin-bottom: 0.8rem;
    margin-right: 0rem;
  }
  .testimonial-prof p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .testimonial-prof p span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #004097;
    font-weight: bold;
  }
}

.testimonial-top-cta {
  max-width: 356px;
  display: block;
  text-align: center;
  padding: 1.5rem 0;
  letter-spacing: 0.14rem;
  margin: 3rem auto 0 auto;
  background: #fff;
  border: 1px solid #333;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}
.testimonial-top-cta::after {
  content: url("../instructor-new-item/testimonial-arrow.svg");
  display: inline-block;
  width: 31.5px;
  height: 5px;
  position: absolute;
  top: 30%;
  right: 2rem;
}
.testimonial-top-cta:hover {
  background: #333;
  color: #fff;
}
.testimonial-top-cta:hover::after {
  content: url("../instructor-new-item/white-arrow.svg");
  display: inline-block;
  width: 31.5px;
  height: 5px;
  position: absolute;
  top: 30%;
  right: 2rem;
}
@media screen and (min-width: 800px) {
  .testimonial-top-cta {
    max-width: 356px;
    display: block;
    text-align: center;
    padding: 1.5rem 0;
    letter-spacing: 0.14rem;
    margin: 6.5rem auto 0 auto;
    background: #fff;
    border: 1px solid #333;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .testimonial-top-cta::after {
    content: url("../instructor-new-item/testimonial-arrow.svg");
    display: inline-block;
    width: 31.5px;
    height: 5px;
    position: absolute;
    top: 30%;
    right: 2rem;
  }
  .testimonial-top-cta:hover {
    background: #333;
    color: #fff;
  }
  .testimonial-top-cta:hover::after {
    content: url("../instructor-new-item/white-arrow.svg");
    display: inline-block;
    width: 31.5px;
    height: 5px;
    position: absolute;
    top: 30%;
    right: 2rem;
  }
}

.movie-lesson {
  background: #0C0C0C;
  padding: 3rem 0;
}
@media screen and (min-width: 800px) {
  .movie-lesson {
    background: #0C0C0C;
    padding: 6rem 0 8rem 0;
  }
}

.movie-lesson-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 800px) {
  .movie-lesson-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.movie-lesson-text {
  width: 100%;
}
.movie-lesson-text h2 {
  color: #fff;
}
.movie-lesson-text h2 span {
  color: #C2D500;
}
.movie-lesson-text h2::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #C2D500;
  margin-top: 1.5rem;
}
.movie-lesson-text p {
  margin-top: 2rem;
  color: #fff;
}
.movie-lesson-text p span {
  color: #C2D500;
}
@media screen and (min-width: 800px) {
  .movie-lesson-text {
    width: 36%;
  }
  .movie-lesson-text h2 {
    color: #fff;
  }
  .movie-lesson-text h2 span {
    color: #C2D500;
  }
  .movie-lesson-text h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #C2D500;
    margin-top: 2rem;
  }
  .movie-lesson-text p {
    margin-top: 2.8rem;
    color: #fff;
  }
  .movie-lesson-text p span {
    color: #C2D500;
  }
}

.movie-lesson-img {
  display: none;
}
@media screen and (min-width: 800px) {
  .movie-lesson-img {
    display: block;
    width: 63%;
    margin-top: 2rem;
  }
}

.movie-lesson-img-sp {
  display: block;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 800px) {
  .movie-lesson-img-sp {
    display: none;
  }
}

.movie-lesson-cta {
  margin-top: 3rem;
  padding: 1.8rem 0;
  text-align: center;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.3rem;
  position: relative;
}
.movie-lesson-cta::after {
  content: "";
}
@media screen and (min-width: 1100px) {
  .movie-lesson-cta::after {
    content: url("../instructor-new-item/white-arrow.svg");
    display: inline-block;
    width: 31px;
    height: 5px;
    position: absolute;
    right: 6rem;
    top: 30%;
  }
  .movie-lesson-cta:hover {
    background: #fff;
    color: #333;
  }
  .movie-lesson-cta:hover::after {
    content: url("../instructor-new-item/testimonial-arrow.svg");
    display: inline-block;
    width: 31px;
    height: 5px;
    position: absolute;
    right: 6rem;
    top: 30%;
  }
}

.recommendation {
  padding: 3rem 0;
  background: #E9E9E9;
}
.recommendation h2 {
  font-size: 1.4rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.06rem;
}
.recommendation h2 span {
  font-size: 2.6rem;
}
.recommendation h2::after {
  content: "";
  display: block;
  background: #0090D9;
  width: 35px;
  height: 4px;
  margin: 1.8rem auto 0 auto;
}
@media screen and (min-width: 800px) {
  .recommendation {
    padding: 7rem 0;
    background: #E9E9E9;
  }
  .recommendation h2 {
    font-size: 2.6rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.2rem;
  }
  .recommendation h2 span {
    font-size: 4rem;
  }
  .recommendation h2::after {
    content: "";
    display: block;
    background: #0090D9;
    width: 75px;
    height: 4px;
    margin: 2rem auto 0 auto;
  }
}

.recommendation-wrap-sp {
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 800px) {
  .recommendation-wrap-sp {
    display: none !important;
  }
}

.slick-track {
  display: flex !important;
  align-items: flex-start;
}

.slick-slide {
  height: auto !important;
}

.recommendation-item {
  max-width: none !important;
  width: 80% !important;
  background: #fff;
  display: block !important;
  padding: 2rem;
  margin: 0rem auto;
}
.recommendation-item img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 2rem auto 2rem auto;
}
@media screen and (min-width: 800px) {
  .recommendation-item {
    max-width: 1050px !important;
    width: auto !important;
    background: #fff;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3rem;
    margin: 0 0 3rem 0;
  }
  .recommendation-item img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin: 0 3.3rem 0 0;
  }
}

.recommendation-item-center {
  margin: 0rem auto !important;
}
@media screen and (min-width: 800px) {
  .recommendation-item-center {
    margin: 0 0 3rem 10.5rem !important;
  }
}

.recommendation-wrap {
  display: none !important;
}
@media screen and (min-width: 800px) {
  .recommendation-wrap {
    margin-top: 4.8rem;
    display: block !important;
  }
}

.recommendation-item h3 {
  color: #2D90D9;
  font-size: 1.3rem;
}
.recommendation-item h3 span {
  font-size: 1.4rem;
}
.recommendation-item p {
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 2.45rem;
}
@media screen and (min-width: 800px) {
  .recommendation-item h3 {
    color: #2D90D9;
    font-size: 1.6rem;
  }
  .recommendation-item h3 span {
    font-size: 2rem;
  }
  .recommendation-item p {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 2.45rem;
  }
}

.TOP-about {
  padding: 2rem 0;
  background: #0c0c0c;
}
.TOP-about h2 {
  padding-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 800px) {
  .TOP-about {
    padding: 8rem 0;
    background: #0c0c0c;
  }
  .TOP-about h2 {
    padding-bottom: 6rem;
    margin-top: -40px;
  }
}

.about-box {
  display: none;
}
@media screen and (min-width: 800px) {
  .about-box {
    display: flex;
    justify-content: space-between;
  }
}

.about-box-sp {
  display: block;
}
@media screen and (min-width: 800px) {
  .about-box-sp {
    display: none;
  }
}

.about-box-sp-inner {
  padding-top: 3rem;
}

.about-item-left::before {
  content: "";
  background: #c2d500;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .about-item-left::before {
    content: "";
    background: url("../img/yellow-line.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: 15px;
    margin-bottom: 2rem;
  }
}

.about-item-right::before {
  content: "";
  background: #cb0241;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .about-item-right::before {
    content: "";
    background: url("../img/pink-line.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: 15px;
    margin-bottom: 2rem;
  }
}

.about-text {
  width: 70%;
  padding: 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.6);
  font-feature-settings: "palt";
}
@media screen and (min-width: 640px) {
  .about-text {
    width: 54%;
    padding: 2rem 3rem;
    background: rgba(0, 0, 0, 0.6);
  }
}

.about-en-text {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  line-height: 2.5rem;
}
@media screen and (min-width: 800px) {
  .about-en-text {
    font-size: clamp(4.5rem, 5vw, 7rem);
    color: #fff;
    line-height: 4rem;
  }
}

.about-big-text {
  font-size: 2.6rem;
  margin: 0.5rem 0;
}
.about-big-text span {
  background: #fff;
  display: inline-block;
  margin: 0;
  padding: 0.5rem;
  line-height: 20px;
}
@media screen and (min-width: 800px) {
  .about-big-text {
    font-size: clamp(2.5rem, 2.5vw, 3.5rem);
    margin-top: -1rem;
  }
  .about-big-text span {
    background: #fff;
    display: inline-block;
    margin: 0.5rem 0;
    padding: 0 2rem 0 1rem;
    line-height: normal;
  }
}
@media screen and (min-width: 640px) {
  .about-big-text {
    font-size: clamp(2.5rem, 2.5vw, 3.5rem);
    margin-top: 1rem;
  }
  .about-big-text span {
    background: #fff;
    display: inline-block;
    margin: 0.5rem 0;
    padding: 0 2rem 0 1rem;
    line-height: normal;
  }
}

.about-min-text {
  color: #fff;
  margin: 0.5rem 0;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .about-min-text {
    color: #fff;
    margin: 1rem 0 2rem 0;
    line-height: normal;
  }
}

.about-item-top {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 640px) {
  .about-item-top {
    margin-bottom: 9rem;
  }
}

.about-item-method {
  background: url("../img/about-method-bg.jpg") no-repeat;
  background-size: cover;
  background-position: right -220px top 0;
}
@media screen and (min-width: 640px) {
  .about-item-method {
    background: url("../img/about-method-bg.jpg") no-repeat;
    background-size: 100%;
    background-position: none;
  }
}

.about-item-movie {
  background: url(../img/about-movie-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right 102px top -3px;
}
@media screen and (min-width: 640px) {
  .about-item-movie {
    background: url("../img/about-movie-bg.jpg") no-repeat;
    background-size: 100%;
    background-position: none;
  }
}

.about-item-seminer {
  background: url(../img/about-seminer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right 63px top -19px;
}
@media screen and (min-width: 640px) {
  .about-item-seminer {
    background: url("../img/about-seminer-bg.jpg") no-repeat;
    background-size: 100%;
    background-position: none;
  }
}

.about-item-vt {
  background: url("../img/about-vt-bg.png") no-repeat;
  background-size: cover;
  background-position: top -11px left 86px;
}
@media screen and (min-width: 640px) {
  .about-item-vt {
    background: url("../img/about-vt-bg.png") no-repeat;
    background-size: 100%;
    background-position: top -40px left 0px;
  }
}

.about-cta {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 0.3rem 1rem;
  text-align: center;
}
.about-cta:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
}
@media screen and (min-width: 640px) {
  .about-cta {
    width: 100%;
    display: block;
    font-size: 1.9rem;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
  }
  .about-cta:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
  }
}

.about-wrap {
  width: 40%;
}

.about-box-inner {
  width: 100%;
  padding-top: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .about-box-inner {
    width: 50%;
    padding-top: 0;
  }
}

.about-item-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 640px) {
  .about-item-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.blog-title {
  text-align: center;
  letter-spacing: 1rem;
  font-weight: 600;
}

.blog-title-bottom {
  width: 35px;
  height: 5px;
  background: #0090d9;
  margin: 2.5rem auto 0 auto;
}

.blog-min-title {
  font-size: 1.4rem !important;
  padding: 3rem 0 6rem 0 !important;
}
@media screen and (min-width: 640px) {
  .blog-min-title {
    font-size: 2rem !important;
    padding: 4rem 0 6rem 0 !important;
  }
}

.blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-see-more {
  margin-top: 4rem !important;
}

.blog-eyecatch {
  width: 100%;
}
.blog-eyecatch img {
  height: 105px;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .blog-eyecatch {
    width: 100%;
  }
  .blog-eyecatch img {
    height: 170px;
    object-fit: cover;
  }
}

.blog-card {
  display: inline-block;
  width: 48%;
  margin-bottom: 1rem;
}
.blog-card p {
  margin: 1rem 0;
}
@media screen and (min-width: 640px) {
  .blog-card {
    display: inline-block;
    width: 22.8%;
  }
  .blog-card p {
    margin: 1rem 0;
  }
}

.blog-data {
  color: #666666;
}

.see-more {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #333;
  padding: 1.5rem 0;
  margin-top: 5rem;
}
.see-more:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
@media screen and (min-width: 640px) {
  .see-more {
    font-size: 1.8rem;
    display: block;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333;
    padding: 1.5rem 0;
    margin-top: 5rem;
  }
  .see-more:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
  }
}

.TOP-banner-area {
  background: #e9e9e9;
}

.TOP-banner-area-box {
  display: block;
}
.TOP-banner-area-box a {
  width: 100%;
  display: block;
  margin: 0 0 2rem 0;
}
.TOP-banner-area-box a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 640px) {
  .TOP-banner-area-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .TOP-banner-area-box a {
    width: 49%;
    margin: 0 0 2rem 0;
  }
  .TOP-banner-area-box a:nth-of-type(3) {
    margin: 0;
  }
  .TOP-banner-area-box a:nth-of-type(4) {
    margin: 0;
  }
  .TOP-banner-area-box a:hover {
    opacity: 0.7;
  }
}

.news-separation {
  padding: 4rem 0 !important;
}
@media screen and (min-width: 800px) {
  .news-separation {
    padding: 8rem 0 !important;
  }
}

.TOP-news-inner {
  position: relative;
}

.TOP-news-title {
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
}
.TOP-news-title:after {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  background: #0090d9;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .TOP-news-title {
    position: relative;
  }
  .TOP-news-title:after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    margin-top: 25px;
    width: 75px;
    height: 5px;
    background: #0090d9;
  }
}

.TOP-news-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .TOP-news-box {
    display: flex;
    justify-content: space-between;
  }
}

.news-feed-all {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .news-feed-all {
    width: 81.5%;
  }
}

.feed-first {
  padding-top: 1.8rem !important;
}

.news-feed {
  padding: 2rem 0;
  font-size: 1.4rem;
  display: block;
  justify-content: space-between;
  border-bottom: 1px dotted #cbcbcb;
}
@media screen and (min-width: 640px) {
  .news-feed {
    padding: 2rem 0;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #cbcbcb;
  }
}

.news-title {
  width: 81%;
  line-height: 25px;
}

.news-data {
  color: #666666;
  font-weight: bold;
  line-height: 25px;
}

.news-see-more {
  font-size: 1.4rem;
  position: relative;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  padding: 1.5rem 0;
  margin-top: 5rem;
}
.news-see-more:hover {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .news-see-more {
    font-size: 1.8rem;
    position: relative;
    right: 0;
    display: block;
    width: 350px;
    text-align: center;
    border: 1px solid #333;
    padding: 1.5rem 0;
    margin-top: 5rem;
  }
  .news-see-more:hover {
    background: #333;
    color: #fff;
  }
}

@media screen and (min-width: 640px) {
  .news-see-more-btn {
    display: flex;
    justify-content: space-between;
  }
  .news-see-more-btn::before {
    content: "";
    display: inline-block;
    width: 50%;
  }
}

.movie-recomend {
  background: #f5f8fc;
}

.movie-recomend-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .movie-recomend-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.movie-recomend-inner h1 {
  color: #004096;
  font-size: 2.1rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.movie-recomend-inner h1:after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background: #004096;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .movie-recomend-inner h1 {
    color: #004096;
    font-size: 2.8rem;
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  .movie-recomend-inner h1:after {
    content: "";
    display: block;
    width: 35px;
    height: 5px;
    background: #004096;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.movie-recomend-item {
  width: 100%;
  margin-right: 0rem;
  margin-bottom: 4rem;
}
.movie-recomend-item:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0rem;
}
.movie-recomend-item h2 {
  font-size: 1.8rem;
  color: #0090d9;
  padding: 0.5rem 0rem;
  margin: 1rem 0;
}
.movie-recomend-item p {
  margin-bottom: 1.5rem;
}
.movie-recomend-item a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0090d9;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
  border: 3px solid #0090d9;
}
.movie-recomend-item a:hover {
  background: #fff;
  border: 3px solid #fff;
}
@media screen and (min-width: 640px) {
  .movie-recomend-item {
    width: 28%;
    margin-right: 2rem;
    margin-bottom: 0rem;
  }
  .movie-recomend-item:nth-of-type(3) {
    margin-right: 0;
  }
  .movie-recomend-item h2 {
    font-size: 2rem;
    color: #0090d9;
    padding: 0.5rem 0rem;
    margin: 1rem 0;
  }
  .movie-recomend-item p {
    margin-bottom: 1.5rem;
  }
  .movie-recomend-item a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0090d9;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    border: 3px solid #0090d9;
  }
  .movie-recomend-item a:hover {
    background: #fff;
    border: 3px solid #fff;
  }
}

/* 2023　山上追加分 */
.TOP-first-banner {
  background: #fff;
  padding: 2rem 10px;
  text-align: center;
}
.TOP-first-banner a {
  display: block;
  margin: 0px auto;
  max-width: 800px;
  transition: 0.3s;
}
.TOP-first-banner a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=top.css.map */