@charset "UTF-8";
html, body {
  font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #212324;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}
section p, section ul, section ol, section dl, section table {
  font-size: 1.6rem;
  margin-bottom: 1.75rem;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
section div {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
}
/* Header
----------------------------*/
header {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
header .logo {
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
}
header .logo img {
  transition: all 0.5s 0s ease;
  height: 30px;
  position: relative;
  z-index: 10;
  filter: brightness(0) invert(1);
}
header {
  transition: all 0.5s 0s ease;
}
header.transform {
  background: rgba(255, 255, 255, 0.8);
}
header.transform .pc-logo img {
  filter: none;
}
header.transform .sp-logo img {
  filter: brightness(0) invert(1);
}
/* Main
----------------------------*/
main {
  min-height: 45vh;
}
main, h1, h2, h3, h4, h5 {
  position: relative;
}
main ul li, main ol li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
main ul li:last-of-type, main ol li:last-of-type {
  margin-bottom: 0;
}
section {
  width: 100%;
  height: 100%;
  position: relative;
}
main section table:last-child, main section p:last-child, main section ul:last-child, main section ol:last-child, main section dl:last-child {
  margin-bottom: 0;
}
h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  line-height: 1.3;
}
h2.sct-title .en {
  font-size: 4rem;
  display: block;
}
h2.sct-title .jp {
  font-size: 2rem;
  display: block;
  color: #1361a9;
}
h3 {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
h4 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.white-shadow-box {
  background: #fff;
  position: relative;
  top: 0;
  width: 100%;
  min-height: auto;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0.1px rgb(0 0 0 / 8%);
}
.bg-gray-radius::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f0f2f6;
  border-radius: 0 70px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg-gray-radius * {
  position: relative;
  z-index: 1;
}
.sct-hover-zoom img {
  transition-duration: 0.6s;
}
.sct-hover-zoom a:hover img {
  transform: scale(1.1);
  transition-duration: 0.6s;
  opacity: 0.7;
}
.sct-hover-zoom a:hover img {
  transform: scale(1.1);
  transition-duration: 0.6s;
  opacity: 0.7;
}
.sct-hover-zoom .hover-zoom-img {
  overflow: hidden;
}
.sct-linkbox a {
  color: #212324;
}
.sct-linkbox a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sct-linkbox img {
  object-fit: cover;
  width: 100%;
  border-bottom: solid 1px #efefef;
}
.sct-linkbox [class^="col"] img {
  height: 220px;
}
.sct-linkbox .linkbox-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  padding: 3rem 2rem;
  position: relative;
  margin: 0;
}
.sct-linkbox .linkbox-title-en {
  font-family: lato, sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  opacity: 0.6;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  bottom: 22%;
  right: 1rem;
}
.sct-linkbox .col-lg-6 .linkbox-title-en {
  font-size: max(3vw, 3.25rem);
}
.sct-linkbox .col-lg-4 .linkbox-title-en {
  font-size: max(2.5vw, 3rem);
}
.white-border-box {
  border: solid 1px #fff;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 100%;
}
.white-border-box i {
  font-size: 4rem;
}
.white-border-box h4 {
  color: #fff;
  margin: 2rem auto 2.5rem;
}
/* Footer
----------------------------*/
footer {
  padding: 6rem 1.5rem;
  background-color: #1361a9;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #A2CFF8;
}
footer ul {
  margin: 0 0 2rem;
}
footer li {
  font-size: 1.4rem;
  text-align: center;
}
/* Media Query
-----------------------------------*/
/* Small devices (landscape phones, 576px and over, .col-sm-*)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 767px and under)*/
@media (max-width: 767px) {
  .leadtext br, .text-center-lg br, .fluid-text-lg p br, .plaintext br {
    display: none;
  }
}
/* Medium devices (tablets, 768px and over, .col-md-*)*/
@media (min-width: 768px) {
  header .logo {
    margin: 4rem 2.5rem;
  }
  header .logo img {
    height: 45px;
  }
}
/* Large devices (desktops, 992px and over, .col-lg-*)*/
@media (min-width: 992px) {
  h2 {
    font-size: 3.6rem;
  }
  h2.sct-title {
    margin-bottom: 7rem;
  }
  h2.sct-title .en {
    font-size: 8rem;
  }
  h2.sct-title .jp {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .bg-gray-radius::after {
    width: 95vw;
    height: 80%;
  }
  .sct-linkbox .col-lg-6 img {
    height: 335px;
  }
  .sct-linkbox .col-lg-4 img {
    height: 300px;
  }
  .sct-linkbox .col-lg-6 .linkbox-title-en {
    bottom: 16%;
    right: 2rem;
  }
  .sct-linkbox .col-lg-4 .linkbox-title-en {
    bottom: 18%;
    right: 1.5rem;
  }
  footer {
    padding: 6rem 1.5rem;
  }
}
/* Extra large devices (large desktops, 1200px and over, .col-xl-*)*/
@media (min-width: 1200px) {
  header {
    transition: all 0.5s 0s ease;
    height: 100px;
  }
  header.transform {
    height: 80px;
  }
  header .logo img {
    height: 48px;
  }
  header.transform .logo img {
    height: 45px;
    background: transparent;
    transition: all 0.5s 0s ease;
  }
}
/* Extra extra large devices (extra large desktops, 1400px and over, .col-xxl-*)*/
@media (min-width: 1400px) {
  header .logo img {
    height: 53px;
  }
  .sct-linkbox .col-lg-6 .linkbox-title-en {
    bottom: 12%;
  }
  .sct-linkbox .col-lg-4 .linkbox-title-en {
    bottom: 15%;
  }
}