#wrap.exam {
  opacity: 0;
  transition: 0.6s;
}

#wrap.exam.on_load {
  opacity: 1;
}

.mv_area {
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-image: url(/assets/img/exam/exam_common/bg_dot.png);
  background-repeat: repeat;
  background-size: 8%;
}

@media print, screen and (min-width: 768px) {
  .mv_area {
    background-size: auto;
  }
}

.mv_catch {
  width: 38%;
  padding-top: 7%;
  padding-bottom: 45%;
  margin-left: 20px;
}

@media print, screen and (min-width: 768px) {
  .mv_catch {
    width: 22%;
    padding-top: 14%;
    padding-bottom: 3%;
    margin-left: 8%;
  }
}

@media print, screen and (min-width: 1180px) {
  .mv_catch {
    width: 24%;
    padding-top: 9%;
    padding-bottom: 3%;
    margin-left: 12%;
  }
}

.mv_catch img {
  width: 100%;
}

.bubble_01 {
  width: 12.3%;
  position: absolute;
  top: -26%;
  left: 65%;
}

@media print, screen and (min-width: 768px) {
  .bubble_01 {
    width: 8.3%;
    top: 10%;
    left: -1%;
  }
}

.bubble_01 img {
  width: 100%;
}

.bubble_02 {
  width: 9%;
  position: absolute;
  top: -26%;
  left: 65%;
}

@media print, screen and (min-width: 768px) {
  .bubble_02 {
    width: 6%;
    top: 11%;
    left: -2.5%;
  }
}

.bubble_02 img {
  width: 100%;
}

.bubble_03 {
  width: 14.8%;
  position: absolute;
  top: 43%;
  left: -17.5%;
}

@media print, screen and (min-width: 768px) {
  .bubble_03 {
    width: 9.8%;
    top: 44%;
    left: -18%;
  }
}

@media print, screen and (min-width: 1180px) {
  .bubble_03 {
    top: 55%;
  }
}

.bubble_03 img {
  width: 100%;
}

.bubble_04 {
  width: 6.2%;
  position: absolute;
  top: 58%;
  left: -16%;
}

@media print, screen and (min-width: 768px) {
  .bubble_04 {
    width: 4.2%;
    top: 50%;
    left: -18%;
  }
}

@media print, screen and (min-width: 1180px) {
  .bubble_04 {
    top: 61%;
  }
}

.bubble_04 img {
  width: 100%;
}

.bubble_01 {
  animation: 5.8s fuwafuwa infinite;
  animation-delay: 0.5s;
}

.bubble_02 {
  animation: 4.7s fuwafuwa infinite;
}

.bubble_03 {
  animation: 5.2s fuwafuwa infinite;
  animation-delay: 0.5s;
}

.bubble_04 {
  animation: 4.1s fuwafuwa infinite;
}

@keyframes fuwafuwa {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.add-animation .img img {
  animation: zoomUp 10s linear 0s normal both;
}

.mv_slider_area {
  width: 92%;
  position: absolute;
  bottom: -16%;
  right: -13.3%;
}

@media print, screen and (min-width: 768px) {
  .mv_slider_area {
    width: 60%;
    top: -32px;
    bottom: auto;
    right: -40px;
  }
}

.mv_slider_area .slick-list {
  overflow: visible;
}

.mv_slider_area .item {
  position: relative;
}

.mv_slider_area .img {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
}

.mv_slider_area .text_area {
  display: block;
  border-radius: 10px 0 0 10px;
  padding: 12px 20px 14px;
  position: absolute;
  z-index: 1;
  top: 85%;
  right: 14.6%;
  width: calc(100vw - 20px);
  max-width: 355px;
}

@media print, screen and (min-width: 768px) {
  .mv_slider_area .text_area {
    width: 500px;
    max-width: none;
    top: auto;
    bottom: 20px;
    right: 40px;
    padding: 15px 20px;
  }
}

@media print, screen and (min-width: 1180px) {
  .mv_slider_area .text_area {
    padding: 20px 30px;
    width: 520px;
    bottom: 100px;
  }
}

.mv_slider_area .text_area:hover {
  filter: brightness(1.2);
}

.mv_slider_area .text_area .title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mv_slider_area .text_area .title {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .mv_slider_area .text_area .title {
    font-size: 2.8rem;
  }
}

.mv_slider_area .text_area .title::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  color: #fff;
  font-size: 1rem;
  margin-left: 22px;
}

@media print, screen and (min-width: 768px) {
  .mv_slider_area .text_area .title::after {
    font-size: 2rem;
  }
}

.mv_slider_area .text_area .text {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .mv_slider_area .text_area .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.mv_slider_area .item_acb .text_area {
  background-color: rgba(6, 183, 198, 0.8);
}

.mv_slider_area .item_oese .text_area {
  background-color: rgba(213, 162, 27, 0.8);
}

.mv_slider_area .item_ise .text_area {
  background-color: rgba(227, 67, 147, 0.8);
}

.top_news {
  background: #e0ecff;
  background: linear-gradient(0deg, #e0ecff 0%, #f0f6ff 100%);
  padding-top: 74%;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 360px) {
  .top_news {
    padding-top: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news {
    padding-top: 9%;
  }
}

.top_news .img {
  width: 70%;
  position: absolute;
  top: -46%;
}

@media print, screen and (min-width: 768px) {
  .top_news .img {
    top: 20px;
    width: 22%;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_news .img {
    width: 24%;
    top: 30px;
    margin-left: 30px;
  }
}

.top_news_slider {
  position: relative;
}

.top_news_slider .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 200s linear infinite sliderAnimation;
}

.top_news_slider .slide {
  display: flex;
  align-items: center;
  color: #d0e2ff;
  font-size: 33vw;
  line-height: 1;
  white-space: nowrap;
  padding-right: 0.3em;
}

@media print, screen and (min-width: 768px) {
  .top_news_slider .slide {
    font-size: 15vw;
  }
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

.top_news_box {
  background-color: #fff;
  padding: 20px 20px 40px;
  border-radius: 10px;
  position: relative;
  top: -10px;
}

@media print, screen and (min-width: 992px) {
  .top_news_box {
    display: flex;
    column-gap: 40px;
    border-radius: 20px;
    padding: 43px 50px;
    top: -26px;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_news_box {
    column-gap: 60px;
    top: -55px;
  }
}

.top_news_box .left {
  flex-shrink: 0;
}

@media print, screen and (min-width: 992px) {
  .top_news_box .left {
    padding-right: 20px;
  }
}

.top_news_box .right {
  flex-grow: 1;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 992px) {
  .top_news_box .right {
    margin-bottom: 0;
    margin-bottom: 36px;
  }
}

.top_news_box .sp_btn {
  text-align: right;
}

.top_news_h2 {
  line-height: 1.4;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 992px) {
  .top_news_h2 {
    margin-bottom: 45px;
  }
}

.top_news_h2 .text_s {
  display: block;
  color: #4d97ff;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .top_news_h2 .text_s {
    font-size: 2.1rem;
    margin-bottom: 8px;
  }
}

.top_news_h2 .text_l {
  display: block;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 768px) {
  .top_news_h2 .text_l {
    font-size: 2.8rem;
  }
}

.top_news_list a {
  border-bottom: 1px solid #b9c4d5;
  padding: 10px 0;
  position: relative;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .top_news_list a {
    display: flex;
    column-gap: 25px;
    padding: 22px 0;
  }
}

.top_news_list a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #4d97ff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
}

.top_news_list a span {
  display: block;
  transition: 0.3s;
}

.top_news_list a:hover::after {
  width: 100%;
}

.top_news_list a:hover span {
  color: #4d97ff;
}

.top_news_list .date {
  color: #668dcc;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .top_news_list .date {
    font-size: 1.4rem;
  }
}

.top_news_list .news_title {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .top_news_list .news_title {
    font-size: 1.6rem;
  }
}

.variable_btn {
  display: inline-block;
  position: relative;
  padding: 10px 46px 10px 0;
  border-bottom: 1px solid #b9c4d5;
}

@media print, screen and (min-width: 768px) {
  .variable_btn {
    padding: 25px 75px 25px 0;
  }
}

.variable_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #4d97ff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
}

.variable_btn span {
  font-weight: bold;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .variable_btn span {
    font-size: 1.5rem;
  }
}

.variable_btn span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #4d97ff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .variable_btn span::before {
    width: 52px;
    height: 52px;
  }
}

.variable_btn span::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  color: #4d97ff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 1.9rem;
}

@media print, screen and (min-width: 768px) {
  .variable_btn span::after {
    right: 11px;
    font-size: 2.8rem;
  }
}

.variable_btn:hover {
  color: #4d97ff;
}

.variable_btn:hover::after {
  width: 100%;
}

.variable_btn:hover span::before {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  transform: translateY(-50%) rotate(135deg);
  background-color: #4d97ff;
  right: 3px;
}

@media print, screen and (min-width: 768px) {
  .variable_btn:hover span::before {
    width: 40px;
    height: 40px;
    right: 5px;
    border-radius: 5px;
  }
}

.variable_btn:hover span::after {
  color: #fff;
}

.top_policy {
  padding: 70px 0 90px;
  background-image: url(/assets/img/exam/exam_common/bg_dot.png);
  background-repeat: repeat;
  background-size: 8%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top_policy {
    background-size: auto;
    padding: 140px 0 160px;
  }
}

.top_policy_head {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 992px) {
  .top_policy_head {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
  }
}

.top_policy_head .catch {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  border-left: 1px solid #4d97ff;
  padding-left: 15px;
}

@media print, screen and (min-width: 992px) {
  .top_policy_head .catch {
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 30px;
    flex-grow: 1;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_policy_head .catch {
    font-size: 2.3rem;
  }
}

.top_policy_h2 {
  color: #4d97ff;
  font-size: 4.7rem;
  line-height: 1;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 992px) {
  .top_policy_h2 {
    font-size: 6rem;
    margin-bottom: 0;
    padding-right: 30px;
    flex-shrink: 0;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_policy_h2 {
    font-size: 9rem;
  }
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_policy_contents {
    column-gap: 70px;
  }
}

.top_policy_contents .left {
  flex-grow: 1;
  position: relative;
}

.top_policy_contents .right {
  flex-grow: 1;
  padding-top: 100px;
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents .right {
    padding-top: 40px;
  }
}

.top_policy_contents .right .text:not(:first-child) {
  margin-top: 1em;
}

.top_policy_contents .right .text strong {
  font-weight: bold;
  background-color: #faf5b7;
}

.top_policy_contents .right .img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents .right .img {
    width: 400px;
    margin-left: auto;
    border-radius: 16px;
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_policy_contents .right .img {
    margin-top: 110px;
  }
}

.top_policy_contents .right .more_link {
  text-align: right;
  margin-top: 20px;
}

.top_policy_contents .large_img {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_policy_contents .large_img {
    margin: 0;
  }
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents .large_img {
    overflow: hidden;
    border-radius: 16px;
  }
}

.top_policy_contents .large_img img {
  max-width: none;
  width: 150%;
}

@media print, screen and (min-width: 768px) {
  .top_policy_contents .large_img img {
    max-width: 100%;
    width: auto;
  }
}

.top_policy_contents .large_img_wrap {
  position: relative;
}

.top_policy_contents .large_img_wrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #4d97ff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .top_policy_contents .large_img_wrap::before {
    content: none;
  }
}

.top_policy_contents .large_img_wrap::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 2.8rem;
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents .large_img_wrap::after {
    content: none;
  }
}

.top_policy_contents .large_img_wrap .js-scrollable {
  margin-left: -20px;
  margin-right: -20px;
}

@media print, screen and (min-width: 768px) {
  .top_policy_contents .large_img_wrap .js-scrollable {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents .large_img_wrap .js-scrollable {
    margin: 0;
  }
}

.top_policy_contents .small_img {
  position: absolute;
  top: 80%;
  right: -24px;
  width: 60%;
  animation: 4.1s fuwafuwa infinite;
}

@media print, screen and (min-width: 992px) {
  .top_policy_contents .small_img {
    top: 85%;
    right: -50px;
    width: 70%;
  }
}

.top_policy_h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}

@media print, screen and (min-width: 992px) {
  .top_policy_h3 {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_policy_h3 {
    font-size: 3.3rem;
  }
}

.top_policy_h3 span {
  border-bottom: 1px solid #214c88;
  padding-bottom: 4px;
}

.top_policy_h3 em {
  font-style: normal;
  color: #4d97ff;
}

.top_admissions {
  background: #e0ecff;
  background: linear-gradient(0deg, #e0ecff 0%, #f0f6ff 100%);
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .top_admissions {
    padding: 100px 0 120px;
  }
}

.top_admissions .sp_btn {
  text-align: right;
}

.top_admissions_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.top_admissions_h2 {
  color: #4d97ff;
  font-size: 4.3rem;
}

@media print, screen and (min-width: 992px) {
  .top_admissions_h2 {
    font-size: 8rem;
  }
}

.top_admissions_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 992px) {
  .top_admissions_list {
    margin-bottom: 0;
  }
}

.top_admissions_list li {
  border: 1px solid #4d97ff;
  margin-left: -1px;
  margin-bottom: -1px;
  width: calc(50% + 1px);
}

@media print, screen and (min-width: 992px) {
  .top_admissions_list li {
    width: calc(25% + 1px);
  }
}

.top_admissions_list li a {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background-color: #fff;
  position: relative;
}

@media print, screen and (min-width: 360px) {
  .top_admissions_list li a {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top_admissions_list li a {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 992px) {
  .top_admissions_list li a {
    height: 130px;
  }
}

.top_admissions_list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #4d97ff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

@media print, screen and (min-width: 992px) {
  .top_admissions_list li a::before {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}

.top_admissions_list li a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  color: #4d97ff;
  position: absolute;
  bottom: 9px;
  right: 9px;
  transition: 0.3s;
  font-size: 1.5rem;
  transform: translateX(0);
  transition: 0.3s;
}

@media print, screen and (min-width: 992px) {
  .top_admissions_list li a::after {
    font-size: 2rem;
    bottom: 16px;
    right: 15px;
  }
}

.top_admissions_list li a:hover {
  background-color: #f6faff;
  font-weight: bold;
  color: #4d97ff;
}

.top_admissions_list li a:hover::after {
  transform: translateX(3px);
}

.top_admissions_list li a:hover::before {
  background-color: transparent;
}

.top_slider_area {
  padding: 60px 0;
}

@media print, screen and (min-width: 768px) {
  .top_slider_area {
    padding: 85px 0;
  }
}

.top_slider_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/exam/exam_top/exam_ph_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
}

.top_slider_area .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 36px;
  height: 36px;
  background: #1978ff;
  background: linear-gradient(0deg, #1978ff 0%, #4cbfff 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .top_slider_area .slick-arrow {
    width: 77px;
    height: 77px;
  }
  .top_slider_area .slick-arrow:hover {
    transform: translateY(-50%) scale(1.25);
  }
}

.top_slider_area .slick-arrow::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  color: #fff;
  font-size: 2rem;
}

@media print, screen and (min-width: 768px) {
  .top_slider_area .slick-arrow::before {
    font-size: 3.6rem;
  }
}

.top_slider_area .slick-prev {
  left: 20px;
}

@media print, screen and (min-width: 768px) {
  .top_slider_area .slick-prev {
    left: 50px;
  }
}

.top_slider_area .slick-prev::before {
  transform: rotate(180deg);
}

.top_slider_area .slick-next {
  right: 20px;
}

@media print, screen and (min-width: 768px) {
  .top_slider_area .slick-next {
    right: 50px;
  }
}

.top_slider .item {
  padding: 0 6px;
}

@media print, screen and (min-width: 768px) {
  .top_slider .item {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 992px) {
  .top_slider .item {
    padding: 14px;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_slider .item {
    padding: 0 22px;
  }
}

.top_slider a,
.top_slider span {
  display: block;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

@media print, screen and (min-width: 768px) {
  .top_slider a,
  .top_slider span {
    border-radius: 10px;
    padding: 22px;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_slider a,
  .top_slider span {
    border-radius: 16px;
    padding: 30px;
  }
}

.top_slider a:hover img {
  transform: scale(1.1);
}

.top_slider .img {
  margin-bottom: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .top_slider .img {
    margin-bottom: 20px;
  }
}

.top_slider img {
  transition: 0.2s;
}

.top_slider .text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .top_slider .text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 992px) {
  .top_slider .text {
    font-size: 2rem;
  }
}

.contact_area {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 992px) {
  .contact_area {
    display: flex;
  }
}

.contact_area .top_contact_h2 {
  font-size: 3.7rem;
  line-height: 1;
  margin-bottom: 3px;
  padding-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  .contact_area .top_contact_h2 {
    margin-bottom: 7px;
    font-size: 5rem;
  }
}

.contact_area .lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .contact_area .lead {
    font-size: 2.1rem;
    margin-bottom: 28px;
  }
}

@media print, screen and (min-width: 1180px) {
  .contact_area .lead {
    font-size: 2.3rem;
  }
}

.contact_area .left {
  width: 100%;
  background-color: #f4f7ff;
  text-align: center;
  padding: 30px 20px;
}

@media print, screen and (min-width: 992px) {
  .contact_area .left {
    width: 50%;
    padding: 50px 30px;
  }
}

@media print, screen and (min-width: 1180px) {
  .contact_area .left {
    padding: 70px;
  }
}

.contact_area .left .top_contact_h2 {
  color: #4d97ff;
}

.contact_area .left .tel {
  font-size: 2.6rem;
  margin-bottom: 4px;
}

@media print, screen and (min-width: 360px) {
  .contact_area .left .tel {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_area .left .tel {
    margin-bottom: 0;
    font-size: 3.5rem;
  }
}

@media print, screen and (min-width: 992px) {
  .contact_area .left .tel {
    font-size: 4.5rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .contact_area .left .tel {
    font-size: 5.4rem;
  }
}

.contact_area .left .tel i::before {
  font-size: 2.5rem;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .contact_area .left .tel i::before {
    font-size: 2.8rem;
    margin-right: 12px;
  }
}

@media print, screen and (min-width: 992px) {
  .contact_area .left .tel i::before {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .contact_area .left .tel i::before {
    font-size: 4.2rem;
  }
}

.contact_area .left .tel .text_s {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 360px) {
  .contact_area .left .tel .text_s {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_area .left .tel .text_s {
    font-size: 2.1rem;
  }
}

.contact_area .right {
  width: 100%;
  background-color: #00b900;
  text-align: center;
  padding: 30px 20px;
}

@media print, screen and (min-width: 992px) {
  .contact_area .right {
    width: 50%;
    padding: 50px 30px;
  }
}

@media print, screen and (min-width: 1180px) {
  .contact_area .right {
    padding: 70px;
  }
}

.contact_area .right .top_contact_h2 {
  color: #fff;
}

.contact_area .right .lead {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .contact_area .right .contact_box {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1280px) {
  .contact_area .right .contact_box {
    column-gap: 50px;
  }
}

.contact_area .right .img {
  width: 160px;
}

.contact_area .right .text {
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .contact_area .right .text {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}

.contact_area .right .line_btn {
  background-color: #00b900;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  position: relative;
}

@media print, screen and (min-width: 992px) {
  .contact_area .right .line_btn {
    font-size: 1.7rem;
    padding: 8px 10px;
    width: 200px;
    max-width: 200px;
  }
}

@media print, screen and (min-width: 1180px) {
  .contact_area .right .line_btn {
    font-size: 2rem;
    padding: 10px;
    width: 250px;
    max-width: 250px;
  }
}

.contact_area .right .line_btn i {
  transform: translateY(2px);
}

.contact_area .right .line_btn i::before {
  font-size: 2.6rem;
}

.contact_area .right .line_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 9999px;
}

.contact_area .right .line_btn:hover::before {
  width: 100%;
}

.contact_area .contact_box {
  background-color: #fff;
  padding: 14px 20px 25px;
}

@media print, screen and (min-width: 992px) {
  .contact_area .contact_box {
    padding: 20px 14px;
  }
}

.top_contact_btn {
  display: inline-block;
  border: 1px solid #4d97ff;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media print, screen and (min-width: 992px) {
  .top_contact_btn {
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.top_contact_btn:last-child {
  margin-left: 0;
}

@media print, screen and (min-width: 992px) {
  .top_contact_btn:last-child {
    margin-left: 16px;
  }
}

.top_contact_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 9999px;
  background-color: #4d97ff;
  transition: 0.3s;
}

.top_contact_btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  color: #4d97ff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.top_contact_btn:hover {
  color: #fff;
}

.top_contact_btn:hover::before {
  width: 100%;
}

.top_contact_btn:hover::after {
  color: #fff;
}

.top_contact_btn span {
  font-weight: bold;
  display: block;
  padding: 8px 40px 8px 30px;
  position: relative;
  z-index: 1;
}

.small_bnr_area {
  position: relative;
  z-index: 1;
}

.small_bnr_area .img img {
  width: 100%;
}

.small_bnr_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 0;
}

@media print, screen and (min-width: 992px) {
  .small_bnr_box {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 1180px) {
  .small_bnr_box {
    padding: 40px 0;
  }
}

.small_bnr_slider {
  margin: 0 -20px;
}

@media print, screen and (min-width: 768px) {
  .small_bnr_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    margin: 0;
  }
}

.small_bnr_slider .item {
  background-color: #fff;
  padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .small_bnr_slider .item {
    padding: 0;
    width: calc((100% - 60px) / 4);
  }
}

.small_bnr_slider .item a {
  display: block;
  overflow: hidden;
  transition: 0.3s;
  text-decoration: none;
}

.small_bnr_slider .item a img {
  transition: 0.3s;
}

.small_bnr_slider .item a:hover {
  opacity: 0.7;
}

.small_bnr_slider .item a:hover img {
  transform: scale(1.03);
}

.small_bnr_slider .slick-arrow {
  display: none !important;
}
