@charset "UTF-8";
/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container-fluid, .container {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .content {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .container.container_S {
    max-width: 840px;
  }
  .container.container_XL {
    max-width: 1090px;
  }
}
@media (min-width: 1200px) {
  .row.large-gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row.large-gutter > .col,
  .row.large-gutter > [class*="col"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.container_XL {
    max-width: 1300px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1260px;
  }
  .container.container_XL {
    max-width: 1560px;
  }
}
@media (min-width: 1760px) {
  .container {
    max-width: 1380px;
  }
  .container.container_XL {
    max-width: 1800px;
  }
}
hr {
  border-top: 1px solid var(--border1);
  margin: 1em 0;
}
/* ==========================================================================
   Layout
========================================================================== */
.over-right {
  margin-right: calc(((100vw - 100%)/2)*-1);
}
.over-left {
  margin-left: calc(((100vw - 100%)/2)*-1);
}
@media (max-width: 575px) {
  .sp-full {
    margin-right: calc(((100vw - 100%)/2)*-1);
    margin-left: calc(((100vw - 100%)/2)*-1);
  }
}
/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease-in-out, color .2s ease-in-out, background .2s ease-in-out;
}
/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fit-img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
figcaption {
  font-size: .75rem;
  line-height: 1.8;
  margin-top: 1em;
}
figure.long-thumb {
  padding-top: 50%;
  position: relative;
}
figure.long-thumb .fit-img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  figure.long-thumb {
    padding-top: 35%;
  }
}

figure.long-thumb2 {
  padding-top: 47%;
  position: relative;
}
figure.long-thumb2 .fit-img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  position: relative;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.2;
}
h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
}
h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.6;
}
h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.8;
}
h5, .h5 {
  font-size: 1.125rem;
  line-height: 2;
}
h6, .h6 {
  font-size: 1rem;
  line-height: 2.2;
}
.txt {
  font-size: .813rem;
}
small, .small {
  font-size: .857em;
}
.xsmall {
  font-size: .75em;
}
sup {
  font-size: .625rem;
  vertical-align: top;
}
sub {
  font-size: .625rem;
  vertical-align: bottom;
}
.display-0, .display-1, .display-2, .display-3, .display-4 {
  font-weight: 700;
  line-height: 1.2;
}
.display-0 {
  font-size: 3.5rem;
}
.display-1 {
  font-size: 3rem;
}
.display-2 {
  font-size: 2.75rem;
}
.display-3 {
  font-size: 2.5rem;
}
.display-4 {
  font-size: 2.25rem;
}
.font1, .en_ttl, .en_label, .slug {
  font-family: var(--font1);
  letter-spacing: .06em;
  font-weight: 400;
}
.font2 {
  font-family: var(--font2);
}
.mincho {
  font-family: var(--mincho);
  font-weight: 600 !important;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.6;
  }
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  h5, .h5 {
    font-size: 1.125rem;
    line-height: 2;
  }
  .txt {
    font-size: .938rem;
  }
  .display-0 {
    font-size: 8.125rem;
  }
  .display-1 {
    font-size: 6.25rem;
  }
  .display-2 {
    font-size: 5rem;
  }
  .display-3 {
    font-size: 3.75rem;
  }
  .display-4 {
    font-size: 3.125rem;
  }
}
.txt {
  margin-top: 2em;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.fw-400, .text-normal {
  font-weight: 400 !important;
}
.fw-500, .text-medium {
  font-weight: 500 !important;
}
.fw-600, .text-semibold {
  font-weight: 600 !important;
}
.fw-700, .text-bold {
  font-weight: 700 !important;
}
.text-italic {
  font-style: italic;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  font-size: .875rem;
  font-family: inherit;
  letter-spacing: .05em;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.5em 2em;
  width: 100%;
  max-width: 100%;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  color: var(--white);
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.view-more {
  display: block;
  font-family: var(--font1);
  letter-spacing: .08em;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.view-more > span {
  padding-right: 3rem;
}
.btn > span, .view-more > span {
  display: block;
  position: relative;
}
.btn > span::before, .view-more > span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background: currentColor;
}
.btn > span::after, .view-more > span::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover > span::after, a:hover .btn > span::after, .view-more:hover > span::after, a:hover .view-more > span::after {
  animation: btnIcon 1.5s infinite cubic-bezier(0.61, 1, 0.88, 1);
}
.btn.btn_S {
  width: 12.375rem;
  padding: 1em 1.5em;
  font-size: .75rem;
  text-align: left;
}
.btn.btn-w {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}
.btn.btn-ww {
  border-color: var(--white);
  color: var(--color1);
  background: var(--white);
}
.btn .t_blank {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-58%);
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M14.455%2C5V6.455H18.5L9.568%2C15.386l1.045%2C1.045L19.545%2C7.5v4.045H21V5H14.455ZM5%2C7.909V21H18.091V11.545L16.636%2C13v6.545H6.455V9.364H13l1.455-1.455Z%22%20transform%3D%22translate(-5%20-5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
  transition: 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
.btn.btn-ww .t_blank {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M14.455%2C5V6.455H18.5L9.568%2C15.386l1.045%2C1.045L19.545%2C7.5v4.045H21V5H14.455ZM5%2C7.909V21H18.091V11.545L16.636%2C13v6.545H6.455V9.364H13l1.455-1.455Z%22%20transform%3D%22translate(-5%20-5)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E');
}
.btn:hover .t_blank, a:hover .btn .t_blank {
  transform:  translate(2px, calc((58% + 2px)*-1));
}
@media (min-width: 576px) {
  .btn {
    width: 18.75rem;
  }
}

.buttons.row {
  margin-right: -12px;
  margin-left: -12px;
}
.buttons.row > div {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 12px;
}
.buttons.row > div .btn {
  min-width: 100%;
}
@media (min-width: 768px) {
  .buttons.row > div {
    margin-bottom: 24px;
  }
}
/* ==========================================================================
   Badge
========================================================================== */
.badge {
  display: inline-block;
  border-radius: 2px;
  padding: .5em 1em;
  background: var(--color2);
  color: var(--white);
  font-family: var(--font1);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
}
/* ==========================================================================
   Border
========================================================================== */
.border {
  border: 1px solid var(--border1);
}
.border-y {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
.border-x {
  border-right: 1px solid var(--border1);
  border-left: 1px solid var(--border1);
}
.border-t {
  border-top: 1px solid var(--border1);
}
.border-r {
  border-right: 1px solid var(--border1);
}
.border-b {
  border-bottom: 1px solid var(--border1);
}
.border-l {
  border-left: 1px solid var(--border1);
}
/* ==========================================================================
   Page header
========================================================================== */
.section__header {
  position: relative;
}
.section__header .ttl {
  display: inline-block;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section__header .ja_ttl {
  margin: .5em 0;
  font-feature-settings: "palt";
  letter-spacing: .06em;
}
.section__header p {
  margin: 1.75em 0;
}
.section__header .en_ttl {
  font-weight: 500;
}
.section__header .ja_ttl + .en_ttl {
  font-weight: 300;
  text-transform: uppercase;
}
.section__header .en_ttl + p {
  font-size: .813rem;
  font-weight: 600;
  margin: .5em 0 0;
}
.section__header .en_ttl + .ttl {
  font-size: .813rem;
  margin: .5rem 0 0;
  position: static !important;
  transform: translateY(0);
}
.section__header .line {
  display: block;
  width: 2.4em;
  height: 3px;
  background: rgba(44, 158, 245,0.2);
  margin: 0 0 .5rem;
  position: relative;
}
.section__header .line::before, .section__header .line::after {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
}
.section__header .line::before {
  width: 1.6em;
  background: rgba(44, 158, 245,0.4);
}
.section__header .line::after {
  width: .8em;
  background: rgba(44, 158, 245,1);
}

.section__header .line.line-w {
  background: rgba(255,255,255,0.2);
}
.section__header .line.line-w::before {
  background: rgba(255,255,255,0.4);
}
.section__header .line.line-w::after {
  background: rgba(255,255,255,0.8);
}
@media (min-width: 576px) {
  .section__header .ttl {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.content__ttl .ttl {
  line-height: 1.5;
}
.content__ttl .en_ttl {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-top: .5em;
}
.page__header {
  padding-top: 68px;
  width: 100%;
  height: 240px;
  color: #FFF;
  background: var(--color1) url(../../_cover/cover_bg.jpg) no-repeat center center / cover;
  position: relative;
}
.page__header .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.page__header .en_label {
  display: none;
}
.page__header .imgBox .cover {
  padding-top: 40%;
  margin-right: calc(((100vw - 100%)/2)*-1);
}
.page__header .en_ttl {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}
.page__header .ttl {
  margin-top: .5em;
  font-size: .813rem;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .page__header .en_ttl {
    font-size: 2.5rem;
  }
  .page__header .ttl {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .page__header {
    height: 400px;
  }
}
/* ==========================================================================
   Hero
========================================================================== */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 30px;
  position: relative;
}
.hero.overlay::before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero .hero__inner {
  color: #FFF;
  position: relative;
}
.hero .btn {
  max-width: 300px;
  margin-top: 2rem;
}
.full-screen {
  height: 100vh;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) {
  .hero {
    padding: 90px 60px;
  }
  .full-screen {
    padding: 0 60px;
  }
}
/* ==========================================================================
   Reading box
========================================================================== */
.arrow-label {
  display: block;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}
h6.arrow-label {
  font-weight: 700;
}
.arrow-label.font1 {
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .06em;
  opacity: .8;
}
.arrow-label::before {
  content: '';
  width: 1.8em;
  height: .25em;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%23111%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5em;
  position: absolute;
  top: .675em;
  left: 0;
}
.arrow-label.font1 + .readingText {
  padding-left: 1.5em;
}

.arrow-label.color1 {
  font-weight: 600;
}
.arrow-label.color1::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%232C9EF5%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E');
}
.white .arrow-label::before,
.arrow-label.white::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.275%22%20height%3D%223.867%22%20viewBox%3D%220%200%2021.275%203.867%22%3E%3Cpath%20d%3D%22M-20020.725%2C344.818H-20042v-1h18.725l-2.3-2.133.68-.734Z%22%20transform%3D%22translate(20042%20-340.951)%22%20fill%3D%22%23FFF%22%20opacity%3D%220.801%22%2F%3E%3C%2Fsvg%3E');
}

/* ==========================================================================
   Banner
========================================================================== */
.block-banner-list {
  list-style-type: none;
}
.block-banner-list li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.block-banner-list li::before {
  content: '';
  display: block;
  background: var(--color1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
.block-banner-list li:hover::before {
  opacity: .75;
}
.block-banner-list li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 75vw;
  max-height: 20em;
  padding: 30px 20px;
  color: var(--white);
  position: relative;
}
.block-banner-list li a .view-more {
  width: 8rem;
  font-size: .875em;
  margin-top: 1rem;
}
@media (orientation: landscape) {
  .block-banner-list li a {
    height: 27.819vw;
    max-height: inherit;
  }
}
@media (min-width: 576px) {
  .block-banner-list li a {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .block-banner-list li a {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .block-banner-list li a {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 45px 60px;
  }
  .block-banner-list li a .view-more {
    margin-bottom: 2.5rem;
  }
}
/* ==========================================================================
   Banner(S)
========================================================================== */
.block-banner-list.block-banner-list_S {
  margin-right: -1px;
  margin-left: -1px;
}
.block-banner-list.block-banner-list_S li {
  margin-bottom: 8px;
  border: 1px solid #FFF;
}
.block-banner-list.block-banner-list_S li::before {
  background: linear-gradient(180deg, rgba(6, 19, 34, 0) 0%, rgba(6, 19, 34, 1) 100%);
  opacity: .5;
}
.block-banner-list.block-banner-list_S li:hover::before {
  opacity: .7;
}
.block-banner-list.block-banner-list_S li a {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 53vw;
  max-height: 15em;
}
.block-banner-list.block-banner-list_S li a .view-more {
  margin: 0;
}
@media (orientation: landscape) and (min-width: 1200px) {
  .block-banner-list.block-banner-list_S li a {
    height: 17.569vw;
    max-height: inherit;
  }
}
@media (min-width: 576px) {
  .block-banner-list.block-banner-list_S li {
    margin-bottom: 0;
  }
  .block-banner-list.block-banner-list_S li a {
    padding: 30px 40px;
  }
}
/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* ==========================================================================
   List
========================================================================== */
.no-border {
  border: none !important;
}
ul.row, ol.row, .lists {
  list-style-type: none;
}
.lists {
  border-top: 1px solid var(--border1);
  margin: 45px 0;
}
.lists .list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  font-size: .813rem;
  line-height: 1.5rem;
  letter-spacing: .08em;
  position: relative;
  border-top: 0;
  border-bottom: 1px solid var(--border1);
}
.lists .list .date {
  min-width: 4.5rem;
  line-height: 1.2195rem;
}
.lists .list .date time {
  display: inline-block;
  color: var(--gray);
  font-family: var(--font1);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5rem;
  white-space: nowrap;
}
.lists .list .category {
  flex: 0 0 6.5rem;
}
.lists .list .category .cat {
  display: inline-block;
  width: 100%;
  padding: 0;
  background: transparent;
  color: var(--color1);
  font-family: sans-serif;
  font-size: .75rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
.lists .list .ttlBox {
  width: 100%;
  margin-top: .4em;
  padding-right: 3.5em;
}
.lists .list a.title_link:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%23111%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.lists .list a.title_link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: var(--color1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.lists .list a.title_link:hover {
  color: var(--black);
}
.lists .list a.title_link:hover:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%232C9EF5%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E');
}
.lists .list a.title_link:hover:after {
  width: 100%;
  left: 0;
}
.lists .list a.title_link span {
  display: block;
}
.lists .list a.title_link .ttl {
  line-height: 1.65;
}
.lists .list a.title_link .ttl + p {
  margin-top: .25em;
}
@media (min-width: 992px) {
  .lists .list {
    padding: 1.5rem 0;
    flex-wrap: nowrap;
  }
  .lists .list .ttlBox {
    margin-top: 0;
    padding-right: 4.5em;
  }

  .archive .lists .list {
    flex-wrap: wrap;
  } 
  .archive .lists .list .ttlBox {
    margin-top: 0.4em;
  } 
}




/* ----------------------------------
 * PDF Icon
 * ---------------------------------- */
.lists .list.list-module .ttlBox {
  padding-right: 5rem;
}
.list .module_type {
  display: block;
  margin-left: 0;
  position: absolute;
  top: calc(50% - .75rem);
  right: 0;
}
.list .module_type .icon-pdf {
  display: block;
  text-align: center;
  border-radius: 2px;
  padding: 0 1em;
  margin-left: 0;
  min-width: 3.75rem;
  background: var(--color2);
  color: var(--white);
  font-family: var(--font1);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: .08em;
}
.list .module_size {
  display: block;
  margin-left: 0;
  position: absolute;
  top: calc(50% + .75rem);
  right: 0;
}
.list .module_size > span {
  display: block;
  text-align: center;
  min-width: 3.75rem;
  font-size: .688rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media (min-width: 992px) {
  .lists .list.list-module .ttlBox {
    padding-right: 10rem !important;
  }
  .list .module_type {
    right: 4.5rem;
  }
  .list .module_size {
    top: calc(50% - .75rem);
  }
}
/* ==========================================================================
   List_S
========================================================================== */
ul.row, ol.row, .lists_S {
  list-style-type: none;
}
.lists_S {
  border-top: 1px solid var(--border1);
}
.lists_S .list {
  border-bottom: 1px solid var(--border1);
  display: flex;
  font-size: .813rem;
  line-height: 1.25;
  padding: 1.25em 0;
  position: relative;
}
.lists_S .list time {
  display: block;
  width: 9em;
  color: var(--gray);
  font-family: var(--font1);
  font-weight: 500;
}
/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.card {
  background: var(--white);
  height: 100%;
  padding: 30px;
  line-height: 1.8;
  letter-spacing: .06em;
  position: relative;
}
.card > a {
  display: block;
}
.card .card_header {
  margin-bottom: 20px;
}
.card .card_header .ttl {
  line-height: 1.6;
}
.card .card_body > * {
  margin-bottom: 20px;
}
.card .card_body .ttl {
  line-height: 1.6;
}
.card .card_body .mincho {
  line-height: 1.8;
}
.card .card_footer {
  margin-top: 30px;
}


.card-v {
  line-height: 1.8;
  letter-spacing: .06em;
  position: relative;
}
.card-v > a {
  display: block;
}
.card-v .card_header figure {
  border: 10px solid var(--l-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 190px;
  margin-bottom: 20px;
}
.card-v .card_header figure.photo {
  border: 0;
  display: block;
  height: 42vw;
  margin-bottom: 20px;
  background: var(--l-gray);
}
.card-v .card_header figure.photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-v .card_header .ttl {
  line-height: 1.6;
  margin-bottom: 20px;
}
.card-v .card_body > * {
  margin-bottom: 20px;
}
.card-v .card_body .mincho {
  line-height: 1.8;
}
.card-v .card_body table {
  margin-top: 25px;
}
.card-v .card_body table.outline th {
  padding-left: 0;
}
.card-v .card_body table.outline td {
  padding-right: 0;
}

@media (min-width: 576px) {
  .card-v .card_header figure.photo {
    height: 18em;
  }
}
@media (min-width: 768px) {
  .card-v .card_header figure.photo {
    height: 20em;
  }
}
@media (min-width: 1200px) {
  .card-v .card_body {
    padding-left: 50px;
  }
}



.e-card {
  height: 100%;
  margin-bottom: 50px;
  line-height: 1.8;
  letter-spacing: .06em;
  position: relative;
}
.e-card > a {
  display: block;
  position: relative;
}
.e-card .card_header {
  margin-bottom: 20px;
}
.e-card .card_header .thumbnail {
  padding-top: 65%;
  position: relative;
}
.e-card .card_header .thumbnail.thumbnail-width {
  padding-top: 50%;
}
.e-card .card_header .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.e-card .card_header .thumbnail.noimage {
  background: url(../img/noimage.jpg) no-repeat center center / cover;
}
.e-card .card_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(40px + .4em);
  padding-right: 50px;
  position: relative;
}
.e-card a .card_body:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%23111%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  position: absolute;
  bottom: .2em;
  right: .2em;
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.e-card a:hover .card_body:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%232C9EF5%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E');
}
.e-card .card_body > *:not(:last-child) {
  margin-bottom: 15px;
}
.e-card .card_body .card_meta {
  margin-right: -60px;
  display: flex;
  align-items: center;
}
.e-card .card_body .card_meta > * {
  margin: 0 1em 0 0;
}
.e-card .card_body .card_meta .category span,
.e-card .card_body .card_meta .tags span,
.e-card .card_body .card_meta .type,
.e-card .card_body .card_meta .offer {
  display: inline-block;
  line-height: 1.5;
  color: var(--color1);
  font-size: .8em;
  font-weight: 700;
  white-space: nowrap;
}
.e-card .card_body .card_meta .offer {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-card .card_body .card_meta .category span,
.e-card .card_body .card_meta .type {
  border: 1px solid currentColor;
  border-radius: 3em;
  padding: .25em 1em;
}
.e-card .card_body + .card_meta .position {
  display: block;
  color: var(--color1);
  font-size: .75rem;
}
.e-card .card_body + .card_meta .name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.e-card .card_body .en_ttl {
  display: block;
  font-size: .875em;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color1);
  margin-bottom: .125em;
}
.e-card .card_body .ttl {
  line-height: 1.5;
}
.e-card .card_body h6.ttl {
  font-size: 1.063rem;
}
.e-card .card_body .mincho {
  line-height: 1.8;
}
.e-card .card_body + .card_meta {
  margin-top: 15px;
}
.e-card .card_footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border1);
}
@media (min-width: 768px) {
  .e-card {
    margin-bottom: 50px;
  }
  .e-card .card_body {
    padding-right: 55px;
  }
}
@media (min-width: 992px) {
  .e-card .card_header .thumbnail.thumbnail-height {
    padding-top: 120%;
  }
  .e-card .card_body {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .large-gutter .e-card {
    margin-bottom: 70px;
  }
}


.card-s {
  margin-bottom: 10px;
}
.card-s > a {
  display: flex;
  background: var(--white);
}
.card-s .card_header {
  flex: 0 0 5em;
}
.card-s .thumbnail {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.card-s .card_header .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-s .card_body {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 50px 1em 1.25em;
  position: relative;
}
.card-s a .card_body:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%23111%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.card-s a:hover .card_body:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%232C9EF5%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E');
}
.card-s .card_body .en_ttl {
  display: block;
  font-size: .875em;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color1);
  margin-bottom: .125em;
}
.card-s .card_body .ttl {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .card-s {
    margin-bottom: 20px;
  }
  .card-s .card_header {
    flex: 0 0 6.25em;
  }
}
@media (min-width: 992px) {
  .card-s .card_header {
    flex: 0 0 7.5em;
  }
  .card-s .card_body {
    padding: 1em 60px 1em 1.5em;
  }
  .card-s a .card_body:before {
    width: 40px;
    height: 40px;
    right: 1.5em;
  }
}
@media (min-width: 1200px) {
  .card-s {
    margin-bottom: 30px;
  }
  .card-s .card_header {
    flex: 0 0 10em;
  }
}

/* ==========================================================================
   Slider
========================================================================== */
.swiper-controller {
  
}
.swiper-controller .swiper-scrollbar {
  height: 4px;
  border-radius: 0;
  background: rgba(55,138,141,0.2);
  margin-bottom: 40px;
}
.swiper-controller .swiper-scrollbar-drag {
  height: 4px;
  border-radius: 0;
  background: var(--color1);
}


/* ==========================================================================
   Slider (slick)
========================================================================== */
.slick-track {
  margin-right: 0;
  margin-left: 0;
}
.slick-controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.slick-num {
  color: var(--color1);
  font-family: var(--font1);
  font-weight: 600;
}
.slick-nav-dots {
  width: calc(100% - 5em);
}
.slick-dots {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  flex-basis: 100%;
  position: relative;
  padding: 9px 0;
  cursor: pointer;
  transition: .2s;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: var(--color1);
  opacity: .3;
  transition: opacity .2s;
}
.slick-dots li:hover button {
  opacity: .6;
}
.slick-dots li:not(.slick-active ~ li) button {
  opacity: 1;
}

.slider-wrap {
  margin: 0 -15px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  z-index: 5;
}
.slider-wrap .carousel .slick-slide,
.slider-wrap .carousel-noloop .slick-slide {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .slider-wrap .carousel-noloop {
    padding-right: 50%;
    overflow: hidden;
  }
  .slider-wrap .carousel-noloop .slick-list {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .slider-wrap .carousel-noloop {
    padding-right: calc(100%/3*2);
  }
}




.slider-wrap::before {
  content: '';
  display: block;
  background: var(--l-gray);
  position: absolute;
  top: 20%;
  right: calc(((100vw - 100%)/2)*-1);
  bottom: 0;
  left: calc(((100vw - 100%)/2)*-1);
}
.slider-wrap.white::before {
  background: var(--color1);
}
.white .e-card.slick-slide,
.white .e-card.slick-slide .card_body .card_meta * {
 color: #FFF; 
}
.white .e-card.slick-slide a .card_body:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
}
.white .e-card.slick-slide a:hover .card_body:before {
  opacity: .5;
}
.white .slick-num {
  color: #FFF; 
}
.white .slick-dots li button {
  background: #FFF; 
}


.slider-wrap .viewmore {
  padding: 0 15px;
}

/* ==========================================================================
   FAQ
========================================================================== */
.faq-list {
  list-style-type: none;
  margin-right: -10px;
  margin-left: -10px;
  font-size: .875rem;
}
.faq-list li {
  padding: 10px;
}
.faq-list dl {
  background: var(--l-gray);
  padding: 20px;
  line-height: 1.8;
}
.faq-list dt.faq--q {
  font-weight: 700;
  margin-bottom: .75em;
}
.faq-list dt.faq--q::before {
  content: 'Q. ';
  color: var(--color2);
}
.faq-list dd.faq--a {
  background: var(--white);
  font-size: .875em;
  padding: 15px;
}
.faq-list dd.faq--a a {
  color: var(--color2);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .faq-list {
    font-size: 1rem;
  }
}
/* ==========================================================================
   table
========================================================================== */
table a {
  color: var(--color2);
  text-decoration: underline;
}
table.outline {
  width: 100%;
  font-size: .813rem;
  line-height: 1.8;
}
table.outline tr {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
table.outline th {
  background-color: transparent;
  border: none;
  padding: 1.25em 1.25em;
  text-align: left;
  white-space: nowrap;
}
table.outline td {
  border: none;
  padding: 1.25em 1.25em;
}
@media (max-width: 767px) {
  table.outline th {
    display: block;
    padding: 1.25em 0 .25em;
  }
  table.outline td {
    display: block;
    padding: 0 0 1.25em;
  }
}
table.outline_S {
  width: 100%;
  font-size: .813rem;
  line-height: 1.8;
}
table.outline_S tr {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
table.outline_S th {
  background-color: transparent;
  border: none;
  padding: 1em 1em 1em 0;
  text-align: left;
  white-space: nowrap;
}
table.outline_S td {
  border: none;
  padding: 1em 0;
}


table.table {
  width: 100%;
  font-size: .938em;
}
table.table tr {
  border-bottom: 3px solid var(--l-gray);
}
table.table th {
  background: var(--color1);
  color: var(--white);
  padding: 1em 3em 1em 2em;
  white-space: nowrap;
  text-align: left;
}
table.table td {
  background: var(--white);
  padding: 1.25em 2em;
}
table.table td h6 {
  line-height: 2;
}
table.table td p:not(:last-child) {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  table.table th {
    display: block;
    padding: 1em 1.25em;
  }
  table.table td {
    display: block;
    margin-bottom: 17px;
    padding: 1.25em;
  }
}
@media (min-width: 992px) {
  table.table th {
    padding: 2.25em 3em 2.25em 2em;
  }
  table.table td {
    padding: 2.5em 3em;
  }
}
/* ==========================================================================
   scroll
========================================================================== */
.h-scroll-box {
  overflow-x: auto;
  padding-bottom: 1rem;
}
.h-scroll-box::-webkit-scrollbar {
  width: 100%;
  height: 4px;
}
.h-scroll-box::-webkit-scrollbar-track {
  background-color: rgba(44,158,245,0.4);
  opacity: .4;
}
.h-scroll-box::-webkit-scrollbar-thumb {
  background-color: var(--color1);
}
@media (max-width: 991px) {
  .h-scroll-box > figure > img {
    max-width: inherit;
  }
}
/* ==========================================================================
   year controller
========================================================================== */
.year-controller {
  text-align: right;
  margin-bottom: 45px;
}
.year-controller select {
  min-width: 150px;
  padding: 10px 45px 10px 35px;
  text-align: center;
  border-color: var(--black);
  background-color: transparent;
}
/* ==========================================================================
   archive menu
========================================================================== */
.archive-menu-wrapper {
  overflow: hidden;
}
.other-archive {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.other-archive .row::after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: var(--border1);
  margin: 40px auto 0;
}
.other-archive .btn {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .other-archive {
    margin-bottom: 30px;
  }
  .other-archive .row::after {
    margin-top: 30px;
  }
  .other-archive .btn {
    margin-top: 0;
  }
}

select.category-search-list {
  border: none;
  text-align: center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%3E%3Cpath%20d%3D%22M10.689%2C14.739l3.4-3.309a.654.654%2C0%2C0%2C1%2C.908%2C0%2C.618.618%2C0%2C0%2C1%2C0%2C.885l-3.856%2C3.749a.656.656%2C0%2C0%2C1-.887.018L6.375%2C12.318a.616.616%2C0%2C0%2C1%2C0-.885.654.654%2C0%2C0%2C1%2C.908%2C0Z%22%20transform%3D%22translate(-6.188%20-11.246)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E%0A');
  background-color: var(--white);
  color: var(--color1);
  font-size: .813rem;
  font-weight: 600;
  line-height: 1.25;
  width: 100%;
  height: auto;
  padding: 1.25em .5em;
  position: relative;
}
ul.category-search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin-left: -1px;
}
ul.category-search-list li {
  flex: 0 0 100%;
  border-top: 1px solid var(--l-gray) !important;
  border-left: 1px solid var(--l-gray) !important;
  border-right: none;
  border-bottom: none;
}
ul.category-search-list li a {
  display: block;
  text-align: center;
  background: var(--color1);
  color: var(--white);
  font-size: .813rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 1.25em .5em;
  position: relative;
}
ul.category-search-list li.current a {
  background: var(--white);
  color: var(--color1);
}
@media (min-width: 768px) {
  ul.category-search-list {
    margin-left: -1px;
  }
  ul.category-search-list li {
    flex: 0 0 50%;
    border-left: 1px solid var(--l-gray);
  }
}
@media (min-width: 992px) {
  ul.category-search-list li {
    flex: 1 0 20%;
  }
}
/* ==========================================================================
   Color
========================================================================== */
.white {
  color: var(--white);
}
.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.gray {
  color: var(--gray);
}
.bg-white {
  background-color: var(--white);
}
.bg-l-gray {
  background-color: var(--l-gray);
}
.bg-color1 {
  background-color: var(--color1);
  color: var(--white);
}
section.bg-l-gray {
  overflow: hidden;
}
/* ==========================================================================
   WP Post
========================================================================== */
@media (min-width: 992px) {
  .container-entry {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .container.container-entry {
    max-width: 840px;
  }
}
.article__header {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border1);
}
.single .article__header {
  max-width: 800px;
}
.article__header .entry__meta {
  display: block;
}
.article__header .ttl {
  margin: 0 !important;
}
.article__footer {
  max-width: 800px;
  margin: 60px auto 15px;
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.entry__meta {
  display: flex;
  align-items: center;
  font-family: var(--font1);
  font-weight: 500;
}
.entry__meta time {
  display: inline-block;
  color: var(--gray);
  margin-right: 1rem;
  letter-spacing: .04em;
}
.entry__meta .cat {
  display: inline-block;
  color: var(--color2);
  font-weight: 700;
  font-size: .75rem;
}
/* entry__content */
.entry__content {
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
.entry__content a:not(.btn) {
  color: var(--color1);
  text-decoration: underline;
}
.entry__content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #8da0b6;
  font-style: italic;
  color: #abb1b5;
}
.entry__content dl {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content dt {
  font-feature-settings: "palt";
  background-color: #1a1a1a;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: .75em;
  padding: .5em .75em;
}
.entry__content dd {
  margin-left: 0;
  margin-bottom: 1em;
  padding: 0 1em;
}
.entry__content dd + dt {
  margin-top: 1em;
}
.entry__content figure {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 15px;
  border-radius: 3px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry__content .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content table {
  width: 100%;
  font-size: .75rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content table th {
  background-color: var(--l-gray);
  border: 1px solid var(--border1);
  padding: .5em;
  font-weight: 700;
}
.entry__content table td {
  border: 1px solid var(--border1);
  padding: .5em;
}
.entry__content .scroll-table {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.entry__content .scroll-table table {
  margin-bottom: 1rem;
}
.entry__content .scroll-table table tbody th {
  white-space: nowrap;
}
.entry__content table.text-center th, .entry__content table.text-center td {
  vertical-align: middle;
}
.entry__content ul, .entry__content ol {
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
  list-style: inside;
}
.entry__content ol ol, .entry__content ul ul, .entry__content ol ul, .entry__content ul ol {
  margin-top: .5em;
  margin-bottom: .5em;
}
.entry__content ol li, .entry__content ul li {
  margin-top: .25em;
  margin-bottom: .25em;
}
.entry__content ol li {
  list-style-type: none;
  padding-left: 1.5em;
  counter-increment: cnt;
  position: relative;
}
.entry__content ol li::before {
  content: counter(cnt)".";
  position: absolute;
  left: 0;
}
.entry__content ol li ol li {
  padding-left: 2em;
}
.entry__content ol li ol li::before {
  content: "("counter(cnt)")";
}
.entry__content ol li ol li ol {
  margin-left: 2em;
}
.entry__content ol li ol li ol li, .entry__content .list-katakana-iroha li {
  list-style-type: katakana-iroha;
  padding-left: 1em;
  text-indent: -1em;
}
.entry__content ol li ol li ol li::before, .entry__content .list-katakana-iroha li::before {
  display: none;
}
.entry__content .note {
  background: var(--l-gray);
  padding: 1.25em 1.5em;
}
@media (min-width: 992px) {
  .entry__content .note {
    padding: 1.75em 2em;
  }
}
.entry__content p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.entry__content h1 {
  font-size: 2rem;
  line-height: 1.6;
  margin: 3rem 0 1em;
}
.entry__content h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  margin: 3rem 0 1em;
}
.entry__content h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 3rem 0 1em;
}
.entry__content h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 3rem 0 1em;
}
.entry__content h5 {
  font-size: 1.125rem;
  line-height: 2;
  margin: 3rem 0 1em;
}
.entry__content h6 {
  font-size: 1rem;
  line-height: 2;
  margin: 3rem 0 1em;
}
.entry__content > .section > h2:first-child {
  margin-top: 0;
}
.entry__content small, .entry__content .small {
  font-size: .75rem;
}
.entry__content .arrow-label {
  font-weight: 400;
}
.entry__content h5.arrow-label::before {
  top: .85em;
}
/* tags */
.tags {
  margin: .75em 0 0;
}
.tags span {
  display: inline-block;
  font-size: .923rem;
  margin-right: .75em;
}
.tags a {
  text-decoration: none;
}
/* not found */
#post-not-found {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}
/* Gutenberg Block styles*/
.has-red-color {
  color: #e8383d !important;
}
.has-red-background-color {
  background-color: #e8383d !important;
}
.has-pink-color {
  color: #d83473 !important;
}
.has-pink-background-color {
  background-color: #d83473 !important;
}
.has-purple-color {
  color: #915da3 !important;
}
.has-purple-background-color {
  background-color: #915da3 !important;
}
.has-blue-color {
  color: #006eb0 !important;
}
.has-blue-background-color {
  background-color: #006eb0 !important;
}
.has-light-blue-color {
  color: #409ecc !important;
}
.has-light-blue-background-color {
  background-color: #409ecc !important;
}
.has-green-color {
  color: #009854 !important;
}
.has-green-background-color {
  background-color: #009854 !important;
}
.has-yellow-color {
  color: #ffdc00 !important;
}
.has-yellow-background-color {
  background-color: #ffdc00 !important;
}
.has-dark-gray-color {
  color: #444444 !important;
}
.has-dark-gray-background-color {
  background-color: #444444 !important;
}
.has-gray-color {
  color: #777777 !important;
}
.has-gray-background-color {
  background-color: #777777 !important;
}
.has-light-gray-color {
  color: #cccccc !important;
}
.has-light-gray-background-color {
  background-color: #cccccc !important;
}
.has-white-color {
  color: #ffffff !important;
}
.has-white-background-color {
  background-color: #ffffff !important;
}
.has-x-small-font-size {
  font-size: 10px;
}
.has-small-font-size {
  font-size: 12px;
}
.has-regular-font-size {
  font-size: 14px;
}
.has-large-font-size {
  font-size: 21px;
}
.has-x-large-font-size {
  font-size: 28px;
}
.has-huge-font-size {
  font-size: 35px;
}
.entry__content .alignfull, .entry__content .alignwide {
  width: 100vw;
  margin-left: calc(((100vw - 100%)/2)*-1);
}
@media (min-width: 576px) {
  .entry__content .alignwide {
    width: calc(100% + (100vw - 100%)/2);
    margin-left: calc(((100vw - 100%)/4)*-1);
  }
}
.entry__content .alignfull > img, .entry__content .alignwide > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
}
@media (min-width: 576px) {
  .entry__content .excerpt {
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
}
.entry__content .wp-block-separator {
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry__content .wp-block-buttons {
  margin: 3em -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry__content .wp-block-buttons.aligncenter {
  justify-content: center;
}
.entry__content .wp-block-buttons.alignright {
  justify-content: flex-end;
}
.entry__content .wp-block-buttons .wp-block-button, .entry__content .wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
  width: 100%;
}
.entry__content .wp-block-button__link {
  width: 100%;
  padding: 1.5em 3em;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 1.54em;
  border-radius: 0;
}
.entry__content .is-style-fill .wp-block-button__link {
  background-color: #111;
  color: #FFF;
  border: 1px solid transparent;
}
.entry__content .is-style-outline .wp-block-button__link, .entry__content .wp-block-button__link.is-style-outline {
  background-color: transparent;
  color: #111;
  border: 1px solid currentColor;
}
@media (min-width: 768px) {
  .entry__content .wp-block-buttons .wp-block-button, .entry__content .wp-block-buttons .wp-block-button:last-child {
    width: 50%;
    min-width: 300px;
  }
  .entry__content .wp-block-buttons .wp-block-button:first-child:last-child {
    width: 100%;
  }
}
.entry__content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination, .wp-prev-next {
  margin: 30px 0 15px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  color: var(--gray);
  text-decoration: none;
  margin: 0 .5em;
  padding: 1em .75em;
  min-width: 3em;
  line-height: 1em;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.pagination li .dots {
  font-size: .625rem;
  padding: 1em 0 !important;
  min-width: inherit !important;
}
.pagination li .page-numbers:not(.dots):not(.current):not(.next):not(.prev) {
  background: var(--l-gray);
}
.pagination li .page-numbers:hover, .pagination li .page-numbers:focus, {
  color: var(--color1);
}
.pagination li .page-numbers.current {
  color: var(--white);
  background: var(--color1);
  cursor: default;
}
@media (max-width: 575px) {
  .pagination ul {
    margin-right: -20px;
    margin-left: -20px;
  }
  .pagination li .page-numbers {
    min-width: 2.75em;
    margin: 0 .2em;
  }
}
/* ==========================================================================
   Pagination - Single
========================================================================== */
.pagenav {
  border-top: 1px solid var(--border1);
  padding: 3rem 0 1rem;
}
.pagenav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0;
}
@media (max-width: 575px) {
  .pagenav .back {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .pagenav {
    padding: 1rem 0;
  }
  .pagenav .prev, .pagenav .next {
    flex: 0 0 50%;
  }
  .pagenav .back a {
    margin-top: 1em;
  }
}
/* ==========================================================================
   next & prev
========================================================================== */
.pagination li .prev, .pagination li .next, .pagenav .prev a, .pagenav .next a {
  display: inline-block;
  margin: 1em 0;
  padding: 0 1.5em;
  color: var(--color1);
  font-size: .75rem;
  font-weight: 700;
  position: relative;
}
.pagination li .next, .pagenav .next {
  text-align: right;
}
.pagination li .prev::before, .pagination li .next::before, .pagenav .prev a::before, .pagenav .next a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
}
.pagination li .prev::before, .pagenav .prev a::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%3E%3Cpath%20d%3D%22M4.5%2C1.507%2C7.9%2C4.816a.654.654%2C0%2C0%2C0%2C.908%2C0%2C.618.618%2C0%2C0%2C0%2C0-.885L4.957.182A.656.656%2C0%2C0%2C0%2C4.07.164L.188%2C3.929a.616.616%2C0%2C0%2C0%2C0%2C.885.654.654%2C0%2C0%2C0%2C.908%2C0Z%22%20transform%3D%22translate(0%209)%20rotate(-90)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E%0A');
  left: .2em;
  transform: translateY(-50%);
}
.pagination li .next::before, .pagenav .next a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%3E%3Cpath%20d%3D%22M10.689%2C14.739l3.4-3.309a.654.654%2C0%2C0%2C1%2C.908%2C0%2C.618.618%2C0%2C0%2C1%2C0%2C.885l-3.856%2C3.749a.656.656%2C0%2C0%2C1-.887.018L6.375%2C12.318a.616.616%2C0%2C0%2C1%2C0-.885.654.654%2C0%2C0%2C1%2C.908%2C0Z%22%20transform%3D%22translate(-11.246%2015.188)%20rotate(-90)%22%20fill%3D%22%232C9EF5%22%2F%3E%3C%2Fsvg%3E%0A');
  right: .2em;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .pagination li .prev, .pagenav .prev {
    margin-right: 3em;
  }
  .pagination li .next, .pagenav .next {
    margin-left: 3em;
  }
}
/* ==========================================================================
   Form
========================================================================== */
.form-box {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: .875rem;
}
.form-box .form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border1);
}
.form-box .row {
  margin-bottom: 15px;
}
.form-box .form-label {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .75em;
  padding-left: 3.5rem;
  position: relative;
}
.form-box .form-label .req,
.form-box .form-label .any {
  display: inline-block;
  padding: .5em .75em;
  background: var(--color1);
  color: var(--white);
  font-size: .75rem;
  line-height: 1;
  letter-spacing: .08em;
  position: absolute;
  left: 0;
}
.form-box .form-label .any {
  background: var(--gray);
}
.form-box .btn {
  margin-top: 15px;
}
.form-box .btn.btn-back {
  color: var(--color2);
  background: var(--l-gray);
  border-color: var(--l-gray);
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--l-gray);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: .75rem;
  color: inherit;
  max-width: 100%;
  transition: border 0.2s ease-out;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--border1);
}
label {
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  height: 40px;
  padding: 0 14px;
}
input[type="radio"], input[type="checkbox"] {
  margin-top: 0;
  margin-bottom: 0;
}
textarea {
  padding: 14px;
  width: 100%;
  height: auto;
}
select {
  height: 40px;
  padding: 0 10% 0 14px;
  font-size: .75rem;
  font-weight: 700;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-size: 11px;
}
select::-ms-expand {
  display: none;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box input[type="number"], .form-box textarea, .form-box select {
  font-family: var(--gothic);
}
.form-box .form-field label {
  display: flex;
  align-items: center;
}
.form-box .form-field .form-help {
  margin: 5px 0;
  line-height: 1.25;
  font-size: .923em;
}
::placeholder {
  color: var(--gray);
  font-size: .75rem;
  font-weight: 700;
}
::-ms-input-placeholder {
  color: var(--gray);
  font-size: .75rem;
  font-weight: 700;
}
:-ms-input-placeholder {
  color: var(--gray);
  font-size: .75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  input[type="text"], input[type="email"], select {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-box .form-group {
    display: flex;
  }
  .form-box .form-group.form-block {
    display: block;
    padding-bottom: 0;
  }
  .form-box .form-group .form-label {
    flex: 0 0 20em;
    margin-bottom: 0;
  }
  .mw_wp_form_input .form-box .form-group .form-label {
    line-height: 40px;
  }
  .form-box .form-group .form-field {
    flex-basis: 100%;
  }
}
.form-scroll-field {
  color: #666;
  font-family: var(--gothic);
  font-size: .923em;
  line-height: 1.75;
  border: 1px solid var(--border1);
  border-radius: 0.25em;
  height: 158px;
  overflow-y: auto;
  padding: 16px 20px;
  margin: 20px 0;
}
.form-scroll-field h5 {
  font-weight: 700;
}
.privacy-check .form-field {
  padding-left: 3.15rem;
}
.privacy-check a {
  color: var(--color1);
  text-decoration: underline;
}
.form-scroll-field > * {
  margin: 0 0 .75rem;
}
.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-family: var(--gothic);
  font-size: .923em;
  line-height: 1.25;
  margin: 5px 0;
}
.input-only, .confirm-only {
  display: none;
}
.mw_wp_form_input .input-only {
  display: block;
}
.mw_wp_form_confirm .confirm-only {
  display: block;
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
}
.mwform-radio-field:first-of-type {
  margin-top: 6px;
}
.mwform-radio-field:last-of-type {
  margin-bottom: 6px;
}
.horizontal-item {
  display: inline-flex;
}
.mwform-radio-field-text {
  font-size: .75rem;
  font-weight: 700;
  padding-right: .5em;
  margin-right: 1em;
}
/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " ("attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " ("attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}