@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: #333;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

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

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

body {
  margin: 0;
}

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

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

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

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

.bold {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.indexpage {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin: 80px auto 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 1285px) {
  .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;
  }
}

.menu-open .header-logo {
  display: none;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13000;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
}
.header-logo {
  display: inline-block;
  position: relative;
  top: 40px;
  z-index: 1001;
  text-align: center;
  pointer-events: auto;
}
.header-logo a img {
  width: 250px;
}
@media screen and (max-width: 960px) {
  .header {
    z-index: 13000;
  }
  .header-logo {
    top: 20px;
  }
  .header-logo a img {
    width: 150px;
  }
}

.menu-btn {
  position: fixed;
  top: 80px;
  left: 40px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  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;
  gap: 10px;
  pointer-events: auto;
  mix-blend-mode: difference;
}
.menu-btn span {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.menu-btn span:nth-child(1) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menu-btn span:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menu-btn span:nth-child(3) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menu-btn .menu-text {
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0px;
  font-style: italic;
  font-weight: 400;
}
.menu-btn.open span {
  background-color: #999;
  width: 60px;
}
.menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(90deg) translateY(12px) translateX(11px);
          transform: rotate(90deg) translateY(12px) translateX(11px);
}
.menu-btn.open span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(90deg) translateY(-12px) translateX(-11px);
          transform: rotate(90deg) translateY(-12px) translateX(-11px);
}
.menu-btn.open .menu-text {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .menu-btn {
    top: 40px;
    left: 20px;
  }
  .menu-btn.open span {
    background-color: #999;
    width: 50px;
  }
  .menu-btn.open span:nth-child(1) {
    -webkit-transform: rotate(90deg) translateY(12px) translateX(11px);
            transform: rotate(90deg) translateY(12px) translateX(11px);
  }
  .menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(90deg) translateY(-12px) translateX(-11px);
            transform: rotate(90deg) translateY(-12px) translateX(-11px);
  }
  .menu-btn.open .menu-text {
    opacity: 0;
  }
}

.low-mv {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  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;
  background-size: cover;
  background-position: bottom center;
  height: 675px;
}
.low-mv h2, .low-mv h1 {
  font-size: 70px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  text-align: center;
}
.low-mv h2 rt, .low-mv h1 rt {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.low-mv h2 span, .low-mv h1 span {
  font-size: 20px;
  display: block;
  margin-top: 0.15em;
  font-weight: 400;
  font-style: italic;
}
.low-mv .txts {
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
  line-height: 2;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
}
.low-mv-small {
  height: 450px;
  padding-top: 80px !important;
}
@media screen and (max-width: 960px) {
  .low-mv {
    height: 500px;
  }
  .low-mv h2 {
    font-size: 40px;
  }
  .low-mv .txts {
    font-size: 18px;
    margin-bottom: -100px;
  }
  .low-mv-small {
    height: 350px;
    padding-top: 40px !important;
  }
}

.C1-mv {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background: url(../images/C1/bg01.png) no-repeat center bottom/cover;
  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;
  background-size: cover;
  background-position: bottom center;
  padding: 300px 25px 18%;
  position: relative;
  z-index: 2;
}
.C1-mv h2 {
  font-size: 70px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 360px;
}
.C1-mv h2 span {
  font-size: 20px;
  display: block;
  margin-top: 0.15em;
  font-weight: 400;
  font-style: italic;
}
.C1-mv h3 {
  font-size: 36px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.C1-mv .txts {
  text-align: center;
  font-size: 20px;
  line-height: 2.75;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .C1-mv .txts {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .C1-mv {
    padding: 200px 38px 50%;
  }
  .C1-mv h2 {
    font-size: 40px;
  }
  .C1-mv h3 {
    font-size: 32px;
  }
  .C1-mv .txts {
    font-size: 16px;
    line-height: 2.5;
    text-align: left;
    text-align: justify;
  }
}

.C1-bg {
  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;
  display: block;
  height: 50vw;
  background: url(../images/C1/bg02.png) no-repeat center top/cover;
  position: relative;
  z-index: 1;
  margin-top: -15vw;
}
@media screen and (max-width: 1275px) {
  .C1-bg {
    margin-top: -20vw;
  }
}
@media screen and (max-width: 1015px) {
  .C1-bg {
    margin-top: -30vw;
  }
}
@media screen and (max-width: 780px) {
  .C1-bg {
    height: 400px;
    margin-top: -50vw;
  }
}

body.menu-open {
  overflow: hidden;
}

.gnavi {
  padding-top: 100px;
  padding-bottom: 100px;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
}
.gnavi.is-active {
  top: 0;
}
.gnavi-logo {
  text-align: center;
  margin-bottom: 60px;
}
.gnavi-logo img {
  height: 30px;
  opacity: 0.65;
}
.gnavi-menu {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  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;
}
@media screen and (max-width: 1285px) {
  .gnavi-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gnavi-menu > ul, .gnavi-menu .links {
  width: 16.6666666667%;
}
.gnavi-menu > ul a, .gnavi-menu .links a {
  color: #333;
}
.gnavi-menu > ul {
  padding: 0 25px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-left: 1px solid #333;
}
.gnavi-menu > ul > li > a {
  font-size: 20px;
  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;
  line-height: 1;
  font-weight: bold;
  gap: 10px;
}
.gnavi-menu > ul > li > a > span {
  color: #71afaf;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.025em;
}
.gnavi-menu > ul > li > ul {
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.gnavi-menu > ul > li > ul > li > a {
  font-size: 18px;
}
.gnavi-menu > ul > li > ul > li > ul {
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left: 1em;
}
.gnavi-menu > ul > li > ul > li > ul > li > a {
  font-size: 18px;
}
.gnavi .links {
  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;
}
.gnavi .links-bnrs 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: 10px;
}
.gnavi .links-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.gnavi .links-sns h4 {
  font-size: 16px;
  color: #999;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
.gnavi .links-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.gnavi .links-sns ul li a img {
  height: 30px;
}
.gnavi .links-link {
  margin-bottom: 20px;
}
.gnavi .links-link ul {
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.gnavi .links-link ul li > a {
  font-size: 18px;
}
.gnavi .links-langs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gnavi .links-langs ul li a {
  color: #ccc;
  font-size: 20px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.gnavi .links-langs ul li.active a {
  color: #333;
  pointer-events: none;
}
.gnavi .links-langs ul li:nth-child(1):after {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}
.gnavi .linksSP {
  display: none;
}
@media screen and (max-width: 960px) {
  .gnavi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    height: 100dvh;
    padding-top: 30px;
  }
  .gnavi-logo {
    margin-bottom: 50px !important;
  }
  .gnavi-logo img {
    height: auto;
    width: 150px;
  }
  .gnavi-menu {
    gap: 40px 20px;
    margin-bottom: 80px;
    max-width: 100%;
  }
  .gnavi-menu > ul {
    width: calc((100% - 80px) / 5);
    border-left: none;
    border-top: none;
    padding: 0;
    border-left: 1px solid #ccc;
    padding-left: 20px;
  }
  .gnavi-menu > ul > li > a {
    font-size: 16px;
  }
  .gnavi-menu > ul > li > ul > li > a {
    font-size: 16px;
  }
  .gnavi-menu > ul > li > ul > li > ul > li > a {
    font-size: 14px;
  }
  .gnavi .links {
    display: none;
  }
  .gnavi .linksSP {
    display: block;
    padding: 0 25px;
  }
  .gnavi .linksSP .wraps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .gnavi .linksSP .wraps a {
    font-size: 16px;
  }
  .gnavi .linksSP .wraps .links-link a {
    color: #333;
  }
  .gnavi .linksSP .links-bnrs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .gnavi-Copyright {
    background-color: #eaf6f6;
    padding: 15px 20px;
  }
  .gnavi-Copyright .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnavi-Copyright small {
    color: #666;
    font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-style: italic;
    font-weight: 400;
  }
  .gnavi-Copyright .langs {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .gnavi-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 550px;
    margin-bottom: 0;
  }
  .gnavi-menu > ul {
    width: calc((100% - 20px) / 2);
  }
}

.footer {
  padding-top: 60px;
}
.footer-logo {
  text-align: center;
  margin-bottom: 60px;
}
.footer-logo img {
  height: 30px;
  opacity: 0.65;
}
.footer-menu {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  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;
}
@media screen and (max-width: 1285px) {
  .footer-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-menu > ul, .footer-menu .links {
  width: 16.6666666667%;
}
.footer-menu > ul a, .footer-menu .links a {
  color: #333;
}
.footer-menu > ul {
  padding: 0 25px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-left: 1px solid #333;
}
.footer-menu > ul > li > a {
  font-size: 20px;
  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;
  line-height: 1;
  font-weight: bold;
  gap: 10px;
}
.footer-menu > ul > li > a > span {
  color: #71afaf;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.025em;
}
.footer-menu > ul > li > ul {
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer-menu > ul > li > ul > li > a {
  font-size: 18px;
}
.footer-menu > ul > li > ul > li > ul {
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left: 1em;
}
.footer-menu > ul > li > ul > li > ul > li > a {
  font-size: 18px;
}
.footer .links {
  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;
}
.footer .links-bnrs 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: 10px;
}
.footer .links-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.footer .links-sns h4 {
  font-size: 16px;
  color: #999;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
.footer .links-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer .links-sns ul li a img {
  height: 30px;
}
.footer .links-link {
  margin-bottom: 20px;
}
.footer .links-link ul {
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer .links-link ul li > a {
  font-size: 18px;
}
.footer .links-langs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .links-langs ul li a {
  color: #ccc;
  font-size: 20px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.footer .links-langs ul li.active a {
  color: #333;
  pointer-events: none;
}
.footer .links-langs ul li:nth-child(1):after {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}
.footer .linksSP {
  display: none;
}
.footer-Copyright {
  background-color: #eaf6f6;
  padding: 15px 20px;
  margin-top: 60px;
}
.footer-Copyright .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: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-Copyright small {
  color: #666;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  font-weight: 400;
}
.footer-Copyright .langs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-Copyright .langs ul li a {
  color: #ccc;
}
.footer-Copyright .langs ul li.active a {
  color: #333;
  pointer-events: none;
}
.footer-Copyright .langs ul li:nth-child(1):after {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}
@media screen and (max-width: 960px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 50px;
  }
  .footer-logo img {
    height: 30px;
  }
  .footer-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 20px;
    height: 550px;
    margin-bottom: 0;
  }
  .footer-menu > ul {
    border-left: none;
    border-top: none;
    width: calc((100% - 20px) / 2);
    padding: 0;
    border-left: 1px solid #ccc;
    padding-left: 20px;
  }
  .footer-menu > ul > li > a {
    font-size: 16px;
  }
  .footer-menu > ul > li > ul > li > a {
    font-size: 16px;
  }
  .footer-menu > ul > li > ul > li > ul > li > a {
    font-size: 14px;
  }
  .footer .links {
    display: none;
  }
  .footer .linksSP {
    display: block;
    padding: 0 25px;
    margin-bottom: 40px;
  }
  .footer .linksSP .wraps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .footer .linksSP .wraps a {
    font-size: 16px;
  }
  .footer .linksSP .wraps .links-link a {
    color: #333;
  }
  .footer .linksSP .links-bnrs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer-Copyright {
    background-color: #eaf6f6;
    padding: 15px 20px;
  }
  .footer-Copyright .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-Copyright small {
    color: #666;
  }
  .footer-Copyright .langs {
    display: none;
  }
}

.scroll {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 100;
}
.scroll #scrollBtn {
  background: transparent;
  border: none;
  cursor: pointer;
  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;
  gap: 15px;
}
.scroll #scrollBtn .scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 18px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll #scrollBtn .scroll-line {
  width: 1px;
  height: 100px;
  background-color: #fff;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll #scrollBtn:hover .scroll-text {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll #scrollBtn:hover .scroll-line {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .scroll {
    bottom: 20px;
    left: 20px;
  }
  .scroll #scrollBtn .scroll-text {
    font-size: 12px;
  }
  .scroll #scrollBtn .scroll-line {
    height: 40px;
  }
}

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

body {
  overflow-x: hidden;
}

main {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1285px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > div[id] {
  margin-top: -155px;
  padding-top: 155px;
}
main .anchor {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  main > div[id] {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.tit01 {
  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;
  font-size: 40px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #56817a;
  text-align: center;
  margin-bottom: 40px;
}
.tit01 span {
  font-size: 20px;
  font-style: italic;
}

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

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

.btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.btn_01 a, .btn_01 button, .btn_01 > div:has(input) {
  display: block;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #71afaf;
  color: #fff;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
.btn_01 a > input, .btn_01 button > input, .btn_01 > div:has(input) > input {
  width: 100%;
  line-height: 1.5;
  height: 100%;
}
.btn_01 a span, .btn_01 button span, .btn_01 > div:has(input) span {
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  font-size: 15px;
  display: inline-block;
  margin-top: 4px;
}
.btn_01 a:after, .btn_01 button:after, .btn_01 > div:has(input):after {
  content: "";
  background: url(../images/_common/arrow01.png) center no-repeat;
  width: 45px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_01 a:hover, .btn_01 button:hover, .btn_01 > div:has(input):hover {
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_01 a:hover:after, .btn_01 button:hover:after, .btn_01 > div:has(input):hover:after {
  right: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_01.disabled a:after, .btn_01.disabled button:after, .btn_01.disabled > div:has(input):after {
  content: "";
  background: url(../images/_common/arrow02.png) center no-repeat;
  width: 30px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_01.disabled a:hover, .btn_01.disabled button:hover, .btn_01.disabled > div:has(input):hover {
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_01.disabled a:hover:after, .btn_01.disabled button:hover:after, .btn_01.disabled > div:has(input):hover:after {
  right: 20px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_01C a {
  background: transparent;
  border: 1px solid #71afaf;
  color: #71afaf;
}
.btn_01C a:after {
  content: "";
  background: url(../images/T1/arrow02.png) center no-repeat;
  background-size: contain;
}
.btn_01C a:hover {
  color: #71afaf !important;
}
@media screen and (max-width: 780px) {
  .btn_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_01 a {
    width: 300px;
    height: 80px;
    font-size: 18px;
    padding-top: 5px;
  }
}

.btn_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.btn_02 a {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 100px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
.btn_02 a span {
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  font-size: 15px;
  display: inline-block;
  margin-top: 4px;
}
.btn_02 a:after {
  content: "";
  background: url(../images/_common/arrow01.png) center no-repeat;
  width: 30px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_02 a:hover {
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_02 a:hover:after {
  right: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_02C a {
  border: 1px solid #71afaf;
  color: #71afaf;
}
@media screen and (max-width: 780px) {
  .btn_02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn_02 a {
    width: 300px;
    height: 80px;
    padding-top: 5px;
  }
}

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

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

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

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

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

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.c01 {
  background-color: #e4e4e4;
}

.c02 {
  background-color: #cde7fb;
}

.c03 {
  background-color: #c5e6cd;
}

.c04 {
  background-color: #fdc1c1;
}

.mv {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.privacy_list dd a {
  color: #71afaf;
}

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

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

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

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

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

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

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

.contact .btn:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* fileタイプのinputは背景色無し・padding無し */
.contact-form input[type=file] {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

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

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

:placeholder-shown {
  color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw_wp_form_confirm #privacyAgree {
  display: none;
}

#privacyAgree {
  margin-bottom: 30px;
}

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

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

.mv {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  position: relative;
  background-color: #000;
  padding: 0;
  top: 0 !important;
  opacity: 1 !important;
}
.mv-catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv-catch h2 {
  font-size: 52px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  text-align: center;
  font-style: italic;
  color: #fff;
}
.mv-catch h2 span {
  font-size: 0.5em;
  display: block;
  margin-top: 0.5em;
}
.mv-catch h2 .br_sp {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .mv-catch h2 .br_sp {
    display: block;
  }
}
.mv-catch h2 img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-img {
  width: 100%;
  height: 100vh;
}
.mv-img img, .mv-img video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .mv-catch {
    padding: 0 20px;
  }
  .mv-catch h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .mv-catch h2 span {
    font-size: 14px;
    margin-top: 20px;
  }
  .mv-catch h2 .br_sp {
    margin: 0;
  }
}

.T1-about {
  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: #eaf6f6 url(../images/T1/bg01.jpg) no-repeat center center/cover;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 150px 20px 100vw;
  position: relative;
}
.T1-about:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #eaf6f6), to(rgba(234, 246, 246, 0)));
  background: -webkit-linear-gradient(bottom, #eaf6f6 30%, rgba(234, 246, 246, 0) 100%);
  background: linear-gradient(to top, #eaf6f6 30%, rgba(234, 246, 246, 0) 100%);
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  width: 100%;
}
.T1-about-txt {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.T1-about-txt h2 {
  font-size: 52px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  text-align: center;
  font-style: italic;
  color: #fff;
}
.T1-about-txt h2 span {
  font-size: 0.5em;
  display: block;
  margin-top: 0.5em;
}
.T1-about-txt h2 img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.T1-about-txt .wraps {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-about-txt .wraps h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 30px 0;
  position: relative;
}
.T1-about-txt .wraps p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .T1-about {
    padding: 80px 20px 1000px;
  }
  .T1-about .wraps h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
  }
  .T1-about .wraps h3::before {
    display: none;
  }
  .T1-about .wraps p {
    font-size: 16px;
  }
}

.T1-pro {
  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: url(../images/T1/bg02.jpg) no-repeat center bottom/cover;
  text-align: center;
  padding: 120px 20px 240px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-pro h2 {
  font-size: 36px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  margin-bottom: 40px;
}
.T1-pro ul {
  display: none;
}
.T1-pro p {
  font-size: 18px;
  line-height: 2;
}
.T1-pro .btn_02 {
  display: none;
}
@media screen and (max-width: 780px) {
  .T1-pro {
    padding: 80px 20px;
  }
  .T1-pro h2 {
    font-size: 30px;
  }
  .T1-pro ul {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
    margin: 30px 0;
    padding: 0 0px;
  }
  .T1-pro ul li {
    width: calc((100% - 5px) / 2);
  }
  .T1-pro ul li 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-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;
    font-size: 18px;
    text-align: center;
    height: 100px;
  }
  .T1-pro ul li a span {
    font-size: 14px;
    font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-style: italic;
  }
  .T1-pro ul li:nth-child(1) a {
    background-color: #1f1f1f;
    color: #56817a;
  }
  .T1-pro ul li:nth-child(2) a {
    background-color: #63978f;
    color: #fff;
  }
  .T1-pro ul li:nth-child(3) a {
    background-color: #fff;
    color: #71afaf;
  }
  .T1-pro ul li:nth-child(4) a {
    background-color: #cee1df;
    color: #56817a;
  }
  .T1-pro .btn_02 {
    display: block;
  }
}

.T1-message {
  display: none;
}
@media screen and (max-width: 780px) {
  .T1-message {
    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;
    position: relative;
    height: 80dvh;
    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;
    overflow: hidden;
    background: #eaf6f6;
  }
  .T1-message:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/T1/img07.jpg") center center/cover no-repeat;
    z-index: 1;
  }
  .T1-message h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    margin: 0;
    background: none;
    line-height: 1.2;
    padding: 0;
    white-space: pre-line;
  }
}

.T1-jigyo {
  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: #eaf6f6;
}
.T1-jigyo ul {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  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: 100px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.T1-jigyo ul li {
  width: calc((100% - 100px) / 2);
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: -40px 40px 0 0 #d7e2e2;
          box-shadow: -40px 40px 0 0 #d7e2e2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 7;
}
.T1-jigyo ul li:nth-child(even) {
  -webkit-box-shadow: 40px 40px 0 0 #d7e2e2;
          box-shadow: 40px 40px 0 0 #d7e2e2;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.T1-jigyo ul li:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.T1-jigyo ul li h3 {
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  text-align: center;
  color: #5d8d86;
  height: 120px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.T1-jigyo ul li h3:after {
  content: "";
  background: url(../images/T1/) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 44px;
  height: 10px;
}
.T1-jigyo ul li h3 span {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  display: block;
}
.T1-jigyo ul li .imgs {
  position: relative;
}
.T1-jigyo ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8%;
}
.T1-jigyo ul li .imgs img, .T1-jigyo 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;";
}
.T1-jigyo ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .T1-jigyo {
    display: none;
  }
}

.T1-company {
  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;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  background-color: #eaf6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0 100px;
  gap: 0px;
  position: relative;
  z-index: 10;
}
.T1-company-txt {
  width: 60%;
  padding-left: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding-right: 50px;
}
.T1-company-txt h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 40px;
  color: #71afaf;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-company-txt h2 .q01 {
  display: inline-block;
  -webkit-transform: scale(-1, 1) rotate(-90deg) translateY(15px) translateX(-15px);
          transform: scale(-1, 1) rotate(-90deg) translateY(15px) translateX(-15px);
}
.T1-company-txt h2 .q02 {
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateY(20px) translateX(-15px);
          transform: rotate(-90deg) translateY(20px) translateX(-15px);
}
.T1-company-txt .txt {
  font-size: 18px;
  line-height: 2.5;
  margin-top: 2em;
}
.T1-company-txt .btn_01 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 150px;
}
@media screen and (max-width: 1070px) {
  .T1-company-txt .btn_01 {
    bottom: 0px;
  }
}
.T1-company-img {
  width: 40%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .T1-company {
    padding: 80px 0 180px;
    background: url(../images/T1/bg_company.png) no-repeat center bottom/cover;
  }
  .T1-company-txt {
    width: 100%;
    display: block;
    padding: 0 25px;
    padding-left: 120px;
    padding-right: 40px;
  }
  .T1-company-txt h2 {
    position: absolute;
    top: 100px;
    left: 40px;
    font-size: 28px;
  }
  .T1-company-txt .txt {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 50px;
  }
  .T1-company-txt .btn_01 {
    bottom: 100px;
  }
  .T1-company-img {
    display: none;
  }
}

.T1-gallery {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.T1-gallery ul {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 780px) {
  .T1-gallery {
    padding-top: 0 !important;
  }
}

.T1-work {
  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: url(../images/T1/map.jpg) no-repeat center center/cover;
  padding: 0px 20px 100px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-work-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10%;
}
.T1-work-txt h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 40px;
  color: #71afaf;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-work-txt .txt {
  font-size: 18px;
  line-height: 2.5;
  margin-top: 2em;
}
.T1-work .inner {
  position: relative;
  padding: 100px 0;
}
.T1-work .inner .btn_01 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0px;
}
@media screen and (max-width: 780px) {
  .T1-work-txt {
    width: 100%;
    display: block;
    padding: 0 25px;
    padding-left: 120px;
  }
  .T1-work-txt h2 {
    position: absolute;
    top: 100px;
    left: 40px;
    font-size: 28px;
  }
  .T1-work-txt .txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .T1-work-txt .btn_01 {
    position: static;
  }
  .T1-work .inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.T1-shop {
  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: url(../images/T1/bg03.jpg) no-repeat center bottom/cover;
  text-align: center;
  padding: 120px 20px 180px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-shop h2 {
  font-size: 36px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  margin-bottom: 40px;
}
.T1-shop p {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .T1-shop {
    background: url(../images/T1/bg03.jpg) no-repeat center top/cover;
  }
  .T1-shop h2 {
    font-size: 28px;
  }
  .T1-shop p {
    font-size: 16px;
  }
}

.T1-info {
  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: #eaf6f6;
  background-size: contain;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  padding-bottom: 100px;
  position: relative;
}
.T1-info .bg_movie {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.T1-info .bg_movie .wraps {
  position: relative;
}
.T1-info .bg_movie .wraps:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf6f6), to(rgba(234, 246, 246, 0)));
  background: -webkit-linear-gradient(top, #eaf6f6 0%, rgba(234, 246, 246, 0) 100%);
  background: linear-gradient(to bottom, #eaf6f6 0%, rgba(234, 246, 246, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.T1-info .bg_movie video {
  width: 100%;
  height: 100%;
}
.T1-info-wrap {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 40px 40px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1285px) {
  .T1-info-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.T1-info-wrap-search {
  width: 40%;
}
.T1-info-wrap-search img {
  -webkit-filter: drop-shadow(-40px 40px 0px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(-40px 40px 0px rgba(0, 0, 0, 0.05));
}
.T1-info-wrap-omofan {
  width: calc(40% - 80px);
  margin-top: 200px;
}
.T1-info-wrap-omofan img {
  -webkit-filter: drop-shadow(40px 60px 0px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(40px 60px 0px rgba(0, 0, 0, 0.05));
}
.T1-info-wrap-txt {
  width: 550px;
  height: 550px;
  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: #fff;
  border-radius: 4000px;
  -webkit-filter: drop-shadow(80px 30px 0px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(80px 30px 0px rgba(0, 0, 0, 0.05));
}
.T1-info-wrap-txt h3 {
  font-size: 40px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #5d8d86;
  margin-bottom: 40px;
}
.T1-info-wrap-txt p {
  font-size: 18px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-info-btn {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  margin: 100px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 780px) {
  .T1-info .bg_movie .wraps {
    position: relative;
  }
  .T1-info .bg_movie .wraps:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaf6f6), to(rgba(234, 246, 246, 0)));
    background: -webkit-linear-gradient(top, #eaf6f6 0%, rgba(234, 246, 246, 0) 100%);
    background: linear-gradient(to bottom, #eaf6f6 0%, rgba(234, 246, 246, 0) 100%);
    z-index: 2;
    pointer-events: none;
  }
  .T1-info .bg_movie video {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .T1-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 0;
  }
  .T1-info-wrap-search {
    width: 60%;
    margin-left: 0;
    margin-right: auto;
  }
  .T1-info-wrap-search img {
    -webkit-filter: drop-shadow(-5px 15px 0px rgba(0, 0, 0, 0.075));
            filter: drop-shadow(-5px 15px 0px rgba(0, 0, 0, 0.075));
  }
  .T1-info-wrap-omofan {
    width: 50%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .T1-info-wrap-omofan img {
    -webkit-filter: drop-shadow(-10px 15px 0px rgba(0, 0, 0, 0.075));
            filter: drop-shadow(-10px 15px 0px rgba(0, 0, 0, 0.075));
  }
  .T1-info-wrap-txt {
    width: 330px;
    height: 330px;
    margin: 0 auto;
    -webkit-filter: none;
            filter: none;
  }
  .T1-info-wrap-txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .T1-info-wrap-txt p {
    font-size: 12px;
  }
  .T1-info-btn {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.T1-news {
  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: #eaf6f6;
  margin-top: -100px;
}
.T1-news-wrap {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  width: 1000px;
  padding: 60px 60px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1285px) {
  .T1-news-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.T1-news-wrap h2 {
  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;
  line-height: 1;
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  gap: 10px;
  color: #71afaf;
}
.T1-news-wrap h2 span {
  font-size: 14px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
}
.T1-news-wrap-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.T1-news-wrap-right 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 solid #1f1f1f;
  padding: 20px 0;
}
.T1-news-wrap-right dl:nth-child(1) {
  padding-top: 0;
}
.T1-news-wrap-right dl dt {
  font-size: 16px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-news-wrap-right dl dd {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.T1-news-wrap-right dl dd a {
  color: #333;
}
.T1-news-wrap-right .btn {
  text-align: right;
  margin-top: 20px;
}
.T1-news-wrap-right .btn a {
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-style: italic;
}
.T1-news-wrap-right .btn a:after {
  content: "";
  width: 60px;
  height: 10px;
  background: url(../images/T1/arrow02.png) no-repeat center right/contain;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .T1-news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px !important;
    top: -70px;
  }
  .T1-news-wrap h2 {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 24px;
  }
  .T1-news-wrap h2 span {
    font-size: 12px;
  }
  .T1-news-wrap-right dl {
    padding: 10px 0;
  }
  .T1-news-wrap-right dl dt {
    font-size: 14px;
  }
  .T1-news-wrap-right dl dd {
    font-size: 14px;
  }
  .T1-news-wrap-right .btn a {
    font-size: 18px;
  }
}

.B2-cont {
  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: #eaf6f6;
  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: 100px;
}
.B2-cont > div {
  margin-top: -100px;
}
.B2-cont .wraps {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  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: 0px;
  margin-bottom: 100px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1285px) {
  .B2-cont .wraps {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.B2-cont .wraps:nth-child(odd) .wraps-txt {
  margin-right: -10%;
}
.B2-cont .wraps:nth-child(odd) .wraps-img {
  margin-right: calc(50% - 50vw);
}
.B2-cont .wraps:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.B2-cont .wraps:nth-child(even) .wraps-txt {
  margin-left: -10%;
}
.B2-cont .wraps:nth-child(even) .wraps-img {
  margin-left: calc(50% - 50vw);
}
.B2-cont .wraps-txt {
  width: 50%;
  background-color: #fff;
  padding: 65px 40px;
  border-left: 20px solid #71afaf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.B2-cont .wraps-txt h3 {
  font-size: 36px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #56817a;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.B2-cont .wraps-txt div {
  padding: 25px 0;
}
.B2-cont .wraps-txt div h4 {
  font-size: 16px;
  color: #ccc;
  font-style: italic;
  margin-bottom: 20px;
}
.B2-cont .wraps-txt div p {
  line-height: 2.5;
  font-size: 18px;
  font-weight: 500;
}
.B2-cont .wraps-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.B2-cont .wraps-img img {
  width: 100%;
}
.B2-contB .wraps:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.B2-contB .wraps:nth-child(even) .wraps-txt {
  margin-right: -10%;
  margin-left: 0;
}
.B2-contB .wraps:nth-child(even) .wraps-img {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.B2-contB .wraps:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.B2-contB .wraps:nth-child(odd) .wraps-txt {
  margin-left: -10%;
  margin-right: 0;
}
.B2-contB .wraps:nth-child(odd) .wraps-img {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .B2-cont .wraps {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0;
    margin-bottom: 50px;
  }
  .B2-cont .wraps-txt, .B2-cont .wraps-img {
    width: 100% !important;
    margin: 0 !important;
    border-left: none;
    border-top: 20px solid #71afaf;
    padding: 40px 20px;
    margin-top: 30px;
  }
  .B2-cont .wraps-txt {
    gap: 20px;
    padding-top: 60px;
  }
  .B2-cont .wraps-txt h3 {
    letter-spacing: 0.1em;
    font-size: 26px;
  }
  .B2-cont .wraps-txt div {
    padding: 25px 0;
  }
  .B2-cont .wraps-txt div p {
    font-size: 16px;
  }
  .B2-cont .wraps-img {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
}

.B5-search {
  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: #eaf6f6;
  padding: 500px 25px 300px;
  position: relative;
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
  margin-top: -300px;
}
.B5-search:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/B5/bg01.png) no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .B5-search:before {
    height: 600px;
  }
}
.B5-search h3 {
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  text-align: center;
  color: #56817a;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.B5-search .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-top: 30px;
  position: relative;
  z-index: 2;
}
.B5-search .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #21796b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 45px;
  min-width: 420px;
  max-width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
  letter-spacing: 0.05em;
  border: none;
  position: relative;
  -webkit-transition: 0.54s;
  transition: 0.54s;
}
.B5-search .btns a:hover, .B5-search .btns a:focus {
  background: #195e54;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.B5-search .btns a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 12px;
  background: url(../images/B5/ico_search.png) no-repeat center center/contain;
  vertical-align: middle;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.B5-search .btns a:after {
  display: none;
}
@media screen and (max-width: 780px) {
  .B5-search {
    padding: 100px 25px 160px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: -50px;
  }
  .B5-search h3 {
    font-size: 18px;
  }
  .B5-search .btns a {
    min-width: 320px;
  }
}

.B2-gallery {
  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: #eaf6f6;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.B2-gallery ul {
  margin-bottom: 100px;
}
.B2-gallery ul li {
  margin-right: 1px;
  position: relative;
}
.B2-gallery ul li .infos {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 3;
  color: #fff;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  height: 85px;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.B2-gallery ul li .infos div {
  font-size: 13px;
}
.B2-gallery ul li .infos h4 {
  font-size: 18px;
}
.B2-gallery ul li:hover .infos {
  opacity: 1;
  visibility: visible;
}
.B2-gallery ul li .imgs {
  position: relative;
}
.B2-gallery ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.B2-gallery ul li .imgs > img, .B2-gallery 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-gallery ul li .imgs img {
  height: 101% !important;
  width: 101% !important;
}
.B2-gallery .btns {
  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;
  margin-top: -80px;
  margin-bottom: 80px;
}
.B2-gallery .btns a {
  font-size: 20px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #71afaf;
  font-style: italic;
}
.B2-gallery .btns a:after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 100px;
  height: 12px;
  background: url(../images/B1/arrow01.png) no-repeat center left/contain;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.B2-gallery .btns a:hover {
  color: #71afaf !important;
}
.B1-cont {
  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;
}
.B1-cont .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.B1-cont .wraps-txt {
  width: 50%;
  background-color: #1f1f1f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  gap: 2.5em;
}
.B1-cont .wraps-txt h2 {
  color: #56817a;
  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;
  font-size: 42px;
  gap: 15px;
  font-weight: 400;
}
.B1-cont .wraps-txt h2 span {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #b5d9d4;
}
.B1-cont .wraps-txt h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.7;
}
.B1-cont .wraps-txt p {
  font-size: 20px;
  color: #cccccc;
  line-height: 2.5;
}
.B1-cont .wraps-txt .btns {
  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;
}
.B1-cont .wraps-txt .btns a {
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #71afaf;
  font-style: italic;
}
.B1-cont .wraps-txt .btns a:after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 100px;
  height: 12px;
  background: url(../images/B1/arrow01.png) no-repeat center left/contain;
}
.B1-cont .wraps-txt .btns a:hover {
  color: #71afaf !important;
}
.B1-cont .wraps-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.B1-cont .wraps-img img {
  width: 100%;
  height: 100%;
}
.B1-cont .wraps:nth-child(2) .wraps-txt {
  background-color: #63978f;
}
.B1-cont .wraps:nth-child(2) .wraps-txt h2 {
  color: #fff;
}
.B1-cont .wraps:nth-child(2) .wraps-txt h2 span {
  color: #fff;
}
.B1-cont .wraps:nth-child(2) .wraps-txt h3 {
  color: #fff;
}
.B1-cont .wraps:nth-child(2) .wraps-txt p {
  color: #fff;
}
.B1-cont .wraps:nth-child(2) .wraps-txt .btns a {
  color: #fff;
}
.B1-cont .wraps:nth-child(2) .wraps-txt .btns a:after {
  content: "";
  background: url(../images/B1/arrow02.png) no-repeat center left/contain;
}
.B1-cont .wraps:nth-child(2) .wraps-txt .btns a:hover {
  color: #fff !important;
}
.B1-cont .wraps:nth-child(3) .wraps-txt {
  background-color: #fff;
}
.B1-cont .wraps:nth-child(3) .wraps-txt h2 {
  color: #71afaf;
}
.B1-cont .wraps:nth-child(3) .wraps-txt h3 {
  color: #111;
}
.B1-cont .wraps:nth-child(3) .wraps-txt p {
  color: #111;
}
.B1-cont .wraps:nth-child(4) .wraps-txt {
  background-color: #eaf6f6;
}
.B1-cont .wraps:nth-child(4) .wraps-txt h2 {
  color: #56817a;
}
.B1-cont .wraps:nth-child(4) .wraps-txt h2 ruby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
}
.B1-cont .wraps:nth-child(4) .wraps-txt h2 rt {
  font-size: 18px;
  display: block;
}
.B1-cont .wraps:nth-child(4) .wraps-txt h2 span {
  color: #111;
}
.B1-cont .wraps:nth-child(4) .wraps-txt h3 {
  color: #111;
}
.B1-cont .wraps:nth-child(4) .wraps-txt p {
  color: #111;
  color: #666;
}
@media screen and (max-width: 1020px) {
  .B1-cont .wraps-txt {
    padding: 60px;
  }
}
@media screen and (max-width: 960px) {
  .B1-cont .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .B1-cont .wraps-txt {
    width: 100%;
    padding: 60px 20px;
  }
  .B1-cont .wraps-txt h2 {
    font-size: 32px;
  }
  .B1-cont .wraps-txt h3 {
    font-size: 20px;
  }
  .B1-cont .wraps-txt p {
    font-size: 16px;
  }
  .B1-cont .wraps-img {
    width: 100%;
  }
}

.B9-case {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  margin-bottom: 100px;
  margin-top: 160px;
}
@media screen and (max-width: 1285px) {
  .B9-case {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.B9-case-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  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;
  border-radius: 4000px;
  background: #63978f;
  color: #fff;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.B9-case-info h3 {
  width: 75%;
  font-size: 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1;
}
.B9-case-info h3 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 55px;
}
.B9-case-info h4 {
  font-size: 20px;
}
.B9-case-info div {
  font-size: 16px;
}
.B9-case-txt {
  background-color: #fff;
  padding: 80px 80px 120px 140px;
  border: #dcebe9 10px solid;
  line-height: 1.85;
  font-size: 18px;
  margin-left: 60px;
}
.B9-case-img {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 0px 60px;
  padding-left: 120px;
  margin-top: -60px;
}
.B9-case-img .arrows {
  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: 15%;
}
.B9-case-img .befores, .B9-case-img .afters {
  position: relative;
}
.B9-case-img .befores span, .B9-case-img .afters span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-style: italic;
  font-size: 20px;
  z-index: 3;
  line-height: 1;
}
.B9-case-img .afters span {
  font-size: 36px;
}
.B9-case-photo {
  width: calc(100% - 120px);
  margin: 40px auto 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-left: 60px;
  padding-left: 60px;
}
.B9-case-photo li {
  width: calc((100% - 20px) / 3);
  position: relative;
}
.B9-case-photo li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8%;
}
.B9-case-photo li img, .B9-case-photo 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;";
}
@media screen and (max-width: 780px) {
  .B9-case {
    margin-top: 160px;
    margin-bottom: 160px;
    padding: 0;
  }
  .B9-case-info {
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .B9-case-txt {
    margin-left: 0;
    padding: 40px;
    padding-top: 120px;
    padding-bottom: 80px;
    font-size: 16px;
  }
  .B9-case-img {
    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 20px;
    margin-top: -60px;
    gap: 5px;
    -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;
  }
  .B9-case-img .arrows {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .B9-case-img .befores, .B9-case-img .afters {
    width: 75%;
  }
  .B9-case-img .befores span, .B9-case-img .afters span {
    right: 10px;
    bottom: 10px;
  }
  .B9-case-img .afters span {
    font-size: 20px;
  }
  .B9-case:last-child {
    margin-bottom: 100px;
  }
  .B9-case-photo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .B9-case-photo li {
    width: 100%;
    margin: 0 40px;
  }
}

.B6-map {
  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;
  height: 800px;
}

.B6-pin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 100000000;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.B6-pin-modal-content {
  position: fixed;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -40.5%);
          transform: translate(-50%, -40.5%);
  width: 1000px;
  height: 90vh;
  background: #fff;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 40px;
  overflow-y: auto;
  position: relative;
}
.B6-pin-modal-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  color: #cccccc;
  line-height: 1;
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.B6-pin-modal-content .B6-pin {
  padding: 60px 60px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.B6-pin-modal-content .B6-pin-img {
  margin-bottom: 50px;
  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: 10px;
}
.B6-pin-modal-content .B6-pin-img .imgs {
  width: 74.7%;
  position: relative;
}
.B6-pin-modal-content .B6-pin-img .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.B6-pin-modal-content .B6-pin-img .imgs > img, .B6-pin-modal-content .B6-pin-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;";
}
.B6-pin-modal-content .B6-pin-img ul {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.B6-pin-modal-content .B6-pin-img ul li {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.B6-pin-modal-content .B6-pin-img ul li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.B6-pin-modal-content .B6-pin-img ul li > img, .B6-pin-modal-content .B6-pin-img ul li 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;";
}
.B6-pin-modal-content .B6-pin-img ul li:hover {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.B6-pin-modal-content .B6-pin h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #21796b;
}
.B6-pin-modal-content .B6-pin-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.B6-pin-modal-content .B6-pin-wrap__txt {
  width: 50%;
  line-height: 2.5;
}
.B6-pin-modal-content .B6-pin-wrap__info {
  width: calc(50% - 40px);
}
.B6-pin-modal-content .B6-pin-wrap__info 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 solid #666;
  padding: 0.754em 0;
}
.B6-pin-modal-content .B6-pin-wrap__info dl:first-child {
  padding-top: 0;
}
.B6-pin-modal-content .B6-pin-wrap__info dl dt {
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .B6-pin-modal-content {
    width: 90vw;
    height: 90vh;
    padding: 30px 20px;
  }
  .B6-pin-modal-content .B6-pin h3 {
    font-size: 28px;
  }
  .B6-pin-modal-content .B6-pin p {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .B6-pin-modal-content {
    width: 95vw;
    height: 90vh;
    padding: 20px 15px;
  }
  .B6-pin-modal-content .close-btn {
    top: 10px;
    right: 10px;
    font-size: 24px;
    width: 35px;
    height: 35px;
  }
  .B6-pin-modal-content .B6-pin {
    padding: 25px 25px;
  }
  .B6-pin-modal-content .B6-pin h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .B6-pin-modal-content .B6-pin-img {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .B6-pin-modal-content .B6-pin-img .imgs {
    width: 100%;
  }
  .B6-pin-modal-content .B6-pin-img ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .B6-pin-modal-content .B6-pin-img ul li {
    width: calc((100% - 20px) / 3);
  }
  .B6-pin-modal-content .B6-pin-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .B6-pin-modal-content .B6-pin-wrap__txt {
    width: 100%;
  }
  .B6-pin-modal-content .B6-pin-wrap__info {
    width: 100%;
  }
}

.B6-contact {
  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: #eaf6f6;
  padding: 100px 20px;
}

.about-gallery li {
  margin-right: 1px !important;
}

.modal-close {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
}

.E1-bg {
  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: #f0f6f5;
  padding: 100px 20px;
}

.news-list {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 1000px;
}
@media screen and (max-width: 1285px) {
  .news-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-list dl {
  border-bottom: 1px solid #ccc;
  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;
  padding: 1.25em 0;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.news-list dl:first-child {
  padding-top: 0;
}
.news-list dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-right: 3em;
  line-height: 1;
  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-transform: translateY(5px);
          transform: translateY(5px);
}
.news-list dl dd {
  color: #333;
  font-weight: 500;
}
.news-list dl dd a {
  color: #333;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .news-list dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-list dl dt, .news-list dl dd {
    width: 100%;
  }
  .news-list dl dt {
    margin-bottom: 0.75em;
    color: #333;
  }
  .news-list dl dt .news-c {
    margin-left: 1em;
  }
}

.news-list-pagination {
  max-width: 1000px;
  margin: 60px auto 80px;
}
.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 {
  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;
}
.news-list-pagination__list .arrow a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff !important;
  background-color: #71afaf;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  font-size: 0.8125rem;
  padding: 1em 0 1.05em;
}
.news-list-pagination__list .current a {
  opacity: 1;
  color: #71afaf !important;
  font-weight: 900;
}
.news-list-pagination__list .prev a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #71afaf;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
  color: #fff;
}
.news-list-pagination__list .next a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #71afaf;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8125rem;
  color: #fff;
}
.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: #666;
  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(5), .news-list-pagination__list .page-numbers:nth-child(6), .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) {
    display: none;
  }
}

.con-br {
  display: block;
}

.C1-cont {
  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: #eaf6f6;
  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: 100px;
}
@media screen and (max-width: 1110px) {
  .C1-cont {
    padding-bottom: 120px;
  }
}
.C1-cont > div {
  margin-top: -100px;
}
.C1-cont .wraps {
  width: 1285px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  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: 0px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1285px) {
  .C1-cont .wraps {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.C1-cont .wraps:nth-child(odd) .wraps-txt {
  margin-right: -10%;
  border-left: 20px solid #71afaf;
  padding-right: 120px !important;
}
@media screen and (max-width: 780px) {
  .C1-cont .wraps:nth-child(odd) .wraps-txt {
    padding-right: 0 !important;
    border-left: none;
    padding: 30px !important;
  }
}
.C1-cont .wraps:nth-child(odd) .wraps-img {
  margin-right: calc(50% - 50vw);
}
.C1-cont .wraps:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.C1-cont .wraps:nth-child(even) .wraps-txt {
  margin-left: -10%;
  border-right: 20px solid #71afaf;
  padding-left: 17% !important;
  padding-right: 3% !important;
  position: relative;
}
@media screen and (max-width: 780px) {
  .C1-cont .wraps:nth-child(even) .wraps-txt {
    padding-left: 0 !important;
    border-right: none;
    padding: 30px !important;
  }
}
.C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 {
  position: absolute;
  left: 27%;
  bottom: -150px;
}
.C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 a {
  font-style: normal;
}
.C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 a .ico {
  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-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  font-size: 18px;
  font-style: normal;
}
.C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 a .ico img {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  .C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 {
    position: relative;
    right: auto;
    left: auto;
    bottom: 0;
    margin-top: 20px;
  }
  .C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 a {
    width: 100%;
    max-width: 100%;
  }
  .C1-cont .wraps:nth-child(even) .wraps-txt .btn_01 a .ico {
    font-size: 16px;
  }
}
.C1-cont .wraps:nth-child(even) .wraps-img {
  margin-left: calc(50% - 50vw);
}
.C1-cont .wraps-txt {
  width: 61%;
  background-color: #fff;
  padding: 65px 40px;
  z-index: 1;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  -webkit-box-shadow: 20px 20px 0 0 #dee9e9;
          box-shadow: 20px 20px 0 0 #dee9e9;
}
.C1-cont .wraps-txt h3 {
  font-size: 36px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  color: #56817a;
  margin-bottom: 20px;
}
.C1-cont .wraps-txt div h4 {
  font-size: 16px;
  color: #ccc;
  font-style: italic;
  margin-bottom: 20px;
}
.C1-cont .wraps-txt div p {
  line-height: 2.5;
  font-size: 18px;
  font-weight: 500;
}
.C1-cont .wraps-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-top: 120px;
  z-index: 2;
}
.C1-cont .wraps-img img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .C1-cont {
    padding-bottom: 40px;
    padding: 40px 30px;
  }
  .C1-cont .wraps {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0;
    margin-bottom: 50px;
  }
  .C1-cont .wraps-txt, .C1-cont .wraps-img {
    width: 100% !important;
    margin: 0 !important;
    border-left: none;
    border-top: 20px solid #71afaf;
    padding: 40px 20px;
    margin-top: 30px;
  }
  .C1-cont .wraps-txt {
    gap: 20px;
    padding-top: 60px;
    padding: 40px !important;
  }
  .C1-cont .wraps-txt h3 {
    letter-spacing: 0.1em;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .C1-cont .wraps-txt div {
    padding: 0;
  }
  .C1-cont .wraps-txt div p {
    font-size: 16px;
    line-height: 2;
  }
  .C1-cont .wraps-img {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
  .C1-cont .wraps-img img {
    min-height: auto;
  }
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.wp-pagenavi {
  margin: 50px 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;
  gap: 1.5em;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-pagenavi .pages {
  font-size: 16px;
  color: #999;
  margin-right: 1em !important;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background-color: #71afaf;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  line-height: 1;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  color: #fff !important;
}
.wp-pagenavi .page {
  color: #999 !important;
  font-size: 18px;
}
.wp-pagenavi .current {
  color: #71afaf !important;
  font-size: 20px;
}

.C1-art {
  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: 120px 25px;
  background: url(../images/C1/bg03.jpg) no-repeat center center/cover;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}
.C1-art h2 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 42px;
  gap: 5px;
  margin-bottom: 30px;
  font-weight: 400;
}
.C1-art h2 span {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
.C1-art .txts {
  font-size: 20px;
  color: #fff;
  line-height: 2.5;
  width: 580px;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .C1-art {
    padding: 80px 25px;
    background: url(../images/C1/bg03_sp.jpg) no-repeat center center/cover;
  }
  .C1-art h2 {
    font-size: 26px;
  }
  .C1-art .txts {
    font-size: 16px;
  }
  .C1-art .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.C1-bg02 {
  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: #eaf6f6;
  padding: 0 25px;
}

.C1-slide {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  margin-bottom: -60px;
}
.C1-slide .inner {
  position: relative;
}
.C1-slide .inner .prevArrow {
  width: 82px !important;
  height: 42px !important;
  background: url(../images/C1/arrow_left.png) right no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.C1-slide .inner .prevArrow:hover {
  cursor: pointer;
  left: -30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .C1-slide .inner .prevArrow {
    left: -20px;
    width: 50px !important;
    top: 35%;
  }
}
@media screen and (max-width: 780px) {
  .C1-slide .inner .prevArrow {
    top: 20%;
  }
}
.C1-slide .inner .nextArrow {
  width: 82px !important;
  height: 42px !important;
  background: url(../images/C1/arrow_right.png) right no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.C1-slide .inner .nextArrow:hover {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: -30px;
}
@media screen and (max-width: 960px) {
  .C1-slide .inner .nextArrow {
    right: -20px;
    width: 50px !important;
    top: 35%;
  }
}
@media screen and (max-width: 780px) {
  .C1-slide .inner .nextArrow {
    top: 20%;
  }
}
.C1-slide .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.C1-slide .wraps-imgs {
  width: 50%;
  position: relative;
}
.C1-slide .wraps-imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.C1-slide .wraps-imgs > img, .C1-slide .wraps-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;";
}
.C1-slide .wraps-imgs img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.C1-slide .wraps-txts {
  width: 50%;
  background-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;
  padding: 60px;
}
.C1-slide .wraps-txts h3 {
  font-size: 36px;
  color: #85b8b0;
  margin-bottom: 30px;
}
.C1-slide .wraps-txts .txts {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  .C1-slide {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    margin-bottom: -30px;
  }
  .C1-slide .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C1-slide .wraps-imgs {
    width: 100%;
  }
  .C1-slide .wraps-txts {
    width: 100%;
    padding: 30px 20px;
  }
  .C1-slide .wraps-txts h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .C1-slide .wraps-txts .txts {
    font-size: 16px;
  }
}

.C1-omofan {
  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;
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  margin: 100px 0;
}
.C1-omofan .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.C1-omofan .wraps-imgs {
  width: 50%;
}
.C1-omofan .wraps-imgs img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.C1-omofan .wraps-txts {
  width: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
}
.C1-omofan .wraps-txts h3 {
  color: #85b8b0;
  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;
  font-size: 42px;
  gap: 5px;
  margin-bottom: 30px;
  font-weight: 400;
}
.C1-omofan .wraps-txts h3 span {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
.C1-omofan .wraps-txts .txts {
  font-size: 18px;
  line-height: 2.5;
  width: 580px;
  max-width: 100%;
  margin-bottom: 30px;
}
.C1-omofan .wraps-txts .btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.C1-omofan .wraps-txts .btn_01 a {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .C1-omofan {
    padding: 0 25px;
    margin-top: 60px;
  }
  .C1-omofan .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .C1-omofan .wraps-imgs {
    width: 100%;
  }
  .C1-omofan .wraps-imgs img {
    height: 100vw !important;
  }
  .C1-omofan .wraps-txts {
    width: 100%;
    padding: 45px 25px;
  }
  .C1-omofan .wraps-txts h3 {
    font-size: 30px;
    text-align: center;
  }
  .C1-omofan .wraps-txts .txts {
    font-size: 16px;
  }
  .C1-omofan .wraps-txts .btn_01 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .C1-omofan .wraps-txts .btn_01 a {
    width: 100%;
    margin-right: 0;
  }
}

.C1-csr {
  font-family: "adobe-garamond-pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  padding-bottom: 100px;
}
.C1-csr h2 {
  color: #85b8b0;
  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;
  text-align: center;
  font-size: 42px;
  gap: 5px;
  margin-bottom: 30px;
  font-weight: 400;
}
.C1-csr h2 span {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
.C1-csr .txts {
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
.C1-csr .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.C1-csr .wraps-imgs {
  width: 45%;
  position: relative;
  z-index: 1;
}
.C1-csr .wraps-txts {
  width: 65%;
  margin-left: -10%;
  padding: 60px 60px 60px 170px;
  background-color: #89c0a2;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  margin-top: 60px;
}
@media screen and (max-width: 950px) {
  .C1-csr .wraps-txts {
    padding: 60px 60px 60px 120px;
  }
}
@media screen and (max-width: 960px) {
  .C1-csr h2 {
    font-size: 28px;
  }
  .C1-csr .txts {
    font-size: 16px;
    text-align: left;
  }
  .C1-csr .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .C1-csr .wraps-imgs {
    width: 100%;
  }
  .C1-csr .wraps-txts {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 25px;
    font-size: 16px;
    line-height: 2.5;
  }
}/*# sourceMappingURL=assets.css.map */