@charset "UTF-8";
/*$mainColor2:rgba(0,164,228,1.0);*/
/*
$global-link-color: #DA7D02;
$global-margin: 16px !default;
$global-gutter: 16px !default;

$global-font-family: YakuHanJP,"Klee One", cursive,"Noto Sans JP", sans-serif;

$global-2xlarge-font-size:1.6rem !default;
$global-xlarge-font-size: 1.6rem !default;
$global-large-font-size: 1.5rem !default;
$global-medium-font-size:18px!default;
$global-font-size:16px!default;
$global-small-font-size:13px!default;


// 2. デフォルトの変数とmixinをインポートする
@import "../tools/uikit/scss/variables-theme.scss";
@import "../tools/uikit/scss/mixins-theme.scss";

// 3. 自分でmixinをカスタムする場合、ここで上書きする
@mixin hook-card() { color: #000; }

// 4. UIkitをインポートする
@import "../tools/uikit/scss/uikit-theme.scss";
*/
.uk-section-default {
  z-index: 10;
  position: relative;
}

.uk-section-slidelayer {
  background: none;
  margin-left: auto;
  margin-right: auto;
}

.uk-icon {
  vertical-align: text-bottom;
}

.uk-width-1-10 {
  width: 10%;
}

.uk-width-9-10 {
  width: 90%;
}

.uk-width-1-6 {
  width: 16.66%;
}

.uk-width-1-7 {
  width: 14.28%;
}

.uk-width-1-8 {
  width: 12.5%;
}

.uk-width-1-9 {
  width: 11.11%;
}

.uk-card-badge.left {
  left: 0.5rem;
  top: 0.5rem;
  right: initial;
}

.uk-container-xxsmall {
  max-width: 410px;
}

.uk-container-full {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}

.uk-badge {
  margin-right: 6px;
  margin-left: -3px;
}

.uk-form-label {
  font-size: 1rem !important;
}

.uk-button-primary {
  background: rgba(12, 125, 178, 0.25);
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.fc-white.uk-icon svg path {
  fill: #ffffff;
}

.uk-thumbnav li {
  margin-bottom: 0.5rem;
}

/* Phone landscape and bigger */
@media screen and (min-width: 640px) {
  .uk-width-1-10\@s {
    width: 10%;
  }
  .uk-width-9-10\@s {
    width: 90%;
  }
  .uk-width-1-6\@s {
    width: 16.66%;
  }
  .uk-width-1-7\@s {
    width: 14.28%;
  }
  .uk-width-1-8\@s {
    width: 12.5%;
  }
  .uk-width-1-9\@s {
    width: 11.11%;
  }
  .flex\@s {
    display: flex;
  }
  .grid\@s {
    display: grid;
  }
}
/* Tablet landscape and bigger */
@media screen and (min-width: 960px) {
  .uk-width-1-10\@m {
    width: 10%;
  }
  .uk-width-9-10\@m {
    width: 90%;
  }
  /*.post-type-archive-works .entry-content {display:grid;}*/
  .flex\@m {
    display: flex;
  }
  .grid\@m {
    display: grid;
  }
  /* .post-type-archive-assets .entry-content {display:grid;}*/
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-width-1-10\@l {
    width: 10%;
  }
  .uk-width-9-10\@l {
    width: 90%;
  }
  .flex\@l {
    display: flex;
  }
  .grid\@l {
    display: grid;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-width-1-10\@xl {
    width: 10%;
  }
  .uk-width-9-10\@xl {
    width: 90%;
  }
  .flex\@xl {
    display: flex;
  }
  .grid\@xl {
    display: grid;
  }
}
span.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  z-index: 10;
}

.uk-slideshow-items figcaption {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.25em 1em;
}

.uk-button-default {
  background: #fafafa;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge, .uk-heading-3xlarge,
.uk-card-default {
  color: #000000;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

.site-header a:hover, .site-footer a:hover {
  text-decoration: none;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

img.round {
  border-radius: 0.75rem;
}

.circle {
  border-radius: 50%;
}

figcaption {
  font-size: 0.9rem;
}

.asp {
  overflow: hidden;
}

figure.asp,
figure .asp,
.asp figure {
  margin: 0;
  background-position: center;
}

.asp-4-3 {
  aspect-ratio: 4/3;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asp-4-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.asp-16-9 {
  aspect-ratio: 16/9;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asp-16-9 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.asp-3-4 {
  aspect-ratio: 3/4;
  padding: 0;
  overflow: hidden;
}
.asp-3-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
}

.asp-9-16 {
  aspect-ratio: 9/16;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asp-9-16 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/16;
  height: 100%;
}

.asp-1-1 {
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asp-1-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.asp-square {
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asp-square img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.asp-16-6 {
  aspect-ratio: 16/6;
  padding: 0;
  overflow: hidden;
}
.asp-16-6 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/6;
  width: 100%;
  height: auto;
}

.asp-8-3 {
  aspect-ratio: 8/3;
  padding: 0;
  overflow: hidden;
}
.asp-8-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8/3;
  width: 100%;
  height: auto;
}

.asp-page_header {
  aspect-ratio: 1200/355;
  padding: 0;
  overflow: hidden;
}
.asp-page_header img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/355;
  width: 100%;
  height: auto;
}

.asp-header {
  aspect-ratio: 1200/355;
  padding: 0;
  overflow: hidden;
}
.asp-header img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/355;
  width: 100%;
  height: auto;
}

.asp-circle {
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.asp-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.asp-8-3 {
  aspect-ratio: 8/3;
  padding: 0;
  overflow: hidden;
}
.asp-8-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8/3;
  width: 100%;
  height: auto;
}

.asp-4-6 {
  aspect-ratio: 4/6;
  padding: 0;
  overflow: hidden;
}
.asp-4-6 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/6;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 640px ) {
  .asp-4-3\@s {
    aspect-ratio: 4/3;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-4-3\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .asp-16-9\@s {
    aspect-ratio: 16/9;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-16-9\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
  .asp-3-4\@s {
    aspect-ratio: 3/4;
    padding: 0;
    overflow: hidden;
  }
  .asp-3-4\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/4;
    width: 100%;
    height: 100%;
  }
  .asp-9-16\@s {
    aspect-ratio: 9/16;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-9-16\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 9/16;
    height: 100%;
  }
  .asp-1-1\@s {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-1-1\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-square\@s {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-square\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-16-6\@s {
    aspect-ratio: 16/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-16-6\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/6;
    width: 100%;
    height: auto;
  }
  .asp-page_header\@s {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-page_header\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-header\@s {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-header\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-circle\@s {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .asp-circle\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .asp-8-3\@s {
    aspect-ratio: 8/3;
    padding: 0;
    overflow: hidden;
  }
  .asp-8-3\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 8/3;
    width: 100%;
    height: auto;
  }
  .asp-4-6\@s {
    aspect-ratio: 4/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-4-6\@s img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/6;
    width: 100%;
    height: auto;
  }
  /*
       .uk-text-left\@s{text-align:left!important;}
       .uk-text-center\@s{text-align:center!important;}
       .uk-text-right\@s{text-align:right!important;}
       */
}
@media screen and (min-width: 960px ) {
  .asp-4-3\@m {
    aspect-ratio: 4/3;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-4-3\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .asp-16-9\@m {
    aspect-ratio: 16/9;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-16-9\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
  .asp-3-4\@m {
    aspect-ratio: 3/4;
    padding: 0;
    overflow: hidden;
  }
  .asp-3-4\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/4;
    width: 100%;
    height: 100%;
  }
  .asp-9-16\@m {
    aspect-ratio: 9/16;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-9-16\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 9/16;
    height: 100%;
  }
  .asp-1-1\@m {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-1-1\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-square\@m {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-square\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-16-6\@m {
    aspect-ratio: 16/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-16-6\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/6;
    width: 100%;
    height: auto;
  }
  .asp-page_header\@m {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-page_header\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-header\@m {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-header\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-circle\@m {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .asp-circle\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .asp-8-3\@m {
    aspect-ratio: 8/3;
    padding: 0;
    overflow: hidden;
  }
  .asp-8-3\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 8/3;
    width: 100%;
    height: auto;
  }
  .asp-4-6\@m {
    aspect-ratio: 4/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-4-6\@m img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/6;
    width: 100%;
    height: auto;
  }
  /*
       .uk-text-left\@m{text-align:left!important;}
       .uk-text-center\@m{text-align:center!important;}
       .uk-text-right\@m{text-align:right!important;}
       */
}
@media screen and (min-width: 1200px ) {
  .asp-4-3\@l {
    aspect-ratio: 4/3;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-4-3\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .asp-16-9\@l {
    aspect-ratio: 16/9;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-16-9\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
  .asp-3-4\@l {
    aspect-ratio: 3/4;
    padding: 0;
    overflow: hidden;
  }
  .asp-3-4\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/4;
    width: 100%;
    height: 100%;
  }
  .asp-9-16\@l {
    aspect-ratio: 9/16;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-9-16\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 9/16;
    height: 100%;
  }
  .asp-1-1\@l {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-1-1\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-square\@l {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-square\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-16-6\@l {
    aspect-ratio: 16/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-16-6\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/6;
    width: 100%;
    height: auto;
  }
  .asp-page_header\@l {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-page_header\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-header\@l {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-header\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-circle\@l {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .asp-circle\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .asp-8-3\@l {
    aspect-ratio: 8/3;
    padding: 0;
    overflow: hidden;
  }
  .asp-8-3\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 8/3;
    width: 100%;
    height: auto;
  }
  .asp-4-6\@l {
    aspect-ratio: 4/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-4-6\@l img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/6;
    width: 100%;
    height: auto;
  }
  /*
       .uk-text-left\@l{text-align:left!important;}
       .uk-text-center\@l{text-align:center!important;}
       .uk-text-right\@l{text-align:right!important;}
       */
}
@media screen and (min-width: 1600px ) {
  .asp-4-3\@xl {
    aspect-ratio: 4/3;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-4-3\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .asp-16-9\@xl {
    aspect-ratio: 16/9;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-16-9\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
  .asp-3-4\@xl {
    aspect-ratio: 3/4;
    padding: 0;
    overflow: hidden;
  }
  .asp-3-4\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/4;
    width: 100%;
    height: 100%;
  }
  .asp-9-16\@xl {
    aspect-ratio: 9/16;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-9-16\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 9/16;
    height: 100%;
  }
  .asp-1-1\@xl {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-1-1\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-square\@xl {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .asp-square\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .asp-16-6\@xl {
    aspect-ratio: 16/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-16-6\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/6;
    width: 100%;
    height: auto;
  }
  .asp-page_header\@xl {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-page_header\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-header\@xl {
    aspect-ratio: 1200/355;
    padding: 0;
    overflow: hidden;
  }
  .asp-header\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1200/355;
    width: 100%;
    height: auto;
  }
  .asp-circle\@xl {
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .asp-circle\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .asp-8-3\@xl {
    aspect-ratio: 8/3;
    padding: 0;
    overflow: hidden;
  }
  .asp-8-3\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 8/3;
    width: 100%;
    height: auto;
  }
  .asp-4-6\@xl {
    aspect-ratio: 4/6;
    padding: 0;
    overflow: hidden;
  }
  .asp-4-6\@xl img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/6;
    width: 100%;
    height: auto;
  }
  /*
       .uk-text-left\@xl{text-align:left!important;}
       .uk-text-center\@xl{text-align:center!important;}
       .uk-text-right\@xl{text-align:right!important;}
       */
}
.fc-white {
  color: #ffffff;
}

.fc-white a,
.fc-white a:link,
.fc-white a:hover,
.fc-white a:visited {
  color: #ffffff;
}

.fs-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.fs-31 {
  font-size: 31px;
  font-size: 1.9375rem;
}

.fs-32 {
  font-size: 32px;
  font-size: 2rem;
}

.fs-33 {
  font-size: 33px;
  font-size: 2.0625rem;
}

.fs-34 {
  font-size: 34px;
  font-size: 2.125rem;
}

.fs-35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.fs-36 {
  font-size: 36px;
  font-size: 2.25rem;
}

.fs-37 {
  font-size: 37px;
  font-size: 2.3125rem;
}

.fs-38 {
  font-size: 38px;
  font-size: 2.375rem;
}

.fs-39 {
  font-size: 39px;
  font-size: 2.4375rem;
}

.fs-40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.fs-41 {
  font-size: 41px;
  font-size: 2.5625rem;
}

.fs-42 {
  font-size: 42px;
  font-size: 2.625rem;
}

.fs-43 {
  font-size: 43px;
  font-size: 2.6875rem;
}

.fs-44 {
  font-size: 44px;
  font-size: 2.75rem;
}

.fs-45 {
  font-size: 45px;
  font-size: 2.8125rem;
}

.fs-46 {
  font-size: 46px;
  font-size: 2.875rem;
}

.fs-47 {
  font-size: 47px;
  font-size: 2.9375rem;
}

.fs-48 {
  font-size: 48px;
  font-size: 3rem;
}

.fs-49 {
  font-size: 49px;
  font-size: 3.0625rem;
}

.fs-50 {
  font-size: 50px;
  font-size: 3.125rem;
}

.fs-51 {
  font-size: 51px;
  font-size: 3.1875rem;
}

.fs-52 {
  font-size: 52px;
  font-size: 3.25rem;
}

.fs-53 {
  font-size: 53px;
  font-size: 3.3125rem;
}

.fs-54 {
  font-size: 54px;
  font-size: 3.375rem;
}

.fs-55 {
  font-size: 55px;
  font-size: 3.4375rem;
}

.fs-56 {
  font-size: 56px;
  font-size: 3.5rem;
}

.fs-57 {
  font-size: 57px;
  font-size: 3.5625rem;
}

.fs-58 {
  font-size: 58px;
  font-size: 3.625rem;
}

.fs-59 {
  font-size: 59px;
  font-size: 3.6875rem;
}

.fs-60 {
  font-size: 60px;
  font-size: 3.75rem;
}

.fs-61 {
  font-size: 61px;
  font-size: 3.8125rem;
}

.fs-62 {
  font-size: 62px;
  font-size: 3.875rem;
}

@media screen and (max-width: 840px) {
  .fs-10 {
    font-size: 0.625rem;
  }
  .fs-11 {
    font-size: 0.6875rem;
  }
  .fs-12 {
    font-size: 0.75rem;
  }
  .fs-13 {
    font-size: 0.8125rem;
  }
  .fs-14 {
    font-size: 0.875rem;
  }
  .fs-15 {
    font-size: 0.9375rem;
  }
  .fs-16 {
    font-size: 1rem;
  }
  .fs-17 {
    font-size: 1.0625rem;
  }
  .fs-18 {
    font-size: 1.125rem;
  }
  .fs-19 {
    font-size: 1.1875rem;
  }
  .fs-20 {
    font-size: 1.25rem;
  }
  .fs-21 {
    font-size: 1.3125rem;
  }
  .fs-22 {
    font-size: 1.375rem;
  }
  .fs-23 {
    font-size: 1.4375rem;
  }
  .fs-24 {
    font-size: 1.5rem;
  }
  .fs-25 {
    font-size: 1.5625rem;
  }
  .fs-26 {
    font-size: 1.625rem;
  }
  .fs-27 {
    font-size: 1.6875rem;
  }
  .fs-28 {
    font-size: 1.75rem;
  }
  .fs-29 {
    font-size: 1.8125rem;
  }
  .fs-30 {
    font-size: 1.875rem;
  }
  .fs-31 {
    font-size: 1.9375rem;
  }
  .fs-32 {
    font-size: 2rem;
  }
  .fs-33 {
    font-size: 2.0625rem;
  }
  .fs-34 {
    font-size: 2.125rem;
  }
  .fs-35 {
    font-size: 2.1875rem;
  }
  .fs-36 {
    font-size: 2.25rem;
  }
  .fs-37 {
    font-size: 2.3125rem;
  }
  .fs-38 {
    font-size: 2.375rem;
  }
  .fs-39 {
    font-size: 2.4375rem;
  }
  .fs-40 {
    font-size: 2.5rem;
  }
  .fs-41 {
    font-size: 2.5625rem;
  }
  .fs-42 {
    font-size: 2.625rem;
  }
  .fs-43 {
    font-size: 2.6875rem;
  }
  .fs-44 {
    font-size: 2.75rem;
  }
  .fs-45 {
    font-size: 2.8125rem;
  }
  .fs-46 {
    font-size: 2.875rem;
  }
  .fs-47 {
    font-size: 2.9375rem;
  }
  .fs-48 {
    font-size: 3rem;
  }
  .fs-49 {
    font-size: 3.0625rem;
  }
  .fs-50 {
    font-size: 3.125rem;
  }
  .fs-51 {
    font-size: 3.1875rem;
  }
  .fs-52 {
    font-size: 3.25rem;
  }
  .fs-53 {
    font-size: 3.3125rem;
  }
  .fs-54 {
    font-size: 3.375rem;
  }
  .fs-55 {
    font-size: 3.4375rem;
  }
  .fs-56 {
    font-size: 3.5rem;
  }
  .fs-57 {
    font-size: 3.5625rem;
  }
  .fs-58 {
    font-size: 3.625rem;
  }
  .fs-59 {
    font-size: 3.6875rem;
  }
  .fs-60 {
    font-size: 3.75rem;
  }
  .fs-61 {
    font-size: 3.8125rem;
  }
  .fs-62 {
    font-size: 3.875rem;
  }
  .fs-63 {
    font-size: 3.9375rem;
  }
  .fs-64 {
    font-size: 4rem;
  }
  .fs-65 {
    font-size: 4.0625rem;
  }
  .fs-66 {
    font-size: 4.125rem;
  }
  .fs-67 {
    font-size: 4.1875rem;
  }
  .fs-68 {
    font-size: 4.25rem;
  }
  .fs-69 {
    font-size: 4.3125rem;
  }
  .fs-70 {
    font-size: 4.375rem;
  }
  .fs-71 {
    font-size: 4.4375rem;
  }
  .fs-72 {
    font-size: 4.5rem;
  }
  .fs-73 {
    font-size: 4.5625rem;
  }
  .fs-74 {
    font-size: 4.625rem;
  }
  .fs-75 {
    font-size: 4.6875rem;
  }
  .fs-76 {
    font-size: 4.75rem;
  }
  .fs-77 {
    font-size: 4.8125rem;
  }
  .fs-78 {
    font-size: 4.875rem;
  }
  .fs-79 {
    font-size: 4.9375rem;
  }
  .fs-80 {
    font-size: 5rem;
  }
  .fs-sm-10 {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .fs-sm-11 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .fs-sm-12 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fs-sm-15 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fs-sm-16 {
    font-size: 16px;
    font-size: 1rem;
  }
  .fs-sm-17 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .fs-sm-18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fs-sm-19 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .fs-sm-20 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs-sm-21 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .fs-sm-22 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .fs-sm-23 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .fs-sm-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .fs-sm-25 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .fs-sm-26 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .fs-sm-27 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .fs-sm-28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .fs-sm-29 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
  .fs-sm-30 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .fs-sm-31 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .fs-sm-32 {
    font-size: 32px;
    font-size: 2rem;
  }
  .fs-sm-33 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
  .fs-sm-34 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .fs-sm-35 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .fs-sm-36 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .fs-sm-37 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .fs-sm-38 {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .fs-sm-39 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .fs-sm-40 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .fs-sm-41 {
    font-size: 41px;
    font-size: 2.5625rem;
  }
  .fs-sm-42 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .fs-sm-43 {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .fs-sm-44 {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .fs-sm-45 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .fs-sm-46 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .fs-sm-47 {
    font-size: 47px;
    font-size: 2.9375rem;
  }
  .fs-sm-48 {
    font-size: 48px;
    font-size: 3rem;
  }
  .fs-sm-49 {
    font-size: 49px;
    font-size: 3.0625rem;
  }
  .fs-sm-50 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fs-sm-51 {
    font-size: 51px;
    font-size: 3.1875rem;
  }
  .fs-sm-52 {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .fs-sm-53 {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .fs-sm-54 {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .fs-sm-55 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  .fs-sm-56 {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .fs-sm-57 {
    font-size: 57px;
    font-size: 3.5625rem;
  }
  .fs-sm-58 {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .fs-sm-59 {
    font-size: 59px;
    font-size: 3.6875rem;
  }
  .fs-sm-60 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .fs-sm-61 {
    font-size: 61px;
    font-size: 3.8125rem;
  }
  .fs-sm-62 {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
.wrap_iframe {
  position: relative;
  width: 100%;
  padding: 33% 0 0 0;
  box-sizing: border-box;
}

.wrap_iframe.gmap {
  padding: 48% 0 0 0;
}

.wrap_iframe.gmap_tate {
  padding: 160% 0 0 0;
}

.wrap_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** wp-pagenavi */
.wp-pagenavi {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  /*
    a,span{

    font-size:1em;
    background:rgba(214,234,177,1.0);
    @include border-radius(2em);
    width:2.5em;
    height:2.5em;
  line-height:1.75em;
  margin:0.5em;
  }*/
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 0;
  background: none;
  width: auto;
}
.wp-pagenavi .extend {
  border: none;
}
.wp-pagenavi span[aria-current=page] {
  text-decoration: none;
  background: rgb(17, 40, 103);
  color: #ffffff;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
}

.error-404 h2 {
  font-size: 120px;
  font-size: calc( 120rem / 16 );
  line-height: 1.47;
  margin-bottom: 0;
}
.error-404 h1 {
  font-size: 40px;
  font-size: calc( 40rem / 16 );
  line-height: 1.47;
  margin: 0;
}
.error-404 p {
  margin-top: 2em;
  margin-bottom: 5em;
}

.wrap_iframe {
  position: relative;
  width: 100%;
  padding: 33% 0 0 0;
  box-sizing: border-box;
}

.wrap_iframe.gmap {
  padding: 29% 0 0 0;
}

.wrap_iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

hr.dot {
  background: none;
  border-bottom: 1px dashed #707070;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  margin-left: 1.5em;
  padding-left: 0em;
}

ul.wrap li {
  margin: 0;
}

ul.kome {
  margin-left: 1.5em;
  padding-left: 0em;
  list-style: none;
}
ul.kome > li::before {
  content: "※";
  margin-left: -1.25em;
  display: inline-block;
  width: 1.25em;
}
ul.kome > li {
  padding-left: 0;
  line-height: 1.2; /*padding-bottom:0.5em;*/
}

ul.circle-double {
  margin-left: 1.5em;
  padding-left: 0em;
  list-style: none;
}
ul.circle-double > li::before {
  content: "◎";
  margin-left: -1.25em;
  display: inline-block;
  width: 1.25em;
}
ul.circle-double > li {
  padding-left: 0.5em; /*padding-bottom:0.5em;*/
}

ul.double-circle {
  list-style: none;
  margin-bottom: 3rem;
}
ul.double-circle li a::before {
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  padding-right: 0.5em;
  background-image: url(../../../croquis_flex_img/icon/double_circle.svg);
  background-size: auto;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: 0.15em;
}

ol.sumitukikakko {
  padding-left: 0;
  margin-left: 0;
}
ol.sumitukikakko > li {
  /* text-indent:-1.5em;*/
  /* margin-left:1.5em;*/
  list-style-type: none;
  counter-increment: cnt;
}
ol.sumitukikakko > li::before {
  content: "【" counter(cnt) "】 ";
  display: inline-block;
  width: 2.25em;
  height: 1.25em;
  top: 0;
  position: relative;
}

ol.kakko {
  padding-left: 0;
  margin-left: 0;
}
ol.kakko > li {
  /* text-indent:-1.5em;*/
  /* margin-left:1.5em;*/
  list-style-type: none;
  counter-increment: cnt;
}
ol.kakko > li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  font-size: 1.25em;
  vertical-align: middle;
  position: relative;
  line-height: 2;
}

/*
ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;

> li {
  font-size: 1em;
  line-height: 1.6;
  padding-left: 1.5em!important;
  position: relative;

  padding-bottom:0.5em;
}
> li:before {
  content: counter(my-counter);
  counter-increment: my-counter;

  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.375em;
  width: 1.375em;
font-weight:normal;
  font-size: 85%;
  line-height: 1;
 position:absolute;
 top:0.35em;
  left: 0;
}
}
*/
ol.maru {
  list-style: none;
  counter-reset: circle;
  padding-left: 0;
  margin-left: 0;
}

/* リスト番号（丸囲み） */
ol.maru > li {
  counter-increment: circle;
  position: relative;
  padding-left: 1.5em; /* テキストの開始位置 */
  margin: 0.6em 0;
}

ol.maru > li::before {
  content: counter(circle);
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Courier New", Courier, monospace;
}

ul.download {
  margin-left: 1.5em;
  padding-left: 0em;
  list-style: none;
}
ul.download > li::before {
  content: "";
  background-image: url(../../../croquis_flex_img/icon/download-2-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -1.25em;
  display: inline-block;
  width: 2rem;
  height: 1.5em;
  top: 0.25rem;
  position: relative;
}
ul.download > li {
  padding-left: 0;
  line-height: 1.2; /*padding-bottom:0.5em;*/
}

.wrap_table_scroll {
  overflow-x: scroll;
  width: 100%;
}

.entry-content table.style0 {
  width: auto;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-top: 2px solid rgb(220, 220, 220);
}
.entry-content table.style0 p {
  margin: 0;
}
.entry-content table.style0 th, .entry-content table.style0 td {
  padding: 0.5em;
}
.entry-content table.style0 th {
  font-size: normal;
  background: rgb(220, 220, 220);
}
.entry-content table.style0 td {
  border-bottom: 2px solid rgb(220, 220, 220);
}
.entry-content table.style0 th:first-child, .entry-content table.style0 td:first-child {
  padding-left: 2em;
}
.entry-content table.style0 th:last-child, .entry-content table.style0 td:last-child {
  padding-right: 2em;
}
.entry-content table.style0 tr > th + td {
  padding-left: 0.5em;
}
.entry-content table.style1 {
  width: auto;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-top: 2px solid rgba(112, 112, 112, 0.8);
}
.entry-content table.style1 p {
  margin: 0;
}
.entry-content table.style1 th, .entry-content table.style1 td {
  padding: 0.5em;
}
.entry-content table.style1 th {
  font-size: normal;
  color: #fff;
  background: rgb(112, 112, 112);
}
.entry-content table.style1 td {
  border-bottom: 2px solid rgba(112, 112, 112, 0.8);
}
.entry-content table.style1 tr:nth-child(odd) {
  background: rgba(112, 112, 112, 0.2);
}
.entry-content table.style1 th:first-child, .entry-content table.style1 td:first-child {
  padding-left: 2em;
}
.entry-content table.style1 th:last-child, .entry-content table.style1 td:last-child {
  padding-right: 2em;
}
.entry-content table.style1 tr > th + td {
  padding-left: 0.5em;
}

dl.inline-block {
  font-size: 0;
}
dl.inline-block span {
  display: inline-block;
}
dl.inline-block dt, dl.inline-block dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}
dl.inline-block dt {
  width: 5em;
}
dl.inline-block dd {
  width: calc(100% - 5em);
}
dl.inline-block dt {
  width: 5em;
}
dl.inline-block dd {
  width: calc(100% - 5em);
}

table.style2 th {
  width: 7em;
  vertical-align: top;
}
table.style2 th span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0em 1em;
  position: relative;
  display: inline-block;
  border-radius: 0.75em;
  margin: auto;
  background: rgb(17, 40, 103);
  color: #ffffff;
}
table.style2 td {
  padding-left: 1em;
  padding-bottom: 1em;
  vertical-align: top;
}

dl.table {
  display: flex;
  table-layout: auto;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  -moz-column-count: auto;
  column-count: auto;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  box-sizing: border-box;
}
dl.table > * {
  display: inline-block;
}
dl.table > dt, dl.table > dd {
  display: inline-block;
  margin: 0;
  align-self: stretch;
  font-weight: normal;
  padding: 0.75rem 0.25rem;
  font-size: 1rem;
}
dl.table > dt p, dl.table > dd p {
  margin-top: 0;
}
dl.table > dt ul, dl.table > dt ol, dl.table > dd ul, dl.table > dd ol {
  margin-left: 1em;
}
dl.table > dt { /*background:#e9e9e9;*/
  width: 6em;
  font-weight: normal;
}
dl.table > dd { /*border-left:1px solid #000000;*/
  width: calc(100% - 6em);
}
dl.table.w100 > dt {
  width: 100%;
}
dl.table.w100 > dt + dd {
  width: 100%;
}
dl.table.w4 > dt {
  width: 4em;
}
dl.table.w4 > dt + dd {
  width: calc(100% - 4em);
}
dl.table.w5 > dt {
  width: 5em;
}
dl.table.w5 > dt + dd {
  width: calc(100% - 5em);
}
dl.table.w6 > dt {
  width: 6em;
}
dl.table.w6 > dt + dd {
  width: calc(100% - 6em);
}
dl.table.w7 > dt {
  width: 7em;
}
dl.table.w7 > dt + dd {
  width: calc(100% - 7em);
}
dl.table.w8 > dt {
  width: 8em;
}
dl.table.w8 > dt + dd {
  width: calc(100% - 8em);
}
dl.table.w9 > dt {
  width: 9em;
}
dl.table.w9 > dt + dd {
  width: calc(100% - 9em);
}
dl.table.w10 > dt {
  width: 10em;
}
dl.table.w10 > dt + dd {
  width: calc(100% - 10em);
}
dl.table.w11 > dt {
  width: 11em;
}
dl.table.w11 > dt + dd {
  width: calc(100% - 11em);
}
dl.table.w12 > dt {
  width: 12em;
}
dl.table.w12 > dt + dd {
  width: calc(100% - 12em);
}
dl.table.w13 > dt {
  width: 13em;
}
dl.table.w13 > dt + dd {
  width: calc(100% - 13em);
}
dl.table.w14 > dt {
  width: 14em;
}
dl.table.w14 > dt + dd {
  width: calc(100% - 14em);
}
dl.table.w15 > dt {
  width: 15em;
}
dl.table.w15 > dt + dd {
  width: calc(100% - 15em);
}
dl.table.w16 > dt {
  width: 16em;
}
dl.table.w16 > dt + dd {
  width: calc(100% - 16em);
}
dl.table.w17 > dt {
  width: 17em;
}
dl.table.w17 > dt + dd {
  width: calc(100% - 17em);
}
dl.table.w18 > dt {
  width: 18em;
}
dl.table.w18 > dt + dd {
  width: calc(100% - 18em);
}
dl.table.w19 > dt {
  width: 19em;
}
dl.table.w19 > dt + dd {
  width: calc(100% - 19em);
}
dl.table.w20 > dt {
  width: 20em;
}
dl.table.w20 > dt + dd {
  width: calc(100% - 20em);
}
dl.table.w_auto > dt {
  width: auto;
}
dl.table.w_auto > dt + dd {
  width: auto;
}

@media screen and (max-width: 639px) {
  dl.table > dt {
    width: 100% !important;
    padding-bottom: 0;
  }
  dl.table > dd {
    width: 100% !important;
    padding-left: 1em;
  }
}
dl.underline > dt, dl.underline > dd {
  border-bottom: 1px solid rgb(195, 195, 195);
}

dl.border {
  border-top: 1px solid rgb(195, 195, 195);
}

dl.border:last-child {
  border-bottom: 1px solid rgb(195, 195, 195);
}

.wrap_dl dl {
  margin-top: 0;
  margin-bottom: 0;
  /*padding-top:0.5em;padding-bottom:0.5em;*/
  padding: 0;
}
.wrap_dl dl dt img {
  vertical-align: middle;
}
.wrap_dl dl dd p {
  margin: 0;
}
.wrap_dl dl dt, .wrap_dl dl dd {
  line-height: 1.8;
}
.wrap_dl dl dt {
  padding-right: 0;
}
.wrap_dl dl dd {
  padding-left: 0;
}
.wrap_dl dl:last-child {
  margin-bottom: 1rem;
}
.wrap_dl dl.border:last-child {
  margin-bottom: 2rem;
}

.wrap_dl.archive dt, .wrap_dl.archive dd {
  padding: 0.25em;
}

.marker-bold-blue {
  background: linear-gradient(transparent 0%, #c1e0ff 0%);
}

.marker-thin-blue {
  background: linear-gradient(transparent 80%, #c1e0ff 80%);
}

.marker-bold-red {
  background: linear-gradient(transparent 0%, #f88080 0%);
}

.marker-thin-red {
  background: linear-gradient(transparent 80%, #f88080 80%);
}

.marker-bold-orange {
  background: linear-gradient(transparent 0%, #ffbf7f 0%);
}

.marker-thin-orange {
  background: linear-gradient(transparent 80%, #ffbf7f 80%);
}

.marker-bold-yellow {
  background: linear-gradient(transparent 0%, #fff799 0%);
}

.marker-thin-yellow {
  background: linear-gradient(transparent 80%, #fff799 80%);
}

.over_zoom,
.over_zoomout {
  position: relative;
  display: inline-block;
  transition: all 0.03s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.over_zoom:active,
.over_zoomout:active {
  transform: scale(0.95);
}

.over_zoom:hover {
  transform: scale(1.03);
  z-index: 10000;
}

.over_zoomout:hover {
  transform: scale(0.97);
  z-index: 10000;
}

.wave_position {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  top: -1px;
}

.wrap_weaves {
  /* transform: rotate(180deg);*/
  top: 0px;
  z-index: 100;
  position: relative;
  text-align: center;
  /*background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);*/
  color: white;
  /* Animation */
}
.wrap_weaves .waves {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
  width: 100%;
  height: 5vw;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 30px;
  max-height: 60px;
}
.wrap_weaves .parallax > use {
  -webkit-animation: move-forever 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.wrap_weaves .parallax > use:nth-child(1) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  /*animation-duration: 8s;*/
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.wrap_weaves .parallax > use:nth-child(2) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  /*animation-duration: 12s;*/
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.wrap_weaves .parallax > use:nth-child(3) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  /* animation-duration: 14s;*/
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
}
.wrap_weaves .parallax > use:nth-child(4) {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  /* animation-duration: 22s;*/
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.wrap_policy {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25% 0 0 0;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #464646;
}
.wrap_policy .inner {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.8129em;
}
.wrap_policy .inner h1 {
  font-size: 1rem;
}
.wrap_policy .inner h2 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  margin-top: 1rem;
}
.wrap_policy .inner h1.title {
  text-align: left;
  color: #000000;
}
.wrap_policy .inner h2 {
  font-size: 0.812rem;
  font-weight: normal;
  margin-top: 0;
}
.wrap_policy .inner h3 {
  font-size: 0.812rem;
  font-weight: normal;
  margin-top: 0;
}
.wrap_policy .inner p {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: 0.8129em;
}
.wrap_policy .inner dd {
  margin-bottom: 0.5em;
}
.wrap_policy .inner li {
  margin-top: 1em;
}

.snow-monkey-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.snow-monkey-form input {
  font-size: 18px;
}
.snow-monkey-form .smf-text-control__control {
  width: 100%;
}
.snow-monkey-form .required .smf-item__label__text::after {
  content: "(必須)";
  /*margin-left:1em;background:#2AAAD9;color:ED1C24;border-radius: 0.5em;font-size:0.79rem;padding:0 0.5em;line-height:2;*/
  color: #ED1C24;
  margin-left: 0.5em;
}
.snow-monkey-form[data-screen=confirm] .smf-item__controls {
  background: #fafafa;
  padding: 1em;
  min-height: 1em;
}
.snow-monkey-form[data-screen=confirm] .pp {
  display: none !important;
}
.snow-monkey-form .bg-F1EBEB {
  background-color: #F1EBEB;
  padding: 1em;
}
.snow-monkey-form .pt0 {
  padding-top: 0 !important;
}
.snow-monkey-form .pb0 {
  padding-bottom: 0 !important;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item.pp,
.snow-monkey-form .wp-block-snow-monkey-forms-item.full {
  display: block;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item.pp > .smf-item__col,
.snow-monkey-form .wp-block-snow-monkey-forms-item.full > .smf-item__col {
  width: 100%;
  max-width: 100%;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item.pp .smf-item__label,
.snow-monkey-form .wp-block-snow-monkey-forms-item.full .smf-item__label {
  padding-bottom: 0.5em;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item.pp {
  max-width: 640px;
  margin: 0 auto;
  font-size: 0.8125rem;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item.pp .smf-checkboxes-control {
  text-align: center;
  padding-top: 1em;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item.pp .smf-checkbox-control__label {
  font-size: 1rem;
}
.snow-monkey-form .smf-form--business .smf-item__col--controls {
  padding-right: 1rem;
}
.snow-monkey-form .smf-form--business .pp {
  border: 0;
}
.snow-monkey-form .smf-form--business .pp .smf-item__col--label {
  display: none;
}
.snow-monkey-form .smf-form--business .pp .wrap_policy .inner {
  background: #ffffff;
}
.snow-monkey-form .smf-form--business + .smf-action {
  padding-bottom: 2rem;
}

@media print, screen and (min-width: 640px) {
  .smf-complete-content h1.fs-72 {
    font-size: 72px;
  }
  .smf-complete-content h1.fs-72::before {
    content: "";
    padding-right: 0.5em;
    font-size: 200%;
    transform: rotate(-10deg);
  }
  .smf-complete-content h1.fs-72::after {
    content: "";
    padding-left: 0.5em;
    font-size: 200%;
    transform: rotate(10deg);
  }
}
/*body{font-family: YakuHanJP,'Zen Old Mincho', serif;}
// 1. 変数を自分でカスタムする場合、ここで上書きする
//variables.scss
// 2. デフォルトの変数とmixinをインポートする
*/
/* 3. 自分でmixinをカスタムする場合、ここで上書きする */
/* 4. インポートする*/
* {
  box-sizing: border-box;
}

html, body {
  /*background-color:rgba(254,254,252,1.0);*/
  color: #000;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*letter-spacing: 0.01rem;*/
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "pkna";
  /*-webkit-font-smoothing: antialiased;*/
  /*font-smoothing: antialiased;*/
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0.7);
  -webkit-touch-callout: none;
  box-sizing: border-box;
  letter-spacing: 0.019em;
  line-height: 1.6;
  font-size: 14px;
}

.uk-offcanvas-bar .uk-nav-default li > a {
  color: rgb(255, 255, 255);
}

.uk-offcanvas-bar .uk-nav-default li > .sub-menu {
  padding-left: 0.5em;
  margin-left: 1rem;
  list-style: disc;
}
.uk-offcanvas-bar .uk-nav-default li > .sub-menu li {
  padding-bottom: 0.5em;
}

.bread {
  background-color: rgba(17, 40, 103, 0.1);
  margin-top: 1rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

article {
  overflow: hidden;
}

.entry-header-line::after {
  content: "";
  width: 200vw;
  margin-left: -50vw;
  margin-bottom: 40px;
  height: 3px;
  display: block;
  border-bottom: 3px solid rgba(17, 40, 103, 0.4);
}

#primary {
  min-height: calc(100vh - 200px);
}

@media screen and (min-width: 640px) {
  html, body {
    font-size: 16px;
  }
  #primary {
    min-height: calc(100vh - 220px);
  }
}
@media screen and (min-width: 1200px) {
  #primary {
    min-height: calc(100vh - 320px);
  }
}
li {
  line-height: 1.6;
}

dd {
  padding-bottom: 0.5em;
}

.uk-card-small.uk-card-body {
  padding: 5px;
}

.container-860 {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.container-760 {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.container-780 {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.signature {
  margin-top: 3em;
}
.signature p {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mt0_5, .mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt1_5 {
  margin-top: 1.5em;
}

.mt2 {
  margin-top: 2em;
}

.mb0 {
  margin-bottom: 0;
}

.mb0_5, .mb05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb1_5 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

svg.wave {
  top: 0px;
  position: relative;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
}

svg.wave-255-240 {
  background-color: rgb(255, 255, 255);
}
svg.wave-255-240 path {
  fill: rgb(240, 240, 240);
}

svg.wave-240-255 {
  background-color: rgb(240, 240, 240);
}
svg.wave-240-255 path {
  fill: rgb(255, 255, 255);
}

svg.wave-240-250 {
  background-color: rgb(240, 240, 240);
}
svg.wave-240-250 path {
  fill: rgb(250, 250, 250);
}

svg.wave-255-main {
  background-color: rgb(255, 255, 255);
}
svg.wave-255-main path {
  fill: rgb(17, 40, 103);
}

dt p,
dd p,
li p {
  margin: 0;
}

li h2,
li h3 li dl {
  margin-top: 0.2em;
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% - 1.5em);
}
li h2 dd,
li h3 li dl dd {
  margin-left: 0;
}

.fw-bold {
  font-weight: 500;
  font-weight: bold;
}

.ff-en {
  /*  font-family: "Charm", cursive;*/
  font-weight: 400;
  font-style: normal;
}

.quicksand {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fs-small {
  font-size: 0.8125rem;
}

.fc-main {
  color: rgb(17, 40, 103);
}

.fc-for-personal {
  color: rgb(109, 180, 208);
}

.fc-for-business {
  color: rgb(17, 40, 103);
}

.fw-300,
.fw-light {
  font-weight: 400;
}

.fwregular,
.fw-400,
.fw-normal {
  font-weight: 400;
}

.fw-500,
.fw-medium {
  font-weight: 500;
}

.fc-bold {
  font-weight: 600;
}

dt {
  font-weight: normal;
}

.site-description2 {
  margin-top: 1rem;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.menu-button {
  width: 3rem;
  height: 3rem;
}
.menu-button .uk-navbar-toggle {
  min-height: 3rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.3rem;
  line-height: 2;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.8;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.uk-modal-title {
  font-size: 1.31rem;
}

.uk-button.arrow::after {
  content: "▶︎";
}

.bg-main {
  background-color: rgb(17, 40, 103);
}

.bg-main2 a, .bg-main2 a:hover, .bg-main2 a:visited {
  color: #ffffff;
}

.tate {
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.site-footer {
  color: #fafafa;
}
.site-footer a.a:hover.a:visited {
  color: #fafafa;
}
.site-footer .copyright {
  font-size: 0.9rem;
}

.lang-pc {
  position: relative;
  width: 6em;
}
.lang-pc .lang_switcher {
  position: absolute;
  top: 0;
  width: 6em;
  text-align: center;
  padding: 0.5em 1em 0.25em 1em;
  background-color: rgb(17, 40, 103);
  border-radius: 0 0 0.5em 0.5em;
  letter-spacing: 0.2em;
  color: #ffffff;
}
.lang-pc .lang_switcher .ml-active {
  display: none;
}
.lang-pc .lang_switcher .ml-lang-switcher {
  list-style: none;
}
.lang-pc .lang_switcher img {
  display: none;
}
.lang-pc .lang_switcher ul {
  margin: 0;
}
.lang-pc .lang_switcher a, .lang-pc .lang_switcher a:hover, .lang-pc .lang_switcher a:visited {
  color: #ffffff;
}

.home_triron_button {
  display: none;
}

@media screen and (min-width: 960px) {
  body.ja .home_triron_button {
    display: block;
    position: absolute;
    top: 4rem;
    width: 6rem;
    height: 20rem;
    padding-left: 1em;
    border-left: 1px solid rgb(17, 40, 103);
  }
  body.ja .home_triron_button img {
    margin-bottom: 1rem;
  }
  body.ja .home_triron_button .inner {
    right: -5rem;
    position: relative;
    top: 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
  body.ja .home_triron_button .inner p.site-title-en {
    width: 400px;
    margin-bottom: 0;
    font-size: 1.312rem;
  }
  body.ja .home_triron_button .inner p.site-description-en {
    margin: 0;
    line-height: 1.4;
    padding: 0 0.2em;
    font-size: 14px;
  }
  body.ja .home_triron_button .inner p.line_header1 {
    width: 400px;
    margin-bottom: 0;
  }
}
/*
a:hover,a:visited,a{color:$mainColor}*/
dl.color dt, dl.color dd {
  line-height: 1.6;
}
dl.color dt {
  background-color: rgba(17, 40, 103, 0.2);
  margin-bottom: 3px;
  padding: 0.25em 1em;
}
dl.color dd {
  background-color: rgba(17, 40, 103, 0.1);
  margin-bottom: 3px;
  padding: 0.25em 1em;
}
dl.color dd dd {
  margin-right: 0;
  padding-top: 0;
  padding-left: 1em;
  background-color: initial;
  border: 0;
  font-size: 90%;
}
dl.color dd dt {
  background-color: initial;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

@media screen and (min-width: 640px) {
  dl.color.table.w12 > dt + dd {
    margin-left: 3px;
    width: calc(100% - 13.2em);
  }
}
dl.colorb dt, dl.colorb dd {
  line-height: 1.6;
}
dl.colorb dt {
  background-color: rgba(17, 40, 103, 0.2);
  margin-bottom: 3px;
  padding: 0.25em 1em;
}
dl.colorb dd {
  background-color: rgba(17, 40, 103, 0.1);
  margin-bottom: 3px;
  padding: 0.25em 1em;
}
dl.colorb dd dd {
  margin-right: 0;
  padding-top: 0;
  padding-left: 1em;
  background-color: initial;
  border: 0;
  font-size: 90%;
}
dl.colorb dd dt {
  background-color: initial;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

@media screen and (min-width: 640px) {
  dl.colorb dd {
    border-left: 3px solid #ffffff;
  }
}
dl.colorc dt, dl.colorc dd {
  line-height: 1.6;
}
dl.colorc dt {
  background-color: rgba(109, 180, 208, 0.2);
  margin-bottom: 3px;
  padding: 0.25em 1em;
}
dl.colorc dd {
  background-color: #ffffff;
  margin-bottom: 3px;
  padding: 0.25em 1em;
}
dl.colorc dd dd {
  margin-right: 0;
  padding-top: 0;
  padding-left: 1em;
  background-color: initial;
  border: 0;
  font-size: 90%;
}
dl.colorc dd dt {
  background-color: initial;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}
dl.colorc dd > ul {
  margin-bottom: 0;
}

.wrap_tel {
  margin: 2rem auto;
}
.wrap_tel img {
  vertical-align: text-bottom;
}
.wrap_tel .tel {
  font-size: 2rem;
  font-weight: normal;
  padding-left: 0.1em;
  letter-spacing: -0.05em;
  /*color:$mainColor;*/
  font-family: "Quicksand", serif;
}
.wrap_tel .col_tel {
  line-height: 1.2;
  margin-top: 0 !important;
  color: #000000;
}
.wrap_tel .col_holiday {
  line-height: 1.2;
  letter-spacing: 0;
}

body.home .uk-navbar-right {
  width: 50%;
}

body.ja .site-description {
  font-size: 0.629rem;
  padding: 0.25em 0.5em;
  /*border:1px solid $mainColor;*/
  border: 1px solid #000000;
  display: inline-block;
  /*line-height:1;*/
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (min-width: 640px) {
  body.ja .site-description {
    font-size: 0.9379rem;
    padding: 0.5em 1em;
  }
}
body.ja .site-title {
  margin-top: 0;
  font-size: 11px;
  padding: 0.25em 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  body.ja .site-title {
    font-size: 0.9379rem;
    padding: 0.5em 1.5em;
  }
}
body.ja .site-description2 {
  margin-bottom: 0;
  font-size: 0.866rem;
  padding: 1em 1.5rem;
}
body.ja .header1 dt {
  font-weight: 300;
}
body.ja .header1 dd {
  margin-left: 1em;
}
body.ja .header1 ul {
  margin-left: 0;
  border-left: 1px solid rgb(17, 40, 103);
  padding-left: 0.5em;
  margin-bottom: 0;
}
body.ja .header1 ul li {
  font-size: 0.625rem;
}
body.ja .header1 dt {
  font-size: 0.625rem;
}
body.ja .header2 {
  padding-left: 2rem;
}
body.ja .header1 {
  display: none;
}
body.ja .header1 dl, body.ja .header1 dd {
  margin-bottom: 0;
}
body.ja.home .site-description {
  font-size: 1.3129rem;
  padding: 1em 1rem;
}
body.ja.home .site-title {
  font-size: 1.125rem;
  padding: 1em 1.5rem;
}
body.ja.home .site-description2 {
  font-size: 1.125rem;
}
body.ja.home .header1 {
  display: block;
  padding-left: 2rem;
}
body.ja.home .header1 ul {
  border-left: 0;
}
body.ja.home .header1 ul dt {
  font-size: 1rem;
}
body.ja.home .header1 ul li {
  font-size: 1rem;
}
body.ja.home .header1 dt {
  font-size: 1rem;
}

body.en .site-description {
  font-size: 0.629rem;
  margin: 0;
}
body.en .site-title {
  margin-top: 0;
}
body.en .line_header1 {
  display: none;
}
body.en .header1 img {
  max-width: 120px;
}
body.en.home .header1 img {
  max-width: 235px;
}
body.en.home .line_header1 {
  display: inline-block;
}
body.en.home .site-title {
  font-size: 2rem;
  padding: 0.5em 1em;
  border: 1px solid rgb(17, 40, 103);
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.en.home .site-description {
  font-size: 1.29rem;
  padding: 0 0.5em;
  max-width: 24em;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
body.en.home .header1 {
  max-width: 295px;
}
body.en .uk-navbar .uk-navbar-right {
  order: 3;
}
body.en .uk-navbar .uk-navbar-header1 {
  order: 1;
}
body.en .uk-navbar .uk-navbar-left {
  order: 2;
}

.site-header {
  z-index: 100;
}
.site-header .site-title {
  margin-bottom: 0;
}

.home_bg_sasebo {
  overflow: hidden;
}
.home_bg_sasebo img {
  max-width: 150%;
}

@media screen and (min-width: 640px) {
  body:not(.home) .site-header .uk-navbar-left {
    padding: 0;
  }
  .home_bg_sasebo {
    aspect-ratio: 16/7;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home_bg_sasebo img {
    max-width: 100%;
    position: absolute;
    top: -35%;
  }
}
@media screen and (min-width: 640px) {
  .list_subject {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .list_subject .right h1 {
    padding-left: 30px !important;
  }
}
.list_subject li.type_normal > a, .list_subject li.type_normal > span {
  color: #ffffff;
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 100%;
  padding: 1em;
  color: #ffffff;
  letter-spacing: 0;
}
.list_subject li.type_normal > a span, .list_subject li.type_normal > span span {
  display: inline-block;
}
.list_subject li.type_reverse > ul {
  margin-left: 2em;
}
.list_subject.for-businesses li.type_normal > a, .list_subject.for-businesses li.type_normal > span {
  background-color: rgb(17, 40, 103);
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
.list_subject.for-businesses li.type_normal .reverse {
  background-color: #ffffff;
  /*  background-color: #ffffff;
    border:1px solid $mainColor;
    color:$mainColor;
    outline: 1px solid $mainColor;
    outline-offset: -3px;
    */
}
.list_subject.for-personal li.type_normal > a, .list_subject.for-personal li.type_normal > span {
  background-color: rgb(109, 180, 208);
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
.list_subject.for-personal li.type_normal .reverse {
  /*
  background-color: #ffffff;
  border:1px solid $mainColor2;
  color:$mainColor2;
  outline: 1px solid $mainColor2;
  outline-offset: -3px;
  */
}

#post-172 {
  overflow: hidden;
}
#post-172 .content p {
  line-height: 2.6;
  margin: 6em auto 2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#post-172 p {
  font-family: "Shippori Mincho", serif;
  color: #070505;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#post-172 p.uk-text-right {
  margin: 0;
  line-height: 1.4;
}
#post-172 a {
  color: #070505;
}
#post-172 p {
  font-size: 5vw;
}
@media screen and (min-width: 640px) {
  #post-172 p {
    font-size: 2.2rem;
  }
}

#section-67.locale_en .style0 {
  font-size: 2rem;
  padding: 0.5em 1em;
  border: 1px solid #09034c;
}
#section-67.locale_en p.style1 {
  font-size: 1.129rem;
  padding: 0em 1rem 2em;
  /*color:$mainColor;*/
  max-width: 620px;
}
#section-67.locale_en .style2 {
  margin-left: 2rem;
}
#section-67.locale_en .style2 li {
  font-size: 1.129rem;
  padding-left: 1em;
}

.list_subject_body .uk-modal-body {
  border: 3px solid #ffffff;
  outline: 3px solid #ffffff;
  outline-offset: -9px;
}
.list_subject_body.for-businesses .uk-modal-body {
  border-color: rgb(17, 40, 103);
  outline-color: rgb(17, 40, 103);
}
.list_subject_body.for-personal .uk-modal-body {
  border-color: rgb(109, 180, 208);
  outline-color: rgb(109, 180, 208);
}

.bg-main2 {
  background-color: rgb(109, 180, 208);
  color: #ffffff;
}

.wrap_home_fig {
  display: none;
  height: 100vw;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home_fig {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.03s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.home_fig#home_fig1 {
  top: 5%;
  left: 7%;
  width: 20vw;
}
.home_fig#home_fig2 {
  top: 45%;
  left: 45%;
  width: 28vw;
}
.home_fig#home_fig3 {
  top: 0%;
  left: 80%;
  width: 25vw;
}
.home_fig#home_fig4 {
  top: 15%;
  left: 85%;
  width: 15vw;
}
.home_fig#home_fig5 {
  display: none;
  top: 45%;
  left: 50%;
  width: 25vw;
}

/*
.home_fig{display:none;}
*/
#post-174 .section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#post-174 .section .section_title.ff-en {
  margin-bottom: 1em;
}
#post-174 .section.section1 {
  background-color: rgb(240, 240, 240);
}
#post-174 .section.section1 .catch {
  max-width: 32em;
}
#post-174 .section.section1 .image {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 60vw;
}
#post-174 .section.section2 {
  background-color: rgb(250, 250, 250);
}
#post-174 .section.section2 .image {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 1;
  width: 100%;
  max-width: 50vw;
}
#post-174 .section.section3 {
  background-color: rgb(255, 255, 255);
}
#post-174 .section.section3 .image {
  position: absolute;
  top: 20%;
  right: 0%;
  z-index: 1;
  width: 100%;
  max-width: 60vw;
}
#post-174 .section.section4 {
  background-color: rgb(254, 254, 254);
}
#post-174 .section.section4 .image {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 1;
  width: 100%;
  max-width: 50vw;
}
#post-174 .section.section5 {
  background-color: rgb(250, 250, 250);
}
#post-174 .section.section5 .image {
  position: absolute;
  top: 30%;
  left: 0%;
  z-index: 1;
  width: 100%;
  max-width: 50vw;
}
#post-174 .section .text {
  position: relative;
  z-index: 2;
}
#post-174 .section .text .description {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5em;
}
#post-174 .section .text .catch {
  font-size: 1.129rem;
  font-weight: 400;
}
#post-174 .section .text .inline p {
  line-height: 2.5;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
}
#post-174 .section .text .inline p span.line-span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0.5em 1em;
}
#post-174 .section .text .inline p span.wrap {
  position: relative;
  display: inline-block;
}
#post-174 .section .text .inline p span.wrap::before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 0.8em;
  height: 2.2em;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 640px) {
  #post-174 .section1 .catch {
    max-width: 32em;
  }
  #post-174 .section2 {
    padding-left: 80px;
  }
  #post-174 .section2 .catch {
    max-width: 32em;
  }
  #post-174 .section2 .description {
    max-width: 80%;
  }
}

#post-830 .section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#post-830 .section .section_title.ff-en {
  margin-bottom: 1em;
}
#post-830 .section.section1 {
  /*.catch{max-width:32em;}*/
}
#post-830 .section .text {
  position: relative;
  z-index: 2;
}
#post-830 .section .text .description {
  padding: 1.5em 1em 2em 3em;
}
#post-830 .section .text .description {
  position: relative;
}
#post-830 .section .text .catch {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
#post-830 .section .text .catch span {
  display: inline-block;
}
#post-830 .section .text .inline p {
  line-height: 1.8;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
  /*
    span.wrap::before{
  z-index:1;
      position:absolute;
      content:'';
      display:block;
      width:100%;
      left:0;
      top:0.8em;
      height:2.2em;
      background:rgba(255,255,255,0.9);

    }
  */
  /*
  span.wrap:first-child{
      &::before{
          content:'';
          position:absolute;
          bottom:1em;left:-1em;
          width:2em;height:2em;border-radius: 50%;
          background-color: $mainColorbHover02;
          z-index:1;
      }
  }

  span.wrap:last-child{
      &::after{
          content:'';
          position:absolute;
          bottom:-1em;right:-1em;
          width:2em;height:2em;border-radius: 50%;
          background-color: $mainColorbHover02;
          z-index:1;
      }
  }
  */
}
#post-830 .section .text .inline p span.line-span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0.25em 0em 1.5em;
}
#post-830 .section .text .inline p span.wrap {
  position: relative;
  display: inline-block;
}
#post-830 .section p {
  margin-top: 0.25em;
  margin-bottom: 1em;
}
#post-830 .section .uk-list {
  margin-left: 0;
}
#post-830 .section .waku {
  border: 1px solid #000000;
  padding: 1em;
}
@media screen and (min-width: 640px) {
  #post-830 {
    /*
    .section1{ .catch{max-width:32em;}}
    .section2{padding-left:80px; .catch{max-width:32em;}
    .description{max-width:98%}}
    */
  }
}

#post-354 .entry-content > .uk-container > ol > li,
#post-349 .entry-content > .uk-container > ol > li,
#post-3 .entry-content > .uk-container > ol > li {
  font-size: 1.3em;
  margin-bottom: 2em;
}
#post-354 .entry-content > .uk-container > ol > li p, #post-354 .entry-content > .uk-container > ol > li dt, #post-354 .entry-content > .uk-container > ol > li dd, #post-354 .entry-content > .uk-container > ol > li li,
#post-349 .entry-content > .uk-container > ol > li p,
#post-349 .entry-content > .uk-container > ol > li dt,
#post-349 .entry-content > .uk-container > ol > li dd,
#post-349 .entry-content > .uk-container > ol > li li,
#post-3 .entry-content > .uk-container > ol > li p,
#post-3 .entry-content > .uk-container > ol > li dt,
#post-3 .entry-content > .uk-container > ol > li dd,
#post-3 .entry-content > .uk-container > ol > li li {
  font-size: 1rem;
}
#post-354 .entry-content > .uk-container > ol > li .waku,
#post-349 .entry-content > .uk-container > ol > li .waku,
#post-3 .entry-content > .uk-container > ol > li .waku {
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 1em;
}
#post-354 .entry-content > .uk-container > ol > li dl,
#post-349 .entry-content > .uk-container > ol > li dl,
#post-3 .entry-content > .uk-container > ol > li dl {
  margin-top: 0.5em;
}
#post-354 .entry-content > .uk-container > ol > li dd,
#post-349 .entry-content > .uk-container > ol > li dd,
#post-3 .entry-content > .uk-container > ol > li dd {
  margin-bottom: 0;
}
#post-354 .entry-content > .uk-container > ol > li dd ul,
#post-349 .entry-content > .uk-container > ol > li dd ul,
#post-3 .entry-content > .uk-container > ol > li dd ul {
  margin-bottom: 0;
  margin-left: 0;
}
#post-354 .entry-content > .uk-container > ol > li h3,
#post-349 .entry-content > .uk-container > ol > li h3,
#post-3 .entry-content > .uk-container > ol > li h3 {
  margin: 0;
  margin-top: 1em;
}
#post-354 .entry-content > .uk-container > ol > li ol > li > dl,
#post-349 .entry-content > .uk-container > ol > li ol > li > dl,
#post-3 .entry-content > .uk-container > ol > li ol > li > dl {
  margin-bottom: 1em;
}
#post-354 .entry-content > .uk-container > ol > li ul.kome > li,
#post-349 .entry-content > .uk-container > ol > li ul.kome > li,
#post-3 .entry-content > .uk-container > ol > li ul.kome > li {
  line-height: 1.6;
}
#post-354 .entry-content > .uk-container > ol > li ul.kome > li dl,
#post-349 .entry-content > .uk-container > ol > li ul.kome > li dl,
#post-3 .entry-content > .uk-container > ol > li ul.kome > li dl {
  display: inline-block;
  width: calc(100% - 2em);
}
#post-354 .entry-content > .uk-container > ol > li ul, #post-354 .entry-content > .uk-container > ol > li ol,
#post-349 .entry-content > .uk-container > ol > li ul,
#post-349 .entry-content > .uk-container > ol > li ol,
#post-3 .entry-content > .uk-container > ol > li ul,
#post-3 .entry-content > .uk-container > ol > li ol {
  margin-left: 1em;
}
#post-354 ol.kakko > li > h2,
#post-349 ol.kakko > li > h2,
#post-3 ol.kakko > li > h2 {
  display: inline-block;
  width: calc(100% - 2em);
}
#post-354 .padding1,
#post-349 .padding1,
#post-3 .padding1 {
  padding: 1em;
}

#post-3 .entry-content h2 + div {
  padding-left: 1em;
}

.bread {
  font-size: 0.8129rem;
}

.uk-breadcrumb {
  margin-left: 0.5em;
  margin-top: 0.5em;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 10px 0 6px;
}

.pageheader-image {
  width: 100%;
  position: absolute;
  top: -10vw;
  min-width: 320px;
}

body {
  min-width: 320px;
}

.pageheader-image-height {
  width: 100%;
  height: 20vw;
}

@media screen and (min-width: 460px) {
  .pageheader-image-height {
    height: 30vw;
  }
}
@media screen and (min-width: 640px) {
  .pageheader-image-height {
    height: 18vw;
  }
  .uk-breadcrumb {
    margin-top: 1em;
  }
  .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 20px 0 16px;
  }
}
@media screen and (min-width: 700px) {
  .pageheader-image-height {
    height: 26vw;
  }
}
.uk-navbar-right {
  width: 48px;
}

.uk-navbar-container .uk-container {
  padding-left: 4px;
  padding-right: 4px;
}

@media screen and (min-width: 640px) {
  .uk-navbar-container .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
dt.empty {
  display: none !important;
}

@media screen and (min-width: 640px) {
  dt.empty {
    display: block !important;
  }
}
a .site-description,
a .site-title {
  color: #000000;
}

#post-67 .entry-header.uk-section {
  padding-bottom: 0;
}

#post-16 .contact_switcher {
  margin-bottom: 0;
}
#post-16 .contact_switcher a {
  min-width: 9em;
  text-align: center;
  display: inline-block;
}
#post-16 .contact_switcher li.uk-active a.ko {
  background-color: rgb(109, 180, 208);
}
#post-16 .contact_switcher li.uk-active a.ho {
  background-color: rgb(17, 40, 103);
}
#post-16 #contact_ko .wrap {
  background-color: rgba(109, 180, 208, 0.2);
  border-radius: 2rem;
  padding-top: 40px;
}
#post-16 #contact_ko .wrap .inner {
  background-color: #fafafa;
  border: 0;
}
#post-16 #contact_ho .wrap {
  background-color: rgba(17, 40, 103, 0.1);
  border-radius: 2rem;
  padding-top: 40px;
}
#post-16 #contact_ho .inner {
  background-color: #fafafa;
  border: 0;
}
#post-16 .wrap_policy {
  border: 0;
}

.lang_switcher.inner-modal img {
  display: none;
}
.lang_switcher.inner-modal ul {
  list-style: none;
}
.lang_switcher.inner-modal li {
  display: inline-block;
}
.lang_switcher.inner-modal li:last-child::before {
  content: "|";
  padding: 0 0.5em;
}
.lang_switcher.inner-modal a {
  color: #ffffff !important;
}

ul.contact_switcher.uk-subnav-pill {
  max-width: 760px;
  margin: 0 auto 1em;
}
ul.contact_switcher.uk-subnav-pill li a {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.uk-subnav-pill > .uk-active > a {
  background-color: rgb(17, 40, 103);
}

.uk-subnav > * {
  padding-left: 0;
}

.uk-subnav-pill li:first-child {
  padding-left: 2rem;
}

address hr {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

body.en #masthead .uk-navbar-header1.uk-navbar-right {
  width: auto;
}

#en-width-op1 {
  width: calc(100% - 60px);
}

body.en #en-width-op2 {
  display: block !important;
}

@media screen and (min-width: 640px) {
  #en-width-op1 {
    width: auto;
  }
}
.page-footer-nav {
  padding-left: 1rem;
}
.page-footer-nav button {
  line-height: 1.4;
  padding: 1em;
}
.page-footer-nav button.type1 {
  width: 14.75rem;
  aspect-ratio: 1/0.8;
}
.page-footer-nav button.type2 {
  width: 11rem;
  aspect-ratio: 16/9;
}

.uk-height-xsmall {
  height: 75px;
}

@media screen and (max-width: 639px) {
  .page-footer-nav button.type1 {
    width: 33%;
    writing-mode: vertical-rl;
    letter-spacing: 0.5em;
    display: inline-block;
    align-items: center;
    position: relative;
    font-family: "Shippori Mincho", serif;
    aspect-ratio: 9/16;
  }
  .page-footer-nav button.type2 {
    width: 50%;
  }
}
.uk-offcanvas-bar {
  min-width: 300px;
}
.uk-offcanvas-bar .uk-nav-default li > .sub-menu {
  padding-left: 1em;
  margin-left: 0.5em;
}
.uk-offcanvas-bar .uk-nav-default li > .sub-menu li {
  text-align: left;
}
.uk-offcanvas-bar .col_tel a:link {
  color: #ffffff;
}
.uk-offcanvas-bar .wrap_tel img {
  filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(79deg) brightness(101%) contrast(101%);
}
.uk-offcanvas-bar .col_holiday {
  margin-top: 1em;
}

.bg-apre .waku {
  border: 3px double rgb(17, 40, 103);
  padding: 3em;
  background-color: #ffffff;
}

.bg-main01 {
  background-color: rgba(17, 40, 103, 0.1);
}

.underline {
  border-bottom: 1px solid rgb(17, 40, 103);
}

.waku {
  border: 1px solid rgb(17, 40, 103);
  padding: 2em;
}

#post-634 h2 span {
  display: inline-block;
}

ol.sumitukikakko > li {
  margin-bottom: 1.5em;
}

.uk-list > * > ul, .uk-list > :nth-child(n+2) {
  margin-top: 0;
}

ol.kakko h2 {
  margin-bottom: 0;
}
ol.kakko > li {
  margin-bottom: 1.5em;
}
ol.kakko .maru dl, ol.kakko .maru dd {
  margin-bottom: 0.5em;
}
ol.kakko .maru dd ul {
  margin-bottom: 0;
}

.snow-monkey-form {
  padding-top: 40px;
  padding-bottom: 60px;
}

dl.table dd address {
  margin-bottom: 0;
}
dl.table dd ul {
  margin-bottom: 0;
}
dl.table dd p {
  line-height: 1.4;
}
dl.table dd p + p {
  padding-top: 0.25em;
}

dl.color dt, dl.color dd {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.uk-list {
  margin-left: 1em;
}

h2 + .inner_h2 {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 4rem;
}
h2 + .inner_h2 .uk-list {
  margin-left: 0;
}
h2 + .inner_h2 h3 + ul {
  margin-left: 0;
}
h2 + .inner_h2 dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
h2 + .inner_h2 dd ul.uk-list {
  margin-left: 0;
  margin-bottom: 0.5em;
}
h2 + .inner_h2 li::marker {
  font-size: 1.5em;
  line-height: 1em;
}
h2 + .inner_h2 li p {
  padding-bottom: 0;
}
h2 + .inner_h2 h3 {
  margin-bottom: 1rem;
}
h2 + .inner_h2 .p354_inner_ol {
  margin-left: 0;
}
h2 + .inner_h2 .p354_inner_ol li {
  padding-bottom: 1.5rem;
}
h2 + .inner_h2 .uk-list-square2 {
  margin-left: 0.5em;
}
h2 + .inner_h2 .uk-list-square2 li {
  position: relative;
}
h2 + .inner_h2 .uk-list-square2 li::marker {
  font-size: 2em;
  position: relative;
  top: 0.5em;
  content: "■ "; /* マーカー */
  position: absolute;
  left: -1.2em;
  top: 0.5em;
  /* ← ここで縦位置を下げる */
  font-size: 1em;
  line-height: 1;
}
h2 + .inner_h2 ul.uk-list-collapse li::marker {
  font-size: 1em;
}
h2 + .inner_h2 ol {
  margin-left: 0;
}
h2 + .inner_h2 ol.maru > li > dl > dd > ul {
  margin-bottom: 0;
}

#post-3 h2 {
  display: flex;
  line-height: 1.2;
}
/*# sourceMappingURL=style.css.map */