@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.u-hide {
  display: none !important;
}

.u-hide-pc {
  display: none !important;
}

.u-show-sp {
  display: none !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  line-height: 1.8;
}

body {
  padding-top: 73px;
  background-color: #fefefe;
  word-wrap: break-word;
}

.bl_contentMargin {
  padding-top: 115px;
}

a {
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration-color: transparent;
}

a:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

/* ----------------------

ヘルパー
----------------------------*/
.bl_tabBody_item li {
  position: relative;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(1) {
  transition: all 0.3s 0.05s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(2) {
  transition: all 0.3s 0.1s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(3) {
  transition: all 0.3s 0.15s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(4) {
  transition: all 0.3s 0.2s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(5) {
  transition: all 0.3s 0.25s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(6) {
  transition: all 0.3s 0.3s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(7) {
  transition: all 0.3s 0.35s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(8) {
  transition: all 0.3s 0.4s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(9) {
  transition: all 0.3s 0.45s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(10) {
  transition: all 0.3s 0.5s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(11) {
  transition: all 0.3s 0.55s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(12) {
  transition: all 0.3s 0.6s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(13) {
  transition: all 0.3s 0.65s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(14) {
  transition: all 0.3s 0.7s ease-out;
}
.bl_tabBody_item:nth-child(1) .h-scrollAnim:nth-child(15) {
  transition: all 0.3s 0.75s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(1) {
  transition: all 0.3s 0.35s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(2) {
  transition: all 0.3s 0.4s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(3) {
  transition: all 0.3s 0.45s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(4) {
  transition: all 0.3s 0.5s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(5) {
  transition: all 0.3s 0.55s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(6) {
  transition: all 0.3s 0.6s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(7) {
  transition: all 0.3s 0.65s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(8) {
  transition: all 0.3s 0.7s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(9) {
  transition: all 0.3s 0.75s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(10) {
  transition: all 0.3s 0.8s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(11) {
  transition: all 0.3s 0.85s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(12) {
  transition: all 0.3s 0.9s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(13) {
  transition: all 0.3s 0.95s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(14) {
  transition: all 0.3s 1s ease-out;
}
.bl_tabBody_item:nth-child(n+2) .h-scrollAnim:nth-child(15) {
  transition: all 0.3s 1.05s ease-out;
}
.bl_tabBody_item .h-scrollAnim {
  left: -30px;
  opacity: 0;
}
.bl_tabBody_item .h-scrollAnim.is-scrollIn {
  left: 0px;
}
.bl_tabBody_item .h-scrollAnim.is-scrollIn {
  opacity: 1;
}

/* ----------------------

ヘルパーここまで
----------------------------*/
.ly_mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  background-color: #fff;
}

.bl_max1160 {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1210px;
}

.bl_mainHeaderInner {
  display: flex;
  margin: 0 auto;
  padding: 15px 25px;
  max-width: 1210px;
  align-items: center;
  justify-content: space-between;
}

.bl_mainHeaderNav {
  flex: 1;
}

.is-active + .bl_mainHeaderNav {
  left: 0;
}

.bl_mainHeaderNavList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bl_mainHeaderNavList > li {
  position: relative;
  margin-right: 3.5%;
  white-space: nowrap;
}

.bl_mainHeaderNavList__itemInner {
  display: block;
}

.bl_mainHeaderNavList__itemInner:hover ul {
  display: block;
}

.bl_mainHeaderNavList__itemInner > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  border: 1px solid #707070;
  background-color: #fff;
  text-align: center;
  transform: translateX(-50%);
  min-width: 217px;
}

.bl_mainHeaderNavList__itemInner > ul a {
  display: block;
  padding: 7px 5px;
  background-color: #fff;
}

.bl_mainHeaderNavList__itemInner > ul a:hover {
  opacity: 1;
}

.bl_mainHeaderNavList__itemInner > ul li:not(:last-child) {
  border-bottom: 1px solid #707070;
}

.bl_mainHeaderNavList__itemInner > ul li:hover a {
  background-color: #F1FFF7;
  color: #031678;
}

.bl_mainHeaderNav_logo {
  display: none;
}

span.bl_mainHeaderNavList__itemInner::after {
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  width: 6.5px;
  height: 6.5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg);
}

.bl_menu-switch {
  display: none;
  padding-top: 10px;
  width: 60px;
  height: 60px;
  background-color: #252626;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}

.bl_menu-switch__inner {
  position: relative;
  margin: 0 auto;
  width: 34px;
  height: 25px;
}

.is-active .bl_menu-switch__inner span {
  width: 0;
}

.is-active .bl_menu-switch__inner::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-active .bl_menu-switch__inner::after {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.bl_menu-switch__inner > span,
.bl_menu-switch__inner::before,
.bl_menu-switch__inner::after {
  position: absolute;
  transition: all 0.3s;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.bl_menu-switch__inner > span {
  top: 50%;
  transform: translateY(-50%);
}

.bl_menu-switch__inner::before {
  top: 0;
}

.bl_menu-switch__inner::after {
  bottom: 0;
}

.bl_kvLayout {
  text-align: center;
  padding-top: 97px;
  padding-bottom: 90px;
  background-image: url(../images/top/kv_back.png);
  /*background-position: center center;
  background-size: 100% 100%;*/
  background-size: cover;
}

.bl_kvSlide {
  background-image: url(../images/top/slide_top.png);
  height: 361px;
  background-size: auto 100%;
  margin-bottom: 15px;
  animation-name: GoRightKv;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-repeat: repeat-x;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {
  .bl_kvSlide {
    height: 265px;
    animation-name: GoRightKv_sp;
  }
}
.bl_kvLayout__img01 {
  max-width: 90%;
  margin-bottom: -20px;
}

@keyframes GoRightKv {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2075px 0;
  }
}
@keyframes GoRightKv_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1523px 0;
  }
}
.bl_kvLayout__img02 {
  margin-bottom: 22px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_kvLayout__img02 {
    width: 288px;
  }
}

.bl_info {
  display: flex;
}

.bl_info__title {
  margin-right: 2px;
  display: flex;
  background-color: #fff;
  width: 225px;
  color: #707070;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  align-items: center;
  justify-content: center;
}

.bl_info__list {
  flex: 1;
  padding: 10px 30px;
  font-weight: normal;
  background-color: #fff;
  text-align: left;
}

.bl_info__list time {
  margin-right: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #ee7ca6;
  font-weight: bold;
}

.bl_info__list > li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.bl_info__list > li:last-child {
  margin-bottom: 0;
}

.bl_appealBox {
  padding-top: 110px;
  padding-bottom: 120px;
  background-size: cover;
  min-height: 40vw;
  background-position: center bottom;
  background-image: url(../images/top/appealbox_back.jpg);
  margin-bottom: -42px;
}
@media only screen and (max-width: 768px) {
  .bl_appealBox {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bl_appealBox__inner {
  background: rgba(255, 255, 255, 0.3019607843) 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  max-width: 918px;
  margin: 0 auto 20px;
  padding: 0px 0;
  text-align: center;
}
.bl_appealBox__inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_appealBox__inner {
    border-radius: 0px;
    border-right: none;
    border-left: none;
    margin-bottom: 40px;
  }
}

.bl_appealBox_txt {
  background-image: url(../images/top/bl_appealbox_txt.svg);
  height: 66px;
  background-size: auto 100%;
  animation-name: txtSlide;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-repeat: repeat-x;
  animation-fill-mode: forwards;
}

@keyframes txtSlide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1079.5px 0;
  }
}
.bl_keyword {
  position: relative;
  overflow: hidden;
  border-radius: 50px 0 0 0;
  z-index: 1;
  background-color: #fff;
  padding-top: 125px;
  padding-bottom: 90px;
  background-image: url(../images/top/keyword_back.svg);
  background-position: 10px 110px;
  background-size: 73px 447px;
}

.bl_keywordImg01 {
  display: block;
  width: 867px;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .bl_keywordImg01Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bl_keywordImg02 {
  display: block;
  margin: 0 auto 60px;
  margin-bottom: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_keywordImg02 {
    margin-bottom: 30px;
  }
}

.bl_txt01 {
  margin: 0 auto;
  max-width: 700px;
  color: #161616;
  text-align: center;
}

.keywordList {
  display: flex;
  margin-top: 120px;
}

.keywordList_02 {
  margin-top: 100px;
}

.keywordList_item {
  padding: 10px 1.5% 0;
  width: 33.3%;
  background: repeat-y url(../images/top/border.png) left 0;
}

.keywordList_item:nth-child(1) {
  background: none;
  transform: translateY(-70px);
}

.keywordList_item:nth-child(2) {
  transform: translateY(-35px);
}

.keywordList_item:nth-child(3) .keywordList_item_txt {
  margin-top: 15px;
  margin-bottom: 37px;
}

.keywordList_item__long {
  padding-right: 0;
  padding-left: 0;
  width: 66.6%;
}

.keywordList_item_head {
  float: left;
  color: #1a1311;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.keywordList_item_head span {
  display: block;
  color: #f4714b;
  background: -webkit-linear-gradient(90deg, #00b78b, #67be8d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 55px;
  font-size: 3.4375rem;
}

.keywordList_item_title {
  clear: both;
  margin-bottom: 5px;
  color: #161616;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
}

.keywordList_item_txt {
  margin: 0 auto 25px;
  max-width: 300px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.keywordList_item_img img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.keywordList_item_img img:hover {
  opacity: 1;
}

.keywordList_item_img__02 img {
  border-radius: 15px;
}

.keywordList_item_img a {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 300px;
}

.keywordList_item_img a::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(4deg);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to bottom, #67be8d 0%, #00b78b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
}

.keywordList_item_img a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/video/video_arrow.svg) left 0;
  content: "";
  background-size: contain;
  transform: translate(-50%, -50%);
}

.keywordList_item__long__list {
  display: flex;
  margin-bottom: 55px;
  background: repeat-y url(../images/top/border.png) 50.6% 0;
}

.keywordList_item__long__list .keywordList_item_inner {
  padding: 0 4%;
}

.keywordList_item__long__list > div {
  width: 50%;
}

.keywordList_item__long__list .keywordList_item_txt {
  margin-bottom: 0;
}

.keywordList_item_list {
  display: block;
  margin: 0px auto 25px;
  max-width: 100%;
  width: 220px;
  text-align: center;
  padding: 4.2px 2px;
  color: #fff;
  font-size: 15px;
  position: relative;
  border-radius: 20px;
  background-color: #00b78b;
}
.keywordList_item_list::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.keywordListSp {
  margin: 0 -25px;
  padding-bottom: 40px;
}

.keywordListSp .slick-list {
  padding-bottom: 10px !important;
}

.keywordListSp_item {
  margin-right: 25px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.keywordListSp_item .keywordList_item_head {
  margin-bottom: 15px;
}

.keywordListSp_item .keywordList_item_inner {
  padding: 18px 15px;
}

.keywordListSp_item .keywordList_item_title {
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 1.375rem;
}

.keywordListSp .slick-arrow {
  position: absolute;
  top: 250px;
  z-index: 1;
  width: 36px;
  height: 53px;
  background-color: rgba(16, 75, 34, 0.8);
  font-size: 0;
  transition: all 0.3s;
}

.keywordListSp .slick-arrow::before {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.keywordListSp .slick-prev {
  left: 0;
  padding-left: 14px;
}

.keywordListSp .slick-prev::before {
  transform: rotate(-135deg);
}

.keywordListSp .slick-next {
  right: 0;
}

.keywordListSp .slick-next::before {
  transform: rotate(45deg);
}

.keywordListSp .slick-disabled {
  opacity: 0;
}

.scroll_txt {
  position: relative;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-left: auto;
  padding-bottom: 4px;
  width: 197px;
  border-bottom: 1px solid #ab5fdf;
  color: #ab5fdf;
  font-size: 16px;
  font-size: 1rem;
}

.scroll_txt::before {
  position: absolute;
  right: -1px;
  bottom: 4px;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ab5fdf;
  content: "";
  transform: rotate(45deg);
}

.bl_keywordmen {
  position: absolute;
  top: 235px;
  left: 50%;
  transform: translateX(-588px);
}

.bl_keywordwmen {
  position: absolute;
  top: 145px;
  right: 50%;
  transform: translateX(575px);
}

.titlebox {
  position: absolute;
  top: 35%;
}

.titlebox_txt01 {
  margin-top: 10px;
}

.titlebox_txt02 {
  font-size: 25px;
  margin-top: 10px;
  font-size: 1.5625rem;
}

.bl_course_layout {
  background-image: url(../images/top/course_back_pc.png);
  padding-top: 42.5vw;
  background-position: 0 0;
  background-color: #f1fff7;
  background-size: 100% auto;
  position: relative;
  margin-bottom: -50px;
}
@media only screen and (max-width: 768px) {
  .bl_course_layout {
    background-image: url(../images/top/course_back_sp.png);
    padding-top: 84vw;
    padding-bottom: 80px;
  }
}
.bl_course_layout::after {
  top: 6.7vw;
  left: 10vw;
  content: "";
  z-index: 1;
  position: absolute;
  width: 13.89vw;
  transform: translateY(-100%);
  height: 21.58vw;
  background-size: cover;
  display: block;
  background-image: url(../images/top/course_wmen.png);
}
@media only screen and (max-width: 768px) {
  .bl_course_layout::after {
    display: none;
  }
}

.course_circleItem {
  width: 13vw;
  height: 13vw;
  right: 19vw;
  top: 21vw;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .course_circleItem {
    width: 42.7vw;
    height: 42.7vw;
    right: auto;
    left: 10vw;
    top: 42vw;
  }
}

.course_circleItem_txt,
.course_circleItem_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.course_circleItem_center {
  width: 10.6vw;
  height: 10.6vw;
}
@media only screen and (max-width: 768px) {
  .course_circleItem_center {
    width: 33vw;
    height: 33vw;
  }
}

.course_circleItem_txt {
  width: 100%;
  height: 100%;
  animation-name: text_rotate;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .course_circleItem_txt {
    animation-duration: 15s;
  }
}

@keyframes text_rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bl_course_introbox {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox {
    display: block;
  }
}

.bl_course_introbox > div {
  padding-bottom: min(160px, 11.7vw);
  min-height: 240px;
  width: 50%;
  margin-top: -12px;
  background-size: cover;
}
@media only screen and (max-width: 1170px) {
  .bl_course_introbox > div {
    padding-top: 110px;
  }
}

.bl_course_introbox > div:first-child {
  color: #51A1C1;
  padding-left: 25px;
}

.bl_course_introbox > div:first-child .titlebox {
  left: 50%;
  text-align: right;
  transform: translate(-172%, -50%);
}

.bl_course_introbox > div:first-child .titlebox_txt02 {
  color: #0094c2;
}

.bl_course_introbox > div:first-child .bl_course_introbox_inner {
  margin-left: auto;
}

.bl_course_introbox > div:nth-child(1) .titlebox_txt01 img {
  width: min(173px, 12.65vw);
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox > div:nth-child(1) .titlebox_txt01 img {
    width: 173px;
  }
}

.bl_course_introbox > div:nth-child(2) {
  padding-right: 25px;
  color: #67be8d;
}
.bl_course_introbox > div:nth-child(2) .titlebox_txt01 img {
  width: min(276px, 20.19vw);
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox > div:nth-child(2) .titlebox_txt01 img {
    width: 276px;
  }
}

.bl_course_introbox > div:nth-child(2) .titlebox {
  right: 50%;
  text-align: left;
  transform: translate(145%, -50%);
}

.bl_course_introbox > div:nth-child(2) .titlebox_txt02 {
  color: #30be80;
}

.bl_course_introbox > div:nth-child(2) .bl_course_introLIst {
  text-align: right;
}

.bl_course_introbox .bl_course_introbox_inner {
  max-width: 580px;
  min-height: 440px;
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox .bl_course_introbox_inner {
    min-height: 0;
  }
}

.bl_course_intro {
  position: relative;
}

.bl_course_intro_header {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}
.bl_course_intro_header img {
  max-width: 100%;
}

.bl_course_intro_header img {
  max-width: 100%;
  width: min(778px, 56.9vw);
}

.bl_course_introLIst {
  margin-bottom: 27px;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_course_introLIst > li {
  margin-top: 8.5px;
}

.bl_course_introbox_mark {
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1040px) {
  .bl_course_introbox_mark {
    top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox > div {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox > div:first-child li:first-child {
    display: none;
  }
}
.bl_course_introbox > div:first-child .courseLink {
  margin-left: auto;
  margin-right: 48px;
  box-shadow: 0 0 0 8px rgba(0, 148, 194, 0.3);
  border: 3px solid #9fd3e8;
}
.bl_course_introbox > div:first-child .courseLink::after {
  background-color: #30a8cd;
}
.bl_course_introbox > div:first-child .courseLink b {
  color: #0094c2;
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox > div:first-child .courseLink {
    margin-right: auto;
    margin-left: auto;
    width: 96%;
    padding: 4px 15px;
    max-width: 100%;
  }
}
.bl_course_introbox > div:last-child .courseLink {
  margin-left: 48px;
  box-shadow: 0 0 0 8px rgba(103, 190, 141, 0.3);
  border: 3px solid #8acdaf;
}
@media only screen and (max-width: 768px) {
  .bl_course_introbox > div:last-child .courseLink {
    margin-right: auto;
    margin-left: auto;
    width: 96%;
    padding: 4px 15px;
    max-width: 100%;
  }
}
.bl_course_introbox > div:last-child .courseLink::after {
  background-color: #67be8d;
}
.bl_course_introbox > div:last-child .courseLink b {
  color: #67be8d;
}

.bl_course_intro {
  margin-top: -30px;
}
.bl_course_intro img {
  width: 100%;
}

.courseLink {
  display: block;
  padding: 7px 15px;
  width: 416px;
  max-width: 90%;
  border-radius: 10px;
  position: relative;
  color: #161616;
  font-weight: bold;
  background-color: #fff;
  font-size: min(23px,1.68vw );
}
.courseLink::after {
  border-radius: 50%;
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .courseLink::after {
    width: 32px;
    height: 32px;
  }
}
.courseLink::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.courseLink span {
  font-size: min(28px,2.04vw );
}
@media only screen and (max-width: 768px) {
  .courseLink {
    font-size: min(20px,4.8vw );
  }
  .courseLink span {
    font-size: min(25px,5.5vw );
  }
}

.campusMovie {
  padding-top: 112px;
  padding-bottom: 120px;
  background-image: url(../images/top/campusMovieback.png);
  background-position: center bottom;
  background-size: cover;
  border-radius: 50px 0 0 0;
  position: relative;
  z-index: 1;
}

.campusMovie_title {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-right: 60px;
}

.bl_sideTxtHeader {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bl_sideTxtHeader {
    display: block;
  }
}

.bl_iframebox {
  margin-top: 50px;
  font-weight: normal;
}

.bl_iframebox__list img {
  width: 100%;
}

.bl_iframebox__list a {
  position: relative;
  display: block;
}

.bl_iframebox__list a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 81px;
  height: 83px;
  background: url(../images/video/video_arrow.svg) left 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translate(-50%, -50%);
}

.bl_iframebox__list li {
  margin: 0 28px;
}

.bl_iframebox__list li div {
  font-size: 14px;
}

.bl_iframebox__main {
  position: relative;
  margin: 0 auto;
  padding-top: 430px;
  max-width: 747px;
}

.bl_iframebox__main::before {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f2fe7b 0%, #c4f46c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
}

.bl_iframebox__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_iframebox__title {
  margin-top: 27px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.PhotoGalleryTitle {
  margin-bottom: 50px;
}

.PhotoGalleryTitle img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .PhotoGalleryTitle img {
    width: 361px;
  }
}

.bl_btnUp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bl_btnUp {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    text-align: center;
    padding: 7.5px 0;
    position: relative;
  }
  .bl_btnUp::after {
    background-image: url(../images/icon/up.svg);
    content: "";
    width: 17px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}

.photoList {
  position: relative;
  margin-bottom: 70px;
}

.photoList .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  display: block;
  outline: none;
  font-size: 0;
}

.photoList .slick-arrow::before {
  display: block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  content: "";
}

.photoList .slick-next {
  right: 50%;
  transform: translate(230px, -50%) rotate(45deg);
}

.photoList .slick-prev {
  left: 50%;
  transform: translate(-230px, -50%) rotate(-135deg);
}

.photoList .photoList__item {
  padding: 20px;
  outline: none;
  text-align: center;
  transition: all 0.5s;
}

.photoList .photoList__item img {
  margin: 0 auto 12px;
  max-width: 100%;
  transition: all 0.3s;
  width: 310px;
  border-radius: 5px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.photoList .photoList__item__title {
  text-align: center;
  font-weight: normal;
  transition: all 0.1s;
  transform-origin: top left;
}

.photoList .slick-center {
  transform: scale(1.2);
}
.photoList .slick-center img {
  margin-top: 5px;
}

.photoList .slick-center .photoList__item__title {
  transform: scale(0.9);
}

.btnList {
  display: flex;
  margin-bottom: 80px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center;
}

.btnList > div {
  margin-bottom: 35px;
  max-width: 50%;
}

.btnList a {
  display: block;
  margin: 0 17px 15px;
  padding: 22px 0;
  max-width: calc(100% - 34px);
  width: 370px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(../images/icon/icon_link.svg);
  background-position: 95% center;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.25rem;
  box-shadow: 1px 1px 15px #b1bccf;
}

.btnList.btnList_newArrow a {
  background-image: url(../images/icon/icon-arrow02.svg);
}

.btnList .btnList_arrow {
  position: relative;
  background-image: none;
}

.btnList .btnList_arrow::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #104b22;
  border-right: 3px solid #104b22;
  content: "";
  vertical-align: middle;
  transform: translateY(-50%) rotate(45deg);
}

.voicebox {
  padding-top: 97px;
  background-image: url(../images/top/voice_people.png), url(../images/top/voice_back.png);
  background-position: center bottom, center top;
  background-size: 1160px auto, cover;
  padding-bottom: 10px;
  /*margin-bottom: 80px;*/
}

.voicebox .btnList {
  margin-bottom: 30px;
}

.voiceboxTitle {
  margin-bottom: 20px;
  text-align: center;
}

.voiceList__item {
  position: relative;
}

.voiceList__spe .voiceList__item {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .voiceList__spe .voiceList__item {
    padding: 0;
  }
}
.voiceList__item img {
  width: 100%;
}

.voiceList__item::before {
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 73px;
  height: 73px;
  background: url(../images/video/video_arrow.svg) left 0;
  background-size: cover;
  content: "";
  transform: translate(-50%, -50%);
}

.voiceboxtxt {
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.voiceList {
  display: flex;
  -ms-flex-pack: center;
  margin-bottom: 40px;
  justify-content: center;
}

.voiceList__item {
  max-width: 49%;
  font-size: 14px;
  font-weight: normal;
}

.voiceList__item img {
  max-width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.voiceList02__heading {
  font-weight: bold;
}

.messageTitle {
  margin-bottom: 60px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  margin-top: 20px;
}

.messageTitle img {
  max-width: 100%;
  margin-right: 54px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .messageTitle img {
    width: 225px;
  }
}

.messageimg {
  display: flex;
  align-items: flex-start;
}

.messageimg img {
  display: block;
  width: 100%;
}

.messageimg_2culm > div {
  width: 50%;
}

.messageimg_3culm > div {
  width: 33.33%;
}

/* .messageimg_2culm{
  margin-bottom: 120px;
} */
.messageimg_4culm > div {
  width: 25%;
}

.qa_title {
  margin-bottom: 20px;
  padding-top: 40px;
  background-image: url(../images/top/qa_titleback.svg);
  background-position: center top;
  background-size: 64px 41px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-size: 2.1875rem;
}

.qalist {
  position: relative;
  overflow: hidden;
  margin: 40px auto 0;
  max-width: 820px;
}

.qalist > div {
  margin-bottom: 50px;
}

.qalist dt,
.qalist dd {
  padding-left: 65px;
  min-height: 50px;
  background-size: 50px 50px;
}

.qalist dt {
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 16px;
  background-image: url(../images/top/qa-q.svg);
  color: #161616;
  font-size: 18px;
  font-size: 1.125rem;
  align-items: center;
}

.qalist dd {
  margin-left: 20px;
  background-image: url(../images/top/qa-a.svg);
  font-weight: normal;
}

.qalist dd a {
  display: inline-block;
  margin-right: 10px;
  padding: 7.5px 12px 7.5px 12px;
  border-radius: 5px;
  background-color: #38342c;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.qalist dd a::after {
  display: inline-block;
  margin-top: -2px;
  margin-left: 35px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_link_p.svg);
  background-size: cover;
  content: "";
  vertical-align: middle;
}

.qalist dd > div {
  margin-top: 10px;
}

.qabox {
  position: relative;
  overflow: hidden;
  background-image: url(../images/top/qa_back.png);
  padding-top: 120px;
}

.qabox_layout01 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -700px;
}

.qabox_layout02 {
  position: absolute;
  top: 150px;
  right: 50%;
  margin-right: -550px;
}

.qabox_layout03 {
  position: absolute;
  right: 0;
  bottom: 10px;
  animation-name: GoRight;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.qabox_layout03 > div {
  width: 130px;
  height: 103px;
  background-image: url(../images/top/qa_usagi_r.png);
  background-size: cover;
  transition-duration: 0.3s;
  transition-property: transform;
}

.qabox_layout03[data-order=left] {
  animation-name: GoLeft;
}

.qabox_layout03[data-order=left] div {
  background-image: url(../images/top/qa_usagi.png);
}

.qabox_layout03[data-order=right] {
  animation-name: GoRight;
}

.qabox .bl_txt01 {
  color: #606060;
}

[data-order=right] > .demo_item {
  transform: rotateY(180deg);
}

@keyframes GoLeft {
  0% {
    right: 10%;
  }
  100% {
    right: 90%;
  }
}
@keyframes GoRight {
  0% {
    right: 90%;
  }
  100% {
    right: 10%;
  }
}
.examInfo {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #f4714b 1%, #f3db76 47%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.examInfo_inner {
  padding-top: 50px;
  padding-bottom: 85px;
  background-color: #fff;
}

.examInfo_inner .bl_txt01 {
  text-align: center;
}

.examInfo_inner .bl_iframebox__main {
  margin-top: 40px;
}

.examInfo_title {
  margin-bottom: 20px;
  padding-top: 50px;
  background-image: url(../images/top/examInfo_titleback.svg);
  background-position: center top;
  background-size: 50px 50px;
  color: #104b22;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}

.examInfo_movieTitle {
  margin: 20px auto 0;
  max-width: 700px;
}

.bannerarea {
  padding-top: 80px;
  padding-bottom: 38px;
  background-image: url(../images/banner/banner_back.jpg);
  background-size: cover;
}

.course02 .bannerarea {
  background-image: url(../images/banner/banner_back02.jpg);
}
@media only screen and (max-width: 768px) {
  .course02 .bannerarea {
    background-image: url(../images/banner/banner_back_sp02.jpg);
  }
}

.bannerarea02 {
  padding-top: 80px;
  padding-bottom: 78px;
  background-image: url(../images/banner/banner_back02.jpg);
  background-size: cover;
}

.bannerarea03 {
  padding-top: 80px;
  padding-bottom: 78px;
  background-image: url(../images/banner/banner_back03.jpg);
  background-size: cover;
}

.bannerLIst {
  display: flex;
  justify-content: center;
}

.bannerLIst > li {
  margin: 0 20px 40px;
  width: 360px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.bannerLIst > li img {
  width: 100%;
}

.examCl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  background-position: 30px bottom;
  background-image: url(../images/top/exam_back.png);
  background-size: 268px auto;
}
@media only screen and (max-width: 768px) {
  .examCl {
    background-image: none;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }
}

.examClImg {
  margin-top: 120px;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .examClImg {
    margin-top: 40px;
  }
}

.banneranim {
  margin-top: -50px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.banneranim img {
  display: block;
}

@media only screen and (max-width: 768px) {
  .banneranim_title {
    padding: 32px 0 1px;
    width: 100%;
  }
  .banneranim_title img {
    width: 320px;
  }
}

.banneranim_body {
  flex: 1;
}

.banneranim_body__inner {
  display: flex;
}

.banneranim_body {
  overflow: hidden;
}

.banneranim_body img {
  display: block;
  height: 175px;
  min-width: 100px;
}

.banneranim_body__inner {
  animation-name: bannerAnim;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes bannerAnim {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1715px);
  }
}
@keyframes bannerAnimSp {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1066px);
  }
}
.layout-sns {
  margin-top: 30px;
  padding-top: 60px;
  background-image: url(../images/top/sns-back.jpg);
  background-size: cover;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 768px) {
  .layout-sns {
    margin-top: 0;
  }
}

.layout-snsTitle_en {
  text-align: center;
  margin-bottom: 10px;
}
.layout-snsTitle_en img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .layout-snsTitle_en img {
    width: 205.5px;
  }
}

.layout-snsTitle {
  margin-bottom: 7px;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .layout-snsTitle {
    display: none;
  }
}

.sns-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.sns-list__item {
  margin: 0 12px 30px;
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
}

.sns-list__item img {
  margin-right: 25px;
  vertical-align: middle;
}

.sns-list__item a {
  text-decoration: none;
}

.main-footer {
  padding: 30px 0 50px;
  color: #38342c;
}

.main-footer__front {
  float: left;
  text-align: left;
  line-height: 1.8;
}

.main-footer__inner {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1160px;
  text-align: center;
}

.main-footer__front__title {
  color: #00b78b;
  font-size: 12px;
  font-size: 0.75rem;
}

.main-footer__front__text {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.main-footer__list {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.main-footer__list a {
  color: inherit;
  text-decoration: none;
}

.main-footer__list dt::after {
  margin: 0 5px;
  content: ":";
}

.main-footer__list dt,
.main-footer__list dd {
  display: inline;
}

.footer-banner {
  float: right;
  width: 345px;
}

.main-footer__data {
  overflow: hidden;
}

.main-footer__nav {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
}

.main-footer__nav a {
  color: #161616;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.main-footer__nav a::before {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-arrow.svg);
  content: "";
  vertical-align: middle;
}

.main-footer__nav__wrapper {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 10px 0 0;
  border: none;
}

.main-footer__list__item {
  margin: 0 5px;
}

.main-footer__copy {
  color: #606060;
}

.pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 75px;
  height: 75px;
  background-image: url(../images/move-top.svg);
  background-size: cover;
}

.courseHeader,
.qaHeader,
.spHeader {
  display: flex;
  height: 200px;
  background-position: center center;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  align-items: center;
  justify-content: center;
}

.courseHeader {
  background-image: url(../images/course/courseHeader.svg);
}

.qaHeader {
  padding-top: 20px;
  background-image: url(../images/qa/qaHeader.svg);
}

.spHeader {
  background-image: url(../images/specialcontents/spHeader.svg);
}

.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

.tab-switch {
  position: relative;
  display: flex;
  margin: -30px auto 0;
  padding: 0 25px;
  max-width: 1083px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .tab-switch {
    display: block;
    margin-top: -48vw;
  }
}

.tab-switch__item {
  display: block;
  padding: 8px 50px 8px 0;
  max-width: 48%;
  width: 440px;
  border-radius: 10px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.8);
  text-align: left;
  font-weight: bold;
  padding-left: 15px;
  font-size: 23px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tab-switch__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
.tab-switch__item:nth-child(2) {
  border: 2px solid #a5e0c6;
  background-color: #effff8;
}
.tab-switch__item:nth-child(2) b {
  color: #53ae7b;
}
.tab-switch__item:nth-child(2) i {
  background-color: #67be8d;
}
.tab-switch__item:nth-child(1) {
  border: 2px solid #9fd3e8;
  background-color: #e4f5fb;
}
.tab-switch__item:nth-child(1) b {
  color: #1390b7;
}
.tab-switch__item:nth-child(1) i {
  background-color: #1390b7;
}
.tab-switch__item i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-radius: 50%;
  position: absolute;
}
.tab-switch__item i::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .tab-switch__item i {
    width: 32px;
    height: 32px;
    right: 12px;
  }
}

.tab-switch__item.is-active:nth-child(1) {
  background-color: #30a8cd;
  color: #fff;
}
.tab-switch__item.is-active:nth-child(1) b {
  color: #fff;
}
.tab-switch__item.is-active:nth-child(2) {
  background-color: #30be80;
  color: #fff;
}
.tab-switch__item.is-active:nth-child(2) b {
  color: #fff;
}

.tab-switch__item span {
  font-size: 28px;
}

.course-list__wrapper {
  margin-top: -66px;
  background-image: url(../images/course/course-list_back.png);
}

.course-list {
  display: flex;
  margin: 0 auto;
  padding: 95px 25px 40px;
  max-width: 1210px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course-list__item {
  margin: 22px 0;
  width: 31%;
}

.course-list__item a {
  position: relative;
  display: flex;
  height: 80px;
  border: 1px solid #161616;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #161616;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.2rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.course-list__item a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #30a8cd;
  border-bottom: 3px solid #30a8cd;
  content: "";
  vertical-align: middle;
  transform: translateY(-50%) rotate(45deg);
}

.course-moves {
  background-image: url(../images/course/back.png);
  background-size: 100% auto;
}

.course-move-list {
  display: flex;
  -ms-flex-pack: justify;
  margin: 0 auto;
  padding: 60px 25px 150px;
  max-width: 1210px;
  background-image: url(../images/course/backpeople.svg);
  background-position: 90% 94%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course-move-list--02 .course-move-list__item:nth-child(1) .course-move-list__title {
  color: #229b88;
}

.course-move-list--02 .course-move-list__item:nth-child(2) .course-move-list__title {
  color: #248ea4;
}

.course-move-list--02 .course-move-list__item:nth-child(3) .course-move-list__title {
  color: #2485c3;
}

.course-move-list--02 .course-move-list__item:nth-child(4) .course-move-list__title {
  color: #0d3382;
}

.course-move-list--02 .course-move-list__item:nth-child(5) .course-move-list__title {
  color: #0d3382;
}

.course-move-list--02 .course-move-list__item:nth-child(6) .course-move-list__title {
  color: #482d79;
}

.course-move-list--02 .course-move-list__item:nth-child(7) .course-move-list__title {
  color: #93196e;
}

.course-move-list--02 .course-move-list__item:nth-child(8) .course-move-list__title {
  color: #c61377;
}

.course-move-list--02 .course-move-list__item:nth-child(9) .course-move-list__title {
  color: #dd525b;
}

.course-move-list--02 .course-move-list__item:nth-child(10) .course-move-list__title {
  color: #e6454b;
}

.course-move-list__item {
  margin-top: 60px;
  padding: 0 37px 34px;
  width: 48.3%;
  border: 1px solid #c8c8c8;
  background-color: #fff;
}

.course-move-list__item:nth-child(1) .course-move-list__title {
  color: #a51f24;
}

.course-move-list__item:nth-child(2) .course-move-list__title {
  color: #cd3820;
}

.course-move-list__item:nth-child(3) .course-move-list__title {
  color: #d36727;
}

.course-move-list__item:nth-child(4) .course-move-list__title {
  color: #e99215;
}

.course-move-list__item:nth-child(5) .course-move-list__title {
  color: #9f6e24;
}

.course-move-list__item:nth-child(6) .course-move-list__title {
  color: #a29720;
}

.course-move-list__item:nth-child(7) .course-move-list__title {
  color: #64a631;
}

.course-move-list__item:nth-child(8) .course-move-list__title {
  color: #14833e;
}

.course-move-list__item:nth-child(9) .course-move-list__title {
  color: #306d35;
}

.course-move-list__title {
  margin: -20px auto 0;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 90%;
  width: 430px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: whitesmoke;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
}

.course-move-list__txt {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.4;
}

.course-move-list__img01 {
  position: relative;
  margin-bottom: 27px;
}
.course-move-list__img01.no-icon a::after {
  display: none;
}

.course-move-list__img01 a::after {
  position: absolute;
  bottom: 10px;
  right: 0%;
  display: block;
  width: 227px;
  height: 32px;
  background: url(../images/sum/panf.png);
  background-size: 227px 32px;
  content: "";
}

.course-move-list__img01 img {
  display: block;
  width: 100%;
}

.course-move-list__link {
  display: block;
  height: 50px;
  border: 1px solid #161616;
  color: #161616;
  vertical-align: middle;
  font-size: 22px;
}

.course-move-list__link::before {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  width: 46px;
  height: 48px;
  background: url(../images/icon/icon-in-arrow.svg), linear-gradient(to bottom, #65be8e 0%, #05b88c 100%);
  background-position: center center, center center;
  background-size: 16px 16px, 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.qaLayout {
  padding-top: 140px;
  padding-bottom: 80px;
  background: repeat-x url(../images/qa/qaHeader_back.png);
  background-size: auto 100px;
}

.el_mainHeaderLogo {
  line-height: 1;
}

.el_mainHeaderLogo img {
  display: block;
}

.examInfo_02 {
  background-image: url(../images/top/bannerarea_back.png);
  background-size: contain;
  background-position: center 50px;
  padding-top: 80px;
}

.examInfoInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.examInfo_ttl {
  font-size: 35px;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .examInfo_ttl {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.examInfo_txt {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .examInfo_txt {
    font-size: 16px;
  }
}

.examInfoBottom {
  width: 48.2%;
}

.examInfoBottom .bl_iframebox__main {
  width: 100%;
  padding-top: 77%;
}

.examInfoBottom .bl_iframebox__main::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .examInfo_02 {
    margin-top: 0px;
    padding-top: 50px;
    background-image: url(../images/top/bannerarea_back_sp.png);
    background-position: 0px 20px;
    background-size: 90% auto;
  }
  .examInfoInner {
    display: block;
    text-align: center;
  }
  .examInfo_txt {
    margin-bottom: 30px;
  }
  .examInfoBottom {
    width: 100%;
  }
  .examInfoBottom .bl_iframebox__main iframe {
    border: 3px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
  .md_mb0 {
    margin-bottom: 0 !important;
  }
  .md_mb10 {
    margin-bottom: 10px !important;
  }
  body {
    padding-top: 60px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_contentMargin {
    padding-top: 64px;
  }
  .bl_mainHeaderInner {
    padding: 0 0 0 25px;
  }
  .bl_mainHeaderNav {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: menu;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
    background-color: #111212;
    transition: all 0.3s;
  }
  .bl_mainHeaderNavList {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_mainHeaderNavList > li {
    margin-right: 0;
  }
  .bl_mainHeaderNavList li {
    margin-top: 35px;
  }
  .bl_mainHeaderNavList__itemInner > ul {
    position: static;
    background-color: transparent;
    transform: translateX(0%);
  }
  .bl_mainHeaderNavList__itemInner > ul {
    border: none;
  }
  .bl_mainHeaderNavList__itemInner > ul {
    display: block;
  }
  .bl_mainHeaderNavList__itemInner > ul a {
    background-color: transparent;
  }
  .bl_mainHeaderNavList__itemInner > ul li:not(:last-child) {
    border-bottom: none;
  }
  .bl_mainHeaderNav_logo {
    display: block;
    margin: 48px auto 63px;
  }
  span.bl_mainHeaderNavList__itemInner::after {
    display: none;
  }
  .bl_menu-switch {
    position: relative;
    top: 0;
    right: 0;
    z-index: 23;
    display: block;
  }
  .bl_kvLayout {
    padding-top: 75px;
    padding-bottom: 40px;
    background-image: url(../images/top/kv_back_sp.png);
  }
  .bl_kvLayout__img01 {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .bl_kvLayout__img02 {
    margin-bottom: 10px;
  }
  .bl_kvLayout__img01 img {
    width: 100%;
  }
  .bl_info {
    display: block;
  }
  .bl_info__title {
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #fecdd1;
    border-right: none;
  }
  .bl_info__list {
    padding: 10px 20px;
    text-align: left;
  }
  .bl_info__list > li {
    display: block;
  }
  .bl_info__list time {
    display: block;
  }
  .bl_keyword {
    padding-top: 20px;
    margin-top: 0px;
  }
  .bl_keywordImg01 {
    margin-bottom: -20px;
    width: 640px;
    max-width: 640px;
  }
  .bl_txt01 {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
  .keywordList_item_img {
    padding-right: 10px;
  }
  .bl_keywordmen {
    top: auto;
    bottom: 40px;
    width: 204px;
    transform: translateX(-178px);
  }
  .bl_keywordwmen {
    top: auto;
    bottom: 40px;
    width: 132px;
    transform: translateX(182px);
  }
  .titlebox_txt02 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  .bl_course_introbox > div {
    padding: 25px 25px 30px;
    width: 100%;
  }
  .bl_course_introbox > div:first-child {
    padding-bottom: 50px;
  }
  .bl_course_introbox > div:nth-child(2) {
    padding-top: 112px;
  }
  .bl_course_intro {
    margin-top: 0px;
  }
  .bl_course_intro_header {
    top: -25px;
  }
  .bl_course_intro_header img {
    width: 373px;
  }
  .bl_course_introLIst {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bl_course_introLIst li:empty {
    display: none;
  }
  .bl_course_introLIst > li {
    margin: 0 15px;
  }
  .bl_course_introbox_mark {
    width: 65px;
    height: 65px;
  }
  .courseLink {
    width: 100%;
    transform: translateX(0) !important;
  }
  .campusMovie {
    background-image: url(../images/top/campusMovieback_sp.png);
    background-position: right 5px;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .bl_sideTxtHeader_txt {
    font-size: 16px;
  }
  .campusMovie_title {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 60px;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-right: 0;
  }
  .bl_iframebox {
    margin-top: 30px;
  }
  .bl_iframebox__list a::after {
    width: 66px;
    height: 67px;
  }
  .bl_iframebox__list a::after li {
    margin: 0 10px;
  }
  .bl_iframebox__main {
    padding-top: 55%;
  }
  .bl_iframebox__main::before {
    bottom: -5px;
    left: 5px;
  }
  .bl_iframebox__title {
    margin-top: 10px;
  }
  .PhotoGallery {
    margin-top: 0;
    padding-bottom: 235px;
    background-image: url(../images/top/gallery_bottom.png);
    background-size: 366px auto;
    background-position: center bottom;
  }
  .PhotoGalleryTitle {
    margin-bottom: 20px;
  }
  .PhotoGalleryTitle img {
    max-width: calc(100% - 40px);
  }
  .photoList {
    margin-bottom: 40px;
  }
  .photoList .slick-arrow::before {
    width: 30px;
    height: 30px;
  }
  .photoList .slick-next {
    right: 20px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .photoList .slick-prev {
    left: 20px;
    transform: translate(0, -50%) rotate(-135deg);
  }
  .photoList .photoList__item img {
    width: 100%;
  }
  .btnList {
    display: block;
    margin-bottom: 50px;
  }
  .btnList > div {
    max-width: 100%;
  }
  .btnList a {
    margin: 0 0 15px 0;
    padding: 22px 0;
    max-width: 100%;
    width: 100%;
  }
  .voicebox {
    padding-top: 150px;
    background-image: url(../images/top/voice_people_sp.png), url(../images/top/voice_back_sp.png);
    background-size: 90% auto, cover;
    background-position: center top, center 30px;
    padding-bottom: 30px;
    /* margin-bottom: 160px; */
  }
  .voiceboxTitle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .voiceboxTitle img {
    width: 95%;
  }
  .voiceList__item::before {
    width: 47px;
    height: 47px;
  }
  .voiceboxtxt {
    margin-bottom: 40px;
    text-align: left;
  }
  .voiceboxtxt br {
    display: none;
  }
  .voiceList {
    display: block;
    margin-bottom: 40px;
  }
  .voiceList__item {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    margin-bottom: 30px;
  }
  .messageTitle {
    margin-bottom: 30px;
  }
  .messageTitle img {
    display: block;
    margin: 0 auto 10px;
  }
  .messageimg {
    flex-wrap: wrap;
  }
  /* .messageimg_2culm{
    margin-bottom: 40px;
  } */
  .messageimg_2culm > div {
    width: 100%;
  }
  .messageimg_3culm > div {
    width: 50%;
  }
  .messageimg_3culm > div:first-child {
    width: 100%;
  }
  .messageimg_4culm > div {
    width: 100%;
  }
  .qa_title {
    margin-bottom: 30px;
    padding-top: 55px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .qalist dt,
  .qalist dd {
    padding-left: 45px;
    background-size: 35px 35px;
  }
  .qalist dt {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .qalist dd {
    margin-left: 10px;
  }
  .qalist dd a {
    margin-top: 5px;
  }
  .qabox {
    padding-bottom: 200px;
    padding-top: 40px;
  }
  .qabox_layout01 {
    bottom: 100px;
    margin-left: -180px;
    width: 150px;
  }
  .qabox_layout02 {
    top: auto;
    bottom: 100px;
    margin-right: -100px;
    width: 53px;
  }
  .qabox_layout03 > div {
    width: 100px;
    height: 80px;
  }
  .examInfo_inner {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
  }
  .examInfo_inner .bl_iframebox__main {
    margin-top: 30px;
  }
  .examInfo_title {
    margin-bottom: 30px;
    padding-top: 55px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .bannerarea {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url(../images/banner/banner_back_sp.jpg);
  }
  .bannerarea02 {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url(../images/banner/banner_back_sp02.jpg);
  }
  .bannerarea03 {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url(../images/banner/banner_back_sp03.jpg);
  }
  .bannerLIst {
    display: block;
    padding: 0 25px;
  }
  .bannerLIst > li {
    margin: 0 0 40px;
    width: 100%;
  }
  .banneranim {
    margin-top: -10px;
  }
  .banneranim {
    display: block;
  }
  .banneranim_body__inner {
    animation-name: bannerAnimSp;
  }
  .banneranim_body__inner img {
    height: 136px;
  }
  .layout-sns {
    background-image: url(../images/top/sns-back_sp.jpg);
  }
  .layout-snsTitle {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .sns-list__item {
    margin: 0 28px 30px;
    width: 120px;
    font-size: 13px;
  }
  .main-footer {
    padding: 30px 0;
  }
  .main-footer__front {
    float: none;
    text-align: center;
  }
  .footer-banner {
    float: none;
    width: 100%;
  }
  .main-footer__nav {
    display: block;
    max-width: 220px;
  }
  .main-footer__nav__wrapper {
    margin-top: 40px;
    margin-bottom: 35px;
    border-top: 1px solid #e2d7ac;
    border-bottom: 1px solid #e2d7ac;
  }
  .main-footer__list__item {
    margin: 10px 0;
  }
  .courseHeader,
  .qaHeader,
  .spHeader {
    padding-top: 30px;
    height: 145px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .courseHeader {
    background-size: 211px auto;
  }
  .qaHeader {
    background-size: 146px auto;
  }
  .spHeader {
    background-size: 200px auto;
    background-position: center bottom 45px;
  }
  .tab-switch__item {
    background-size: 7px auto;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7);
  }
  .tab-switch__item {
    padding: 11px 50px 11px 12px;
    font-size: 16px;
    line-height: 1.3;
  }
  .tab-switch__item span {
    font-size: 25px;
  }
  .course-list {
    padding-top: 90px;
  }
  .course-list__item {
    margin: 10px 0;
    width: 100%;
  }
  .course-list__item a {
    height: 65px;
  }
  /* .course-moves {
    background-size: auto auto;
  } */
  .course-move-list {
    padding-top: 20px;
    padding-bottom: 450px;
    background-position: center 98%;
    background-size: 364px 311px;
  }
  .course-move-list__item {
    margin-top: 45px;
    padding: 0 24px 34px;
    width: 100%;
  }
  .course-move-list__title {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .course-move-list__img01 {
    margin-bottom: 20px;
  }
  .qaLayout {
    padding-top: 80px;
    background-size: auto 40px;
  }
  .el_mainHeaderLogo img {
    width: 200px;
    height: 33px;
  }
}
@media only screen and (max-width: 1040px) {
  .titlebox {
    position: static;
    text-align: center !important;
    transform: translate(0, 0) !important;
  }
}
.spContent {
  margin-top: 30px;
}

.bl_iframebox02 {
  position: relative;
  padding-top: 50px;
  min-height: 565px;
}
@media only screen and (max-width: 768px) {
  .bl_iframebox02 {
    padding-top: 40px;
  }
}

.bl_iframebox02__list li:not(:first-child) {
  margin-top: 10px;
}
.bl_iframebox02__list li img {
  width: 135px;
  border: 2px solid #cfcece;
}
.bl_iframebox02__list li div {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bl_iframebox02__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bl_iframebox02__list li {
    margin: 7px 15px 0;
  }
}

.bl_iframebox02__listWrapper {
  width: 260px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  padding: 30px 0;
  right: 0;
  top: 0;
  background: #fffbfc 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px 0px 0px 30px;
}
@media only screen and (max-width: 768px) {
  .bl_iframebox02__listWrapper {
    position: static;
    border-radius: 0;
    padding: 20px 0;
    width: 85%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 70px auto 0;
  }
}

.bl_iframebox02__main {
  text-align: center;
  padding-right: 260px;
  padding-left: 90px;
}
@media only screen and (max-width: 768px) {
  .bl_iframebox02__main {
    padding: 0;
  }
}
.bl_iframebox02__main iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bl_iframebox02__main_inner {
  width: 747px;
  max-width: 100%;
  position: relative;
  padding-top: 56.5%;
  margin: 0 auto;
}
.bl_iframebox02__main_inner iframe {
  border-radius: 5px;
  overflow: hidden;
}
.bl_iframebox02__main_inner::before {
  content: "";
  border-radius: 5px;
  background: #fff;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_iframebox02__main_inner::before {
    top: 10px;
    left: 10px;
  }
}

.bl_iframebox02__title {
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bl_iframebox02__title {
    bottom: -42px;
  }
}

.bl_eventList {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bl_eventList li {
  position: relative;
}
.bl_eventList li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.bl_eventList li:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.bl_eventList li .bl_eventList_name {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .bl_eventList {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px -25px 0;
  }
  .bl_eventList li:first-child {
    grid-column: 1/3;
  }
  .bl_eventList li .bl_eventList_name {
    display: none;
  }
}

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

.voiceList02__item {
  font-weight: normal;
  margin-bottom: 50px;
  font-size: 16px;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .voiceList02__item {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.voiceList02__item [data-rel=lightcase01] {
  position: relative;
  display: block;
}
.voiceList02__item [data-rel=lightcase01]::before {
  position: absolute;
  top: 46%;
  left: 50%;
  display: block;
  width: 73px;
  height: 73px;
  background: url(../images/video/video_arrow.svg) left 0;
  background-size: cover;
  content: "";
  transform: translate(-50%, -50%);
}
.voiceList02__item img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 3px solid #ffffff;
  width: 100%;
}

.lightcase-icon-play {
  display: none !important;
}

.bl_splink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7.5px 12px;
  border-radius: 5px;
  background-color: #38342c;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.bl_splink::after {
  display: inline-block;
  margin-top: -1px;
  margin-left: 20px;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon/icon_link_p.svg);
  background-size: cover;
  content: "";
  vertical-align: middle;
}

.bl_interviewLayout {
  border-radius: 0 50px 0 0;
  padding: 80px 0 0;
  background-size: cover;
  background-image: url(../images/top/green_back_pc.png);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bl_interviewLayout {
    padding-top: 69px;
    padding-bottom: 30px;
    background-image: url(../images/top/green_back_sp.png);
  }
}
.bl_interviewLayout::after {
  position: absolute;
  bottom: 0;
  right: 115px;
  content: "";
  width: 231px;
  height: 342px;
  display: block;
  background-size: cover;
  background-image: url(../images/top/men.png);
}
@media only screen and (max-width: 768px) {
  .bl_interviewLayout::after {
    display: none;
  }
}

.bl_interviewHeading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .bl_interviewHeading {
    margin-bottom: 35px;
  }
}
.bl_interviewHeading img {
  width: 100%;
}

.bl_tabMenu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.bl_tabMenu li {
  width: 31.9%;
  transition: all 0.3s;
}
.bl_tabMenu a {
  display: block;
  aspect-ratio: 370/77;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 min(10px, 0.73vw) min(20px, 1.45vw) 0;
  justify-content: center;
  background-size: cover;
  font-size: min(20px,1.45vw );
  background-image: url(../images/top/tab_back.svg);
}
@media only screen and (max-width: 768px) {
  .bl_tabMenu {
    display: block;
  }
  .bl_tabMenu li {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 364px;
    margin-top: 15px;
  }
  .bl_tabMenu li a {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_tabMenu {
    margin-bottom: 25px;
  }
}
.bl_tabMenu .is-active {
  transform: translateY(5px);
}
.bl_tabMenu .is-active a {
  color: #161616;
  background-image: url(../images/top/tab_back_active.svg);
}
@media only screen and (max-width: 768px) {
  .bl_tabMenu .is-active {
    transform: translateY(0px);
  }
  .bl_tabMenu .is-active a {
    font-size: 18px;
  }
}

.bl_tabBody {
  transition: all 0.3s;
  width: calc(300% + 200px);
  display: flex;
  gap: 100px;
}

.bl_tabBody__outer {
  margin: 0 -20px;
  padding: 0 20px 20px;
  overflow: hidden;
}

.bl_tabBody_item {
  width: 100%;
}
.bl_tabBody_item ul {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 200px);
  gap: 38px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .bl_tabBody_item ul {
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  }
}
.bl_tabBody_item li {
  display: flex;
  align-items: center;
  min-height: 118px;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .bl_tabBody_item li {
    font-size: 14px;
    min-height: 87px;
  }
}
.bl_tabBody_item li:nth-child(3n) {
  transform: translateY(5px) rotate(4deg);
}
@media only screen and (max-width: 768px) {
  .bl_tabBody_item li:nth-child(3n) {
    transform: rotate(3deg);
  }
}
.bl_tabBody_item li:nth-child(4n) {
  transform: rotate(-2deg);
}
.bl_tabBody_item li:nth-child(1), .bl_tabBody_item li:nth-child(5), .bl_tabBody_item li:nth-child(12) {
  background-color: #fff8b0;
}
.bl_tabBody_item li:nth-child(2), .bl_tabBody_item li:nth-child(8) {
  background-color: #f8c242;
}
.bl_tabBody_item li:nth-child(3), .bl_tabBody_item li:nth-child(9), .bl_tabBody_item li:nth-child(11) {
  background-color: #a7e7f5;
}
.bl_tabBody_item li:nth-child(4), .bl_tabBody_item li:nth-child(7) {
  background-color: #d6e77c;
}
.bl_tabBody_item li:nth-child(6), .bl_tabBody_item li:nth-child(10), .bl_tabBody_item li:nth-child(13) {
  background-color: #f1a9cb;
}

.bl_tabWrapper {
  padding-bottom: 195px;
}
@media only screen and (max-width: 768px) {
  .bl_tabWrapper {
    padding-bottom: 20px;
  }
}

.waveCanvas {
  width: 100%;
}/*# sourceMappingURL=style.css.map */