@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.animate__animated {
  --animate-duration: 1s;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  html {
    font-size: 4.2667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  padding-top: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 820px) {
  body {
    padding-top: 60px;
  }
}
body.fixed-bg {
  background: url(../img/common/bg_wave_section.jpg) no-repeat center 50%;
  background-attachment: fixed;
  background-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  word-break: break-all;
}
a.pdf::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_pdf.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
a:not([class]) {
  -webkit-transition: none;
  transition: none;
}
a:not([class]):hover {
  color: #4098F8;
  text-decoration: underline;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05r {
  margin-top: 0.5rem !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 1rem !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1r {
  margin-left: 1rem !important;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 1px;
  border-top: 2px solid #d5d5d5;
}

.wow {
  visibility: hidden;
}

.is-hidden {
  display: none !important;
}

.in_anime {
  opacity: 0;
}

.med {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center !important;
}

@media screen and (max-width: 820px) {
  p.text-center {
    text-align: left !important;
  }
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.fc-default {
  color: #333 !important;
}

.fc-white {
  color: #fff !important;
}

.fc-primary {
  color: #4098F8 !important;
}

p.note, div.note {
  margin-top: 1em;
  text-indent: -1em !important;
  padding-left: 1em !important;
  font-size: 0.75rem;
}
p.note::before, div.note::before {
  content: "※";
}

ul.note {
  margin-top: 0.5rem;
}
ul.note li {
  text-indent: -1em !important;
  padding-left: 1em !important;
  font-size: 0.75rem;
}
ul.note li::before {
  content: "※";
}

.shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.tb-wrap {
  max-width: 800px;
  margin: 2rem auto;
}
@media screen and (max-width: 820px) {
  .tb-wrap {
    margin-bottom: 40px;
  }
}

.btn-wrap {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89vw;
  }
}
.btn-wrap .btn {
  margin: 20px;
}
@media screen and (max-width: 820px) {
  .btn-wrap .btn {
    margin: 10px 0;
  }
}

.btn {
  position: relative;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .btn {
    max-width: 100%;
  }
}
.btn.wide {
  max-width: 380px;
}
.btn.small {
  height: 40px;
}
@media screen and (max-width: 820px) {
  .btn.small {
    height: auto;
  }
}
.btn.small.arrow-left::before {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background: url(../img/common/arrow_p_small.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.small.arrow-left:hover::before {
  left: 4px;
  background: url(../img/common/arrow_w_small.svg) no-repeat 0 0;
  background-size: contain;
}
.btn.small.arrow-right::before {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background: url(../img/common/arrow_p_small.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.small.arrow-right:hover::before {
  right: 4px;
  background: url(../img/common/arrow_w_small.svg) no-repeat 0 0;
  background-size: contain;
}
.btn.round {
  border: 1px solid #4098F8;
  max-width: 235px;
  width: 160px;
  border-radius: 100px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4098F8;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 820px) {
  .btn.round {
    max-width: inherit;
    width: 89.3333vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn.round span {
  line-height: 1;
}
.btn.round .sub {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.btn.round:hover, .btn.round.current {
  background-color: #4098F8;
  color: #fff;
}
.btn.arrow-left::before {
  content: "";
  display: block;
  width: 31px;
  height: 8px;
  background: url(../img/common/arrow_w.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.arrow-left:hover::before {
  left: 15px;
}
.btn.arrow-right::before {
  content: "";
  display: block;
  width: 31px;
  height: 8px;
  background: url(../img/common/arrow_w.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.arrow-right:hover::before {
  right: 15px;
}
.btn.arrow-bottom::before {
  content: "";
  display: block;
  width: 31px;
  height: 8px;
  background: url(../img/common/arrow_p.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: rotate(90deg) translateY(150%);
          transform: rotate(90deg) translateY(150%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 820px) {
  .btn.arrow-bottom::before {
    content: none;
  }
}
.btn.arrow-bottom:hover::before, .btn.arrow-bottom.current::before {
  bottom: -20px;
}
.btn.gradient {
  cursor: pointer;
  min-width: 320px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 3rem;
  border-radius: 100px;
}
.btn.gradient.g-small {
  font-size: 0.875rem;
  min-width: inherit;
  width: 260px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.btn.gradient.g-small::before {
  right: 10px;
}
@media screen and (max-width: 820px) {
  .btn.gradient.g-small {
    width: 100%;
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 820px) {
  .btn.gradient {
    min-width: inherit;
  }
}
.btn.gradient:hover {
  background-color: #ff8b54;
  background-position: right center;
}

.external {
  position: relative;
}
.external::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/ico-external.svg) no-repeat 0 0;
  background-size: contain;
}

ul.square {
  list-style-type: square;
  padding-left: 1.5em !important;
}

ol.alphabet {
  list-style-type: upper-alpha;
  padding-left: 1em !important;
}

ol.brackets {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.brackets > li {
  margin: 1rem 0;
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}
@media screen and (max-width: 820px) {
  ol.brackets > li {
    text-indent: 0 !important;
    padding-left: 0 !important;
  }
}
ol.brackets > li::before {
  counter-increment: item;
  content: "（" counter(item) "）";
  font-weight: 500;
}
ol.brackets > li p {
  margin-top: 1rem;
}

ol.num {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 1em !important;
}

ol.boldnum {
  margin-top: 1rem;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.boldnum > li {
  margin: 0 0 1em 0;
  text-indent: -1em;
  padding-left: 1em;
}
ol.boldnum > li * {
  text-indent: 0;
  padding-left: 0;
}
ol.boldnum > li::before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: 500;
}
ol.boldnum > li p {
  margin-top: 1rem;
}
ol.boldnum.large > li::before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: 500;
  font-size: 1.125rem;
}

.tb-inquiry {
  margin: 2rem 0;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
@media screen and (max-width: 820px) {
  .tb-inquiry {
    display: block;
  }
  .tb-inquiry tr, .tb-inquiry th, .tb-inquiry td {
    display: block;
  }
}
.tb-inquiry th, .tb-inquiry td {
  padding: 40px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .tb-inquiry th, .tb-inquiry td {
    padding: 20px;
  }
}
.tb-inquiry th {
  white-space: nowrap;
  background-color: #f5f5f5;
  font-weight: 500;
  text-align: center;
}

.img-wrap {
  margin: 40px 0 0;
}
.img-wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img-wrap.flex .content-title {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .img-wrap.flex .content-title {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .img-wrap.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-wrap.flex > * {
  margin: 10px 0;
  width: 48%;
}
@media screen and (max-width: 820px) {
  .img-wrap.flex > * {
    width: 100%;
  }
}

.m_overlap {
  text-align: center;
  max-width: 800px;
  margin: 40px auto;
}
.m_overlap-text {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 85%;
  margin: -90px auto 0;
  background-color: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 820px) {
  .m_overlap-text {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
}

.m-news-list {
  border-top: 1px solid #d5d5d5;
}
.m-news-list + .m-news-list {
  display: none;
}
.m-news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  .m-news-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-news-list-time {
  font-size: 0.875rem;
}
.m-news-list-category {
  color: #fff;
  font-size: 0.75rem;
  background-color: #4098F8;
  padding: 2px 5px;
  border-radius: 15px;
  width: 92px;
  text-align: center;
  margin: 0 20px 0 10px;
}
.m-news-list-title {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .m-news-list-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  position: sticky;
  top: 200px;
}
@media screen and (max-width: 820px) {
  .contents-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contents-nav li {
  margin: 4px;
}
@media screen and (max-width: 820px) {
  .contents-nav li {
    margin: 0 0 1rem;
    width: 48%;
  }
  .contents-nav li a {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.contents-nav .en {
  text-transform: uppercase;
}

.gradient-wrap {
  background-color: #fff;
}

.gradient {
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff635d), color-stop(51%, #ffb34b), to(#ff8b54));
  background-image: linear-gradient(to right, #ff635d 0%, #ffb34b 51%, #ff8b54 100%);
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 200% auto;
}

.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-wrap .card {
  margin-left: 3.5%;
  width: 31%;
  margin-top: 35px;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 820px) {
  .card-wrap .card {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-top: 30px;
  }
}
.card-wrap .card:nth-child(3n+1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.card-wrap .card:nth-child(3n+2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.card-wrap .card:nth-child(3n+3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.card-wrap .card > * {
  display: block;
  height: 100%;
}
.card-wrap .card-pic img {
  width: 100%;
}
.card-wrap .card-icon {
  text-align: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 820px) {
  .card-wrap .card-icon {
    padding-top: 30px;
  }
  .card-wrap .card-icon img {
    width: 29.3333vw;
    height: auto;
  }
}
.card-wrap .card-title {
  margin: 1em 30px 0;
  font-weight: 500;
  text-align: center;
  font-size: 1.625rem;
  color: #4098F8;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .card-wrap .card-title {
    font-size: 6.4vw;
  }
}
.card-wrap .card-text {
  margin: 10px 30px 30px;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .card-wrap .card-text {
    font-size: 1.5385vw;
  }
}
.card-wrap .card-img {
  overflow: hidden;
  position: relative;
}
.card-wrap .card-img img {
  width: 100%;
}
.card-wrap .card-img::before, .card-wrap .card-img::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-wrap .card-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 173, 250, 0.5);
  opacity: 0;
}
.card-wrap .card-img::after {
  content: "read more";
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .card-wrap .card-img::after {
    font-size: 2.3077vw;
  }
}
.card-wrap .card-img img {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: relative;
  z-index: 2 !important;
}
.card-wrap .card:nth-child(3n+1) {
  margin-left: 0;
}
.card-wrap .card .border-text span {
  font-size: 0.875rem;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .card-wrap .card .border-text span {
    font-size: 1.3462vw;
  }
}
.card-wrap .card:hover .card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card-wrap .card:hover .card-img::before, .card-wrap .card:hover .card-img::after {
  opacity: 1;
}

.border-text span {
  display: inline-block;
  border: 1px solid #4098F8;
  color: #4098F8;
  line-height: 1;
  padding: 0.4em 1em;
  margin-right: 10px;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}

.inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .inner {
    padding-left: 5.3333vw;
    padding-right: 5.3333vw;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 820px) {
  header {
    height: 60px;
  }
}
header .header-logo {
  padding: 0 40px;
  position: absolute;
  z-index: 101;
}
header .header-logo img {
  height: 40px;
  display: block;
}
@media screen and (max-width: 820px) {
  header .header-logo {
    position: static;
    padding: 0 2.6667vw;
  }
  header .header-logo img {
    height: 30px;
  }
}
header .header-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  header .header-nav {
    padding-top: 60px;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 49;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
header .header-nav .btn {
  width: auto;
  margin: 0 20px;
  min-width: inherit;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1000px) {
  header .header-nav .btn {
    margin: 0 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  header .header-nav ul {
    -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;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  header .header-nav li {
    margin: 1rem 0;
    width: 100%;
  }
}
header .header-nav li:not(:last-child) {
  margin: 0 1rem;
}
@media screen and (max-width: 1000px) {
  header .header-nav li:not(:last-child) {
    margin: 0 0.5rem;
  }
}
header .header-nav li:not(:last-child) a {
  text-decoration: none !important;
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0;
  height: 100px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  header .header-nav li:not(:last-child) a {
    height: auto;
  }
}
header .header-nav li:not(:last-child) a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #4098F8;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 820px) {
  header .header-nav li:not(:last-child) a::after {
    content: none;
  }
}
header .header-nav li:not(:last-child) a:hover {
  color: #4098F8;
}
header .header-nav li:not(:last-child) a:hover::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 820px) {
  header .header-nav li:not(:last-child) {
    margin-bottom: 10px;
  }
}
header .header-nav span {
  display: block;
  white-space: nowrap;
  line-height: 1;
}
header .header-nav .en {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  header .header-nav .en {
    font-size: 6.4vw;
  }
}
header .header-nav .ja {
  margin-top: 3px;
  font-size: 0.625rem;
}
header .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 820px) {
  header .hamburger-menu::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 50;
    position: absolute;
    left: 0;
  }
}
header #menu-btn-check {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
header #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header #menu-btn-check:checked ~ .header-nav {
  top: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
header #menu-btn-check:checked ~ .header-nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
header .menu-btn {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 44px;
  height: 44px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header .menu-btn {
    display: none !important;
  }
}
header .menu-btn span,
header .menu-btn span::before,
header .menu-btn span::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .menu-btn span::before {
  bottom: 8px;
}
header .menu-btn span::after {
  top: 8px;
}

.company .gn-company,
.content .gn-content,
.service .gn-service,
.news .gn-news {
  color: #4098F8;
}
.company .gn-company::after,
.content .gn-content::after,
.service .gn-service::after,
.news .gn-news::after {
  -webkit-transform-origin: right top !important;
          transform-origin: right top !important;
  -webkit-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
}

.page-title {
  margin-bottom: 30px;
  background: url(../img/common/bg-blue.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .page-title {
    height: 150px;
  }
}
.page-title .main {
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .page-title .main {
    font-size: 11.2vw;
  }
}
.page-title .sub {
  line-height: 1;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}
section#access {
  padding-bottom: 1px;
}
@media screen and (max-width: 820px) {
  section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
section p + p {
  margin-top: 1em;
}

.bg_gray {
  background: url(../img/common/bg_grey_pattern.jpg) repeat left top;
}

.bg_wave {
  background: url(../img/common/bg_wave_section.jpg) no-repeat center 50%;
  background-size: 100%;
}
.bg_wave.bgpos-top {
  background-position: center top;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .section-title {
    text-align: center !important;
  }
}
.section-title.text-left {
  text-align: left;
}
.section-title.text-right {
  text-align: right;
}
.section-title span {
  display: block;
  line-height: 1.4;
}
.section-title .main {
  font-weight: 700;
}
.section-title .main.en {
  font-size: 3.125rem;
  font-style: italic;
  text-transform: uppercase;
  font-size: 3.125rem;
}
@media screen and (max-width: 820px) {
  .section-title .main.en {
    font-size: 10.6667vw;
  }
}
.section-title .main.ja {
  font-size: 2.375rem;
}
@media screen and (max-width: 820px) {
  .section-title .main.ja {
    font-size: 1.875rem;
  }
}
.section-title .sub {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
@media screen and (max-width: 820px) {
  .section-title .sub {
    font-size: 3.7333vw;
  }
}
.section-title .sub.en {
  text-transform: uppercase;
}

.content-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.625rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .content-title {
    font-size: 6.4vw;
  }
}

.sub-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.sub-title span {
  display: block;
  line-height: 1;
}
.sub-title .en {
  font-size: 4.375rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .sub-title .en {
    font-size: 7.6923vw;
  }
}
@media screen and (max-width: 820px) {
  .sub-title .en {
    font-size: 3.125rem;
  }
}
.sub-title .ja {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .sub-title .ja {
    font-size: 1.7308vw;
  }
}
@media screen and (max-width: 820px) {
  .sub-title .ja {
    font-size: 1rem;
  }
}

.infiniteslide {
  margin-top: 35px;
}
.infiniteslide li {
  margin: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .infiniteslide li {
    margin: 1.5vw;
    width: 35.1391vw;
  }
}
@media screen and (max-width: 540px) {
  .infiniteslide li {
    margin: 5px;
    width: 84%;
  }
}
.infiniteslide li img {
  width: 100%;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333;
  color: #fff;
}
footer a {
  color: #fff !important;
}
@media screen and (max-width: 820px) {
  footer {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 820px) {
  footer .footer-cont-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-cont-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  footer .footer-cont-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-cont-upper .footer-cont-col.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  footer .footer-cont-upper .footer-cont-col.right .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-cont-upper .footer-cont-col.right .footer-nav li {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 820px) {
  footer .footer-cont-upper .footer-cont-col.right {
    margin-top: 1.5em;
  }
}
footer .footer-cont-upper .footer-cont-col.right .footer-nav + .footer-nav {
  margin-left: 2em;
}
footer .footer-cont-lower {
  margin-top: auto;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  footer .footer-cont-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 1rem;
  }
  footer .footer-cont-lower .footer-cont-col {
    width: calc(100% - 120px);
    position: relative;
    z-index: 2;
  }
  footer .footer-cont-lower .footer-cont-col + .footer-cont-col {
    z-index: 1;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  footer .footer-cont-lower .footer-cont-col {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  footer .footer-cont-lower a {
    font-size: 0.75rem;
  }
}
footer .footer-cont-lower a:hover {
  text-decoration: none;
}
footer .footer-cont .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  footer .footer-cont .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  footer .footer-cont .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-cont .footer-nav > li {
  margin-right: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  footer .footer-cont .footer-nav > li {
    margin-right: 0;
  }
}
footer .footer-cont .footer-nav-main > li + li {
  margin-top: 0.4em;
}
footer .footer-cont .footer-nav-main > li > a {
  font-size: 0.875rem;
  font-weight: 700;
}
footer .footer-cont .footer-nav-sub > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5833;
  margin-top: 0.5em;
}
footer .footer-cont .footer-nav-sub > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fff;
  margin-top: 0.55em;
  margin-right: 5px;
}
footer .footer-cont .footer-nav-sub > li a {
  font-size: 0.75rem;
}
footer .footer-cont .footer-nav a.external::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico-extwin.svg) no-repeat 0 0;
  background-size: contain;
}
footer .footer-cont .sns-list {
  width: 100px;
  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;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  footer .footer-cont .sns-list {
    margin-top: -25px;
  }
}
footer .footer-cont .sns-list li {
  margin: 0 2px;
}
footer .footer-cont .copyright {
  margin-top: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 1000px) {
  footer .footer-cont .copyright {
    margin-top: 1em;
    font-size: 0.75rem;
    text-align: center;
  }
}
footer .footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-logo img {
  height: 26px;
}
footer .footer-logo span {
  white-space: nowrap;
  display: block;
  line-height: 1;
}
footer .footer-name {
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  footer .footer-name {
    font-size: 1rem;
    margin-top: 5.3333vw;
    margin-bottom: 5.3333vw;
  }
}
footer .footer-address {
  font-size: 0.75rem;
  line-height: 1.5833;
}
@media screen and (max-width: 820px) {
  footer .footer-address {
    font-size: 0.75rem;
  }
}

.top .mv {
  position: relative;
  height: 700px;
}
.top .mv .inner {
  position: relative;
  height: 100%;
}
.top .mv .inner::before {
  content: "";
  display: block;
  height: 540px;
  background: url(../img/top/mv_img_pc@2x.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 83px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 821px) {
  .top .mv .inner::before {
    width: calc(100vw - (50vw - 437px));
  }
}
@media screen and (max-width: 820px) {
  .top .mv .inner::before {
    background: url(../img/top/mv_img_sp@2x.jpg) no-repeat center center;
    background-size: cover;
    width: calc(100vw - 20px);
    height: 96vw;
    right: 20px;
  }
}
.top .mv .inner::after {
  content: "";
  display: block;
  height: 540px;
  background: url(../img/common/bg-blue.jpg) repeat left top;
  position: absolute;
  bottom: 0;
  left: 83px;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .top .mv .inner::after {
    width: calc(100vw - (50vw - 437px));
  }
}
@media screen and (max-width: 820px) {
  .top .mv .inner::after {
    width: calc(100vw - 20px);
    height: 101.3333vw;
    left: 20px;
  }
}
@media screen and (max-width: 820px) {
  .top .mv {
    height: 118.4vw;
  }
}
.top .mv .svgall {
  width: 640px;
  position: absolute;
  top: 43%;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .top .mv .svgall {
    width: 89.3333vw;
    right: auto;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top .mv .btn-wrap {
  position: absolute;
  bottom: 45px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top .mv .btn-wrap .btn {
  margin: 0;
}
@media screen and (max-width: 820px) {
  .top .mv .btn-wrap {
    width: 100%;
    margin-top: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.top .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st5 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 11;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st8 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 8.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .st9 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.top .news {
  margin-top: -95px;
  padding-top: 170px;
}
.top .news .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .top .news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .news .inner .col-left {
  margin-right: 10%;
}
@media screen and (max-width: 820px) {
  .top .news .inner .col-left {
    margin: 0 auto;
  }
}
.top .news .inner .col-right {
  width: 100%;
}
.top .news .inner .btn-wrap {
  position: absolute;
  top: 80px;
  left: 20px;
}
.top .news .inner .btn-wrap .btn {
  margin: 0;
}
@media screen and (max-width: 820px) {
  .top .news .inner .btn-wrap {
    position: static;
  }
}
.top .contents {
  background: url(../img/common/bg_wave_right.jpg) no-repeat right bottom;
}
@media screen and (min-width: 768px) {
  .top .contents {
    padding-top: 0;
  }
}
.top .contents .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .contents .inner::before {
    content: "";
    display: block;
    width: 100vw;
    height: 400px;
    background: url(../img/common/bg-blue.jpg) repeat right 0;
    position: absolute;
    top: 0;
    right: 275px;
    z-index: 0;
  }
}
.top .contents .section-title {
  position: relative;
  margin-bottom: 0;
}
.top .contents .col-right {
  position: relative;
}
.top .contents .card-wrap {
  margin-top: -30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top .contents .card-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .top .contents .card-wrap::before {
    content: "";
    display: block;
    width: 89.3333vw;
    height: 90%;
    background: url(../img/common/bg-blue.jpg) repeat center top;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 0;
  }
}
.top .contents .card {
  position: relative;
  z-index: 1;
  top: 0;
}
.top .contents .card + .card {
  top: 40px;
}
@media screen and (max-width: 820px) {
  .top .contents .card {
    margin-top: 30px;
    position: static;
  }
}
.top .service {
  background: url(../img/common/bg_wave_left.jpg) no-repeat left bottom;
}
@media screen and (min-width: 768px) {
  .top .service {
    padding-top: 0;
  }
}
.top .service .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .service .inner::before {
    content: "";
    display: block;
    width: 100vw;
    height: 400px;
    background: url(../img/common/bg-blue.jpg) repeat 0 0;
    position: absolute;
    top: 0;
    left: 275px;
    z-index: 0;
  }
}
.top .service .section-title {
  position: relative;
  margin-bottom: 0;
}
.top .service .card-wrap {
  position: relative;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top .service .card-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .top .service .card-wrap::before {
    content: "";
    display: block;
    width: 89.3333vw;
    height: 90%;
    background: url(../img/common/bg-blue.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 0;
  }
}
.top .service .card {
  position: relative;
  z-index: 1;
  top: 0;
}
.top .service .card + .card {
  top: -40px;
}
.top .service .card + .card + .card {
  top: -80px;
}
@media screen and (max-width: 820px) {
  .top .service .card {
    margin-top: 30px;
    position: static;
  }
}
.top .recruit {
  background: url(../img/top/bg-recruit@2x.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top .recruit p {
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .top .recruit p {
    font-size: 1.125rem;
  }
}
.top .recruit .section-title .main.en.recruit-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0;
  padding: 0;
  font-size: 64px;
}
.top .recruit .section-title .main.en.recruit-title .thin {
  font-size: 36px;
  font-weight: 300;
}
.top .recruit .section-title .main.en.recruit-title .recruit-wrap {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.top .recruit .section-title .main.en.recruit-title .recruit-wrap.left {
  text-align: right;
}
.top .recruit .section-title .main.en.recruit-title .recruit-wrap.right {
  text-align: left;
}
.top .recruit .section-title .main.en.recruit-title .recruit-wrap.right picture,
.top .recruit .section-title .main.en.recruit-title .recruit-wrap.right img {
  max-height: 164px;
}
.top .recruit .top .recruit p.recruit-description {
  font-size: 36px;
}
@media screen and (max-width: 820px) {
  .top .recruit .main.en.recruit-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top .recruit .main.en.recruit-title .recruit-wrap.left {
    text-align: center;
  }
  .top .recruit .main.en.recruit-title .recruit-wrap.right {
    text-align: center;
  }
  .top .recruit .top .recruit p.recruit-description {
    font-size: 24px;
  }
}
.top .banners {
  padding: 30px 0;
}
.top .banners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 820px) {
  .top .banners-list {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .banners-list li {
  margin: 10px;
}
.top .banners-list a {
  display: block;
}
.top .banners-list img {
  width: 100%;
}

.company-cont {
  padding-top: 100px;
}
@media screen and (max-width: 820px) {
  .company-cont {
    padding-top: 64px;
  }
}
.company .tb-company {
  border-top: 1px solid #D5D5D5;
  width: 100%;
}
.company .tb-company th, .company .tb-company td {
  border-bottom: 1px solid #D5D5D5;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 15px 2em 15px;
}
.company .tb-company th {
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .company .tb-company th {
    padding-left: 0;
    padding-right: 1em;
  }
}
.company .tb-company td {
  padding-left: 0;
  padding-right: 0;
}
.company .tb-company ol {
  padding-left: 1em;
}
.company .tb-company ol.s_decimal > li {
  list-style-type: decimal;
}
.company .tb-company ol.s_upper-latin > li {
  list-style-type: upper-latin;
}
.company .gmap-wrap {
  position: relative;
  margin: 0 auto 40px;
  height: 0;
  overflow: hidden;
  max-width: 800px;
  padding-top: 48%;
}
.company .gmap-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company #philosophy {
  background: url(../img/company/bg_philosophy.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 820px) {
  .company #philosophy {
    background: url(../img/company/bg_philosophy_sp@2x.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.company #philosophy .section-title {
  color: #fff;
}
.company #philosophy .bx-philosophy {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  .company #philosophy .bx-philosophy {
    padding: 30px 20px;
  }
}
.company #philosophy .bx-philosophy dt {
  color: #4098F8;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .company #philosophy .bx-philosophy dd {
    text-align: left;
  }
}
.company #philosophy .bx-philosophy dd + dt {
  margin-top: 2rem;
}
@media screen and (max-width: 820px) {
  .company #philosophy .bx-philosophy dd + dt {
    margin-top: 1.5rem;
  }
}
.company #business {
  background: url(../img/common/bg_grey_pattern.jpg) no-repeat center center;
  background-size: cover;
}
.company #member {
  background: url(../img/common/bg_wave_left.jpg) no-repeat left bottom;
}
.company #member .bx-member .president {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .president {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company #member .bx-member .president .mmb-pic {
  width: 40%;
  display: block;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .president .mmb-pic {
    width: 100vw;
    margin-left: -5.3333vw;
  }
}
.company #member .bx-member .president .mmb-text {
  margin-top: 40px;
  width: 54%;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .president .mmb-text {
    margin-top: 20px;
    width: 100%;
  }
}
.company #member .bx-member .president .mmb-text .mmb-name {
  margin-bottom: 1.5rem;
  color: #4098F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .president .mmb-text .mmb-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.company #member .bx-member .president .mmb-text .mmb-name .position {
  font-size: 1.25rem;
  margin-right: 1em;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .president .mmb-text .mmb-name .position {
    font-size: 1.125rem;
  }
}
.company #member .bx-member .president .mmb-text .mmb-name .name {
  font-size: 2.5rem;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .president .mmb-text .mmb-name .name {
    font-size: 1.5rem;
  }
}
.company #member .bx-member .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .member-list {
    -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;
  }
}
.company #member .bx-member .member-list li {
  width: 28%;
  margin: 20px 0;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .member-list li {
    width: 100%;
  }
}
.company #member .bx-member .member-list .mmb-pic {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.company #member .bx-member .member-list .mmb-pic img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .company #member .bx-member .member-list .mmb-pic {
    width: 240px;
  }
}
.company #member .bx-member .member-list .mmb-name {
  color: #4098F8;
  font-weight: 500;
  text-align: center;
}
.company #member .bx-member .member-list .mmb-name span {
  display: block;
}
.company #member .bx-member .member-list .mmb-name .name {
  margin-top: 0.5em;
  font-size: 1.625rem;
}
.company #member .bx-member .member-list .mmb-name .position {
  font-size: 0.75rem;
}
.company #member .bx-member .member-list .mmb-comment {
  margin-top: 1em;
  font-size: 0.875rem;
}
.company #csr {
  background: url(../img/common/bg-blue.jpg) repeat center top;
  color: #fff;
}
.company #csr p {
  font-size: 0.875rem;
  margin-top: 1em;
}
.company .history {
  background-size: 100%;
}
@media screen and (max-width: 820px) {
  .company .history .tb-company {
    display: block;
  }
  .company .history .tb-company tbody, .company .history .tb-company tr, .company .history .tb-company th, .company .history .tb-company td {
    display: block;
  }
  .company .history .tb-company th {
    border-bottom: none;
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }
  .company .history .tb-company td {
    font-size: 1rem;
    padding-top: 0;
  }
}

.service .carousel {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 10px 0;
}
.service .carousel .slick-list {
  overflow: visible;
}
.service .carousel .item {
  width: 300px;
  margin: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 540px) {
  .service .carousel .item {
    width: 70vw;
  }
}
.service .carousel .slick-center {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.3333);
          transform: scale(1.3333);
}
.service .carousel .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #4098F8;
  font-size: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 10;
}
.service .carousel .slick-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background: url(../img/common/arrow_p_small.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.service .carousel .slick-prev {
  -webkit-transform: translateX(-220px);
          transform: translateX(-220px);
}
.service .carousel .slick-prev::before {
  -webkit-transform: scale(-1, 1) translate(50%, -50%);
          transform: scale(-1, 1) translate(50%, -50%);
}
@media screen and (max-width: 540px) {
  .service .carousel .slick-prev {
    -webkit-transform: none;
            transform: none;
    left: 10px;
  }
}
.service .carousel .slick-next {
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
@media screen and (max-width: 540px) {
  .service .carousel .slick-next {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 10px;
  }
}
.service .product .tab-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .service .product .tab-switch {
    margin-bottom: 0;
  }
}
.service .product .tab-switch .content-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  border-bottom: 4px solid #d5d5d5;
  padding-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .service .product .tab-switch .content-title {
    font-size: 1.125rem;
  }
}
.service .product .tab-switch .content-title:hover {
  color: #4098F8;
}
.service .product .tab-switch .content-title.current {
  color: #4098F8;
  border-color: #4098F8;
}
.service .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .service .product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .product-list li {
  margin: 20px 0;
  width: 47%;
}
@media screen and (max-width: 820px) {
  .service .product-list li {
    width: 100%;
    margin: 30px 0 0;
  }
}
.service .product-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service .product-list-img img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 70.2128%;
}
.service .product-list-img img + img {
  width: 25.5319%;
}
.service .product-list-name {
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}
.service .product-list-name::after {
  margin-top: -3px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/service/circle-arrow.svg) no-repeat 0 0;
  background-size: contain;
}
.service .product-list a {
  text-decoration: none;
}
.service .product-list a:hover .product-list-name::after {
  background: url(../img/service/circle-arrow_on.svg) no-repeat 0 0;
  background-size: contain;
}
.service .product-list a:hover .product-list-img {
  top: -3px;
}
.service .product-list a:hover .product-list-img img {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.content .goods {
  color: #fff;
  background: url(../img/common/bg-blue.jpg) repeat center top;
}

@media screen and (max-width: 820px) {
  .dropdown {
    margin-bottom: 2rem;
    border: 1px solid #4098F8;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    outline: none;
  }
  .dropdown:active {
    outline: none;
  }
  .dropdown.active {
    -webkit-box-shadow: 0 0 4px rgb(204, 204, 204);
            box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
  }
  .dropdown.active .select::before {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  .dropdown .select {
    display: block;
    cursor: pointer;
    padding: 10px;
    height: 80px;
    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;
  }
  .dropdown .select::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/arrow_down.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dropdown .select span {
    color: #4098F8;
    font: 1.125rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .dropdown .select span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 820px) {
  .dropdown-menu {
    padding: 0;
    list-style: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    -webkit-box-shadow: 0 0 4px rgb(64, 152, 248);
            box-shadow: 0 0 4px rgb(64, 152, 248);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    border: 1px solid #4098F8;
  }
  .dropdown-menu li {
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    cursor: pointer;
    padding: 10px;
    height: 80px;
    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;
  }
  .dropdown-menu li + li {
    border-top: 1px solid #4098F8;
  }
  .dropdown-menu li a {
    color: #4098F8;
    display: block;
    text-align: center;
  }
  .dropdown-menu li:active {
    background-color: #e2e2e2;
  }
}
@media screen and (min-width: 769px) {
  .archive-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .archive-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 20%;
  }
  .archive-nav span, .archive-nav a {
    cursor: pointer;
    height: 100%;
    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;
    text-align: center;
    border-bottom: 4px solid #d5d5d5;
    text-decoration: none !important;
    padding: 0.5em;
  }
  .archive-nav span.current, .archive-nav a.current {
    color: #4098F8;
    border-color: #4098F8;
  }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
  .archive-nav span, .archive-nav a {
    font-weight: 500;
    font-size: 1.375rem;
  }
}

body.news section {
  padding-top: 0;
}
body.news .archive-nav a {
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  body.news .archive-nav a {
    font-weight: 500;
    font-size: 1.375rem;
  }
}
body.news .news-header {
  padding-top: 40px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.program {
  /* calendarBox */
}
.program .youtube {
  padding-bottom: 130px;
}
@media screen and (max-width: 820px) {
  .program .youtube {
    padding-bottom: 0;
  }
}
.program .youtube figcaption {
  font-size: 1.625rem;
  margin-top: 1rem;
}
.program .youtube .text-center {
  font-size: 1.625rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.program .youtubechannels {
  padding-top: 0;
  padding-bottom: 60px;
}
.program .youtubechannels .card {
  margin-top: -90px;
}
@media screen and (max-width: 820px) {
  .program .youtubechannels .card {
    margin-top: 30px;
  }
}
.program .channelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.program .channelList .channel {
  padding-bottom: 1rem;
  width: 48%;
}
@media screen and (max-width: 820px) {
  .program .channelList .channel {
    width: 100%;
  }
}
.program .channelList .channel h4 {
  margin-bottom: 0.5em;
  padding: 2px 1em;
  background-color: #333;
  color: #fff;
}
.program .channelList .channel a {
  font-size: 0.875rem;
}
.program .howtowatch .bx {
  background-color: #fff;
  margin-top: 40px;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx {
    padding: 20px;
  }
}
.program .howtowatch .bx .btn-wrap {
  margin-top: 0;
}
.program .howtowatch .bx-inquiry {
  max-width: 800px;
  margin: 10px auto;
  border: 1px solid #4098F8;
}
.program .howtowatch .bx-inquiry-inner {
  overflow: hidden;
}
.program .howtowatch .bx-inquiry .tel-title {
  float: left;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry .tel-title {
    float: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.program .howtowatch .bx-inquiry div.note {
  float: right;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry div.note {
    float: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.program .howtowatch .bx-inquiry .tel {
  clear: both;
}
.program .howtowatch .bx-inquiry p.note {
  text-align: right;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry p.note {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.program .howtowatch .bx-inquiry dt {
  background-color: #4098F8;
  color: #fff;
  font-weight: 500;
  font-size: 1.375em;
  padding: 12px;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry dt {
    font-size: 1.25rem;
  }
}
.program .howtowatch .bx-inquiry dd {
  background-color: #f5f5f5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program .howtowatch .bx-inquiry dd .bx-inquiry-inner {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry dd .bx-inquiry-inner {
    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;
  }
}
.program .howtowatch .bx-inquiry dd .bx-inquiry-inner .note {
  margin-top: 2px;
}
.program .howtowatch .bx-inquiry dd .bx-inquiry-inner .tel {
  clear: both;
  font-size: 70px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry dd .bx-inquiry-inner .tel {
    font-size: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.program .howtowatch .bx-inquiry dd .bx-inquiry-inner .price {
  margin-top: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .program .howtowatch .bx-inquiry dd .bx-inquiry-inner .price {
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.program .catv .contents-nav {
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
}
.program .catv .contents-nav li {
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  .program .catv .contents-nav li {
    margin: 0 0 1rem;
  }
}
.program .catv .contents-nav .btn {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.program .catv .content-title {
  margin-top: 2rem;
}
.program .catv .tb-wrap {
  max-width: inherit;
  position: relative;
  margin-bottom: 0;
}
.program .catv .tb-catv {
  width: 100%;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 0.875rem;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .program .catv .tb-catv {
    width: 150vw;
  }
}
.program .catv .tb-catv caption {
  text-align: center;
  color: #4098F8;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .program .catv .tb-catv caption {
    position: absolute;
    top: 0;
    left: 50vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.program .catv .tb-catv .name {
  width: 24%;
  background-color: #F5F5F5;
}
.program .catv .tb-catv .tel {
  width: 15%;
}
.program .catv .tb-catv thead th {
  padding: 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.program .catv .tb-catv thead th + th {
  border-left: 1px solid #fff;
}
.program .catv .tb-catv tbody th, .program .catv .tb-catv tbody td {
  font-weight: 400;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  vertical-align: middle;
}
.program .catv .tb-catv tbody td + td {
  white-space: nowrap;
}
.program .downloadBtn {
  padding-top: 60px;
  margin-bottom: 20px;
  position: relative;
}
.program .downloadBtn label {
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .program .downloadBtn label {
    margin-right: auto;
  }
}
.program #pdfDownloadBtn {
  display: none;
}
.program #pdfDownloadBtn:checked ~ #pdfDownloadBox {
  display: block;
}
.program #pdfDownloadBox {
  border: 2px solid #4098F8;
  display: none;
  position: absolute;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 120px;
  width: 381px;
  z-index: 10000;
  color: #333;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 820px) {
  .program #pdfDownloadBox {
    max-width: 89vw;
  }
}
.program #pdfDownloadBox::after {
  content: "";
  position: absolute;
  right: 60px;
  top: -15px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #4098F8 transparent;
}
@media screen and (max-width: 820px) {
  .program #pdfDownloadBox::after {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.program #pdfDownloadBox .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.program #pdfDownloadBox .month li {
  width: 50%;
  text-align: center;
}
.program #pdfDownloadBox .month li::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_pdf.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
}
.program #pdfDownloadBox .pdfList {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program #pdfDownloadBox .pdfList .col {
  width: 50%;
}
.program #pdfDownloadBox .pdfList .col li {
  margin: 0.5em 0;
}
.program #pdfDownloadBox .pdfList .col a {
  display: block;
  text-align: center;
  color: #4098F8;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .program #timeScheduleBox iframe {
    height: 70vh;
  }
}
.program #timeScheduleBox #channelTitle {
  width: 1000px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program #timeScheduleBox #channelTitle li {
  width: 190px;
  border-right: 1px solid #fff;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.program #timeScheduleBox #channelTitle .title01 {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
.program #timeScheduleBox #channelTitle .title02 {
  padding: 4px 0;
}
.program .iconList .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  border: 1px solid #333;
}
.program .iconList .list01 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.program .iconList .list01 > li > a, .program .iconList .list01 > li > span {
  height: 58px;
  line-height: 58px;
  font-size: 0.875rem;
  display: block;
  height: 100%;
  width: 100%;
}
.program .iconList .list01 > li + li {
  border-left: 1px solid #333;
}
.program .iconList .list01 > li > a {
  text-decoration: none;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 58px;
  font-size: 0.875rem;
}
.program .contentsInner {
  width: 1000px;
}
.program .selectDataBox {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.program .calendarBox {
  margin-left: 15px;
}
.program .calendarBox .inner {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.program .calendarBox .inner .weeklyListArrow {
  position: absolute;
  top: 50%;
}
.program .calendarBox .inner .weeklyListArrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/program/Icon-arrow.svg) no-repeat 0 0;
  background-size: contain;
}
.program .calendarBox .inner .weeklyListArrow.prev {
  left: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.program .calendarBox .inner .weeklyListArrow.next {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.program .calendarBox * {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.program .calendarBox .weeklyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.program .calendarBox .weeklyList li {
  width: 95px;
  border-right: 1px solid #333;
  background-color: #fff;
}
.program .calendarBox .weeklyList li .day {
  display: block;
  margin-top: 5px;
  font-size: 1.4286rem;
}
.program .calendarBox .weeklyList li.today {
  position: relative;
  background-color: #4098F8;
}
.program .calendarBox .weeklyList li.today span {
  color: #fff;
}
.program .calendarBox .weeklyList li > a,
.program .calendarBox .weeklyList li > span {
  display: block;
  padding: 8px 0 7px;
  height: 100%;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.program .calendarBox .weeklyList li > span {
  display: block;
  position: relative;
  color: #E0E0E0;
}
.program .calerdarLink {
  position: relative;
}
.program .calerdarLink > span {
  display: block;
  height: 100%;
  line-height: 58px;
  cursor: pointer;
}
.program .calerdarLink > span:hover {
  color: #4098F8;
}
.program .calerdarLink #calendar {
  position: absolute;
  top: 60px;
  right: -2px;
  padding: 0 5px 5px 5px;
  width: 381px;
  background-color: #4098F8;
  z-index: 1000;
}
.program .calerdarLink #calendar caption {
  background-color: #4098F8 !important;
}
.program .calerdarLink #calendar .month {
  margin-top: 0;
  padding: 5px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 121.42%;
}
.program .calerdarLink #calendar:after {
  content: "";
  position: absolute;
  right: 30px;
  top: -15px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #4098F8 transparent;
}
.program .calerdarLink #calendar .slideMonth {
  position: relative;
}
.program .calerdarLink #calendar .slideMonth li {
  position: absolute;
  top: -28px;
}
.program .calerdarLink #calendar .slideMonth li > a {
  color: #ffffff;
}
.program .calerdarLink #calendar .slideMonth li.prev {
  left: 10px;
}
.program .calerdarLink #calendar .slideMonth li.prev > a {
  display: inline-block;
  padding-left: 15px;
  background-image: url(/common/images/com_ic16.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 6px 14px;
}
.program .calerdarLink #calendar .slideMonth li.next {
  right: 10px;
}
.program .calerdarLink #calendar .slideMonth li.next > a {
  display: inline-block;
  padding-right: 15px;
  background-image: url(/common/images/com_ic17.png);
  background-repeat: no-repeat;
  background-position: right 2px;
  background-size: 6px 14px;
}
.program .calerdarLink #calendar #calendarTable {
  font-weight: normal;
  background-color: #ffffff;
}
.program #calendarTable .row div {
  width: 53px;
  min-height: 30px;
  padding: 5px 0 3px;
  text-align: center;
  border-right: 1px solid #bac3d4;
  border-bottom: 1px solid #bac3d4;
  background-color: #ffffff;
}
.program #calendarTable .row:last-child div {
  border-bottom: 0;
}
.program #calendarTable .dayRow div {
  background-color: #eeeeee;
  font-weight: bold;
}
.program #calendarTable .row div:nth-child(7n) {
  border-right: 0;
}
.program #calendarTable .row div.blue {
  background-color: #d9eafa;
}
.program #calendarTable .dayRow div.blue {
  color: #3a71cb;
}
.program #calendarTable .row div.red {
  background-color: #fad9d9;
}
.program #calendarTable .dayRow div.red {
  color: #d25252;
}
.program #calendarTable .row div > span,
.program #calendarTable .row div > a {
  display: block;
}
.program #calendarTable .row div > span {
  color: #989898;
}
.program #calendarTable .row div.current {
  background-color: #fee12a;
  font-weight: bold;
}
.program #calendarTable .row div.current span {
  color: #023961;
}
.program #calendarTable .row div > a {
  color: #023961;
}
.program #scheduleLine .t4,
.program #scheduleLine .t5,
.program #scheduleLine .t6,
.program #scheduleLine .t7,
.program #scheduleLine .t8,
.program #scheduleLine .t9,
.program #scheduleLine .t10,
.program #scheduleLine .t11,
.program #scheduleLine .t12,
.program #scheduleLine .t13,
.program #scheduleLine .t14,
.program #scheduleLine .t15,
.program #scheduleLine .t16,
.program #scheduleLine .t17,
.program #scheduleLine .t18,
.program #scheduleLine .t19,
.program #scheduleLine .t20,
.program #scheduleLine .t21,
.program #scheduleLine .t22,
.program #scheduleLine .t23,
.program #scheduleLine .t24,
.program #scheduleLine .t25,
.program #scheduleLine .t26,
.program #scheduleLine .t27 {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  padding-top: 80px;
  /*height: 180px;*/
  height: 300px;
  border-bottom: 1px solid #333 !important;
  border-left: 1px solid #333 !important;
  border-right: 1px solid #333 !important;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #4098F8 !important;
}
.program #scheduleLine .t4 {
  border-top: 1px solid #333;
}
.program .genreIcon {
  display: block;
  width: auto;
  margin-bottom: 3px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1 !important;
  padding: 2px 1em !important;
}
.program .genreIcon.type01 {
  background-color: #9c2b2b;
}
.program .genreIcon.type02 {
  background-color: #9c2b2b;
}
.program .genreIcon.type03 {
  background-color: #558D2C;
  color: #fff;
}
.program .genreIcon.type04 {
  background-color: #9c2b2b;
}
.program .genreIcon.type05 {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
@media screen and (max-width: 820px) {
  .program .program-wrap-scroll {
    width: 100vw;
    margin-left: -5.3333vw;
    padding-left: 5.3333vw;
    margin-right: 5.3333vw;
  }
}

#floatingBanner {
  display: none;
}
@media screen and (min-width: 641px), print {
  #floatingBanner {
    display: block;
    position: fixed;
    right: 0;
    top: 380px;
  }
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .link-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .link-list.sp-wide li {
    width: 100%;
  }
}
.link-list li {
  margin-bottom: 20px;
}
.link-list li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .link-list li {
    width: 23.6%;
  }
  .link-list li:not(:nth-child(4n)) {
    margin-right: 1.8%;
  }
}
@media screen and (max-width: 820px) {
  .link-list li {
    width: calc(50% - 2.6667vw);
  }
  .link-list li:not(:nth-child(2n+1)) {
    margin-left: 5.3333vw;
  }
}
.link-list.sp-wide li {
  width: 23.6%;
}
@media screen and (max-width: 820px) {
  .link-list.sp-wide li {
    width: 100%;
    margin-left: 0;
  }
}

.opinion .bx-form {
  background-color: #fff;
  margin-top: 40px;
  border: 1px solid #d5d5d5;
}
@media screen and (max-width: 820px) {
  .opinion .bx-form {
    margin-top: 20px;
  }
}
.opinion .bx-form div {
  padding: 40px;
}
@media screen and (max-width: 820px) {
  .opinion .bx-form div {
    padding: 10px;
  }
}
.opinion .bx-form .form-title {
  text-align: center;
  background-color: #F5F5F5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.125rem;
  padding: 1em;
  font-weight: 500;
}
.opinion .bx-form .tb-form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .opinion .bx-form .tb-form {
    display: block;
  }
  .opinion .bx-form .tb-form tbody, .opinion .bx-form .tb-form tr, .opinion .bx-form .tb-form th, .opinion .bx-form .tb-form td {
    display: block;
    width: 100%;
  }
}
.opinion .bx-form .tb-form th, .opinion .bx-form .tb-form td {
  vertical-align: top;
  padding: 10px 20px 10px 10px;
}
.opinion .bx-form .tb-form th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .opinion .bx-form .tb-form th {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 820px) {
  .opinion .bx-form .tb-form td {
    padding-top: 0;
  }
}
.opinion .bx-form .tb-form .required::after {
  content: "＊";
  color: #F30100;
}
.opinion .bx-form .tb-form input[type=text], .opinion .bx-form .tb-form input[type=number], .opinion .bx-form .tb-form textarea, .opinion .bx-form .tb-form select {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px;
  max-width: 100%;
}
.opinion .bx-form .tb-form textarea {
  width: 100%;
}
.opinion .bx-form .confirm-text {
  display: none;
  margin-bottom: 2em;
}
.opinion .bx-form .mw_wp_form_confirm .confirm-text {
  display: block;
}
.opinion .bx-form .mw_wp_form_confirm th::after {
  content: none;
}

.faq-cont {
  margin-bottom: 20px;
}
.faq-cont + .content-title {
  margin-top: 3rem;
}
.faq-cont dt {
  background-color: #f5f5f5;
  font-weight: 500;
  padding: 20px 60px;
  position: relative;
  cursor: pointer;
}
.faq-cont dt::before {
  content: "Q.";
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #4098F8;
  position: absolute;
  top: 1rem;
  left: 20px;
}
@media screen and (max-width: 820px) {
  .faq-cont dt::before {
    font-size: 1.75rem;
  }
}
.faq-cont dt::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/faq/plus.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-cont dt.open::after {
  height: 4px;
  background: url(../img/faq/minus.svg);
  background-size: contain;
}
.faq-cont dt.open ~ dd {
  display: block;
}
.faq-cont dd {
  display: none;
  position: relative;
  padding: 20px 20px 20px 60px;
}
.faq-cont dd::before {
  content: "A.";
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #4098F8;
  position: absolute;
  top: 1rem;
  left: 20px;
}
@media screen and (max-width: 820px) {
  .faq-cont dd::before {
    font-size: 1.75rem;
  }
}
.faq-cont dd a {
  color: #4098F8;
  text-decoration: underline;
}
.faq-cont dd a:hover {
  text-decoration: none;
}
.faq-cont dd table {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
@media screen and (max-width: 820px) {
  .faq-cont dd table {
    display: block;
  }
  .faq-cont dd table tbody, .faq-cont dd table tr, .faq-cont dd table th, .faq-cont dd table td {
    display: block;
  }
}
.faq-cont dd table th, .faq-cont dd table td {
  font-size: 0.875rem;
  padding: 10px 30px;
  border-bottom: 1px solid #d5d5d5;
}
.faq-cont dd table th {
  white-space: nowrap;
  background-color: #f5f5f5;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .faq-cont dd table th {
    border-right: 1px solid #d5d5d5;
    text-align: center;
  }
}
.faq-cont dd table td {
  border-right: 1px solid #d5d5d5;
}
.faq-cont dd h3 {
  margin-bottom: 0.5rem;
}
.faq-cont dd .img-wrap .col p {
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 820px) {
  .privacy .dropdown .select span {
    font-size: 1.125rem;
  }
}
.privacy section {
  padding-top: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.privacy section a {
  color: #4098F8;
  text-decoration: underline;
}
.privacy section a:hover {
  text-decoration: none;
}
.privacy-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  border-top: 2px solid #d5d5d5;
}
.privacy-list > li {
  padding: 2rem 0 2rem 1rem;
  border-bottom: 2px solid #d5d5d5;
}
.privacy-list ol, .privacy-list ul {
  margin: 1rem 0 1rem 0;
}
@media screen and (max-width: 820px) {
  .privacy-list ol, .privacy-list ul {
    margin-left: 0;
  }
}
.privacy ul.privacy-list > li .sub-title {
  margin-left: -1em;
}
.privacy ol.privacy-list {
  list-style-type: none;
  border-top: 2px solid #d5d5d5;
}
.privacy ol.privacy-list > li {
  padding: 2rem 0 2rem 1em;
  border-bottom: 2px solid #d5d5d5;
}
.privacy ol.privacy-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy ol.privacy-list > li * {
  text-indent: 0;
  padding-left: 0;
}
.privacy ol.privacy-list > li::before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: 500;
  font-size: 1.125rem;
}
.privacy .bx-gray {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.privacy .bx-gray .bx-inner {
  display: inline-block;
  padding: 20px;
  background-color: #f5f5f5;
}
.privacy .bx-gray.plugin .bx-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .privacy .bx-gray.plugin .bx-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privacy .bx-gray.plugin .bx-inner img {
  margin-right: 1rem;
}
@media screen and (max-width: 820px) {
  .privacy .bx-gray.plugin .bx-inner img {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.mwform-checkbox-field input, .mwform-radio-field input {
  margin-right: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .horizontal-item {
  margin-left: 0;
  margin-right: 10px;
}

.youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.3%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.notealt, div.notealt {
  margin-top: 1em;
  text-indent: -1em !important;
  padding-left: 1em !important;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FF635D;
}

p.notealt:before, div.notealt:before {
  content: "※";
}