@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ie */
@media all and (-ms-high-contrast:none) {
  .site-header {
    padding-right: 10px;
  }

  .top-page-component .section4 .info .info-image {
    height: 186px;
    width: 360px;
  }

  .about-page-component .heading-image {
    height: 10%;
  }

  .about-page-component .section3 .time {
    width: 184px;
  }

  .archive-campaign .campaign {
    width: 345px;
  }

  .archive-campaign .campaign .campaign-thumb {
    height: 248px;
  }

  body .entry-btn::before {
    top: 50%;
    left: 50%;
    transform: skewX(-14deg) translate(-50%, -50%);
  }

  body .time-wrapper > p {
    display: none;
  }

  body .wpcf7 .form-field .your-time {
    width: 190px;
  }
  body .wpcf7 .form-field .your-days input {
    width: 210px;
  }
  body .wpcf7 .form-field .days-field {
    width: 260px;
  }
  body .wpcf7 .form-field:not(.last) {
    height: 88px;
  }
  body .wpcf7-not-valid-tip {
    left: 0;
  }
}

/* edge */
@supports (-ms-ime-align:auto) {
  .site-header {
    padding-right: 10px;
  }
}

.site-header {
  position: fixed;
  width: 100vw;
  z-index: 10;
  overflow: visible;
  height: 50px;
}

.site-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header .site-branding {
  position: relative;
  width: 224px;
  height: 84px;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .site-branding .logo {
  position: relative;
  z-index: 3;
  width: 200px;
}

.site-header .site-branding:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #a2dadb;
  -webkit-transform: scaleY(1.3) perspective(24px) rotateX(-4.5deg);
          transform: scaleY(1.3) perspective(24px) rotateX(-4.5deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.site-header .header-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 65px;
  background: #fff;
}

.site-header .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-header .header-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
}

.site-header .right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.site-header .right-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 118px;
  min-width: 100px;
  height: 85px;
}

.site-header .right-buttons a .name {
  font-size: 14px;
}

.site-header .right-buttons .visit {
  background-color: #ffe719;
  padding-top: 14px;
  padding-bottom: 15px;
}

.site-header .right-buttons .visit img {
  width: 32px;
}

.site-header .right-buttons .join {
  background-color: #da3e78;
  padding-top: 9px;
  padding-bottom: 15px;
}

.site-header .right-buttons .join img {
  width: 34px;
}

.site-header .right-buttons .join .name {
  color: #fff;
}

.site-header .hamburger-menu {
  display: none;
}

.site-header #headerMenuNav {
  display: none;
  z-index: -1;
}

.site-header .is-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .site-header {
    margin-bottom: -5px;
    width: 100%;
    height:60px;
  }
  .site-header .is-sp {
    display: block;
  }
  .site-header .site-branding {
    width: 165px;
    height: 60px;
    padding-left: 18px;
  }
  .site-header .site-branding::after {
    content: none;
  }

  .site-header .site-branding .logo {
    width: 210px;
  }
  
  .site-header .site-branding .bg-image {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 210px;
    z-index: 1;
  }
  .site-header .header-menu {
    height: 55px;
    z-index: -1;
  }
  .site-header .header-menu ul {
    display: none;
  }
  .site-header .right-buttons a {
    height: 55px;
    width: 91px;
    min-width: auto;
  }
  .site-header .right-buttons a .name {
    font-size: 13px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .site-header .right-buttons .visit {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .site-header .right-buttons .visit img {
    width: 22px;
  }
  .site-header .right-buttons .join {
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .site-header .right-buttons .join img {
    width: 27px;
  }
  .site-header .hamburger-menu {
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color: #fff;
  }
  .site-header .hamburger-menu .ham-line {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 1px;
    background-color: #646464;
  }
  .site-header .hamburger-menu .ham-line1 {
    top: 20px;
  }
  .site-header .hamburger-menu .ham-line2 {
    top: 27px;
  }
  .site-header .hamburger-menu .ham-line3 {
    top: 34px;
  }
  .site-header .hamburger-menu.clicked .ham-line1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 27px;
  }
  .site-header .hamburger-menu.clicked .ham-line2 {
    width: 0px;
  }
  .site-header .hamburger-menu.clicked .ham-line3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 27px;
  }
  .site-header #headerMenuNav {
    margin-top: -5px;
    width: 100%;
    height: calc(100vh - 45px);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 9px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .site-header #headerMenuNav > div {
    width: 100%;
  }
  .site-header #headerMenuNav.clicked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: initial;
    -webkit-transform: initial;
            transform: initial;
    overflow: scroll;
    padding-bottom: 150px;
  }
  .site-header #headerMenuNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header #headerMenuNav li {
    padding-left: 15px;
    border-bottom: 1px solid #fff;
  }
  .site-header #headerMenuNav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .site-header #headerMenuNav a span {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    color: #fff;
    margin-right: 16px;
  }
  .site-header .contact-heading, .site-header .for-member-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding-left: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 16px;
    font-size: 25px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .site-header .contact-heading {
    background-color: #ffe719;
    height: 45px;
    font-size: 28px;
  }
  .site-header .for-member-heading {
    background-color: #0062b2;
    color: #fff;
    height: 45px;
    font-size: 28px;
  }
  .site-header .menu-menu-header-sp2-container a, .site-header .menu-menu-header-sp3-container a {
    padding-left: 20px;
  }
  .site-header .menu-menu-header-sp2-container a::before, .site-header .menu-menu-header-sp3-container a::before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 48%;
    left: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: auto;
  }
}

.site-footer {
  background-color: #a2dadb;
}

.site-footer .logo {
  max-width: 1080px;
  padding-top: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d6f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.site-footer .logo img {
  max-width: 220px;
}

.site-footer .footer-content {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-left: 20px;
}

.site-footer .info {
  max-width: 400px;
}

.site-footer .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .info > div:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .info .heading {
  position: relative;
  width: 50px;
  height: 22px;
  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;
  color: #fff;
  font-size: 12px;
  z-index: 0;
}

.site-footer .info .heading::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 100%;
  left: -5px;
  top: 1px;
  background-color: #0062b2;
  /* 四角形傾き */
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
}

.site-footer .info > div > div:last-child {
  margin-left: 18px;
}

.site-footer .info .info-address {
  margin-top: 11px;
}

.site-footer .info .info-closing {
  margin-top: 20px;
}

.site-footer .info .phone-number {
  font-size: 40px;
  font-family: din-condensed, sans-serif;
}

.site-footer .info .address {
  margin-top: 4px;
  font-size: 14px;
}

.site-footer .info .date-wrapper .date {
  margin-top: 4px;
  font-size: 14px;
}

.site-footer .info .date-wrapper .description {
  margin-top: 10px;
  font-size: 10px;
}

.site-footer .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 494px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 160px;
}

.site-footer .menu li {
  padding: 8px 16px;
  font-size: 12px;
}

.site-footer .menu .heading {
  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: 12px;
  color: #fff;
  background-color: #0062b2;
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.site-footer .copyright-wrapper {
  background-color: #fff;
  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;
  height: 50px;
  width: 100%;
}

.site-footer .copyright-wrapper .copyright {
  font-size: 12px;
}

@media screen and (max-width: 1079px) {
  .site-footer .is-pc {
    display: none;
  }
  .site-footer .logo {
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-footer .logo img {
    max-width: 170px;
  }
  .site-footer .footer-content {
    padding-left: 0;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 20px;
  }
  .site-footer .info {
    margin-right: auto;
    margin-left: auto;
  }
  .site-footer .info .heading {
    width: 60px;
    height: 27px;
    font-size: 12px;
    padding-left:4px;
  }
  .site-footer .info .heading::after {
    width: 55px;
    left: 0px;
  }
  .site-footer .info .info-address, .site-footer .info .info-closing {
    margin-top: 15px;
  }
  .site-footer .info .phone-number {
    font-size: 30px;
  }
  .site-footer .info .address {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
  }
  .site-footer .info .date-wrapper .date {
    font-size: 14px;
  }
  .site-footer .info .date-wrapper .description {
    line-height: 16px;
    margin-top: 6px;
    font-size: 11px;
  }
  .site-footer .copyright-wrapper {
    height: 40px;
  }
  .site-footer .copyright-wrapper .copyright {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.top-page-component .firstview {
  position: relative;
  z-index: -1;
}

.top-page-component .firstview .is-pc {
  /*max-height: 720px;
  font-family: 'object-fit: cover; object-position: top;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;*/
}

.top-page-component .firstview .is-sp {
  display: none;
}

.top-page-component .copy {
  position: absolute;
  width: 352px;
  bottom: 36px;
  left: 36px;
}

@media screen and (max-width: 1079px) {
  .top-page-component .heading h3 {
    font-size: 36px;
  }
  .top-page-component .heading h3::after {
    position: absolute;
    content: "";
    display: block;
    width: 105%;
    height: 8px;
    bottom: 4px;
    background-color: #ffe719;
    z-index: -1;
  }
}

@media screen and (max-width: 1042px) {
  .top-page-component .firstview .is-pc {
    display: none;
  }
  .top-page-component .firstview .is-sp {
    display: block;
  }
  .top-page-component .copy {
    width: 135px;
    left: 14px;
    bottom: 14px;
  }
}

.top-page-component .bg-skew::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾き*/
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: #d6f1f2;
}

.top-page-component .inner-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.top-page-component .section2 {
  padding-top: 74px;
}

.top-page-component .section2 .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-page-component .section2 .left-wrapper {
  padding-top: 120px;
  width: 520px;
}

.top-page-component .section2 .description {
  margin-top: 56px;
}

.top-page-component .section2 .right-wrapper {
  max-width: 500px;
}

.top-page-component .section2 .is-sp {
  display: none;
}
/* @media screen and (max-width: 1042px) { */
@media screen and (max-width: 768px) {
  .top-page-component .section2 {
    padding-top: 28px;
  }
  .top-page-component .section2 .is-pc {
    display: none;
  }
  .top-page-component .section2 .is-sp {
    display: block;
    position: relative;
    z-index: 1;
  }
  .top-page-component .section2 .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 18px;
    padding-left: 18px;
  }
  .top-page-component .section2 .left-wrapper {
    width: 100%;
    padding-top: 0;
  }
  .top-page-component .section2 .right-wrapper {
    max-width: none;
    margin-top: 45px;
  }
  .top-page-component .section2 .description {
    margin-top: 30px;
  }
}

.top-page-component .section3 {
  position: relative;
  background-color: #d6f1f2;
  margin-top: 20px;
  padding-top: 54px;
  padding-bottom: 160px;
}

.top-page-component .section3::before {
  background: #d6f1f2;
}

.top-page-component .section3 .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
}

.top-page-component .section3 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-page-component .section3 .heading > div {
  margin-left: 36px;
}

.top-page-component .section3 .campaign {
  /*margin-top: 133px;*/
  margin: 133px auto 0;
  max-width: 536px;
  width: 100%;
  height: auto;
}

.top-page-component .section3 .latest {
  -webkit-box-shadow: 4px 4px 0 #9cb0b1;
          box-shadow: 4px 4px 0 #9cb0b1;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  display: block;
}
.top-page-component .section3 .latest img {
  width: 100%;
  height: auto;
}

.top-page-component .section3 .information {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;	
}

.top-page-component .section3 .info-wrapper, .top-page-component .section3 .latest {
  margin-top: 24px;
}

.top-page-component .section3 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-shadow: 4px 4px 0 #9cb0b1;
          box-shadow: 4px 4px 0 #9cb0b1;
}

.top-page-component .section3 .info:not(:first-child) {
  margin-top: 10px;
}

.top-page-component .section3 .info-date {
  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;
  max-width: 110px;
  width: 100%;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.top-page-component .section3 .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 425px;
  width: 100%;
  /*padding-left: 20px;*/
  padding: 0 20px;
  background: #fff;
  position: relative;
}

.top-page-component .section3 .info-title::after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 13px;
  margin: auto;
}
/* @media screen and (max-width: 1079px) { */
@media screen and (max-width: 768px) {
  .top-page-component .section3 {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 96px;
  }
  .top-page-component .section3 .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 18px;
    padding-left: 18px;
  }
  .top-page-component .section3 .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-page-component .section3 .heading > div {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 0;
  }
  .top-page-component .section3 .campaign {
    margin-top: -16px;
  }
  .top-page-component .section3 .latest {
    -webkit-box-shadow: 2px 2px 0 #9cb0b1;
            box-shadow: 2px 2px 0 #9cb0b1;
  }
  .top-page-component .section3 .information {
    margin-top: 60px;
  }
  .top-page-component .section3 .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-shadow: 2px 2px 0 #9cb0b1;
            box-shadow: 2px 2px 0 #9cb0b1;
  }
  .top-page-component .section3 .info-date {
    height: 32px;
    font-size: 13px;
    max-width: none;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding-left: 14px;
  }
  .top-page-component .section3 .info-title {
    min-height: 50px;
    height: auto;
    font-size: 14px;
    /*padding-left: 14px;*/
    padding:15px;
    max-width:100%;
  }
  .top-page-component .section3 .info-title::after {
    width: 7px;
    height: 7px;
  }
}

.top-page-component .section4 {
  position: relative;
}

.top-page-component .section4::before {
  background: #a2dadb;
  z-index: 0;
  height: 253%;
}

.top-page-component .section4 .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-page-component .section4 .heading {
  margin-top: 60px;
  position: relative;
}

.top-page-component .section4 .heading > div {
  margin-top: 20px;
}

.top-page-component .section4 .information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 730px;
  width: 100%;
  position: relative;
  margin-top: -30px;
}

.top-page-component .section4 .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-page-component .section4 .info {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-page-component .section4 .info .info-heading {
  color: #fff;
  font-style: italic;
  text-align: right;
  padding: 18px;
  font-weight: 500;
  margin-top: -2px;
}

.top-page-component .section4 .info:first-child .info-heading {
  background-color: #009740;
}

.top-page-component .section4 .info:last-child .info-heading {
  background-color: #0062b2;
}

.top-page-component .section4 .yt-link {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 82px;
  padding-right: 78px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-page-component .section4 .yt-link .logo {
  max-width: 234px;
}

.top-page-component .section4 .yt-link div {
  color: #fff;
}

.top-page-component .section4 .is-sp {
  display: none;
}

/* @media screen and (max-width: 1079px) { */
@media screen and (max-width: 768px) {
  .top-page-component .section4::before {
    /*height: 150%;*/
    height: 120%; /* 250919パース非表示時 */
  }
  .top-page-component .section4 .is-pc {
    display: none;
  }
  .top-page-component .section4 .is-sp {
    display: block;
  }
  .top-page-component .section4 .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
  }
  .top-page-component .section4 .heading {
    margin-top: 30px;
    text-align: center;
  }
  .top-page-component .section4 .heading > div {
    margin-top: 8px;
    font-size: 14px;
  }
  .top-page-component .section4 .information-wrapper {
    margin-top: 22px;
  }
  .top-page-component .section4 .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-page-component .section4 .info {
    max-width: none;
  }
  .top-page-component .section4 .info .info-heading {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 15px;
  }
  .top-page-component .section4 .info:last-child {
    margin-top: 15px;
  }
  .top-page-component .section4 .yt-link {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 65px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-page-component .section4 .yt-link .logo {
    max-width: 119px;
  }
  .top-page-component .section4 .yt-link .description {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.top-page-component .section5 {
  position: relative;
  background-color: #fff;
  margin-top: 78px;
  /*margin-bottom: 140px;*/
  /*margin-bottom: 240px;*/
  margin-bottom: 165px; /* 250919パース非表示時 */
}

.top-page-component .section5 .bg-text-wrapper {
  position: relative;
  /*max-width: 1366px;*/
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.top-page-component .section5 .bg-text {
  position: absolute;
  right: 44px;
  top: -27px;
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 250px;
  color: #e6e6e6;
}

.top-page-component .section5 .inner-wrapper {
  position: relative;
}

.top-page-component .section5 img {
  /*max-width: 640px;*/
  max-width: 580px;
  position: absolute;
  /*left: -124px;
  top: 78px;*/
  left: -100px;
  top: 50px;
  display: none; /* 250919パース非表示時 */
}

.top-page-component .section5 .facility {
  /*max-width: 520px;*/
  /*max-width: 570px;*/
  max-width: auto; /* 250919パース非表示時 */
  margin-left: auto;
  /*padding-top: 132px;*/
  padding-top: 10%;
}

.top-page-component .section5 .description {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
	.top-page-component .section5 img {
		max-width: 500px;
		position: absolute;
		left: -20px;
		top: 30px;
	}
	.top-page-component .section5 {
		position: relative;
		background-color: #fff;
		margin-top: 78px;
		/*margin-bottom: 300px;*/
		margin-bottom: 165px; /* 250919パース非表示時 */
	}
	.top-page-component .section5 .facility {
		/*max-width: 570px;*/
		max-width: auto; /* 250919パース非表示時 */
		margin-left: auto;
		padding-top: 12%;
	}
}

/* @media screen and (max-width: 1079px) { */
@media screen and (max-width: 768px) {
  .top-page-component .section5 {
    margin-top: 35px;
    margin-bottom: 90px;
  }
  .top-page-component .section5 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .top-page-component .section5 img {
    top: 50px;
    width: calc(100% - 36px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
  }
  .top-page-component .section5 .bg-text {
    font-size: 125px;
    /*top: 340px;*/
    top: 38rem;
    left: 10px;
    display: none; /* 250919パース非表示時 */
  }
@media screen and (max-width: 414px) {
  .top-page-component .section5 .bg-text {
    font-size: 125px;
    top: 22rem;
    left: 10px;
    display: none; /* 250919パース非表示時 */
  }
	}
  .top-page-component .section5 .facility {
    /*padding-top: 395px;*/
    /*padding-top: 90px;*/
    padding-top: 30px; /* 250919パース非表示時 */
    
    max-width: 96%;
    margin: 0 auto;
  }
  .top-page-component .section5 .description {
    margin-top: 24px;
  }
}

.top-page-component .section6 h2 {
  /*font-size: 150px;*/
  font-size: 140px;
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 0.9;
}

.top-page-component .section6 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top-page-component .section6 .link::after {
  content: '';
  position: absolute;
  left: 0;
  /*top: 13px;*/
  top: 12px;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
  width: 100%;
  /*height: 624px;*/
  height: 584px;
}

.top-page-component .section6 .link-content {
  max-width: 580px;
  padding-top: 30px;
  padding-left: 26px;
  padding-right: 20px;
}

.top-page-component .section6 .link-content * {
  color: #fff;
}

.top-page-component .section6 .link:first-child .link-content {
  /*padding-top: 90px;*/
  padding-top: 60px;
}

.top-page-component .section6 .link:first-child .link-content .more {
  margin-top: 68px;
}

.top-page-component .section6 .link .supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  margin-top: 16px;
}

.top-page-component .section6 .link .supplement div:first-child {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.top-page-component .section6 .link .supplement div:nth-child(2) {
  font-family: din-condensed, sans-serif;
  font-size: 86px;
  font-style: italic;
  color: #412a74;
  background-color: #fff;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 46px;
  border-radius: 44px;
  letter-spacing: -3px;
}

.top-page-component .section6 .link .description {
  padding-left: 12px;
  padding-right: 13px;
  margin-top: 40px;
}

.top-page-component .section6 .link .more {
  margin-top: 54px;
  margin-left: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-family: din-condensed, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  padding-left: 8px;
}

.top-page-component .section6 .link .more::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 2px;
  margin-left: 16px;
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.top-page-component .section6 .inner-wrapper {
  /*max-width: 1366px;*/
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-page-component .section6 .link-image img {
  /*width: 786px;*/
  width: 735px;
}

.top-page-component .section6 .gym::after {
  background-color: #412a74;
}

.top-page-component .section6 .athletic-area .inner-wrapper {
  /*margin-top: -170px;*/
  margin-top: -159px;
}

.top-page-component .section6 .athletic-area::after {
  background-color: #ffbc00;
  /*top: -86px;*/
  top: -80px;
}

.top-page-component .section6 .athletic-area .link-content {
  margin-top: 170px;
}

.top-page-component .section6 .studio-area {
  /*margin-top: -28px;
  margin-top: -38px;*/
  margin-top: -95px;
}

.top-page-component .section6 .studio-area::after {
  background-color: #1ce6a6;
}

.top-page-component .section6 .studio-area .inner-wrapper {
  /*margin-top: -1px;*/
  margin-top: 0;
}

/* try tablet - laptop style */
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .top-page-component .section1,
  .top-page-component .section2,
  .top-page-component .section3,
  .top-page-component .section4,
  .top-page-component .section5,
  .top-page-component .section6,
  .top-page-component .section7 {
    width: 1280px;
    /*width: 1366px;*/
    margin-left: auto;
    margin-right: auto;
  }
  .top-page-component .section6 h2 {
    /*font-size: 75px;*/
    font-size: 130px;
  }

  /* .top-page-component .section6 .link .supplement {
    margin-top: 10px;
  }
  .top-page-component .section6 .link .supplement div:first-child {
    font-size: 20px;
  }
  .top-page-component .section6 .link .supplement div:nth-child(2) {
    font-size: 45px;
    padding-left: 18px;
    padding-right: 26px;
    padding-top: 3px;
  }
  .top-page-component .section6 .link-image img {
    width: 384px;
    max-width: none;
  }
  .top-page-component .section6 .link-content {
    max-width: 384px;
  }
  .top-page-component .section6 .inner-wrapper {
    max-width: 786px;
  }
  .top-page-component .section6 .link::after {
    top: 0;
  }
  .top-page-component .section6 .link:first-child .link-content {
    padding-top: 0;
  }
  .top-page-component .section6 .link .description {
    margin-top: 20px;
  }
  .top-page-component .section6 .link:first-child .link-content .more {
    margin-top: 10px;
  }
  /* athletic */
/*
  .top-page-component .section6 .athletic-area .inner-wrapper {
    margin-top: 40px;
  }
  .top-page-component .section6 .athletic-area .link-content {
    margin-top: 0;
  }  */
}

@media screen and (max-width: 769px) {
/* @media screen and (max-width: 1365px) { */
  .top-page-component .section6 h2 {
    font-size: 75px;
  }
  .top-page-component .section6 .link::after {
    height: 100%;
  }
  .top-page-component .section6 .link-image img {
    width: 100%;
    max-width: none;
  }
  .top-page-component .section6 .link-content {
    padding-top: 24px !important;
    padding-left: 18px;
    padding-right: 18px;
    max-width: none;
  }
  .top-page-component .section6 .link .supplement {
    margin-top: 10px;
  }
  .top-page-component .section6 .link .supplement div:first-child {
    font-size: 20px;
  }
  .top-page-component .section6 .link .supplement div:nth-child(2) {
    font-size: 45px;
    padding-left: 18px;
    padding-right: 26px;
    padding-top: 3px;
  }
  .top-page-component .section6 .link .description {
    margin-top: 18px;
    padding-right: 0;
  }
  .top-page-component .section6 .link .more {
    margin-top: 35px;
    font-size: 24px;
    width: 70px;
    padding-left: 5px;
  }
  .top-page-component .section6 .link .more::after {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-top: 1px;
    margin-left: 10px;
  }
  .top-page-component .section6 .link:first-child .link-content .more {
    margin-top: 35px;
  }
  .top-page-component .section6 .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-page-component .section6 .gym .link-image img {
    margin-top: -6%;
  }
  .top-page-component .section6 .gym .link-content {
    padding-bottom: 40px;
  }
  .top-page-component .section6 .studio-area {
    margin-top: 0;
  }
  .top-page-component .section6 .athletic-area::after {
    top: 0;
  }
  .top-page-component .section6 .athletic-area .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
  .top-page-component .section6 .athletic-area .link-image {
    margin-top: -7%;
  }
  .top-page-component .section6 .athletic-area .link-content {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .top-page-component .section6 .studio-area .link::after {
    top: 0;
  }
  .top-page-component .section6 .studio-area .link-image {
    margin-top: -7%;
  }
  .top-page-component .section6 .studio-area .link-content {
    padding-bottom: 20px;
  }
}

.top-page-component .section7 {
  padding-top: 40px;
  padding-bottom: 124px;
}

.top-page-component .section7 .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-page-component .section7 .left-wrapper {
  max-width: 496px;
  width: 100%;
}

.top-page-component .section7 .heading {
  margin-top: 40px;
}

.top-page-component .section7 .heading > div {
  margin-top: 16px;
}

.top-page-component .section7 .information-wrapper {
  margin-top: 56px;
}

.top-page-component .section7 .information-wrapper img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  margin-top: -16px;
}

.top-page-component .section7 .information-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-page-component .section7 .information-wrapper a div {
  border-bottom: 1px solid #0062b2;
  margin-right: 0.5em;
  padding-bottom: 8px;
  font-size: 20px;
  color: #0062b2;
}

.top-page-component .section7 .information-wrapper ul {
  margin-top: 40px;
}

.top-page-component .section7 .information-wrapper li {
  margin-top: 14px;
  font-size: 14px;
}

.top-page-component .section7 .information-wrapper .closing {
  font-size: 14px;
  margin-top: 42px;
}

.top-page-component .section7 .right-wrapper {
  position: relative;
}

.top-page-component .section7 .gmap {
  width: 648px;
  position: absolute;
  /*right: -143px;*/
  right: -100px;
  top: 0;
}

@media screen and (max-width: 1280px) {
  .top-page-component .section7 .right-wrapper {
    width: 100%;
    max-width: 50%;
  }
  .top-page-component .section7 .gmap {
    position: relative;
    width: 100%;
    right: 0;
  }
}
/* @media screen and (max-width: 1079px) { */
@media screen and (max-width: 768px) {
  .top-page-component .section7 {
    padding-bottom: 75px;
  }
  .top-page-component .section7 .inner-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-page-component .section7 .left-wrapper {
    max-width: none;
  }
  .top-page-component .section7 .right-wrapper {
    display: none;
  }
  .top-page-component .section7 .heading {
    text-align: center;
    margin-top: 32px;
  }
  .top-page-component .section7 .heading > div {
    margin-top: 8px;
    font-size: 14px;
  }
  .top-page-component .section7 .information-wrapper {
    margin-top: 25px;
  }
  .top-page-component .section7 .information-wrapper a div {
    font-size: 14px;
  }
  .top-page-component .section7 .information-wrapper img {
    width: 13px;
    margin-top: -10px;
  }
  .top-page-component .section7 .information-wrapper li {
    font-size: 14px;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .top-page-component .section7 .information-wrapper .closing {
    margin-top: 24px;
    font-size: 12px;
    line-height: 25px;
  }
}

.about-page-component p {
  letter-spacing: normal;
}

.about-page-component .heading {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-page-component .heading-image {
  margin-top: -1px;
}

.about-page-component .heading .supplement {
  font-size: 30px;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.about-page-component .heading .description {
  font-size: 14px;
  margin-top: 40px;
}

.about-page-component .heading .description p {
  text-align: center;
  color: #fff;
}

.about-page-component .sp-heading {
  display: none;
}

@media screen and (max-width: 1079px) {
  .about-page-component .heading .supplement {
    font-size: 20px;
  }
  .about-page-component .heading .description {
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 26px;
  }
  .about-page-component .heading .description p {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .about-page-component .pc-heading {
    display: none;
  }
  .about-page-component .sp-heading {
    display: block;
  }
}

.about-page-component .section2 {
  position: relative;
  background-color: #fff;
  /*padding-bottom: 370px;*/
  /*padding-bottom: 300px;*/
  padding-bottom: 200px; /* 250919パース非表示時 */
  z-index: -1;
}

.about-page-component .section2 .inner-wrapper {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.about-page-component .section2 img {
  /*max-width: 640px;*/
  max-width: 480px; /* 250919パース非表示時 */
  position: absolute;
  /*left: -124px;*/
  left: 0px; /* 250919パース非表示時 */
  top: 78px;
}

.about-page-component .section2 .facility {
  max-width: 520px;
  margin-left: auto;
  padding-top: 132px;
}

.about-page-component .section2 .description {
  margin-top: 50px;
  padding-right: 0;
  padding-left: 0;
}

.about-page-component .section2 .description p {
  text-align: left;
  color: #333333;
}

.about-page-component .section2 .bg-text-wrapper {
  display: none;
}

@media screen and (max-width: 1079px) {
  .about-page-component .section2 {
    /* margin-bottom: 90px; */
    margin-bottom: 76px; /* 250919パース非表示時 */
    padding-bottom: 0;
    margin-top: 20px; /* 250919パース非表示時 */
  }
  .about-page-component .section2 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .about-page-component .section2 img {
    /*top: 50px;*/
    top: 0;
    width: calc(100% - 36px);
    /*max-width: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);*/
    max-width: 540px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
	  position: relative;
	  display: block;
	  /*margin: 50px auto;*/
	  margin: 50px auto 16px; /* 250919パース非表示時 */
  }
  .about-page-component .section2 .bg-text {
    font-size: 125px;
    top: 340px;
    left: 10px;
  }
  .about-page-component .section2 .facility {
    /*padding-top: 395px;*/
    padding-top: 0;
    max-width: none;
  }
  .about-page-component .section2 .description {
    margin-top: 24px;
  }
  .about-page-component .section2 .description p {
    text-align: left;
  }
  .about-page-component .section2 .bg-text-wrapper {
    display: block;
    position: relative;
  }
  .about-page-component .section2 .bg-text {
    position: absolute;
    font-family: din-condensed, sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #e6e6e6;
    font-size: 125px;
    top: 340px;
    left: 10px;
  }
}

.about-page-component .section3 {
  position: relative;
  background-color: #412a74;
}

.about-page-component .section3 .heading .supplement {
  margin-bottom: 24px;
}

.about-page-component .section3 h2 {
  position: absolute;
  font-size: 150px;
  font-weight: 500;
  font-style: italic;
  font-family: din-condensed, sans-serif;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -160px;
  margin-bottom: 0;
}

.about-page-component .section3 h2.title-purple {
  color: #412a74;
}

.about-page-component .section3 h2.title-white {
  color: #fff;
}

.about-page-component .section3 .time {
  font-family: din-condensed, sans-serif;
  font-size: 86px;
  font-style: italic;
  color: #412a74;
  background-color: #fff;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 46px;
  border-radius: 44px;
  letter-spacing: -3px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.about-page-component .section3 .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 1366px;*/
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-page-component .section3 .left-wrapper {
  max-width: 684px;
  width: 100%;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.about-page-component .section3 .right-wrapper {
  max-width: 500px;
  margin-left: 40px;
  margin-top: 96px;
}

.about-page-component .section3 .right-wrapper .description p {
  color: #fff;
}

.about-page-component .section3 .right-wrapper .details {
  background-color: #fff;
  padding: 20px 20px 28px 20px;
  margin-top: 42px;
}

.about-page-component .section3 .right-wrapper .details div {
  color: #412a74;
  font-size: 12px;
  margin-bottom: 8px;
}

.about-page-component .section3 .right-wrapper .details p {
  color: #412a74;
  font-size: 12px;
}

.about-page-component .section3 .swiper-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: -100px;
  max-width: 1226px;
  width: 100%;
}

.about-page-component .section3 .swiper-container .swiper-button-prev, .about-page-component .section3 .swiper-container .swiper-button-next {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 56px;
  top: 0;
  margin-top: 0;
  z-index: 1;
}

.about-page-component .section3 .swiper-container .swiper-button-prev:active, .about-page-component .section3 .swiper-container .swiper-button-next:active {
  background: rgba(0, 0, 0, 0.5);
}

.about-page-component .section3 .swiper-container .swiper-button-prev::after, .about-page-component .section3 .swiper-container .swiper-button-next::after {
  content: none;
}

.about-page-component .section3 .swiper-container .swiper-button-prev {
  left: 0;
}

.about-page-component .section3 .swiper-container .swiper-button-prev img {
  position: absolute;
  bottom: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  top: auto;
}

.about-page-component .section3 .swiper-container .swiper-button-next {
  right: 0;
}

.about-page-component .section3 .swiper-container .swiper-button-next img {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
}

.about-page-component .section3 .slider-skew-top {
  position: absolute;
  top: -1px;
  left: 49.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.about-page-component .section3 .slider-skew-bottom {
  position: absolute;
  top: 81.8%;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.about-page-component .section3 .bottom-image {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.about-page-component .section3 .is-sp {
  display: none;
}

@media screen and (max-width: 1279px) {
  .about-page-component .section3 .is-pc {
    display: none;
  }
  .about-page-component .section3 .is-sp {
    display: block;
  }
  .about-page-component .section3 .heading .supplement {
    margin-bottom: 16px;
    margin-top: 14px;
  }
  .about-page-component .section3 .heading .time {
    font-size: 45px;
    padding-left: 16px;
    padding-right: 23px;
  }
  .about-page-component .section3 .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page-component .section3 .left-wrapper {
    margin-top: 0;
    max-width: none;
  }
  .about-page-component .section3 .right-wrapper {
    margin-left: 0;
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 20px;
    max-width: none;
  }
  .about-page-component .section3 .right-wrapper .details {
    padding: 20px;
  }
  .about-page-component .section3 .right-wrapper .details div {
    font-size: 13px;
  }
  .about-page-component .section3 .right-wrapper .details p {
    font-size: 12px;
  }
  .about-page-component .section3 .swiper-container {
    margin-top: 30px;
    width: 90.4%;
  }
  .about-page-component .section3 .swiper-container .swiper-button-prev, .about-page-component .section3 .swiper-container .swiper-button-next {
    width: 20px;
  }
  .about-page-component .section3 .swiper-container .swiper-button-prev img, .about-page-component .section3 .swiper-container .swiper-button-next img {
    width: 8px;
  }
  .about-page-component .section3 .bottom-image {
    margin-top: -20px;
  }
  .about-page-component .section3 .bottom-spacer {
    background-color: #fff;
    height: 28px;
    margin-top: -2px;
  }
}

.about-page-component .section4 {
  background-color: #ffbc00;
}

.about-page-component .section4 .supplement {
  margin-top: 14px;
}

.about-page-component .section4 .is-sp {
  display: none;
}

.about-page-component .section4 .heading-image {
  margin-top: -3px;
}

.about-page-component .section4 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0px;
  padding-left: 0px;
  /*padding-right: 24px;
  padding-left: 24px;
  max-width: 1366px;*/
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.about-page-component .section4 .image {
  width: 640px;
  position: relative;
  z-index: 0;
}

.about-page-component .section4 .image .name {
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 330px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 500;
}

.about-page-component .section4 .image .name span {
  font-size: 80px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  color: #fff;
  margin-right: 16px;
  margin-top: -6px;
}

.about-page-component .section4 .image2 {
  margin-top: 80px;
}

.about-page-component .section4 .image3 {
  margin-top: -130px;
}

.about-page-component .section4 .image4 {
  margin-top: -50px;
}

.about-page-component .section4 .bottom-image {
  margin-top: -90px;
}

@media screen and (max-width: 1279px) {
  .about-page-component .section4 .is-pc {
    display: none;
  }
  .about-page-component .section4 .is-sp {
    display: block;
  }
  .about-page-component .section4 .image {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page-component .section4 .image .name {
    font-size: 17px;
    top: auto;
    bottom: 17%;
  }
  .about-page-component .section4 .image .name span {
    font-size: 40px;
  }
  .about-page-component .section4 .image1 {
    margin-top: 24px;
  }
  .about-page-component .section4 .image2, .about-page-component .section4 .image3, .about-page-component .section4 .image4 {
    margin-top: -36px;
  }
  .about-page-component .section4 .images {
    padding-right: 0;
    padding-left: 0;
  }
  .about-page-component .section4 .bottom-image {
    margin-top: 0;
  }
  .about-page-component .section4 .bottom-spacer {
    background-color: #fff;
    height: 20px;
    margin-top: -2px;
  }
}

.about-page-component .section5 {
  background-color: #1ce6a6;
}

.about-page-component .section5 .is-sp {
  display: none;
}

.about-page-component .section5 .heading-image {
  margin-top: -2px;
}

.about-page-component .section5 .programs {
  /*max-width: 1366px;*/
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.about-page-component .section5 .program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page-component .section5 .program:first-child {
  margin-top: 64px;
}

.about-page-component .section5 .program:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-page-component .section5 .program:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}

.about-page-component .section5 .program:nth-child(2) .program-image {
  margin-top: -120px;
  margin-left: 48px;
}

.about-page-component .section5 .program:nth-child(2) .program-content {
  margin-top: 50px;
  margin-left: 0;
}

.about-page-component .section5 .program:nth-child(3) {
  margin-top: 12px;
}

.about-page-component .section5 .program-image {
  width: 800px;
  position: relative;
  z-index: 1;
}

.about-page-component .section5 .program-content {
  width: 100%;
  max-width: 370px;
  margin-left: 48px;
  margin-top: 26px;
}

.about-page-component .section5 .heading {
  color: #fff;
}

.about-page-component .section5 .text {
  margin-top: 26px;
}

.about-page-component .section5 .text p {
  color: #fff;
}

.about-page-component .section5 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  padding-right: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 24px;
}

.about-page-component .section5 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page-component .section5 .item:first-child {
  width: 166px;
}

.about-page-component .section5 .item-icon {
  width: 40px;
}

.about-page-component .section5 .item-text {
  color: #fff;
  margin-left: 14px;
}

.about-page-component .section5 .bottom-image {
  margin-top: -80px;
  background-color: #fff;
}

@media screen and (max-width: 1079px) {
  .about-page-component .section5 .is-pc {
    display: none;
  }
  .about-page-component .section5 .is-sp {
    display: block;
  }
  .about-page-component .section5 .heading .supplement {
    margin-top: 14px;
  }
  .about-page-component .section5 .program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page-component .section5 .program:first-child {
    margin-top: 24px;
  }
  .about-page-component .section5 .program:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page-component .section5 .program:nth-child(2) .program-image {
    margin-left: auto;
    margin-top: 32px;
  }
  .about-page-component .section5 .program:nth-child(2) .program-content {
    margin-top: 24px;
    margin-left: auto;
  }
  .about-page-component .section5 .program:nth-child(3) {
    margin-top: 32px;
  }
  .about-page-component .section5 .program-image {
    max-width: none;
    width: 100%;
  }
  .about-page-component .section5 .program-content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    max-width: none;
  }
  .about-page-component .section5 .program .text {
    margin-top: 16px;
  }
  .about-page-component .section5 .items {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 40px;
  }
  .about-page-component .section5 .item-icon {
    width: 36px;
  }
  .about-page-component .section5 .item-text {
    font-size: 15px;
  }
  .about-page-component .section5 .bottom-image {
    margin-top: 32px;
  }
}

.about-page-component .section6 {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding-top: 74px;
  padding-bottom: 105px;
  overflow: hidden;
}

.about-page-component .section6 .swiper-container2 {
  overflow: hidden;
}

.about-page-component .section6 .description {
  margin-top: 14px;
}

.about-page-component .section6 .description p {
  color: #333333;
  text-align: left;
}

.about-page-component .section6 .inner-wrapper {
  /*max-width: 1366px;*/
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page-component .section6 .left-content {
  max-width: 680px;
  width: 100%;
}

.about-page-component .section6 .right-content {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: 60px;
  padding-top: 10px;
}

.about-page-component .section6 .right-content > .heading {
  padding-bottom: 18px;
  padding-left: 8px;
  padding-right: 8px;
}

.about-page-component .section6 .right-content .bg-text {
  position: absolute;
  left: 0;
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 250px;
  color: #e6e6e6;
  top: -30px;
  left: -20px;
}

.about-page-component .section6 .amenities {
  padding-top: 22px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: relative;
}

.about-page-component .section6 .amenities .heading {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.about-page-component .section6 .amenities .description {
  margin-top: 18px;
}

.about-page-component .section6 .notes {
  margin-top: 20px;
}

.about-page-component .section6 .notes .heading {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  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: #ffe719;
  height: 46px;
}

.about-page-component .section6 .notes .description {
  margin-top: 0;
  border-left: 4px solid #ffe719;
  border-bottom: 4px solid #ffe719;
  border-right: 4px solid #ffe719;
  padding: 11px 16px 12px 16px;
}

.about-page-component .section6 .notes .description p {
  font-size: 12px;
}

@media screen and (max-width: 1079px) {
  .about-page-component .section6 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .about-page-component .section6 .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 18px;
    padding-left: 18px;
  }
  .about-page-component .section6 .right-content {
    max-width: none;
    margin-left: 0;
    padding-top: 60px;
  }
  .about-page-component .section6 .right-content .bg-text {
    font-size: 125px;
    top: 18px;
    left: 10px;
  }
  .about-page-component .section6 .left-content {
    max-width: none;
    margin-top: 18px;
  }
  .about-page-component .section6 .heading {
    padding-right: 0;
    padding-left: 0;
  }
  .about-page-component .section6 .heading .description {
    padding-left: 0;
    padding-rifht: 0;
  }
  .about-page-component .section6 .amenities {
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .about-page-component .section6 .amenities .heading {
    font-size: 14px;
  }
  .about-page-component .section6 .amenities .description {
    margin-top: 16px;
  }
  .about-page-component .section6 .notes .heading {
    font-size: 16px;
  }
  .about-page-component .section6 .notes .description p {
    font-size: 12px;
  }
}

.price-page-component h4 {
  color: #fff;
}

.price-page-component p {
  letter-spacing: 0;
}

.price-page-component .section2 {
  margin-top: 85px;
  margin-bottom: 83px;
}

.price-page-component .section2 .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-page-component .section2 .left-wrapper, .price-page-component .section2 .right-wrapper {
  max-width: 520px;
  width: 100%;
}

.price-page-component .section2 .left-wrapper .heading {
  background-color: #0062b2;
}

.price-page-component .section2 .left-wrapper .price:last-child .price-heading {
  background-color: #0062b2;
  color: #fff;
}

.price-page-component .section2 .left-wrapper .price:last-child .breakdowns {
  border-right: 4px solid #0062b2;
  border-left: 4px solid #0062b2;
  border-bottom: 4px solid #0062b2;
}

.price-page-component .section2 .left-wrapper .price:last-child .breakdown .key {
  width: 70px;
}

.price-page-component .section2 .inner-wrapper_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 83px;
}

.price-page-component .section2 .left-wrapper_2, .price-page-component .section2 .right-wrapper {
  max-width: 520px;
  width: 100%;
}

.price-page-component .section2 .left-wrapper_2 .heading {
  background-color: #c299ff;
}

.price-page-component .section2 .left-wrapper_2 .price:last-child .price-heading {
  background-color: #c299ff;
  color: #fff;
}

.price-page-component .section2 .left-wrapper_2 .price:last-child .breakdowns {
  border-right: 4px solid #c299ff;
  border-left: 4px solid #c299ff;
  border-bottom: 4px solid #c299ff;
}

.price-page-component .section2 .left-wrapper_2 .price:last-child .breakdown .key {
  width: 70px;
}

.price-page-component .section2 .right-wrapper .heading {
  background: -webkit-gradient(linear, left top, right top, from(#ba8300), to(#fff000));
  background: linear-gradient(to right, #ba8300, #fff000);
}

.price-page-component .section2 .right-wrapper .price:last-child .price-heading {
  background: -webkit-gradient(linear, left top, right top, from(#ba8300), to(#fff000));
  background: linear-gradient(to right, #ba8300, #fff000);
  color: #fff;
}

.price-page-component .section2 .right-wrapper .price:last-child .breakdowns {
  border-right: 4px solid #ba8300;
  border-left: 4px solid #ba8300;
  border-bottom: 4px solid #ba8300;
}

.price-page-component .section2 .right-wrapper .price:last-child .breakdown .key {
  width: 70px;
}

.price-page-component .section2 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-left: 20px;
}

.price-page-component .section2 .heading-num {
  font-size: 60px;
  font-family: din-condensed, sans-serif;
  color: #fff;
  font-style: italic;
  margin-right: 32px;
}

.price-page-component .section2 .content {
  padding-left: 34px;
  padding-right: 34px;
}

.price-page-component .section2 .description {
  height: 90px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.price-page-component .section2 .description p {
  font-size: 16px;
}

.price-page-component .section2 .price-heading {
  font-size: 20px;
  font-weight: 500;
  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;
  height: 43px;
}

.price-page-component .section2 .price:first-child .price-heading {
  background-color: #a2dadb;
}

.price-page-component .section2 .price:first-child .breakdowns {
  border-right: 4px solid #a2dadb;
  border-left: 4px solid #a2dadb;
  border-bottom: 4px solid #a2dadb;
}

.price-page-component .section2 .breakdowns {
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-page-component .section2 .breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-page-component .section2 .breakdown .key {
  text-align: right;
  width: 140px;
}

.price-page-component .section2 .breakdown .value {
  width: 122px;
  margin-left: 18px;
}

.price-page-component .section2 .breakdown:not(:first-child) {
  margin-top: 12px;
}

.price-page-component .section2 .price-spacer {
  font-size: 30px;
  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;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1079px) {
  .price-page-component .section2 {
    margin-top: 35px;
    margin-bottom: 72px;
  }
  .price-page-component .section2 .heading {
    height: 45px;
  }
  .price-page-component .section2 .heading-num {
    font-size: 35px;
    margin-right: 18px;
  }
  .price-page-component .section2 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-page-component .section2 .left-wrapper, .price-page-component .section2 .right-wrapper {
    max-width: none;
    width: 100%;
  }
  .price-page-component .section2 .inner-wrapper_2 {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-page-component .section2 .left-wrapper_2, .price-page-component .section2 .right-wrapper {
    max-width: none;
    width: 100%;
    margin-top: -42px;
  }
  .price-page-component .section2 .right-wrapper {
    margin-top: 40px;
  }
  .price-page-component .section2 .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price-page-component .section2 .description {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .price-page-component .section2 .description p {
    font-size: 14px;
  }
  .price-page-component .section2 .price-heading {
    font-size: 16px;
    height: 40px;
  }
  .price-page-component .section2 .breakdowns {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .price-page-component .section2 .breakdown .key {
    font-size: 14px;
  }
  .price-page-component .section2 .breakdown .value {
    font-size: 14px;
  }
  .price-page-component .section2 .price-spacer {
    font-size: 20px;  
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.price-page-component .section3 .inner-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.price-page-component .section3 .heading {
  background-color: #1ce6a6;
  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;
  height: 70px;
}

.price-page-component .section3 .content {
  padding-right: 25px;
  padding-left: 25px;
  /*padding-top: 32px;*/
  padding-top: 25px;
}

.price-page-component .section3 .programs {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-page-component .section3 .program {
  max-width: 330px;
  width: 100%;
}

.price-page-component .section3 .program-image {
  padding: 4px;
  background-color: #1ce6a6;
}


.price-page-component .section3 .program-heading {
  color: #fff;
  background-color: #1ce6a6;
  font-size: 20px;
  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;
  height: 42px;
}

.price-page-component .section3 .program-breakdown {
  border: 4px solid #1ce6a6;
  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;
  padding: 18px 20px;
}

.price-page-component .section3 .is-sp {
  display: none;
}

/* sm add */

.price-page-component .section3 .programs_re {
  margin-bottom: 50px;
}

.price-page-component .section3 .program_re {
  display: flex;
  width: 100%;
  margin: 25px 0;
}

.price-page-component .section3 .program_re .program-image {
  padding: 4px;
  background-color: #1ce6a6;
  width:40%;
}

.price-page-component .section3 .program_re .program-content {
  width: 60%;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 100%;
}

.price-page-component .section3 .program_re .program-heading {
  color: #fff;
  background-color: #1ce6a6;
  font-size: 24px;
  height: calc(100%/3);
  padding:10px 20px;
}

.price-page-component .section3 .program_re .program-breakdown {
  border-right: 4px solid #1ce6a6;
  border-bottom: 4px solid #1ce6a6;
  border-top: 0;
  border-left: 0;
  padding: 18px 20px;
  /*height: calc(100%/3);*/
  height: calc(100%*(2/3));
}

.price-page-component .section3 .program-table {
  margin: 25px 0;
  text-align: center;
}

.price-page-component .section3 .program-table-heading {
  color: #fff;
  background-color: #1ce6a6;
  font-size: 24px;
  padding:18px 20px;
}

.price-page-component .section3 .program-table-breakdown {
  border-bottom: 4px solid #1ce6a6;
  border-left: 4px solid #1ce6a6;
  border-right: 4px solid #1ce6a6;
  padding: 18px 20px;
}


@media screen and (max-width: 1079px) {
.price-page-component .section3 .program_re {
  display: block;
}

.price-page-component .section3 .program_re .program-image {
  width: 100%;
  padding-bottom:0;
}

.price-page-component .section3 .program_re .program-content {
  width: 100%;
  justify-content: unset;
  flex-wrap: unset;
  text-align: center;
}

.price-page-component .section3 .program_re .program-heading {
  color: #fff;
  background-color: #1ce6a6;
  font-size: 16px;
  height: auto;
  padding: 15px 0;
}

.price-page-component .section3 .program_re .program-breakdown {
  border-left: 4px solid #1ce6a6;
  padding: 12px 0;
  height: auto;
  line-height: 1.5;
}

.price-page-component .section3 .program-table-heading {
  font-size: 15px;
  padding:15px 10px;
  line-height: 1.5;
}

.price-page-component .section3 .program-table-breakdown {
  padding: 12px 10px;
  font-size: 14px;
  line-height: 1.5;
}
}


@media screen and (max-width: 1079px) {
    
  .price-page-component .section3 .heading {
    height: 50px;
  }
  .price-page-component .section3 .is-pc {
    display: none;
  }
  .price-page-component .section3 .is-sp {
    display: block;
  }
  .price-page-component .section3 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .price-page-component .section3 .programs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
  .price-page-component .section3 .program {
    max-width: none;
  }
  .price-page-component .section3 .program:not(:first-child) {
    margin-top: 16px;
  }
  .price-page-component .section3 .program-image {
    padding: 2px;
  }
  .price-page-component .section3 .program-heading {
    height: 32px;
    font-size: 15px;
  }
  .price-page-component .section3 .program-breakdown {
    border-width: 2px;
    font-size: 14px;
    padding: 12px;
  }
}

.price-page-component .section4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .price-page-component .section4 {
    margin-top: 50px;
    margin-bottom: 109px;
  }
}

.faq-page-component .section2 {
  margin-top: 85px;
}

.faq-page-component .section2 .inner-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.faq-page-component .section2 .faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-page-component .section2 .faq {
  max-width: 520px;
  width: 100%;
}

.faq-page-component .section2 .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dcdcdc;
  padding-top: 17px;
  padding-bottom: 16px;
}

.faq-page-component .section2 .question-qa {
  font-size: 60px;
  font-family: din-condensed, sans-serif;
  width: 90px;
  text-align: center;
  line-height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.faq-page-component .section2 .question-text {
  font-size: 18px;
  line-height: 28px;
}

.faq-page-component .section2 .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  height: 220px;
}

.faq-page-component .section2 .answer-qa {
  font-size: 60px;
  font-family: din-condensed, sans-serif;
  width: 90px;
  text-align: center;
  color: #da3e78;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.faq-page-component .section2 .answer-text {
  padding-right: 20px;
}

.faq-page-component .section2 .answer-text p {
  font-size: 14px;
}

.faq-page-component .section2 .answer-text a {
  position: relative;
  color: #0062b2;
  text-decoration: underline;
}

.faq-page-component .section2 .answer-text a:after {
  /*content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20%;
  border-bottom: 1px solid #0062b2;*/
}

@media screen and (max-width: 1079px) {
  .faq-page-component .section2 {
    margin-top: 35px;
  }
  .faq-page-component .section2 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .faq-page-component .section2 .faq {
    max-width: none;
  }
  .faq-page-component .section2 p {
    font-size: 12px;
  }
  .faq-page-component .section2 .question {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
  }
  .faq-page-component .section2 .question-qa {
    font-size: 40px;
    width: 45px;
  }
  .faq-page-component .section2 .question-text {
    margin-left: 4px;
    font-size:16px;
  }
  .faq-page-component .section2 .question-text p {
    font-size: 14px;
  }
  .faq-page-component .section2 .answer {
    height: auto;
    padding-bottom: 26px;
  }
  .faq-page-component .section2 .answer-qa {
    font-size: 40px;
    width: 45px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .faq-page-component .section2 .answer-text {
    padding-right: 14px;
    margin-left: 4px;
  }
  .faq-page-component .section2 .answer-text p {
    font-size: 14px;
  }
}

.faq-page-component .section3 {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .faq-page-component .section3 {
    margin-top: 50px;
    margin-bottom: 108px;
  }
}

.entry-page-component h2 {
  font-size: 25px;
  font-style: italic;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}

.entry-page-component h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 15px;
  bottom: -6px;
  background-color: #ffe719;
  z-index: -1;
}

@media screen and (max-width: 799px) {
  .entry-page-component h2 {
    font-size: 20px;
  }
  .entry-page-component h2::after {
    height: 10px;
    bottom: -3px;
  }
}

.entry-page-component h4 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .entry-page-component h4 {
    font-size: 17px;
  }
}

.entry-page-component .section2 {
  margin-top: 85px;
}

.entry-page-component .section2 p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
}

.entry-page-component .section2 .inner-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.entry-page-component .section2 .entry-flow > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-page-component .section2 .steps {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -14px;
}

.entry-page-component .section2 .step {
  max-width: 264px;
}

.entry-page-component .section2 .step .heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-page-component .section2 .step .heading-step {
  font-size: 30px;
  font-family: din-condensed, sans-serif;
  color: #fff;
}

.entry-page-component .section2 .step .heading-text {
  margin-top: 12px;
  font-size: 20px;
  color: #fff;
}

.entry-page-component .section2 .step .heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 6px;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  z-index: -1;
}

.entry-page-component .section2 .step .content {
  position: relative;
  height: 108px;
}

.entry-page-component .section2 .step .content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -6px;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  z-index: -1;
}

.entry-page-component .section2 .step .content-text {
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.entry-page-component .section2 .step:nth-child(1) .heading::after {
  background-color: #a2dadb;
}

.entry-page-component .section2 .step:nth-child(1) .content::after {
  border-right: 3px solid #a2dadb;
  border-left: 3px solid #a2dadb;
  border-bottom: 3px solid #a2dadb;
}

.entry-page-component .section2 .step:nth-child(2) .heading::after {
  background-color: #a2dadb;
}

.entry-page-component .section2 .step:nth-child(2) .content::after {
  border-right: 3px solid #a2dadb;
  border-left: 3px solid #a2dadb;
  border-bottom: 3px solid #a2dadb;
}

.entry-page-component .section2 .step:nth-child(3) .heading::after {
  background-color: #0062b2;
}

.entry-page-component .section2 .step:nth-child(3) .content::after {
  border-right: 3px solid #0062b2;
  border-left: 3px solid #0062b2;
  border-bottom: 3px solid #0062b2;
}

/*.entry-page-component .section2 .step:nth-child(2) .heading::after {
  background-color: #0062b2;
}

.entry-page-component .section2 .step:nth-child(2) .content::after {
  border-right: 3px solid #0062b2;
  border-left: 3px solid #0062b2;
  border-bottom: 3px solid #0062b2;
}

.entry-page-component .section2 .step:nth-child(3) .heading::after {
  background-color: #da3e78;
}

.entry-page-component .section2 .step:nth-child(3) .content::after {
  border-right: 3px solid #da3e78;
  border-left: 3px solid #da3e78;
  border-bottom: 3px solid #da3e78;
}*/

@media screen and (max-width: 851px) {
  .entry-page-component .section2 {
    margin-top: 35px;
  }
  .entry-page-component .section2 .inner-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .entry-page-component .section2 .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .entry-page-component .section2 .step {
    max-width: 480px;
    width: 100%;
  }
  .entry-page-component .section2 .step:not(:first-child) {
    margin-top: 15px;
  }
  .entry-page-component .section2 .step .heading {
    height: 60px;
  }
  .entry-page-component .section2 .step .heading-step {
    font-size: 20px;
  }
  .entry-page-component .section2 .step .heading-text {
    margin-top: 6px;
    font-size: 14px;
  }
  .entry-page-component .section2 .step .heading::after {
    left: 0;
  }
  .entry-page-component .section2 .step .content {
    height: 70px;
  }
  .entry-page-component .section2 .step .content-text {
    padding-bottom: 12px;
  }
  .entry-page-component .section2 .step .content-text p {
    font-size: 12px;
    line-height: 20px;
  }
  .entry-page-component .section2 .step .content::after {
    left: -8px;
  }
}

.entry-page-component .section3 .checklist {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}

.entry-page-component .section3 .checklist .heading {
  background-color: #c60000;
  height: 60px;
  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;
}

.entry-page-component .section3 .checklist .content {
  padding-top: 32px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 4px solid #c60000;
  border-left: 4px solid #c60000;
  border-bottom: 4px solid #c60000;
}

.entry-page-component .section3 .checklist .content-icon {
  width: 31px;
  margin-left: 94px;
  margin-top: 4px;
}

.entry-page-component .section3 .checklist .content-text {
  margin-left: 16px;
}

@media screen and (max-width: 851px) {
  .entry-page-component .section3 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .entry-page-component .section3 .checklist .heading {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .entry-page-component .section3 .checklist .content {
    padding: 24px 24px 24px 12px;
  }
  .entry-page-component .section3 .checklist .content-icon {
    margin-left: 0;
    min-width: 21px;
  }
  .entry-page-component .section3 .checklist .content-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.entry-page-component .section4 {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .entry-page-component .section4 {
    margin-top: 60px;
    margin-bottom: 76px;
  }
}

.entry-page-component .section5 {
  margin-bottom: 138px;
}

.entry-page-component .section5 h2::after {
  width: 102%;
}

.entry-page-component .section5 .inner-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.entry-page-component .section5 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-page-component .section5 .content {
  margin-top: 54px;
}

.entry-page-component .section5 .content p {
  text-align: center;
}

.entry-page-component .section5 .contact-wrapper {
  margin-top: 54px;
}

.entry-page-component .section5 .contact-heading {
  background-color: #0062b2;
  height: 60px;
  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;
}

.entry-page-component .section5 .contact-content {
  border-right: 4px solid #0062b2;
  border-left: 4px solid #0062b2;
  border-bottom: 4px solid #0062b2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 136px;
}

.entry-page-component .section5 .content-tel {
  font-size: 60px;
  font-family: din-condensed, sans-serif;
  color: #0062b2;
}

.entry-page-component .section5 .content-tel span {
  font-size: 40px;
  margin-right: 18px;
  color: #0062b2;
}

.entry-page-component .section5 .content-time {
  margin-top: 12px;
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  .entry-page-component .section5 {
    margin-bottom: 75px;
  }
  .entry-page-component .section5 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .entry-page-component .section5 .content {
    margin-top: 34px;
  }
  .entry-page-component .section5 .content p {
    text-align: left;
  }
  .entry-page-component .section5 .contact-wrapper {
    margin-top: 28px;
  }
  .entry-page-component .section5 .contact-heading {
    height: 40px;
  }
  .entry-page-component .section5 .contact-content {
    height: 110px;
  }
  .entry-page-component .section5 .content-tel {
    font-size: 35px;
  }
  .entry-page-component .section5 .content-tel span {
    font-size: 25px;
  }
  .entry-page-component .section5 .content-time {
    font-size: 12px;
    margin: 10px 15px 0;
	  line-height:1.2;
  }
}

.policy-page-component .section2 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  margin-bottom: 60px;
}

.policy-page-component .section2 h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.policy-page-component .section2 p {
  font-size: 14px;
}

.policy-page-component .section2 h5 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1079px) {
  .policy-page-component .section2 {
    margin-top: 35px;
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 75px;
  }
  .policy-page-component .section2 p {
    line-height: 20px;
    font-size: 12px;
  }
  .policy-page-component .section2 h5 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.news-page h2 {
  font-size: 55px;
  text-align: center;
  font-family: din-condensed, sans-serif;
  font-style: italic;
}

.news-page .supplement {
  font-size: 18px;
  margin-top: 14px;
  text-align: center;
}

.news-page .section2 {
  margin-top: 85px;
  margin-bottom: 147px;
}

.news-page .section2 .inner-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.news-page .section2 .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 73px;
  margin-bottom: 52px;
}

.news-page .section2 .btn {
  width: 300px;
  height: 70px;
  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;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 #bababa;
          box-shadow: 4px 4px 0 #bababa;
  background-color: #333333;
  position: relative;
}

.news-page .section2 .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  right: 17px;
}

@media screen and (max-width: 768px) {
  .news-page .section2 {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .news-page .section2 .btn-wrapper {
    margin-top: 49px;
    margin-bottom: 55px;
  }
  .news-page .section2 .btn {
    width: auto;
    height: 60px;
    font-size: 15px;
  }
  .news-page .section2 .btn::after {
    border-width: 7px;
  }
  .news-page .section2 .panel-info .btn {
    width: 215px;
  }
  .news-page .section2 .panel-change .btn {
    width: 250px;
  }
}

.news-page .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page .tab {
  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;
  cursor: pointer;
  height: 70px;
  width: 100%;
  font-size: 30px;
  font-family: din-condensed, sans-serif;
}

.news-page .panel {
  display: none;
}

.news-page .tab {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
}

.news-page .tab-info {
  color: #a2dadb;
  border-top: 4px solid #a2dadb;
  border-right: 4px solid #a2dadb;
  border-left: 4px solid #a2dadb;
}

.news-page .tab-info.is-active {
  color: #333333;
  background: #a2dadb;
}

.news-page .tab-change {
  color: #0062b2;
  border-top: 4px solid #0062b2;
  border-right: 4px solid #0062b2;
  border-left: 4px solid #0062b2;
}

.news-page .tab-change.is-active {
  color: #fff;
  background-color: #0062b2;
}

.news-page .panel.is-show {
  display: block;
}

.news-page .panel-info {
  border: 4px solid #a2dadb;
}

.news-page .panel-info .news-date {
  background: #a2dadb;
}

.news-page .panel-info .news-title {
  border: 1px solid #a2dadb;
}

.news-page .news-info .news-date {
  background: #a2dadb;
}

.news-page .news-info .news-title {
  border: 1px solid #a2dadb;
}

.news-page .panel-change {
  border: 4px solid #0062b2;
}

.news-page .panel-change .news-date {
  background: #0062b2;
  color: #fff;
}

.news-page .panel-change .news-title {
  border: 1px solid #0062b2;
}

.news-page .news-change .news-date {
  background: #0062b2;
  color: #fff;
}

.news-page .news-change .news-title {
  border: 1px solid #0062b2;
}

.news-page .news-wrapper {
  /*padding-right: 86px;
  padding-left: 86px;*/
}

.news-page .category-posts {
  margin-top: 85px;
  margin-bottom: 128px;
}

.news-page .category-posts .inner-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.news-page .category-posts .my-pagination {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .news-page .category-posts {
    margin-top: 45px;
    margin-bottom: 95px;
  }
  .news-page .category-posts .inner-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 1079px) {
  .news-page .section2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .news-page h2 {
    font-size: 30px;
  }
  .news-page .supplement {
    font-size: 12px;
    margin-top: 8px;
  }
  .news-page .tab {
    font-size: 20px;
    height: 40px;
    border-width: 2px;
  }
  .news-page .news-wrapper {
    padding-right: 9px;
    padding-left: 9px;
  }
  .news-page .news-component {
    border-width: 2px;
  }
}

.news-component .heading {
  margin-top: 50px;
}

.news-component .news-wrapper {
  /*margin-top: 42px;*/
  margin: 42px auto 0;
  max-width: 900px;
}

.news-component .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}

.news-component .news:not(:first-child) {
  margin-top: 10px;
}

.news-component .news-date {
  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: 14px;
  font-style: italic;
  min-width: 200px;
  height: 100%;
}

.news-component .news-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 100%;
  width: 100%;
}

.news-component .news-title::after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 34px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .news-component .heading {
    margin-top: 30px;
  }
  .news-component .news-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 35px;
  }
  .news-component a.news {
    -webkit-box-shadow: 2.5px 2.5px 0 #bababa;
            box-shadow: 2.5px 2.5px 0 #bababa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom:10px;
  }
  .news-component a.news:not(:first-child) {
    margin-top: 5px;
  }
  .news-component a.news .news-date {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 14px;
    font-size: 13px;
    height: 32px;
  }
  .news-component a.news .news-title {
    border: none;
    /*padding-left: 14px;*/
    padding:15px 25px 15px 15px;
    font-size: 14px;
    min-height: 50px;
    height: auto;
  }
  .news-component a.news .news-title::after {
    width: 7px;
    height: 7px;
    right: 13px;
  }
}

.news-post .section2 {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1079px) {
  .news-post p {
    margin-bottom:15px;
  }
  .news-post .section2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
}

.news-post article {
  width: 720px;
}

.news-post article .entry-date {
  margin-top: 14px;
  background: #a2dadb;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-post article .entry-title {
  margin-top: 24px;
  font-size: 24px;
  position: relative;
  font-weight: 500;
  border-bottom: 1px solid #333333;
  padding-bottom: 18px;
}

.news-post article .entry-content {
  margin-top: 32px;
}

.news-post article .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 73px;
  margin-bottom: 52px;
}

.news-post article .btn {
  width: 280px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 #bababa;
          box-shadow: 4px 4px 0 #bababa;
  background-color: #333333;
  position: relative;
}

.news-post article .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  right: 17px;
}

@media screen and (max-width: 768px) {
  .news-post article {
    /*padding-right: 18px;
    padding-left: 18px;*/
  }
  .news-post article .entry-date {
    font-size: 12px;
    width: 85px;
    height: 30px;
  }
  .news-post article .entry-title {
    margin-top: 20px;
    font-size: 18px;
  }
  .news-post article .entry-content {
    margin-top: 30px;
  }
  .news-post article .btn-wrapper {
    margin-top: 49px;
    margin-bottom: 55px;
  }
  .news-post article .btn {
    width: auto;
    height: 50px;
    font-size: 14px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .news-post article .btn::after {
    border-width: 7px;
  }
}

.news-post aside {
  width: 270px;
}

.news-post aside .news-info .heading h4, .news-post aside .news-change .heading h4 {
  font-family: din-condensed, sans-serif;
}

.news-post aside .news-change {
  margin-top: 32px;
}

.news-post aside .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.news-post aside .news:not(:first-child) {
  margin-top: 5px;
}

.news-post aside .news-date {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 14px;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-post aside .news-title {
  position: relative;
  border: none;
  /*padding-left: 14px;*/
  font-size: 14px;
  /*height: 35px;*/
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding:10px 20px 10px 10px;
}

.news-post aside .news-title::after {
  width: 5px;
  height: 5px;
  right: 13px;
  content: '';
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.news-post aside .news-info .news-date {
  background: #a2dadb;
}

.news-post aside .news-info .news-title {
  border: 1px solid #a2dadb;
}

@media screen and (max-width: 1079px) {
  .news-post aside {
    display: none;
  }
  .news-post aside aside .news-date {
    font-size: 10px;
  }
}

.archive-campaign .campaign-posts {
  margin-top: 106px;
}

.archive-campaign .inner-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.archive-campaign .campaigns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: -50px;
}

.archive-campaign .campaign {
  max-width: 345px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

.archive-campaign .campaign-thumb {
  -webkit-box-shadow: 4px 4px 0 #bababa;
          box-shadow: 4px 4px 0 #bababa;
}

.archive-campaign .campaign-date {
  background-color: #ffe719;
  font-style: italic;
  font-size: 14px;
  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;
  height: 26px;
  width: 110px;
  margin-top: 23px;
}

.archive-campaign .campaign-title {
  margin-top: 20px;
  font-size: 18px;
}

.archive-campaign .campaign:not(:nth-child(3n+1)) {
  margin-left: 22px;
}

.archive-campaign .my-pagination {
  margin-top: 150px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1079px) {
  .archive-campaign .campaign-posts {
    margin-top: 50px;
  }
  .archive-campaign .inner-wrapper {
    padding-right: 45px;
    padding-left: 45px;
  }
  .archive-campaign .campaigns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -25px;
  }
  .archive-campaign .campaign {
    margin-top: 25px;
  }
  .archive-campaign .campaign-thumb {
    -webkit-box-shadow: 2px 2px 0 #bababa;
            box-shadow: 2px 2px 0 #bababa;
  }
  .archive-campaign .campaign-date {
    font-size: 10px;
    width: 85px;
    height: 20px;
    margin-top: 10px;
  }
  .archive-campaign .campaign-title {
    font-size: 14px;
    margin-top: 14px;
  }
  .archive-campaign .campaign:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .archive-campaign .my-pagination {
    margin-top: 100px;
    margin-bottom: 95px;
  }
}

.single-campaign article {
  margin-top: 103px;
  margin-bottom: 98px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.single-campaign .entry-date {
  background-color: #ffe719;
  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: 14px;
  height: 30px;
  width: 120px;
  font-weight: 500;
  font-style: italic;
}

.single-campaign .entry-title {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 500;
}

.single-campaign .entry-thumb {
  margin-top: 16px;
}

.single-campaign h2 {
  font-size: 25px;
  font-style: italic;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(0%, #ffe719));
  background: linear-gradient(transparent 64%, #ffe719 0%);
  padding-bottom: 2px;
}

.single-campaign h2::before {
  margin-top: 70px;
  content: "";
  display: block;
  font-size: 25px;
}

.single-campaign h2::after {
  content: "";
  display: block;
  font-size: 25px;
  margin-bottom: 46px;
}

.single-campaign tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 15px;
}

.single-campaign td {
  display: -webkit-box;
  display: -ms-flexbox;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 33.3%;
}

.single-campaign td:first-child {
  background-color: #0062b2;
  color: #fff;
  font-size: 25px;
  font-style: italic;
}

.single-campaign td:last-child {
  border-right: 4px solid #0062b2;
  border-top: 4px solid #0062b2;
  border-bottom: 4px solid #0062b2;
  position: relative;
  font-size: 36px;
  color: #da3e78;
  font-weight: 500;
}

.single-campaign td:last-child::before {
  position: absolute;
  content: "";
  left: -2%;
  width: 0;
  height: 0;
  border-left: 15px solid #333333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 30%;
}

.single-campaign td:not(:first-child):not(:last-child) {
  border-top: 4px solid #0062b2;
  border-bottom: 4px solid #0062b2;
  font-size: 18px;
}

.single-campaign .entry-content ul {
  border: 4px solid #0062b2;
  padding: 48px 60px 48px 112px;
}

.single-campaign .entry-content li {
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
}

.single-campaign .entry-content li::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 31px;
  background-image: url("assets/images/icons/check-blue.png");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -54px;
}

.single-campaign .entry-content li:not(:first-child) {
  margin-top: 28px;
}

.single-campaign .entry-btn-component {
  margin-top: 100px;
  margin-bottom: 139px;
}

@media screen and (max-width: 899px) {
  .single-campaign article {
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 46px;
    margin-bottom: 60px;
  }
  .single-campaign .entry-date {
    width: 80px;
    height: 20px;
    font-size: 10px;
  }
  .single-campaign .entry-title {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .single-campaign h2 {
    font-size: 16px;
    line-height: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe719));
    background: linear-gradient(transparent 70%, #ffe719 0%);
    padding-bottom: 2px;
  }
  .single-campaign h2::before {
    margin-top: 32px;
  }
  .single-campaign h2::after {
    margin-bottom: 20px;
  }
  .single-campaign td:first-child {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .single-campaign td:not(:first-child) {
    height: 50px;
  }
  .single-campaign td:nth-child(2) {
    border-top: none !important;
    border-left: 2px solid #0062b2;
    border-bottom: 2px solid #0062b2 !important;
    width: 50%;
    font-size: 12px !important;
  }
  .single-campaign td:last-child {
    border-top: none;
    border-right: 2px solid #0062b2;
    border-bottom: 2px solid #0062b2;
    width: 50%;
    font-size: 18px;
  }
  .single-campaign td:last-child::before {
    border-width: 9px;
  }
  .single-campaign .entry-content ul {
    border-width: 2px;
    padding: 24px 36px 24px 54px;
  }
  .single-campaign .entry-content li {
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  .single-campaign .entry-content li::before {
    width: 20px;
    height: 19px;
    background-size: cover;
    left: -40px;
    top: 14px;
  }
  .single-campaign .entry-content li:not(:first-child) {
    margin-top: 16px;
  }
  .single-campaign .entry-btn-component {
    margin-top: 60px;
    margin-bottom: 105px;
  }
}

.entry-link-content-component .heading {
  height: 50px;
  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: 25px;
  font-style: italic;
  background-color: #da3e78;
  color: #fff;
}

.entry-link-content-component .content-wrapper {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-link-content-component .left-content {
  max-width: 450px;
}

.entry-link-content-component .right-content {
  margin-left: 28px;
}

.entry-link-content-component .content-heading {
  font-size: 25px;
  margin-top: 32px;
}

.entry-link-content-component .content-description {
  margin-top: 36px;
}

.entry-link-content-component .content-btn-wrapper {
  margin-top: 40px;
}

.entry-link-content-component .content-btn-wrapper a {
  position: relative;
  background-color: #0062b2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 50px;
  width: 230px;
  -webkit-box-shadow: 5px 5px 0 #bababa;
          box-shadow: 5px 5px 0 #bababa;
}

.entry-link-content-component .content-btn-wrapper a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

@media screen and (max-width: 768px) {
  .entry-link-content-component .heading {
    font-size: 18px;
    height: 45px;
  }
  .entry-link-content-component .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11px;
  }
  .entry-link-content-component .left-content {
    max-width: none;
  }
  .entry-link-content-component .right-content {
    margin-left: 0;
  }
  .entry-link-content-component .content-heading {
    font-size: 16px;
  }
  .entry-link-content-component .content-description {
    font-size: 12px;
    line-height: 25px;
  }
  .entry-link-content-component .content-btn-wrapper {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .entry-link-content-component .content-btn-wrapper a {
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    -webkit-box-shadow: 2.5px 2.5px 0 #bababa;
            box-shadow: 2.5px 2.5px 0 #bababa;
  }
  .entry-link-content-component .content-btn-wrapper a::after {
    border-width: 8px;
  }
}

.visit-content-component {
  position: relative;
  height: 400px;
}

.visit-content-component .banner-image {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.visit-content-component .banner-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.visit-content-component .inner-wrapper {
  padding-top: 112px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.visit-content-component .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.visit-content-component .content .heading {
  position: relative;
  font-size: 36px;
  color: #fff;
  z-index: 1;
}

.visit-content-component .content .heading::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#ffe719), to(#d64678));
  background: linear-gradient(90deg, #ffe719, #d64678);
  -webkit-transform: perspective(24px) rotateX(0.7deg);
          transform: perspective(24px) rotateX(0.7deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 43vw;
  right: 676px;
  height: 64px;
  z-index: -1;
  top: -43%;
}

.visit-content-component .content .text {
  margin-top: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px #333333;
  font-size: 18px;
}

.visit-content-component .content .button {
  position: relative;
  margin-top: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0062b2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.27);
}

.visit-content-component .content .button::after {
  position: absolute;
  content: "";
  right: 13px;
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.visit-content-component .is-sp {
  display: none;
}

@media screen and (max-width: 1079px) {
  .visit-content-component {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffe719), to(#d64678));
    background: linear-gradient(0deg, #ffe719, #d64678);
    padding: 10px;
    height: auto;
  }
  .visit-content-component .is-pc {
    display: none;
  }
  .visit-content-component .is-sp {
    display: block;
  }
  .visit-content-component .banner-image {
    position: relative;
    z-index: auto;
  }
  .visit-content-component .banner-image img {
    height: auto;
  }
  .visit-content-component .inner-wrapper {
    padding-top: 0;
  }
  .visit-content-component .content {
    background: #fff;
    padding-bottom: 23px;
  }
  .visit-content-component .content .heading {
    z-index: 1;
    font-size: 25px;
    font-style: italic;
    margin-top: -16px;
    padding-left: 10px;
  }
  .visit-content-component .content .heading::after {
    content: none;
  }
  .visit-content-component .content .heading .bg-image {
    position: absolute;
    width: 285px;
    left: 0;
    top: 24%;
    left: -10px;
    top: -24%;
    z-index: -1;
  }
  .visit-content-component .content .text {
    text-shadow: none;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    padding-left: 18px;
    margin-top: 25px;
  }
  .visit-content-component .content .button {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    height: 50px;
    font-size: 16px;
    padding-left: 0;
    -webkit-box-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.27);
            box-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.27);
  }
  .visit-content-component .content .button::after {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}

.page-id-56 .entry-content, .page-id-58 .entry-content, .page-id-63 .entry-content, .page-id-65 .entry-content {
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page-id-56 h2, .page-id-58 h2, .page-id-63 h2, .page-id-65 h2 {
  font-size: 25px;
  font-style: italic;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}

.page-id-56 h2::after, .page-id-58 h2::after, .page-id-63 h2::after, .page-id-65 h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 15px;
  bottom: -6px;
  background-color: #ffe719;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .page-id-58 h2, .page-id-63 h2, .page-id-65 h2 {
    font-size: 20px;
  }
  .page-id-56 h2 {
    font-size: 20px;
  }
  .page-id-56 h2::after, .page-id-58 h2::after, .page-id-63 h2::after, .page-id-65 h2::after {
    height: 10px;
    bottom: -4px;
  }
}

.page-id-56 .page-heading, .page-id-63 .page-heading, .page-id-58 .page-heading, .page-id-65 .page-heading {
  position: relative;
  height: 400px;
}

.page-id-56 .page-heading .banner-image, .page-id-63 .page-heading .banner-image, .page-id-58 .page-heading .banner-image, .page-id-65 .page-heading .banner-image {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.page-id-56 .page-heading .banner-image img, .page-id-63 .page-heading .banner-image img, .page-id-58 .page-heading .banner-image img, .page-id-65 .page-heading .banner-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: contain; object-position: top;';
}

.page-id-56 .page-heading .inner-wrapper, .page-id-63 .page-heading .inner-wrapper, .page-id-58 .page-heading .inner-wrapper, .page-id-65 .page-heading .inner-wrapper {
  padding-top: 186px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-56 .page-heading .content, .page-id-63 .page-heading .content, .page-id-58 .page-heading .content, .page-id-65 .page-heading .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-id-56 .page-heading .content .heading, .page-id-63 .page-heading .content .heading, .page-id-58 .page-heading .content .heading, .page-id-65 .page-heading .content .heading {
  position: relative;
  font-size: 36px;
  color: #fff;
  z-index: 1;
  font-style: italic;
  font-weight: normal;
}
.page-id-56 .page-heading .content .heading, .page-id-63 .page-heading .content .heading, .page-id-58 .page-heading .content .heading, .page-id-65 .page-heading .content .heading {
  position: relative;
  font-size: 36px;
  color: #fff;
  z-index: 1;
  font-style: italic;
  font-weight: normal;
}

.page-id-56 .page-heading .content .heading::after, .page-id-63 .page-heading .content .heading::after, .page-id-58 .page-heading .content .heading::after, .page-id-65 .page-heading .content .heading::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#ffe719), to(#d64678));
  background: linear-gradient(90deg, #ffe719, #d64678);
  -webkit-transform: perspective(24px) rotateX(0.7deg);
          transform: perspective(24px) rotateX(0.7deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 43vw;
  right: 752px;
  height: 64px;
  z-index: -1;
  top: -43%;
}

.page-id-56 .page-heading .content .text, .page-id-63 .page-heading .content .text, .page-id-58 .page-heading .content .text, .page-id-65 .page-heading .content .text {
  margin-top: 40px;
  color: #fff;
  text-shadow: 2px 2px 2px #333333;
  font-size: 18px;
}

.page-id-56 .page-heading .is-sp, .page-id-63 .page-heading .is-sp, .page-id-58 .page-heading .is-sp, .page-id-65 .page-heading .is-sp {
  display: none;
}

@media screen and (max-width: 1149px) {
  .page-id-56 .page-heading .content .heading::after, .page-id-63 .page-heading .content .heading::after, .page-id-58 .page-heading .content .heading::after, .page-id-65 .page-heading .content .heading::after {
    right: auto;
    left: 0;
    width: 390px;
  }
}

@media screen and (max-width: 1079px) {
  .page-id-56 .page-heading, .page-id-63 .page-heading, .page-id-58 .page-heading, .page-id-65 .page-heading {
    height: auto;
  }
  .page-id-56 .page-heading .is-pc, .page-id-63 .page-heading .is-pc, .page-id-58 .page-heading .is-pc, .page-id-65 .page-heading .is-pc {
    display: none;
  }
  .page-id-56 .page-heading .is-sp, .page-id-63 .page-heading .is-sp, .page-id-58 .page-heading .is-sp, .page-id-65 .page-heading .is-sp {
    display: block;
  }
  .page-id-56 .page-heading .banner-image, .page-id-63 .page-heading .banner-image, .page-id-58 .page-heading .banner-image, .page-id-65 .page-heading .banner-image {
    position: relative;
    z-index: auto;
  }
  .page-id-56 .page-heading .banner-image img, .page-id-63 .page-heading .banner-image img, .page-id-58 .page-heading .banner-image img, .page-id-65 .page-heading .banner-image img {
    height: auto;
  }
  .page-id-56 .page-heading .inner-wrapper, .page-id-63 .page-heading .inner-wrapper, .page-id-58 .page-heading .inner-wrapper, .page-id-65 .page-heading .inner-wrapper {
    padding-top: 0;
  }
  .page-id-56 .page-heading .content, .page-id-63 .page-heading .content, .page-id-58 .page-heading .content, .page-id-65 .page-heading .content {
    background: #fff;
  }
  .page-id-63 .page-heading .content .heading, .page-id-58 .page-heading .content .heading, .page-id-65 .page-heading .content .heading {
    z-index: 1;
    font-size: 18px;
    font-style: italic;
    margin-top: -11px;
    padding-left: 18px;
    height: 40px;
  }
  .page-id-63 .page-heading .content .heading::after, .page-id-58 .page-heading .content .heading::after, .page-id-65 .page-heading .content .heading::after {
    background: -webkit-gradient(linear, right top, left top, from(#ffe719), to(#d64678));
    background: linear-gradient(-90deg, #ffe719, #d64678);
    -webkit-transform: perspective(24px) rotateX(-0.8deg);
            transform: perspective(24px) rotateX(-0.8deg);
    width: 20px;
    height: 40px;
    right: auto;
    left: -18px;
    z-index: -1;
    top: -24%;
  }

  .page-id-56 .page-heading .content .heading {
    z-index: 1;
    font-size: 20px;
    font-style: italic;
    margin-top: -11px;
    padding-left: 18px;
    height: 40px;
  }
  .page-id-56 .page-heading .content .text, .page-id-63 .page-heading .content .text, .page-id-58 .page-heading .content .text, .page-id-65 .page-heading .content .text {
    text-shadow: none;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    padding-left: 18px;
    margin-top: 12px;
	  line-height:1.2;
  }

  .page-id-56 .page-heading .content .heading::after {
    content: none;
  }

  .page-id-56 .page-heading .content .heading {
    position: relative;
  }

  .page-id-56 .page-heading .content .heading .bg-image {
    position: absolute;
    width: 260px;
    left: 0;
    top: 24%;
    left: -10px;
    top: -24%;
    z-index: -1;
  }
}

.page-id-56 .section1, .page-id-63 .section1, .page-id-58 .section1, .page-id-65 .section1 {
  margin-top: 100px;
}

.page-id-56 .section1 p, .page-id-63 .section1 p, .page-id-58 .section1 p, .page-id-65 .section1 p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
}

.page-id-56 .section1 .inner-wrapper, .page-id-63 .section1 .inner-wrapper, .page-id-58 .section1 .inner-wrapper, .page-id-65 .section1 .inner-wrapper {
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-56 .section1 .visit-flow .heading, .page-id-63 .section1 .visit-flow .heading, .page-id-58 .section1 .visit-flow .heading, .page-id-65 .section1 .visit-flow .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-56 .section1 .entry-flow > .heading, .page-id-63 .section1 .entry-flow > .heading, .page-id-58 .section1 .entry-flow > .heading, .page-id-65 .section1 .entry-flow > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-56 .section1 .steps, .page-id-63 .section1 .steps, .page-id-58 .section1 .steps, .page-id-65 .section1 .steps {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -14px;
}

@media screen and (max-width: 889px) {
  .page-id-56 .section1 .visit-flow .heading, .page-id-63 .section1 .visit-flow .heading, .page-id-58 .section1 .visit-flow .heading, .page-id-65 .section1 .visit-flow .heading {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /*.page-id-56 .section1 .steps, */.page-id-63 .section1 .steps, .page-id-58 .section1 .steps, .page-id-65 .section1 .steps {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.page-id-56 .section1 .step, .page-id-63 .section1 .step, .page-id-58 .section1 .step, .page-id-65 .section1 .step {
  max-width: 420px;
  width: 100%;
}

.page-id-56 .section1 .step .heading, .page-id-63 .section1 .step .heading, .page-id-58 .section1 .step .heading, .page-id-65 .section1 .step .heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-56 .section1 .step .heading-step, .page-id-63 .section1 .step .heading-step, .page-id-58 .section1 .step .heading-step, .page-id-65 .section1 .step .heading-step {
  font-size: 30px;
  font-family: din-condensed, sans-serif;
  color: #fff;
}

.page-id-56 .section1 .step .heading-text, .page-id-63 .section1 .step .heading-text, .page-id-58 .section1 .step .heading-text, .page-id-65 .section1 .step .heading-text {
  margin-top: 12px;
  font-size: 20px;
  color: #fff;
}

.page-id-63 .section1 .step .heading::after, .page-id-58 .section1 .step .heading::after, .page-id-65 .section1 .step .heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 6px;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  z-index: -1;
}

.page-id-56 .section1 .step .heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 8px;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  z-index: -1;
}

.page-id-63 .section1 .step .content, .page-id-58 .section1 .step .content, .page-id-65 .section1 .step .content {
  position: relative;
  height: 108px;
}


.page-id-56 .section1 .step .content {
  position: relative;
  height: 140px;
}

.page-id-56 .section1 .step .content::after, .page-id-63 .section1 .step .content::after, .page-id-58 .section1 .step .content::after, .page-id-65 .section1 .step .content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -6px;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  z-index: -1;
}
.page-id-63 .section1 .step .content-text, .page-id-58 .section1 .step .content-text, .page-id-65 .section1 .step .content-text {
  padding-top: 6px;
  padding-left: 24px;
  padding-right: 24px;
}

.page-id-56 .section1 .step .content-text {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.page-id-56 .section1 .step:nth-child(1) .heading::after, .page-id-63 .section1 .step:nth-child(1) .heading::after, .page-id-58 .section1 .step:nth-child(1) .heading::after, .page-id-65 .section1 .step:nth-child(1) .heading::after {
  background-color: #a2dadb;
}

.page-id-56 .section1 .step:nth-child(1) .content::after, .page-id-63 .section1 .step:nth-child(1) .content::after, .page-id-58 .section1 .step:nth-child(1) .content::after, .page-id-65 .section1 .step:nth-child(1) .content::after {
  border-right: 3px solid #a2dadb;
  border-left: 3px solid #a2dadb;
  border-bottom: 3px solid #a2dadb;
}

.page-id-56 .section1 .step:nth-child(2) .heading::after, .page-id-63 .section1 .step:nth-child(2) .heading::after, .page-id-58 .section1 .step:nth-child(2) .heading::after, .page-id-65 .section1 .step:nth-child(2) .heading::after {
  background-color: #da3e78;
}

.page-id-56 .section1 .step:nth-child(2) .content::after, .page-id-63 .section1 .step:nth-child(2) .content::after, .page-id-58 .section1 .step:nth-child(2) .content::after, .page-id-65 .section1 .step:nth-child(2) .content::after {
  border-right: 3px solid #da3e78;
  border-left: 3px solid #da3e78;
  border-bottom: 3px solid #da3e78;
}

@media screen and (max-width: 851px) {
  .page-id-56 .section1, .page-id-63 .section1, .page-id-58 .section1, .page-id-65 .section1 {
    margin-top: 35px;
  }
  .page-id-56 .section1 .inner-wrapper, .page-id-63 .section1 .inner-wrapper, .page-id-58 .section1 .inner-wrapper, .page-id-65 .section1 .inner-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-id-56 .section1 .steps, .page-id-63 .section1 .steps, .page-id-58 .section1 .steps, .page-id-65 .section1 .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .page-id-56 .section1 .step, .page-id-63 .section1 .step, .page-id-58 .section1 .step, .page-id-65 .section1 .step {
    max-width: 480px;
    width: 100%;
  }
  .page-id-56 .section1 .step:not(:first-child), .page-id-63 .section1 .step:not(:first-child), .page-id-58 .section1 .step:not(:first-child), .page-id-65 .section1 .step:not(:first-child) {
    margin-top: 15px;
  }
  .page-id-56 .section1 .step .heading, .page-id-63 .section1 .step .heading, .page-id-58 .section1 .step .heading, .page-id-65 .section1 .step .heading {
    height: 70px;
  }
  .page-id-56 .section1 .step .heading-step, .page-id-63 .section1 .step .heading-step, .page-id-58 .section1 .step .heading-step, .page-id-65 .section1 .step .heading-step {
    font-size: 25px;
  }
  .page-id-56 .section1 .step .heading-text, .page-id-63 .section1 .step .heading-text, .page-id-58 .section1 .step .heading-text, .page-id-65 .section1 .step .heading-text {
    margin-top: 6px;
    font-size: 16px;
  }
  .page-id-56 .section1 .step .heading::after, .page-id-63 .section1 .step .heading::after, .page-id-58 .section1 .step .heading::after, .page-id-65 .section1 .step .heading::after {
    left: 0;
  }
  .page-id-56 .section1 .step .content, .page-id-63 .section1 .step .content, .page-id-58 .section1 .step .content, .page-id-65 .section1 .step .content {
    height: auto;
    padding-bottom: 16px;
  }
  .page-id-56 .section1 .step .content-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 30px;
  }

  .page-id-56 .section1 .step .content-text, .page-id-63 .section1 .step .content-text, .page-id-58 .section1 .step .content-text, .page-id-65 .section1 .step .content-text {
    padding-bottom: 12px;
  }
  .page-id-56 .section1 .step .content-text p, .page-id-63 .section1 .step .content-text p, .page-id-58 .section1 .step .content-text p, .page-id-65 .section1 .step .content-text p {
    font-size: 13px;
    line-height: 20px;
  }
  .page-id-56 .section1 .step:first-child .content, .page-id-63 .section1 .step:first-child .content, .page-id-58 .section1 .step:first-child .content, .page-id-65 .section1 .step:first-child .content {
    height: 116px;
  }
  .page-id-63 .section1 .step:first-child .content::after, .page-id-58 .section1 .step:first-child .content::after, .page-id-65 .section1 .step:first-child .content::after {
    left: -10px;
  }
  .page-id-56 .section1 .step:first-child .content::after {
    left: -12px;
  }
  .page-id-63 .section1 .step:last-child .content, .page-id-58 .section1 .step:last-child .content, .page-id-65 .section1 .step:last-child .content {
    height: 137px;
  }
  .page-id-56 .section1 .step:last-child .content {
    height: 160px;
  }
  .page-id-63 .section1 .step:last-child .content::after, .page-id-58 .section1 .step:last-child .content::after, .page-id-65 .section1 .step:last-child .content::after {
    left: -12px;
  }
  .page-id-56 .section1 .step:last-child .content::after {
    left: -14px;
  }
}

.page-id-56 .section1 .tel-info, .page-id-63 .section1 .tel-info, .page-id-58 .section1 .tel-info, .page-id-65 .section1 .tel-info {
  margin-top: 80px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.page-id-56 .section1 .tel-info-heading, .page-id-63 .section1 .tel-info-heading, .page-id-58 .section1 .tel-info-heading, .page-id-65 .section1 .tel-info-heading {
  background-color: #0062b2;
  color: #fff;
  font-style: italic;
  font-size: 25px;
  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;
  height: 60px;
}

.page-id-56 .section1 .tel-info-content, .page-id-63 .section1 .tel-info-content, .page-id-58 .section1 .tel-info-content, .page-id-65 .section1 .tel-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  border-right: 4px solid #0062b2;
  border-left: 4px solid #0062b2;
  border-bottom: 4px solid #0062b2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-56 .section1 .tel-info-content .tel, .page-id-63 .section1 .tel-info-content .tel, .page-id-58 .section1 .tel-info-content .tel, .page-id-65 .section1 .tel-info-content .tel {
  font-size: 60px;
  color: #0062b2;
  font-family: din-condensed, sans-serif;
}

.page-id-56 .section1 .tel-info-content .tel span, .page-id-63 .section1 .tel-info-content .tel span, .page-id-58 .section1 .tel-info-content .tel span, .page-id-65 .section1 .tel-info-content .tel span {
  font-size: 40px;
  color: #0062b2;
  font-family: din-condensed, sans-serif;
}

.page-id-56 .section1 .tel-info-content .reception-time, .page-id-63 .section1 .tel-info-content .reception-time, .page-id-58 .section1 .tel-info-content .reception-time, .page-id-65 .section1 .tel-info-content .reception-time {
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 889px) {
  .page-id-56 .section1, .page-id-63 .section1, .page-id-58 .section1, .page-id-65 .section1 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .page-id-56 .section1 .tel-info, .page-id-63 .section1 .tel-info, .page-id-58 .section1 .tel-info, .page-id-65 .section1 .tel-info {
    margin-top: 53px;
  }
  .page-id-56 .section1 .tel-info-heading, .page-id-63 .section1 .tel-info-heading, .page-id-58 .section1 .tel-info-heading, .page-id-65 .section1 .tel-info-heading {
    font-size: 17px;
    height: 45px;
  }
  .page-id-56 .section1 .tel-info-content, .page-id-63 .section1 .tel-info-content, .page-id-58 .section1 .tel-info-content, .page-id-65 .section1 .tel-info-content {
    height:110px;
    border-width: 2px;
  }
  .page-id-56 .section1 .tel-info-content .tel, .page-id-63 .section1 .tel-info-content .tel, .page-id-58 .section1 .tel-info-content .tel, .page-id-65 .section1 .tel-info-content .tel {
    font-size: 40px;
    color: #0062b2;
  }
  .page-id-56 .section1 .tel-info-content .tel span, .page-id-63 .section1 .tel-info-content .tel span, .page-id-58 .section1 .tel-info-content .tel span, .page-id-65 .section1 .tel-info-content .tel span {
    font-size: 25px;
    color: #0062b2;
	  margin-right:15px;
  }
  .page-id-56 .section1 .tel-info-content .reception-time, .page-id-63 .section1 .tel-info-content .reception-time, .page-id-58 .section1 .tel-info-content .reception-time, .page-id-65 .section1 .tel-info-content .reception-time {
    font-size: 12px;
    margin: 10px 15px 0;
  }
}

.page-id-56 .entry-content, .page-id-63 .entry-content, .page-id-58 .entry-content, .page-id-65 .entry-content {
  margin-top: 90px;
  margin-bottom: 176px;
}

.page-id-56 .entry-content .heading, .page-id-63 .entry-content .heading, .page-id-58 .entry-content .heading, .page-id-65 .entry-content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-56 .entry-content .description, .page-id-63 .entry-content .description, .page-id-58 .entry-content .description, .page-id-65 .entry-content .description {
  text-align: center;
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .page-id-56 .entry-content, .page-id-63 .entry-content, .page-id-58 .entry-content, .page-id-65 .entry-content {
    margin-top: 36px;
    margin-bottom: 70px;
  }
  .page-id-56 .entry-content .description, .page-id-63 .entry-content .description, .page-id-58 .entry-content .description, .page-id-65 .entry-content .description {
    display: none;
  }
}

.wpcf7 {
  margin-top: 32px;
}

.wpcf7 br {
  display: none;
}

.wpcf7 div.wpcf7-response-output {
  display: none !important;
}

.wpcf7 .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333333;
  min-height: 88px;
  padding-right: 30px;
}

.wpcf7 .form-field.last {
  padding-top: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #333333;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.wpcf7 .form-field.last .label {
  padding-top: 17px;
}

.wpcf7 .form-field .label {
  width: 320px;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7 .form-field .label .required, .wpcf7 .form-field .label .optional {
  position: relative;
  width: 50px;
  font-size: 12px;
  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;
  margin-left: 24px;
  margin-right: 16px;
  padding-left: 3px;
}

.wpcf7 .form-field .label .required::before, .wpcf7 .form-field .label .optional::before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-14deg) translate(-50%, -50%);
          transform: skew(-14deg) translate(-50%, -50%);
  width: 50px;
  height: 23px;
  top: 52%;
  left: 50%;
  z-index: -1;
}

.wpcf7 .form-field .label .required {
  color: #fff;
}

.wpcf7 .form-field .label .required::before {
  background-color: #da3e78;
}

.wpcf7 .form-field .label .optional {
  color: #da3e78;
}

.wpcf7 .form-field .label .optional::before {
  background-color: #fff;
  border: 1px solid #da3e78;
}

.wpcf7 .form-field .label label {
  margin-left: 8px;
}

.wpcf7 .form-field p {
  width: 100%;
}

.wpcf7 .form-field .tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7 .form-field .tel-wrapper span:not(:first-child) {
  margin-left: 16px;
}

.wpcf7 .form-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.wpcf7 .form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .form-field select::-ms-expand {
  display: none;
}

.wpcf7 .form-field .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7 .form-field .time-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7 .form-field .mini-label {
  width: 50px;
  min-width: 50px;
}

.wpcf7 .form-field .days-field .your-days {
  min-width: 176px;
}

.wpcf7 .form-field .time-field .mini-label {
  width: 74px;
  text-align: center;
}

.wpcf7 .form-field .time-field select {
  position: relative;
  border: 1px solid #9f9f9f;
  background: #fff;
  border-radius: 0;
  height: 40px;
  padding-left: 14px;
  min-width: 174px;
  width: 100%;
}

.wpcf7 .form-field .wpcf7-form-control-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.wpcf7 .form-field input {
  height: 55px;
  border: 1px solid #9f9f9f;
  width:200px;	
}

.wpcf7 .form-field .wpcf7-text {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
}

.wpcf7 .form-field .your-time {
  position: relative;
}

.wpcf7 .form-field .your-time::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  border-left: 9px solid #333333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 15px;
}

.wpcf7 .form-field .wpcf7-textarea {
  border: 1px solid #9f9f9f;
  width: 100%;
}

.wpcf7 .form-field .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  z-index: 1;
  background: #da3e78;
  color: #fff;
  border-radius: 3px;
  padding: 2px;
}

.wpcf7 .form-btn {
  display: block;
  position: relative;
  height: auto;
  width: 300px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.wpcf7 .form-btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: #0062b2;
  -webkit-box-shadow: 4px 4px 0 #bababa;
          box-shadow: 4px 4px 0 #bababa;
}

.wpcf7 .form-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.wpcf7 input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  margin-top: 3px;
  cursor: pointer;
	height:auto;
	left:0;
}

.wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #2d2d2d;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7 .wpcf7-list-item-label::before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 859px) {
  .wpcf7 p {
    line-height: normal;
  }
  .wpcf7 .wpcf7-form {
    padding-left: 18px;
    padding-right: 18px;
  }
  .wpcf7 .form-field {
    /*padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .wpcf7 .form-field .label .required, .wpcf7 .form-field .label .optional {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 3px;
  }
  .wpcf7 .form-field input {
    height: 45px;
  }
  .wpcf7 .form-field input[type="radio"] {
    height: auto;
  }
  .wpcf7 .form-field .wpcf7-text {
    padding-left: 10px;
    font-size: 14px;
  }
  .wpcf7 .form-field .label {
	  margin-bottom: 10px;
  }
  .wpcf7 .form-field.last {
	  padding-top: 20px;
    padding-bottom: 20px;
  }
  .wpcf7 .form-field.last .label {
    padding-top: 0;
  }
  .wpcf7 .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
  .wpcf7 .time-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .wpcf7 .time-wrapper .mini-label {
    width: 74px;
    text-align: center;
    font-size: 12px;
  }
  .wpcf7 .days-field .your-days {
    margin-top: 0;
    width: 175px;
  }
  .wpcf7 .time-field select {
    height: 25px;
  }
  .wpcf7 .tel-wrapper span:not(:first-child) {
    margin-left: 12px;
  }
  .wpcf7 .wpcf7-textarea {
    height: 125px;
  }
  .wpcf7 .your-type {
    margin-top: 20px;
    margin-left: -10px;
  }
  .wpcf7 .form-btn {
    margin-top: 40px;
    width: 215px;
  }
  .wpcf7 .form-btn input {
    width: 215px;
    font-size: 16px;
  }
  .wpcf7 .form-btn::after {
    border-width: 9px;
    right: 16px;
  }
  .wpcf7 input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-top: 3px;
    cursor: pointer;
  }
  .wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #2d2d2d;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wpcf7 .wpcf7-list-item-label::before {
    margin-right: 4px;
  }
}

.page-id-63 .section1, .page-id-65 .section1 {
  margin-bottom: 64px;
}

.page-id-63 .section1 .heading, .page-id-65 .section1 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-63 .section1 .inner-wrapper, .page-id-65 .section1 .inner-wrapper {
  max-width: none;
}

.page-id-63 .section1 .message, .page-id-65 .section1 .message {
  margin-top: 36px;
}

.page-id-63 .section1 .message p, .page-id-65 .section1 .message p {
  text-align: center;
}

.page-id-63 .section1 .btn-wrapper, .page-id-65 .section1 .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 58px;
}

.page-id-63 .section1 .btn-wrapper .btn, .page-id-65 .section1 .btn-wrapper .btn {
  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;
  height: 70px;
  width: 300px;
  color: #fff;
  background-color: #333333;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 #bababa;
          box-shadow: 4px 4px 0 #bababa;
}

.page-id-63 .section1 .btn-wrapper .btn::after, .page-id-65 .section1 .btn-wrapper .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  border-left: 11px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@media screen and (max-width: 768px) {
  .page-id-63 .page-heading .content .text, .page-id-65 .page-heading .content .text {
    display: none;
  }
  .page-id-63 .section1, .page-id-65 .section1 {
    margin-top: 24px;
  }
  .page-id-63 .section1 .message p, .page-id-65 .section1 .message p {
    text-align: left;
    font-size: 12px;
  }
  .page-id-63 .section1 .inner-wrapper, .page-id-65 .section1 .inner-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
  .page-id-63 .section1 .btn-wrapper .btn, .page-id-65 .section1 .btn-wrapper .btn {
    font-size: 14px;
    width: 215px;
    height: 45px;
  }
  .page-id-63 .section1 .btn-wrapper .btn::after, .page-id-65 .section1 .btn-wrapper .btn::after {
    right: 10px;
    border-width: 7px;
  }
}

.page-id-58 .entry-content {
  margin-bottom: 100px;
}

.page-id-58 .entry-content select {
  position: relative;
  border: 1px solid #9f9f9f;
  background: #fff;
  border-radius: 0;
  height: 30px;
  padding-left: 14px;
  min-width: 174px;
  width: 100%;
  max-width: 240px;
}

.page-id-58 .entry-content .your-type {
  position: relative;
  max-width: 240px;
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}

.page-id-58 .entry-content .your-type::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  border-left: 9px solid #333333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .page-id-65 .section1 {
    margin-top: 45px;
  }
}

* {
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
p,
div,
li {
  font-family: noto-sans-cjk-jp, sans-serif;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

@media screen and (max-width: 1279px) and (min-width: 769px) {
	main,.site-footer {
		width: 1280px;
	}
}

a[href^="tel:"] {
  color: #0062b2;
  text-decoration: none;
  /*pointer-events: none;*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

li {
  list-style: none;
}

.site-content {
  padding-top: 65px;
}

@media screen and (max-width: 1042px) {
  .site-content {
    padding-top: 55px;
  }
}

.top-page-component h3 {
  font-size: 55px;
  font-family: din-condensed, sans-serif;
  font-style: italic;
  position: relative;
  z-index: 1;
  display: inline-block;
  letter-spacing: -1px;
}

.top-page-component h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 15px;
  bottom: 4px;
  background-color: #ffe719;
  z-index: -1;
}

h4 {
  font-size: 30px;
  font-style: italic;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  line-height: 50px;
}

p {
  line-height: 30px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 1079px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 25px;
  }
}

.about-page-component .firstview,
.price-page-component .firstview,
.faq-page-component .firstview,
.entry-page-component .firstview,
.policy-page-component .firstview,
.news-page .firstview,
.news-post .firstview,
.archive-campaign .firstview,
.single-campaign .firstview,
.page-id-58 .firstview,
.page-id-65 .firstview {
  position: relative;
  height: 150px;
}

.about-page-component .firstview img,
.price-page-component .firstview img,
.faq-page-component .firstview img,
.entry-page-component .firstview img,
.policy-page-component .firstview img,
.news-page .firstview img,
.news-post .firstview img,
.archive-campaign .firstview img,
.single-campaign .firstview img,
.page-id-58 .firstview img,
.page-id-65 .firstview img {
  position: absolute;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page-component .firstview .heading,
.price-page-component .firstview .heading,
.faq-page-component .firstview .heading,
.entry-page-component .firstview .heading,
.policy-page-component .firstview .heading,
.news-page .firstview .heading,
.news-post .firstview .heading,
.archive-campaign .firstview .heading,
.single-campaign .firstview .heading,
.page-id-58 .firstview .heading,
.page-id-65 .firstview .heading {
  position: relative;
  height: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.about-page-component .firstview h1,
.price-page-component .firstview h1,
.faq-page-component .firstview h1,
.entry-page-component .firstview h1,
.policy-page-component .firstview h1,
.news-page .firstview h1,
.news-post .firstview h1,
.archive-campaign .firstview h1,
.single-campaign .firstview h1,
.page-id-58 .firstview h1,
.page-id-65 .firstview h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
}

.about-page-component .firstview .bg-text,
.price-page-component .firstview .bg-text,
.faq-page-component .firstview .bg-text,
.entry-page-component .firstview .bg-text,
.policy-page-component .firstview .bg-text,
.news-page .firstview .bg-text,
.news-post .firstview .bg-text,
.archive-campaign .firstview .bg-text,
.single-campaign .firstview .bg-text,
.page-id-58 .firstview .bg-text,
.page-id-65 .firstview .bg-text {
  position: absolute;
  font-family: din-condensed, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 210px;
  color: #e6e6e6;
  opacity: 0.4;
  right: 26px;
  top: -15%;
}

@media screen and (max-width: 768px) {
  .about-page-component .firstview,
  .price-page-component .firstview,
  .faq-page-component .firstview,
  .entry-page-component .firstview,
  .policy-page-component .firstview,
  .news-page .firstview,
  .news-post .firstview,
  .archive-campaign .firstview,
  .single-campaign .firstview,
  .page-id-58 .firstview,
  .page-id-65 .firstview {
    height: 75px;
  }
  .about-page-component .firstview img,
  .price-page-component .firstview img,
  .faq-page-component .firstview img,
  .entry-page-component .firstview img,
  .policy-page-component .firstview img,
  .news-page .firstview img,
  .news-post .firstview img,
  .archive-campaign .firstview img,
  .single-campaign .firstview img,
  .page-id-58 .firstview img,
  .page-id-65 .firstview img {
    height: 75px;
  }
  .about-page-component .firstview h1,
  .price-page-component .firstview h1,
  .faq-page-component .firstview h1,
  .entry-page-component .firstview h1,
  .policy-page-component .firstview h1,
  .news-page .firstview h1,
  .news-post .firstview h1,
  .archive-campaign .firstview h1,
  .single-campaign .firstview h1,
  .page-id-58 .firstview h1,
  .page-id-65 .firstview h1 {
    font-size: 20px;
    margin-left: 20px;
  }
  .about-page-component .firstview .bg-text,
  .price-page-component .firstview .bg-text,
  .faq-page-component .firstview .bg-text,
  .entry-page-component .firstview .bg-text,
  .policy-page-component .firstview .bg-text,
  .news-page .firstview .bg-text,
  .news-post .firstview .bg-text,
  .archive-campaign .firstview .bg-text,
  .single-campaign .firstview .bg-text,
  .page-id-58 .firstview .bg-text,
  .page-id-65 .firstview .bg-text {
    font-size: 105px;
    right: 16px;
  }
}

.entry-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
}

.entry-btn::before {
  content: "";
  position: absolute;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ffe719), to(#d64678));
  background: linear-gradient(to left, #ffe719, #d64678);
  -webkit-box-shadow: 5px 5px 0 #d4d4d4;
          box-shadow: 5px 5px 0 #d4d4d4;
}

.entry-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  border-left: 11px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}


.entry-btn.pink::before {
  content: "";
  position: absolute;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #da3e78;
  -webkit-box-shadow: 5px 5px 0 #d4d4d4;
          box-shadow: 5px 5px 0 #d4d4d4;
}

.entry-btn.pink::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  border-left: 11px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}


@media screen and (max-width: 768px) {
  .entry-btn {
    /*width: 270px;
    height: 58px;
    font-size: 15px;*/
    width: 300px;
    height: 70px;
    font-size: 16px;
  }
  .entry-btn::before {
    -webkit-box-shadow: 2.5px 2.5px 0 #d4d4d4;
            box-shadow: 2.5px 2.5px 0 #d4d4d4;
	  left:10px;
  }
  .entry-btn::after {
    border-left: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    right: 20px;
  }
	.entry-btn.pink::after {
		right:15px;
	}
}

.my-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-pagination .wp-pagenavi > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333333;
}

.my-pagination .wp-pagenavi > *:not(:first-child) {
  margin-left: 10px;
}

.my-pagination .wp-pagenavi .current {
  background: #333333;
  color: #fff;
}

.my-pagination .wp-pagenavi .nextpostslink {
  position: relative;
}

.my-pagination .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 8px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.my-pagination .wp-pagenavi .previouspostslink {
  position: relative;
}

.my-pagination .wp-pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
  border-left: 8px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 768px) {
  .my-pagination .wp-pagenavi > * {
    width: 35px;
    height: 35px;
    font-size: 11px;
  }
  .my-pagination .wp-pagenavi .nextpostslink::after, .my-pagination .wp-pagenavi .prevpostslink::after {
    border-width: 6px;
  }
}

.ui-datepicker td a {
	background: #fff !important;
}
.ui-datepicker td:nth-child(5n) a {
	background: #6f6f6f  !important;
	color: #fff;
}

.form-attention {
	color:#da3e78;
	text-align:right;
	margin-bottom:10px;
}
.daikou-table {
	width:100%;
	height:auto;
	clear:both;
	text-align:center;
	color:#000;
	margin-bottom:5%;
}
.daikou-table tr:first-child {
	background: #a2dadb;
}
.daikou-table td {
	width:auto;
	height:auto;
	padding:2% 0;
	border:solid 1px #595757;
	border-collapse:collapse;
}
@media screen and (max-width: 768px) {
	.form-attention {
		text-align:left;
	}
	.daikou-table {
		width:100%;
		height:auto;
		clear:both;
		text-align:center;
		color:#000;
		margin-bottom:5%;
	}
	.daikou-table td {
		width:auto;
		height:auto;
		padding:5% 2px;
		border:solid 1px #595757;
		border-collapse:collapse;
	}
}

.daikou-table_2 {
	border-collapse: collapse;
	table-layout: auto;
	text-align:center;
	color:#000;
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:5%;
}
.daikou-table_2 thead tr {
	background: #a2dadb;
}
.daikou-table_2 thead th {
	width:auto;
	height:auto;
	padding:2% 0;
	border: solid 1px #595757;
	border-collapse: collapse;
}
.daikou-table_2 tbody th {
	display:none;
}
.daikou-table_2 td {
	width:auto;
	height:auto;
	padding:2% 0;
	border:solid 1px #595757;
	border-collapse:collapse;
}
@media screen and (max-width: 768px) {
	.daikou-table_2 {
		text-align: left;
		font-size:14px;
	}
	.daikou-table_2 thead {
		display:none;
	}
	.daikou-table_2 tr {
		border: 1px solid #ddd;
		padding: 0 15px 15px;
		display: block;
		margin-bottom: 25px;
	}
	.daikou-table_2 tbody th {
		background: #a2dadb;
		display: block;
		margin: 0 -15px 5px;
		padding: 20px 15px;
		font-size: 16px;
		line-height: 1.4;
	}
	.daikou-table_2 th,
	.daikou-table_2 td {
		display: block;
		border: 0;
	}
	.daikou-table_2 td {
		padding-top:5%;
	}
	.daikou-table_2 td::before {
		content: attr(data-label);
		display:block;
		background: #ddd;
		font-weight: bold;
		width: 100%;
		padding:10px;
		margin-bottom:15px;
	}
	.daikou-table_2 .form-attention {
		display:block;
		margin:10px 0 0;
	}
	.daikou-table_2 br {
		display:none;
	}
}


.athletic-area {
	z-index:2;
}

.pc-display {
	display: block;
}
.sp-display {
	display: none;
}
@media screen and (max-width: 1024px) {
	.pc-display {
		display: none;
	}
	.sp-display {
		display: block;
	}
}

@media screen and (max-width:768px){
	.richka-sq iframe {
		width: 100%;
		height: 320px;
	}
	.richka-rect iframe {
		width: 100%;
		height: 200px;
	}
}

.f-bnr {
   width:100%;
	display:flex;
	flex-wrap:wrap;
	padding: 15px 0 50px;
	clear:both;
	justify-content:center;
	margin:0 auto ;
}
.f-bnr a {
	width:250px;
	margin:0 5px;
}
@media screen and (max-width:1024px) and (min-width:769px) {
	.f-bnr {
		width:50%;
	}
	.f-bnr a {
		width: 304px;
		margin: 5px 8px;
	}
}
@media screen and (max-width: 768px) {
	.f-bnr{
		width:100%;
		margin:0 0 40px;
		display: block;
		padding: 0 10px;
	}
	.f-bnr a img{
		width:78%;
		display:block;
		margin: 0 auto 0px;
	}
}

/*20231101 キャンペーンの追記文*/
.cp-tsuiki {
	text-align: center;
	margin-top: 34px;
	font-size: x-large;
}
@media screen and (max-width: 768px) {
	.cp-tsuiki {
		margin-top: 17px;
		font-size: medium;
	}
}
