@charset "utf-8";

/* ------------------ Base ------------------ */
body {
  color: #363535;
  font-family: 'Montserrat', sans-serif;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
p, li, a, span {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
}
p {
  line-height: 1.8;
}
a {
  color: #c3b888;
}
a:hover {
  color: #363535;
}
a.reverse {
  color: #363535;
}
a.reverse:hover {
  color: #c3b888;
}

/* ------------------ display ------------------ */
.d-inline-flex-center {
  display: inline-flex;
  align-items: center; }
.m-0{
  margin: 0 !important;}  
.mt-0 {
  margin-top: 0px !important; }
.mt-8 {
  margin-top: 8px !important; }
.mt-10 {
  margin-top: 10px !important; }
.mt-20 {
  margin-top: 20px !important; }
.mt-m5 {
  margin-top: -5px !important; }
.mt-m10 {
  margin-top: -10px !important; }
.mt-m15 {
  margin-top: -15px !important; }
.mt-m20 {
  margin-top: -20px !important; }
.mb-3 {
  margin-bottom: 3px !important; }
.mb-5 {
  margin-bottom: 5px !important; }
.mb-10 {
  margin-bottom: 10px !important; }
.mb-m5 {
  margin-bottom: -5px !important; }
.mb-m10 {
  margin-bottom: -10px !important; }
.mb-m20 {
  margin-bottom: -20px !important; }
.ml-10 {
  margin-left: 10px; }
.ml-35 {
  margin-left: 35px !important; }
.pt-0 {
  padding-top: 0 !important; }
.pl-20 {
  padding-left: 20px !important; }

/* ------------------ text ------------------ */
.tx-bold {
  font-weight: bold; }
.tx-center {
  text-align: center !important; }
.tx-right {
  text-align: right; }
.italic {
  font-style: italic; }
.tx-underline {
  text-decoration: underline; }
.bb-underline {
  border-bottom: 1px solid #232323; }
.indent-mt {
  text-indent: -1em;
  margin-left: 1em !important; }
.indent {
  text-indent: -1em;
  margin-left: 1em !important;
  margin-top: 0px !important; }
.indent-12 {
  text-indent: -1.2em;
  margin-left: 1.2em !important;
  margin-top: 0px !important; }
.indent-15mt {
  text-indent: -1.5em;
  margin-left: 1.5em !important; }
.indent-15 {
  text-indent: -1.5em;
  margin-left: 1.5em !important;
  margin-top: 0px !important; }

.indent-2 {
  text-indent: -2em;
  margin-left: 2em !important;
  margin-top: 0px !important; }
.indent-m1 {
  text-indent: -1em;
  margin-bottom: -3px !important; }
.small {
  font-size: 10px; }
.middle {
  font-size: 16px; }
.tx-15px {
  font-size: 15px !important; }
.tx-16px {
  font-size: 16px !important; }
.text-18 {
  font-size: 18px !important; }
.text-19 {
  font-size: 19px !important; }
.display-unset {
  display: unset !important; }
.list-non-style {
  list-style: none !important; }

/* ------------------ color ------------------ */
.tx-white {
  color: #ffffff;
}
.tx-blue {
  color: #40a5d2;
}
.tx-red {
  color: #ff0000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-color: #db1841;
}
.bd-red {
  border: 1px solid #db1841 !important;
}
.bg-blue {
  background-color: #00a3d4;
}
.bg-lightblue {
  background-color: #cfeaf4;
}
.bg-brown {
  background-color: #c2b580;
}
.bg-gray {
  background-color: #dddede;
}
.bg-lightgray {
  background-color: #f3f3f3;
}
.bg-black {
  background-color: #363535;
}

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

.head-text {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  color: #40a5d2;
  background-color: #cfeaf4;
}
.read-more {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
}
.read-more.arrow {
  display: inline-flex;
  align-items: center;
}
.read-more.arrow-f:after {
  content: '';
  width: 7px;
  height: 12px;
  margin-left: 8px;
  background:
          linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 50%,
          linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
}
.read-more.block {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 14px;
}
.read-more.mt {
  margin-top: 12px;
}
.read-more.bl {
  background-color: #363535;
}
.read-more:hover {
  color: #ffffff;
  text-decoration: underline;
}

.video-more {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  margin-left: 13px;
}
.video-more.arrow {
  display: inline-flex;
  align-items: center;
}
.video-more.arrow-f:after {
  content: '';
  width: 7px;
  height: 12px;
  margin-left: 8px;
  background:
          linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 50%,
          linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
}
.video-more.block {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 14px;
}
.video-more.mt {
  margin-top: 12px;
}
.video-more.bl {
  background-color: #363535;
}
.video-more:hover {
  color: #ffffff;
  text-decoration: underline;
}

.checkmark {
  content: '';
  width: 15px;
  height: 7px;
  border-left: 2px solid #40a5d2;
  border-bottom: 2px solid #40a5d2;
  transform: rotate(-45deg);
  margin: 5px 12px 0 0; }

/* ------------------ Layout, Section ------------------ */
.layout {}
.section-content {
  max-width: 948px;
  margin: 0 auto;
  padding: 60px 24px;
}
.section-title {
  font-size: 30px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 12px;
}
.section-title:before, .section-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  min-width: 24px;
}
.section-title.cl-white:before, .section-title.cl-white:after {
  background: #fff;
}
.section-title:before {
  margin-right: 30px;
}
.section-title:after {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .layout {}
  .section-content {
    padding: 40px 16px;
  }
  .section-title {
    font-size: 28px;
    letter-spacing: 0.4px;
  }
  .section-title:before, .section-title:after {
    content: none;
  }
}

/* ------------------ article ------------------ */
.article ~ .article {
  padding-top: 24px;
}
.article ~ .info-table {
  padding-top: 24px;
}
.article > h1 {
  font-size: 24px;
}
.article .box{
  border: 3px solid #232323;
  padding: 10px 20px;
}
.article .box ul{
  margin: 0 0 0 16px;
}
.article .box ul.list-non-style{
  margin: 0;
}
.article .box ul.mb li + li{
  margin-top: 0.5rem;
}
.article ul {
  margin: 8px 0 0 16px;
  list-style-type: disc;
}
.article li {
  text-align: justify;
}
.article ul > li {
  padding: 2px 0;
}
.article ul > li ~ li {
  margin-top: 0px;
}
.article ul.qa {
  display: flex;
  margin: 8px 0 0 0;
  list-style-type: none;
}
.article ul.qa ~ ul.qa {
  margin-top: 3px;
}
.article ul.qa > li:first-child {
  padding: 0 8px 0 0;
}
.article ul.qa > li:last-child {
  flex: 1;
  padding: 0;
}
.article p {
  text-align: justify;
}
.article p ~ p {
  margin-top: 8px;
}
.article p.video-link {
  margin: -10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.article p.video-link a {
  font-size: 16px;
  font-weight: bold;
}
.article p.lead {
  color: #40a5d2;
  background-color: #d7ecf5;
  text-align: center !important;
  margin-top: 12px;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
}
.article p.under {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}
.info-table p.under {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}
.article p.border {
  color: #40a5d2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center !important;
  justify-content: center;
  padding: 12px 0 0 0;
}
.article p.border:before {
  margin-right: 24px;
}
.article p.border:after {
  margin-left: 24px;
}
.article p.border:before, .article p.border:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #40a5d2;
  display: block;
  min-width: 24px;
}
.article img.center {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 8px auto;
}
.article p.subtitle {
  font-size: 16px ;
}
.article p.caption {
  font-size: 12px ;
  line-height: 1.6;
}
.article-column {
  display: flex;
}
.article-column-l {
  flex: 1;
}
.article-column-l.active {
  width: 100%;
  max-width: 200px;
  margin-right: 24px;
}
.article-column-r {
  flex: 1;
}

.news-table-block {
  overflow-x: scroll; }
.news-table {
  margin-top: 12px;
  width: 100%;
  overflow-x: hidden; }
.news-table td {
  vertical-align: baseline;
  font-size: 14px;
  border: solid 1px #212121;
  padding: 7px; }
@media screen and (max-width: 600px) {
  .news-table {
    width: 670px; }
}

/* インデントをつけるやつ */
.info-table tr {
  border: none;
  height: 30px; }
.info-table td {
  padding: 4px 0;
  text-align: left;
  vertical-align: top;
  min-width: 145px;
  border-right: none;
  font-size: 14px; }

/* pagination */
.article-pagination {
  margin-top: 32px;
  display: flex;
}
.article-pagination-item:nth-of-type(1) {
  margin-right: 16px;
}
.article-pagination-item:nth-of-type(2) {
  margin-left: 16px;
}
.article-pagination-item {
  flex: 1;
  display: flex;
  text-decoration: none;
}
.article-pagination-item-icon {
  min-width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.article-pagination-item-icon > img {
  width: 12px;
  display: block;
  margin: 0;
  padding-right: 3px;
}
.article-pagination-item-area {
  padding: 16px;
  flex: 1;
}
.article-pagination-item-area > .p1 {
  color: #c3b888;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}
.article-pagination-item-area > .p2 {
  color: #363535;
  font-size: 11px;
  padding: 8px 0 0 0;
}
.article-pagination-item-area > .p3 {
  color: #363535;
  font-size: 12px;
}

/* bottom link */
.article-bottom-link {
  text-align: center;
}
.article-bottom-link.section {
  margin-top: 32px;
}
.article-bottom-link > a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  color: #ffffff;
  background-color: #00a3d4;
}

@media screen and (max-width: 600px) {
  .article p.lead {
    line-height: 1.6;
    font-size: 18px;
  }
  .article-column {
    flex-direction: column;
  }
  .article-column-l.active {
    max-width: 100%;
    margin-right: 0;
  }
  .article-pagination {
    margin-top: 16px;
  }
  .article-pagination-item:nth-of-type(1) {
    margin-right: 8px;
  }
  .article-pagination-item:nth-of-type(2) {
    margin-left: 8px;
  }
}


/* ------------------ Header ------------------ */
.header-wrapper {
  position: relative;
  height: 437.5px;
}
@media screen and (max-width: 600px) {
  .header-wrapper {
    position: relative;
    height: 240px;
  }
}

/* pc */
.header {
  position: absolute;
  z-index: 4;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.header-layout {
  display: flex;
  align-items: center;
}
.header-links {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}
.header-link {
  font-weight: bold;
  color: #363535;
  text-decoration: none;
  margin: 18px 0;
}
.header-link:hover {
  color: #c3b888;
}
.header-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 2.2vw; }
.header-sns-link {
  margin: 0 1vw; }
.header-sns-icon {
  width: 1.7vw; }
/* sp */
.header-sp {
  display: none;
  position: fixed;
  align-items: center;
  z-index: 3;
  top: 0;
  width: 100%;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
  .header {
    display: none;
  }
  .header-sp {
    display: flex;
  }
}

/* top */
.top {
  position: relative;
  z-index: 1;
  height: 100%;
  background: linear-gradient(90deg, #40a5d2 0%, #40a5d2 35%, #d8d9d9 0%, #d8d9d9 100%);
}
.top-image {
  width: 100%;
  max-width: 875px;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  padding: 0 24px;
}
.top-partner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 85%;
  height: 90px;
  margin: 0 auto;
  position: relative;
  top: 280px;
  align-items: center;
  justify-content: center; }
.top-partner-txt {
  width: 9.5vw;
  font-size: 1.1vw;
  font-weight: 600; }
.top-partner-logo {
  max-width: 120px;
  margin: 0 1vw; }
.top-partner-logo-img {
  width: 100%; }

@media screen and (max-width: 600px) {
  .top {
    height: 100%; }
  .top-image {
    top: 38%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%); }
  .top-partner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    top: 61%;
    margin: 10px;
    width: 95%;
    height: auto;
    justify-content: center; }
  .top-partner dt {
    width: 90%; }
  .top-partner-txt {
    top: 22px;
    left: -10px;
    font-size: 12px;
    width: 150px;
    position: relative;
    top: 20px; }
  .top-partner-logo:first-of-type {
    margin-left: 0; }
  .top-partner-logo {
    margin-top: 22px; }
  .top-partner-logo:not(:first-of-type) {
    margin-left: 1vw; }
  .top-partner-logo figure {
    margin: 0; }
  .top-partner-logo-img {
    height: 22px;
    width: auto; }
}

/* ------------------ Dialog ------------------ */
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity 1s;
}
.dialog.is-active {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.dialog-background {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.45);
}
.dialog-wrapper {
  width: 85%;
  max-width: 750px;
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close {
  position: absolute;
  z-index: 6;
  top: 5px;
  right: 5px;
  display: block;
  cursor: pointer;
  width: 20px;
}
.dialog-content {
  padding: 24px;
  background-color: #ffffff;
}
.dialog-content-message {
  display: flex;
  flex-direction: column;
  max-height: 60vh;
}
.dialog-content-link {
  padding: 8px 0;;
  text-decoration: none;
  font-weight: bold;
}


/* ------------------ Footer ------------------ */
.footer {
  padding: 12px 0;
}
.footer-logo {
  text-align: center;
}
.footer-logo-link {
  display: inline-block;
}
.footer-logo-img {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 20px 0;
}
.copy-right {
  text-align: center;
  font-size: 12px;
}


/* ------------------ Subscribe Mailing List ------------------ */
.subscribe-text {
  text-align: center;
  margin-bottom: 12px;
}
.subscribe-button {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  text-decoration: none;
}
.subscribe-button:hover {
  color: #ffffff;
  background-color: #363535;
}

/* ------------------ Contact us ------------------ */
.contact-text {
  text-align: center;
}
.contact-sns {
  max-width: 600px;
  margin: 24px auto 0;
  padding: 24px;
}
.contact-sns-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.contact-sns-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.contact-sns-link {
  display: block;
  margin: 0 36px;
}
.contact-sns-icon {
  width: 45px;
}
@media screen and (max-width: 600px) {
  .contact-sns-link {
    margin: 0 16px;
  }
}