@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.75; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-family: "myriad-variable", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media screen and (max-width: 780px) {
  body {
    overflow-x: hidden;
  }
}

body {
  margin: 0;
}

body.no-touch {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}

body.enquete .main-main {
  padding-bottom: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

.bold {
  font-weight: bold;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .br_pc {
    display: none;
  }
}

.d_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .d_sp {
    display: block;
  }
}

.d_pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .d_pc {
    display: none;
  }
}

.ggmap iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 45.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: 1.4;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #5588c3;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff !important;
  cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/******************************************
               wp
*******************************************/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #F3F3F3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 85.714%;
  padding: 3px 4px 5px;
  margin: 0;
}

.indexpage {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1285px) {
  .indexpage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.indexpage {
  margin: 80px auto 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
.indexpage h1 {
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.indexpage > ul > li {
  padding: 1em;
  border-bottom: 1px dashed #ddd;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.5em;
}
.indexpage > ul > li:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/arrow01.svg) left center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  position: absolute;
  top: 0;
  left: 0;
}
.indexpage > ul > li a {
  font-size: 1.125rem;
}
.indexpage ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.indexpage ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}
.indexpage ol img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border: 1px solid #ddd;
}
@media screen and (max-width: 780px) {
  .indexpage ol img {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 780px) {
  .indexpage {
    width: calc(100vw - 40px);
    margin: 40px auto;
    padding: 30px 20px;
  }
}

/* Slick slider: テキスト選択を有効化 */
.slick-slider {
  -moz-user-select: text !important;
   -ms-user-select: text !important;
       user-select: text !important;
  -webkit-user-select: text !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .header {
    display: none;
  }
}

.sp_nav {
  display: none;
}
.sp_nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 780px) {
  .sp_nav {
    display: block;
    position: fixed;
    top: 69px;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fbeff4;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: calc(100svh - 50px);
    overflow-y: auto;
    padding: 0 30px 80px;
  }
  .sp_nav > ul .togglelist:after {
    display: none;
  }
  .sp_nav > ul > li {
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .sp_nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.2em 0;
    color: #333;
    font-size: 15px;
    pointer-events: auto;
  }
  .sp_nav > ul > li > a:before {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_arw01.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3em;
  }
  .sp_nav > ul > li .ocbutton {
    display: none;
    cursor: pointer;
  }
  .sp_nav > ul > li .ocbutton + label {
    cursor: pointer;
    pointer-events: auto !important;
  }
  .sp_nav > ul > li .ocbutton + label:hover { /* マウスがボタンの上にある時 */
    border-bottom: 1px dotted #888;
  }
  .sp_nav > ul > li .ocbutton + label:before { /* 非表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_plus.svg) center no-repeat;
    background-size: contain;
    top: 22px;
    right: -0.5em;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav > ul > li .ocbutton:checked + label:before { /* 表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_minus.svg) center no-repeat;
    background-size: contain;
    top: 22px;
    right: -0.5em;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav > ul > li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0.5em;
    margin: 0 0 0.5em;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  .sp_nav > ul > li ul li {
    line-height: 1.75;
    margin-bottom: 0.2em;
    width: 100%;
  }
  .sp_nav > ul > li ul li a {
    font-size: 15px;
    color: #333;
    line-height: 1;
    pointer-events: auto !important;
  }
  .sp_nav > ul > li ul li a:before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: url(../images/common/ico_arw01.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3em;
  }
  .sp_nav .wraps-lang {
    background-color: #fff;
    margin-top: 40px;
    font-size: 12px;
    position: relative;
  }
  .sp_nav .wraps-lang:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    color: #5588c3;
    pointer-events: none;
  }
  .sp_nav .wraps-lang select {
    width: 100%;
    width: 120px;
    height: 40px;
    padding: 0 10px;
  }
  .sp_nav .wraps-lang select:hover {
    cursor: pointer;
  }
}

.sp_header {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    width: 100%;
    background-color: #fff;
  }
  .sp_header__logo {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  .sp_header__logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_header__logo a img {
    height: 45px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .sp_header .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #5588c3;
    color: #fff;
  }
  .sp_header .menu-btn p {
    color: #5588c3;
    font-size: 9px;
    position: absolute;
    right: 0;
    bottom: 3px;
    margin: auto;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .sp_header .menu-btn span {
    display: block;
    width: 36px;
    height: 2px;
    border-radius: 500px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_header .menu-btn span:nth-child(1) {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .sp_header .menu-btn span:nth-child(1).open {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  .sp_header .menu-btn span:nth-child(2) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .sp_header .menu-btn span:nth-child(2).open {
    opacity: 0;
  }
  .sp_header .menu-btn span:nth-child(3) {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .sp_header .menu-btn span:nth-child(3).open {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

footer {
  background-color: #fff;
  position: relative;
  font-size: 16px;
  margin-top: 80px;
}

.copyright {
  background-color: #5588c3;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 15px;
}

#pagetop {
  position: fixed;
  right: 1%;
  bottom: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop a img {
  width: 80px;
}
@media screen and (max-width: 780px) {
  #pagetop {
    display: none;
  }
}

.inner {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1285px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .inner {
    padding: 0;
  }
}

body {
  overflow-x: hidden;
}

main {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 15px;
}
main > div[id] {
  margin-top: -155px;
  padding-top: 155px;
}
main .anchor {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  main {
    font-size: 14px;
  }
  main > div[id] {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .br_pc {
    display: none;
  }
}

.btn_01 {
  display: block;
  border: 1px solid #ccc;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn_01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  padding: 1em 2em;
  font-weight: 100;
  letter-spacing: 0.1em;
}
.btn_01 a:before {
  content: "";
  width: 2.75em;
  height: 0.75em;
  background: url(../images/ico_arrow_w.svg) no-repeat center center;
  background-size: contain;
}
.btn_01::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn_01:hover {
  color: #333;
  opacity: 1 !important;
}
.btn_01:hover a {
  color: #333 !important;
  opacity: 1 !important;
}
.btn_01:hover a:before {
  content: "";
  background: url(../images/ico_arrow_b.svg) no-repeat center center;
  background-size: contain;
}
.btn_01:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn_01.nolink {
  pointer-events: none;
}
.btn_01.nolink a:before {
  display: none;
}
@media screen and (max-width: 780px) {
  .btn_01 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .btn_01 a {
    padding: 0.75em 1.5em;
  }
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.slick-wraps > .slick-dots {
  width: auto;
}

.temp-txt01 {
  margin-bottom: 20px;
}

.temp-link01 {
  margin-bottom: 20px;
}
.temp-link01 a:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/ico_arw01.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.temp-tbl {
  overflow-x: auto;
}
.temp-tbl table {
  width: 100%;
  min-width: 900px;
}
.temp-tbl table tr td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0.5em;
  font-size: 14px;
}
.temp-tbl table tr td.bg01 {
  background-color: #fdf8f9;
  font-weight: bold;
}
.temp-tbl table tr td.op0 {
  opacity: 0;
  border: 0;
}
.temp-tbl .ul01 {
  margin-left: 2em;
}
@media screen and (max-width: 780px) {
  .temp-tbl table {
    min-width: 700px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .mb80 {
    margin-bottom: 60px;
  }
}

.ul01 {
  list-style-type: disc;
  margin-left: 1.25em;
}
.ul01 > li {
  position: relative;
  margin-bottom: 0.25em;
  font-size: 1rem;
  text-align: left;
}
.A1-wrapper__other .ul01 > li {
    font-size:inherit;
}
.ul01 > li > div {
  color: #333;
}
.ul01 > li .bikou {
  font-size: 0.875rem;
}
.ul01 > li a {
  color: #2aa7ec;
  text-decoration: underline;
}
.ul01 > li ul, .ul01 > li ol {
  margin: 10px 0;
}
.ul01 > li ul li, .ul01 > li ol li {
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1.5em;
  font-size: 0.875rem;
  text-align: left;
}
.ul01.lh1-5 li {
  margin-bottom: 0.4em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  font-size: 1rem;
  line-height: 1.7;
}
.ul02 li:before {
  content: "※" !important;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
}
.ul02 li a {
  color: #2aa7ec;
  text-decoration: underline;
}

.ol01 {
  list-style-type: decimal;
  margin-left: 1.25em;
}
.ol01 li {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1rem !important;
  padding-left: 0.25em !important;
}
.ol01 li:before {
  display: none !important;
}
.ol01 li .bikou {
  font-size: 0.875rem;
}
.ol01 li a {
  color: #2aa7ec;
  text-decoration: underline;
}

.dl01 {
  margin-bottom: 30px;
}
.dl01_en > dl > dt {
  width: 100px !important;
}
.dl01 > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.5em 0;
}
.dl01 > dl > dt {
  width: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.dl01 > dl > dd {
  padding: 0 0.5em;
}
.dl01 > dl > dd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 5px;
}
.dl01 > dl > dd dl dt {
  width: 9em;
}
.dl01 > dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1100px) {
  .dl01 > dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dl01 > dl:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #5588c3;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: none;
  }
  .dl01 > dl > dt, .dl01 > dl > dd {
    width: 100%;
    /* font-size: 0.875rem; */
  }
  .dl01 > dl > dt {
    font-weight: bold;
    margin-bottom: 5px;
    color: #5588c3;
  }
  .dl01 > dl > dd {
    padding: 0;
  }
  .dl01 > dl > dd dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .dl01 > dl > dd dl dt, .dl01 > dl > dd dl dd {
    width: 100%;
  }
  .dl01 > dl > dd dl dt {
    font-weight: bold;
  }
}

.dl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.dl02 dl {
  background-color: #FCF9F2;
  padding: 20px 20px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dl02 dl > dt {
  width: 180px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-right: 1px solid #5588c3;
  text-align: center;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl02 dl > dd {
  padding: 0 0.5em;
}
@media screen and (max-width: 780px) {
  .dl02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .dl02 dl dt {
    font-size: 18px;
    border: 0;
  }
  .dl02 dl dt, .dl02 dl dd {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
  }
}

.contact-policy {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  height: 270px;
  overflow-y: auto;
}
.contact-policy > h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-policy .policy-txt h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: bold;
}
.contact-policy .policy-info {
  margin-top: 30px;
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
.contact-form #inputContactForm {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
@media screen and (max-width: 780px) {
  .contact-form #inputContactForm {
    padding-bottom: 0;
  }
}
.contact-form .col-label {
  border-right: 1px solid #ccc;
  margin-right: 3em;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .contact-form .col-label {
    border-right: 0;
    margin-right: 0;
  }
}
.contact-form #contactButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.contact-form #contactButton > div {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form #contactButton > div:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/ico_arw02.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.3em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1em;
  z-index: 10;
}
.contact-form #contactButton > div:nth-child(2) input {
  background-color: #999 !important;
}
.contact-form #contactButton a, .contact-form #contactButton input {
  width: 350px;
  max-width: 100%;
  height: 55px;
  font-size: 1rem;
  background-color: #5588c3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form #contactButton a:hover, .contact-form #contactButton input:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form #contactButton a:nth-child(2), .contact-form #contactButton input:nth-child(2) {
  background-color: #5588c3;
}
@media screen and (max-width: 780px) {
  .contact-form #contactButton {
    margin-top: 20px;
    padding-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block;
  }
  .contact-form #contactButton > div {
    width: 100%;
  }
}

.policy-txt {
  list-style-type: decimal;
  margin-left: 1.25em;
}
.policy-txt li {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1rem !important;
  padding-left: 0.25em !important;
}
.policy-txt li:before {
  display: none !important;
}
.policy-txt li .bikou {
  font-size: 0.875rem;
}
.policy-txt li a {
  color: #5588c3;
  text-decoration: underline;
}
.policy-txt li h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
.policy-txt li ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.policy-txt li ul li {
  padding: 0;
  margin-bottom: 5px;
}

.policy-info {
  margin-top: 60px;
  background-color: #fdf8f9;
  padding: 30px;
}
.policy-info h4 {
  font-size: 1.125rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #5588c3;
}
.policy-info h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.policy-info a {
  color: #5588c3;
}
@media screen and (max-width: 780px) {
  .policy-info {
    padding: 20px;
    font-size: 0.875rem;
  }
  .policy-info h3, .policy-info h4 {
    font-size: 1rem;
  }
}

/******************************************
              contact
*******************************************/
section.contact {
  padding: 55px 50px 0;
}

.contact__inner {
  padding-bottom: 50px;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  border-bottom: 1px solid #dadbdb;
  line-height: 1.8;
}

.contact .privacy-agree {
  border-bottom: 1px solid #dadbdb;
  padding-bottom: 32px;
  margin-top: -75px;
}

.contact__inner.bb_none {
  border-bottom: none;
}

.text-description {
  text-align: center;
  margin-top: 50px;
  font-size: 0.95em;
}

.contact-tel {
  color: #5588c3;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 6px -2px 0;
}

.contact-tel .contact-tel-text {
  margin-bottom: -8px;
  font-size: 0.5em;
  font-weight: normal;
  color: #323333;
}

.contents-title-md {
  font-size: 1.6em;
}

.privacy_list dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 16px;
}

.privacy_list dd a {
  color: #5588c3;
}

@media screen and (max-width: 959px) {
  section.contact {
    padding: 32px 20px 0;
  }
  .contact__inner {
    width: 100%;
    padding-bottom: 32px;
  }
  .text-description {
    margin-top: 24px;
  }
  .contact-tel::before {
    display: none;
  }
  .contact-tel .show_tb {
    color: #5588c3;
  }
  .contact-tel .show_tb::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_tel.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 6px 6px 0;
  }
  .contact .privacy-agree {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .privacy-frame {
    width: 100;
  }
}
@media screen and (max-width: 780px) {
  .contact .contact-tel {
    font-size: 175%;
    margin-bottom: 0;
  }
}
.contact .privacy-frame {
  overflow: auto;
  width: calc(100% - 2em);
  height: 17em;
  padding: 2.5em;
  font-size: 0.9em;
  border: 1px solid #e9e9e9;
  margin: 1em auto;
}

.contact .privacy-frame ol {
  padding-left: 40px;
  margin: 32px 0;
}

@media screen and (max-width: 780px) {
  .contact .privacy-frame {
    padding: 1em;
  }
  .contact .privacy-frame ol {
    padding-left: 30px;
  }
}
.contact .privacy-agree {
  font-size: 93.75%;
}

@media screen and (max-width: 780px) {
  .contact .privacy-agree {
    font-size: 87.5%;
  }
}
.contact .privacy-agree label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .privacy-agree .agreement-lock {
  margin-right: 8px;
}

.contact .privacy-confirm-agree {
  font-size: 93.75%;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .contact .privacy-confirm-agree {
    font-size: 87.5%;
  }
}
.contact .button-line {
  display: block;
  text-align: center;
}

.contact .btn {
  display: inline-block;
  max-width: 100%;
  padding: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  position: relative;
}

@media screen and (max-width: 780px) {
  .contact .btn {
    margin: 1em auto;
  }
}
.contact .btn:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}

.contact .btn:before {
  content: "›";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0.49em;
  margin-top: -4px;
  margin-right: 10px;
}

.contact .btn.btn-primary {
  background-color: #5588c3;
  border: 1px solid #5588c3;
  color: #fff;
}

.contact .btn.btn-back {
  background-color: #909090;
  border: 1px solid #909090;
  color: #fff;
}

.contact .btn.btn-semi-block {
  max-width: 100%;
  width: 20em;
}

.contact .btn.btn-narrow-block {
  max-width: 100%;
  width: 14em;
}

form.form {
  padding-bottom: 10px;
}

#privacyAgree label input[type=checkbox],
#privacyAgree label input[type=radio] {
  display: none !important;
}

/* *********************************************************/
.mwform-checkbox-field-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.mwform-checkbox-field-text:before {
  content: "";
  display: block;
  margin-right: 0.6rem;
  border: 1px solid #CED1D2;
  border-radius: 3px;
  background: #F9FAFA;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.agreement-lock:checked, .mwform-checkbox-field-text {
  position: relative;
}

.agreement-lock:checked + .mwform-checkbox-field-text:before {
  border: 1px solid #5588c3;
  background: #5588c3;
}

.agreement-lock:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2024%2016%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m24%202.8-14.1%2013.2-9.9-9.3%202.6-2.8%207.2%206.8%2011.5-10.7z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* *********************************************************/
form.form input[type=text],
form.form input[type=email],
form.form input[type=password],
form.form input[type=tel],
form.form input[type=address],
form.form input[type=number],
form.form textarea,
form.form select,
form.form button:not(.btn) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1em;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  border-radius: 1px;
  max-width: 100%;
  line-height: 1.2;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  background-color: rgba(255, 255, 255, 0.25);
}

:-moz-placeholder {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

:placeholder-shown {
  color: #333333;
}

::-webkit-input-placeholder {
  color: #333333;
}

:-moz-placeholder {
  color: #333333;
}

::-moz-placeholder {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

.form-generic label ~ .form-required {
  display: inline-block;
  width: 3em;
  color: #fff;
  background-color: #e44e66;
  font-size: 0.75em;
  font-style: normal;
  text-align: center;
  margin-left: 0.75em;
}

.form-generic {
  margin-bottom: 2em;
}

.form-generic .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row {
    margin-bottom: 1.5em;
  }
  .form-generic .table-row.dashed_none {
    border-bottom: none;
  }
}
.form-generic .table-row .col {
  padding-bottom: 2em;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col {
    padding-bottom: 1em;
  }
}
.form-generic .table-row .col-label {
  width: 14em;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-label {
    width: 100%;
  }
}
.form-generic .table-row .col-input {
  width: calc(100% - 18em);
  line-height: 2;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-input {
    width: 100%;
  }
}
.form-generic .table-row .col-input .ruby-input {
  margin-right: 1em;
}

@media screen and (max-width: 780px) {
  .form-generic .table-row .col-input .ruby-input {
    width: 100%;
    margin-right: 2%;
  }
  .form-generic .table-row .col-input .ruby-input:last-child {
    margin-right: 0;
  }
}
.form-generic .table-row .col-input .message-input {
  height: 12em;
  overflow-y: auto;
  resize: none;
}

.mw_wp_form_direct_access_error {
  text-align: left;
  margin: 60px auto 0;
}

@media screen and (max-width: 780px) {
  .mw_wp_form_direct_access_error {
    margin: 30px auto 0px;
  }
}
.mw_wp_form_direct_access_error p {
  color: #ff1d25;
  margin-bottom: 1em;
}

/* Form agreement lock */
form.form .form-locked {
  opacity: 0.3;
}

form.form .form-locked * {
  pointer-events: none;
}

form.form .form-locked.unlocked {
  opacity: 1;
}

form.form .form-locked.unlocked * {
  pointer-events: auto;
}

.confirm-mess {
  text-align: center;
}

.mw_wp_form_confirm #privacyAgree {
  display: none;
}

#privacyAgree {
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .col-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-input > span > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-input > span > label > input {
    width: auto !important;
    margin-right: 0.5em;
  }
}
.registration-confirm-info,
.contact-confirm-info {
  line-height: 1.8;
  margin-bottom: 3em;
}
.registration-confirm-form .col-label,
.contact-confirm-form .col-label {
  font-weight: bold;
}
.registration-confirm-form .col-input input,
.registration-confirm-form .col-input label,
.registration-confirm-form .col-input textarea,
.contact-confirm-form .col-input input,
.contact-confirm-form .col-input label,
.contact-confirm-form .col-input textarea {
  display: none !important;
}
.registration-confirm-form #contactButton,
.contact-confirm-form #contactButton {
  margin-top: 20px;
}

.registration-confirm-info,
.contact-confirm-info {
  line-height: 1.8;
  margin-bottom: 3em;
}
.registration-confirm-form .col-label,
.contact-confirm-form .col-label {
  font-weight: bold;
}
.registration-confirm-form .col-input input,
.registration-confirm-form .col-input label,
.registration-confirm-form .col-input textarea,
.contact-confirm-form .col-input input,
.contact-confirm-form .col-input label,
.contact-confirm-form .col-input textarea {
  display: none !important;
}
.registration-confirm-form #contactButton,
.contact-confirm-form #contactButton {
  margin-top: 20px;
}

.T1-wrapper {
  background: #000;
  position: relative;
  width: 100dvw;
  height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
  padding: 0 5%;
}
.T1-wrapper > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.75;
}
.T1-wrapper__days {
  position: relative;
  z-index: 2;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.T1-wrapper__days h1 {
  width: 40%;
  min-width: 200px;
}
.T1-wrapper__days .wraps-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.T1-wrapper__days .wraps-col .txts {
  color: #fff;
  margin-bottom: 40px;
  font-family: "myriad-variable", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 100;
}
@media screen and (max-width: 1170px) {
  .T1-wrapper__days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .T1-wrapper__days .txts {
    text-align: center;
  }
}
.T1-wrapper__other {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 50%;
  max-width: 50%;
  background-color: #000;
}
.T1-wrapper__other .col {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.T1-wrapper__other .col > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.T1-wrapper__other .col__inner {
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.T1-wrapper__other .col h2 img {
  width: 100%;
  text-align: center;
  height: 20%;
  max-width: 200px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 3s cubic-bezier(0.45, 0, 0.55, 1);
}
.T1-wrapper__other .col .btns {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.8s 0.3s, visibility 0.8s 0.3s, max-height 0.8s 0.3s;
  transition: opacity 0.8s 0.3s, visibility 0.8s 0.3s, max-height 0.8s 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.T1-wrapper__other .col .btns_col {
  width: 100%;
}
.T1-wrapper__other .col .btns_col a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  gap: 0.5em;
}
.T1-wrapper__other .col .btns_col a:before {
  content: "";
  width: 1.5em;
  height: 1em;
  background: url(../images/ico_arrow_w.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.T1-wrapper__other .col .btns_col a:hover {
  background-color: #fff;
  color: #000 !important;
  opacity: 1 !important;
}
.T1-wrapper__other .col .btns_col a:hover:before {
  background-image: url(../images/ico_arrow_b.svg);
}
.T1-wrapper__other .col__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.T1-wrapper__other .col__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.T1-wrapper__other .col:hover {
  width: 500%;
}
.T1-wrapper__other .col:hover h2 img {
  opacity: 1;
}
.T1-wrapper__other .col:hover .btns {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
@media screen and (max-width: 780px) {
  .T1-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    min-height: 100dvh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .T1-wrapper > video {
    height: 75%;
  }
  .T1-wrapper__days {
    width: 100%;
    padding: 80px 25px;
    gap: 0;
  }
  .T1-wrapper__days h1 {
    text-align: center;
  }
  .T1-wrapper__days h1 img {
    width: 120px;
  }
  .T1-wrapper__days .wraps-col {
    text-align: center;
  }
  .T1-wrapper__days .wraps-col .txts {
    margin-bottom: 20px;
    margin: 80px 0;
  }
  .T1-wrapper__other {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .T1-wrapper__other .col {
    width: 100%;
    min-height: 80px;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    overflow: hidden;
    cursor: pointer;
  }
  .T1-wrapper__other .col:hover {
    width: 100%;
  }
  .T1-wrapper__other .col .col__inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .T1-wrapper__other .col h2 img {
    width: 120px !important;
    height: 60px !important;
    -o-object-fit: contain;
       object-fit: contain;
    position: static;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .T1-wrapper__other .col .btns {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s, max-height 0.5s, margin-top 0.5s;
    transition: opacity 0.5s, visibility 0.5s, max-height 0.5s, margin-top 0.5s;
  }
  .T1-wrapper__other .col.is-active .btns {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    margin-top: 20px;
  }
  .T1-wrapper__other .col:nth-child(1) .col__bg img {
    -o-object-position: 100% 75% !important;
       object-position: 100% 75% !important;
  }
  .T1-wrapper__other .col:nth-child(3) .col__bg img {
    -o-object-position: 100% 40% !important;
       object-position: 100% 40% !important;
  }
  .T1-wrapper__other .col:nth-child(4) .col__bg img {
    -o-object-position: 100% 57% !important;
       object-position: 100% 57% !important;
  }
}

.A1-wrapper {
  background: #000;
  position: relative;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.A1-wrapper__days {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 50px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.A1-wrapper__days .logos {
  text-align: center;
  margin-bottom: 40px;
}
.A1-wrapper__days .logos img {
  width: 150px;
}
.A1-wrapper__days h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.A1-wrapper__days .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1em;
  position: relative;
  z-index: 10;
}
.A1-wrapper__days .btns a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.A1-wrapper__days .btns a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/ico_arrow_w.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.A1-wrapper__other {
  width: calc(100% - 350px);
  min-width: 0;
  min-height: 100dvh;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.A1-wrapper__other-slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.A1-wrapper__other-slider .slick-list {
  overflow: hidden;
}
.A1-wrapper__other-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.A1-wrapper__other-slider .slick-slide {
  height: auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.A1-wrapper__other-slider .slick-slide > div {
  height: auto;
}
.A1-wrapper__other .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 100px;
  margin: 0 auto;
  height: 100dvh;
  overflow-y: auto;
  /* スクロールバーを非表示にする */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.A1-wrapper__other .col::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.A1-wrapper__other h2 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1em;
}
.A1-wrapper__other h2:not(:first-child) {
  margin-top: 2.5em;
}
.A1-wrapper__other h3 {
  color: #fff;
  font-weight: 700;
}
.A1-wrapper__other .txts {
  color: rgb(255, 255, 255);
  line-height: 1.8;
}
.A1-wrapper__other .dl01 {
  width: 100%;
  margin-bottom: 0;
}
.A1-wrapper__other .dl01 > dl {
  border-bottom-color: rgb(255, 255, 255);
}
.A1-wrapper__other .dl01 > dl:before {
  background-color: #fff;
}
.A1-wrapper__other .dl01 > dl > dt {
  color: #fff;
}
.A1-wrapper__other .dl01 > dl > dd {
  color: rgb(255, 255, 255);
}
.A1-wrapper__other .dl01 > dl > dd dl dt {
  color: #fff;
}
.A1-wrapper__other .dl01 > dl > dd dl dd {
  color: rgb(255, 255, 255);
}
.A1-wrapper__other .dl01 > dl > dd .ul01 li {
  color: #fff;
}
.A1-wrapper__other .dl01 > dl > dd .ul01 li div {
  color: #fff;
}
@media screen and (max-width: 780px) {
  .A1-wrapper__other .dl01 > dl > dt {
    color: rgb(255, 255, 255);
  }
}
.A1-wrapper__other .A1-jigyo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.A1-wrapper__other .A1-jigyo .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.A1-wrapper__other .A1-jigyo .wraps .logo {
  width: 130px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.A1-wrapper__other .A1-jigyo .wraps .logo img {
  max-height: 75%;
}
.A1-wrapper__other .A1-jigyo .wraps .info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.A1-wrapper__other .A1-jigyo .wraps .info h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.A1-wrapper__other .A1-access {
  width: 100%;
  margin-top: 100px;
}
.A1-wrapper__other .A1-access .ggmap {
  margin: 1em 0 2em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  background: #fff;
}
.A1-wrapper__other .A1-access .ggmap #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.A1-wrapper__other .A1-access .map-infowindow {
  padding: 4px 2px 2px;
  min-width: 140px;
}
.A1-wrapper__other .A1-access .map-infowindow__name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.A1-wrapper__other .A1-access .map-infowindow__btn {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background: #4285f4;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
}
.A1-wrapper__other .A1-access .map-infowindow__btn:hover {
  background: #2b6fcc;
}
.A1-wrapper__other .A1-access h3 {
  margin: 40px 0 10px;
  font-size: 17px;
}
.A1-wrapper__other .slick-arrow {
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(48, 48, 48, 0.55) !important;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.A1-wrapper__other .slick-arrow:hover {
  background: rgba(72, 72, 72, 0.7) !important;
}
.A1-wrapper__other .slick-arrow:before {
  opacity: 1;
  color: #fff;
  display: none;
}
@media screen and (max-width: 780px) {
  .A1-wrapper__other .slick-arrow {
    top: -90px;
  }
}
.A1-wrapper__other .slick-prev {
  left: -15px;
}
.A1-wrapper__other .slick-next {
  right: -15px;
}
@media screen and (max-width: 780px) {
  .A1-wrapper__other {
    width: 100%;
    min-height: auto;
  }
  .A1-wrapper__other .slick-prev {
    left: 6px;
  }
  .A1-wrapper__other .slick-next {
    right: 6px;
  }
}
@media screen and (max-width: 780px) {
  .A1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .A1-wrapper__days {
    width: 100%;
    padding: 30px 25px 20px;
    position: relative;
  }
  .A1-wrapper__days:before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 30px;
    bottom: 0;
  }
  .A1-wrapper__days .logos {
    margin-bottom: 20px;
  }
  .A1-wrapper__days .logos img {
    width: 60px;
  }
  .A1-wrapper__days h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .A1-wrapper__days .btns {
    margin-left: 0;
  }
  .A1-wrapper__days .btns a:before {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .A1-wrapper__other {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  .A1-wrapper__other .col {
    padding: 40px 30px 330px;
  }
  .A1-wrapper__other .col h2 {
    text-align: center;
  }
  .A1-wrapper__other .col .A1-jigyo {
    gap: 50px;
  }
  .A1-wrapper__other .col .A1-jigyo .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .A1-wrapper__other .col .A1-jigyo .wraps .logo {
    text-align: center;
  }
  .A1-wrapper__other .col .A1-jigyo .wraps .logo img {
    max-height: 60px;
    max-width: 145px;
  }
  .A1-wrapper__other .col .A1-jigyo .wraps .info h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
}