@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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #111;
  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: 40.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;
}

/* 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: #333;
}
a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 20px 0 !important;
  position: static !important;
}

.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;
}

.slick-active button:before {
  opacity: 0.75;
  color: #dc544e !important;
}

.indexpage {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin: 80px auto 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .indexpage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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 {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}
.header-left {
  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: 30px;
}
.header-left img {
  height: 61px;
}
.header-right {
  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;
}
.header-right nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5em;
}
.header-right nav > ul > li {
  height: 96px;
  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;
}
.header-right nav > ul > li > 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;
}
.header-right nav > ul > li > a:before {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.2em;
  width: 0.5em;
  height: 0.5em;
  background: url(../images/common/ico_arrow01.svg) left center no-repeat;
  background-size: contain;
}
.header-right nav > ul > li .bigmenu {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  background-color: #dc544e;
  width: 100vw;
}
.header-right nav > ul > li .bigmenu ul {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  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: 2em;
  padding: 2em;
}
@media screen and (max-width: 1280px) {
  .header-right nav > ul > li .bigmenu ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-right nav > ul > li .bigmenu ul li {
  line-height: 1;
}
.header-right nav > ul > li .bigmenu ul li 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;
}
.header-right nav > ul > li .bigmenu ul li a:before {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arrow02W.svg) left center no-repeat;
  background-size: contain;
}
.header-right__contact {
  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;
  margin-left: 2em;
}
.header-right__contact a {
  display: block;
  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;
  width: 180px;
  height: 48px;
  background-color: #dc544e;
  color: #fff;
  text-align: center;
}
.header-right__contact a:nth-child(2) {
  background-color: #111;
}
@media screen and (max-width: 980px) {
  .header-right {
    margin-left: 2em;
  }
  .header-right nav ul li 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;
    font-size: 14px;
  }
}
@media screen and (max-width: 930px) {
  .header-left {
    padding-left: 20px;
  }
  .header-left img {
    height: 40px;
  }
  .header-right nav ul {
    gap: 0 15px;
  }
  .header-right nav ul li a {
    font-size: 12px;
  }
}
@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: 50px;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #111;
    -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__01 {
    margin-top: 20px;
  }
  .sp_nav__01 > li {
    border-bottom: 1px solid #ccc;
    padding: 0.75em 0;
    position: relative;
  }
  .sp_nav__01 > li .border {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 0.5em 0;
  }
  .sp_nav__01 > li > a {
    color: #fff;
  }
  .sp_nav__01 > li > a:before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: url(../images/common/ico_arrow03.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
  }
  .sp_nav__01 > li .ocbutton {
    display: none;
    cursor: pointer;
  }
  .sp_nav__01 > li .ocbutton + label {
    cursor: pointer;
    pointer-events: auto !important;
  }
  .sp_nav__01 > li .ocbutton + label:hover { /* マウスがボタンの上にある時 */
    border-bottom: 1px dotted #888;
  }
  .sp_nav__01 > li .ocbutton + label:before { /* 非表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_p.svg) center no-repeat;
    background-size: contain;
    top: 16px;
    right: -0.5em;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav__01 > li .ocbutton:checked + label:before { /* 表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_m.svg) center no-repeat;
    background-size: contain;
    top: 16px;
    right: -0.5em;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav__01 > li ul {
    padding-left: 0.9em;
    margin: 0.7em 0 0.7em;
    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: 7px;
  }
  .sp_nav__01 > li ul li {
    margin-bottom: 4px;
    position: relative;
    line-height: 1.4;
  }
  .sp_nav__01 > li ul li a {
    color: #fff;
  }
  .sp_nav__01 > li ul li a:before {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_spnav.svg) left center no-repeat;
    background-size: contain;
    margin-right: 0.25em;
  }
  .sp_nav__01 > li ul .ocbutton2 {
    display: none;
    cursor: pointer;
  }
  .sp_nav__01 > li ul .ocbutton2 + label {
    cursor: pointer;
    pointer-events: auto !important;
  }
  .sp_nav__01 > li ul .ocbutton2 + label:hover { /* マウスがボタンの上にある時 */
    border-bottom: 1px dotted #888;
  }
  .sp_nav__01 > li ul .ocbutton2 + label:before { /* 非表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_p2.svg) center no-repeat;
    background-size: contain;
    top: 5px;
    right: -0.5em;
    font-size: 24px;
    padding: 0 1em;
  }
  .sp_nav__01 > li ul .ocbutton2:checked + label:before { /* 表示時の文字 */
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(../images/common/ico_m2.svg) center no-repeat;
    background-size: contain;
    top: 5px;
    right: -0.5em;
    font-size: 24px;
    padding: 0 1em;
  }
}

.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: 50px;
    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: 30px;
  }
  .sp_header .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
    width: 50px;
    height: 50px;
    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: #dc544e;
    color: #fff;
  }
  .sp_header .menu-btn p {
    color: #fff;
    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: 26px;
    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(-9px);
            transform: translateY(-9px);
  }
  .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(9px);
            transform: translateY(9px);
  }
  .sp_header .menu-btn span:nth-child(3).open {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

.mv {
  margin-top: 96px;
}
.mv ul li img {
  width: 100%;
}
.mv .prevArrow {
  width: 50px;
  height: 50px;
  background: url(../images/common/arrow04_L.svg) center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 30;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv .nextArrow {
  width: 50px;
  height: 50px;
  background: url(../images/common/arrow04_R.svg) center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 30;
  right: 5%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 780px) {
  .mv {
    margin-top: 50px;
  }
  .mv .prevArrow {
    width: 30px;
    height: 30px;
    background: url(../images/common/arrow04_L.svg) center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 30;
    left: 5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mv .nextArrow {
    width: 30px;
    height: 30px;
    background: url(../images/common/arrow04_R.svg) center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 30;
    right: 5%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.mv_sp {
  display: none;
  margin-top: 50px;
}
.mv_sp ul li img {
  width: 100%;
}
.mv-movie {
  margin-top: 96px;
  position: relative;
}
.mv-movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv-movie-catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  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;
  z-index: 2;
  color: #fff;
  padding: 25px;
  text-align: center;
}
.mv-movie-catch img {
  height: 5em;
}
.mv-movie-catch h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 20px 0 20px;
}
.mv-movie-catch h3 {
  font-size: 24px;
  font-weight: bold;
}
.mv-movie-catch .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: 50px auto 0;
}
.mv-movie-catch .btns a {
  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;
  min-width: 300px;
  max-width: 100%;
  border-radius: 500px;
  min-height: 62px;
  background-color: #dc544e;
  color: #fff;
  position: relative;
  font-size: 18px;
}
.mv-movie-catch .btns a:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .mv-movie-catch .btns {
    width: 100%;
  }
  .mv-movie-catch .btns a {
    width: 100%;
    min-width: auto;
  }
}
.mv-movie-wrap {
  width: 100%;
  height: calc(100dvh - 96px);
}
.mv-movie-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .mv-movie {
    margin-top: 50px;
  }
  .mv-movie-catch h2 {
    font-size: 27px;
  }
  .mv-movie-catch h3 {
    font-size: 20px;
  }
  .mv-movie-wrap {
    height: 100dvh;
  }
}

.low-header {
  margin-top: 96px;
  background-size: cover !important;
  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;
  position: relative;
  margin-bottom: 60px;
}
.low-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 33, 31, 0.75);
  top: 0;
  left: 0;
  z-index: 1;
}
.low-header h1 {
  height: 225px;
  width: 100%;
  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;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.low-header h1:before {
  content: "";
  width: 30vw;
  height: 30vw;
  max-width: 225px;
  max-height: 225px;
  background: url(../images/low/low_header_ill01.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.low-header h1:after {
  content: "";
  width: 30vw;
  height: 30vw;
  max-width: 225px;
  max-height: 225px;
  background: url(../images/low/low_header_ill02.svg) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 780px) {
  .low-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .low-header h1 {
    font-size: 22px;
    height: 135px;
  }
}

.footer-nav {
  background-color: #dc544e;
  padding: 80px 0px;
  margin-bottom: 80px;
}
.footer-nav ul {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .footer-nav ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-nav ul li {
  width: calc((100% - 60px) / 3);
}
.footer-nav ul li a {
  display: block;
  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: 1.5em 3em;
  height: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.footer-nav ul li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1em;
  width: 3em;
  height: 3em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 780px) {
  .footer-nav {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .footer-nav ul {
    gap: 10px;
  }
  .footer-nav ul li {
    width: 100%;
  }
}

.footer-bnr {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .footer-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-bnr ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) {
  .footer-bnr {
    margin: 0 auto 60px;
  }
  .footer-bnr ul {
    gap: 20px;
  }
  .footer-bnr ul li {
    width: 100%;
  }
}

.footer {
  background-color: #fbeeea;
  padding: 60px 20px;
}
.footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.footer-left__logo {
  margin-bottom: 1em;
}
.footer-left__logo img {
  height: 83px;
}
.footer-left address {
  font-size: 14px;
}
.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-right ul {
  width: calc((100% - 80px) / 5);
  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: 0.25em;
}
.footer-right ul li a {
  font-size: 15px;
  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;
}
.footer-right ul li a:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 7px;
  height: 7px;
  background: url(../images/common/ico_arrow01.svg) left center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(0.65em);
          transform: translateY(0.65em);
}
.footer-right ul li.bigli {
  margin-bottom: 0.25em;
}
.footer-right ul li.bigli a {
  display: block;
  width: 100%;
  border: 1px solid #333;
  text-align: center;
  padding: 0.2em;
  text-align: center;
}
.footer-right ul li.bigli a::before {
  display: none;
}
@media screen and (max-width: 780px) {
  .footer {
    padding: 40px 0;
  }
  .footer-left__logo {
    margin-bottom: 1em;
  }
  .footer-left__logo img {
    height: 63px;
  }
  .footer-left address {
    font-size: 16px;
  }
  .footer-right {
    display: none;
  }
}

.copylight {
  background-color: #231815;
  padding: 0.5em;
  text-align: center;
  color: #fff;
}

#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: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  overflow-x: hidden;
  font-weight: 500;
}

main {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > section {
  margin-bottom: 80px;
}
@media screen and (max-width: 780px) {
  main {
    margin-top: 50px;
  }
  main > section {
    margin-bottom: 50px;
  }
}

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

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.tit01 {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1.4;
}
.tit01::first-letter {
  color: #dc544e;
}
.tit01 span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 1.5em;
}
@media screen and (max-width: 780px) {
  .tit01 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
  .tit01 span {
    margin-top: 1em;
  }
}

.tit02 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1.4;
}
.tit02::first-letter {
  color: #dc544e;
}
.tit02 span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 1.5em;
}
@media screen and (max-width: 780px) {
  .tit02 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
  }
  .tit02 span {
    margin-top: 1em;
  }
}

.tit03 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 30px;
  position: relative;
}
.tit03:after {
  content: "";
  background-color: #dc544e;
  width: 8em;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.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;
  margin: 50px auto;
}
.btn_01 a {
  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;
  min-width: 410px;
  max-width: 100%;
  min-height: 82px;
  background-color: #dc544e;
  color: #fff;
  position: relative;
}
.btn_01 a:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .btn_01 {
    width: 100%;
  }
  .btn_01 a {
    width: 100%;
    min-width: auto;
  }
}

.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: 2em 0;
}
.dl01 dl:before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #dc544e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.dl01 dl dt {
  width: 200px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.dl01 dl dt, .dl01 dl dd {
  padding: 0 0.5em;
}
.dl01 dl dd a {
  color: #dc544e;
}
.dl01 dl dd a img {
  margin-right: 1em;
}
.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;
    padding: 1em 0;
  }
  .dl01 dl:before {
    display: none;
  }
  .dl01 dl dt, .dl01 dl dd {
    width: 100%;
    font-size: 1rem;
    padding: 0;
  }
  .dl01 dl dt {
    margin-bottom: 5px;
    color: #dc544e;
  }
  .dl01 dl dd table tr {
    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;
    margin-bottom: 10px;
  }
}

.ul01 {
  list-style-type: disc;
  margin-left: 1.25em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.25em;
  font-size: 1rem;
}
.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;
}
.ul01 li ul li:before, .ul01 li ol li:before {
  content: "●";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  color: #b3b3b3;
}
.ul01 li ul li a, .ul01 li ol li a {
  color: #2aa7ec;
  text-decoration: underline;
}
.ul01.lh1-5 li {
  margin-bottom: 0.4em;
}

.ul02 > li {
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1.5em;
  font-size: 0.875rem;
}
.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;
  padding-left: 0.25em;
}
.ol01 > li:before {
  display: none;
}
.ol01 > li .bikou {
  font-size: 0.875rem;
  margin: 10px 0 15px;
}
.ol01 > li a {
  color: #dc544e;
  text-decoration: underline;
}

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

main a[target$=blank]:after, main a[target$=blank]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_wdw.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin: 0 0.2em;
}
main a[href$=".pdf"]:after, main a[href$=".pdfx"]:after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background: url(../images/common/ico_pdf.svg) center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
}
main a[href$=".xls"]:after, main a[href$=".xlsx"]:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_xls.svg) center no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 0.2em;
}
main a[href$=".doc"]:after, main a[href$=".docx"]:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_wrd.svg) center no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 0.2em;
}
main a[href$=".ppt"]:after, main a[href$=".pptx"]:after {
  content: "";
  display: inline-block;
  background: url(../images/common/ico_ppt.svg) center no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 0.2em;
}
main a:has(> img):after {
  display: none !important;
}

.new {
  font-size: 15px;
  color: #dc544e;
  display: inline-block;
  font-weight: 900;
  margin-left: 0.25em;
  font-family: "shippori-mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Announcement {
  position: relative;
}
@media screen and (min-width: 780px) {
  .Announcement {
    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;
    margin: 50px auto 100px;
  }
  .Announcement 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;
    padding: 0 20px;
  }
  .Announcement ul li {
    width: calc((100% - 60px) / 3);
    position: relative;
  }
  .Announcement ul li:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 38%;
  }
  .Announcement ul li img, .Announcement ul li 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;";
  }
  .Announcement:before {
    display: block;
    content: "";
    width: 12vw;
    height: 12vw;
    max-width: 250px;
    max-height: 250px;
    background: url(../images/common/ill01.svg) center no-repeat;
    background-size: contain;
    position: relative;
    position: absolute;
    left: -5%;
    top: 50%;
    z-index: -1;
  }
  .Announcement:after {
    display: block;
    content: "";
    width: 25vw;
    height: 25vw;
    max-width: 400px;
    max-height: 400px;
    background: url(../images/common/ill02.svg) center no-repeat;
    background-size: contain;
    position: relative;
    position: absolute;
    right: -15%;
    top: -50%;
    z-index: -1;
  }
}
@media screen and (max-width: 780px) {
  .Announcement {
    margin: 30px 0 60px;
  }
  .Announcement ul li {
    margin: 0 10px;
    position: relative;
  }
  .Announcement ul li:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 38%;
  }
  .Announcement ul li img, .Announcement ul li 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;";
  }
}

.top-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-news .tit {
  position: relative;
}
.top-news .tit h2 {
  font-size: 60px;
  font-weight: 900;
}
.top-news .tit h2::first-letter {
  color: #dc544e;
}
.top-news .tit a {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 15px;
  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: 1em;
}
.top-news .tit a:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/common/ico_arrow02.svg) center no-repeat;
  background-size: contain;
}
.top-news__left {
  width: 50%;
}
.top-news__left .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-news__left .lists-item {
  width: calc((100% - 20px) / 2);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-news__left .lists-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-news__left .lists-item > a:after {
  content: "";
  position: static;
}
.top-news__left .lists-item .imgs {
  position: relative;
  overflow: hidden;
}
.top-news__left .lists-item .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.top-news__left .lists-item .imgs img, .top-news__left .lists-item .imgs 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;";
}
.top-news__left .lists-item .infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  line-height: 1;
  margin: 1em 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-news__left .lists-item .infos .time {
  display: inline-block;
  font-size: 16px;
  color: #ccc;
  line-height: 1;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-news__left .lists-item .infos .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.top-news__left .lists-item .infos .cat li {
  display: inline-block;
  background-color: #dc544e;
  color: #fff;
  font-size: 12px;
  padding: 0.5em 0.25em;
}
.top-news__left .lists-item .infos .cat li a {
  display: inline-block;
  color: #fff;
  min-width: 105px;
  text-align: center;
}
.top-news__right {
  width: calc(50% - 60px);
}
.top-news__right .timeline-wrap {
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
}
.top-news__right .timeline-wrap .timeline {
  max-height: 670px;
}
@media screen and (max-width: 780px) {
  .top-news {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .top-news .tit-btn {
    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;
    border: 1px solid #333;
    padding: 1em;
    text-align: center;
    width: 100%;
  }
  .top-news .tit-btn:after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-left: 1em;
    background: url(../images/common/ico_arrow02.svg) center no-repeat;
    background-size: contain;
  }
  .top-news .tit {
    position: relative;
  }
  .top-news .tit h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-news .tit h2::first-letter {
    color: #dc544e;
  }
  .top-news .tit a {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 15px;
    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: 1em;
    display: none;
  }
  .top-news .tit a:after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../images/common/ico_arrow02.svg) center no-repeat;
    background-size: contain;
  }
  .top-news__left {
    width: 100%;
  }
  .top-news__left .prevArrow {
    width: 20px;
    height: 20px;
    background: url(../images/common/arrow05_L.svg) center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 30;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-news__left .nextArrow {
    width: 20px;
    height: 20px;
    background: url(../images/common/arrow05_R.svg) center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 30;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-news__right {
    width: 100%;
  }
}

.top-school {
  margin-bottom: 200px;
  position: relative;
}
.top-school:before {
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  background: url(../images/common/ill04.svg) center no-repeat;
  background-size: contain;
  position: relative;
  position: absolute;
  left: -20%;
  top: 10%;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .top-school:before {
    opacity: 0.1;
    left: -50%;
    top: 10%;
  }
}
.top-school:after {
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  background: url(../images/common/ill03.svg) center no-repeat;
  background-size: contain;
  position: relative;
  position: absolute;
  right: -15%;
  top: -10%;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .top-school:after {
    opacity: 0.25;
    right: -70%;
    top: -8%;
  }
}
.top-school-catch {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 1em;
}
.top-school-txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
.top-school ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-school ul li {
  width: calc((100% - 50px) / 3);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-school ul li:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-school ul li .imgs {
  position: relative;
}
.top-school ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-school ul li .imgs > img, .top-school 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;";
}
.top-school ul li .infos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(35, 24, 21, 0.75);
  color: #fff;
  padding: 1em;
  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: 0;
}
.top-school ul li .infos h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.top-school ul li .infos p {
  font-size: 14px;
  font-weight: 400;
}
.top-school ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .top-school {
    margin-bottom: 100px;
  }
  .top-school-catch {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 1em;
  }
  .top-school-txt {
    font-size: 16px;
    text-align: left;
  }
  .top-school ul li {
    width: 100%;
  }
}

.top-lesson {
  position: relative;
}
.top-lesson:before {
  display: block;
  content: "";
  width: 350px;
  height: 350px;
  background: url(../images/common/ill02.svg) center no-repeat;
  background-size: contain;
  position: relative;
  position: absolute;
  left: -20%;
  top: 20%;
  z-index: -1;
}
.top-lesson:after {
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  background: url(../images/common/ill01.svg) center no-repeat;
  background-size: contain;
  position: relative;
  position: absolute;
  right: -15%;
  top: -10%;
  z-index: -1;
}

.top-me {
  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-color: #231815;
  padding: 100px 0px;
  color: #fff;
  margin-bottom: -80px;
  position: relative;
  position: relative;
}
.top-me:before {
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  background: url(../images/common/ill03.svg) center no-repeat;
  background-size: contain;
  position: relative;
  position: absolute;
  left: -100px;
  top: -5%;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .top-me:before {
    opacity: 0.25;
    left: -200px;
    top: -10%;
  }
}
.top-me .tit01 {
  color: #fff;
  position: relative;
  z-index: 9;
}
.top-me ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}
.top-me ul li {
  width: calc(50% - 25px);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 60px;
}
.top-me ul li h4 {
  text-align: center;
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
}
.top-me ul li .txts {
  font-weight: 400;
}
.top-me-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-me-btn 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: 1em;
}
.top-me-btn a:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/common/ico_arrow02.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  .top-me {
    padding: 60px 0;
  }
  .top-me ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top-me ul li {
    width: 100%;
  }
  .top-me ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .top-me-btn {
    position: static;
    margin-top: 30px;
  }
  .top-me-btn a {
    width: 100%;
    background-color: #fff;
    padding: 1em 0.5em;
    color: #333;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-me-btn a:after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../images/common/ico_arrow02.svg) center no-repeat;
    background-size: contain;
  }
}

.contact-mail__txt {
  margin-bottom: 40px;
}

.contact-policy {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px 40px;
  margin-bottom: 60px;
  height: 270px;
  overflow-y: auto;
}
.contact-policy h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.contact-policy h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-policy .txts {
  margin-bottom: 40px;
}
.contact-policy .policy-info {
  margin-top: 30px;
}
@media screen and (max-width: 780px) {
  .contact-policy {
    padding: 20px;
  }
}

.policy-info {
  margin-top: 60px;
  background-color: #fcfaf6;
  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;
}
.policy-info a {
  color: #ff7f50;
}
@media screen and (max-width: 780px) {
  .policy-info {
    padding: 20px;
    font-size: 0.875rem;
  }
  .policy-info h3, .policy-info h4 {
    font-size: 1rem;
  }
}

#form input[type=text],
#form input[type=email],
#form input[type=date],
#form input[type=password],
#form input[type=tel],
#form input[type=address],
#form input[type=number],
#form textarea,
#form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1em;
  padding: 0.8em 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  line-height: 1.6;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  background-color: rgba(255, 255, 255, 0.25);
}
#form input[type=text]:focus,
#form input[type=email]:focus,
#form input[type=date]:focus,
#form input[type=password]:focus,
#form input[type=tel]:focus,
#form input[type=address]:focus,
#form input[type=number]:focus,
#form textarea:focus,
#form select:focus {
  outline: solid 1px #dc544e;
}
#form ::-webkit-input-placeholder {
  color: #ddd;
}
#form ::-moz-placeholder {
  color: #ddd;
}
#form :-ms-input-placeholder {
  color: #ddd;
}
#form ::-ms-input-placeholder {
  color: #ddd;
}
#form ::placeholder {
  color: #ddd;
}

#form input.w100 {
  width: 100%;
}
@media screen and (max-width: 780px) {
  #form .break-pc {
    display: none;
  }
}
#form .form-radio {
  position: relative;
}
#form .form-check label, #form .form-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 12.5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#form .form-check label:hover, #form .form-radio label:hover {
  background-color: #f3f3f3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#form .form-check label:before, #form .form-radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 500px;
}
#form .form-check label:after, #form .form-radio label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  left: 17.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dc544e;
}
#form input[type=checkbox]:checked + label::after, #form input[type=radio]:checked + label::after {
  opacity: 1;
}
#form input[type=radio], #form input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.complet h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
.complet .form-introduction-text {
  text-align: center;
}
.complet .form-button {
  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: 20px;
  margin-top: 20px;
}
.complet .form-button button, .complet .form-button a, .complet .form-button input {
  display: block;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 325px !important;
  max-width: 100% !important;
  padding: 0 2em;
  height: 61px;
  background-color: #dc544e;
  color: #fff;
  font-size: 1rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.complet .form-button button:after, .complet .form-button a:after, .complet .form-button input:after {
  display: none;
}
.complet .form-button button:hover, .complet .form-button a:hover, .complet .form-button input:hover {
  color: #fff !important;
}
.complet .form-button button:hover, .complet .form-button a:hover, .complet .form-button input:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.complet .form-button button:before, .complet .form-button a:before, .complet .form-button input:before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .complet .form-button button, .complet .form-button a, .complet .form-button input {
    width: 100%;
  }
}

.confirm h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
.confirm .application-text {
  text-align: center;
  margin-bottom: 50px;
}
.confirm .form-content:has(table) table {
  width: 100%;
}
.confirm table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
  gap: 2em;
}
.confirm table tr th, .confirm table tr td {
  padding: 0 15px;
}
.confirm table tr th {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: right;
}
.confirm table tr td {
  word-break: break-word;
}
@media screen and (max-width: 780px) {
  .confirm table tr {
    padding: 1.25em 0;
    gap: 0.5em;
  }
  .confirm table tr th, .confirm table tr td {
    padding: 0;
  }
  .confirm table tr th {
    text-align: left;
  }
}
.confirm .form-button {
  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: 20px;
  margin-top: 20px;
}
.confirm .form-button button, .confirm .form-button input {
  display: block;
  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;
  min-width: 325px;
  max-width: 100%;
  padding: 0 2em;
  height: 61px;
  background-color: #999;
  color: #fff;
  font-size: 1rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.confirm .form-button button:hover, .confirm .form-button input:hover {
  color: #fff !important;
}
.confirm .form-button button:hover, .confirm .form-button input:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.confirm .form-button button:nth-child(2), .confirm .form-button input:nth-child(2) {
  background-color: #dc544e;
}
.confirm .form-button button:nth-child(2):before, .confirm .form-button input:nth-child(2):before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
.confirm .form-button button.submit, .confirm .form-button input.submit {
  background-color: #dc544e;
}
.confirm .form-button button.submit:before, .confirm .form-button input.submit:before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
.confirm .form-button button:before, .confirm .form-button input:before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02G.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .confirm .form-button button, .confirm .form-button input {
    width: 100%;
  }
}
.confirm .contact-content {
  width: 850px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.confirm .contact-content .form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm .contact-content .form-list .form-item {
  width: 300px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .confirm .contact-content {
    margin: 30px auto;
  }
  .confirm .contact-content .form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .confirm table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .confirm table tr th, .confirm table tr td {
    width: 100%;
  }
  .confirm .form-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.H1-catch {
  text-align: center;
}

.H1-form {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px;
}
.H1-form .juyo {
  color: red;
}

.C3-form .form-content {
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}
.C3-form .form-content h3 {
  font-size: 30px;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.C3-form .form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 780px) {
  .C3-form .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0px;
  }
}
.C3-form .form-label {
  width: 18em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 3em;
  font-weight: bold;
  padding: 1em 0;
  text-align: right;
  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;
}
.C3-form .form-label label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.C3-form .form-label label:before {
  content: "必須";
  display: inline-block;
  background-color: #e44e66;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  padding: 0.45em;
  font-weight: bold;
  font-size: 12px;
  margin-left: 0.5em;
  line-height: 1;
  border-radius: 3px;
}
.C3-form .form-label.no-required label:before {
  display: none;
}
@media screen and (max-width: 780px) {
  .C3-form .form-label {
    width: 100%;
    border-right: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .C3-form .form-label label {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.C3-form .form-label[data-form-required=optional] label::before {
  content: "任意";
  background-color: #ccc;
}
.C3-form .form-label-op label::before {
  content: "任意";
  background-color: #ccc;
}
.C3-form .form-field {
  padding: 1em 0;
  width: 650px;
  max-width: 100%;
}
.C3-form .form-field.input-full input {
  width: 600px;
  max-width: 100%;
}
.C3-form .form-field.input-full textarea {
  width: 100%;
  height: 200px;
}
.C3-form .form-field .input-full input, .C3-form .form-field .input-full textarea {
  width: 600px;
  max-width: 100%;
}
.C3-form .form-field .input-full textarea {
  height: 200px;
}
.C3-form .form-field span {
  display: block;
  font-size: 14px;
}
.C3-form .form-field .form-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.C3-form .form-field .form-file > span {
  display: inline-block;
  width: 6em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0.35em;
  border: 1px solid #333;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .C3-form .form-field .form-file {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .C3-form .form-field .form-file > span {
    display: block;
    width: 100%;
  }
}
.C3-form .form-field .selectwrap {
  position: relative;
}
.C3-form .form-field .selectwrap select {
  padding-right: 1.5em !important;
}
.C3-form .form-field .selectwrap select:hover {
  cursor: pointer;
}
.C3-form .form-field .selectwrap:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: url(../images/common/arrow_select.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.45em;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .C3-form .form-field {
    width: 100%;
    padding: 0;
  }
  .C3-form .form-field .form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .C3-form .form-field .form-group:has(.form-radio) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.C3-form .form-button {
  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;
}
.C3-form .form-button button, .C3-form .form-button input {
  display: block;
  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;
  min-width: 325px;
  max-width: 100%;
  padding: 0 2em;
  height: 61px;
  background-color: #dc544e;
  color: #fff;
  font-size: 1rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.C3-form .form-button button:hover, .C3-form .form-button input:hover {
  color: #fff !important;
}
.C3-form .form-button button:hover, .C3-form .form-button input:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.C3-form .form-button button:nth-child(2), .C3-form .form-button input:nth-child(2) {
  background-color: #dc544e;
}
.C3-form .form-button button:before, .C3-form .form-button input:before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .C3-form .form-button button, .C3-form .form-button input {
    width: 100%;
  }
}

.form-counter-ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 40px;
  padding: 2.5px 7.5px;
  color: #999;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eee;
}
.form-counter-ui span {
  margin: 0 !important;
}

.form-locked {
  opacity: 0.3;
}

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

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

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

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

.privacy-agree .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;
}

.privacy-agree .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 #dc544e;
  background: #dc544e;
}

.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-counter textarea {
  width: 100%;
  height: 200px;
}

/* Form Block */
.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Form Field */
.form-field {
  display: grid;
  gap: 5px;
}

/* Form Group */
.form-group {
  display: grid;
  gap: 10px;
}

.form-group[data-form-column-sp="2"] {
  grid-template-columns: 1fr 1fr;
}

.form-group[data-form-column-sp="3"] {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 769px) {
  /* Form Block */
  .form-block {
    grid-template-columns: 0.5fr 1fr;
    padding: 0;
  }
  /* Form Label */
  .form-label {
    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;
    padding: 15px;
  }
  /* Form Field */
  .form-field {
    padding: 15px;
  }
  .form-group[data-form-column-pc="2"] {
    grid-template-columns: 1fr 1fr;
  }
  .form-group[data-form-column-pc="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .form-group[data-form-column-pc="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.complete {
  text-align: center;
}
.complete h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .form-group-sprow1 {
    grid-template-columns: 1fr !important;
  }
}

.form-group-row1 {
  grid-template-columns: 1fr !important;
}

.C3-form .mw_wp_form .form-group:has(.form-radio) {
  display: block;
}
.C3-form .mw_wp_form .error {
  display: inline-block !important;
  background-color: red;
  color: #fff;
  padding: 0.05em 0.5em;
  font-size: 12px;
  margin: 0.25em;
}
.C3-form .mw_wp_form .form-file > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.C3-form .mw_wp_form .form-file > div span.mwform-file-delete {
  display: inline !important;
}
.C3-form .mw_wp_form .form-select {
  position: relative;
}
.C3-form .mw_wp_form .form-select:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.C3-form .mw_wp_form .form-radio {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.C3-form .mw_wp_form .form-radio .mwform-radio-field {
  width: calc((100% - 10px) / 2);
  margin: 0;
}
.C3-form .mw_wp_form .form-radio label:has(input[type=radio]:checked):after {
  opacity: 1 !important;
}
.C3-form .mw_wp_form .form-radio label:has(input[type=checkbox]:checked):after {
  opacity: 1 !important;
}
@media screen and (max-width: 780px) {
  .C3-form .mw_wp_form .form-radio .mwform-radio-field {
    width: 100%;
  }
}
.C3-form .mw_wp_form .form-button span {
  position: relative;
}
.C3-form .mw_wp_form .form-button span:before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
.C3-form .mw_wp_form_confirm .form-field .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  grid-template-columns: none;
}
.C3-form .mw_wp_form_confirm .form-counter {
  word-break: break-all;
}
.C3-form .mw_wp_form_confirm .form-counter-ui {
  display: none;
}
.C3-form .mw_wp_form_confirm .form-select:before {
  display: none;
}
.C3-form .mw_wp_form_confirm .form-button span {
  position: relative;
}
.C3-form .mw_wp_form_confirm .form-button span:before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02W.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
.C3-form .mw_wp_form_confirm .form-button span:nth-child(2) input {
  background-color: #999;
}
.C3-form .mw_wp_form_confirm .form-button span:nth-child(2):before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_arrow02G.svg) center no-repeat;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .C3-form .mw_wp_form_confirm .form-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.A1-catch-img {
  margin-bottom: 40px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.A1-catch h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
}
.A1-catch .txts {
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .A1-catch-img {
    -webkit-transform: none;
            transform: none;
    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: 40px;
  }
  .A1-catch h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .A1-catch .txts {
    text-align: left;
  }
}

.A1-merit {
  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 0;
  background-color: #231815;
  margin-bottom: 80px;
}
.A1-merit h2 {
  color: #fff;
}
.A1-merit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.A1-merit ul li {
  width: calc((100% - 60px) / 2);
  color: #fff;
}
.A1-merit ul li .imgs {
  position: relative;
}
.A1-merit ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8%;
}
.A1-merit ul li .imgs img, .A1-merit ul li .imgs 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;";
}
.A1-merit ul li h3 {
  font-size: 30px;
  font-weight: 900;
  margin: 15px 0 10px;
}
.A1-merit ul li .txts {
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .A1-merit {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .A1-merit ul li {
    width: 100%;
  }
  .A1-merit ul li h3 {
    font-size: 24px;
  }
}

.A1-point-wrap {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.A1-point-wrap:last-child {
  margin-bottom: 0;
}
.A1-point-wrap dl dt {
  width: 700px;
  max-width: 100%;
  margin-bottom: 40px;
  font-size: 33px;
  font-weight: 900;
  text-align: center;
  height: 100px;
  padding: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #dc544e;
  border-radius: 5200px;
  position: relative;
}
.A1-point-wrap dl dt:before {
  content: "";
  width: 50px;
  height: 30px;
  background: url(../images/low/A1/A1_fuki.svg) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 94px;
  left: 150px;
}
.A1-point-wrap dl dd {
  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-point-wrap dl dd .icos {
  width: 220px;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.A1-point-wrap dl dd .icos img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.A1-point-wrap dl dd .txts {
  background-color: #fcf0f0;
  padding: 50px 80px;
  border-radius: 500px;
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 780px) {
  .A1-point-wrap dl dt {
    font-size: 20px;
  }
  .A1-point-wrap dl dt:before {
    content: "";
    width: 50px;
    height: 31px;
    background: url(../images/low/A1/A1_fuki.svg) top center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    top: 94px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .A1-point-wrap dl dd {
    -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;
  }
  .A1-point-wrap dl dd .icos {
    width: 100%;
    margin-bottom: 25px;
  }
  .A1-point-wrap dl dd .icos img {
    width: 100px;
    height: auto;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .A1-point-wrap dl dd .txts {
    border-radius: 20px;
    padding: 35px;
  }
}

.A2-catch {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin: 80px 0;
}
@media screen and (max-width: 780px) {
  .A2-catch {
    font-size: 19px;
    margin: 50px 0;
  }
}

.A2-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.A2-list > ul > li {
  width: calc((100% - 100px) / 3);
}
.A2-list > ul > li .imgs {
  position: relative;
  margin-bottom: 15px;
}
.A2-list > ul > li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.A2-list > ul > li .imgs > img, .A2-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;";
}
.A2-list > ul > li h3 {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 15px;
}
.A2-list > ul > li h3::first-letter {
  color: #DC544E;
}
.A2-list > ul > li .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.A2-list > ul > li .cat li {
  background-color: #231815;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 0.5em;
}
@media screen and (max-width: 780px) {
  .A2-list > ul > li {
    width: 100%;
  }
  .A2-list > ul > li .imgs {
    margin-bottom: 10px;
  }
  .A2-list > ul > li h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .A2-list > ul > li .cat li {
    font-size: 13px;
  }
  .A2-list > ul > li .txts {
    font-size: 14px;
  }
}

.A3-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.A3-list > ul > li {
  width: calc((100% - 50px) / 2);
}
.A3-list > ul > li .imgs {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.A3-list > ul > li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.A3-list > ul > li .imgs img, .A3-list > ul > li .imgs 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;";
}
.A3-list > ul > li h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .A3-list > ul > li {
    width: 100%;
  }
  .A3-list > ul > li .imgs {
    margin-bottom: 10px;
  }
  .A3-list > ul > li h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .A3-list > ul > li .txts {
    font-size: 14px;
  }
}

.A3-access-ggmap {
  position: relative;
  margin-bottom: 40px;
}
.A3-access-ggmap .infos {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(35, 24, 21, 0.75);
  padding: 1em 1.5em;
  color: #fff;
}
.A3-access-ggmap .infos h3 {
  font-size: 18px;
}
.A3-access-ggmap .infos .txts {
  font-size: 16px;
  font-weight: 400;
}
.A3-access-dl dl dd a img {
  margin-right: 0.5em;
}
@media screen and (max-width: 780px) {
  .A3-access-ggmap .infos {
    position: static;
    padding: 1em;
  }
  .A3-access-ggmap .infos .txts {
    font-size: 14px;
  }
}

.A6-catch-img {
  margin-top: 40px;
}
.A6-catch-ol {
  padding: 2.5em 2em;
  background-color: #f7f7f7;
}
.A6-catch-ol .ol01 > li {
  padding: 1.5em 0.5em;
  margin-bottom: 0;
  position: relative;
}
.A6-catch-ol .ol01 > li:before {
  content: "";
  display: block;
  width: calc(100% + 1.5em);
  height: 1px;
  border-bottom: 1px dashed #ddd;
  position: absolute;
  bottom: 0;
  right: 0;
}
.A6-catch-ol .ol01 > li ul, .A6-catch-ol .ol01 > li ol {
  margin-bottom: 0;
}
.A6-catch-ol .ol01 > li .bikou {
  margin-bottom: 0;
}
.A6-catch-ol .ol01 > li:first-child {
  padding-top: 0;
}
.A6-catch-ol .ol01 > li:last-child {
  padding-bottom: 0;
}
.A6-catch-ol .ol01 > li:last-child:before {
  display: none;
}
@media screen and (max-width: 780px) {
  .A6-catch-ol {
    padding: 1.5em;
  }
  .A6-catch-ol .ol01 > li {
    padding: 1em;
  }
}

.A6-cont h2 {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: #dc544e;
  padding: 0.5em 0.5em;
  padding-left: 4.5em;
  border-radius: 5400px;
  position: relative;
  margin-bottom: 30px;
}
.A6-cont h2:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/low/A6/A6_ico01.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.A6-contB h2:before {
  content: "";
  background: url(../images/low/A6/A6_ico02.svg) center no-repeat;
  background-size: contain;
}
.A6-contC h2:before {
  content: "";
  background: url(../images/low/A6/A6_ico03.svg) center no-repeat;
  background-size: contain;
}
.A6-cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.A6-cont-wrap__txt {
  width: 65%;
}
.A6-cont-wrap__img {
  width: calc(35% - 60px);
}
@media screen and (max-width: 780px) {
  .A6-cont h2 {
    font-size: 18px;
  }
  .A6-cont-wrap {
    gap: 20px;
  }
  .A6-cont-wrap__txt {
    width: 100%;
  }
  .A6-cont-wrap__img {
    width: 100%;
  }
}

.B1-catch {
  text-align: center;
  margin: 100px 0;
  font-size: 18px;
}
.B1-catch h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .B1-catch {
    margin: 60px 0;
  }
  .B1-catch h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .B1-catch-txt {
    font-size: 16px;
    text-align: left;
    text-align: justify;
  }
}

.B1-sch {
  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 !important;
}
.B1-sch .wraper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
}
.B1-sch .wraper::before {
  content: "";
  display: block;
  width: 4px;
  height: 95%;
  position: absolute;
  top: 0;
  left: 98px;
  background: rgb(220, 84, 78);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 84, 78)), to(rgb(250, 194, 0)));
  background: -webkit-linear-gradient(top, rgb(220, 84, 78) 0%, rgb(250, 194, 0) 100%);
  background: linear-gradient(180deg, rgb(220, 84, 78) 0%, rgb(250, 194, 0) 100%);
}
.B1-sch-wrap {
  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: 60px 0px;
}
.B1-sch-wrap:nth-child(even) {
  background-color: #f5f5f4;
}
.B1-sch-wrap:nth-child(1) {
  padding-top: 0;
}
.B1-sch-wrap:nth-child(1) .B1-sch-wrap__month {
  background-color: #dc544e;
}
.B1-sch-wrap:nth-child(2) .B1-sch-wrap__month {
  background-color: #dc5431;
}
.B1-sch-wrap:nth-child(3) .B1-sch-wrap__month {
  background-color: #dc541d;
}
.B1-sch-wrap:nth-child(4) .B1-sch-wrap__month {
  background-color: #dc6f1d;
}
.B1-sch-wrap:nth-child(5) .B1-sch-wrap__month {
  background-color: #dc811d;
}
.B1-sch-wrap:nth-child(6) .B1-sch-wrap__month {
  background-color: #eaa61d;
}
.B1-sch-wrap:nth-child(7) .B1-sch-wrap__month {
  background-color: #fac200;
}
.B1-sch-wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  padding: 0 25px;
}
.B1-sch-wrap__month {
  width: 150px;
  height: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 5200px;
  color: #fff;
  font-weight: 900;
  font-size: 45px;
  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;
  z-index: 3;
}
.B1-sch-wrap__month > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.B1-sch-wrap__month span {
  font-size: 0.6em;
  font-weight: 700;
}
.B1-sch-wrap__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.B1-sch-wrap__info h3 {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  border-bottom: 1px solid #333;
}
.B1-sch-wrap__info h3:first-child {
  margin-top: 0;
}
.B1-sch-wrap__info h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #dc544e;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.B1-sch-wrap__info .txts {
  margin-bottom: 20px;
}
.B1-sch-wrap__info .txts:last-child {
  margin-bottom: 0;
}
.B1-sch-wrap__info .bikou {
  border: 1px solid #231815;
  padding: 1em;
  position: relative;
  margin-top: 55px;
}
.B1-sch-wrap__info .bikou h4 {
  background-color: #231815;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 0.5em;
  position: absolute;
  left: -1px;
  top: -35px;
}
.B1-sch-wrap__info .bikou h4 span {
  font-size: 14px;
}
.B1-sch-wrap__info .bikou02 {
  border: 1px solid #231815;
  padding: 1em;
  position: relative;
  font-weight: bold;
}
.B1-sch-wrap__img {
  width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  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: 50px;
}
.B1-sch-wrap__img div {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 5px 7px 0 0 rgba(255, 127, 80, 0.2);
          box-shadow: 5px 7px 0 0 rgba(255, 127, 80, 0.2);
}
.B1-sch-wrap__img div:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.B1-sch-wrap__img div img, .B1-sch-wrap__img div 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;";
}
@media screen and (max-width: 1000px) {
  .B1-sch-wrap .inner {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  .B1-sch .wraper::before {
    content: "";
    display: block;
    width: 4px;
    height: 93%;
    position: absolute;
    top: 0;
    left: 54px;
    background: rgb(220, 84, 78);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 84, 78)), to(rgb(250, 194, 0)));
    background: -webkit-linear-gradient(top, rgb(220, 84, 78) 0%, rgb(250, 194, 0) 100%);
    background: linear-gradient(180deg, rgb(220, 84, 78) 0%, rgb(250, 194, 0) 100%);
  }
  .B1-sch-wrap {
    padding: 60px 0;
  }
  .B1-sch-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 110px;
    padding-right: 20px;
    position: relative;
    gap: 30px;
  }
  .B1-sch-wrap__info h3 {
    font-size: 20px;
  }
  .B1-sch-wrap__month {
    width: 70px;
    height: 70px;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 0px;
  }
  .B1-sch-wrap__img {
    width: 100%;
    gap: 25px;
  }
}

.B1-tv {
  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: 100px 0;
  background-color: #231815;
  color: #fff;
  margin-bottom: -80px !important;
}
.B1-tv-wrap__left {
  width: 100%;
  font-size: 20px;
  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;
}
.B1-tv-wrap__left h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.B1-tv-wrap__left ul {
  margin: 25px 0;
  margin-left: 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 960px;
  max-width: 100%;
}
.B1-tv-wrap__left ul li {
  width: calc((100% - 40px) / 2);
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .B1-tv {
    padding: 60px 0;
  }
  .B1-tv-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .B1-tv-wrap__left {
    width: 100%;
    font-size: 18px;
  }
  .B1-tv-wrap__left ul li {
    width: 100%;
    font-size: 16px;
  }
}

.C2-cont-wrap {
  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: 60px 20px;
}
.C2-cont-wrap:nth-child(even) {
  background-color: #f5f5f4;
}
.C2-cont-wrap:nth-child(1) {
  padding-top: 0;
}
.C2-cont-wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 0 0px;
}
.C2-cont-wrap .no {
  width: 75px;
  height: 75px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 5200px;
  background-color: #dc544e;
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  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;
  z-index: 3;
}
.C2-cont-wrap__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1em;
}
.C2-cont-wrap__info h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.C2-cont-wrap__info .ul02 {
  margin: 10px 0;
}
.C2-cont-wrap__info .bikou {
  border: 1px solid #231815;
  background-color: #fff;
  padding: 25px;
  position: relative;
  margin-top: 55px;
}
.C2-cont-wrap__info .bikou h4 {
  background-color: #231815;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 0.5em;
  position: absolute;
  left: -1px;
  top: -35px;
}
.C2-cont-wrap__info .bikou h4 span {
  font-size: 14px;
}
.C2-cont-wrap__info .bikou .dl01 {
  margin-bottom: 0;
}
.C2-cont-wrap__info .bikou .dl01 dl {
  padding: 1.5em 0;
}
.C2-cont-wrap__info .bikou .dl01 dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .C2-cont-wrap:last-child {
    padding-bottom: 0;
  }
  .C2-cont-wrap .inner {
    -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: 0;
  }
  .C2-cont-wrap .no {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .C2-cont-wrap__info h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.C1-catch h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 780px) {
  .C1-catch h3 {
    font-size: 30px;
  }
}

.C1-dl .bikou {
  font-size: 14px;
}

.C3-catch {
  background-color: #faece8;
  padding: 40px;
}
.C3-catch h2 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #dc544e;
  margin-bottom: 20px;
}
.C3-catch h3 {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .C3-catch {
    padding: 20px;
  }
  .C3-catch h2 {
    font-size: 26px;
  }
}

.G1-news 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 60px;
}
.G1-news ul li {
  width: calc((100% - 180px) / 4);
  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: 20px;
  border-bottom: 1px dashed #ccc;
  padding: 40px 0;
}
.G1-news ul li .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.G1-news ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.G1-news ul li .imgs img, .G1-news ul li .imgs 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;";
}
.G1-news ul li .wraper .infos {
  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;
  margin-bottom: 10px;
}
.G1-news ul li .wraper .infos-day {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  margin-right: 0.75em;
}
.G1-news ul li .wraper .infos-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.G1-news ul li .wraper .infos-cat a {
  display: inline-block;
  font-size: 12px;
  background-color: #dc544e;
  color: #fff;
  padding: 0.25em 0.85em;
  line-height: 1;
}
.G1-news ul li .wraper h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.G1-news ul li .wraper .txts {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.G1-news ul li:first-child {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
.G1-news ul li:first-child .imgs {
  width: 35%;
  min-width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .G1-news ul {
    gap: 0 30px;
  }
  .G1-news ul li {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 780px) {
  .G1-news ul {
    gap: 0px;
  }
  .G1-news ul li {
    width: 100%;
  }
  .G1-news ul li:first-child {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .G1-news ul li:first-child .imgs {
    width: 100%;
    min-width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.news-list-pagination {
  max-width: 1000px;
  margin: 60px auto 0px;
}
.news-list-pagination__list {
  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;
}
.news-list-pagination__list li {
  margin: 0 0.5em;
}
@media screen and (max-width: 1250px) {
  .news-list-pagination__list li {
    margin: 0 0.2em;
  }
}
.news-list-pagination__list .arrow a {
  display: inline-block;
  width: 50px;
  text-align: center;
  border-radius: 500px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  font-size: 0.8125rem;
  padding: 1em 0 1.05em;
}
@media screen and (max-width: 1120px) {
  .news-list-pagination__list .arrow a {
    width: auto;
    padding: 0 2em;
    padding: 1em 2em 1.05em;
  }
}
@media screen and (max-width: 780px) {
  .news-list-pagination__list .arrow a {
    width: 60px;
    padding: 1em 0;
    display: block;
    text-align: center;
  }
  .news-list-pagination__list .arrow a:before {
    display: none;
  }
}
.news-list-pagination__list .current a {
  opacity: 1;
  background: #dc544e;
  color: #fff !important;
}
.news-list-pagination__list .inactive a {
  opacity: 0.2;
  pointer-events: none;
  cursor: pointer;
}
.news-list-pagination__list .page-numbers a,
.news-list-pagination__list .page-numbers span {
  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;
  width: 43px;
  height: 43px;
  line-height: 43px;
  color: #333;
  border-radius: 500px;
}
.news-list-pagination__list .page-numbers span {
  pointer-events: none;
}
@media screen and (max-width: 1120px) {
  .news-list-pagination__list .page-numbers + .dots {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .news-list-pagination__list .page-numbers + .dots {
    display: block;
  }
  .news-list-pagination__list .page-numbers a,
  .news-list-pagination__list .page-numbers span {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 780px) {
  .news-list-pagination__list .page-numbers:nth-child(7), .news-list-pagination__list .page-numbers:nth-child(8), .news-list-pagination__list .page-numbers:nth-child(9), .news-list-pagination__list .page-numbers:nth-child(10), .news-list-pagination__list .page-numbers:nth-child(11) {
    display: none;
  }
}

.news-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0 80px;
}
@media screen and (max-width: 780px) {
  .news-child {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px 0 0;
    margin-top: -40px;
  }
}
.news-child-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news-child-left__info {
  margin-bottom: 40px;
  color: #808080;
}
.news-child-left__info .news-c {
  display: inline-block;
  background-color: #dc544e;
  font-size: 0.75rem;
  padding: 0.3em 0.5em 0.4em;
  min-width: 70px;
  margin: 0 0.75em;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.news-child-left__info .news-c:hover {
  color: #fff !important;
}
.news-child-left h2 {
  font-size: 23px;
  font-weight: 900;
  margin: 0em 0 0.7em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #9b9b9b;
  position: relative;
}
.news-child-left h2 .new {
  font-size: 1rem;
  margin-left: 0.2em;
}
@media screen and (max-width: 780px) {
  .news-child-left h2 {
    margin: 0.75em 0 1em;
    padding-bottom: 0.75em;
    font-size: 1.125rem;
  }
}
.news-child-left__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.news-child-left__cat a {
  display: inline-block;
  background-color: #dc544e;
  font-size: 12px;
  min-width: 55px;
  padding: 0.3em 0.5em 0.4em;
  min-width: 70px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.news-child-left__cat a:hover {
  color: #fff !important;
}
.news-child-left__days {
  margin-bottom: 40px;
}
.news-child-left__days dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
}
.news-child-left__days dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.news-child-left__img {
  margin: 0 auto 40px;
  text-align: center;
}
.news-child-left__txt {
  margin-bottom: 60px;
}
.news-child-left h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-child-left .btn_01 {
  margin-top: 100px;
}
.news-child-left .btn_01 a {
  min-height: 70px;
}
@media screen and (max-width: 780px) {
  .news-child-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .news-child-left .btn_02 {
    margin-top: 40px;
  }
  .news-child-left .btn_01 {
    margin-top: 60px;
  }
  .news-child-left .btn_01 a {
    min-height: 70px;
  }
}
.news-child-right {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 80px;
}
.news-child-right h2 {
  font-size: 1.125rem;
  margin-bottom: 0;
  background-color: #231815;
  font-weight: bold;
  padding: 0.5em 0.75em;
  color: #fff;
}
.news-child-right__news {
  margin-bottom: 40px;
}
.news-child-right__news_wrap dl {
  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;
  border-bottom: 1px dashed #ccc;
  padding: 1em 0;
}
.news-child-right__news_wrap dl dt {
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0.3em;
  font-size: 0.875rem;
  color: #808080;
}
.news-child-right__news_wrap dl dt .news-c {
  display: inline-block;
  background-color: #dc544e;
  font-size: 12px;
  min-width: 55px;
  padding: 0.3em 0.5em 0.4em;
  min-width: 70px;
  margin: 0 0.75em;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 780px) {
  .news-child-right__news_wrap dl dt .news-c {
    font-size: 0.6875rem;
    min-width: 55px;
  }
}
.news-child-right__news_wrap dl dt .news-pl {
  display: inline-block;
  background-color: #eee;
  font-size: 0.75rem;
  min-width: 55px;
  padding: 0.3em 0.5em 0.4em;
  width: 155px;
  margin-right: 1em;
  color: #333;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
.news-child-right__news_wrap dl dd {
  line-height: 1.35;
}
.news-child-right__news_wrap dl dd a {
  color: #333;
  font-size: 15px;
  line-height: 1.35;
}
.news-child-right__category {
  margin-bottom: 40px;
}
.news-child-right__category ul li {
  position: relative;
}
.news-child-right__category ul li a {
  display: block;
  padding: 0.7em 0;
  padding-left: 1em;
  border-bottom: 1px dashed #ccc;
  position: relative;
  color: #333;
}
.news-child-right__category ul li a:before {
  content: "";
  background: url("../images/common/arrow05_R.svg") center left no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #555;
}
.news-child-right__category:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .news-child-right {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-child {
    margin-bottom: 0;
  }
}

.event-child .cat {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.I1-wrap h2 {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 40px;
}
.I1-wrap .dl01 dl:before {
  content: "";
  display: block;
  width: 260px;
  height: 1px;
  background-color: #dc544e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.I1-wrap .dl01 dl dt {
  width: 260px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.I1-wrap .dl01 dl dd {
  padding-left: 2em;
}
@media screen and (max-width: 780px) {
  .I1-wrap h2 {
    font-size: 27px;
    text-align: center;
  }
  .I1-wrap .dl01 dl:before {
    display: none;
  }
  .I1-wrap .dl01 dl dd {
    padding-left: 0;
  }
}

.J1-wrap h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.J1-wrap .txts {
  margin-bottom: 3.5em;
}
.J1-wrap .txts a {
  color: #dc544e;
}

.A4-cont .tit {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}
.A4-cont .tit img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.A4-cont .tit-01 {
  font-size: 50px;
  font-weight: 900;
  border-bottom: 13px solid #dc544e;
}
.A4-cont .tit-02 {
  font-size: 20px;
  color: #dc544e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .A4-cont .tit img {
    height: 20px;
  }
  .A4-cont .tit-01 {
    font-size: 33px;
    border-bottom: 7px solid #dc544e;
    line-height: 1.4;
    margin-top: 0.5em;
    padding-bottom: 0.25em;
  }
  .A4-cont .tit-02 {
    font-size: 17px;
  }
}
.A4-cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.A4-cont-wrap__flow ol {
  overflow-y: hidden;
}
.A4-cont-wrap__flow ol li {
  border: 1px solid #333;
  padding: 40px;
  margin-bottom: 20px;
  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: 40px;
}
.A4-cont-wrap__flow ol li .icos {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.A4-cont-wrap__flow ol li .icos img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.A4-cont-wrap__flow ol li dl dt {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 0.4em;
}
.A4-cont-wrap__flow ol li:first-child .icos {
  position: relative;
}
.A4-cont-wrap__flow ol li:first-child .icos::before {
  content: "";
  display: block;
  width: 4px;
  height: 1200px;
  position: absolute;
  top: 0px;
  left: 32px;
  background: #dc544e;
  z-index: -2;
}
.A4-cont-wrap__flow ol li:last-child {
  margin-bottom: 0;
}
.A4-cont-wrap__flow ol li:last-child .icos {
  position: relative;
}
.A4-cont-wrap__flow ol li:last-child .icos::before {
  content: "";
  display: block;
  width: 8px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 30px;
  background: #fff;
  z-index: -1;
}
.A4-cont-wrap__img {
  width: 240px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.A4-cont-wrap__img .imgs {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.A4-cont-wrap__img .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.A4-cont-wrap__img .imgs > img, .A4-cont-wrap__img .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) {
  .A4-cont-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .A4-cont-wrap__flow {
    width: 100%;
  }
  .A4-cont-wrap__flow ol li {
    padding: 20px;
    gap: 20px;
  }
  .A4-cont-wrap__flow ol li dl dt {
    font-size: 20px;
  }
  .A4-cont-wrap__flow ol li dl dd {
    font-size: 15px;
  }
  .A4-cont-wrap__img {
    width: 100%;
  }
}

.A4-step .tit-01 {
  border-bottom: 13px solid #305ab1;
}
.A4-step .tit-02 {
  color: #305ab1;
}
.A4-step .A4-cont-wrap__flow ol li:first-child .icos {
  position: relative;
}
.A4-step .A4-cont-wrap__flow ol li:first-child .icos::before {
  content: "";
  background: #305ab1;
}
@media screen and (max-width: 780px) {
  .A4-step .tit-01 {
    border-bottom: 7px solid #305ab1;
  }
}

.A4-jump .tit-01 {
  border-bottom: 13px solid #ff8729;
}
.A4-jump .tit-02 {
  color: #ff8729;
}
.A4-jump .A4-cont-wrap__flow ol li:first-child .icos {
  position: relative;
}
.A4-jump .A4-cont-wrap__flow ol li:first-child .icos::before {
  content: "";
  background: #ff8729;
}
@media screen and (max-width: 780px) {
  .A4-jump .tit-01 {
    border-bottom: 7px solid #ff8729;
  }
}

.A4-his {
  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 0;
  background-color: #231815;
  color: #fff;
  margin-bottom: -80px;
}
.A4-his .inner > 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: 40px;
}
.A4-his .inner > ul > li {
  width: 100%;
  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;
  gap: 40px;
}
.A4-his .inner > ul > li .imgs {
  width: 330px;
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.A4-his .inner > ul > li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.A4-his .inner > ul > li .imgs img, .A4-his .inner > ul > li .imgs 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;";
}
.A4-his .inner > ul > li .jcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  margin-bottom: 1em;
}
.A4-his .inner > ul > li .jcas li {
  display: inline-block;
  border: 1px solid #808080;
  font-size: 14px;
  padding: 0.2em 0.75em;
}
.A4-his .inner > ul > li .infos {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.A4-his .inner > ul > li .infos h3 {
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0.25em;
  margin-bottom: 25px;
}
.A4-his .inner > ul > li .infos h3:before {
  content: "";
  display: block;
  width: 240px;
  height: 1px;
  background-color: #dc544e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.A4-his .inner > ul > li .infos dl {
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.A4-his .inner > ul > li .infos dl dt {
  width: 6em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
}
.A4-his .inner > ul > li .infos dl dd {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .A4-his .tit02 {
    font-size: 31px;
  }
  .A4-his .inner > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .A4-his .inner > ul > li .imgs {
    width: 100%;
  }
  .A4-his .inner > ul > li .jcas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .A4-his .inner > ul > li .jcas li {
    display: inline-block;
    border: 1px solid #808080;
    font-size: 14px;
    padding: 0.2em 0.75em;
  }
  .A4-his .inner > ul > li .infos h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .A4-his .inner > ul > li .infos dl dt {
    width: 4.5em;
  }
  .A4-his .inner > ul > li .infos dl dd {
    font-size: 16px;
  }
}

.B2-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 65px 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.B2-list ul li {
  width: calc((100% - 120px) / 3);
}
.B2-list ul li .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.B2-list ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.B2-list ul li .imgs img, .B2-list ul li .imgs 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;";
}
.B2-list ul li h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0.65em 0 0.3em;
}
@media screen and (max-width: 780px) {
  .B2-list ul li {
    width: 100%;
  }
}

.B2-kougi {
  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-color: #231815;
  padding: 80px 0;
  margin-bottom: 80px;
}
.B2-kougi h2 {
  color: #fff;
}
.B2-kougi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 65px 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.B2-kougi ul li {
  width: calc((100% - 60px) / 2);
  color: #fff;
}
.B2-kougi ul li .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.B2-kougi ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.B2-kougi ul li .imgs img, .B2-kougi ul li .imgs 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;";
}
.B2-kougi ul li h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0.65em 0;
}
@media screen and (max-width: 780px) {
  .B2-kougi ul li {
    width: 100%;
  }
}

.B2-sch {
  margin-bottom: 80px;
}
.B2-sch ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.B2-sch ul li {
  width: calc((100% - 40px) / 3);
}
.B2-sch ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #F5F5F4;
  border: 1px solid #999;
  -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;
  height: 80px;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  line-height: 1.3;
}
.B2-sch ul li a:before {
  content: "";
  width: 2.75em;
  height: 2.75em;
  background: url(../images/low/B2/B2_ico01.svg) center no-repeat;
  background-size: contain;
  margin-right: 1em;
}
.B2-sch ul li a:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/low/B2/B2_ico02.svg) center no-repeat;
  background-size: contain;
  margin-left: 1em;
}
@media screen and (max-width: 780px) {
  .B2-sch ul li {
    width: 100%;
  }
  .B2-sch ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  .B2-catch h2 {
    font-size: 20px;
  }
}

.D1-voice-list {
  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: 50px;
}
.D1-voice-list .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.D1-voice-list .li .col01 {
  width: 40%;
  min-width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.D1-voice-list .li .col01 .imgs {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-box-shadow: 15px 15px 0 0 rgba(255, 127, 80, 0.2);
          box-shadow: 15px 15px 0 0 rgba(255, 127, 80, 0.2);
}
.D1-voice-list .li .col01 .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.D1-voice-list .li .col01 .imgs img, .D1-voice-list .li .col01 .imgs 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;";
}
.D1-voice-list .li .col01 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;
  gap: 1em;
  text-align: center;
}
.D1-voice-list .li .col01 ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  line-height: 1.4;
}
.D1-voice-list .li .col02 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.D1-voice-list .li .col02 h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 0.25em;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.D1-voice-list .li .col02 h3:before {
  content: "";
  display: block;
  width: 7em;
  height: 1px;
  background-color: #dc544e;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.D1-voice-list .li .col02 dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.D1-voice-list .li .col02 dl dt {
  width: 4em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .D1-voice-list .li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .D1-voice-list .li .col01 {
    width: calc(100% - 15px);
    margin-bottom: 30px;
  }
  .D1-voice-list .li .col01 ul li {
    font-size: 16px;
  }
  .D1-voice-list .li .col02 {
    width: 100%;
  }
  .D1-voice-list .li .col02 h3 {
    text-align: center;
  }
  .D1-voice-list .li .col02 h3:before {
    content: "";
    display: block;
    width: 7em;
    height: 1px;
    background-color: #dc544e;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.D1-other {
  background-color: #f5f5f4;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.D1-other__col h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.D1-other__col .txts {
  font-size: 20px;
}
.D1-other__col ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.D1-other__col ul li {
  font-size: 20px;
}
.D1-other__col ul li:after {
  content: "／";
  display: inline-block;
  margin-right: 0.5em;
}
.D1-other__col ul li:last-child:after {
  content: "など";
  font-size: 17px;
}
.D1-other__img {
  width: 320px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.D1-other__img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.D1-other__img img, .D1-other__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;";
}
@media screen and (max-width: 780px) {
  .D1-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 37px 20px;
    gap: 20px;
  }
  .D1-other__col {
    width: 100%;
  }
  .D1-other__col h3 {
    text-align: center;
    font-size: 18px;
  }
  .D1-other__col ul {
    gap: 10px;
  }
  .D1-other__col ul li {
    font-size: 16px;
    width: calc((100% - 10px) / 2);
    width: 100%;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
  }
  .D1-other__col ul li:after {
    display: none;
  }
  .D1-other__col ul:after {
    content: "など";
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  .D1-other__img {
    width: 100%;
  }
}

.B2-mes > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
}
.B2-mes > ul > li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1000px) {
  .B2-mes > ul > li {
    width: calc((100% - 80px) / 3);
  }
}
.B2-mes > ul > li .imgs {
  width: 100%;
  position: relative;
}
.B2-mes > ul > li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.B2-mes > ul > li .imgs > img, .B2-mes > 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;";
}
.B2-mes > ul > li .years {
  text-align: center;
  margin: 1em 0 0;
}
.B2-mes > ul > li h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.B2-mes > ul > li .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;
}
.B2-mes > ul > li .btns button {
  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;
  width: 170px;
  height: 41px;
  background-color: #dc544e;
  border-radius: 500px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.B2-mes > ul > li .btns button:before {
  content: "";
  background: url(../images/low/D2/arrow.svg) center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25em;
}
.B2-mes > ul > li .btns button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.75;
}
@media screen and (max-width: 780px) {
  .B2-mes > ul > li {
    width: 100%;
  }
}

.B2-mes .messages {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(35, 24, 21, 0.8);
  z-index: 999;
  top: 0;
  left: 0;
  padding: 60px;
  overflow: auto;
}
.B2-mes .messages-wrap {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 !important;
  background-color: #fff;
  position: relative;
  width: 1000px;
}
@media screen and (max-width: 1280px) {
  .B2-mes .messages-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.B2-mes .messages-wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.B2-mes .messages-wrap .close img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.B2-mes .messages-wrap .close:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.B2-mes .messages-wrap .close02 {
  position: static;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  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;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
  border-top: 1px solid #ccc;
  padding-top: 1em;
  width: 100%;
}
.B2-mes .messages-wrap .close02 img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.B2-mes .messages-wrap .close02:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.B2-mes .messages-img {
  width: 100%;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.B2-mes .messages-img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70.7%;
}
.B2-mes .messages-img img, .B2-mes .messages-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;";
}
.B2-mes .messages-info {
  padding: 50px 80px;
}
@media screen and (max-width: 1280px) {
  .B2-mes .messages-info {
    padding: 40px;
  }
}
.B2-mes .messages-info h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.B2-mes .messages-info h4 .ki {
  display: inline-block;
  background-color: #231815;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 0.75em;
  margin-right: 0.75em;
  line-height: 1;
  font-weight: 500;
}
.B2-mes .messages-info ul {
  width: 100%;
  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-bottom: 40px;
}
.B2-mes .messages-info ul li {
  font-size: 22px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.B2-mes .messages-info ul li .ki {
  display: inline-block;
  background-color: #231815;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 0.75em;
  margin-right: 0.75em;
  line-height: 1;
  font-weight: 500;
}
.B2-mes .messages-info ul li .posi {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 16px;
  font-weight: 500;
}
.B2-mes .messages-info h5 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
  margin-top: 40px;
}
.B2-mes .messages-info h5:after {
  content: "";
  background-color: #dc544e;
  width: 8em;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.B2-mes .messages-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.B2-mes .messages-info dl dt {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .B2-mes .messages {
    padding: 25px;
  }
  .B2-mes .messages-img {
    width: 100%;
    background-color: #eee;
    position: relative;
    overflow: hidden;
  }
  .B2-mes .messages-img:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 68%;
  }
  .B2-mes .messages-img img, .B2-mes .messages-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;";
  }
  .B2-mes .messages-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .B2-mes .messages-info {
    padding: 30px;
    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;
  }
  .B2-mes .messages-info h4 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 0px;
  }
  .B2-mes .messages-info ul {
    display: block;
    width: auto;
    gap: 0.75em;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .B2-mes .messages-info ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .B2-mes .messages-info ul li .ki {
    font-size: 13px;
  }
  .B2-mes .messages-info ul li .posi {
    font-size: 13px;
  }
  .B2-mes .messages-info h5 {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .B2-mes .messages-info dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5em;
  }
  .B2-mes .messages-info dl dt, .B2-mes .messages-info dl dd {
    width: 100%;
  }
  .B2-mes .messages-info dl dt {
    font-size: 18px;
  }
}

.E1-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 0px;
}
.E1-cont:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/low/E1/E1_ico01.svg) center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.E1-contB {
  margin-top: 150px;
}
.E1-contB:before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/low/E1/E1_ico02.svg) center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.E1-cont .wraper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.E1-cont h2 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.E1-cont h2:after {
  content: "";
  background-color: #dc544e;
  width: 8em;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.E1-cont-txt {
  margin-bottom: 40px;
}
.E1-cont-txt .bikou {
  display: block;
  font-size: 15px;
  margin: 0.2em 0;
}
.E1-cont h3 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 20px;
}
.E1-cont h3:before {
  content: "";
  width: 4px;
  height: 1.25em;
  background-color: #dc544e;
  border-radius: 500px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.E1-cont dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #ccc;
  padding: 1.25em 0;
}
.E1-cont dl:last-child {
  border-bottom: 1px dashed #ccc;
}
.E1-cont dl dt {
  font-weight: bold;
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .E1-cont dl dt {
    width: 120px;
  }
}
.E1-cont dl dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.E1-cont dl dd a {
  color: #dc544e;
}
.E1-cont dl dd span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .E1-cont {
    -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;
  }
  .E1-contB {
    margin-top: 100px;
  }
  .E1-cont h2 {
    font-size: 26px;
  }
  .E1-cont h3 {
    font-size: 20px;
  }
  .E1-cont dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .E1-cont dl dt {
    width: 100%;
    font-size: 18px;
    color: #dc544e;
    margin-bottom: 6px;
  }
  .E1-cont dl dd {
    width: 100%;
  }
}

.F1-faq-group {
  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: 40px 20px;
}
.F1-faq-group:nth-child(even) {
  background-color: #f5f5f4;
}
.F1-faq-group dl {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .F1-faq-group dl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.F1-faq-group dl dt, .F1-faq-group dl dd {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.F1-faq-group dl dt:before, .F1-faq-group dl dd:before {
  content: "";
  width: 70px;
  height: 70px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url(../images/low/F1/F1_q.svg) center no-repeat;
  background-size: contain;
}
.F1-faq-group dl dt div, .F1-faq-group dl dd div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.F1-faq-group dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.F1-faq-group dl dd:before {
  content: "";
  background: url(../images/low/F1/F1_a.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  .F1-faq-group {
    padding: 40px 0;
  }
  .F1-faq-group dl dt, .F1-faq-group dl dd {
    gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .F1-faq-group dl dt:before, .F1-faq-group dl dd:before {
    content: "";
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background: url(../images/low/F1/F1_q.svg) center no-repeat;
    background-size: contain;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .F1-faq-group dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .F1-faq-group dl dd:before {
    content: "";
    background: url(../images/low/F1/F1_a.svg) center no-repeat;
    background-size: contain;
  }
}

.A5-catch {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
}
@media screen and (max-width: 780px) {
  .A5-catch {
    font-size: 24px;
  }
}

.A5-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.A5-wrap__col {
  width: calc((100% - 60px) / 2);
}
.A5-wrap__col .ill {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .A5-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .A5-wrap__col {
    width: 100%;
  }
  .A5-wrap__col .ill {
    width: 75%;
    margin: 0 auto;
  }
}

.A5-cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.A5-cont ul li {
  width: calc((100% - 120px) / 3);
}
.A5-cont-tbl {
  overflow: auto;
}
.A5-cont-tbl table {
  width: 100%;
  table-layout: fixed;
  min-width: 800px;
}
.A5-cont-tbl table tbody tr td {
  border: 1px solid #ccc;
  padding: 0.95em;
  text-align: center;
}
.A5-cont-tbl table tbody tr td:nth-child(1) {
  background-color: #808080;
  color: #fff;
}
.A5-cont-tbl table tbody tr:nth-child(1) td {
  background-color: #808080;
  color: #fff;
  padding: 0.5em;
}
@media screen and (max-width: 780px) {
  .A5-cont ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .A5-cont ul li {
    width: 75%;
  }
  .A5-cont-tbl table {
    table-layout: auto;
    min-width: 400px;
  }
  .A5-cont-tbl table tbody tr td {
    font-size: 14px;
    padding: 0.5em 0.5em;
  }
}

.B3-wrap {
  border-left: 12px solid #dc544e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  margin-bottom: 40px;
}
.B3-wrap-no {
  width: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #dc544e;
  text-align: center;
  line-height: 1;
}
.B3-wrap-no .age {
  font-size: 23px;
  font-weight: 700;
}
.B3-wrap-no .age span {
  font-size: 45px;
  display: inline-block;
  margin: 0 0.05em;
}
.B3-wrap-no .years {
  margin-top: 10px;
}
.B3-wrap-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.B3-wrap-info dl dt {
  width: 240px;
}
@media screen and (max-width: 780px) {
  .B3-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 25px;
    padding-left: 25px;
    border-left: 8px solid #dc544e;
  }
  .B3-wrap-no {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .B3-wrap-info {
    width: 100%;
  }
}

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

@media screen and (min-width: 780px) {
  .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: 2.75s !important;
            animation-delay: 2.75s !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-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);
  }
}/*# sourceMappingURL=assets.css.map */