@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
  color: #262626;
  font-family: 'Noto Sans JP', sans-serif;
}

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

a {
  color: #fff;
  text-decoration: none;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}

.searchform {
  margin-top: 40px;
  margin-bottom: 32px;
}

.page-container {
  max-width: 880px;
}

@media (max-width: 767px) {
  .page-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.section {
  margin: 168px auto 0;
}

@media (max-width: 767px) {
  .section {
    margin-top: 87px;
  }
}

.section-title {
  font-size: 48px;
  text-align: center;
  height: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D9E8EB;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    height: 160px;
  }
}

.section-button {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .section-button {
    margin-top: 40px;
  }
}

.section-button-link {
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  .section-button-link {
    font-size: 14px;
  }
}

.section-button-link span {
  position: relative;
}

.section-button-link span::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #40BAD2;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.section-button-link span:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.section-button-link span:hover {
  color: #40BAD2;
}

.section-button-link .icon {
  color: #fff;
  background: #40BAD2;
  padding: 11.5px 10.1px 11.5px 12px;
  margin-left: 15px;
  border-radius: 30px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .section-button-link .icon {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    padding: 9px 6px 9px 10px;
  }
}

@media (min-width: 1200px) {
  .drawer-hamburger {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .drawer-hamburger {
    display: none;
  }
}

@media (max-width: 767px) {
  .drawer-hamburger {
    position: absolute;
    width: 1.6rem;
    top: 20%;
  }
}

.drawer-hamburger-icon {
  background: #333;
}

@media (min-width: 1200px) {
  .drawer--right .drawer-nav {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .drawer--right .drawer-nav {
    right: 0;
  }
}

@media (max-width: 767px) {
  .drawer-hamburger {
    right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .drawer-nav {
    position: relative;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .drawer-nav {
    position: relative;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .drawer-nav .drawer-menu li {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .drawer-nav .drawer-menu li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .drawer--right.drawer-open .drawer-nav {
    width: 100%;
    background-color: #40BAD2;
    margin-top: 100px;
  }
}

.pagination {
  margin-top: 60px;
  text-align: center;
}

.page-numbers {
  background: #F7F7F7;
  padding: 7px 11.72px 7px 14px;
  border: 1px solid #F7F7F7;
  color: #40BAD2;
  border-radius: 50%;
  margin-right: 10px;
}

.page-numbers:hover {
  background: #40BAD2;
  color: #fff;
}

.current {
  background: #40BAD2;
  color: #fff;
}

.current:hover {
  background: #F7F7F7;
  color: #40BAD2;
}

.prev {
  border: 0;
  background: none;
}

.next {
  border: 0;
  background: none;
}

.results-pagination {
  position: static !important;
  text-align: left !important;
  margin: 39px 0 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .results-pagination {
    margin: 29px 0 0 -5px;
  }
}

.results-pagination .swiper-pagination-bullet {
  background: #BFBFBF;
  height: 15px;
  margin: 0 10px !important;
  opacity: 1;
  position: relative;
  width: 15px;
}

@media (max-width: 767px) {
  .results-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 10px !important;
  }
}

.results-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.results-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.results-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: solid 1px #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.page-section {
  padding-top: 100px;
}

.page-section-top {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .page-section-top {
    margin-top: 38px;
  }
}

.page-section-title {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #D3D3D3;
  padding-bottom: 22px;
  position: relative;
}

.page-section-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 156px;
  border-bottom: 2px solid #40BAD2;
}

@media (max-width: 767px) {
  .page-section-title {
    font-size: 18px;
    border-bottom: 1px solid #D3D3D3;
  }
  .page-section-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 102px;
    border-bottom: 1px solid #40BAD2;
  }
}

.page-section-down {
  background: #F8F8F8;
  margin-top: 32px;
  padding-top: 25px;
  padding-bottom: 100px;
}

.page-section-down-body {
  background: #fff;
  padding: 20px 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .page-section-down-body {
    padding: 10px 5px;
  }
}

.page-section-down-body p {
  padding-left: 3em;
}

.page-section-down-body span {
  padding-left: 2em;
}

.search-text::-webkit-input-placeholder {
  color: #B9B9B9;
}

.search-text:-ms-input-placeholder {
  color: #B9B9B9;
}

.search-text::-ms-input-placeholder {
  color: #B9B9B9;
}

.search-text::placeholder {
  color: #B9B9B9;
}

.pagination {
  width: 150px;
  margin: 5% auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pagination-circle {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: rgba(83, 97, 223, 0.3);
}

/* jsでtargetクラスがついたら背景色を変える */
.pagination-circle.target {
  background-color: rgba(83, 97, 223, 0.8);
}

.swiper1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.page-event-type {
  font-weight: 500;
}

.header {
  z-index: 100;
  width: 100%;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 0 0 100px;
}

@media (max-width: 767px) {
  .header__container {
    height: 100px;
    padding: 0 20px;
  }
}

.header-logo {
  width: 110px;
  z-index: 100;
}

@media (max-width: 767px) {
  .header-logo {
    width: 100px;
    height: 30px;
  }
}

.header-logo-link {
  color: #262626;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .header-menu {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.header-menu-item {
  margin-left: 40px;
}

.header-menu-item:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .header-menu-item:first-child {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .header-menu-item {
    margin-left: 0;
    text-align: left;
    padding: 20px 0;
    border-bottom: 0.5px solid #9FEAFF;
    position: relative;
  }
  .header-menu-item:after {
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 16px;
    color: #fff;
  }
}

.header-menu-contact {
  background: #FFA800;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .header-menu-contact {
    margin-top: 33px;
    margin-left: 0;
    border-radius: 6px;
  }
}

.header-menu-contact-link {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: 20px !important;
}

@media (max-width: 767px) {
  .header-menu-contact-link {
    height: 47px;
    margin: 0 auto;
  }
}

.header-menu-link {
  color: #262626;
  font-size: 13px;
  position: relative;
}

@media (max-width: 767px) {
  .header-menu-link {
    color: #fff;
  }
}

.header-menu-link::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #FFA800;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.header-menu-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.header-menu-link:hover {
  color: #FFA800;
}

.main-visual {
  background: #D9E8EB;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 786px;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .main-visual {
    height: 679px;
  }
}

.main-visual-text {
  max-width: 880px;
  width: 100%;
  margin: 45px auto 15px;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .main-visual-text {
    font-size: 18px;
    margin: 65px auto 15px;
  }
}

.main-visual-image {
  max-width: 1136px;
  width: 100%;
  margin: 50px auto 50px;
  background: url("../img/main-visual.png") no-repeat center center/cover;
  height: 544px;
}

@media (max-width: 767px) {
  .main-visual-image {
    background: url("../img/main-visual-sp.png") no-repeat center center/cover;
    height: 574px;
    margin: 20px auto;
  }
}

.main-title {
  font-size: 29px;
  border-bottom: 2px solid #D3D3D3;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
}

.main-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 156px;
  border-bottom: 2px solid #40BAD2;
}

@media (max-width: 767px) {
  .main-title {
    font-size: 22px;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
  }
  .main-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 102px;
    border-bottom: 1px solid #40BAD2;
  }
}

.main-concept {
  position: relative;
  bottom: 40px;
}

@media (max-width: 767px) {
  .main-concept {
    bottom: 100px;
  }
}

.main-concept-container {
  max-width: 880px;
  width: 100%;
  background: #fff;
  padding: 44px 110px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .main-concept-container {
    width: 1200px;
    max-width: 100%;
    padding: 32px 35px 24px;
  }
}

.main-concept-title {
  text-align: center;
  font-size: 29px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-concept-title {
    font-size: 20px;
  }
}

.main-concept-body {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .main-concept-body {
    margin-top: 19px;
    margin-bottom: 29px;
    font-size: 14px;
  }
}

.main-concept-button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .main-concept-button {
    margin-top: 29px;
  }
}

.main-news {
  margin: 128px auto 0;
}

@media (max-width: 767px) {
  .main-news {
    margin: -25px auto 0;
  }
}

.main-news-list {
  margin: 0 auto;
}

.main-news-item {
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 47px 0;
  border-bottom: 2px dotted #C4C4C4;
}

.main-news-item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .main-news-item {
    display: block;
    padding: 25px 0;
    border-bottom: 1px dotted #C4C4C4;
  }
}

.main-news-item-date {
  margin-right: 50px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #909090;
  font-weight: 400;
}

@media (max-width: 767px) {
  .main-news-item-date {
    font-size: 14px;
    margin-top: 8px;
    margin-right: 0;
  }
}

.main-news-item-title {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main-news-item-title {
    font-size: 12px;
  }
}

.main-news-button {
  margin-top: 57px;
}

@media (max-width: 767px) {
  .main-news-button {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .main-event {
    margin-top: 67px;
  }
}

.main-event-container {
  margin: 0 auto;
}

.main-event-top {
  margin-left: 40px;
  padding: 0 0 0 210px;
  position: relative;
}

@media (max-width: 767px) {
  .main-event-top {
    margin-left: 0;
    padding: 0 0 0 20px;
  }
}

.main-event-top-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.main-event-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-event-top-wrapper .shadow {
  background: #6C6C6C;
}

.main-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
}

@media (max-width: 767px) {
  .main-event-list {
    display: block;
    margin: 24px auto 0;
  }
}

.main-event-item {
  margin: 0 50px 15px 0;
  width: 400px !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  .main-event-item {
    width: 274px !important;
    margin: 0 20px 5px 0;
  }
}

.main-event-item:nth-child(3n) {
  margin-right: 0;
}

.main-event-item:nth-child(n + 4) {
  margin-bottom: 0;
}

.main-event-picture {
  height: 0;
  overflow: hidden;
  padding-top: 60.124%;
  position: relative;
  width: 100%;
  border-radius: 18px 18px 0 0;
}

.main-event-picture img {
  height: 100%;
  left: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-event-type {
  position: absolute;
  left: 27px;
  top: 27px;
  color: #3295A8;
  background: #fff;
  padding: 16px;
  font-size: 35px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-event-type {
    left: 15px;
    top: 15px;
    width: 62px;
    font-size: 20px;
    padding: 10px 4px;
  }
}

.main-event-body {
  padding: 25px;
  color: #262626;
  background: #fff;
  border-radius: 0 0 18px 18px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .main-event-body {
    padding: 10px 13px 11px;
  }
}

.main-event-body-title {
  font-size: 24px;
  font-weight: 500;
  color: #40BAD2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .main-event-body-title {
    font-size: 15px;
  }
}

.main-event-body-date {
  font-size: 20px;
  margin-top: 11px;
  margin-bottom: 13px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  .main-event-body-date {
    font-size: 13px;
    margin-top: 8px;
  }
}

.main-event-body-date .fa-calendar-days {
  width: 28px;
  height: 30px;
  color: #40BAD2;
}

.main-event-body-date .fa-calendar-days::before {
  font-size: 28px;
}

@media (max-width: 767px) {
  .main-event-body-date .fa-calendar-days {
    width: 16px;
    height: 17px;
    margin-right: 10px;
  }
}

.main-event-body-area {
  font-size: 20px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .main-event-body-area {
    font-size: 12px;
    margin-top: 18px;
  }
}

.main-event-body-area .fa-location-dot {
  width: 21px;
  height: 30px;
  margin-right: 10px;
  color: #40BAD2;
}

.main-event-body-area .fa-location-dot::before {
  font-size: 28px;
}

@media (max-width: 767px) {
  .main-event-body-area .fa-location-dot {
    width: 16px;
    height: 17px;
    margin-right: 10px;
  }
}

.main-event-body-category {
  color: #fff;
  background: #40BAD2;
  width: 124px;
  padding: 8px 0;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
  font-size: 20px;
}

@media (max-width: 767px) {
  .main-event-body-category {
    font-size: 12px;
    padding: 4px 0;
    width: 70px;
  }
}

.main-event .swiper-button-prev {
  left: calc(560px + 1rem);
  top: 45%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .main-event .swiper-button-prev {
    padding: 22.5px 22.5px;
    top: 48%;
    left: 0;
  }
}

.main-event .swiper-button-next {
  left: calc(1010px + 0.4rem);
  top: 45%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .main-event .swiper-button-next {
    padding: 22.5px 22.5px;
    top: 48%;
    left: calc(275px + 0.4rem);
  }
}

.main-bottom {
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .main-bottom {
    padding-bottom: 100px;
  }
}

.page-news {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .page-news {
    padding: 100px 0 0 0;
  }
}

.page-news-title {
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-news-title {
    padding-top: 68px;
    padding-bottom: 68px;
    background: #D9E8EB;
  }
}

.page-news-list {
  margin-top: 118px;
}

@media (max-width: 767px) {
  .page-news-list {
    margin-top: 48px;
  }
}

.page-news-item {
  border-bottom: 2px dotted #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 47px;
}

.page-news-item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .page-news-item {
    display: block;
  }
}

.page-news-item + .page-news-item {
  margin-top: 47px;
}

@media (max-width: 767px) {
  .page-news-item + .page-news-item {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .page-news-item {
    padding-bottom: 26px;
  }
}

.page-news-item:last-child {
  border-bottom: 0 dotted #C4C4C4;
}

.page-news-item-date {
  font-size: 20px;
  color: #909090;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .page-news-item-date {
    font-size: 14px;
  }
}

.page-news-item-title {
  font-size: 14px;
  color: #262626;
  margin-left: 3vw;
}

@media (max-width: 767px) {
  .page-news-item-title {
    font-size: 12px;
    margin-top: 9px;
    margin-left: 0;
  }
}

.page-news__show {
  margin: 68px auto 0;
  width: 100%;
  max-width: 880px;
  padding: 0 32px;
}

.page-news__show-date {
  font-size: 20px;
  color: #909090;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .page-news__show-date {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.page-news__show-title {
  font-size: 32px;
  color: #262626;
  padding-bottom: 63px;
  border-bottom: 2px solid #D3D3D3;
}

@media (max-width: 767px) {
  .page-news__show-title {
    font-size: 20px;
    padding-bottom: 32px;
  }
}

.page-news__show-body {
  margin-top: 56px;
}

.page-news__show-body p {
  line-height: 2.0;
}

@media (max-width: 767px) {
  .page-news__show-body {
    margin-top: 42px;
  }
}

.page-news__show__button {
  margin-top: 127px;
}

@media (max-width: 767px) {
  .page-news__show__button {
    margin-top: 60px;
  }
}

.page-news__show-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #FFA800;
  border-radius: 3px;
  width: 374px;
  height: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-size: 20px;
  border-color: #F0F0F0 !important;
  border-width: 0 !important;
  position: relative;
}

.page-news__show-link:after {
  content: '\f105';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .page-news__show-link {
    width: 261px;
    height: 47px;
    font-size: 18px;
  }
}

.page-event_bg {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
  background: #40BAD2;
}

.page-event_bg-container {
  width: 580px;
  max-width: 100%;
}

.page-event-title {
  margin-top: 60px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-event-title {
    font-size: 24px;
    margin-top: 47px;
  }
}

.page-event-title-top {
  color: #fff;
  margin-top: 43px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.page-event-txt {
  color: #fff;
  margin-top: 50px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .page-event-txt {
    margin-top: 21px;
    font-size: 16px;
    text-align: center;
  }
}

.page-event .top-1 {
  position: relative;
}

.page-event .top-1 .swiper-button-prev {
  left: calc(560px + 1rem);
  top: 48%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page-event .top-1 .swiper-button-prev {
    padding: 22.5px 22.5px;
    top: 48%;
    left: 0;
  }
}

.page-event .top-1 .swiper-button-next {
  left: calc(1010px + 0.4rem);
  top: 48%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page-event .top-1 .swiper-button-next {
    padding: 22.5px 22.5px;
    top: 48%;
    left: calc(275px + 0.4rem);
  }
}

.page-event .top-2 {
  position: relative;
}

.page-event .top-2 .swiper-button-prev {
  left: calc(560px + 1rem);
  top: 48%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page-event .top-2 .swiper-button-prev {
    padding: 22.5px 22.5px;
    top: 48%;
    left: 0;
  }
}

.page-event .top-2 .swiper-button-next {
  left: calc(1010px + 0.4rem);
  top: 48%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page-event .top-2 .swiper-button-next {
    padding: 22.5px 22.5px;
    top: 48%;
    left: calc(275px + 0.4rem);
  }
}

.page-event .top-3 {
  position: relative;
}

.page-event .top-3 .swiper-button-prev {
  left: calc(560px + 1rem);
  top: 48%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page-event .top-3 .swiper-button-prev {
    padding: 22.5px 22.5px;
    top: 48%;
    left: 0;
  }
}

.page-event .top-3 .swiper-button-next {
  left: calc(1010px + 0.4rem);
  top: 48%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 56px 56px;
  border-radius: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page-event .top-3 .swiper-button-next {
    padding: 22.5px 22.5px;
    top: 48%;
    left: calc(275px + 0.4rem);
  }
}

.page-event-section {
  margin-left: 40px;
  padding: 0 0 0 210px;
}

@media (max-width: 767px) {
  .page-event-section {
    margin-left: 0;
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .page-event-section-title {
    margin-top: 27px;
  }
}

.page-event-section-right {
  padding: 0;
}

@media (max-width: 767px) {
  .page-event-section-right {
    padding-right: 20px;
  }
}

.page-event-list {
  margin: 48px auto 0;
}

.page-event-item {
  border-radius: 28px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #DEDEDE;
  margin: 0 50px 5px 0;
  width: 400px !important;
}

@media (max-width: 767px) {
  .page-event-item {
    width: 274px !important;
    margin: 0 20px 5px 0;
  }
}

.page-event-picture {
  height: 0;
  overflow: hidden;
  padding-top: 60.124%;
  position: relative;
  width: 100%;
}

.page-event-picture img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 18px 18px 0 0;
}

.page-event-type {
  position: absolute;
  left: 27px;
  top: 27px;
  color: #3295A8;
  background: #fff;
  padding: 18px 4px;
  font-size: 30px;
  width: 107px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-event-type {
    left: 15px;
    top: 15px;
    width: 62px;
    font-size: 20px;
    padding: 10px 4px;
  }
}

.page-event-body {
  padding: 18px;
}

.page-event-body-title {
  font-size: 20px;
  color: #40BAD2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .page-event-body-title {
    font-size: 15px;
  }
}

.page-event-body-area {
  color: #262626;
  font-size: 20px;
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .page-event-body-area {
    font-size: 12px;
  }
}

.page-event-body-area img {
  width: 21px;
  height: 30px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .page-event-body-area img {
    width: 12px;
    height: 17px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .page-event-body-area {
    font-size: 12px;
    margin-top: 18px;
  }
}

.page-event-body-date {
  color: #262626;
  margin-top: 11px;
  margin-bottom: 13px;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-event-body-date img {
  width: 28px;
  height: 30px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .page-event-body-date img {
    width: 16px;
    height: 17px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .page-event-body-date {
    font-size: 13px;
    margin-top: 8px;
  }
}

.page-event-body-category {
  color: #fff;
  background: #40BAD2;
  width: 124px;
  padding: 8px 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .page-event-body-category {
    font-size: 12px;
    padding: 4px 0;
    width: 70px;
  }
}

.page-event-container {
  margin-left: 32px;
}

@media (max-width: 767px) {
  .page-event-container {
    margin-left: 20px;
  }
}

.page-event-top {
  margin-top: 157px;
}

@media (max-width: 767px) {
  .page-event-top {
    margin-top: 0;
  }
}

.event-single {
  padding-top: 100px;
  background: #F4FDFF;
}

.event-single_bg {
  height: 0;
  overflow: hidden;
  padding-top: 38.951%;
  position: relative;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .event-single_bg {
    padding-top: 88.268%;
    width: 100%;
  }
}

.event-single_bg img {
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  .event-single_bg img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

@media (min-width: 1200px) {
  .event-single-picture {
    height: 0;
    overflow: hidden;
    padding-top: 67.769%;
    position: relative;
    width: 100%;
    border-radius: 18px 18px 0 0;
  }
  .event-single-picture img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .event-single-picture {
    height: 0;
    overflow: hidden;
    padding-top: 67.769%;
    position: relative;
    width: 100%;
    border-radius: 18px 18px 0 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .event-single-picture img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

@media (max-width: 767px) {
  .event-single-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    height: 0;
    overflow: hidden;
    padding-top: 35.823%;
    position: relative;
    width: 100%;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .event-single-picture img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

.event-single-day {
  position: relative;
  bottom: 50%;
  background: #40BAD2;
  color: #fff;
  max-width: 460px;
  width: 100%;
  padding: 16.76px 0;
  border-radius: 63px;
  -webkit-transform: translateY(-175%);
          transform: translateY(-175%);
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1rem;
  font-family: 'Roboto', sans-serif;
  z-index: 1;
}

@media (max-width: 767px) {
  .event-single-day {
    -webkit-transform: translateY(-160%);
            transform: translateY(-160%);
    padding: 10px 0;
    max-width: 204px;
    font-size: 18px;
  }
}

.event-single_news {
  background: #fff;
  padding-top: 124px;
  padding-bottom: 80px;
  border-radius: 120px;
  position: relative;
  top: -190px;
}

@media (max-width: 767px) {
  .event-single_news {
    border-radius: 50px;
    top: -100px;
    padding-top: 54px;
  }
}

.event-single h2 {
  font-size: 32px;
  margin-bottom: 114px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .event-single h2 {
    margin-bottom: 76px;
    font-size: 22px;
  }
}

.event-single-text {
  margin-top: 16px;
}

.event-single-body {
  margin-top: 40px;
}

.event-single h3 {
  font-size: 25px;
  color: #40BAD2;
  padding-bottom: 8px;
  margin-top: 60px;
  font-weight: 500;
  border-bottom: 2px solid #D3D3D3;
  position: relative;
}

.event-single h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 156px;
  border-bottom: 2px solid #40BAD2;
}

.event-single h3:first-child {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .event-single h3 {
    margin-top: 76px;
  }
  .event-single h3 + .event-single h3 {
    margin-top: 56px;
  }
}

.event-single h4 {
  font-size: 18px;
  color: #40BAD2;
  padding-bottom: 8px;
  border-bottom: 1px solid #40BAD2;
}

.event-single h4 + .event-single h4 {
  margin-top: 89px;
}

@media (max-width: 767px) {
  .event-single h4 {
    margin-top: 76px;
  }
  .event-single h4 + .event-single h4 {
    margin-top: 56px;
  }
}

.event-single p {
  margin-top: 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .event-single p {
    font-size: 14px;
  }
}

.event-single p a {
  color: #40BAD2;
}

.event-single p span {
  font-size: 15px;
  background: #40BAD2;
  border: 3px;
  padding: 3px 12.1px;
  margin-left: 15px;
}

.event-single p span a {
  color: #fff;
}

.event-single .event-single-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #FFA800;
  border-radius: 3px;
  width: 374px;
  height: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 56px auto 0;
  font-size: 20px;
  font-weight: 500;
  border-color: #F0F0F0 !important;
  border-width: 0 !important;
  position: relative;
}

.event-single .event-single-link::after {
  content: '\f105';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .event-single .event-single-link {
    width: 261px;
    height: 47px;
    font-size: 18px;
    margin: 50px auto 0;
  }
}

.event-single-this {
  background: #F4FDFF;
  padding: 0;
  position: relative;
  margin-top: -90px;
}

.event-single-this-container {
  padding: 0;
}

.event-single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
}

@media (max-width: 767px) {
  .event-single-list {
    display: block;
  }
}

.event-single-item {
  margin: 0 30px 30px 0;
  width: calc(33.3333% - 20px);
}

.event-single-item:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .event-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.event-single-content {
  padding: 12px 16px;
  color: #262626;
  background: #fff;
  border-radius: 0 0 18px 18px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .event-single-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 63%;
            flex: 0 1 63%;
    padding: 11px;
    border-radius: 0 10px 10px 0;
  }
}

.event-single-content-title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .event-single-content-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-single-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.event-single-content-date {
  font-size: 15px !important;
  margin-top: 11px !important;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #818181;
}

@media (max-width: 767px) {
  .event-single-content-date {
    font-size: 13px !important;
  }
}

.event-single-content-date img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.event-single-content-area {
  font-size: 14px !important;
  letter-spacing: 0.05em;
  margin-top: 16px !important;
  font-family: Roboto sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .event-single-content-area {
    font-size: 12px !important;
    margin-top: 13px !important;
  }
}

.event-single-content-arrow {
  margin-top: 0 !important;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .event-single-content-arrow {
    margin-top: 11px !important;
    margin-left: auto;
  }
}

.event-single-content-arrow .icon {
  color: #fff;
  background: #40BAD2;
  margin-left: 15px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .event-single-content-arrow .icon {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 10px 7px 10px 10px;
  }
}

.event-single-content-category {
  color: #fff;
  background: #40BAD2;
  width: 124px;
  padding: 8px 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .event-single-content-category {
    font-size: 12px;
    padding: 4px 0;
    width: 70px;
  }
}

.event-single-contact {
  font-size: 14px;
  margin-top: 36px;
}

.page-about_bg {
  padding-top: 100px;
  padding-bottom: 94px;
  position: relative;
  width: 100%;
  background: #D9EDF2;
}

@media (max-width: 767px) {
  .page-about_bg {
    padding-bottom: 49px;
  }
}

.page-about-title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 106px;
  font-size: 48px;
}

@media (max-width: 767px) {
  .page-about-title {
    font-size: 25px;
    margin-top: 43px;
  }
}

.page-about-title p {
  color: #40BAD2;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  .page-about-title p {
    font-size: 12px;
    margin-top: 7px;
  }
}

.page-about-txt {
  max-width: 700px;
  width: 100%;
  text-align: center;
  margin: 32px auto 0;
}

@media (max-width: 767px) {
  .page-about-txt {
    margin-top: 16px;
  }
}

.page-about-container {
  max-width: 880px;
  width: 100%;
}

.page-about-content {
  margin-top: 107px;
}

@media (max-width: 767px) {
  .page-about-content {
    margin-top: 47px;
  }
  .page-about-content + .page-about-content {
    margin-top: 79px;
  }
}

.page-about-content-text {
  letter-spacing: 0;
  margin-top: 44px;
}

@media (max-width: 767px) {
  .page-about-content-text {
    margin-top: 24px;
    letter-spacing: 0.2em;
  }
}

.page-about-story {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .page-about-story {
    display: block;
    margin-top: 20px;
  }
}

.page-about-story + .page-about-story {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .page-about-story + .page-about-story {
    margin-top: 80px;
  }
}

.page-about-story-arrow {
  text-align: center;
  margin-top: 57px;
}

@media (max-width: 767px) {
  .page-about-story-arrow {
    display: none;
  }
}

.page-about-story-arrow img {
  width: 19px;
  height: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page-about-story-image {
  width: 222px;
}

@media (max-width: 767px) {
  .page-about-story-image {
    width: 248px;
    margin: 0 auto;
  }
}

.page-about-story-text {
  width: calc(100% - 222px);
  margin-left: 48px;
}

@media (max-width: 767px) {
  .page-about-story-text {
    width: 100%;
    margin-left: 0;
    margin-top: 11px;
  }
}

.page-about-story-number {
  font-size: 70px;
  font-weight: 500;
  color: #40BAD2;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  .page-about-story-number {
    font-size: 55px;
  }
}

.page-about-story-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .page-about-story-title {
    font-size: 20px;
    margin-top: 11px;
  }
}

.page-about-story-txt {
  margin-top: 20px;
  margin-bottom: 29px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .page-about-story-txt {
    font-size: 14px;
    margin-bottom: 23px;
  }
}

.page-about-story-link {
  color: #40BAD2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .page-about-story-link {
    font-size: 12px;
  }
}

.page-about-story-this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-about-story-this .sp {
  width: 13px;
  height: 11px;
  margin-right: 8px;
}

.page-about-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 482px;
  width: 100%;
  margin: 36px auto 120px;
  padding: 36px 35px 43px 33px;
  background: #F4FDFF;
}

@media (max-width: 767px) {
  .page-about-desc {
    display: block;
    padding: 25px 18px 25px 13px;
    margin: 44px auto 60px;
  }
}

.page-about-desc img {
  width: 44px;
  height: 39px;
}

@media (max-width: 767px) {
  .page-about-desc img {
    margin: 0 auto 19px;
    display: block;
  }
}

.page-about-desc p {
  margin-left: 16px;
  font-size: 14px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .page-about-desc p {
    font-size: 12px;
    margin-left: 0;
  }
}

.page-about-desc p a {
  color: #40BAD2;
  text-decoration: underline;
}

.searchform {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .searchform {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.searchform-mx {
  text-align: center;
  position: relative;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}

.searchform [type="text"], .searchform [type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: 0 solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 24px 24px 24px 57px;
  width: 100%;
}

@media (max-width: 767px) {
  .searchform [type="text"], .searchform [type="email"] {
    padding: 18px 20px 18px 57px;
  }
}

.search-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 62%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #B9B9B9;
}

@media (max-width: 767px) {
  .search-icon {
    width: 16px;
    height: 16px;
    right: 15px;
    top: 66%;
  }
}

.search-everything-highlight-color {
  background-color: none !important;
}

.page-contact {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .page-contact {
    padding: 100px 0 0 0;
  }
}

.page-contact-title {
  text-align: left;
}

@media (max-width: 767px) {
  .page-contact-title {
    text-align: center;
    margin-top: 0;
    padding-top: 68px;
    padding-bottom: 68px;
    background: #D9E8EB;
  }
}

.page-contact-container {
  width: 100%;
  max-width: 880px;
  margin: 72px auto 100px;
  padding: 0 32px;
}

@media (max-width: 767px) {
  .page-contact-container {
    padding: 0 20px;
    margin: 32px auto 0;
    font-size: 14px;
  }
}

.page-contact-txt {
  text-align: center;
  font-size: 20px;
}

@media (max-width: 767px) {
  .page-contact-txt {
    font-size: 14px;
  }
}

.contact-form {
  margin-top: 86px;
}

@media (max-width: 767px) {
  .contact-form {
    margin-top: 58px;
  }
}

.contact-form__row .wpcf7-list-item {
  margin: 0;
}

.contact-form__row + .contact-form__row {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .contact-form__row + .contact-form__row {
    margin-top: 25px;
  }
}

.contact-form__row-left {
  margin-bottom: 5px;
}

.contact-form__row-label {
  font-size: 14px;
  line-height: 2;
}

.contact-form__row-input [type="text"], .contact-form__row-input [type="email"], .contact-form__row-input [type="date"], .contact-form__row-input [type="number"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F0F0F0;
  background-image: none;
  border: 0 solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  padding: 22.25px 10px;
  width: 100%;
}

.contact-form__row-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  width: 100%;
  height: 223px;
  border: 0 solid rgba(0, 0, 0, 0.16);
  background-color: #F0F0F0;
}

.contact-form__row-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F0F0F0;
  background-image: none;
  border: 0 solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  padding: 22.25px 10px;
  width: 100%;
  color: #C3C3C3;
}

.contact-form__row-require {
  color: #FF0000;
  font-size: 12px;
  margin-left: 2px;
}

.contact-form__button {
  text-align: center;
  margin-top: 72px;
}

.contact-form__button [type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #EFA700;
  border-radius: 3px;
  width: 374px;
  height: 57px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  border-color: #F0F0F0 !important;
  border-width: 0px !important;
}

@media (max-width: 767px) {
  .contact-form__button [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 260px;
    height: 47px;
    font-size: 18px;
  }
}

.wpcf7-list-item-label a {
  color: red;
}

.wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}

.footer-container {
  padding: 42px 32px 64px;
}

@media (max-width: 767px) {
  .footer-container {
    padding: 30px;
  }
}

.footer-logo {
  width: 160px;
  margin: 0 auto;
}

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

@media (min-width: 1200px) {
  .footer-logo .sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer-logo .sp {
    display: none;
  }
}

.footer-list {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .footer-list {
    display: block;
    margin-top: 30.5px;
  }
}

.footer-list-one {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-list-one + .footer-list-one {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .footer-list-one + .footer-list-one {
    margin-top: 17px;
  }
}

.footer-list-one-item {
  border-right: 0.5px solid #fff;
}

.footer-item {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer-item {
    display: block;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.footer_cp {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .footer_cp {
    margin-top: 42px;
  }
}

.footer_cp-item {
  font-size: 12px;
  color: #fff;
}

@media (min-width: 1200px) {
  .footer_cp-item:first-child {
    border-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer_cp-item:first-child {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .footer_cp-item {
    font-size: 10px;
    padding-right: 10px;
  }
}

.footer_cp-item + .footer_cp-item {
  margin-left: 10px;
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .footer_cp-item + .footer_cp-item {
    border-left: 0.5px solid #fff;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer_cp-item + .footer_cp-item {
    border-left: 0.5px solid #fff;
  }
}

@media (max-width: 767px) {
  .footer_cp-item + .footer_cp-item {
    border-left: 0 solid #fff;
    margin-left: 10px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer_cp-item:nth-child(2) {
    border-right: 1px solid #fff;
  }
}

.footerTop {
  background: #40BAD2;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

@media (max-width: 767px) {
  .footer-copy {
    font-size: 10px;
  }
}
