@charset "UTF-8";

@import url("compress.css");

/*
Theme Name : delf
Version : 1.0
*/

/* 基本設定
=========================================== */

/* ページ設定
=========================================== */
@font-face {
  font-family: gidole;
  src: url('./fonts/gidole-regular.woff') format('woff');
  font-display: swap;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;

  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 400;
  margin: 0;
  color: #000;
  overflow: hidden;
  height: auto;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }

  body.modal-open {
    overflow: hidden;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: underline;
  color: #000;
  transition: .3s;
}

a:hover {
  color: #ff7043;
  text-decoration: none;
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

iframe {
  vertical-align: bottom;
}

.fax {
  text-decoration: none;
  pointer-events: none;
}

.row:not(:first-of-type) {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 3rem;
  }
}

/* base
=========================================== */

/* display
--------------------------- */
.pc-only {
  display: block !important;
}

.footer-pc-only {
  display: block;
}

.hdr-pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.hdr-sp-only {
  display: none;
}

.footer-sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block;
  }
}

@media (max-width: 1023px) {
  .hdr-pc-only {
    display: none;
  }

  .hdr-sp-only {
    display: block;
  }
}

@media (max-width: 991px) {
  .footer-pc-only {
    display: none;
  }

  .footer-sp-only {
    display: block;
  }
}

/* spacer
--------------------------- */
.mt-6 {
  margin-top: 4.5rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mx-6 {
  margin: auto 4.5rem !important;
}

.my-6 {
  margin: 4.5rem auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.px-6 {
  padding: auto 4.5rem !important;
}

.py-6 {
  padding: 4.5rem auto !important;
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .mx-md-6 {
    margin: auto 4.5rem !important;
  }

  .my-md-6 {
    margin: 4.5rem auto !important;
  }

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .px-md-6 {
    padding: auto 4.5rem !important;
  }

  .py-md-6 {
    padding: 4.5rem auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .mx-sm-6 {
    margin: auto 4.5rem !important;
  }

  .my-sm-6 {
    margin: 4.5rem auto !important;
  }

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .px-sm-6 {
    padding: auto 4.5rem !important;
  }

  .py-sm-6 {
    padding: 4.5rem auto !important;
  }
}

.mt-7 {
  margin-top: 5.25rem !important;
}

.mb-7 {
  margin-bottom: 5.25rem !important;
}

.mx-7 {
  margin: auto 5.25rem !important;
}

.my-7 {
  margin: 5.25rem auto !important;
}

.pt-7 {
  padding-top: 5.25rem !important;
}

.pb-7 {
  padding-bottom: 5.25rem !important;
}

.px-7 {
  padding: auto 5.25rem !important;
}

.py-7 {
  padding: 5.25rem auto !important;
}

@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 5.25rem !important;
  }

  .mb-md-7 {
    margin-bottom: 5.25rem !important;
  }

  .mx-md-7 {
    margin: auto 5.25rem !important;
  }

  .my-md-7 {
    margin: 5.25rem auto !important;
  }

  .pt-md-7 {
    padding-top: 5.25rem !important;
  }

  .pb-md-7 {
    padding-bottom: 5.25rem !important;
  }

  .px-md-7 {
    padding: auto 5.25rem !important;
  }

  .py-md-7 {
    padding: 5.25rem auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 5.25rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 5.25rem !important;
  }

  .mx-sm-7 {
    margin: auto 5.25rem !important;
  }

  .my-sm-7 {
    margin: 5.25rem auto !important;
  }

  .pt-sm-7 {
    padding-top: 5.25rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 5.25rem !important;
  }

  .px-sm-7 {
    padding: auto 5.25rem !important;
  }

  .py-sm-7 {
    padding: 5.25rem auto !important;
  }
}

.mt-8 {
  margin-top: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.mx-8 {
  margin: auto 6rem !important;
}

.my-8 {
  margin: 6rem auto !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.px-8 {
  padding: auto 6rem !important;
}

.py-8 {
  padding: 6rem auto !important;
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 6rem !important;
  }

  .mb-md-8 {
    margin-bottom: 6rem !important;
  }

  .mx-md-8 {
    margin: auto 6rem !important;
  }

  .my-md-8 {
    margin: 6rem auto !important;
  }

  .pt-md-8 {
    padding-top: 6rem !important;
  }

  .pb-md-8 {
    padding-bottom: 6rem !important;
  }

  .px-md-8 {
    padding: auto 6rem !important;
  }

  .py-md-8 {
    padding: 6rem auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 6rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }

  .mx-sm-8 {
    margin: auto 6rem !important;
  }

  .my-sm-8 {
    margin: 6rem auto !important;
  }

  .pt-sm-8 {
    padding-top: 6rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }

  .px-sm-8 {
    padding: auto 6rem !important;
  }

  .py-sm-8 {
    padding: 6rem auto !important;
  }
}

.mt-9 {
  margin-top: 6.75rem !important;
}

.mb-9 {
  margin-bottom: 6.75rem !important;
}

.mx-9 {
  margin: auto 6.75rem !important;
}

.my-9 {
  margin: 6.75rem auto !important;
}

.pt-9 {
  padding-top: 6.75rem !important;
}

.pb-9 {
  padding-bottom: 6.75rem !important;
}

.px-9 {
  padding: auto 6.75rem !important;
}

.py-9 {
  padding: 6.75rem auto !important;
}

@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 6.75rem !important;
  }

  .mb-md-9 {
    margin-bottom: 6.75rem !important;
  }

  .mx-md-9 {
    margin: auto 6.75rem !important;
  }

  .my-md-9 {
    margin: 6.75rem auto !important;
  }

  .pt-md-9 {
    padding-top: 6.75rem !important;
  }

  .pb-md-9 {
    padding-bottom: 6.75rem !important;
  }

  .px-md-9 {
    padding: auto 6.75rem !important;
  }

  .py-md-9 {
    padding: 6.75rem auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 6.75rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 6.75rem !important;
  }

  .mx-sm-9 {
    margin: auto 6.75rem !important;
  }

  .my-sm-9 {
    margin: 6.75rem auto !important;
  }

  .pt-sm-9 {
    padding-top: 6.75rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 6.75rem !important;
  }

  .px-sm-9 {
    padding: auto 6.75rem !important;
  }

  .py-sm-9 {
    padding: 6.75rem auto !important;
  }
}

.mt-10 {
  margin-top: 7.5rem !important;
}

.mb-10 {
  margin-bottom: 7.5rem !important;
}

.mx-10 {
  margin: auto 7.5rem !important;
}

.my-10 {
  margin: 7.5rem auto !important;
}

.pt-10 {
  padding-top: 7.5rem !important;
}

.pb-10 {
  padding-bottom: 7.5rem !important;
}

.px-10 {
  padding: auto 7.5rem !important;
}

.py-10 {
  padding: 7.5rem auto !important;
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 7.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 7.5rem !important;
  }

  .mx-md-10 {
    margin: auto 7.5rem !important;
  }

  .my-md-10 {
    margin: 7.5rem auto !important;
  }

  .pt-md-10 {
    padding-top: 7.5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 7.5rem !important;
  }

  .px-md-10 {
    padding: auto 7.5rem !important;
  }

  .py-md-10 {
    padding: 7.5rem auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 7.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 7.5rem !important;
  }

  .mx-sm-10 {
    margin: auto 7.5rem !important;
  }

  .my-sm-10 {
    margin: 7.5rem auto !important;
  }

  .pt-sm-10 {
    padding-top: 7.5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 7.5rem !important;
  }

  .px-sm-10 {
    padding: auto 7.5rem !important;
  }

  .py-sm-10 {
    padding: 7.5rem auto !important;
  }
}

/* bootstrap変更
--------------------------- */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1030px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

main:not(:root) {
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

/* テキスト
 --------------------------- */
.text-initial {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .text-initial {
    font-size: 1.4rem;
  }
}

.text-small {
  font-size: 1.5rem;
}

.fwb {
  font-weight: 700;
}

.txt-l {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .txt-l {
    font-size: 1.5rem;
  }
}

/* 下層のみ
 --------------------------- */
main:not(.home) p {
  line-height: 2;
  letter-spacing: 0.025em;
  color: #000;
}

main:not(.home) ul {
  list-style: disc;
  padding-left: 1.6em;
  margin: 1rem 0;
}

main:not(.home) ul li {
  line-height: 2.1;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #2a496f;
}

/* h2
--------------------------- */
h2 {
  text-align: center;
  font-size: 3rem;
  color: #2a496f;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

@media (max-width: 767px) {
  h2 {
    font-size: calc(22px + 2 * (100vw - 375px) / 390);
    margin-bottom: 2.6rem;
  }
}

h2.type-a {
  font-size: 3rem;
  display: flex;
  align-items: center;
  padding-left: calc(100px + 2%);
}

h2.type-a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #2a496f;
}

@media (max-width: 767px) {
  h2.type-a {
    font-size: calc(22px + 2 * (100vw - 375px) / 390);
    padding-left: calc(60px + 2%);
  }

  h2.type-a::before {
    width: 60px;
  }
}

h2.type-b {
  font-size: 3.6rem;
  line-height: 1.33333;
}

h2.type-b span {
  display: block;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media (max-width: 767px) {
  h2.type-b {
    font-size: calc(22px + 2 * (100vw - 375px) / 390);
    font-weight: 700;
  }

  h2.type-b span {
    font-size: calc(12px + 4 * (100vw - 375px) / 390);
  }
}

h2.type-c {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 1.4rem;
  margin-bottom: 2.6rem;
  color: #fff;
}

h2.type-c::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  h2.type-c {
    font-size: calc(22px + 2 * (100vw - 375px) / 390);
  }
}

h2.type-d {
  font-size: 3rem;
  padding-bottom: 2.2rem;
  padding-bottom: 0.73333em;
}

h2.type-d::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  border-top: 3px solid #7ab0cb;
}

@media (max-width: 767px) {
  h2.type-d {
    font-size: calc(22px + 2 * (100vw - 375px) / 390);
  }
}

h2[class*='bgttl'] {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  text-align: left;
  padding: .4rem 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  h2[class*='bgttl'] {
    /* font-size: calc(18px + 12 * (100vw - 375px) / 390);
    padding: 2rem 2rem; */
    font-size: 17px;
    padding: 10px;
    font-weight: 700;
  }
}

h2.color_01 {
  background: #7abcb5;
}

h2.color_02 {
  background: #7ab0cb;
}

h2.color_03 {
  background: #485a6f;
}

h2.color_04 {
  background: #697175;
}

/* h3
--------------------------- */
h3 {
  font-size: 2.4rem;
  color: #2a496f;
  letter-spacing: 0.05em;
  margin-bottom: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

@media (max-width: 767px) {
  h3 {
    font-size: calc(18px + 4 * (100vw - 375px) / 390);
    margin-bottom: 2rem;
  }
}

h3.type-a {
  padding-left: calc(2rem + 1.3rem);
}

h3.type-a::before {
  content: '';
  display: block;
  position: absolute;
  top: .3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #7ab0cb;
  border-radius: 50%;
  z-index: 0;
  bottom: 0;
  margin: auto;
}

h3.type-a::after {
  content: '';
  display: block;
  position: absolute;
  top: .3rem;
  left: .5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  h3.type-a {
    font-size: calc(20px + 4 * (100vw - 375px) / 390);
    padding-left: calc(2rem + .8rem);
    font-weight: 700;
  }

  h3.type-a::before {
    top: .6rem;
    bottom: auto;
  }

  h3.type-a::after {
    top: 1.1rem;
    bottom: auto;
  }
}

/* h4
--------------------------- */
h4 {
  font-size: 2rem;
  color: #2a496f;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}

/* header
--------------------------- */
.hdr {
  width: 100%;
  position: relative;
}

.hdr__wrapper {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 80px;
  padding: 0 100px 0 30px;
}

.hdr__logo {
  margin-right: 20px;
}

@media (max-width: 1380px) {
  .hdr__wrapper {
    padding: 0 140px 0 30px;
  }
}

@media (max-width: 1023px) {
  .hdr__wrapper {
    height: 50px;
    padding: 0 2rem;
  }
}

@media (max-width: 1023px) {
  .hdr__logo img {
    width: 120px;
    height: auto;
  }
}

.hdr__nav>ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.hdr__nav>ul>li {
  position: relative;
}

.hdr__nav>ul .hdr__nav__btn {
  position: absolute;
  right: 0%;
  top: 0%;
}

.hdr__nav>ul>li>a {
  display: flex;
  align-items: center;
  height: auto !important;
  padding: .2em 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
}

.hdr__nav>ul>li>a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #2a496f;
  transition: .3s;
}

.hdr__nav>ul>li>a:hover {
  color: #000;
}

.hdr__nav>ul>li>a:hover::before {
  width: 70%;
}

@media (min-width: 1024px) and (max-width: 1240px) {
  .hdr__nav>ul>li>a {
    font-size: 1.2rem;
    padding: .6em .6rem;
  }
}

@media (max-width: 1023px) {
  .hdr__nav>ul>li>a {
    padding: 1em;
    margin: auto;
  }

  .hdr__nav>ul>li>a::before {
    content: none;
  }
}

.hdr__nav>ul .hdr__nav__btn>a {
  width: 140px;
  background: #e17b07;
  color: #fff;
  padding: 0;
  height: 80px !important;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1023px) {
  .hdr__nav>ul .hdr__nav__btn>a {
    height: 50px !important;
    text-align: left;
    padding: 10px;
  }
}

.hdr__nav>ul .hdr__nav__btn>a:hover {
  color: #fff;
  background: #f7880a;
}

.hdr__nav>ul .hdr__nav__btn>a:hover::before {
  content: none;
}

@media (max-width: 1023px) {
  .hdr__nav {
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .3s;
    z-index: 100;
    max-width: none;
    width: 100%;
  }

  .hdr__nav>ul {
    padding: 0 2rem;
  }

  .hdr__nav>ul>li {
    border-bottom: 1px solid #2a496f;
    display: block;
    transition: .3s;
  }

  .hdr__nav>ul>li:first-of-type {
    border-top: 1px solid #2a496f;
  }

  .hdr__nav>ul>li:nth-last-child(-n + 2) {
    border: none;
  }

  .hdr__nav>ul>a {
    margin: auto;
    display: block;
    padding: 1em;
  }

  .hdr__nav>ul .hdr__nav__btn>a {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .hdr__nav>ul .under_list {
    position: relative;
  }

  .hdr__nav>ul .under_list .submenu {
    list-style: none;
    position: absolute;
    width: 210px;
    top: 100%;
    box-shadow: 0 10px 10px 0 rgba(3, 0, 0, 0.1);
    z-index: 100;
  }

  .hdr__nav>ul .under_list .submenu>li {
    display: block;
  }

  .hdr__nav>ul .under_list .submenu>li a {
    padding: .6em 24px .6em 20px;
    transition: .3s;
    background: #fff;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
  }

  .hdr__nav>ul .under_list .submenu>li a:hover {
    opacity: .8;
    color: #000;
  }
}

.hdr__nav>ul .under_list .submenu {
  display: none;
}

.hdr__nav>ul .under_list .submenu>li {
  text-align: left;
}

@media (max-width: 1023px) {
  .hdr__nav>ul .under_list .submenu>li a {
    text-indent: 1em;
  }

  .hdr__nav>ul .under_list .submenu>li:last-child {
    padding-bottom: 10px;
  }
}

.hdr__nav>ul .under_list>a {
  padding-right: 1.2em;
}

.hdr__nav>ul .under_list>a::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 45%;
  right: 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  transition: .2s;
}

@media (max-width: 767px) {
  .hdr__nav>ul .under_list>a::after {
    top: 38%;
    width: 10px;
    height: 10px;
    right: 5%;
  }
}

.hdr__nav>ul .under_list>a.underOpen::after {
  transform: rotate(-45deg);
}

.mv__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* footer
--------------------------- */
.footer {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .footer {
    height: 150px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 10% 0 55px;
    align-items: unset;
  }
}

.footer .row {
  align-items: center;
}

@media (min-width: 992px) {
  .footer__list {
    display: flex;
    justify-content: flex-end;
  }
}

.footer__list a {
  text-decoration: underline;
}

.footer__list li:not(:last-of-type) {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .footer__logo li {
    font-size: 1.4rem;
  }

  .footer__logo img {
    width: 120px;
    height: auto;
  }

  .footer__list {
    margin-top: 15px;
  }

  .footer__list li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.footer__address {
  margin-top: 6px;
  white-space: nowrap;
}

.footer .copyright {
  font-size: 1rem;
  color: #777;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .footer .copyright {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .footer-info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .footer__address {
    white-space: inherit;
  }

  .footer-info__list {
    display: flex;
  }

  .footer-info__list li {
    flex: 0 1 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .footer-info__list li a,
  .footer-info__list li span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none;
    padding: 16px 0;
    width: 100%;
    /* height: 100%; */
    height: 56px;
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 767px) {

  .footer-info__list li a,
  .footer-info__list li span {
    font-size: calc(13px + 7 * (100vw - 375px) / 390);
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .footer {
    padding: 6% 0 72px;
  }

  .footer-info__list li {
    height: 64px;
  }

  .footer-info__list li a,
  .footer-info__list li span {
    height: 100%;
  }
}


@media (max-width: 991px) {

  .footer-info__list li a:hover,
  .footer-info__list li span:hover {
    color: #fff;
  }

  .footer-info__list li img {
    width: 23px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .footer-info__list li img {
    margin-right: 6px;
  }
}

@media (max-width: 991px) {
  .footer-info__menu span {
    background: #2a496f;
  }

  .footer-info__menu span:hover,
  .footer-info__menu span:active {
    background: #315582;
  }

  .footer-info__contact a {
    background: #e17b07;
  }

  .footer-info__contact a:hover,
  .footer-info__contact a:active {
    background: #f7880a;
  }

  .footer-info__line a {
    background: #0b0;
  }

  .footer-info__line a:hover,
  .footer-info__line a:active {
    background: #00d500;
  }
}

.circle-bg {
  position: fixed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  left: -50px;
  bottom: -50px;
  transition: all .6s;
}

.circle-bg.circleActive {
  transform: scale(50);
}

@media (max-width: 1023px) {
  .footer__nav__ul {
    margin: 0 15px;
  }

  .footer__nav__ul>li>a {
    position: relative;
  }

  .footer__nav__ul>li>a::after {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    width: 10px;
    height: 10px;
    right: 5%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: .2s;
  }

  .footer__navActive {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  .footer__navActive .batsu {
    font-size: 250%;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
  }

  .footer__navActive ul:not(.submenu) li a {
    border-top: 1px solid #ddd;
  }

  .footer__navActive ul:not(.submenu) li:last-of-type a {
    border-bottom: 1px solid #ddd;
  }

  .footer__navActive ul {
    display: block;
  }

  .footer__navActive ul li {
    list-style: none;
  }

  .footer__navActive ul li>a {
    text-decoration: none;
    padding: 10px 24px;
    display: block;
    text-align: left;
    height: initial;
    background: #fff;
    font-weight: bold;
    font-size: 1.5rem;
  }
}

.footer__nav>ul .under_list>a {
  padding-right: 1.2em;
  position: relative;
}

.footer__nav>ul .under_list>a::after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  width: 10px;
  height: 10px;
  right: 5%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  transition: .2s;
}

.footer__nav>ul .under_list>a.underOpen::after {
  transform: rotate(-45deg);
}

.footer__nav>ul .under_list>a:hover,
.footer__nav>ul .under_list>a:active {
  color: #000;
}

.footer__nav>ul .under_list .submenu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
}

.footer__nav>ul .under_list .submenu>li {
  display: block;
  flex: 0 1 50%;
}

.footer__nav>ul .under_list .submenu>li a {
  padding: .6em 24px .6em 20px;
  transition: .3s;
  font-size: 1.4rem;
  background: #f2f2f2;
  border: 1px solid #fff;
  font-weight: 400;
}

.footer__nav>ul .under_list .submenu>li a:hover,
.footer__nav>ul .under_list .submenu>li a:active {
  color: #000;
}

/* sidesns
--------------------------- */
.side-sns {
  position: relative;
  z-index: 100;
}

.side-sns__list {
  position: fixed;
  right: 0;
  bottom: 200px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-sns__list li:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.side-sns__list img {
  width: 18px;
  margin-bottom: 4px;
}

.side-sns__contact {
  width: 50px;
  height: 160px;
  background: #e17b07;
  box-shadow: 0 10px 10px 0 rgba(3, 0, 0, 0.1);
}

.side-sns__contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.side-sns__contact a:hover {
  background: #f7880a;
}

.side-sns__contact img {
  vertical-align: bottom;
}

.side-sns__line {
  width: 50px;
  height: 160px;
  background: #0b0;
}

.side-sns__line a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.side-sns__line a:hover {
  background: #00d500;
}

.side-sns__line img {
  vertical-align: bottom;
}

.side-sns__line .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

/* ボタン
--------------------------- */
.button {
  display: block;
  width: 100%;
}

.button a {
  display: block;
  color: #fff;
  background: #2a496f;
  border: 1px solid #2a496f;
  padding: 1.4em 1rem;
  text-decoration: none;
  margin: auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 5rem;
}

@media (max-width: 767px) {
  .button a {
    padding: 1em 1rem;
    font-size: 1.6rem;
  }
}

.button a:hover {
  background: #fff;
  color: #2a496f;
  border: 1px solid #2a496f;
}

.button.type-t a {
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  padding: .78em 1rem;
}

.button.type-t a:hover {
  background: #fff;
  color: #e17b07;
}

.button.wide a {
  max-width: 550px;
  font-weight: 700;
}

.button.thin a {
  padding: .4em 1rem;
}

.button.mail a span {
  position: relative;
  padding-left: 48px;
}

.button.mail a span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(./img/icon_mail.png) no-repeat center/contain;
}

.button.mail a:hover span::before {
  background: url(./img/icon_mail_rev.png) no-repeat center/contain;
}

@media (max-width: 576px) {
  .button.mail a {
    display: flex;
    justify-content: center;
  }
}

/* QandAブロック
--------------------------- */
.js-qa .question {
  cursor: pointer;
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #7ab0cb;
  padding: 2em 4rem 1em 6rem;
  margin-bottom: 0;
}

.js-qa .question::after {
  content: 'Q';
  display: block;
  position: absolute;
  top: 3rem;
  left: 1rem;
  margin: auto;
  width: 4rem;
  height: 4rem;
  background: #7ab0cb;
  color: #fff;
  border-radius: 50%;
  padding: 2px 12px;
  font-size: 20px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .js-qa .question {
    padding: 2em 4rem 1em 4rem;
  }

  .js-qa .question::after {
    top: 3.6rem;
    width: 2rem;
    height: 2rem;
    padding: 0 5px;
    font-size: 13px;
  }
}

.js-qa .question::before {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  right: 1em;
  width: 16px;
  height: 16px;
  border-top: 3px solid #7ab0cb;
  border-right: 3px solid #7ab0cb;
  transform: translateY(-50%) rotate(135deg);
  transition: .5s;
}

@media (max-width: 767px) {
  .js-qa .question::before {
    width: 12px;
    height: 12px;
  }
}

.js-qa .question.open::before {
  transform: translateY(-50%) rotate(675deg);
}

@media (max-width: 767px) {
  .js-qa .question {
    font-size: 1.6rem;
  }
}

.js-qa .answer {
  padding: 1em;
  background: #fff;
  position: relative;
  padding: 1.125em 4rem 1.125em 6rem;
  margin-bottom: 0;
}

.js-qa .answer::after {
  content: 'A';
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  margin: auto;
  width: 4rem;
  height: 4rem;
  background: #e17b07;
  color: #fff;
  border-radius: 50%;
  padding: 2px 14px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .js-qa .answer {
    padding: 2em 4rem 1em 4rem;
  }

  .js-qa .answer::after {
    top: 3.4rem;
    width: 2rem;
    height: 2rem;
    padding: 0 5px;
    font-size: 13px;
  }
}

/* テーブル
--------------------------- */
table {
  width: 100%;
}

table td,
table th {
  padding: .8em 1em;
  border: 1px solid #ddd;
  line-height: 1.5;
}

table th {
  color: #2a496f;
  letter-spacing: 0.025em;
  font-weight: normal;
  border-left: 1px solid transparent;
}

table td {
  letter-spacing: 0.025em;
}

table td:last-of-type {
  border-right: 1px solid transparent;
}

table.table-a th {
  font-size: 2rem;
}

@media (max-width: 767px) {
  table.table-a th {
    font-size: calc(14px + 6 * (100vw - 375px) / 390);
  }
}

table.table-b thead th,
table.table-b thead td {
  background: #7ab0cb;
  color: #fff;
  text-align: center;
  padding: .6em 1em;
  font-size: 2rem;
}

@media (max-width: 767px) {

  table.table-b thead th,
  table.table-b thead td {
    font-size: calc(14px + 6 * (100vw - 375px) / 390);
  }
}

table.table-b tbody th,
table.table-b tbody td {
  background: #fff;
  color: #000;
  letter-spacing: 0.05em;
  padding: .6em 1em;
  vertical-align: top;
}

/* ページャー
--------------------------- */
.pager {
  text-align: center;
}

.pager span {
  cursor: pointer;
  color: #2a496f;
  padding: 0 1rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .pager span {
    font-size: 1.4rem;
  }
}

.pager span.current {
  color: #000;
  font-weight: bold;
}

.pager span:not(:nth-of-type(-n + 2)) {
  margin-left: 1rem;
}

.pager span.first,
.pager span.last {
  padding: 0 12px;
  background: #eee;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.pager span.first {
  margin-right: 2.4rem;
}

.pager span.last {
  margin-left: 2.4rem;
}

/* レイアウト
--------------------------- */
.block_white {
  padding: 80px 0;
  background: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .block_white {
    padding: 10.43025% 0;
  }
}

.block_blue {
  padding: 80px 0;
  background: #e1eef4;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .block_blue {
    padding: 10.43025% 0;
  }
}

/* overlap ブロック05
--------------------------- */
.overlap .inner {
  padding: 3rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(3, 0, 0, 0.2);
  z-index: 1;
}

.overlap .ttl {
  font-size: 2rem;
  background: #2a496f;
  color: #fff;
  padding: 2px 20px;
}

@media (max-width: 767px) {
  .overlap .ttl {
    font-size: calc(16px + 4 * (100vw - 375px) / 390);
  }
}

.overlap .name {
  font-size: 2.4rem;
  color: #2a496f;
  line-height: 1;
  margin: 2rem 0 1rem;
}

@media (max-width: 767px) {
  .overlap .name {
    font-size: calc(20px + 4 * (100vw - 375px) / 390);
    margin: 1.5rem 0 .8rem;
  }
}

.overlap .position {
  margin-bottom: 2.4rem;
  color: #697175;
  line-height: 1;
}

.overlap .txt {
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media (min-width: 768px) {
  .overlap {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 0;
  }

  .overlap .inner {
    transform: translateX(-60px);
  }

  .overlap .col-md-45 {
    flex: 0 0 465px;
    max-width: 465px;
    padding-right: 0;
  }

  .overlap .col-md-60 {
    flex: 0 0 615px;
    max-width: 615px;
    padding-left: 0;
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .overlap .col-md-45 {
    flex-shrink: 1;
  }

  .overlap .col-md-60 {
    flex-shrink: 1;
  }
}

@media (max-width: 767px) {

  .overlap .col-md-60,
  .overlap .col-md-45 {
    padding: 0;
    margin: 0 15px;
    flex: 0 1 100%;
  }
}

.overlap.reverse {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .overlap.reverse .inner {
    transform: translateX(60px);
  }

  .overlap.reverse .col-md-45 {
    padding-left: 0;
    padding-right: 15px;
  }

  .overlap.reverse .col-md-60 {
    right: auto;
    left: 15px;
  }
}

.overlap.row:not(:first-of-type) {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .overlap.row:not(:first-of-type) {
    margin-top: 4rem;
  }
}

.overlap .inner {
  padding: 3rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(3, 0, 0, 0.2);
  z-index: 1;
}

.overlap .ttl {
  font-size: 2rem;
  background: #2a496f;
  color: #fff;
  padding: 2px 20px;
}

@media (max-width: 767px) {
  .overlap .ttl {
    font-size: calc(16px + 4 * (100vw - 375px) / 390);
  }
}

.overlap .name {
  font-size: 2.4rem;
  color: #2a496f;
  line-height: 1;
  margin: 2rem 0 1rem;
}

@media (max-width: 767px) {
  .overlap .name {
    font-size: calc(20px + 4 * (100vw - 375px) / 390);
    margin: 1.5rem 0 .8rem;
  }
}

.overlap .position {
  margin-bottom: 2.4rem;
  color: #697175;
  line-height: 1;
}

.overlap .txt {
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media (min-width: 768px) {
  .overlap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .overlap .inner {
    transform: translateX(-60px);
  }

  .overlap .col-md-45 {
    flex: 0 0 465px;
    max-width: 465px;
    padding-right: 0;
  }

  .overlap .col-md-60 {
    flex: 0 0 615px;
    max-width: 615px;
    padding-left: 0;
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .overlap .col-md-45 {
    flex-shrink: 1;
  }

  .overlap .col-md-60 {
    flex-shrink: 1;
  }
}

@media (max-width: 767px) {

  .overlap .col-md-60,
  .overlap .col-md-45 {
    padding: 0;
    margin: 0 15px;
    flex: 0 1 100%;
  }
}

.overlap.reverse {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .overlap.reverse .inner {
    transform: translateX(60px);
  }

  .overlap.reverse .col-md-45 {
    padding-left: 0;
    padding-right: 15px;
  }

  .overlap.reverse .col-md-60 {
    right: auto;
    left: 15px;
  }
}

.overlap.row:not(:first-of-type) {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .overlap.row:not(:first-of-type) {
    margin-top: 4rem;
  }
}

/* colorブロックエリア ブロック06
--------------------------- */
[class^='color'].b-box {
  padding: 1.8rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[class^='color'].b-box>p {
  margin-bottom: 0;
  line-height: 1;
}

.b-wrapper_2 .col-lg-6:not(:nth-child(-n + 2)) {
  margin-top: 2rem;
}

.b-wrapper_2 .university {
  font-size: 3rem;
  font-weight: 700;
}

.b-wrapper_2 .university span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .b-wrapper_2 .university {
    font-size: calc(22px + 8 * (100vw - 375px) / 390);
  }

  .b-wrapper_2 .university span {
    font-size: calc(16px + 4 * (100vw - 375px) / 390);
  }
}

.b-wrapper_2 .people {
  font-weight: 700;
  font-size: 3rem;
}

.b-wrapper_2 .people span {
  font-family: gidole;
  font-size: 7rem;
  line-height: 1;
  padding-right: .4rem;
}

@media (max-width: 767px) {
  .b-wrapper_2 .people {
    font-size: calc(20px + 10 * (100vw - 375px) / 390);
  }

  .b-wrapper_2 .people span {
    font-size: calc(50px + 20 * (100vw - 375px) / 390);
  }
}

@media (max-width: 991px) {
  .b-wrapper_2 .col-12:not(:first-child) {
    margin-top: 2rem;
  }
}

.b-wrapper_3 .col-lg-4:not(:nth-child(-n + 3)) {
  margin-top: 2rem;
}

.b-wrapper_3 .university {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .b-wrapper_3 .university {
    font-size: 2.2rem;
  }
}

.b-wrapper_3 .people {
  font-weight: 700;
  font-size: 2rem;
}

.b-wrapper_3 .people span {
  font-family: gidole;
  font-size: 6rem;
  line-height: 1;
  padding-right: .4rem;
}

@media (max-width: 767px) {
  .b-wrapper_3 .people {
    font-size: calc(20px + 10 * (100vw - 375px) / 390);
  }

  .b-wrapper_3 .people span {
    font-size: calc(50px + 20 * (100vw - 375px) / 390);
  }
}

.b-wrapper_3 .b-box {
  position: relative;
  padding: 2.4rem 2rem 3.2rem;
}

.b-wrapper_3 .txt {
  position: absolute;
  bottom: .8rem;
  right: 2rem;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  .b-wrapper_3 .col-12:not(:first-child) {
    margin-top: 2rem;
  }
}

.color_01.b-box {
  border: 4px solid #7abcb5;
}

.color_01 .people span {
  color: #7abcb5;
}

.color_02.b-box {
  border: 4px solid #7ab0cb;
}

.color_02 .people span {
  color: #7ab0cb;
}

.color_03.b-box {
  border: 4px solid #485a6f;
}

.color_03 .people span {
  color: #485a6f;
}

.color_04.b-box {
  border: 4px solid #697175;
}

.color_04 .people span {
  color: #697175;
}

/* グレー背景 ブロック08
--------------------------- */
.bg_box_gray .inner {
  padding: 3rem 2.5rem 4rem;
  background: #ededed;
  height: 100%;
}

@media (max-width: 767px) {
  .bg_box_gray:not(:first-child) {
    margin-top: 3rem;
  }
}

/* 相談掲示板ページ ブロック09
--------------------------- */
.consultation-section {
  padding: 4rem 0;
  border-bottom: 2px solid #ddd;
}

.consultation-section:first-child {
  padding: 0 0 4rem 0;
}

.consultation-section .question_wrapper .inner,
.consultation-section .answer_wrapper .inner {
  background: #eee;
  border: 1px solid #ddd;
  padding: 2rem;
}

.consultation-section .answer_wrapper {
  margin-top: 3rem;
}

/* お知らせ詳細ページ
--------------------------- */
.block-news {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .block-news {
    padding-top: 10.43025%;
  }
}

.block-news h2 {
  font-size: 2.4rem;
  margin-bottom: 0.66667em;
  text-align: left;
  color: #000;
}

.block-news__ttlbox {
  padding-bottom: 1.6rem;
  margin-bottom: 2.6rem;
  border-bottom: 2px solid #ddd;
}

.block-news__date {
  color: #2a496f;
  line-height: 1;
}

.block-news .button {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .block-news .button {
    padding-top: 10.43025%;
  }
}

@media (max-width: 767px) {
  .block-news h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 450);
  }
}

.block-line {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .block-line {
    padding-top: 10.43025%;
  }
}

/* block-sec00
--------------------------- */
.block-sec00 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .block-sec00 {
    padding: 10.43025% 0;
  }
}

.block-sec00 ul {
  list-style: none;
  max-width: 760px;
  width: 100%;
  margin: auto;
  max-height: 160px;
  overflow-y: scroll;
}

.block-sec00 li {
  color: #2a496f;
  padding: 1em 0 0 0;
}

.block-sec00 li:first-child {
  padding: 0;
}

.block-sec00 li .date {
  padding-right: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .block-sec00 li .date {
    display: block;
    margin-bottom: .8rem;
  }
}

@media (min-width: 768px) {
  .block-sec00 li .txt {
    width: 640px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }
}

/* block-sec01 ポイントエリア ブロック01
--------------------------- */
.block-sec01 {
  background: #e1eef4;
  padding: 80px 0;
}

.block-sec01__img {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .block-sec01 {
    padding: 10.43025% 0;
  }
}

@media (max-width: 767px) {
  .block-sec01 [class^='col'] {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .block-sec01__img {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .block-sec01__img {
    margin-bottom: 1rem;
  }

  .block-sec01__img img {
    max-width: 100px;
  }
}

.block-sec01__box {
  margin-top: 4rem;
  padding: 3rem 2.6rem;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .block-sec01__box {
    margin-top: 3rem;
    padding: 2rem 1.7rem;
  }
}

.block-sec01__box__number {
  content: '';
  position: absolute;
  top: -1rem;
  left: 1.6rem;
  color: #2a496f;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 3rem;
}

@media (max-width: 767px) {
  .block-sec01__box__number {
    font-size: calc(25px + 15 * (100vw - 375px) / 390);
  }
}

.block-sec01__box::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3rem 3rem;
  border-color: transparent transparent #f7e47b transparent;
}

@media (max-width: 767px) {
  .block-sec01__box::after {
    border-width: 0 0 3.5rem 3.5rem;
  }
}

.block-sec01__ttl {
  display: inline;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 70% 10px, #f7e47b 71%, #f7e47b 0%);
  background: -ms-linear-gradient(top, transparent 70%, #f7e47b 71%, #f7e47b 0%);

  /* IE */
}

@media (max-width: 767px) {
  .block-sec01__ttl {
    font-size: 2.2rem;
  }
}

.block-sec01__txt {
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .block-sec01__txt {
    text-align: left;
  }
}

/* block-sec02 動画エリア ブロック02
--------------------------- */
.block-sec02 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .block-sec02 {
    padding: 10.43025% 0;
  }
}

.block-sec02 [class^='row'] {
  margin-top: 4rem;
}

.block-sec02 [class^='col-md-6']:not(:nth-child(-n + 2)) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .block-sec02 [class^='row'] {
    margin-top: 3rem;
  }

  .block-sec02 [class^='col']:not(:first-child) {
    margin-top: 3rem;
  }
}

.youtube {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

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

.youtube__ttl {
  text-align: center;
}

/* block-sec03 ブロック03
--------------------------- */
.block-sec03 {
  padding: 80px 0;
  background: #e1eef4;
}

@media screen and (max-width: 767px) {
  .block-sec03 {
    padding: 10.43025% 0;
  }
}

.block-sec03__ttl {
  letter-spacing: 0.025em;
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.block-sec03__ttl span {
  display: inline;
  background: linear-gradient(transparent 70% 10px, #f7e47b 71%, #f7e47b 0%);
  background: -ms-linear-gradient(top, transparent 70%, #f7e47b 71%, #f7e47b 0%);

  /* IE */
  font-size: 3rem;
  margin-right: 1.6rem;
}

@media (max-width: 767px) {
  .block-sec03__ttl {
    display: flex;
    flex-wrap: wrap;
  }

  .block-sec03__ttl span {
    /* font-size: calc(18px + 14 * (100vw - 375px) / 390); */
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
  }
}

.block-sec03 [class^='row'] {
  margin-top: 4rem;
}

.block-sec03 [class^='col-6'] {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .block-sec03 [class^='col-6'] {
    max-width: 100%;
  }

  .block-sec03 [class^='row'] {
    display: block;
  }
}

@media (max-width: 767px) {
  .block-sec03 [class^='row'] {
    margin-top: 3rem;
  }

}

.block-sec03 .box__inner {
  padding: 4.6rem 1rem;
  background: #fff;
}

@media (max-width: 767px) {
  .block-sec03 .box__inner {
    padding: 5% 1rem;
  }
}

.block-sec03 .button {
  margin: 3rem auto 0;
}

.block-sec03 [class^='color'] .monthly {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  text-align: center;
}

.block-sec03 [class^='color'] .monthly span {
  font-size: 4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .block-sec03 [class^='color'] .monthly {
    font-size: calc(15px + 7 * (100vw - 375px) / 390);
  }

  .block-sec03 [class^='color'] .monthly span {
    font-size: calc(20px + 20 * (100vw - 375px) / 390);
  }
}

@media (max-width: 425px) {
  .block-sec03 [class^='color'] .monthly span {
    font-size: 2.9rem;
  }
}

.block-sec03 [class^='color'] .notation {
  margin-top: .8rem;
}

/* colorブロックエリア top ブロック07 共通
--------------------------- */
[class^='color'] .subttl {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 2.5;
}

@media (max-width: 767px) {
  [class^='color'] .subttl {
    line-height: 2.2;
    font-size: calc(15px + 5 * (100vw - 375px) / 390);
  }
}

@media (max-width: 425px) {
  [class^='color'] .subttl {
    font-size: 1.4rem;
  }
}

[class^='color'] .subttl__lg {
  font-size: 3rem;
  line-height: 1.4;
  text-align: left;
  padding: .4rem 2rem;
}

@media (max-width: 767px) {
  [class^='color'] .subttl__lg {
    font-size: calc(18px + 12 * (100vw - 375px) / 390);
  }
}

[class^='color'] .subttl__lg+p {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  [class^='color'] .subttl__lg+p {
    margin-top: 2rem;
  }
}

.color_01 .subttl {
  background: #7abcb5;
}

.color_01 .monthly span {
  color: #7abcb5;
}

.color_02 .subttl {
  background: #7ab0cb;
}

.color_02 .monthly span {
  color: #7ab0cb;
}

.color_03 .subttl {
  background: #485a6f;
}

.color_03 .monthly span {
  color: #485a6f;
}

.color_04 .subttl {
  background: #697175;
}

.color_04 .monthly span {
  color: #697175;
}

/* block-sec04
--------------------------- */
.block-sec04 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .block-sec04 {
    padding: 10.43025% 0;
  }
}

.block-sec04 table th {
  width: 25%;
}

@media (max-width: 767px) {

  .block-sec04 table td,
  .block-sec04 table th,
  .block-sec04 table tr {
    display: block;
    border: none;
    padding: 0;
  }

  .block-sec04 table th {
    font-weight: 700;
    font-size: 18px;
  }

  .block-sec04 table tr {
    border-bottom: 1px solid #ddd;
    padding: 20px 1em;
  }

  .block-sec04 table tr:first-child {
    border-top: 1px solid #ddd;
  }

  .block-sec04 table th {
    width: 100%;
  }
}

/* block-sec05 ブロック04
--------------------------- */
.block-sec05 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .block-sec05 {
    padding: 10.43025% 0;
  }
}

.block-sec05 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block-sec05__ttl {
  position: relative;
  padding-left: 6rem;
  font-size: 2rem;
  margin-bottom: 0;
  color: #000;
}

@media (min-width: 768px) and (max-width: 992px) {
  .block-sec05__ttl {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .block-sec05__ttl {
    padding-left: 4rem;
    font-size: calc(16px + 6 * (100vw - 375px) / 390);
    margin-bottom: 1rem;
    font-weight: 700;
  }
}

@media (max-width: 600px) {
  .block-sec05__ttl {
    padding-left: 3rem;
    font-size: 18px;
  }
}

.block-sec05 .num {
  position: absolute;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50%;
  background: #7ed0fc;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .block-sec05 .num {
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 600px) {
  .block-sec05 .num {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    top: .2rem;
  }
}

.block-sec05 .arrow_box {
  position: relative;
  border-bottom: 1px solid #7ed0fc;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .block-sec05 .arrow_box {
    margin: 0 1.5rem;
  }
}

.block-sec05 .arrow_box::before,
.block-sec05 .arrow_box::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.block-sec05 .arrow_box:last-child::before,
.block-sec05 .arrow_box:last-child::after {
  content: none;
}

.block-sec05 .arrow_box::before {
  bottom: -18px;
  border-style: solid;
  border-color: #7ed0fc transparent transparent transparent;
  border-width: 18px 26px 0 26px;
}

.block-sec05 .arrow_box::after {
  bottom: -16px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 17px 25px 0 25px;
  z-index: 10;
}

@media (max-width: 767px) {
  .block-sec05 .arrow_box::before {
    bottom: -9px;
    border-width: 9px 13px 0 13px;
  }

  .block-sec05 .arrow_box::after {
    bottom: -8px;
    border-width: 8px 12px 0 12px;
  }
}

/* block-sec06
--------------------------- */
.block-sec06 {
  padding: 80px 0;
  background: #ededed;
}

@media screen and (max-width: 767px) {
  .block-sec06 {
    padding: 10.43025% 0;
  }
}

.block-sec06 [class^='row']:not(:first-child) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .block-sec06 [class^='col']:not(:first-child) {
    margin-top: 3rem;
  }
}

.block-sec06 [class*='box'] {
  background: #fff;
  border: 3px solid #ddd;
}

.block-sec06__box01 {
  padding: 2.2rem 1rem 2.7rem;
}

.block-sec06__box03 {
  padding: 1.4rem 1rem 2.8rem;
}

.block-sec06__ttl {
  color: #2a496f;
  font-size: 2rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.block-sec06 .button {
  margin-top: 2.2rem;
}

.block-sec06__img a img {
  transition: .3s;
}

.block-sec06__img a:hover img {
  opacity: .8;
}

.block-contact {
  padding: 80px 0;
  background: #e17b07;
}

@media screen and (max-width: 767px) {
  .block-contact {
    padding: 10.43025% 0;
  }
}

.block-contact h2,
.block-contact p,
.block-contact a {
  color: #fff;
}

.block-contact .button {
  margin-top: 3rem;
}

su-u-clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.su-u-trim> :first-child {
  margin-top: 0;
}

.su-u-trim> :last-child {
  margin-bottom: 0;
}

.su-u-responsive-media-yes {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.su-u-responsive-media-yes .fluid-width-video-wrapper,
.su-u-responsive-media-yes .video-holder {
  position: static !important;
}

.su-u-responsive-media-yes embed,
.su-u-responsive-media-yes iframe,
.su-u-responsive-media-yes object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.su-u-overflow-hidden {
  overflow: hidden;
}

.su-accordion {
  margin-bottom: 1.5em;
}

.su-accordion .su-spoiler {
  margin-bottom: 0.5em;
}

.su-audio {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 1.5em;
  background: #7c8781;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c8781), to(#0a0809));
  background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
  border-radius: 3px;
}

.su-audio .jp-pause,
.su-audio .jp-play {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  border-right: 1px solid #454947;
  background-image: url("~@/assets/images/player/default.png");
  background-repeat: no-repeat;
}

.su-audio .jp-play {
  background-position: 0 0;
}

.su-audio .jp-pause {
  background-position: -30px 0;
}

.su-audio .jp-current-time,
.su-audio .jp-duration {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  color: #eee;
  text-shadow: 0 -1px 0 #000;
}

.su-audio .jp-current-time {
  left: 45px;
}

.su-audio .jp-duration {
  right: 10px;
}

.su-audio .jp-play-bar,
.su-audio .jp-seek-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.su-audio .jp-progress {
  position: absolute;
  top: 10px;
  left: 85px;
  right: 50px;
  height: 10px;
  background: #333;
  box-shadow: 0 0 5px #000 inset;
  border-radius: 3px;
}

.su-audio .jp-seek-bar {
  background: #0b0b0b;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#666));
  background: linear-gradient(to bottom, #0b0b0b 0, #666 100%);
}

.su-audio .jp-play-bar {
  background: #6db3f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
  background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.su-box {
  margin: 0 0 1.5em;
  border-width: 2px;
  border-style: solid;
}

.su-box-title {
  display: block;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 1.1em;
}

.su-box-content {
  background-color: #fff;
  color: #444;
  padding: 1em;
}

.su-box-style-soft .su-box-title {
  background-image: url("~@/assets/images/styles/style-soft.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}

.su-box-style-glass .su-box-title {
  background-image: url("~@/assets/images/styles/style-glass.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.su-box-style-bubbles .su-box-title {
  background-image: url("~@/assets/images/styles/style-bubbles.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.su-box-style-noise .su-box-title {
  background-image: url("~@/assets/images/styles/style-noise.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}

.su-button {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-button-wide {
  display: block !important;
  margin: 1em 0;
}

.su-button-center {
  text-align: center;
}

.su-button span {
  display: block !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-button img {
  border: none !important;
  vertical-align: middle !important;
  margin: -0.2em 0.4em 0 -0.3em !important !important;
  box-shadow: none !important;
}

.su-button i {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0 !important !important;
  text-align: center;
  line-height: 1em;
}

.su-button.su-button-float-icon img {
  margin: 0 0.5em !important !important;
}

.su-button small {
  display: block;
  margin: -.2em 0 0;
  color: inherit;
  text-align: center;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.7;
}

.su-button-style-default {
  border-width: 1px;
  border-style: solid;
}

.su-button-style-default:hover {
  opacity: 0.7;
}

.su-button-style-default span {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.su-button-style-flat,
.su-button-style-flat span {
  border: none;
}

.su-button-style-flat span {
  position: relative;
}

.su-button-style-flat:hover span {
  top: 1px;
}

.su-button-style-ghost {
  background: 0 0 !important;
}

.su-button-style-ghost span {
  border-width: 3px;
  border-style: solid;
}

.su-button-style-ghost:hover span {
  border-color: inherit !important;
}

.su-button-style-soft span {
  background: 0 -20px url("~@/assets/images/styles/style-soft.png") repeat-x;
}

.su-button-style-soft:hover span {
  background: 0 0 url("~@/assets/images/styles/style-soft.png") repeat-x;
}

.su-button-style-glass span {
  background: 0 50% url("~@/assets/images/styles/style-glass.png") repeat-x;
}

.su-button-style-glass:hover span {
  background: 100% 50% url("~@/assets/images/styles/style-glass.png") repeat-x;
}

.su-button-style-bubbles span {
  background: 0 50% url("~@/assets/images/styles/style-bubbles.png") no-repeat;
}

.su-button-style-bubbles:hover span {
  background: -710px 50% url("~@/assets/images/styles/style-bubbles.png") no-repeat;
}

.su-button-style-noise span {
  background: 0 0 url("~@/assets/images/styles/style-noise.png") repeat-x;
}

.su-button-style-noise:hover span {
  background: 0 0 url("~@/assets/images/styles/style-noise.png") repeat-x;
}

.su-button-style-stroked span {
  margin: 1px;
  border: 1px dashed #fff !important;
}

.su-button-style-stroked:hover span {
  opacity: 0.7;
}

.su-button-style-3d {
  border-bottom-style: solid;
  border-bottom-width: 6px;
}

.su-button-style-3d span {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.su-button-style-3d:hover {
  position: relative;
  top: 3px;
  border-bottom-width: 3px;
}

.su-carousel {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.su-carousel-centered {
  margin: 0 auto 1.5em;
}

.su-carousel-slides {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode>.su-carousel-slides {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.su-carousel-slide {
  position: relative;
  float: left;
}

.su-carousel-slide>a,
.su-carousel-slide>a>img,
.su-carousel-slide>img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.su-carousel-responsive-yes .su-carousel-slide>a,
.su-carousel-responsive-yes .su-carousel-slide>a>img,
.su-carousel-responsive-yes .su-carousel-slide>img {
  height: auto;
}

.su-carousel-pages-no .su-carousel-pagination {
  display: none;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.su-carousel .su-carousel-slide a {
  padding: 0 5px;
}

.su-carousel .su-carousel-slide img {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.su-carousel .su-carousel-slide-title {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 4px;
  display: block;
  padding: 2px 3px;
  color: #fff;
  line-height: 1.2;
  font-size: 11px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.su-carousel .su-carousel-next,
.su-carousel .su-carousel-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #000 0 0 url("~@/assets/images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-carousel .su-carousel-prev {
  right: 20px;
  margin-right: 40px;
  background-position: -40px 0;
}

.su-carousel .su-carousel-next {
  left: 20px;
  margin-left: 40px;
  background-position: 0 0;
}

.su-carousel:hover .su-carousel-next,
.su-carousel:hover .su-carousel-prev {
  margin-left: 0;
  margin-right: 0;
  opacity: 0.7;
}

.su-carousel .su-carousel-next:hover,
.su-carousel .su-carousel-prev:hover {
  opacity: 1;
}

.su-carousel .su-carousel-pagination {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  width: 70%;
  height: 0;
  margin-top: -7px;
  text-align: center;
  cursor: default;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-carousel:hover .su-carousel-pagination {
  bottom: 20px;
  opacity: 1;
}

.su-carousel .su-carousel-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  background: #000 0 -999px url("~@/assets/images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-carousel:hover .su-carousel-pagination span {
  margin: 0 3px;
}

.su-carousel .su-carousel-pagination span.swiper-visible-switch {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.su-carousel .su-carousel-pagination span.swiper-active-switch,
.su-carousel .su-carousel-pagination span:hover {
  background-position: 0 -40px;
}

.su-row {
  margin-bottom: 1.5em;
}

.su-row::after {
  display: table;
  clear: both;
  content: '';
}

.su-row .su-column {
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0 0 0 4%;
}

.su-row .su-column:first-child {
  margin-left: 0;
}

.su-row .su-column.su-column-size-1-1 {
  margin-right: 0;
  margin-left: 0;
}

.su-row .su-column.su-column-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.su-row .su-column-size-1-1 {
  width: 100%;
}

.su-row .su-column-size-1-2 {
  width: 48%;
}

.su-row .su-column-size-1-3 {
  width: 30.66%;
}

.su-row .su-column-size-2-3 {
  width: 65.33%;
}

.su-row .su-column-size-1-4 {
  width: 22%;
}

.su-row .su-column-size-3-4 {
  width: 74%;
}

.su-row .su-column-size-1-5 {
  width: 16.8%;
}

.su-row .su-column-size-2-5 {
  width: 37.6%;
}

.su-row .su-column-size-3-5 {
  width: 58.4%;
}

.su-row .su-column-size-4-5 {
  width: 79.2%;
}

.su-row .su-column-size-1-6 {
  width: 13.33%;
}

.su-row .su-column-size-5-6 {
  width: 82.66%;
}

.su-row .su-column embed,
.su-row .su-column iframe,
.su-row .su-column img,
.su-row .su-column object {
  max-width: 100%;
}

.su-custom-gallery {
  margin-bottom: 1.5em;
}

.su-custom-gallery:after,
.su-custom-gallery:before {
  content: '';
  display: table;
}

.su-custom-gallery:after {
  clear: both;
}

.su-custom-gallery-slide {
  position: relative;
  float: left;
  margin: 0.5em;
  overflow: hidden;
}

.su-custom-gallery-slide a {
  display: block;
  width: 100%;
}

.su-custom-gallery-slide img {
  display: block;
  margin: 0;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-custom-gallery-slide:hover img {
  background: #eee;
  border: 1px solid #aaa;
}

.su-custom-gallery-slide span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  right: 4px;
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-custom-gallery-slide:hover span {
  opacity: 1;
}

.su-custom-gallery-title-never span {
  display: none;
}

.su-custom-gallery-title-always span {
  opacity: 1;
}

.su-dailymotion {
  margin: 0 0 1.5em;
}

.su-dailymotion iframe {
  border: none !important;
}

.su-display-posts-template-default .su-post {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.75em;
}

.su-display-posts-template-default .su-post-thumbnail {
  margin: 0 1.25em 0 0;
  width: 8.25em;
}

.su-display-posts-template-default .su-post-thumbnail a {
  display: block !important;
  text-decoration: none !important;
}

.su-display-posts-template-default .su-post-thumbnail img {
  display: block !important;
  margin: 0 !important !important;
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.su-display-posts-template-default .su-post-body {
  -webkit-box-flex: 1;
  flex: 1;
}

.su-display-posts-template-default h2.su-post-title {
  margin: 0 0 1em !important !important;
  padding: 0 !important !important;
  border: none !important;
  font-size: 1.35em !important;
}

.su-display-posts-template-default h2.su-post-title::after,
.su-display-posts-template-default h2.su-post-title::before {
  display: none;
}

.su-display-posts-template-default .su-post-meta {
  margin: 1em 0;
  font-size: 0.85em;
  opacity: 0.85;
}

.su-display-posts-template-default .su-post-excerpt p {
  margin: 1em 0;
}

.su-display-posts-template-default .su-post-excerpt> :last-child {
  margin-bottom: 0 !important;
}

.su-display-posts-template-default .su-post-comments-link {
  margin: 1em 0 0;
}

.su-display-posts-template-teasers .su-post {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.su-display-posts-template-teasers .su-post-thumbnail {
  margin: 0 1em 0 0;
  width: 3.75em;
}

.su-display-posts-template-teasers .su-post-thumbnail a {
  display: block !important;
  text-decoration: none !important;
}

.su-display-posts-template-teasers .su-post-thumbnail img {
  display: block !important;
  margin: 0 !important !important;
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.su-display-posts-template-teasers .su-post-body {
  -webkit-box-flex: 1;
  flex: 1;
}

.su-display-posts-template-teasers h2.su-post-title {
  margin: 0 !important !important;
  padding: 0 !important !important;
  border: none !important;
  font-size: 1.15em !important;
}

.su-display-posts-template-teasers h2.su-post-title::after,
.su-display-posts-template-teasers h2.su-post-title::before {
  display: none;
}

.su-display-posts-template-single h2.su-post-title {
  margin: 0 0 1em !important !important;
  padding: 0 !important !important;
  border: none !important;
  font-size: 1.75em !important;
}

.su-display-posts-template-single .su-post-meta {
  margin: 1em 0;
  font-size: 0.85em;
  opacity: 0.85;
}

.su-display-posts-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.su-display-posts-pagination-next {
  margin-left: auto;
}

.su-divider {
  clear: both;
  border: none;
  text-align: right;
  line-height: 1;
}

.su-divider a {
  display: inline-block;
  font-size: 0.8em;
  text-decoration: none;
  outline: 0;
  padding-bottom: 5px;
}

.su-divider-style-default {
  border-bottom-style: solid;
}

.su-divider-style-dotted {
  border-bottom-style: dotted;
}

.su-divider-style-dashed {
  border-bottom-style: dashed;
}

.su-divider-style-double {
  border-bottom-style: double;
}

.su-document {
  margin: 0 0 1.5em;
}

.su-document iframe {
  border: none !important;
}

.su-dropcap {
  float: left;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0.2em 0.5em 0.2em 0;
  line-height: 2em;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}

.su-dropcap-style-default {
  color: #fff;
  background: #45484d;
  background: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(black));
  background: linear-gradient(to bottom, #45484d 0, #000 100%);
  text-shadow: -1px -1px 0 #000;
  border-radius: 50%;
}

.su-dropcap-style-flat {
  background: #444;
  color: #fff;
}

.su-dropcap-style-light {
  color: #333;
  border-radius: 50%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0, #eaeaea 100%);
}

.su-dropcap-style-simple {
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: left;
}

.su-expand {
  margin: 0 0 1.5em;
}

.su-expand-content {
  overflow: hidden;
}

.su-expand-link {
  margin-top: 0.5em;
  cursor: pointer;
}

.su-expand-link:hover {
  opacity: 0.7;
}

.su-expand-link a,
.su-expand-link a:active,
.su-expand-link a:focus,
.su-expand-link a:hover,
.su-expand-link a:visited {
  display: inline;
  text-decoration: none;
  box-shadow: none;
  background: 0 0;
  border: none;
}

.su-expand-link-style-underlined .su-expand-link span {
  text-decoration: underline;
}

.su-expand-link-style-dotted .su-expand-link span {
  border-bottom: 1px dotted #333;
}

.su-expand-link-style-dashed .su-expand-link span {
  border-bottom: 1px dashed #333;
}

.su-expand-link-style-button .su-expand-link a {
  display: inline-block;
  margin-top: 0.2em;
  padding: 0.2em 0.4em;
  border: 2px solid #333;
}

.su-expand-link-more {
  display: none;
}

.su-expand-link-less {
  display: block;
}

.su-expand-collapsed .su-expand-link-more {
  display: block;
}

.su-expand-collapsed .su-expand-link-less {
  display: none;
}

.su-expand-link i {
  display: inline-block;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
  color: inherit;
}

.su-expand-link img {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
}

.su-frame,
.su-frame-inner {
  display: block;
}

.su-frame-align-left {
  float: left;
  margin: 0 1em 1em 0;
}

.su-frame-align-center {
  float: none;
  margin: 1em auto;
}

.su-frame-align-right {
  float: right;
  margin: 0 0 1em 1em;
}

.su-frame img {
  display: block !important;
  float: none !important;
  padding: 0 !important !important;
  margin: 0 !important !important;
  border: none !important;
  box-shadow: none !important;
}

.su-frame-style-default {
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
  box-shadow: 1px 1px 4px #ccc;
}

.su-frame-style-default .su-frame-inner {
  padding: 2px;
  border: 4px solid #eee;
}

.su-gmap {
  margin: 0 0 1.5em;
}

.su-gmap iframe {
  border: none !important;
}

.su-guests {
  margin-bottom: 1.5em;
}

.su-heading-style-default {
  padding: 2px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.su-heading-style-default .su-heading-inner {
  padding: 1em 0.5em;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

.su-heading.su-heading-align-left {
  text-align: left;
}

.su-heading.su-heading-align-left .su-heading-inner {
  padding-left: 0.2em;
}

.su-heading.su-heading-align-right {
  text-align: right;
}

.su-heading.su-heading-align-right .su-heading-inner {
  padding-right: 0.2em;
}

.su-heading.su-heading-align-center {
  text-align: center;
}

.su-highlight {
  display: inline;
  padding: 1px 0;
}

.su-image-carousel {
  margin: 1.5em 0;
  width: 100%;
}

.su-image-carousel:first-child {
  margin-top: 0;
}

.su-image-carousel:last-child {
  margin-bottom: 0;
}

.su-image-carousel-item {
  box-sizing: border-box;
  width: 100%;
}

.su-image-carousel-item-content {
  position: relative;
}

.su-image-carousel-item-content a,
.su-image-carousel-item-content a:active,
.su-image-carousel-item-content a:focus,
.su-image-carousel-item-content a:hover,
.su-image-carousel-item-content a:visited,
.su-image-carousel-item-content img {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
}

.su-image-carousel-item-content a::after,
.su-image-carousel-item-content a::before,
.su-image-carousel-item-content img::after,
.su-image-carousel-item-content img::before {
  display: none;
}

.su-image-carousel-item-content span {
  position: absolute;
  display: block;
  overflow: auto;
  max-height: 60%;
  word-wrap: break-word;
  font-size: 0.9em;
  line-height: 1.3;
}

.su-image-carousel-item-content span:empty {
  display: none;
}

.su-image-carousel-columns-2 .su-image-carousel-item {
  width: 50%;
}

.su-image-carousel-columns-3 .su-image-carousel-item {
  width: 33.3333333333%;
}

.su-image-carousel-columns-4 .su-image-carousel-item {
  width: 25%;
}

.su-image-carousel-columns-5 .su-image-carousel-item {
  width: 20%;
}

.su-image-carousel-columns-6 .su-image-carousel-item {
  width: 16.6666666666%;
}

.su-image-carousel-columns-7 .su-image-carousel-item {
  width: 14.2857142857%;
}

.su-image-carousel-columns-8 .su-image-carousel-item {
  width: 12.5%;
}

.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 3%;
  width: 48.5%;
}

.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 2.9%;
  width: 31.4%;
}

.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 2.8%;
  width: 22.9%;
}

.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 2.5%;
  width: 18%;
}

.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 2.6%;
  width: 14.5%;
}

.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 2.2%;
  width: 12.4%;
}

.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item {
  margin-right: 2%;
  width: 10.75%;
}

.su-image-carousel-crop .su-image-carousel-item-content::before {
  float: left;
  margin-left: -1px;
  width: 1px;
  height: 0;
  content: '';
}

.su-image-carousel-crop .su-image-carousel-item-content::after {
  display: table;
  clear: both;
  content: '';
}

.su-image-carousel-crop .su-image-carousel-item-content a,
.su-image-carousel-crop .su-image-carousel-item-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.su-image-carousel-crop .su-image-carousel-item-content img {
  -o-object-fit: cover;
  object-fit: cover;
}

.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before {
  padding-top: 56.25%;
}

.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before {
  padding-top: 62.5%;
}

.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before {
  padding-top: 42.857142857143%;
}

.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before {
  padding-top: 80%;
}

.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before {
  padding-top: 75%;
}

.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before {
  padding-top: 66.666666666667%;
}

.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before {
  padding-top: 50%;
}

.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before {
  padding-top: 100%;
}

.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before {
  padding-top: 200%;
}

.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before {
  padding-top: 150%;
}

.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before {
  padding-top: 133.33333333333%;
}

.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before {
  padding-top: 125%;
}

.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before {
  padding-top: 233.33333333333%;
}

.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before {
  padding-top: 160%;
}

.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before {
  padding-top: 177.77777777778%;
}

.su-image-carousel-align-left {
  float: left;
  margin-top: 0;
  margin-right: 1.5em;
}

.su-image-carousel-align-right {
  float: right;
  margin-top: 0;
  margin-left: 1.5em;
}

.su-image-carousel-align-center {
  margin-right: auto;
  margin-left: auto;
}

.su-image-carousel-align-full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw !important;
  width: 100vw !important;
}

.su-image-carousel button.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  display: block;
  margin: -22px 0 0;
  padding: 0;
  width: 44px;
  height: 44px;
  outline: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: none;
  transform: none;
}

.su-image-carousel:hover button.flickity-prev-next-button {
  opacity: 0.5;
}

.su-image-carousel button.flickity-prev-next-button:focus,
.su-image-carousel button.flickity-prev-next-button:hover {
  box-shadow: none;
  opacity: 1;
}

.su-image-carousel button.flickity-prev-next-button:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.su-image-carousel button.flickity-prev-next-button[disabled] {
  display: none;
}

.su-image-carousel button.flickity-prev-next-button.previous {
  left: 20px;
}

.su-image-carousel button.flickity-prev-next-button.next {
  right: 20px;
}

.su-image-carousel>ol.flickity-page-dots {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.su-image-carousel:hover>ol.flickity-page-dots {
  opacity: 1;
}

.su-image-carousel>ol.flickity-page-dots>li.dot {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  list-style: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: all;
}

.su-image-carousel>ol.flickity-page-dots>li.dot:hover {
  opacity: 1;
}

.su-image-carousel>ol.flickity-page-dots>li.dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before {
  display: block;
}

.su-image-carousel-controls-style-dark button.flickity-prev-next-button {
  background: #000;
  color: #fff;
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot {
  background: #000;
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before {
  background: #fff;
}

.su-image-carousel-controls-style-light button.flickity-prev-next-button {
  background: #fff;
  color: #000;
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot {
  background: #fff;
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before {
  background: #000;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content {
  margin: 1px;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #fff;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
  right: 4px;
  bottom: 4px;
  left: 4px;
  padding: 0.5em 0.7em;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  text-shadow: 0 2px 5px #000;
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content {
  margin: 1px;
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.7em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  text-shadow: 0 2px 5px #000;
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content {
  padding: 7px;
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content img {
  border: 5px solid #fff;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content span {
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 0.3em 0.5em;
  background: #fff;
  color: #000;
  font-size: 0.9em;
}

.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img {
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}

.su-image-carousel-mfp.mfp-bg {
  z-index: 102000 !important;
}

.su-image-carousel-mfp.mfp-wrap {
  z-index: 102001 !important;
}

.su-image-carousel-mfp.mfp-wrap .mfp-preloader {
  z-index: 102002 !important;
}

.su-image-carousel-mfp.mfp-wrap .mfp-content {
  z-index: 102003 !important;
}

.su-image-carousel-mfp.mfp-wrap button.mfp-arrow,
.su-image-carousel-mfp.mfp-wrap button.mfp-close {
  z-index: 102004 !important;
}

.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img,
.su-image-carousel-has-outline button.flickity-prev-next-button:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
}

.su-label {
  display: inline;
  margin-right: 0.3em;
  padding: 0.1em 0.3em;
  font-size: 0.8em;
  height: 0.8em;
  line-height: 0.8em;
  color: #fff;
  border-radius: 3px;
}

.su-label-type-default {
  background: #999;
}

.su-label-type-success {
  background: #090;
}

.su-label-type-warning {
  background: #f90;
}

.su-label-type-important {
  background: #f03;
}

.su-label-type-black {
  background: #111;
}

.su-label-type-info {
  background: #09c;
}

.su-lightbox-content {
  position: relative;
  margin: 0 auto;
}

#su-generator .su-lightbox-content,
.mfp-content .su-lightbox-content {
  display: block !important;
}

.su-lightbox-content-preview {
  width: 100%;
  min-height: 300px;
  background: #444;
  overflow: hidden;
}

.su-lightbox-content h1,
.su-lightbox-content h2,
.su-lightbox-content h3,
.su-lightbox-content h4,
.su-lightbox-content h5,
.su-lightbox-content h6 {
  color: inherit;
}

.su-lightbox {
  cursor: pointer;
}

.su-list {
  margin-bottom: 1.5em;
}

.su-list ul {
  margin: 0 !important !important;
  padding: 0 !important !important;
  list-style: none !important;
}

.su-list ul li {
  position: relative;
  display: block !important;
  margin: 0 !important !important;
  padding: 4px 0 4px 2em !important !important;
  list-style-type: none !important;
  line-height: 1.3em;
}

.su-list ul li>img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.3em;
  height: 1.3em;
  padding: 0;
  margin: 0;
  border: none;
}

.su-list ul li>i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

.su-members {
  margin-bottom: 1.5em;
  padding: 1em;
  border-width: 1px 0;
  border-style: solid;
  text-align: center;
}

.su-members a {
  text-decoration: underline;
  color: inherit;
}

.su-note {
  margin: 0 0 1.5em;
  border-width: 1px;
  border-style: solid;
}

.su-note-inner {
  padding: 1em;
  border-width: 1px;
  border-style: solid;
}

.su-posts-default-loop .su-post {
  margin-bottom: 2.5em;
  line-height: 1.5;
}

.su-posts-default-loop .su-post:after {
  content: '';
  display: table;
  clear: both;
}

.su-posts-default-loop .su-post-thumbnail {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 1em;
}

.su-posts-default-loop .su-post-thumbnail img {
  max-width: 100px;
  max-height: 100px;
}

.su-posts-default-loop h2.su-post-title {
  clear: none;
  margin: 0 0 0.3em;
  font-size: 1.2em;
  font-weight: 700;
}

.su-posts-default-loop .su-post-meta {
  margin-bottom: 0.7em;
  font-size: 0.8em;
  opacity: 0.6;
}

.su-posts-default-loop .su-post-excerpt {
  margin-bottom: 0.5em;
}

.su-posts-default-loop .su-post-excerpt p:last-child {
  margin-bottom: 0;
}

.su-posts-default-loop .su-post-comments-link {
  font-size: 0.9em;
}

.su-posts-teaser-loop .su-post {
  margin-bottom: 1.5em;
  line-height: 1.2;
}

.su-posts-teaser-loop .su-post:after {
  content: '';
  display: table;
  clear: both;
}

.su-posts-teaser-loop .su-post-thumbnail {
  float: left;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 1em 0 0;
}

.su-posts-teaser-loop .su-post-thumbnail img {
  display: block;
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.su-posts-teaser-loop h2.su-post-title {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0.9em;
  font-weight: 400;
  clear: none;
}

.su-posts-single-post .su-post {
  margin-bottom: 2.5em;
  line-height: 1.5;
}

.su-posts-single-post .su-post:after {
  content: '';
  display: table;
  clear: both;
}

.su-posts-single-post h1.su-post-title {
  clear: none;
  margin: 0 0 0.3em;
  font-size: 1.2em;
  font-weight: 700;
}

.su-posts-single-post .su-post-meta {
  margin-bottom: 0.7em;
  font-size: 0.8em;
  opacity: 0.6;
}

.su-posts-single-post .su-post-content {
  margin-bottom: 0.5em;
}

.su-posts-single-post .su-post-content p:last-child {
  margin-bottom: 0;
}

.su-private {
  margin: 0 0 1.5em;
}

.su-pullquote {
  display: block;
  width: 30%;
  padding: 0.5em 1em;
}

.su-pullquote-align-left {
  margin: 0.5em 1.5em 1em 0;
  padding-left: 0;
  float: left;
  border-right: 5px solid #eee;
}

.su-pullquote-align-right {
  margin: 0.5em 0 1em 1.5em;
  padding-right: 0;
  float: right;
  border-left: 5px solid #eee;
}

.su-qrcode {
  display: inline-block;
}

.su-qrcode-align-left {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.su-qrcode-align-center {
  display: block;
  clear: both;
  margin: 1em auto;
  text-align: center;
}

.su-qrcode-align-right {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

.su-qrcode a,
.su-qrcode a:active,
.su-qrcode a:focus,
.su-qrcode a:hover {
  background: 0 0;
  outline: 0;
  display: inline;
  text-decoration: none;
}

.su-qrcode-clickable a:hover {
  opacity: 0.7;
}

.su-qrcode img {
  max-width: 100%;
}

.su-quote-style-default {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 3em;
  font-style: italic;
}

.su-quote-style-default:after,
.su-quote-style-default:before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("~@/assets/images/quote.png");
  content: '';
}

.su-quote-style-default:before {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.su-quote-style-default:after {
  right: 0;
  bottom: 0;
  background-position: -20px 0;
}

.su-quote-style-default .su-quote-cite {
  display: block;
  text-align: right;
  font-style: normal;
}

.su-quote-style-default .su-quote-cite:before {
  content: '\2014\0000a0';
}

.su-quote-style-default .su-quote-cite a {
  text-decoration: underline;
}

.su-screenr {
  margin: 0 0 1.5em;
}

.su-screenr iframe {
  border: none !important;
}

.su-service {
  position: relative;
  margin: 0 0 1.5em;
}

.su-service-title {
  display: block;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 700;
  font-size: 1.1em;
}

.su-service-title img {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  margin: 0 !important !important;
  padding: 0 !important !important;
  border: none !important;
  box-shadow: none !important;
}

.su-service-title i {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
}

.su-service-content {
  line-height: 1.4;
}

.su-slider {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.su-slider-centered {
  margin: 0 auto 1.5em;
}

.su-slider-slides {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode>.su-slider-slides {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.su-slider-slide {
  position: relative;
  float: left;
}

.su-slider-slide>a,
.su-slider-slide>a>img,
.su-slider-slide>img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.su-slider-responsive-yes .su-slider-slide>a,
.su-slider-responsive-yes .su-slider-slide>a>img,
.su-slider-responsive-yes .su-slider-slide>img {
  height: auto;
}

.su-slider-pages-no .su-slider-pagination {
  display: none;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.su-slider-slide-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  max-width: 90%;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.3;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.su-slider-slide-visible .su-slider-slide-title {
  opacity: 1;
}

.su-slider-next,
.su-slider-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px !important;
  background: #000 0 0 url("~@/assets/images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-slider-prev {
  right: 10px;
  margin-right: 30px;
  background-position: -40px 0;
}

.su-slider-next {
  left: 10px;
  margin-left: 30px;
  background-position: 0 0;
}

.su-slider:hover .su-slider-next,
.su-slider:hover .su-slider-prev {
  margin-left: 0;
  margin-right: 0;
  opacity: 0.7;
}

.su-slider .su-slider-next:hover,
.su-slider .su-slider-prev:hover {
  opacity: 1;
}

.su-slider-pagination {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  width: 70%;
  height: 0;
  margin-top: -7px;
  text-align: center;
  cursor: default;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-slider:hover .su-slider-pagination {
  bottom: 20px;
  opacity: 1;
}

.su-slider-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  background: #000 0 -999px url("~@/assets/images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-slider:hover .su-slider-pagination span {
  margin: 0 3px;
}

.su-slider .su-slider-pagination span.swiper-visible-switch {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.su-slider-pagination span.swiper-active-switch,
.su-slider-pagination span:hover {
  background-position: 0 -40px;
}

.su-spacer {
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.su-spacer-5 {
  height: 5px;
}

.su-spacer-10 {
  height: 10px;
}

.su-spacer-20 {
  height: 20px;
}

.su-spacer-30 {
  height: 30px;
}

.su-spacer-40 {
  height: 40px;
}

.su-spoiler {
  margin-bottom: 1.5em;
}

.su-spoiler .su-spoiler:last-child {
  margin-bottom: 0;
}

.su-spoiler-title {
  position: relative;
  cursor: pointer;
  min-height: 20px;
  line-height: 20px;
  padding: 7px 7px 7px 34px;
  font-weight: 700;
  font-size: 13px;
}

.su-spoiler-title:focus {
  outline: currentColor thin dotted;
}

.su-spoiler-icon {
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  font-family: ShortcodesUltimateIcons;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.su-spoiler-content {
  padding: 14px;
  -webkit-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
  -ie-transition: padding-top 0.2s;
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content {
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border: none;
  opacity: 0;
  pointer-events: none;
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe {
  display: none;
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
  content: '\f068';
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f067';
}

.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
  content: '\f056';
}

.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f055';
}

.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before {
  content: '\f146';
}

.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f0fe';
}

.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before {
  content: '\f147';
}

.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f196';
}

.su-spoiler-icon-arrow .su-spoiler-icon:before {
  content: '\f063';
}

.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f061';
}

.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before {
  content: '\f0ab';
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f0a9';
}

.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before {
  content: '\f01a';
}

.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f18e';
}

.su-spoiler-icon-chevron .su-spoiler-icon:before {
  content: '\f078';
}

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f054';
}

.su-spoiler-icon-chevron-circle .su-spoiler-icon:before {
  content: '\f13a';
}

.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f138';
}

.su-spoiler-icon-caret .su-spoiler-icon:before {
  content: '\f0d7';
}

.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f0da';
}

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
  content: '\f150';
}

.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f152';
}

.su-spoiler-icon-folder-1 .su-spoiler-icon:before {
  content: '\f07c';
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f07b';
}

.su-spoiler-icon-folder-2 .su-spoiler-icon:before {
  content: '\f115';
}

.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before {
  content: '\f114';
}

.su-spoiler-style-default>.su-spoiler-title {
  padding-left: 27px;
  padding-right: 0;
}

.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  left: 0;
}

.su-spoiler-style-default>.su-spoiler-content {
  padding: 1em 0 1em 27px;
}

.su-spoiler-style-fancy {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  color: #333;
}

.su-spoiler-style-fancy>.su-spoiler-title {
  border-bottom: 1px solid #ccc;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 0.9em;
}

.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title {
  border: none;
}

.su-spoiler-style-fancy>.su-spoiler-content {
  border-radius: 10px;
}

.su-spoiler-style-simple {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.su-spoiler-style-simple>.su-spoiler-title {
  padding: 5px 10px;
  background: #f0f0f0;
  color: #333;
  font-size: 0.9em;
}

.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon {
  display: none;
}

.su-spoiler-style-simple>.su-spoiler-content {
  padding: 1em 10px;
  background: #fff;
  color: #333;
}

.su-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.su-table table {
  width: 100% !important;
  margin: 0 !important !important;
  border-collapse: collapse !important;
  font-size: 1em !important;
  border: 1px solid #ccc !important;
  table-layout: auto !important;
}

.su-table table th {
  text-align: center !important;
  padding: 1em !important !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  background: #f0f0f0 !important;
}

.su-table table td {
  padding: 0.5em 1em !important !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}

.su-table-responsive {
  overflow-x: auto;
}

.su-table-responsive table {
  width: auto !important;
  min-width: 100% !important;
}

.su-table-responsive table td,
.su-table-responsive table th {
  word-break: initial !important;
}

.su-table-alternate table tr:nth-child(even) td {
  background-color: #f7f7f7 !important;
}

.su-table-fixed table {
  table-layout: fixed !important;
}

.su-tabs {
  margin: 0 0 1.5em;
  padding: 3px;
  border-radius: 3px;
  background: #eee;
}

.su-tabs-nav span {
  display: inline-block;
  margin-right: 3px;
  padding: 10px 15px;
  min-height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.su-tabs-nav span:hover {
  background: #f5f5f5;
}

.su-tabs-nav span.su-tabs-current {
  background: #fff;
  cursor: default;
}

.su-tabs-nav span:focus {
  outline: currentColor thin dotted;
}

.su-tabs-nav span.su-tabs-disabled {
  opacity: 0.5;
  cursor: default;
}

.su-tabs-pane {
  padding: 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 13px;
}

.su-tabs-pane:not(.su-tabs-pane-open) {
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  border: none !important;
}

.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-pane,
.su-tabs-panes {
  box-sizing: border-box !important;
}

.su-tabs-vertical {
  display: -webkit-box;
  display: flex;
}

.su-tabs-vertical .su-tabs-nav {
  width: 30%;
}

.su-tabs-vertical .su-tabs-nav>span {
  display: block;
  margin-right: 0;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.su-tabs-vertical .su-tabs-panes {
  width: 70%;
}

.su-tabs-vertical .su-tabs-panes .su-tabs-pane {
  height: 100%;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.qtip.su-qtip {
  max-width: 480px !important;
}

.su-tooltip {
  display: inline-block;
}

.su-qtip-size-1 {
  font-size: 0.8em !important;
}

.su-qtip-size-2 {
  font-size: 0.9em !important;
}

.su-qtip-size-3 {
  font-size: 1em !important;
}

.su-qtip-size-4 {
  font-size: 1.1em !important;
}

.su-qtip-size-5 {
  font-size: 1.2em !important;
}

.su-qtip-size-6 {
  font-size: 1.3em !important;
}

.su-tooltip-content {
  display: none;
}

.su-tooltip-content> :last-child {
  margin-bottom: 0;
}

.qtip-content .su-tooltip-content embed,
.qtip-content .su-tooltip-content iframe,
.qtip-content .su-tooltip-content img,
.qtip-content .su-tooltip-content object {
  max-width: 430px;
}

.qtip-content .su-tooltip-content .su-u-responsive-media-yes {
  width: 430px;
}

.su-video {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.su-video .jp-title {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 1em;
  line-height: 30px;
  font-size: 0.9em;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

.su-video:hover .jp-title {
  top: 0;
}

.su-video .jp-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: 50% 50% url("~@/assets/images/player/default-start.png") no-repeat;
}

.su-video:hover .jp-start {
  opacity: 0.8;
}

.su-video.jp-video-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.su-video.jp-video-full .jp-jplayer {
  position: fixed !important;
  left: 0;
  top: 0;
  overflow: hidden;
}

.su-video .jp-gui {
  position: relative;
  height: 30px;
  background: #7c8781;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c8781), to(#0a0809));
  background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.su-video.jp-video-full .jp-gui {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.su-video-controls-no .jp-gui {
  position: absolute !important;
  bottom: -100px;
  left: 0;
  right: 0;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.su-video-controls-no:hover .jp-gui {
  bottom: 0;
}

.su-video img {
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important !important;
  padding: 0 !important !important;
}

.su-video .jp-gui .jp-pause,
.su-video .jp-gui .jp-play {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #454947;
  cursor: pointer;
}

.su-video .jp-gui .jp-play {
  background: 0 0 url("~@/assets/images/player/default.png") no-repeat;
}

.su-video .jp-gui .jp-pause {
  background: -30px 0 url("~@/assets/images/player/default.png") no-repeat;
}

.su-video .jp-full-screen,
.su-video .jp-restore-screen {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-left: 1px solid #454947;
  cursor: pointer;
}

.su-video .jp-full-screen {
  background: 0 -30px url("~@/assets/images/player/default.png") no-repeat;
}

.su-video .jp-restore-screen {
  background: -30px -30px url("~@/assets/images/player/default.png") no-repeat;
}

.su-video .jp-progress {
  position: absolute;
  top: 10px;
  left: 90px;
  right: 90px;
  height: 10px;
  background: #333;
  border-radius: 3px;
  box-shadow: 0 0 5px #000 inset;
}

.su-video .jp-play-bar,
.su-video .jp-seek-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
}

.su-video .jp-seek-bar {
  background: #0b0b0b;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#666));
  background: linear-gradient(to bottom, #0b0b0b 0, #666 100%);
}

.su-video .jp-play-bar {
  background: #6db3f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
  background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
}

.su-video .jp-current-time,
.su-video .jp-duration {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #f5f5f5;
  font-size: 10px;
}

.su-video .jp-current-time {
  left: 50px;
}

.su-video .jp-duration {
  right: 50px;
}

.su-vimeo {
  margin: 0 0 1.5em;
}

.su-vimeo iframe {
  border: none !important;
}

.su-youtube {
  margin: 0 0 1.5em;
}

.su-youtube iframe {
  border: none !important;
}

@media screen and (max-width: 768px) {
  .su-button span {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
    line-height: 1.2 !important;
  }

  .su-button small {
    margin-top: 0.2em !important;
  }

  .su-display-posts-template-default .su-post-thumbnail {
    width: 4em;
  }

  .su-display-posts-template-teasers .su-post-thumbnail {
    width: 2.75em;
  }

  .su-image-carousel-adaptive .su-image-carousel-item,
  .su-image-carousel-adaptive.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 48em) {
  .su-pullquote {
    width: auto;
  }

  .su-pullquote-align-left,
  .su-pullquote-align-right {
    float: none;
    margin: 1.5em 0;
    padding: 0.5em 1em;
  }
}

@media only screen and (max-width: 768px) {
  .su-tabs-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .su-tabs-vertical .su-tabs-nav,
  .su-tabs-vertical .su-tabs-panes {
    width: 100%;
  }

  .su-tabs-vertical .su-tabs-nav .su-tabs-pane,
  .su-tabs-vertical .su-tabs-nav>span,
  .su-tabs-vertical .su-tabs-panes .su-tabs-pane,
  .su-tabs-vertical .su-tabs-panes>span {
    border-radius: 3px;
  }

  .su-tabs-mobile-stack .su-tabs-nav span {
    display: block;
  }

  .su-tabs-mobile-scroll .su-tabs-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 767px) {
  .su-row .su-column {
    float: none;
    width: 100%;
    margin: 0;
  }

  .su-row .su-column+.su-column {
    margin: 1.5rem 0 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 0) {

  .su-image-carousel-has-outline .su-image-carousel-item-content a:focus,
  .su-image-carousel-has-outline button.flickity-prev-next-button:focus {
    outline-style: auto;
    outline-color: -webkit-focus-ring-color;
  }
}

/* gutenberg_customize
--------------------------- */

/* 色のマップ */

/* @each でループ処理 */
.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-txt-color {
  color: #000;
}

.has-txt-background-color {
  background-color: #000;
}

.has-main-color {
  color: #2a496f;
}

.has-main-background-color {
  background-color: #2a496f;
}

.has-blue-color {
  color: #e1eef4;
}

.has-blue-background-color {
  background-color: #e1eef4;
}

.has-glay-color {
  color: #ededed;
}

.has-glay-background-color {
  background-color: #ededed;
}

.has-orange-color {
  color: #e17b07;
}

.has-orange-background-color {
  background-color: #e17b07;
}

.has-color01-color {
  color: #7abcb5;
}

.has-color01-background-color {
  background-color: #7abcb5;
}

.has-color02-color {
  color: #7ab0cb;
}

.has-color02-background-color {
  background-color: #7ab0cb;
}

.has-color03-color {
  color: #485a6f;
}

.has-color03-background-color {
  background-color: #485a6f;
}

.has-color04-color {
  color: #697175;
}

.has-color04-background-color {
  background-color: #697175;
}

.is-style-table-a table th:first-child,
.is-style-table-a table td:first-child {
  color: #2a496f;
  font-size: 2rem;
}

@media (max-width: 767px) {

  .is-style-table-a table th:first-child,
  .is-style-table-a table td:first-child {
    font-size: calc(14px + 6 * (100vw - 375px) / 390);
  }
}

.is-style-table-a table th {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.is-style-table-a table td {
  background: #fff;
  color: #000;
  letter-spacing: 0.05em;
  padding: .6em 1em;
  vertical-align: top;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.is-style-table-b table thead th {
  background: #7ab0cb;
  color: #fff;
  text-align: center;
  padding: .6em 1em;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .is-style-table-b table thead th {
    font-size: calc(14px + 6 * (100vw - 375px) / 390);
  }
}

.is-style-table-b table thead tr:first-of-type th:first-of-type {
  border-left: 2px solid transparent;
}

.is-style-table-b table thead tr:first-of-type th:last-of-type {
  border-right: 2px solid transparent;
}

.is-style-table-b table tbody td {
  background: #fff;
  color: #000;
  letter-spacing: 0.05em;
  padding: .6em 1em;
  vertical-align: top;
}

.is-style-table-b table tbody td:first-child {
  border-left: 2px solid transparent;
}

.is-style-table-b table tbody td:last-child {
  border-right: 2px solid transparent;
}

.is-style-table-c table th:first-child,
.is-style-table-c table td:first-child {
  color: #2a496f;
  font-weight: 700;
  width: 350px;
}

.is-style-table-d table th:first-child,
.is-style-table-d table td:first-child {
  color: #2a496f;
  font-weight: 700;
}

@media (max-width: 767px) {

  .is-style-table-c table th:first-child,
  .is-style-table-c table td:first-child {
    width: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin-bottom: 7px;
    font-size: 18px;
  }

  .is-style-table-d table th:first-child,
  .is-style-table-d table td:first-child {
    width: 65px;
  }

  .is-style-table-c table tr:first-child {
    border-top: solid 1px #ddd;
  }

  .is-style-table-c table tr {
    padding: 20px .3rem;
    display: block;
    border-bottom: solid 1px #ddd;
  }
}

.is-style-table-c table th,
.is-style-table-d table th {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.is-style-table-c table td,
.is-style-table-d table td {
  background: transparent;
  color: #000;
  letter-spacing: 0.05em;
  padding: .6em .5em;
  vertical-align: top;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

@media (max-width: 767px) {
  .is-style-table-c table td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
}

table.tablepress th,
table.tablepress td {
  border: 2px solid #ddd;
}

table.tablepress tr:first-of-type th:first-of-type {
  border-left: 2px solid transparent;
}

table.tablepress tr:first-of-type th:last-of-type {
  border-right: 2px solid transparent;
}

table.tablepress thead th,
table.tablepress thead td {
  background: #7ab0cb;
  color: #fff;
  text-align: center;
  padding: .6em 1em;
  font-size: 2rem;
}

table.tablepress a {
  color: #007bff;
}

@media (max-width: 767px) {

  table.tablepress thead th,
  table.tablepress thead td {
    font-size: calc(14px + 6 * (100vw - 375px) / 390);
    padding: 3px;
  }
}

table.tablepress tbody th,
table.tablepress tbody td {
  background: #fff;
  color: #000;
  letter-spacing: 0.05em;
  padding: .6em 1em;
  vertical-align: top;
}

table.tablepress tbody td:first-child {
  border-left: 2px solid transparent;
}

table.tablepress tbody td:last-child {
  border-right: 2px solid transparent;
}

.is-style-button {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

.is-style-button a {
  display: block;
  color: #fff;
  background: #2a496f;
  border: 1px solid #2a496f;
  padding: 1.4em 1rem;
  text-decoration: none;
  margin: auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 5rem;
}

@media (max-width: 767px) {
  .is-style-button a {
    padding: 1em 1rem;
    font-size: 1.6rem;
  }

  table.tablepress tbody th,
  table.tablepress tbody td {
    padding: 3px;
    font-size: 15px;
  }
}

.is-style-button a:hover {
  background: #fff;
  color: #2a496f !important;
  border: 1px solid #2a496f;
}

.is-style-button.type-t a {
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  padding: .78em 1rem;
}

.is-style-button.type-t a:hover {
  background: #fff;
  color: #e17b07;
  border: 2px solid #e17b07;
}

.is-style-button.wide a {
  max-width: 550px;
  font-weight: 700;
}

.is-style-button.thin a {
  padding: .4em 1rem;
}

.is-style-button.mail a {
  position: relative;
  padding-left: 48px;
}

.is-style-button.mail a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  left: 5%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(./img/icon_mail.png) no-repeat center/contain;
}

.is-style-button.mail a:hover::before {
  background: url(./img/icon_mail_rev.png) no-repeat center/contain;
}

@media (max-width: 576px) {
  .is-style-button.mail a {
    display: flex;
    justify-content: center;
  }
}

.is-style-button.button-pdf a {
  position: relative;
  border-radius: 10px;
  background: #ececec;
  border: 1px solid #ddd;
  padding: .72em 1rem;
  padding-left: 32px;
  font-size: 1.6rem;
  max-width: 240px;
  width: 100%;
  color: #000;
  transition: .3s;
}

.is-style-button.button-pdf a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 8%;
  margin: auto;
  width: 20px;
  height: 24px;
  background: url(./img/icon_pdf.png) no-repeat center/contain;
}

.is-style-button.button-pdf a:hover {
  background: #ddd;
}

.is-style-button.button-twitter a {
  color: #fff;
  position: relative;
  border-radius: 5rem;
  background: #28a7e2;
  border: 1px solid #28a7e2;
  padding: 1.19em 1rem;
  padding-left: 28px;
  letter-spacing: 0.1em;
  max-width: 260px;
  width: 100%;
  transition: .3s;
}

.is-style-button.button-twitter a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 20%;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(./img/icon_twitter.png) no-repeat center/contain;
}

.is-style-button.button-twitter a:hover {
  color: #fff;
  background: #3eb0e5;
}

.is-provider-youtube>.wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* グーテンベルグ用ブロック03
--------------------------- */
.box__inner {
  padding: 4.6rem 1rem;
  background: #fff;
}

@media (max-width: 767px) {
  .box__inner {
    padding: 5% 1rem;
  }
}

[class^='color'] .monthly {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  text-align: center;
}

[class^='color'] .monthly span {
  font-size: 4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  [class^='color'] .monthly {
    font-size: calc(15px + 7 * (100vw - 375px) / 390);
  }

  [class^='color'] .monthly span {
    font-size: calc(20px + 20 * (100vw - 375px) / 390);
  }
}

@media (max-width: 425px) {
  [class^='color'] .monthly span {
    font-size: 1.9rem;
  }
}

[class^='color'] .notation {
  margin-top: .8rem;
}

/* グーテンベルグ用ブロック04
--------------------------- */
.num {
  position: absolute;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50%;
  background: #7ed0fc;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .num {
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 600px) {
  .num {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    top: .2rem;
  }
}

.arrow_box {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #7ed0fc;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .arrow_box {
    margin: 0 1.5rem;
  }
}

.arrow_box::before,
.arrow_box::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.arrow_box:last-child::before,
.arrow_box:last-child::after {
  content: none;
}

.arrow_box::before {
  bottom: -18px;
  border-style: solid;
  border-color: #7ed0fc transparent transparent transparent;
  border-width: 18px 26px 0 26px;
}

.arrow_box::after {
  bottom: -16px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 17px 25px 0 25px;
  z-index: 10;
}

@media (max-width: 767px) {
  .arrow_box::before {
    bottom: -9px;
    border-width: 9px 13px 0 13px;
  }

  .arrow_box::after {
    bottom: -8px;
    border-width: 8px 12px 0 12px;
  }
}

.arrow_box__last {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #7ed0fc;
  margin-bottom: 2rem;
}

.arrow_box__last:after,
.arrow_box__last:before {
  content: none;
}

@media (max-width: 767px) {
  .arrow_box__last {
    margin: 0 1.5rem;
  }
}

/* グーテンベルグ用ブロック06
  --------------------------- */
.border-box-turquoise {
  padding: 1.8rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #7abcb5;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .border-box-turquoise {
    margin-top: 0;
    padding: 1rem 2rem;
    border: 2px solid #7abcb5;
  }
}

.border-box-turquoise>p {
  margin-bottom: 0;
  line-height: 1;
}

.border-box-turquoise .university {
  font-size: 3rem;
  font-weight: 700;
}

.border-box-turquoise .university span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .border-box-turquoise .university {
    /* font-size: calc(20px + 8 * (100vw - 375px) / 390); */
    font-size: 16px;
  }

  .border-box-turquoise .university span {
    font-size: calc(14px + 4 * (100vw - 375px) / 390);
  }
}

.border-box-turquoise .people {
  font-weight: 700;
  font-size: 3rem;
}

.border-box-turquoise .people span {
  font-family: gidole;
  font-size: 7rem;
  line-height: 1;
  padding-right: .4rem;
  color: #7abcb5;
}

@media (max-width: 767px) {
  .border-box-turquoise .people {
    font-size: calc(18px + 10 * (100vw - 375px) / 390);
  }

  .border-box-turquoise .people span {
    /* font-size: calc(40px + 20 * (100vw - 375px) / 390); */
    font-size: 25px;
  }
}

@media (max-width: 781px) {
  .wp-block-columns {
    margin-bottom: 0;
  }

  .wp-block-column:not(:only-child) {
    margin-top: 0.75em;
  }
}

.border-box-steel_blue {
  padding: 1.8rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #7ab0cb;
  position: relative;
  padding: 2.4rem 2rem 3.2rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {

  .border-box-steel_blue {
    margin-top: 0;
    padding: 1rem 2rem 2.2rem;
    border: 2px solid #7ab0cb;
  }
}

.border-box-steel_blue>p {
  margin-bottom: 0;
  line-height: 1;
}

.border-box-steel_blue .txt {
  position: absolute;
  bottom: .8rem;
  right: 2rem;
  font-size: 1.3rem;
}

.border-box-steel_blue .university {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .border-box-steel_blue .university {
    /* font-size: 2rem; */
    font-size: 16px;
  }
}

.border-box-steel_blue .people {
  font-weight: 700;
  font-size: 2rem;
}

.border-box-steel_blue .people span {
  font-family: gidole;
  font-size: 6rem;
  line-height: 1;
  padding-right: .4rem;
  color: #7ab0cb;
}

@media (max-width: 767px) {
  .border-box-steel_blue .people {
    font-size: calc(18px + 10 * (100vw - 375px) / 390);
  }

  .border-box-steel_blue .people span {
    /* font-size: calc(40px + 20 * (100vw - 375px) / 390); */
    font-size: 25px;
  }
}

/* block-sec01 ポイントエリア ブロック01
    ---------------------------*/
.block-sec01 {
  background: #e1eef4;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .block-sec01 {
    padding: 10.43025% 0;
  }
}

@media (min-width: 768px) {
  .block-sec01__img {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .block-sec01__img {
    margin-bottom: 1rem;
  }
}

.block-sec01__box {
  margin-top: 4rem;
  padding: 3rem 2.6rem;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .block-sec01__box {
    margin-top: 3rem;
    padding: 2rem 1.7rem;
  }
}

.block-sec01__box__number {
  content: '';
  position: absolute;
  top: -1rem;
  left: 1.6rem;
  color: #2a496f;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 3rem;
}

@media (max-width: 767px) {
  .block-sec01__box__number {
    font-size: calc(25px + 15 * (100vw - 375px) / 390);
  }
}

.block-sec01__box:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3rem 3rem;
  border-color: transparent transparent #f7e47b transparent;
}

@media (max-width: 767px) {
  .block-sec01__box:after {
    border-width: 0 0 3.5rem 3.5rem;
  }
}

@media (max-width: 767px) {
  .block-sec01__box [class*='col-12'] {
    text-align: center;
  }

  .block-sec01__box [class*='col-12'] p {
    text-align: left;
  }
}

.block-sec01__ttl {
  display: inline;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 70% 10px, #f7e47b 71%, #f7e47b 0%);
  background: -ms-linear-gradient(top, transparent 70%, #f7e47b 71%, #f7e47b 0%);
  /* IE */
}

@media (max-width: 767px) {
  .block-sec01__ttl {
    font-size: 2.2rem;
  }
}

.block-sec01__txt {
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .block-sec01__txt {
    text-align: left;
  }
}

div.su-tabs {
  border-radius: 0;
  background: #fff;
  margin-top: 40px;
  padding: 0;
  text-align: center;
}

div.su-tabs-nav {
  position: relative;
}

@media (max-width: 767px) {
  div.su-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}


div.su-tabs-nav span {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  color: #2a496f;
  display: inline-block;
  margin-right: 50px;
  padding: 20px;
  min-height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  line-height: initial;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 4px solid transparent;
  position: relative;
  z-index: 3;
  outline: none;
}


@media (max-width: 767px) {

  div.su-tabs-nav>a {
    width: 50%;
  }

  div.su-tabs-nav>span {
    width: 41%;
  }

  div.su-tabs-nav span {
    font-size: 2rem;
  }
}

div.su-tabs-nav span:hover {
  color: #000;
  background: none;
  border-bottom: 4px solid #f8e573;
}

div.su-tabs-nav span:focus {
  outline: none;
}

@media (max-width: 769px) {
  div.su-tabs-nav span {
    margin: 0 15px;
    padding: 5px;
  }
}

div.su-tabs-nav:before {
  content: '';
  display: block;
  position: absolute;
  left: -300%;
  right: -300%;
  bottom: 1px;
  margin: auto;
  border-bottom: 1px solid #ddd;
  z-index: 0;
  transition: .2s;
}

div.su-tabs-pane {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #000;
  font-size: initial;
}

div.su-tabs-nav span.su-tabs-current {
  border-bottom: 4px solid #f8e573;
}

div.su-tabs-panes {
  text-align: left;
}

/** 0624追記 */
.wp-block-image figcaption {
  font-size: 14px;
}

.wp-block-embed figcaption {
  font-size: 14px;
}

figure img {
  height: auto;
}

.footer__list a {
  font-size: 15px;
}

.border-box-steel_blue .txt {
  right: 0;
}

.border-box-steel_blue .university {
  max-width: 174px;
}

h2.type-d {
  margin-bottom: 1rem;
  font-weight: 700;
}

/* 0625追記 */
.wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pages-header-title {
    font-size: 24px;
  }
}

#mobile-menu .footer__nav__ul {
  overflow-y: scroll;
}

.bs-mobile-menu .list-group-item .submenu li a {
  width: 100%;
}

.bs-mobile-menu .list-group-item a {
  width: 85%;
}

.is-style-button.button-pdf a {
  margin: 0;
}

#map iframe {
  width: 100%;
}

.wp-block-jlgb-border-turquoise {
  border: 4px solid #7abcb5;
  padding: 1.8rem 2rem;
}

.wp-block-jlgb-border-steel-blue {
  border: 4px solid #7ab0cb;
  padding: 1.8rem 2rem;
}

.wp-block-jlgb-border-steel-blue p,
.wp-block-jlgb-border-turquoise p {
  font-size: 18px;
}

.content_404 {
  min-height: 400px;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .tablepress {
    display: block;
  }

  .wp-block-jlgb-border-turquoise {
    border: 2px solid #7abcb5;
    padding: 3px;
  }

  .wp-block-jlgb-border-steel-blue {
    border: 2px solid #7ab0cb;
    padding: 3px;
  }

  .wp-block-jlgb-border-steel-blue p,
  .wp-block-jlgb-border-turquoise p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wp-block-jlgb-h4a.type-a span strong {
    font-size: 18px;
    font-weight: 700;
  }

  .wp-block-jlgb-h4a.type-a {
    font-size: 18px;
    font-weight: 700;
  }

  .has-main-color strong {
    font-weight: 700;
    font-size: 16px;
  }

  .wp-block-column.container p strong span.tadv-color {
    font-weight: 700;
    font-size: 16px;
  }
}

.customize-support p:empty:before {
  content: "​";
}



element.style {}

.form-control {
  font-size: 1.6rem !important;
}

.bs-mobile-menu .b-sidebar {
  left: -100%;
  transition: all 0.3s ease-in-out;
}

.bs-mobile-menu .b-sidebar.show {
  left: 0;
}

/* stylelint-enable */

/* パンくず調整 */
.breadcrumb {
  padding: .75rem 0;
}

/* レイアウト
--------------------------- */

.block_blue {
  padding: 80px 0;
  background: #e1eef4;
  margin-bottom: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

@media screen and (max-width: 767px) {
  .block_blue {
    padding: 10.43025% 0;
  }
}

.block_white {
  padding: 80px 0;
  background: #fff;
  margin-bottom: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

@media screen and (max-width: 767px) {
  .block_white {
    padding: 10.43025% 0;
  }
}

.x-btn a {
  display: flex;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: .4em 1rem;
  text-decoration: none;
  margin: auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.x-btn a:hover {
  opacity: .7;
}

.x-btn a img {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.block-sec06__box02 {
  padding: 2.2rem 1rem 2.7rem;
}

@media screen and (max-width: 767px) {
  .x-btn a {
    font-size: 1.6rem;
  }
}