/* ==========================================================================
   Sections
========================================================================== */
.section {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative; }
.content {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
.container_S {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px; }
.full-screen {
  width: 100%; }

/* ==========================================================================
   Image
========================================================================== */
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

/* ==========================================================================
   Video
========================================================================== */
  video {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

  .icon-play {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); }
  .icon-play::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #379eaf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%,-50%); }

/* ==========================================================================
   Colors
========================================================================== */
.color1 { color: #379eaf!important; }
.bg-white {
  overflow: hidden;
  background-color: #FFF; }
.bg-gray {
  background-color: #dbdddd; }
.bg-gray2 {
  background-color: #e8eaea; }
.bg-gray3 {
  background-color: #f2f2f2; }
/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  transition: all .4s;
}
a:not(.not):hover {
  opacity: .5;
}

/* ==========================================================================
   Typography
========================================================================== */
.font1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em; }
.font1.w400 {
  font-weight: 400 !important; }
.font1.w500 {
  font-weight: 500 !important; }
.font2 {
  font-family: 'Abuget';
  font-weight: 400; }
.font3 {
  font-family: 'Quickpen';
  font-weight: 400; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.5;
  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; }

.huge {
  font-size: 5.2em;
  line-height: 1.25; }

h1, .h1 {
  font-size: 3.25em; }

h2, .h2 {
  font-size: 3em; }

h3, .h3 {
  font-size: 2.75em; }

h4, .h4 {
  font-size: 1.75em; }

h5, .h5 {
  font-size: 1.25em; }

h6, .h6 {
  font-size: 1em; }

.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }

@media(min-width:768px){
  .text-md-center { text-align: center; }
  .text-md-right { text-align: right; }
  .text-md-left { text-align: left; }
}

.justify {
  text-align: justify; }

.w400 { font-weight: 400; }
.w500 { font-weight: 500; }
.w600 { font-weight: 600; }
.w700 { font-weight: 700; }


/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  padding: 1em 3em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  min-width: 160px;
  text-decoration: none;
  transition: all .4s; }
.btn::before{
  transform: skewX(-12.5deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all .1s; }
.btn:hover {
  opacity: 1; }

.btn.font1 {
  font-weight: 400; }

.buttons .btn {
  margin: 5px auto 15px; }

.btn.more {
  line-height: 1;
  min-width: 160px; }
.btn.more::before {
  background-color: transparent;
  border: 1px solid #FFF; }
.btn.more:hover {
  color: #262c38; }
.btn.more:hover::before {
  background-color: #FFF;
  border-color: transparent; }

.btn.list-more {
  line-height: 1;
  min-width: 160px;
  color: #FFF; }
.btn.list-more::before {
  background-color: #42a5b8; }
.btn.list-more:hover {
  color: #42a5b8; }
.btn.list-more:hover::before {
  background-color: #FFF; }

.btn.form-link-btn {
    width: 100%;
    color: #FFF;
    padding: 1.5em 2em;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .1em; }
.btn.form-link-btn::before {
    background-color: #262c38;
    border: 1px solid transparent; }
.btn.form-link-btn em {
    display: block;
    font-style: normal;
    color: #42a5b8;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 4px; }
.btn.form-link-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: .5em;
  height: .5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translate(-50%,-50%);
}
.btn.form-link-btn:hover {
  color: #262c38; }
.btn.form-link-btn:hover::before {
  border-color: #262c38;
  background-color: #FFF; }

/* ==========================================================================
   Budge
========================================================================== */
.budge {
  display: inline-block;
  padding: .75em 3em;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  color: #FFF; }
.budge::before{
  transform: skewX(-12.5deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #262c38; }

/* ==========================================================================
   Navigation
========================================================================== */
nav ul {
  margin: 0; }
nav ul li {
  position: relative; }
nav ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative; }

/* ==========================================================================
   Title
========================================================================== */
.headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2; }
.headline em {
  font-style: normal; }

.headline .ttl {
  line-height: 1;
  letter-spacing: .1em;
  margin: 5px 0;}
.headline .ttl__en {
  line-height: 1;
  font-weight: 500;
  margin: 5px 0;
  color: #262c38; }
.headline .ttl__en.font1,
.label.font1 {
  font-weight: 500; }
.bg-gray .headline .ttl__en {
  color: #FFF; }


.header__description {
  margin-top: 30px;
  position: relative;
  z-index: 2; }

.section__header {
  position: relative; }
.section__header .ttl {
  color: #379eaf; }

.content__header {
  position: relative; }
.content__header .ttl {
  color: #379eaf; }

.page__header {
  position: relative;
  height: 200px; }
.page__header .cover {
  height: 100%;
  background-image: url(../../img/default_pageheader.jpg); }
.page__header .cover.yonet {
  height: 100%;
  background-image: url(../../img/yoshunet.jpg); }
.page__header .cover02 {
  height: 100%;
  background-image: url(../../img/default_pageheader02.jpg) !important; }
.page__header .cover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38,44,56,.5); }
.page__header .headline {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2rem;
  margin: 0 auto; }
.page__header .headline .ttl {
  color: #FFF; }
.page__header .headline .ttl__en {
  color: #379eaf; }


.separate__header {
  position: absolute;
  top: -1.25rem;
  right: 0;
  left: 0;
  margin: 0 auto; }
.separate__header .headline .ttl {
  color: #262c38; }

.read h2 {
  line-height: 1.5;
  letter-spacing: .1em; }


/* ==========================================================================
   Banner List
========================================================================== */
.bannerlist {
  position: relative; }
.bannerlist ul {
  list-style-type: none;
  padding: 0; }

.bannerlist .banner {
  position: relative; }

.bannerlist .banner .row {
  text-align: center;
  position: relative; }

.bannerlist .banner .cover,
.bannerlist .banner .cover .headline .ttl,
.bannerlist .banner .cover .headline .ttl__en {
  color: #FFF }
.bannerlist .banner .cover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38,44,56,.3); }


.bannerlist .banner .row .btn.more {
  margin: 30px 0 0; }


.bannerlist__header {
  text-align: left; }
.bannerlist__header .headline {
  text-align: left;
  align-items: flex-start; }
.bannerlist__header .headline .ttl__en {
  color: #379eaf; }

.bannerlist__header .header__description {
  margin-top: 15px; }


.bannerlist.bannerlist-L .banner {
  padding: 0; }
.bannerlist.bannerlist-L .banner .row {
  min-height: 250px; }

.bannerlist.bannerlist-S a {
  display: block;
  text-align: center;
  padding: 30px;
  background-color: #f0f0f0; }

.bannerlist .banner .label {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  transform: translateY(-50%);
  color: #379eaf; }


/* ==========================================================================
   Background Text
========================================================================== */
.bg-txt {
  font-size: 78px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 15px;
  transform: rotate(-8deg);
  transform-origin: right top; }

/* ==========================================================================
   Hero
========================================================================== */
.hero {
  height: 100vh; }
.hero__inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }


/* ==========================================================================
   Background Image
========================================================================== */
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/* ==========================================================================
   404
========================================================================== */
#post-not-found {
  text-align: center; }

/* ==========================================================================
   Modal
========================================================================== */
.modal {
  display: block;
  width: 100%;
  min-height: 300px;
  background-color: #efefef;
  position: relative; }
.modaal-content-container {
  padding: 0 !important; }

/* ==========================================================================
   Toggle
========================================================================== */
.toggle {
    margin-bottom: 10px;
    cursor: pointer;}
.toggle .toggle__header::after {
  content: '';
  display: block;
  width: .6em;
  height: .6em;
  border-top: 1px solid #379eaf;
  border-right: 1px solid #379eaf;
  position: absolute;
  top: 50%;
  right: 5%;
  transform-origin: center center;
  transform: rotate(-45deg) translateY(-50%); }
.toggle .toggle__header.on::after {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #379eaf;
  border-left: 1px solid #379eaf;
  transform: rotate(-45deg) translateY(-75%); }
.toggle .toggle__header .ttl {
  padding-right: 10%; }
.toggle .toggle__body {
  display: none; }


.toggle__header {
  display: flex;
  align-items: center;
  background-color: #262c38;
  color: #FFF;
  position: relative; }
.toggle__header .cat-img {
  width: 90px;
  height: 4rem;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); }
.toggle__header .ttl {
  font-size: 1rem;
  padding: 1.25rem 5%;
  width: 100%; }
.toggle__body {
  background-color: #FFF;
  overflow: hidden; }


.sp-toggle {
    margin-bottom: 1px; }


/* ==========================================================================
   List
========================================================================== */
.lists {
  width: 100%; }

.list {
  padding-right: 15px;
  background-color: #FFF;
  line-height: 1.5rem;
  margin-bottom: 1px;
  position: relative; }
a.list {
  text-decoration: none; }
a.list::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: .5em;
  height: .5em;
  border-top: 1px solid #262c38;
  border-right: 1px solid #262c38;
  transform: rotate(45deg) translate(-50%,-45%); }
.list .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-size: 0.75em;
  font-weight: 600;
  background-color: #262c38;
  color: #FFF; }
.list .txtBox{
  padding: 15px; }
.list time {
  font-size: 0.83em;
  color: #4d4d4d; }

.btn-lists {
  margin-right: -2px;
  margin-left: -2px;
  padding: 13px 15px;
    font-size: 11px;
}
.btn-lists .list {
  display: block;
  margin: 0;
  padding: 2px; }
.btn-lists a.list::after {
  left: 15px;
  right: auto; }
.btn-lists .list span {
  display: block;
  line-height: 1;
  background-color: #efefef;
  padding: 14px 5px 14px 25px; }

/* ==========================================================================
   Panel
========================================================================== */
.panels .panel {
  margin-bottom: 40px;}
.panel a {
  display: block;
  height: 100%;
  background-color: #FFF;
  text-decoration: none;
  position: relative;  }
.panel .cat {
  display: inline-block;
  text-align: center;
  min-width: 11.5em;
  padding: 0 .75em;
  font-size: .75em;
  font-weight: 600;
  line-height: 3;
  white-space: nowrap;
  background-color: #379EAF;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0; }
.panel .imgBox{
  padding-top: 62.5%; }
.panel .imgBox.no-image {
  padding-top: 62.5%;
  background: #f2f2f2 url(../../img/logo.svg) no-repeat center center / 40%; }
.panel .txtBox{
  padding: 15px; }
.panel time {
  display: block;
  font-size: 0.83em;
  line-height: 1.5;
  margin-bottom: .5em;
  color: #4d4d4d; }

/* ==========================================================================
   Card
========================================================================== */
.card {
  font-size: .9rem;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px; }
.card .imgBox {
  height: 240px; }
.card .txtBox {
  margin: 20px 0 15px; }
.card .txtBox p {
  margin: 7px 0 5px; }
.card .txtBox .ttl {
  font-size: 1rem;
  font-weight: 600; }
.card .txtBox a {
  text-decoration: none; }
.card .txtBox a.blank {
    color: #42a5b8;
}
.card .txtBox a.blank::after {
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-size: .75em;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  color: #42a5b8; }

/* ==========================================================================
   Category(term) List
========================================================================== */
ul.category-list {
  list-style: none; }
ul.category-list li {
  position: relative; }
ul.category-list li a {
  display: block;
  text-decoration: none; }
ul.category-list li a span {
  display: block;
  line-height: 1.5;
  position: relative; }
ul.category-list li a .ttl {
  font-weight: 600; }

/* ==========================================================================
   Post
========================================================================== */
.article__header {
  border-bottom: 1px solid #b4b4b4; }

.article__header h1 {
  margin: 10px 0 30px; }

.entry__meta > * {
  display: inline-block; }
.entry__meta time {
  color: #818181;
  margin-right: 5px; }
.entry__meta .cat {
  font-weight: 600; }
.entry__meta .cat::before {
  content: '|';
  display: inline-block;
  margin-right: 5px; }

.entry__content {
  max-width: 880px;
  margin: 0 auto; }
.entry__content h2 {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 12px 15px; }
.entry__content h2.has-text-align-center {
  border-left: none; }
.entry__content h2.has-text-align-center::after {
  content: '';
  display: block;
  width: 5em;
  height: 2px;
  margin: 15px auto 0;
  background: currentColor; }
.entry__content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 10px 15px; }
.entry__content h3.has-text-align-center {
  border-left: none; }
.entry__content h3.has-text-align-center::after {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  margin: 15px auto 0;
  background: #f0f0f0; }

.entry__content h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.25;
  padding: 8px 0; }

.entry__content a {
  color: inherit; }
.entry__content p {
  margin-bottom: 15px; }

main table {
  width: 100%;
  margin: 0 auto 15px; }
main table th {
  padding: .75em;
  vertical-align: top;
  border: none;
  border-bottom: 3px solid #a7bfc1; }
main table td {
  padding: .75em;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #a7bfc1; }

main dl {
  margin-top: 45px; }
main dl dt {
  border-bottom: 1px solid #a7bfc1;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: 600; }
main dl dd {
  margin-bottom: 1em; }

/* -------------------
   gutenberg blok
------------------- */
.wp-block-group,
.wp-block-separator {
  margin-top: 45px;
  margin-bottom: 45px; }

/* -------------------
   Form
------------------- */
main form {
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto 15px; }

.form-group {
  border-bottom: 1px solid #ecf1ed;
  padding: 15px 0 30px; }

.form-group label {
  font-weight: 600;
  line-height: 1.6;
  padding-top: 6px;
  padding-bottom: 6px; }

.form-control {
  display: block;
  width: 100%;
  max-width: 410px;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a7bfc1;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-control:focus {
  outline: none;
  border-color: #379eaf; }
textarea.form-control {
  max-width: 100%;
  height: auto; }
select.form-control {
  width: auto;
  min-width: 40%; }
select {
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  background-image: url(../../img/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

.form-check-input + span {
  display: inline-block;
  padding-right: 5px;
  margin-right: 10px;
}

.form-control#birthday_y,
.form-control#birthday_y + span {
  margin-bottom: 10px; }
.form-control#birthday_m,
.form-control#birthday_d {
  min-width: 70px; }
.form-control#address1 {
  margin-bottom: 10px; }

.form-inline {
  display: flex;
  align-items: center; }

.form-control.short-text {
  max-width: 110px; }
.form-control.middle-text {
  max-width: 170px; }

.form-badge {
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  padding: .4em .75em;
  margin-right: .75rem;
  color: #FFF; }
.form-badge.required {
  background-color: #379eaf; }
.form-badge.any {
  background-color: #b7c2c4; }

.form-note {
  padding: 30px 0; }
.form-note a {
  color: #379eaf; }

.form-submit {
  padding: 30px 0;
  text-align: center; }
.form-submit .btn {
  border: 1px solid transparent;
  background-color: #379eaf;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  padding: 2em 3em;
  margin: 10px;
  width: 400px;
  max-width: calc(100% - 20px);
    cursor: pointer;
}
.form-submit .btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: .5em;
  height: .5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translate(-50%,-50%);
}
.form-submit .btn:hover {
  border-color: #379eaf;
  background-color: #FFF;
  color: #379eaf;
}
.form-submit .btn.back-btn {
  background-color: #b7c2c4;
  width: auto;
}
.form-submit .btn.back-btn:hover {
  border-color: #b7c2c4;
  background-color: #FFF;
  color: #b7c2c4;
}
.form-submit .btn.back-btn::after {
  display: none;
}
.form-submit .btn::before {
  display: none;
}

.form-check {
  display: flex;
  align-items: center;
}

.mwform-radio-field {
  display: flex;
  align-items: center;
}

/****************************************************************************
   max-width: 576px
**************************************************************************** */
@media only screen and (max-width: 576px) {
  main table th {
    display: inline-block;
    min-width: 25%;
    text-align: left;
    margin-bottom: -2px;
    border-bottom: 3px solid #a7bfc1; }
  main table td {
    display: block;
    width: 100%;
    padding: 1rem .75rem 1.5rem;
    border-top: 1px solid #a7bfc1;
    border-bottom: none; }

  .container.form-container {
    padding-right: 0;
    padding-left: 0; }
}

/****************************************************************************
   max-width: 767px
**************************************************************************** */
@media only screen and (max-width: 767px) {
  /* ==========================================================================
     SP Toggle
  ========================================================================== */
  .sp-toggle {
    margin-bottom: 1px; }
  .sp-toggle .toggle__header::before,
  .sp-toggle .toggle__header::after {
    content: '';
    display: block;
    width: 1em;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: all .2s; }
  .sp-toggle .toggle__header::after {
    transform: rotate(90deg); }
  .sp-toggle .toggle__header.on::after {
    transform: rotate(0); }
  .sp-toggle .toggle__body {
    display: none; }

}

/****************************************************************************
   [ md ] min-width: 768px
**************************************************************************** */
@media only screen and (min-width: 768px) {
  /* ==========================================================================
     SP Toggle
  ========================================================================== */
  .sp-toggle .toggle__body {
    display: block !important; }

  /* ==========================================================================
     Post
  ========================================================================== */
  /* -------------------
     Form
  ------------------- */
  .form-group {
    padding: 30px 0; }

}

/****************************************************************************
   [ lg ] min-width: 992px
**************************************************************************** */
@media only screen and (min-width: 992px) {
  /* ==========================================================================
   2 Column Layout
  ========================================================================== */
  .column2 .column-main {
    padding-right: 30px; }

  /* ==========================================================================
     Typography
  ========================================================================== */
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, b, strong {
    font-weight: 600; }

  .huge {
    font-size: 5.2em; }

  h1, .h1 {
    font-size: 5em; }
  h2, .h2 {
    font-size: 3.75em; }

  /* ==========================================================================
     Button
  ========================================================================== */
  .btn.form-link-btn {
    padding: 2em 2em; }
  /* ==========================================================================
     Sections
  ========================================================================== */
  .section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .content {
    margin-top: 45px;
    margin-bottom: 45px; }

  /* ==========================================================================
   Title
  ========================================================================== */
  .section__header .headline {
    flex-direction: row-reverse;
    justify-content: flex-end; }
  .section__header .headline .ttl__en {
    margin: 0 .75em 0 0;
    line-height: 3rem; }

  .page__header {
    height: 300px;
    margin-bottom: 2rem; }

  /* ==========================================================================
   Banner List
  ========================================================================== */
  .bannerlist.bannerlist-L .banner .row {
    min-height: 350px; }
  .bannerlist.bannerlist-L .banner .headline .ttl__en {
    margin: 10px 0; }

  /* ==========================================================================
     Background Text
  ========================================================================== */
  .bg-txt {
    font-size: 182px;
    margin: -1.5rem 5% 0; }

  /* ==========================================================================
   Modal
  ========================================================================== */
  .modal {
    height: 500px; }

  /* ==========================================================================
     Toggle
  ========================================================================== */
  .sp-toggle {
    margin-bottom: 20px; }

  /* ==========================================================================
     List
  ========================================================================== */
  a.list::after {
    right: 30px; }
  .list {
    margin-bottom: 10px; }
  .list .txtBox {
    display: flex;
    align-items: center;
    padding: 15px 30px; }
  .list .catbox {
    width: 82px;
    min-height: 80px;
    line-height: 1.25; }
  .list time {
    margin-right: 30px; }


  .btn-lists {
    padding: 18px 20px;
    font-size: 11px;}

  /* ==========================================================================
     Card
  ========================================================================== */
  .card.card-full-width .imgBox {
    height: 360px; }

  /* ==========================================================================
   Post
  ========================================================================== */
  .article__header {
    padding: 0 30px 90px; }

  main table th {
    white-space: nowrap;
    vertical-align: middle;
    padding: 1.5em 2em; }
  main table td {
    padding: 1.5em 2em; }

  main table dl {
    margin-top: 60px; }

  main table dl dt {
    padding-right: 3em;
    padding-left: 3em; }

  main table dl dd {
    padding-right: 4.2em;
    padding-left: 4.2em; }

  /* -------------------
   gutenberg blok
  ------------------- */
  .wp-block-group,
  .wp-block-separator {
    margin-top: 90px;
    margin-bottom: 90px; }

}


/****************************************************************************
   [ xl ] min-width: 1200px
**************************************************************************** */
@media only screen and (min-width: 1200px) {
  /* ==========================================================================
     2 Column Layout
  ========================================================================== */
  .container.column2 {
    max-width: 1210px; }
  .column2 .column-main {
    padding-right: 50px; }
  .column2 .column-side {
    padding-left: 0; }
  

  /* ==========================================================================
   Panel
  ========================================================================== */
  .panels.row {
    padding-right: 9px;
    padding-left: 9px;
    margin-right: -33px;
    margin-left: -33px;
  }
  .panels .panel {
    padding-right: 33px;
    padding-left: 33px;
  }

  /* ==========================================================================
     List
  ========================================================================== */
  .btn-lists .list {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .list .catbox {
      width: 15%;
  }
  .list .listbox {
      width: 85%;
  }

}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




/* ==========================================================================
   Slider (splide.js)
========================================================================== */
.splide__wrapper {
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.splide__controller {
  margin-top: 3rem;
}
.splide__controller .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide__controller .splide__arrow {
  background: transparent;
  position: relative;
  top: auto;
  left: auto!important;
  right: auto!important;
  margin: 0;
  opacity: 1;
  transform: none;
}
.splide__controller .splide__arrow::before {
  content: '';
  color: #5EB1B9;
  display: block;
  width: 40%;
  height: 40%;
  border-top: 2.5px solid currentColor;
  border-right: 2.5px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.splide__controller .splide__arrow--prev::before {
  transform: translate(-50%,-50%) rotate(-135deg);
}
.splide__controller .splide:not(.is-overflow) .splide__arrows {
  display: none;
}


.splide__controller .splide__pagination {
  position: static;
  padding: 0 .75em;
}
.splide__controller .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 3px 5px;
  background: #d9d9d9;
  transform: none !important;
  opacity: 1;
  transition: background .2s;
}
.splide__controller .splide__pagination__page.is-active {
  background: #5EB1B9!important;
}






