@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #231815;
  letter-spacing: 0.02em;
  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: #5588c3 !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 35px;
  margin: 80px auto 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 1285px) {
  .indexpage {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 780px) {
  .indexpage {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.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;
  }
}

.header {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px 20px;
  z-index: 400;
}
.header-logo {
  margin-bottom: 20px;
}
.header-logo h1 {
  text-align: center;
}
.header-logo h1 a img {
  height: 70px;
}
.header-logo h1 div {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.header-nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.header-nav nav ul li a {
  font-size: 26px;
  font-weight: 500;
  color: #999;
  font-family: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 780px) {
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 110px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header.is-scrolled {
    height: 80px;
  }
  .header-logo {
    margin-bottom: 0;
  }
  .header-logo h1 a img {
    height: 50px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header-logo h1 div {
    font-size: 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-logo h1 div.hide-on-scroll {
    opacity: 0;
    display: none;
  }
  .header.is-scrolled .header-logo h1 a img {
    height: 35px;
  }
  .header-nav {
    display: none;
  }
}

body.menu-open {
  overflow: hidden;
}

.gnavi {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 300;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  padding: 40px 0px;
}
.gnavi.is-active {
  top: 0;
}
.gnavi-logo {
  text-align: center;
  margin-bottom: 20px;
}
.gnavi-logo img {
  height: 70px;
}
.gnavi-logo div {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.gnavi-search {
  margin-bottom: 60px;
}
.gnavi-search form {
  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: 20px;
}
.gnavi-search form input {
  width: 100%;
  background-color: #fff;
  height: 60px;
  padding: 5px 15px;
  font-size: 20px;
}
.gnavi-search form input::-webkit-input-placeholder {
  color: #ccc;
}
.gnavi-search form input::-moz-placeholder {
  color: #ccc;
}
.gnavi-search form input:-ms-input-placeholder {
  color: #ccc;
}
.gnavi-search form input::-ms-input-placeholder {
  color: #ccc;
}
.gnavi-search form input::placeholder {
  color: #ccc;
}
.gnavi-search form button img {
  height: 40px;
}
.gnavi-nav {
  margin-bottom: 40px;
}
.gnavi-nav ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 2em;
}
.gnavi-nav ul li a {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  font-family: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.005em;
}
.gnavi-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em 1em;
}
.gnavi-tags ul li a {
  color: #bab9b9;
  font-size: 16px;
}
.gnavi-others {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #bab9b9;
}
.gnavi-others ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gnavi-others ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 780px) {
  .gnavi {
    padding: 40px 25px;
  }
  .gnavi-logo {
    margin-bottom: 30px;
  }
  .gnavi-logo img {
    height: 50px;
  }
  .gnavi-logo div {
    font-size: 12px;
  }
  .gnavi-search {
    margin-bottom: 40px;
  }
  .gnavi-search form {
    gap: 10px;
  }
  .gnavi-search form input {
    height: 50px;
  }
  .gnavi-search form button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .gnavi-search form button img {
    height: 30px;
  }
  .gnavi-nav {
    margin: 30px 0;
  }
  .gnavi-nav ul {
    gap: 0.5em 1.5em;
  }
  .gnavi-nav ul li a {
    font-size: 18px;
  }
  .gnavi-tags ul {
    gap: 0.5em 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnavi-tags ul li {
    line-height: 1;
  }
  .gnavi-tags ul li a {
    font-size: 13px;
    line-height: 1;
  }
  .gnavi-others ul li a {
    font-size: 16px;
  }
}

.sp_header {
  display: none;
}
@media screen and (min-width: 1px) {
  .sp_header {
    display: block;
    position: fixed;
    left: 0;
    padding: 15px 25px;
    top: 0;
    z-index: 301;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    pointer-events: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 780px) {
  .sp_header {
    padding: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1px) {
  .sp_header__sns {
    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;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    pointer-events: all;
  }
  .sp_header__sns a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_header__sns a img {
    height: 45px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (min-width: 1px) and (max-width: 780px) {
  .sp_header__sns {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 100;
  }
  .sp_header__sns a img {
    height: 30px;
  }
}
@media screen and (min-width: 1px) {
  .sp_header .menu-btn {
    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;
    color: #fff;
    position: relative;
    pointer-events: all;
  }
  .sp_header .menu-btn span {
    display: block;
    width: 60px;
    height: 2px;
    border-radius: 500px;
    background: #cccccc;
    -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);
  }
}
@media screen and (min-width: 1px) and (max-width: 780px) {
  .sp_header .menu-btn {
    width: 50px;
    position: fixed;
    top: 0;
    left: 20px;
    z-index: 300;
  }
  .sp_header .menu-btn span {
    width: 40px;
    height: 2px;
  }
  .sp_header .menu-btn span:nth-child(1) {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .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(10px);
            transform: translateY(10px);
  }
  .sp_header .menu-btn span:nth-child(3).open {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

.MV, .MV-low {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 0;
  margin-bottom: 0 !important;
}
.MV-col, .MV-low-col {
  position: relative;
}
.MV-col > a, .MV-low-col > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.MV-catch, .MV-low-catch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 80px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.MV-catch h2, .MV-low-catch h2 {
  font-size: 34px;
  font-weight: 600;
}
.MV-catch div, .MV-low-catch div {
  font-size: 20px;
  font-weight: 600;
}
.MV-img, .MV-low-img {
  width: 100%;
  position: relative;
}
.MV-img:before, .MV-low-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 46%;
}
.MV-img img, .MV-img video, .MV-low-img img, .MV-low-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.MV-img img, .MV-low-img img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.MV .slick-dots, .MV-low .slick-dots {
  position: absolute;
  bottom: 35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.MV .slick-dots li, .MV-low .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .MV, .MV-low {
    margin-bottom: 40px !important;
    margin-top: 110px !important;
  }
  .MV-catch, .MV-low-catch {
    padding: 30px;
    padding-bottom: 60px;
    position: static;
    background: none;
    color: #333;
  }
  .MV-catch h2, .MV-low-catch h2 {
    font-size: 18px;
  }
  .MV-catch div, .MV-low-catch div {
    font-size: 16px;
  }
  .MV-img img, .MV-low-img img {
    height: 180px;
  }
  .MV .slick-dots, .MV-low .slick-dots {
    position: absolute;
    bottom: 15px;
  }
  .MV .slick-dots li button:before, .MV-low .slick-dots li button:before {
    background-color: #999;
  }
}

.footer {
  background: url(../images/common/bg_footer.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.footer-logo {
  text-align: center;
  margin-bottom: 15px;
}
.footer-logo a img {
  height: 70px;
}
@media screen and (max-width: 780px) {
  .footer-logo a img {
    height: 60px;
  }
}
.footer .copyright {
  text-align: center;
}
.footer .copyright small {
  text-align: center;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .footer .copyright small {
    font-size: 10px;
  }
}

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

body {
  overflow-x: hidden;
}

main {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 35px;
  position: relative;
}
@media screen and (max-width: 1285px) {
  main {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 780px) {
  main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main > div[id] {
  margin-top: -155px;
  padding-top: 155px;
}
main .anchor {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  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: -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;
  gap: 10px;
}
.btn_01 a {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 54100px;
  text-align: center;
  background-color: #5588c3;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.btn_01 a:before {
  content: "";
  background: url(../images/common/ico_arw03.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_01 a:hover {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
  .btn_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_01 a {
    width: 100%;
  }
}

.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;
}
.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 > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 1em 0;
}
.dl01 > dl:before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #5588c3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.dl01 > dl > dt {
  width: 180px;
  font-weight: bold;
  -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 {
  font-weight: bold;
}
.dl01 > dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .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: 1rem;
  }
  .dl01 > dl > dt {
    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;
  }
}

a[href^="tel:"] {
  color: #333;
}

main a:has(> img):after {
  display: none !important;
}

.new {
  font-size: 0.875rem;
  color: #EA5E76;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.25em;
}

.c01 {
  background-color: #e4e4e4;
}

.c02 {
  background-color: #cde7fb;
}

.c03 {
  background-color: #c5e6cd;
}

.c04 {
  background-color: #fdc1c1;
}

.wow {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay025 {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}

.delay05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay075 {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

.delay1 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay125 {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

.delay15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.delay175 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.delays1 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delays2 {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

.delays3 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delays4 {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

.delays5 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.delays6 {
  -webkit-animation-delay: 1.75s !important;
          animation-delay: 1.75s !important;
}

.delays7 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.delays8 {
  -webkit-animation-delay: 2.25s !important;
          animation-delay: 2.25s !important;
}

.delays9 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.delays10 {
  -webkit-animation-delay: 5.75s !important;
          animation-delay: 5.75s !important;
}

.duration1 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.duration2 {
  -webkit-animation-duration: 0.75s !important;
          animation-duration: 0.75s !important;
}

.duration3 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.duration4 {
  -webkit-animation-duration: 1.25s !important;
          animation-duration: 1.25s !important;
}

.duration5 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}

.duration6 {
  -webkit-animation-duration: 1.75s !important;
          animation-duration: 1.75s !important;
}

.duration7 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

.duration8 {
  -webkit-animation-duration: 2.25s !important;
          animation-duration: 2.25s !important;
}

.duration9 {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

.anime-bottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.anime-bottom.move {
  -webkit-animation: clip-path-bottom 0.7s forwards;
          animation: clip-path-bottom 0.7s forwards;
}

@-webkit-keyframes clip-path-bottom {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes clip-path-bottom {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anime-left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.anime-left.move {
  -webkit-animation: clip-path-left 0.7s forwards;
          animation: clip-path-left 0.7s forwards;
}

@-webkit-keyframes clip-path-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-path-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.anime-blur {
  opacity: 0;
}

.anime-blur.move {
  -webkit-animation: blur 1.5s forwards;
          animation: blur 1.5s forwards;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body .topB {
  opacity: 0;
  -webkit-transform: translate(-90%, 0);
          transform: translate(-90%, 0);
  -webkit-transition: all 0.8s 1s ease-out;
  transition: all 0.8s 1s ease-out;
}

body .leftB {
  opacity: 0;
  -webkit-transform: translate(0, -90%);
          transform: translate(0, -90%);
  -webkit-transition: all 0.8s 1s ease-out;
  transition: all 0.8s 1s ease-out;
}

body .bottomB {
  opacity: 0;
  -webkit-transform: translate(-90%, 0);
          transform: translate(-90%, 0);
  -webkit-transition: all 0.8s 1s ease-out;
  transition: all 0.8s 1s ease-out;
}

body .rightB {
  opacity: 0;
  -webkit-transform: translate(0, 90%);
          transform: translate(0, 90%);
  -webkit-transition: all 0.8s 1s ease-out;
  transition: all 0.8s 1s ease-out;
}

body .fadeitem_t {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

body .fadeitem_t2 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 0.2s ease-out;
  transition: all 1s 0.2s ease-out;
}

body .fadeitem_t3 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 0.4s ease-out;
  transition: all 1s 0.4s ease-out;
}

body .fadeitem_t4 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 0.6s ease-out;
  transition: all 1s 0.6s ease-out;
}

body .fadeitem_t5 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 0.8s ease-out;
  transition: all 1s 0.8s ease-out;
}

body .fadeitem_t6 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 1s ease-out;
  transition: all 1s 1s ease-out;
}

body .fadeitem_t7 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 1.2s ease-out;
  transition: all 1s 1.2s ease-out;
}

body .fadeitem_t8 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s 1.4s ease-out;
  transition: all 1s 1.4s ease-out;
}

body .fadeitem_01 {
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

body .fadeitem_02 {
  opacity: 0;
  -webkit-transition: all 1s 0.2s ease-out;
  transition: all 1s 0.2s ease-out;
}

body .fadeitem_03 {
  opacity: 0;
  -webkit-transition: all 1s 0.4s ease-out;
  transition: all 1s 0.4s ease-out;
}

body .fadeitem_04 {
  opacity: 0;
  -webkit-transition: all 1s 0.6s ease-out;
  transition: all 1s 0.6s ease-out;
}

body .fadeitem_05 {
  opacity: 0;
  -webkit-transition: all 1s 0.8s ease-out;
  transition: all 1s 0.8s ease-out;
}

body .item {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 0;
}

body .fadeitem_zoom {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1s 0.3s ease-out;
  transition: all 1s 0.3s ease-out;
}

body .zoomitem {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-top: 0;
}

body .fadeitem_blur {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.2s ease-out;
  transition: all 2s 0.2s ease-out;
}

body .fadeitem_blur2 {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.5s ease-out;
  transition: all 2s 0.5s ease-out;
}

body .fadeitem_blur3 {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.8s ease-out;
  transition: all 2s 0.8s ease-out;
}

body .fadeitem_blur4 {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.11s ease-out;
  transition: all 2s 0.11s ease-out;
}

body .fadeitem_blur5 {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.14s ease-out;
  transition: all 2s 0.14s ease-out;
}

body .fadeitem_blur6 {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.17s ease-out;
  transition: all 2s 0.17s ease-out;
}

body .fadeitem_blur7 {
  opacity: 0;
  -webkit-filter: contrast(200%) saturate(200%);
          filter: contrast(200%) saturate(200%);
  -webkit-transition: all 2s 0.2s ease-out;
  transition: all 2s 0.2s ease-out;
}

body .bluritem {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  margin-top: 0;
}

body .fadein {
  opacity: 0;
  -webkit-animation: fadein 5s ease forwards;
          animation: fadein 5s ease forwards;
}

body .fadeup {
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
}

.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.is-disabled, .contact-form #contactButton a:disabled, .contact-form #contactButton input.is-disabled, .contact-form #contactButton input:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-filter: grayscale(15%);
          filter: grayscale(15%);
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease, -webkit-filter 0.2s ease;
}
.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%;
  }
}

#contactButton {
  opacity: 0.25;
  pointer-events: none !important;
}
#contactButton.unlocked {
  opacity: 1;
  pointer-events: auto !important;
}

.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__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;
  }
}
@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-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: #98bcb7;
  border: 1px solid #98bcb7;
  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;
}

#agree-1:checked, .mwform-checkbox-field-text {
  position: relative;
}

#agree-1:checked + .mwform-checkbox-field-text:before {
  border: 1px solid #98bcb7;
  background: #98bcb7;
}

#agree-1: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-shown {
  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: #98bcb7;
  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;
}

.confirm #privacyAgree {
  display: none !important;
}
.confirm #contactButton {
  opacity: 1;
  pointer-events: auto !important;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm #contactButton > div:nth-child(2) input {
  background-color: #666 !important;
}
@media screen and (max-width: 780px) {
  .confirm #contactButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .confirm #contactButton > div {
    width: 100%;
  }
}

.tit01 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.tit01 span {
  display: inline-block;
  position: relative;
}
.tit01 .sharp {
  width: 100px;
  height: 100px;
  background: url(../images/common/ico_hash.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80%;
}
@media screen and (max-width: 780px) {
  .tit01 {
    font-size: 30px;
    margin-bottom: 30px;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  .tit01 span::before {
    content: "";
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 780px) {
  .A1-pickup .tit01, .A1-pickup .tit01, .A1-ranking .tit01, .blog-wrap .blog-col-footer-articles .tit01, .blog-wrap .blog-side h2.tit01 {
    -webkit-transform: none;
            transform: none;
  }
}

.A1-pickup {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 80px 0px 50px;
  background: url(../images/A1/bg01.jpg) center no-repeat;
  background-size: cover;
}
.A1-pickup .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;
}
.A1-pickup .btns a span {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
}
.A1-pickup .btns a img {
  mix-blend-mode: multiply;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.A1-pickup .btns a img:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-pickup .btns a:hover {
  opacity: 1;
}
.A1-pickup ul li h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.A1-pickup ul li .imgs {
  position: relative;
}
.A1-pickup ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.A1-pickup ul li .imgs > img, .A1-pickup ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.A1-pickup ul li div {
  font-size: 18px;
  color: #999;
  font-weight: 500;
  font-family: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.A1-pickup ul li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .A1-pickup ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .A1-pickup ul li {
    width: calc((100% - 90px) / 4);
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .A1-pickup ul li:hover {
    opacity: 0.75;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .A1-pickup ul li .imgs {
    position: relative;
  }
  .A1-pickup ul li .imgs:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .A1-pickup ul li .imgs > img, .A1-pickup ul li .imgs video {
    position: absolute;
    left: 0;
    top: 1;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 780px) {
  .A1-pickup {
    padding: 60px 20px;
  }
  .A1-pickup .slick-arrow {
    position: absolute;
    top: 33vw;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    font-size: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .A1-pickup .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .A1-pickup .slick-arrow.slick-prev {
    left: -10px;
  }
  .A1-pickup .slick-arrow.slick-prev:before {
    -webkit-transform: translate(-30%, -50%) rotate(-135deg);
            transform: translate(-30%, -50%) rotate(-135deg);
  }
  .A1-pickup .slick-arrow.slick-next {
    right: -10px;
  }
  .A1-pickup .slick-arrow.slick-next:before {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
            transform: translate(-70%, -50%) rotate(45deg);
  }
  .A1-pickup .slick-arrow:hover {
    background: rgb(255, 255, 255);
  }
  .A1-pickup ul:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .A1-pickup ul .slick-list {
    padding: 0 30px !important;
  }
  .A1-pickup ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .A1-pickup ul li {
    margin: 0 10px;
  }
  .A1-pickup ul li h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .A1-pickup ul li div {
    font-size: 14px;
  }
  .A1-pickup .slick-list {
    overflow: visible;
  }
}

.A1-whatsnew {
  background: #fff;
}

.A1-ranking {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  padding: 80px 0px 50px;
  background: url(../images/A1/bg02.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.A1-ranking .tit01top span::before {
  content: "";
  background: url(../images/common/ico_hash02.png) center no-repeat;
  background-size: contain;
}
.A1-ranking ul {
  margin-bottom: 40px;
}
.A1-ranking ul li {
  width: calc((100% - 60px) / 3);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 15px;
}
.A1-ranking ul li:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.A1-ranking ul li .imgs {
  position: relative;
}
.A1-ranking ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.A1-ranking ul li .imgs > img, .A1-ranking ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.A1-ranking ul li .imgs .rank {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  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;
  color: rgba(255, 255, 255, 0.5);
  font-size: 120px;
}
@media screen and (max-width: 1285px) {
  .A1-ranking ul li .imgs .rank {
    font-size: 80px;
  }
}
.A1-ranking ul li h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.A1-ranking ul li div {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Cabin Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.A1-ranking ul li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.A1-ranking .slick-list {
  overflow: visible;
}
.A1-ranking .slick-arrow {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  font-size: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.A1-ranking .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.A1-ranking .slick-arrow.slick-prev {
  left: -25px;
}
.A1-ranking .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.A1-ranking .slick-arrow.slick-next {
  right: -25px;
}
.A1-ranking .slick-arrow.slick-next:before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.A1-ranking .slick-arrow:hover {
  background: rgb(255, 255, 255);
}
.A1-ranking ul:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 780px) {
  .A1-ranking {
    padding: 60px 20px;
  }
  .A1-ranking ul .slick-list {
    padding: 0 30px !important;
  }
  .A1-ranking ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .A1-ranking ul li {
    margin: 0 10px;
  }
  .A1-ranking ul li h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .A1-ranking ul li div {
    font-size: 14px;
  }
  .A1-ranking .slick-arrow {
    position: absolute;
    top: 33vw;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    font-size: 0;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .A1-ranking .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .A1-ranking .slick-arrow.slick-prev {
    left: -15px;
  }
  .A1-ranking .slick-arrow.slick-prev:before {
    -webkit-transform: translate(-30%, -50%) rotate(-135deg);
            transform: translate(-30%, -50%) rotate(-135deg);
  }
  .A1-ranking .slick-arrow.slick-next {
    right: -15px;
  }
  .A1-ranking .slick-arrow.slick-next:before {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
            transform: translate(-70%, -50%) rotate(45deg);
  }
  .A1-ranking .slick-arrow:hover {
    background: rgb(255, 255, 255);
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin: 80px 0;
}
.blog-wrap * {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog-wrap .blog-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog-wrap .blog-col-tit h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}
.blog-wrap .blog-col-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  margin-bottom: 20px;
}
.blog-wrap .blog-col-info a {
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #111;
  color: #111;
  font-size: 20px;
}
.blog-wrap .blog-col-info .days {
  font-size: 20px;
  font-weight: bold;
}
.blog-wrap .blog-col-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1em 0.25em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-wrap .blog-col-tag li a {
  color: #999;
  font-size: 14px;
}
.blog-wrap .blog-col-main {
  margin: 60px 0;
}
.blog-wrap .blog-col-main .txts {
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 40px;
}
.blog-wrap .blog-col-main .imgs {
  margin-bottom: 40px;
}
.blog-wrap .blog-col-footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-wrap .blog-col-footer-sns li a img {
  height: 2em;
}
.blog-wrap .blog-col-footer-info {
  background-color: #ededed;
  padding: 50px;
}
.blog-wrap .blog-col-footer-info h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
.blog-wrap .blog-col-footer-info .txts .mappin {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.blog-wrap .blog-col-footer-info .txts a {
  color: #666666;
  text-decoration: underline;
}
.blog-wrap .blog-col-footer-info .txts a:after {
  display: none;
}
.blog-wrap .blog-col-footer-articles {
  margin-top: 90px;
  border-top: 1px solid #999;
  padding-top: 90px;
}
.blog-wrap .blog-col-footer-articles .tit01 {
  font-size: 36px;
}
.blog-wrap .blog-col-footer-articles ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.blog-wrap .blog-col-footer-articles ul li {
  width: calc((100% - 40px) / 3);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-wrap .blog-col-footer-articles ul li:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-wrap .blog-col-footer-articles ul li .imgs {
  position: relative;
}
.blog-wrap .blog-col-footer-articles ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.blog-wrap .blog-col-footer-articles ul li .imgs > img, .blog-wrap .blog-col-footer-articles ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog-wrap .blog-col-footer-articles ul li h3 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.blog-wrap .blog-col-footer-articles ul li .category {
  font-size: 16px;
  color: #999;
}
.blog-wrap .blog-col-footer-articles ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-wrap .blog-side {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .blog-wrap .blog-side {
    width: 200px;
  }
}
.blog-wrap .blog-side h2.tit01 {
  font-size: 36px;
}
.blog-wrap .blog-side 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;
  gap: 30px;
}
.blog-wrap .blog-side ul li {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-wrap .blog-side ul li:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-wrap .blog-side ul li .imgs {
  position: relative;
}
.blog-wrap .blog-side ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.blog-wrap .blog-side ul li .imgs > img, .blog-wrap .blog-side ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog-wrap .blog-side ul li h3 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.blog-wrap .blog-side ul li .category {
  font-size: 16px;
  color: #999;
}
.blog-wrap .blog-side ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .blog-wrap {
    gap: 50px;
    margin: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-wrap .blog-col {
    width: 100%;
  }
  .blog-wrap .blog-col-tit h1 {
    font-size: 24px;
  }
  .blog-wrap .blog-col-info a {
    font-size: 16px;
  }
  .blog-wrap .blog-col-info .days {
    font-size: 16px;
  }
  .blog-wrap .blog-col-main {
    margin: 30px 0;
  }
  .blog-wrap .blog-col-main .txts {
    font-size: 16px;
  }
  .blog-wrap .blog-col-footer-sns {
    margin: 60px 0;
  }
  .blog-wrap .blog-col-footer-sns li a img {
    height: 1.5em;
  }
  .blog-wrap .blog-col-footer-info {
    padding: 30px;
  }
  .blog-wrap .blog-col-footer-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blog-wrap .blog-col-footer-articles {
    margin-top: 60px;
    border-top: 1px solid #999;
    padding-top: 60px;
  }
  .blog-wrap .blog-col-footer-articles .tit01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blog-wrap .blog-col-footer-articles .tit01 .sharp {
    width: 50px;
    height: 50px;
    background: url(../images/common/ico_hash.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 80%;
  }
  .blog-wrap .blog-col-footer-articles ul {
    gap: 10px;
  }
  .blog-wrap .blog-col-footer-articles ul li {
    width: calc((100% - 20px) / 3);
  }
  .blog-wrap .blog-col-footer-articles ul li .txts h3 {
    font-size: 14px;
  }
  .blog-wrap .blog-col-footer-articles ul li .txts .category {
    font-size: 12px;
  }
  .blog-wrap .blog-side {
    width: 100%;
    margin-top: 80px;
  }
  .blog-wrap .blog-side h2.tit01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blog-wrap .blog-side h2.tit01 .sharp {
    width: 50px;
    height: 50px;
    background: url(../images/common/ico_hash.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 80%;
  }
  .blog-wrap .blog-side ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px 10px;
  }
  .blog-wrap .blog-side ul li {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .blog-wrap .blog-side ul li h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .blog-wrap .blog-side ul li .category {
    font-size: 12px;
  }
}

.B1-mv {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background: #000;
  border: 2px solid #fff;
  position: relative;
  min-height: 320px;
  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;
}
.B1-mv .inner {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 35px;
  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;
}
@media screen and (max-width: 1285px) {
  .B1-mv .inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 780px) {
  .B1-mv .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.B1-mv .inner h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
}
.B1-mv .inner h1 .sharp {
  width: 100px;
  height: 100px;
  background: url(../images/common/ico_hash_g.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.75em;
}
@media screen and (max-width: 780px) {
  .B1-mv {
    margin-top: 110px;
    min-height: 170px;
  }
  .B1-mv .inner {
    padding: 0;
  }
  .B1-mv .inner h1 {
    font-size: 34px;
  }
  .B1-mv .inner h1 .sharp {
    width: 60px;
    height: 60px;
    background: url(../images/common/ico_hash_g.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 65%;
  }
}

.B1-list {
  margin: 80px 0;
}
.B1-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.B1-list ul li {
  width: calc((100% - 90px) / 4);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.B1-list ul li.fade-in-up {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.B1-list ul li:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.B1-list ul li .imgs {
  position: relative;
}
.B1-list ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.B1-list ul li .imgs > img, .B1-list ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.B1-list ul li h3 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.B1-list ul li .category {
  font-size: 16px;
  color: #999;
}
.B1-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .B1-list {
    margin: 60px 0;
  }
  .B1-list ul {
    gap: 10px;
  }
  .B1-list ul li {
    width: calc((100% - 10px) / 2);
  }
  .B1-list ul li h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  .B1-list ul li .category {
    font-size: 13px;
  }
}

.F1 {
  margin: 80px 0;
}
.F1 h2 {
  text-align: left;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}
.F1-txt {
  line-height: 2.5;
  margin-bottom: 60px;
  font-size: 18px;
}
.F1-link 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;
  gap: 1em;
}
.F1-link ul li a {
  display: inline-block;
  border-bottom: 1px solid #111;
  color: #111;
}
.F1-link ul li a:before {
  content: ">";
  font-size: 20px;
  margin-right: 0.25em;
}
@media screen and (max-width: 780px) {
  .F1-txt {
    font-size: 16px;
  }
}

.E1 {
  width: 1000px;
  max-width: 100%;
  margin: 80px auto 50px;
}
.E1 h2 {
  text-align: left;
}
.E1-txt {
  line-height: 2.5;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .E1-txt {
    font-size: 16px;
  }
}

.E1-form #inputContactForm {
  background-color: #f2f2f2;
  padding: 80px;
}
.E1-form #inputContactForm .table-row .col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.E1-form #inputContactForm .table-row .col-label {
  width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.E1-form #inputContactForm .table-row .col-input input, .E1-form #inputContactForm .table-row .col-input textarea {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.E1-form #inputContactForm .table-row .col-radio {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: normal;
  gap: 2em;
  cursor: pointer;
  position: relative;
}
.E1-form #inputContactForm .table-row .col-radio 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;
  cursor: pointer;
  position: relative;
}
.E1-form #inputContactForm .table-row .col-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.E1-form #inputContactForm .table-row .col-radio label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #b5ceca;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.E1-form #inputContactForm .table-row .col-radio input[type=radio]:checked + label::before,
.E1-form #inputContactForm .table-row .col-radio label:has(input[type=radio]:checked)::before {
  background-color: #539289;
  border-color: #539289;
}
.E1-form #inputContactForm .table-row .col-radio input[type=radio]:checked + label::after,
.E1-form #inputContactForm .table-row .col-radio label:has(input[type=radio]:checked)::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.E1-form #inputContactForm .table-row .col-radio .radio-mark {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.E1-form #inputContactForm .table-row .col-radio .radio-mark::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #444;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.E1-form #privacyAgree {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.E1-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;
}
.E1-form #contactButton input {
  width: 350px;
  max-width: 100%;
  height: 100px;
  font-size: 1rem;
  background-color: #111;
  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;
  border: none;
  border-radius: 0;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s, background 0.5s;
  transition: opacity 0.5s, background 0.5s;
  cursor: pointer;
}
.E1-form #contactButton input:hover {
  opacity: 0.7;
}
@media screen and (max-width: 780px) {
  .E1-form #inputContactForm {
    padding: 30px 25px;
  }
  .E1-form #contactButton div {
    width: 100%;
  }
  .E1-form #contactButton input {
    width: 100%;
  }
}/*# sourceMappingURL=assets.css.map */