@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

/**
 * 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 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

html,
body {
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*←iOS、Safari向け。*/
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  text-justify: inter-word;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html ::selection,
body ::selection {
  background: rgba(76, 76, 76, 0.4);
}
html ::-moz-selection,
body ::-moz-selection {
  background: rgba(76, 76, 76, 0.4);
}
html,
body {
  letter-spacing: 0.1em;
}
@media all and (-ms-high-contrast: none) {
  html,
  body {
    font-weight: 700;
    overflowX: hidden;
  }
}

body.fixed {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
}

/*リセット追加分*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

* ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ol li {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
  text-decoration-skip: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

.hero_title {
  text-align: center;
}
.hero_title--en {
  font-size: 4.6rem;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .hero_title--en {
    font-size: 3rem;
  }
}
.hero_title--ja {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #7d7d7d;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .hero_title--ja {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.newpost_rotate {
  animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.recent {
  overflow: visible !important;
}

.recent_posts {
  padding: 60px auto;
}
.recent_posts__title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recent_posts__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .recent_posts__title {
    margin-bottom: 40px !important;
  }
}
.recent_posts__title .f-textNormal {
  position: relative;
  padding: 1em 1em;
  box-sizing: border-box;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}
.recent_posts__title .f-textNormal::after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  background: #fff;
  border-width: 2px;
  border-color: transparent transparent #000 #000;
  transform: rotate(315deg);
  margin-left: -5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
}

.recruit__entry .f-textNormal::after {
  background: #d9e5e7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.caption {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 400px) {
  .caption {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.f-textSmall {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.f-textNormal {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .f-textNormal {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .f-textNormal {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.f-textLarge {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .f-textLarge {
    font-size: 1.7rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 640px) {
  .f-textLarge {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }
}

.f-heading-large {
  font-size: 2.7rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .f-heading-large {
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 400px) {
  .f-heading-large {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.f-heading-normal {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .f-heading-normal {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .f-heading-normal {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.f-bold {
  font-weight: 700;
}

.f-en {
  font-family: "Baloo 2", cursive;
  font-weight: 300;
}

.inlineBlock {
  display: inline-block;
}

#top_header {
  position: relative;
  max-width: 100%;
  padding: 0px 0px;
  display: block;
}

#header {
  position: relative;
  max-width: 100%;
  z-index: 999;
  padding: 0px 0px;
  display: block;
}

.loader {
  background: #ffffff;
  z-index: 1000000000000000000000000000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
.loader img {
  width: 100px;
}

.contents_footer {
  margin-top: 130px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .contents_footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .contents_footer {
    margin-top: 80px;
  }
}
.contents_footer__bnr {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.contents_footer__bnr__item {
  display: block;
  width: 100%;
}
.contents_footer__bnr__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contents_footer__bnr {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .contents_footer__bnr {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contents_footer__explain {
  max-width: 800px;
  width: 100%;
  margin: 60px auto;
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .contents_footer__explain {
    flex-wrap: wrap;
  }
}
.contents_footer__explain--logo {
  width: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .contents_footer__explain--logo {
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
}
.contents_footer__explain--logo img {
  max-height: 100px;
  width: auto;
}
.contents_footer__explain--tx {
  width: calc(100% - 80px - 30px);
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .contents_footer__explain--tx {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.contents_footer__inner {
  display: flex;
  background: #d9e5e7;
  justify-content: space-between;
  column-gap: 60px;
  padding: 60px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1080px) {
  .contents_footer__inner {
    flex-wrap: wrap;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents_footer__inner {
    width: 100%;
    margin-right: 0px;
    padding: 20px 0;
  }
}
.contents_footer__info {
  width: 250px;
}
@media screen and (max-width: 1080px) {
  .contents_footer__info {
    width: 300px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .contents_footer__info {
    width: 300px;
  }
}
.contents_footer__info--freedaial {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_footer__info--freedaial:hover {
  opacity: 0.6;
}
.contents_footer__info--freedaial > img {
  max-height: 17px;
  max-width: auto;
  margin-right: 5px;
}
.contents_footer__info--freedaial--number {
  width: calc(100% - 36px);
}
.contents_footer__info--contact {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 40px;
  background: #fff;
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.contents_footer__info--contact::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  width: 24px;
  height: 23px;
  background: url(../images/common/nav-icon-contact.png) no-repeat;
  background-size: contain;
}
.contents_footer__info--contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9e5e7;
  left: -100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_footer__info--contact:hover::after {
  left: 0%;
}
.contents_footer__info--contact--tx {
  position: relative;
  z-index: 6;
}
.contents_footer__info--documentrequest {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 40px;
  background: #fff;
  margin-bottom: 15px;
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
  position: relative;
  overflow: hidden;
}
.contents_footer__info--documentrequest a {
  display: block;
}
.contents_footer__info--documentrequest::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  width: 24px;
  height: 23px;
  background: url(../images/common/nav-icon-document-request.png) no-repeat;
  background-size: contain;
}
.contents_footer__info--documentrequest::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9e5e7;
  left: -100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_footer__info--documentrequest:hover::after {
  left: 0%;
}
.contents_footer__info--documentrequest--tx {
  position: relative;
  z-index: 6;
}
.contents_footer__info--customer {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 40px;
  background: #fff;
  margin-bottom: 15px;
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
  position: relative;
  overflow: hidden;
}
.contents_footer__info--customer a {
  display: block;
}
.contents_footer__info--customer::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  width: 60px;
  height: 23px;
  background: url(../images/common/nav-icon-customer.png) no-repeat;
  background-size: contain;
}
.contents_footer__info--customer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9e5e7;
  left: -100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_footer__info--customer:hover::after {
  left: 0%;
}
.contents_footer__info--customer--tx {
  position: relative;
  z-index: 6;
}
.contents_footer__info--name {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0 15px;
}
.contents_footer__info--add {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 10px 0;
}
.contents_footer__info--license {
  font-size: 1rem;
  line-height: 1.6;
  margin: 5px 0;
}
.contents_footer__sitemap {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1080px) {
  .contents_footer__sitemap {
    width: 100%;
  }
}
.contents_footer__sitemap--menu {
  text-align: center;
  display: inline-block;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  position: relative;
  margin: 0;
}
.contents_footer__sitemap--menu .menu-title {
  font-size: 1.6rem;
  line-height: 3.2;
  display: block;
  cursor: pointer;
  margin: 0;
}
.contents_footer__sitemap--menu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  z-index: 4;
  width: 7px;
  height: 4px;
  background: url(../images/common/arrow-doun.png) no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.contents_footer__sitemap--menu.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 48%;
}
.contents_footer__sitemap--menu.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 48%;
}
.contents_footer__sitemap--wrap {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .contents_footer__sitemap--wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contents_footer__sitemap--wrap {
    flex-wrap: wrap;
    display: none;
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .contents_footer__sitemap--wrap {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .contents_footer__sitemap--inner {
    margin-bottom: 20px;
  }
}
.contents_footer__sitemap--item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .contents_footer__sitemap--item {
    width: calc(50% - 3px);
  }
}
.contents_footer__sitemap .midashi {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .contents_footer__sitemap .midashi {
    padding: 8px 15px;
  }
}
.contents_footer__sitemap--innerlist {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_footer__sitemap--innerlist:hover {
  background: #FFF;
}
.contents_footer__sitemap--innerlist > a {
  font-size: 1.2rem;
  line-height: 2;
  padding: 3px 15px 3px 25px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_footer__sitemap--innerlist > a {
    padding: 5px 0px 5px 25px;
  }
}
@media screen and (max-width: 640px) {
  .contents_footer__sitemap--innerlist > a {
    padding: 0px 0px 0px 25px;
  }
}
.contents_footer__sitemap--innerlist > a::before {
  content: "-";
  position: absolute;
  left: 15px;
}
.contents_footer__sns {
  width: calc(100% - 60px);
  background: #eeeeee;
  margin: 0 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents_footer__sns {
    width: 100%;
    margin-right: 0px;
  }
}
.contents_footer__sns--item {
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents_footer__sns--item:hover {
  opacity: 0.6;
}
.contents_footer__sns--item img {
  max-height: 23px;
  max-width: auto;
}
.contents_footer__copyright {
  padding: 20px;
  width: calc(100% - 60px);
  background: #eeeeee;
  margin: 0 60px 0 0;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contents_footer__copyright {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 70px;
  }
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10000;
  width: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 15px;
    padding-bottom: 50px;
  }
}
#page-top a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#page-top a img {
  width: 7px;
  margin-bottom: 10px;
}
#page-top:hover {
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page-top:hover {
    padding-bottom: 60px;
  }
}

.lower_fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .lower_fixed {
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0;
  }
}
.lower_fixed__item {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  line-height: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.lower_fixed__item:not(:last-child) {
  border-right: #c9c9c9 solid 1px;
}
.lower_fixed__item img {
  max-height: 23px;
  max-width: auto;
  text-align: center;
}

.contents_footer__inner,
.contents_footer__sns,
.contents_footer__copyright {
  background: #d9e5e7;
}

#grandnav {
  position: relative;
  display: flex;
  z-index: 990;
  position: fixed;
  top: 0;
}

.gnav {
  width: 100%;
  height: 160px;
  background: #fff;
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 200;
  padding: 0px 30px;
}
@media screen and (max-width: 1080px) {
  .gnav {
    height: 60px;
    padding: 10px 15px;
  }
}
.gnav__logo {
  position: relative;
  z-index: 990;
  max-width: auto;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .gnav__logo {
    max-width: auto;
    max-height: 60px;
  }
}
.gnav__logo:hover {
  opacity: 0.6;
}
.gnav__logo a {
  display: block;
}
.gnav__logo img {
  max-width: auto;
  max-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .gnav__logo img {
    max-width: auto;
    max-height: 30px;
  }
}
.gnav__contents {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .gnav__contents {
    display: none;
  }
}
.gnav__button {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin: 35px 0 0px;
}
@media screen and (max-width: 1300px) {
  .gnav__button {
    font-size: 1.3rem;
  }
}
.gnav__button--item1, .gnav__button--item {
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav__button--item1 img, .gnav__button--item img {
  max-height: 20px;
  width: auto;
}
.gnav__button--item {
  display: flex;
  align-items: center;
}
.gnav__button--item:hover {
  opacity: 0.6;
}
.gnav__button--item img {
  margin: 0 5px;
}
.gnav__button--item1 {
  padding: 1px 10px;
  border-right: #c9c9c9 solid 1px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1200px) {
  .gnav__button--item1 {
    padding: 1px 12px;
  }
}
.gnav__button--item1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9e5e7;
  left: -100%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav__button--item1:hover::after {
  top: 0;
  left: 0%;
}
.gnav__button--item1:nth-child(4) {
  margin-right: 5px;
}
.gnav__menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1300px) {
  .gnav__menu {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1080px) {
  .gnav__menu {
    display: none;
  }
}
.gnav__menu--item {
  line-height: 100px;
  margin: 0 20px 0 0;
}
.gnav__menu--item .gnav__menu--link,
.gnav__menu--item .gnavmenu-toggle__btn {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gnav__menu--item .gnav__menu--link::before,
.gnav__menu--item .gnavmenu-toggle__btn::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  left: -100%;
  bottom: 0px;
  background: #000000;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav__menu--item .gnav__menu--link:hover::before,
.gnav__menu--item .gnavmenu-toggle__btn:hover::before {
  left: 10%;
}
.gnav__menu .gnav_freedaial {
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav__menu .gnav_freedaial:hover {
  opacity: 0.6;
}
.gnav__menu .gnav_freedaial a {
  padding: 0em 8px;
  display: flex;
  align-items: center;
}
.gnav__menu .gnav_freedaial img {
  max-width: 25px;
  margin-right: 7px;
}
.gnav__menu .gnav_freedaial .fz30 {
  font-size: 2.6rem;
}
.gnav__menu--second {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
  background: #fff;
  top: 100%;
  transform: translate(-50%, 0);
}
.gnav__menu--second .gnav__menu--item {
  line-height: 60px;
  background: #fff;
  color: #000000;
  text-align: center;
  width: 15em;
  margin: 0;
}
.gnav .gnavmenu-toggle {
  position: relative;
  display: block;
}
.gnav .gnavmenu-toggle:hover .gnav__menu--second {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.gnav .gnavmenu-toggle__btn {
  display: block;
  position: relative;
  text-align: left;
  padding: 0 10px 0 0;
}
.gnav .gnavmenu-toggle__btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 4;
  width: 7px;
  height: 7px;
  background: url(../images/common/arrow-doun.png) no-repeat;
  background-size: contain;
}

.is-animation .gnav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 1080px) {
  .is-animation .gnav {
    height: 60px;
    padding: 10px 15px;
  }
}
.is-animation .gnav__logo {
  max-width: auto;
  max-height: 60px;
}
.is-animation .gnav__logo a {
  display: block;
}
.is-animation .gnav__logo img {
  max-height: 40px;
}
@media screen and (max-width: 1300px) {
  .is-animation .gnav__logo img {
    max-height: 35px;
  }
}
@media screen and (max-width: 1080px) {
  .is-animation .gnav__logo img {
    max-height: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .is-animation .gnav__contents {
    display: none;
  }
}
.is-animation .gnav__button {
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .is-animation .gnav__button {
    font-size: 1.2rem;
  }
}
.is-animation .gnav__button--item1 img, .is-animation .gnav__button--item img {
  max-height: 20px;
}
.is-animation .gnav__menu {
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .is-animation .gnav__menu {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .is-animation .gnav__menu {
    display: none;
  }
}
.is-animation .gnav__menu--item {
  line-height: 40px;
}
.is-animation .gnav__menu--item a.gnav__menu--link,
.is-animation .gnav__menu--item .gnavmenu-toggle__btn {
  color: #000000;
  cursor: pointer;
}
.is-animation .gnav__menu .gnavmenu-toggle img {
  max-width: 7px;
  margin-left: 7px;
}
.is-animation .gnav__menu--second {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: -50%;
  transition: all 0.2s ease;
  background: #fff;
  top: 100%;
  width: 100%;
}
.is-animation .gnav__menu--second .gnav__menu--item {
  line-height: 60px;
  background: #fff;
  color: #000000;
  text-align: center;
  width: 15em;
}
.is-animation .gnav__menu--second .gnav__menu--link,
.is-animation .gnav__menu--second .gnavmenu-toggle__btn {
  line-height: 60px;
}
.is-animation .gnav .gnavmenu-toggle {
  position: relative;
  display: block;
}
.is-animation .gnav .gnavmenu-toggle:hover .gnav__menu--second {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.is-animation .gnav .gnavmenu-toggle__btn {
  display: block;
  position: relative;
  text-align: left;
}
.is-animation .gnav .gnavmenu-toggle__btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 4;
  width: 7px;
  height: 7px;
  background: url(../images/common/arrow-doun.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1081px) {
  .hamburger {
    display: none;
  }
}
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
}

.hamburger__line {
  position: absolute;
  left: 22px;
  width: 16px;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s;
}

.hamburger__line--1 {
  top: 24px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 24px;
  }
}

.hamburger__line--2 {
  top: 29px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 29px;
  }
}

.hamburger__line--3 {
  top: 34px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 34px;
  }
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #d9e5e7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.nav-open .global-nav {
  right: 0;
  background: #eeeeee;
}

.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
  background: #eeeeee;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 28px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 28px;
}

.global-nav__item a:hover,
.global-nav__item span:hover {
  background-color: #d9e5e7;
}

.global-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 2000;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .global-nav {
    padding-top: 60px;
  }
}
.global-nav__logo {
  position: absolute;
  z-index: 999999999;
  max-width: 100%;
  width: 100%;
  height: 60px;
  background: #eeeeee;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  border-bottom: #b7b7b7 solid 1px;
}
.global-nav__logo:hover {
  opacity: 0.7;
}
.global-nav__logo a {
  display: block;
}
.global-nav__logo img {
  max-width: auto;
  max-height: 30px;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  text-align: center;
  padding: 0;
}

.global-nav__item a,
.global-nav__item span {
  display: flex;
  align-items: center;
  padding: 0px 25px;
  line-height: 50px;
  border-bottom: #d7d7d7 solid 1px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.globalnav-toggle__btn {
  display: block;
  position: relative;
  text-align: left;
}
.globalnav-toggle__btn:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  z-index: 4;
  width: 7px;
  height: 7px;
  background: url(../images/common/arrow-doun.png) no-repeat;
  background-size: contain;
}
.globalnav-toggle__btn:hover, .globalnav-toggle__btn:active {
  background-color: #c9c9c9;
}
.globalnav-toggle__btn.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 48%;
}

.global-nav__second {
  display: none;
  border-bottom: #d7d7d7 solid 1px;
  padding: 20px 35px;
}
.global-nav__second--item a {
  font-size: 1.2rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  border-top: none;
  border-bottom: none;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 2;
  padding: 3px 0px 3px 10px;
  display: block;
  position: relative;
  text-align: left;
}
.global-nav__second--item a::before {
  content: "-";
  position: absolute;
  left: 0;
}
.global-nav__sns, .global-nav__lower {
  display: block;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.global-nav__sns__customer, .global-nav__lower__customer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.global-nav__sns__customer span, .global-nav__lower__customer span {
  font-size: 1.5rem;
  font-weight: 700;
}
.global-nav__sns__customer img, .global-nav__lower__customer img {
  max-width: auto;
  height: 23px;
}
.global-nav__sns__sns, .global-nav__lower__sns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.global-nav__sns--item img, .global-nav__lower--item img {
  max-width: auto;
  height: 23px;
}

.l_main {
  margin-top: 170px;
}
@media screen and (max-width: 640px) {
  .l_main {
    margin-top: 110px;
  }
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.container1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.container1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.container_100 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .container_100 {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}

.container_row {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .container_row {
    width: 100%;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .container_row {
    padding: 60px 0px;
  }
}

.container_1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0px;
}
@media screen and (max-width: 1400px) {
  .container_1300 {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  .container_1300 {
    width: 100%;
    max-width: 100%;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 640px) {
  .container_1300 {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px;
  }
}

.container_1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0px;
}
@media screen and (max-width: 1100px) {
  .container_1080 {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .container_1080 {
    width: 100%;
    max-width: 100%;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .container_1080 {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
}

.inner_tb100 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .inner_tb100 {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .inner_tb100 {
    padding: 30px 0;
  }
}

.inner_tb60 {
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .inner_tb60 {
    padding: 30px 0;
  }
}

.inner_tb50 {
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .inner_tb50 {
    padding: 25px 0;
  }
}

.inner_tb30 {
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .inner_tb30 {
    padding: 20px 0;
  }
}

.inner_rl40 {
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .inner_rl40 {
    padding: 0 15px;
  }
}

.l-innerWrap--1440 {
  max-width: 1520px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .l-innerWrap--1440 {
    padding: 0 30px;
  }
}

.l-innerWrap--1300 {
  max-width: 1380px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .l-innerWrap--1300 {
    padding: 0 30px;
  }
}

.l-innerWrap--1080 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .l-innerWrap--1080 {
    padding: 0 30px;
  }
}

.l-innerWrap--800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .l-innerWrap--800 {
    padding: 0 30px;
  }
}

.l-innerWrap--640 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .l-innerWrap--640 {
    padding: 0 30px;
  }
}

.newpost_rotate {
  position: absolute;
  left: -30px;
  display: block;
  top: 0;
  margin: auto;
  width: 68px;
  z-index: 99;
  display: block;
}
@media screen and (max-width: 640px) {
  .newpost_rotate {
    left: -20px;
    top: 5px;
    width: 48px;
  }
}

.loading {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.icon-now,
.icon-osusume {
  position: absolute;
  left: 0;
  display: block;
  right: 0;
  top: 0;
  margin: auto;
  width: 168px;
  z-index: 99;
  display: block;
}
@media screen and (max-width: 768px) {
  .icon-now,
  .icon-osusume {
    width: 128px;
    top: 5px;
  }
}

.soldout-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/sale/ico-soldout.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.new-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #8aafc2 transparent transparent transparent;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0;
}
.new-icon::before, .new-icon span {
  content: "NEW!!" !important;
  color: #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  left: 5px;
  top: -58px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .new-icon {
    border-width: 50px 50px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .new-icon::before {
    left: 2px;
    top: -38px;
    font-size: 0.7em;
  }
}

.pick-icon::before, .pick-icon span {
  content: " " !important;
  font-size: 0.9em;
  left: 1px;
  top: -54px;
}
@media screen and (max-width: 1080px) {
  .pick-icon {
    border-width: 80px 80px 0 0;
  }
}

.yomimono .new-icon {
  border-color: #535353 transparent transparent transparent !important;
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .yomimono .new-icon {
    border-width: 50px 50px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .yomimono .new-icon::before {
    left: 2px;
    top: -38px;
    font-size: 0.7em;
  }
}

.top_more {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.top_more--tx {
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .top_more--tx {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.top_more--icon {
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  left: 0;
  bottom: 0;
}
.top_more--icon img {
  width: 15px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 16px;
}
.top_more svg {
  transform: rotate(360deg);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0;
}
.top_more circle.circle_base,
.top_more .circle_base {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 1;
}
.top_more circle.circle_animation,
.top_more .circle_animation {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 1;
}
.top_more:hover circle.circle_animation, .top_more:hover .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 1.5s;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  100%, to {
    stroke-dasharray: 377 377;
  }
}

.yomimono-main .wp-pagenavi a:hover {
  border: 1px solid #000000;
}
.yomimono-main .wp-pagenavi span.current {
  border: 1px solid #000000;
}

.archiveSale .pagenavi {
  margin: 20px auto 0px;
}
@media screen and (max-width: 640px) {
  .archiveSale .pagenavi {
    margin: 0px auto 50px;
  }
}
.archiveSale .pagenavi button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  background-color: none;
  text-align: center;
  line-height: 24px;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .archiveSale .pagenavi button {
    font-size: 17px;
    width: 30px;
    height: 30px;
    border: 0;
    line-height: 20px;
    margin: 0 3px;
    border: 0;
  }
}
.archiveSale .pagenavi button:hover {
  color: #000000;
  border-radius: 50%;
  border: 1px solid #8aafc2;
}
@media screen and (max-width: 640px) {
  .archiveSale .pagenavi button:hover {
    line-height: 20px;
    border: 0;
  }
}
.archiveSale {
  /*.mixitup-control-active {
      border: 1px solid $blue !important;

      &:hover {
          border: none !important;
          cursor: text !important;
      }
  }

  .mixitup-control-disabled {
      display: none !important;
  }*/
}

@media screen and (max-width: 900px) {
  .pcCont {
    display: none !important;
  }
}

.achiveYomi .spCont {
  display: none;
}
@media screen and (max-width: 900px) {
  .achiveYomi .spCont {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .achiveYomi .pagenavi {
    padding-top: 60px;
    margin: 0px auto 0px;
    clear: both;
    text-align: center;
  }
}

.c-column--2 {
  margin-right: -6%;
  overflow: hidden;
}
.c-column--2__col {
  width: 44%;
  margin-right: 6%;
  float: left;
  position: relative;
}

.c-column--3 {
  margin-right: -4%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .c-column--3 {
    margin-right: 0%;
  }
}
.c-column--3__col {
  width: 29.3333333333%;
  float: left;
  margin-right: 4%;
}
@media screen and (max-width: 640px) {
  .c-column--3__col {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}

.c-column--4 {
  margin-right: -4%;
}
@media screen and (max-width: 768px) {
  .c-column--4 {
    margin-right: -8%;
  }
}
.c-column--4__col {
  width: 21%;
  margin-right: 4%;
  float: left;
}
@media screen and (max-width: 768px) {
  .c-column--4__col {
    width: 42%;
    margin-right: 8%;
  }
}

.c-column--5 {
  margin-right: -1%;
}
.c-column--5__col {
  width: 19%;
  margin-right: 1%;
  float: left;
}

.realcubeForm {
  margin: 0px 0 30px;
}
.realcubeForm input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
.realcubeForm textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
.realcubeForm .ja {
  font-weight: 700;
  line-height: 1.4;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ";
}
.realcubeForm .formList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.realcubeForm .formList li {
  width: 50%;
}
.realcubeForm .formList li:first-child {
  padding-right: 5px;
}
.realcubeForm .formList li:last-child {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .realcubeForm .formListNone {
    display: block;
    justify-content: none;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .realcubeForm .formListNone li {
    width: 100%;
  }
  .realcubeForm .formListNone li:first-child {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .realcubeForm .formListNone li:last-child {
    padding-left: 0px;
  }
}
.realcubeForm .formList.check {
  gap: 20px;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .realcubeForm .formList.check {
    display: block;
    justify-content: none;
    margin-bottom: 0px;
  }
}
.realcubeForm .formList.check li {
  width: auto;
}
@media screen and (max-width: 768px) {
  .realcubeForm .formList.check li {
    margin-bottom: 10px;
  }
}
.realcubeForm .formList.check li:last-child {
  padding-left: 0px;
}
.realcubeForm dl {
  display: flex;
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .realcubeForm dl {
    width: 100%;
    display: block;
    margin: 20px 0 0px;
  }
}
.realcubeForm dl.tb-60 {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .realcubeForm dl.tb-60 {
    margin: 30px 0;
  }
}
.realcubeForm dt {
  width: 14em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .realcubeForm dt {
    display: block;
    align-items: inherit;
    height: auto;
    margin-bottom: 10px;
  }
}
.realcubeForm dt::before {
  content: "*";
  font-size: 2rem;
  line-height: 1;
  /*position: absolute;
  top: 0px;
  left: 0;*/
  font-weight: 400;
  color: #e36150;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .realcubeForm dt::before {
    top: -2px;
  }
}
.realcubeForm .topIco::before {
  content: "*";
}
@media screen and (max-width: 768px) {
  .realcubeForm .topIco::before {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .realcubeForm textarea.topIco {
    padding-top: 20px;
  }
}
.realcubeForm dt.align-itemsC {
  align-items: center;
  padding-top: 0px;
}
.realcubeForm dt.align-itemsC::before {
  content: "*";
  top: 20px;
}
@media screen and (max-width: 768px) {
  .realcubeForm dt.align-itemsC::before {
    top: 0px;
  }
}
.realcubeForm dd {
  border: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .realcubeForm dd {
    width: 100%;
    flex-wrap: none;
    display: block;
    margin-left: 0;
  }
}
.realcubeForm .noneIcon {
  padding-left: 0px;
}
.realcubeForm .noneIcon::before {
  display: none !important;
}
.realcubeForm input[type=submit],
.realcubeForm input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.realcubeForm input[type=submit]::-webkit-search-decoration,
.realcubeForm input[type=button]::-webkit-search-decoration {
  display: none;
}
.realcubeForm input[type=submit]::focus,
.realcubeForm input[type=button]::focus {
  outline-offset: -2px;
}
.realcubeForm textarea,
.realcubeForm label,
.realcubeForm input[type=tel],
.realcubeForm input[type=text],
.realcubeForm input[type=email] {
  border: none;
  padding: 20px;
  display: block;
  border-radius: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .realcubeForm textarea,
  .realcubeForm label,
  .realcubeForm input[type=tel],
  .realcubeForm input[type=text],
  .realcubeForm input[type=email] {
    font-size: 16px;
  }
}
.realcubeForm input[type=checkbox],
.realcubeForm input[type=radio] {
  border: none;
  padding: 20px;
  display: none;
}
.realcubeForm input::placeholder {
  color: gray;
}
.realcubeForm select {
  font-size: 14px;
  color: #000000;
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 60px;
  background: url(../images/common/arrow-doun.png) no-repeat #ffffff 95% center/8px !important;
}
@media screen and (max-width: 768px) {
  .realcubeForm select {
    height: auto;
  }
}
.realcubeForm textarea {
  border: none;
  padding: 20px;
  border-radius: 0;
  height: 120px;
  width: 100%;
  background: #fff;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .realcubeForm textarea {
    font-size: 16px;
  }
}
.realcubeForm .checkbox-field {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .realcubeForm .checkbox-field {
    display: block;
    line-height: 20px;
  }
}
.realcubeForm .checkbox,
.realcubeForm .radio {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .realcubeForm .checkbox,
  .realcubeForm .radio {
    display: block;
  }
}
.realcubeForm .checkbox label,
.realcubeForm .radio label {
  background: transparent;
  height: auto;
  padding: 0;
}
.realcubeForm label.checkbox-field-text,
.realcubeForm label.radio-field-text {
  padding-left: 20px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .realcubeForm label.checkbox-field-text,
  .realcubeForm label.radio-field-text {
    margin-bottom: 10px;
  }
}
.realcubeForm label.checkbox-field-text::before,
.realcubeForm label.radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.realcubeForm input:checked + .checkbox-field-text::after,
.realcubeForm input:checked + .radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 640px) {
  .realcubeForm input:checked + .checkbox-field-text::after,
  .realcubeForm input:checked + .radio-field-text::after {
    top: -4px;
  }
}
.realcubeForm .error {
  color: #e36150;
  line-height: 1.8;
  display: block;
  font-weight: 700;
  padding-left: 26px;
  background: url(../images/common/bikkuri.png) left center/20px no-repeat;
}
.realcubeForm .sendbutton {
  text-align: left;
  font-weight: 700;
  width: 100%;
  margin: auto;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ";
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 640px) {
  .realcubeForm .sendbutton {
    width: 100px;
  }
}
.realcubeForm .sendbutton input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: left;
}
.realcubeForm .sendbutton input:hover + .form_next circle.circle_animation,
.realcubeForm .sendbutton input:hover + .form_next .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 1.5s;
}
.realcubeForm .sendbutton .form_next {
  cursor: pointer;
  z-index: 1;
  width: 40px;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.realcubeForm .sendbutton .form_next__icon {
  position: absolute;
  width: 40px;
  top: 0;
  height: 40px;
  right: 0;
}
.realcubeForm .sendbutton .form_next__icon img {
  width: 15px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 16px;
}
.realcubeForm .sendbutton .form_next svg {
  z-index: -999999;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0;
}
.realcubeForm .sendbutton .form_next circle.circle_base,
.realcubeForm .sendbutton .form_next .circle_base {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1;
}
.realcubeForm .sendbutton .form_next circle.circle_animation,
.realcubeForm .sendbutton .form_next .circle_animation {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  100%, to {
    stroke-dasharray: 377 377;
  }
}

.privacy {
  width: 100%;
  text-align: center;
  display: inline-block;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  position: relative;
  margin: 40px 0 40px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .privacy {
    margin: 20px 0 20px 0;
  }
}
.privacy--toggle {
  font-size: 1.4rem;
  line-height: 4.3;
  font-weight: 700;
  display: block;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0;
}
.privacy::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  z-index: 4;
  width: 7px;
  height: 4px;
  background: url(../images/common/arrow-doun.png) no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.privacy:hover, .privacy:active {
  background-color: #ffffff;
}
.privacy.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 48%;
}
.privacy--contents {
  display: none;
}
.privacy--contents .privacy_h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 1em 0;
}
.privacy--contents .privacy_h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.privacy--contents .privacy_tx {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0.5em 0 0.5em;
}
.privacy--contents .privacy_ol {
  margin: 0.5em 0 1em 1.3em;
}
.privacy--contents .privacy_ol li {
  list-style-type: decimal;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.3em 0;
}
.privacy--contents .privacy_list {
  margin: 0.5em 0 1em 1.3em;
}
.privacy--contents .privacy_list li {
  list-style-type: disc;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.3em 0;
}
.privacy--contents .privacy_listtx {
  margin: 0.5em 0;
}
.privacy--contents .privacy_listtx li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.3em 0;
}

.privacy.rcblue:hover, .privacy.rcblue:active {
  background-color: #8aafc2;
}

.formBtn {
  width: 240px;
  margin: auto;
}
.formBtn li {
  position: relative;
  width: 105px;
  margin: auto;
}
.formBtn li:first-child {
  display: none;
}

.previewComent {
  display: none;
}

.formPreview .noncoment {
  display: none;
}
.formPreview dl.tb-60 {
  margin: 15px 0 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .formPreview dl.tb-60 {
    margin: 0;
    padding-bottom: 20px;
  }
}
.formPreview .previewComent {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .formPreview .previewComent {
    margin-bottom: 20px;
  }
}
.formPreview .changeArea {
  display: none;
}
.formPreview input:-webkit-autofill,
.formPreview select {
  box-shadow: 0 0 0px 1000px #d9e5e7 inset;
  padding: 0;
}
.formPreview .selecBtn,
.formPreview .rightCont {
  background: transparent;
}
.formPreview textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #d9e5e7 inset;
}
.formPreview input[type=checkbox] + label,
.formPreview input[type=radio] + label {
  display: none;
}
.formPreview input[type=checkbox]:checked + label,
.formPreview input[type=radio]:checked + label {
  display: block;
}
@media screen and (max-width: 768px) {
  .formPreview .formtext {
    padding-top: 0px;
  }
}
.formPreview input::placeholder,
.formPreview textarea::placeholder {
  color: #d9e5e7 !important;
}
.formPreview dl {
  margin: 15px 0 0px;
  border-bottom: 1px dotted #7d7d7d;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .formPreview dl {
    padding: 10px 0;
    margin: 0px;
  }
}
.formPreview textarea,
.formPreview label,
.formPreview select,
.formPreview input[type=tel],
.formPreview input[type=text],
.formPreview input[type=email],
.formPreview input[type=date] {
  background: transparent;
  padding: initial !important;
  margin: initial !important;
  height: initial !important;
}
@media screen and (max-width: 768px) {
  .formPreview textarea,
  .formPreview label,
  .formPreview select,
  .formPreview input[type=tel],
  .formPreview input[type=text],
  .formPreview input[type=email],
  .formPreview input[type=date] {
    font-size: 16px;
    height: auto;
  }
}
.formPreview .formBtn {
  display: flex;
  width: 300px;
  margin: 40px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .formPreview .formBtn {
    width: auto;
  }
}
.formPreview .formBtn li:first-child {
  display: block;
  width: 120px;
}
.formPreview .formBtn li:first-child input {
  text-align: right;
}
.formPreview .formBtn li:first-child .form_next {
  right: auto;
  left: auto;
}
@media screen and (max-width: 768px) {
  .formPreview .sendbutton {
    width: auto;
  }
}
.formPreview .privacy {
  display: none;
}
.formPreview .checkbox-tx {
  display: none;
}
@media screen and (max-width: 768px) {
  .formPreview .checkbox {
    display: flex;
  }
}
.formPreview .formList.check li {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .formPreview .formList.check li {
    margin-bottom: 0px;
  }
}
.formPreview .selecBtn {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .formPreview .selecBtn {
    line-height: 0px !important;
    padding-bottom: 10px !important;
  }
}
.formPreview .areaAbout {
  display: block;
}

.formComplete .form_complete_title {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.15em;
}
.formComplete .form_complete_tx {
  font-size: 1.4rem;
  line-height: 2;
  padding: 20px;
  border-bottom: #7d7d7d solid 1px;
}
.formComplete .add {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.formComplete .add li {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}
.formComplete .add .name {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 700;
}

.contact__ex {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__ex {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .contact__ex {
    text-align: left;
    font-size: 1.3rem;
    line-height: 2;
  }
}

.event_single .recent_posts__title {
  margin-bottom: 80px;
}
.event_single .recent_posts__title .fz20::after {
  background: #eee;
}

.recruit__entry .recent_posts__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit__entry .recent_posts__title {
    margin-bottom: 60px;
  }
}
.recruit__entry .recent_posts__title .fz20::after {
  background: #d9e5e7;
}

.p-policy .f-textLarge {
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.p-policy .f-textNormal {
  letter-spacing: 0.06em;
  line-height: 1.8em;
}
.p-policy ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.p-policy ul {
  list-style-type: disc;
  margin-left: 20px;
}
.p-policy li {
  margin-bottom: 6px;
  line-height: 1.8em;
}
.p-policy h3 {
  margin: 16px 0 5px;
}
.p-policy article {
  margin-bottom: 30px;
}
.p-policy dl {
  margin-top: 40px;
}

.o-p__table {
  display: table;
}
.o-p__table__cell {
  display: table-cell;
}

.thum {
  position: relative;
}
.thum .thumhover {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  /* 子要素をflexboxにより中央に配置する */
  overflow-wrap: break-word;
  max-width: 100%;
}
.thum .thumhover::after {
  opacity: 0;
  content: "VIEW MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  z-index: 7;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .thum .thumhover::after {
    display: none;
  }
}
.thum .thumhover::before {
  content: " ";
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(138, 175, 194, 0.9);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .thum .thumhover::before {
    display: none;
  }
}
.thum .thumhover img {
  width: 100%;
  display: block;
}

.thum:hover .thumhover::before, .thum:hover .thumhover::after {
  opacity: 1;
}

.thumbhover:hover .thumb::before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.thumbhover:hover .thumb::after {
  opacity: 1;
  transition: 0.3s 0.1s;
}
.thumbhover .link {
  position: absolute;
  z-index: 33;
  width: 100%;
  height: 100%;
}
.thumbhover figure {
  margin: 0;
}
.thumbhover .thumb {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.thumbhover .thumb img {
  position: relative;
  vertical-align: middle;
}
.thumbhover .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 0;
  margin: 0;
}
.thumbhover .thumb::after {
  content: "READ MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 20;
  padding: 0;
  margin: 0;
  text-align: center;
}

.top_title {
  text-align: center;
}
.top_title--en {
  font-size: 4.6rem;
  display: block;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .top_title--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top_title--en {
    font-size: 3.6rem;
    letter-spacing: 0.14em;
  }
}
.top_title--ja {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #7d7d7d;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .top_title--ja {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.title_line {
  text-align: center;
  margin: 20px 0 40px;
}
.title_line img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .title_line img {
    max-width: 60%;
  }
}

#second_hero {
  position: relative;
  width: 100%;
  padding: 240px 0 50px;
}
@media screen and (max-width: 768px) {
  #second_hero {
    padding: 100px 0 40px;
  }
}
#second_hero .herotitle {
  text-align: center;
  position: relative;
  margin: auto;
}
#second_hero .herotitle__en {
  font-size: 5rem;
  display: block;
  letter-spacing: 0.18em;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #second_hero .herotitle__en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  #second_hero .herotitle__en {
    margin-bottom: 3px;
  }
}
#second_hero .herotitle__ja {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #7d7d7d;
  display: block;
  letter-spacing: 0.18em;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #second_hero .herotitle__ja {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  #second_hero .herotitle__ja {
    margin: 0 auto 16px;
  }
}
#second_hero .herotitle__line {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 20px 0 0px;
}
@media screen and (max-width: 768px) {
  #second_hero .herotitle__line {
    margin: 20px 0 20px;
  }
}
#second_hero .herotitle__line img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #second_hero .herotitle__line img {
    max-width: 100%;
  }
}

.o_c_heading {
  background-color: rgb(64, 136, 205);
}
.o_c_heading--yomimono {
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .o_c_heading--yomimono {
    margin: 0px 0 40px;
    padding: 30px 0px 20px;
  }
}
.o_c_heading--yomimono--en {
  font-size: 4.6rem;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 640px) {
  .o_c_heading--yomimono--en {
    font-size: 3rem;
  }
}
.o_c_heading--yomimono--ja {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #7d7d7d;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 640px) {
  .o_c_heading--yomimono--ja {
    font-size: 1.2rem;
  }
}
.o_c_heading--yomimono span {
  background: #000000;
  display: block;
  width: 100%;
  position: absolute;
}
.o_c_heading--yomimono .top {
  top: 0px;
  left: -1300px;
  height: 4px;
  transition: all 0.7s ease;
}
.o_c_heading--yomimono .top::before {
  display: block;
  background: #000000;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 8px;
}
.o_c_heading--yomimono .bottom {
  transition: all 0.7s ease;
  bottom: 0px;
  height: 2px;
  left: -1300px;
}
.o_c_heading--yomimono.FadeIn .top {
  left: 0px;
}
.o_c_heading--yomimono.FadeIn .bottom {
  left: 0px;
}

.o_c_pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.o_c_pagenavi .wp-pagenavi a, .o_c_pagenavi .wp-pagenavi span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.o_c_pagenavi .wp-pagenavi a:hover, .o_c_pagenavi .wp-pagenavi span:hover {
  background-color: #d9e5e7;
}
.o_c_pagenavi .wp-pagenavi span.current {
  font-weight: 700;
  color: #000000;
  background-color: #8aafc2;
  border: none;
}
.o_c_pagenavi .wp-pagenavi span.extend {
  border: none;
  pointer-events: none;
}

.c-pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c-pager_list a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pager_list a:hover {
  background-color: #d9e5e7;
}
.c-pager_list a.is-current {
  font-weight: 700;
  color: #000000;
  background-color: #8aafc2;
  border: none;
}
.c-pager_list span {
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .c-pager_list a {
    font-size: 1.2rem;
    width: 32px;
  }
}

.news-animation {
  position: relative;
  width: 100%;
  display: block;
  height: 52px;
  margin: auto;
}
.news-animation #svg-animation6, .news-animation #svg-animation7 {
  width: 100%;
  height: 52px;
  display: block;
  margin: auto;
}
.news-animation .image {
  width: 100%;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .news-animation .image {
    width: 200%;
  }
}
.news-animation #clipmask6, .news-animation #clipmask7 {
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news-animation #clipmask6 .st0, .news-animation #clipmask7 .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.service-animation {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .service-animation {
    height: auto;
  }
}
.service-animation .image {
  width: 100%;
}
.service-animation #svg-animation,
.service-animation #svg-animation7 {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
.service-animation #clipmask,
.service-animation #clipmask7 {
  width: 800px;
  display: block;
  position: absolute;
  z-index: 9999999;
  left: 0;
  top: 0;
}
.service-animation #clipmask .st0,
.service-animation #clipmask7 .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-close {
  display: none;
}

.modaal-outer-wrapper {
  overflow: hidden;
}

.modaal-content-container {
  padding: 80px 100px;
}
@media screen and (max-width: 1080px) {
  .modaal-content-container {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 640px) {
  .modaal-content-container {
    padding: 40px 30px;
  }
}

.modaal_up {
  width: 100%;
  max-width: 860px;
}
.modaal_up__wrap .modaal_close {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
  margin: 0;
}
.modaal_up__wrap .modaal_close img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .modaal_up__wrap .modaal_close img {
    width: 35px;
  }
}
@media screen and (max-width: 640px) {
  .modaal_up__wrap .modaal_close img {
    width: 30px;
  }
}
.modaal_up__title {
  padding: 20px 0;
  border-bottom: #000000 solid 1px;
  border-top: #000000 solid 2px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .modaal_up__title {
    padding: 16px 0;
  }
}
.modaal_up__title--category {
  padding: 0px 15px;
  border-right: #000000 solid 1px;
  border-left: #000000 solid 1px;
  line-height: 20px;
  height: 20px;
}
.modaal_up__title time {
  padding: 0 15px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
}
.modaal_up__title .f-textNormal {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .modaal_up__title .f-textNormal {
    margin-top: 6px;
  }
}

.staff_modaal_up {
  width: 100%;
  max-width: 860px;
}
.staff_modaal_up__wrap {
  width: 100%;
  max-width: 100%;
}
.staff_modaal_up__wrap .staff_modaal_close {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
  margin: 0;
}
.staff_modaal_up__wrap .staff_modaal_close img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__wrap .staff_modaal_close img {
    width: 35px;
  }
}
@media screen and (max-width: 640px) {
  .staff_modaal_up__wrap .staff_modaal_close img {
    width: 30px;
  }
}
.staff_modaal_up__title {
  margin-bottom: 40px;
  color: #8aafc2;
  text-align: center;
}
.staff_modaal_up__profile {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__profile {
    display: block;
    flex-wrap: wrap;
  }
}
.staff_modaal_up__profile--photo {
  width: 100%;
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__profile--photo {
    max-width: 100%;
    display: block;
  }
}
.staff_modaal_up__profile--photo img {
  max-width: 100%;
  width: 100%;
}
.staff_modaal_up__profile--item {
  width: 100%;
  max-width: 50%;
  margin-left: 40px;
  flex-basis: auto;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__profile--item {
    max-width: 100%;
    margin-left: 0px;
    display: block;
  }
}
.staff_modaal_up__profile--inner {
  display: flex;
  align-items: center;
  border-bottom: #000000 1px dotted;
  padding: 10px 0;
}
.staff_modaal_up__profile--inner--tl {
  width: 110px;
  letter-spacing: 0.08em;
  padding: 10px 5px;
}
.staff_modaal_up__profile--inner--tx {
  width: calc(100% - 120px);
  letter-spacing: 0em;
  margin-left: 0;
}
.staff_modaal_up__profile--inner--tx.name {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__profile--inner--tx.name {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.staff_modaal_up__message--tx {
  font-weight: 700;
  text-align: center;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__message--tx {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__message--tx br {
    display: none;
  }
}
.staff_modaal_up__abworks {
  background: #d9e5e7;
  padding: 30px 40px;
  position: relative;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__abworks {
    padding: 20px 20px;
  }
}
.staff_modaal_up__abworks--icon {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: -65px auto 20px;
}
@media screen and (max-width: 768px) {
  .staff_modaal_up__abworks--icon {
    margin: -55px auto 20px;
  }
}
.staff_modaal_up__abworks--icon img {
  width: 89px;
}

.modaal_postimg {
  text-align: center;
}
.saleArchiveList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .saleArchiveList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.saleArchiveList_empty {
  grid-column: 1/-1;
}

.saleCard {
  padding-block: 40px 30px;
  border-bottom: 1px dotted #8aafc2;
}
.saleCard .link-img {
  display: block;
  position: relative;
}
.saleCard .link-img::after {
  opacity: 0;
  content: "VIEW MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  z-index: 7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .saleCard .link-img::after {
    display: none;
  }
}
.saleCard .link-img::before {
  content: " ";
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .saleCard .link-img::before {
    display: none;
  }
}
.saleCard:hover .link-img {
  position: relative;
}
.saleCard:hover .link-img::before, .saleCard:hover .link-img::after {
  opacity: 1;
}
.saleCard:hover .link-img::before {
  background: rgba(138, 175, 194, 0.9);
}
.saleCard .link-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  position: relative;
}
.saleCard .link-wrap .link-img {
  width: 40%;
  aspect-ratio: 5/4;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .saleCard .link-wrap .link-img {
    width: 150px;
  }
}
.saleCard .link-wrap .link-img .osusume-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  max-width: 180px;
  height: 34px;
  background: url(../images/sale/ico-recommend.svg) no-repeat center center/contain;
}
.saleCard .link-wrap .link-img .img {
  width: 100%;
  height: 100%;
}
.saleCard .link-wrap .link-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.saleCard .link-wrap .link-about {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.saleCard .link-wrap .link-about .title {
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  min-width: 0;
  flex: 1 1 auto;
  max-height: 3em;
}
.saleCard .link-wrap .link-about .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.saleCard .link-wrap .link-about .title span br {
  display: none;
}
@media screen and (max-width: 640px) {
  .saleCard .link-wrap .link-about .title {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.saleCard .link-wrap .link-about .category {
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.saleCard .link-wrap .link-about .category .status-term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #000000;
}
.saleCard .link-wrap .link-about .space {
  font-weight: 700;
}
.saleCard .link-wrap .link-about .price {
  font-weight: 700;
}
.saleCard .link-wrap .link-about .price .amount {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .saleCard .link-wrap .link-about .price .amount {
    letter-spacing: 0.04em;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.saleCard .link-wrap .link-about .price .unit {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.saleCard .link-wrap .link-about .price .loan {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px;
  background: rgba(217, 229, 231, 0.4);
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .saleCard .link-wrap .link-about .price .loan {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding: 10px 6px;
  }
}
@media screen and (max-width: 640px) {
  .saleCard .link-wrap .link-about .category,
  .saleCard .link-wrap .link-about .space {
    display: none;
  }
}
.saleCard .link-bottom {
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .saleCard .link-bottom {
    margin: 16px 0 0;
    position: relative;
  }
}
.saleCard .link-bottom .category {
  display: none;
}
.saleCard .link-bottom .space {
  display: none;
}
.saleCard .link-bottom .access {
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.saleCard .link-bottom .saleTag a {
  color: #8aafc2;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 3px;
  margin-right: 6px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .saleCard .link-bottom .saleTag a {
    letter-spacing: 0.04em;
  }
}
.saleCard .link-bottom .saleTag a:before {
  content: "#";
}
.saleCard .link-bottom .saleTag a:hover {
  background: #d9e5e7;
}
@media screen and (max-width: 640px) {
  .saleCard .link-bottom .category {
    display: flex;
    gap: 5px;
  }
  .saleCard .link-bottom .category a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    padding: 0 10px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #000000;
  }
  .saleCard .link-bottom .space {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
  }
}

.event_archiveList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 5vw, 60px);
}
@media screen and (max-width: 768px) {
  .event_archiveList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .event_archiveList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_archiveList--opneroom {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .event_archiveList--opneroom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_archiveList--special {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .event_archiveList--special {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_archiveList--seminar {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .event_archiveList--seminar {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_archiveList__item {
  background: #ffffff;
}
.event_archiveList__empty {
  grid-column: 1/-1;
  text-align: center;
}

.eventCard__thumb .pc-img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .eventCard__thumb .pc-img {
    display: none;
  }
}
.eventCard__thumb .sp-img {
  display: none;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .eventCard__thumb .sp-img {
    display: block;
  }
}
.eventCard__body {
  padding: 20px 15px;
  position: relative;
}
.eventCard__area {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 7;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
}
.eventCard__area__item {
  color: #8aafc2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border: solid 1px #8aafc2;
  padding: 7px;
  background: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .eventCard__area__item {
    font-size: 1.4rem;
  }
}
.eventCard__info {
  border-bottom: #8aafc2 solid 1px;
}
.eventCard__info .day {
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: #8aafc2 solid 1px;
}
.eventCard__info .day .special {
  font-weight: bold;
}
.eventCard__info .schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 10px 0;
}
.eventCard__info .schedule .time {
  font-size: 1.3rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: center;
}
.eventCard__info .schedule .reservation {
  font-size: 1.3rem;
  line-height: 1.6;
}
.eventCard__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .eventCard__ttl {
    font-size: 1.3rem;
  }
}
.eventCard__ex {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #7d7d7d;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .eventCard__ex {
    display: none;
  }
}

.yomimonoCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 30px;
}
.yomimonoCard .link-img {
  display: block;
  position: relative;
}
.yomimonoCard .link-img::after {
  opacity: 0;
  content: "VIEW MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  z-index: 7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .yomimonoCard .link-img::after {
    display: none;
  }
}
.yomimonoCard .link-img::before {
  content: " ";
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .yomimonoCard .link-img::before {
    display: none;
  }
}
.yomimonoCard:hover .link-img {
  position: relative;
}
.yomimonoCard:hover .link-img::before, .yomimonoCard:hover .link-img::after {
  opacity: 1;
}
.yomimonoCard .yomimonoHover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 7;
  cursor: pointer;
}
.yomimonoCard .yomimonoLink {
  position: relative;
  margin-inline: auto;
}
.yomimonoCard .yomimonoLink .new-icon {
  border-color: #535353 transparent transparent transparent !important;
  position: absolute;
  z-index: 6;
  top: 0px;
  left: 0;
}
.yomimonoCard .yomimonoTitle {
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
.yomimonoCard .yomimonoCat {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 2;
}
.yomimonoCard .yomimonoCat a {
  font-size: 1rem;
  line-height: 20px;
  margin: 5px 0;
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 10px 0;
  height: 20px;
  transition: 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}
.yomimonoCard .yomimonoCat a::before, .yomimonoCard .yomimonoCat a::after {
  position: absolute;
  top: 2px;
  width: 14px;
  height: 14px;
  content: "";
  transition: 0.1s ease-in-out;
}
.yomimonoCard .yomimonoCat a::before {
  left: -7px;
  transform: rotate(45deg);
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}
.yomimonoCard .yomimonoCat a::after {
  right: -7px;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  transform: rotate(45deg);
}
.yomimonoCard .yomimonoCat a:hover {
  background-color: #c9c9c9;
}
.yomimonoCard .yomimonoCat a:hover:before, .yomimonoCard .yomimonoCat a:hover:after {
  background-color: #c9c9c9;
}
.yomimonoCard .yomimonoTag {
  margin: 10px 0 5px;
}
.yomimonoCard .yomimonoTag a {
  position: relative;
  z-index: 99;
  padding: 4px;
  margin-right: 6px;
  display: inline-block;
  letter-spacing: 0.05em;
}
.yomimonoCard .yomimonoTag a:before {
  content: "#";
}
.yomimonoCard .yomimonoTag a:hover {
  background: #fff;
}
.yomimonoCard .yomimonoPostdate {
  font-size: 1.1rem;
  line-height: 1.4;
}

/*============================================================================================
WP ブロックエディター用 ============================================================================
============================================================================================*/
.post-body p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .post-body p {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .post-body p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 400px) {
  .post-body p {
    margin-bottom: 6px;
  }
}
.post-body strong {
  font-weight: bold;
}
.post-body .wp-block-quote {
  padding: 20px;
  border: dotted 1px #7d7d7d;
}
.post-body h2 {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 50px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .post-body h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 40px !important;
  }
}
.post-body h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .post-body h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 30px !important;
  }
}
.post-body h4 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .post-body h4 {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 20px !important;
  }
}
.post-body h5 {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 18px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .post-body h5 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 14px !important;
  }
}
.post-body h6 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 15px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .post-body h6 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 14px !important;
  }
}
.post-body ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 400px) {
  .post-body ul {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.post-body ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0px 6px 16px;
  list-style-type: disc !important;
}
@media screen and (max-width: 400px) {
  .post-body ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
.post-body ol {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 20px;
}
.post-body ol li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.post-body a {
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.post-body img {
  max-width: auto;
  width: auto;
  height: auto;
  margin: 10px 0;
}
.post-body em {
  /*font-family: YakuHanMPs,"リュウミン M-KL", "游明朝体", "Yu Mincho", YuMincho,
          "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-weight: 600;
}
.post-body i {
  font-style: italic;
}

#news-single .post-body a img {
  transition: all 0.3s ease 0s;
}

#news-single .post-body a img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .post-body img {
    max-width: 100%;
    height: auto;
  }
}
/*埋め込みYoutube対策*/
.post-body iframe {
  width: 100%;
  max-width: 100%;
}

/*次へ前へリンク*/
.pagenation {
  font-size: 1.2em;
  line-height: 1.4em;
  display: table;
  width: 100%;
  padding: 20px 0;
  margin: 30px 0 0;
  border-top: dotted 1px rgb(210, 210, 210);
}

.wp-block-embed figcaption {
  line-height: 1.6em;
}
@media screen and (max-width: 640px) {
  .wp-block-embed figcaption {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-align--left {
  text-align: left;
}

.u-align--top {
  vertical-align: top;
}

.u-align--middle {
  vertical-align: middle;
}

.u-align--bottom {
  vertical-align: bottom;
}

.mb {
  display: none;
}

.sp {
  display: none;
}

/* only SP */
.tab {
  display: none;
}

/* only TAB */
.pad {
  display: none;
}

/* only Pad */
.pc {
  display: block;
}

/* only PC */
@media screen and (max-width: 1080px) {
  .mb {
    display: none;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mb {
    display: none;
  }
  .sp {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mb {
    display: none;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: none;
  }
  .sp {
    display: none;
  }
  .mb {
    display: block;
  }
}
.none {
  display: none;
}

.josefinsans_400 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.josefinsans_500 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.josefinsans_600 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.josefinsans_700 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

.roboto_300 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto_400 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto_500 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.roboto_700 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.robotoslab_400 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.robotoslab_500 {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

.fwbold {
  font-weight: 700;
}

.fwnormal {
  font-weight: normal;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .u-mb20 {
    margin-bottom: 14px;
  }
}

.u-mb25 {
  margin-bottom: 25px;
}

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

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt60 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .u-mt60 {
    margin-top: 20px;
  }
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp,
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pc,
  .tab, .pc-b {
    display: none;
  }
  .sp {
    display: block;
  }
}
.p-sale404 .soldTitle {
  font-size: 6rem;
  margin-bottom: 20px;
  text-align: center;
  color: #8aafc2;
}
@media screen and (max-width: 640px) {
  .p-sale404 .soldTitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .p-sale404 .sale_single__return {
    margin: 30px auto 60px;
  }
}
.p-sale404 .sale_sort {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .p-sale404 .sale_sort {
    margin-bottom: 80px;
  }
}
.p-sale404 .sale_sort__inner {
  padding: 60px;
}
@media screen and (max-width: 640px) {
  .p-sale404 .sale_sort__inner {
    display: block;
    padding: 40px 30px;
  }
}
.p-sale404 .sale_sort__inner .title {
  margin-bottom: 26px;
}
@media screen and (max-width: 640px) {
  .p-sale404 .sale_sort__inner .title {
    margin-bottom: 16px;
    letter-spacing: 0.08em;
  }
}
.p-sale404 .sale_sort__inner .catList {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .p-sale404 .sale_sort__inner .catList {
    margin-bottom: 30px;
  }
}
.p-sale404 .sale_sort__inner .catList li {
  display: inline-block;
  margin: 5px 0;
}
@media screen and (max-width: 640px) {
  .p-sale404 .sale_sort__inner .catList li {
    margin: 0;
  }
}
.p-sale404 .sale_sort__inner .catList li a {
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p-sale404 .sale_sort__inner .catList li a:hover {
  background: #ffffff;
}
.p-sale404 .sale_sort__inner .tagList {
  margin-bottom: 0px;
}
.p-sale404 .sale_sort__inner .tagList li a::before {
  content: "#";
}

.sale_single__return {
  text-align: center;
  margin: 30px auto 100px;
}
.sale_single__return--btn {
  text-align: center;
  width: 265px;
  line-height: 50px;
  border-right: #000000 solid 1px;
  border-left: #000000 solid 1px;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.sale_single__return--btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9e5e7;
  left: -100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sale_single__return--btn:hover::after {
  left: 0%;
}
@media screen and (max-width: 640px) {
  .sale_single__return .saleTop {
    border-right: #000000 solid 1px;
    margin-bottom: 20px;
  }
}
.sale_single__return--btntx {
  position: relative;
  z-index: 99;
}

#about_intro {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #about_intro {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #about_intro {
    margin: 0 auto 40px;
  }
}
#about_intro .swiper-slide {
  margin: 0 auto;
}

.about_corporate__wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.about_corporate__item {
  display: flex;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .about_corporate__item {
    flex-wrap: wrap;
    border-bottom: 1px #000 dotted;
  }
}
@media screen and (max-width: 640px) {
  .about_corporate__item {
    margin-bottom: 20px;
  }
}
.about_corporate__item--tl {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
  width: 140px;
  padding: 10px 10px 10px 0px;
}
@media screen and (max-width: 768px) {
  .about_corporate__item--tl {
    width: 100%;
    padding: 0px 5px 5px 5px;
  }
}
.about_corporate__item--tx {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  width: calc(100% - 140px);
  padding: 10px 0px 10px 20px;
  border-left: #000 solid 1px;
}
@media screen and (max-width: 768px) {
  .about_corporate__item--tx {
    width: 100%;
    padding: 5px 5px 20px 5px;
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .about_corporate__item--tx {
    padding: 0px 5px 16px 5px;
  }
}

#gmap_canvas {
  height: 400px;
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gmap_canvas {
    margin-bottom: 60px;
  }
}

.concept__wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .concept__wrap {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .concept__wrap {
    padding-left: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .concept__wrap {
    flex-wrap: wrap;
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .concept__wrap {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.concept__copy {
  width: 25%;
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.4em;
  font-weight: 700;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ", sans-serif;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .concept__copy {
    font-size: 3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .concept__copy {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .concept__copy {
    font-size: 2.4rem;
    line-height: 1.8;
    width: 100%;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 640px) {
  .concept__copy {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    text-align: center;
  }
}
.concept__copy--tx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .concept__copy--tx {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.concept__item {
  width: 75%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .concept__item {
    width: 100%;
  }
}
.concept__item img {
  width: 100%;
}

.concept_step .f-textLarge {
  line-height: 2.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .concept_step .f-textLarge {
    line-height: 2em;
  }
}
.concept_step__title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .concept_step__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__title {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.concept_step__title--icon {
  position: relative;
  text-align: center;
  width: 80px;
  height: 75px;
  top: 0%;
  left: -10px;
  transform: translateY(0%) translateX(0%);
}
.concept_step__title--icon--arch {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.concept_step__title--icon--arch img {
  max-height: 25px;
  max-width: auto;
}
.concept_step__title--icon--number {
  font-size: 2.6rem;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.concept_step__title--icon svg {
  transform: rotate(-90deg);
  position: absolute;
  width: 56px;
  height: 56px;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.concept_step__title--tx {
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  display: inline-block;
  margin: 18px 0 0 10px;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .concept_step__title--tx {
    font-size: 2.8rem;
    margin: 18px 0 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__title--tx {
    font-size: 2.2rem;
    margin: 18px 0 0 0px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__origin {
    margin-bottom: 50px;
  }
}
.concept_step__origin--wrap {
  position: relative;
}
.concept_step__origin--wrap::after {
  content: "";
  background-image: url(../images/concept/concept-img1.jpg);
  background-position: center right 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 780px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .concept_step__origin--wrap::after {
    width: 180px;
    height: 585px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__origin--wrap::after {
    width: 50px;
    height: 100%;
    background-position: bottom left 2%;
    background-size: 240px auto;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__origin--wrap::after {
    background: none;
  }
}
.concept_step__origin--item {
  position: relative;
  z-index: 99;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0 110px;
}
@media screen and (max-width: 1400px) {
  .concept_step__origin--item {
    padding: 0px 30px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__origin--item {
    width: 100%;
    max-width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__origin--item {
    width: 100%;
    max-width: 100%;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .concept_step__origin--inner {
    padding-right: 180px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__origin--inner {
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__origin--inner {
    padding-right: 0px;
  }
}
.concept_step__origin--inner--logo {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .concept_step__origin--inner--logo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__origin--inner--logo {
    margin-top: 30px;
  }
}
.concept_step__origin--inner--logo img {
  width: 435px;
}
@media screen and (max-width: 640px) {
  .concept_step__origin--inner--logo img {
    width: 300px;
    display: block;
    margin: auto;
  }
}
.concept_step__customer--wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}
@media screen and (max-width: 1440px) {
  .concept_step__customer--wrap {
    width: 100%;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__customer--wrap {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__customer--wrap {
    width: 100%;
    max-width: 100%;
    padding: 0px 0px;
  }
}
.concept_step__customer--item {
  position: relative;
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 1440px) {
  .concept_step__customer--item {
    width: 50%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .concept_step__customer--item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__customer--item {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__customer--item {
    padding: 0px 30px;
  }
}
.concept_step__customer--img {
  width: 40%;
  padding-right: 80px;
}
@media screen and (max-width: 1440px) {
  .concept_step__customer--img {
    width: 50%;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .concept_step__customer--img {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__customer--img {
    padding-right: 0px;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__customer--img {
    margin-top: 20px;
  }
}
.concept_step__customer--img--photo1 {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .concept_step__customer--img--photo1 {
    margin: 15px 0;
  }
}
.concept_step__customer--img--photo1 img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .concept_step__customer--img--photo1 img {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__customer--img--photo1 img {
    width: 85%;
  }
}
.concept_step__customer--img--photo2 {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .concept_step__customer--img--photo2 {
    margin: 15px 0;
  }
}
.concept_step__customer--img--photo2 {
  text-align: right;
}
.concept_step__customer--img--photo2 img {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .concept_step__customer--img--photo2 img {
    width: 55%;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__customer--img--photo2 img {
    width: 65%;
  }
}
.concept_step__staff--wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept_step__staff--wrap {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__staff--wrap {
    width: 100%;
    max-width: 100%;
  }
}
.concept_step__staff--item {
  position: relative;
  z-index: 99;
  padding: 0px 0px 0 110px;
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .concept_step__staff--item {
    padding: 0px 30px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__staff--item {
    padding: 0px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__staff--item {
    padding: 0px 30px;
  }
}
.concept_step__staff--img {
  padding: 0px;
}
@media screen and (max-width: 1400px) {
  .concept_step__staff--img {
    width: 40%;
  }
}
@media screen and (max-width: 1080px) {
  .concept_step__staff--img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .concept_step__staff--img {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__staff--img {
    padding: 0px 30px;
  }
}
.concept_step__staff--img img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .concept_step__staff--img img {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .concept_step__staff--img img {
    width: 100%;
  }
}

.concept__sora {
  margin-top: 200px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .concept__sora {
    margin-top: 150px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .concept__sora {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.concept__sora--img {
  margin-right: 70px;
}
@media screen and (max-width: 1400px) {
  .concept__sora--img {
    margin-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .concept__sora--img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .concept__sora--img {
    margin-right: 20px;
  }
}
.concept__sora--img img {
  width: 100%;
}

.concept_step__title--icon.inview-fadein {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.concept_step__title--icon.inview-fadein.FadeIn {
  opacity: 1;
}
.concept_step__title--icon.inview-fadein.FadeIn circle.circle_base,
.concept_step__title--icon.inview-fadein.FadeIn .circle_base {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 2;
}
.concept_step__title--icon.inview-fadein.FadeIn circle.circle_animation,
.concept_step__title--icon.inview-fadein.FadeIn .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 5s;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  100%, to {
    stroke-dasharray: 377 377;
  }
}

.contact {
  width: 100%;
  position: relative;
  background: #d9e5e7;
  padding: 80px 0 30px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 50px 0 20px;
  }
}
.contact::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #d9e5e7 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(-30deg, #d9e5e7 50%, rgba(255, 255, 255, 0) 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
}

.brochureLeadTitle {
  padding: 180px 0 50px !important;
}
@media screen and (max-width: 1080px) {
  .brochureLeadTitle {
    padding: 120px 0 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .brochureLeadTitle {
    padding: 100px 0 40px !important;
  }
}
.brochureLeadTitle h1 {
  font-size: 4.5rem;
  display: block;
  letter-spacing: 0.18em;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .brochureLeadTitle h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .brochureLeadTitle h1 {
    margin-bottom: 3px;
  }
}

.changeArea {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .changeArea {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.changeArea label {
  color: #7d7d7d;
  text-align: center;
  letter-spacing: 0.05em;
  width: calc(50% - 10px);
  height: initial;
  display: block;
  padding: 20px;
  background-color: #d9e5e7;
  border: 1px solid #7d7d7d;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .changeArea label {
    width: 100%;
    padding: 16px 5px;
    font-size: 0.9em;
  }
}
.changeArea label::after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  right: -8px;
  bottom: -8px;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .changeArea label::after {
    right: -6px;
    bottom: -6px;
  }
}
.changeArea label:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.changeArea label:hover::after {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.changeArea label.area_active {
  color: #000000;
  font-weight: bold;
  background-color: #FFC;
  border: 1px solid #000000;
}
.changeArea label.area_active::after {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.brochure-img {
  margin-bottom: 50px;
}

.c-yt-wrap {
  max-width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 50px;
}
.c-yt-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-yt-wrap > .c-yt {
  ackground-size: cover;
  background-position: center;
}
.c-yt-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bnr-area {
  margin-bottom: 50px;
}
.bnr-area .line {
  max-width: 640px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bnr-area .line:hover {
  opacity: 0.7;
}

.brochure .noneIcon {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .brochure .u-mb30 {
    line-height: 1.6;
  }
}
.brochure .brochureLead {
  position: relative;
  text-align: left;
  padding-left: 130px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .brochure .brochureLead {
    padding-left: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .brochure .brochureLead {
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
}
.brochure .brochureLead .brochureIcon {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .brochure .brochureLead .brochureIcon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .brochure .brochureLead .brochureIcon {
    position: relative;
    left: auto;
    top: auto;
  }
}
.brochure .brochureLead .f-textLarge {
  padding: 10px 0 10px 0;
}
.brochure .areaAbout {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.brochure .areaAbout select {
  position: relative;
  background: transparent;
}
.brochure dd.checkbox .checkbox-tx {
  font-size: inherit !important;
}
.brochure dd.checkbox .mwform-checkbox-field.horizontal-item label {
  padding: 0;
}
.brochure .tokyo1.active,
.brochure .kanagawa1.active,
.brochure .chiba1.active,
.brochure .saitama1.active,
.brochure .tokyo2.active,
.brochure .kanagawa2.active,
.brochure .chiba2.active,
.brochure .saitama2.active,
.brochure .tokyo3.active,
.brochure .kanagawa3.active,
.brochure .chiba3.active,
.brochure .saitama3.active {
  display: block;
}
.brochure .leftCont,
.brochure .rightCont {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .brochure .leftCont,
  .brochure .rightCont {
    width: 100%;
  }
}
.brochure .formList.check li {
  /*width: 32%;
  padding-right: 0;
  margin-top: 10px;
  @include media-tab {
      margin-right: 10px;
  }*/
  /*&:nth-child(3),
  &:nth-child(6) {
      width: 36%;

      @include media-tab {
          width: auto;
      }
  }*/
  /*@include media-tab {
      width: auto;
  }*/
}
.brochure .kibou {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
.brochure .kibou:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.brochure .kibou .leftCont {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .brochure .kibou .leftCont {
    width: 100%;
  }
}
.brochure .kibou .leftCont p {
  line-height: 2;
}
.brochure .kibou .leftCont__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brochure .kibou .leftCont__inner {
    justify-content: start;
  }
}
.brochure .kibou .leftCont__inner p {
  padding-left: 18px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brochure .kibou .leftCont__inner p {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .brochure .kibou .leftCont__inner p {
    width: 50%;
    margin-right: 0px;
  }
}
.brochure .kibou .leftCont__inner p::before {
  content: " ";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.brochure .kibou .leftCont__inner p.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.brochure .kibou .rightCont {
  width: 50%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .brochure .kibou .rightCont {
    width: 100%;
    margin-top: 10px;
  }
}
.brochure .kibou .selecBtn {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 60px;
}
.brochure .station input {
  margin-bottom: 2px;
}
.brochure .formPreview .checkArea .formtext::before {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .brochure .formPreview .checkArea .formtext::before {
    top: 0px;
  }
}
.brochure .formPreview .checkArea .formList {
  display: block;
}
.brochure .formPreview .checkArea dd {
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  .brochure .formPreview .checkArea dd {
    padding: 0px 0 20px;
  }
}
.brochure .formPreview .kibou {
  border-bottom: 0 !important;
  padding-bottom: 0px !important;
  margin-bottom: 5px !important;
}
.brochure .formPreview .kibou .rightCont {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .brochure .formPreview .kibou .rightCont {
    margin-bottom: 20px;
  }
}
.brochure .formPreview input[type=radio] + label {
  display: none;
}
.brochure .formPreview input[type=radio]:checked + label {
  display: block;
}

.faq-copy {
  font-size: 2.2rem;
  line-height: 1.4;
  display: none;
}
@media screen and (max-width: 640px) {
  .faq-copy {
    margin: 40px auto;
    display: block;
  }
}

.faq-cat {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px -20px;
}
@media screen and (max-width: 640px) {
  .faq-cat {
    margin: 0 0 20px -20px;
  }
}
.faq-cat__contents {
  width: calc(16.6666666667% - 20px);
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .faq-cat__contents {
    background-size: 85%;
  }
}
.faq-cat__contents.current, .faq-cat__contents:hover {
  background-color: #d9e5e7;
}
.faq-cat__contents::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.faq-cat__contents.cost {
  background-image: url(../images/faq/faq_cat-cost.png);
}
.faq-cat__contents.service {
  background-image: url(../images/faq/faq_cat-service.png);
}
.faq-cat__contents.construction {
  background-image: url(../images/faq/faq_cat-construction.png);
}
.faq-cat__contents.realestate {
  background-image: url(../images/faq/faq_cat-realestate.png);
}
.faq-cat__contents.renovation {
  background-image: url(../images/faq/faq_cat-renovation.png);
}
.faq-cat__contents.other {
  background-image: url(../images/faq/faq_cat-other.png);
}
.faq-cat__contents__ttl {
  font-size: 0px;
}
@media screen and (max-width: 640px) {
  .faq-cat__contents {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 20px;
  }
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faq-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.faq-list__contents__head {
  padding: 0 0 0 46px;
  border: solid 2px #e5e5e5;
  padding: 20px;
  min-height: 100px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.faq-list__contents__head.open {
  background-color: #d9e5e7;
}
.faq-list__contents__head:hover {
  background-color: #d9e5e7;
}
@media screen and (max-width: 640px) {
  .faq-list__contents__head {
    min-height: initial;
  }
}
.faq-list__contents__head::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #8aafc2 transparent;
}
.faq-list__contents__head__ttltxt {
  position: relative;
  padding: 0 0 0 40px;
}
.faq-list__contents__head__ttltxt::before {
  content: "Q";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: "Cabin", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .faq-list__contents__head__ttltxt {
    padding: 0 0 0 30px;
  }
  .faq-list__contents__head__ttltxt::before {
    font-size: 2.2rem;
  }
}
.faq-list__contents__body {
  padding: 10px 20px 0;
  display: none;
}

.faq-inquiry {
  background-color: #d9e5e7;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}
.faq-inquiry:hover {
  background-color: #8aafc2;
}
.faq-inquiry__contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-inquiry__contents > img {
  max-height: 200px;
  width: auto;
}

.faq-main .pagenavi {
  margin: 50px auto 75px;
}
@media screen and (max-width: 640px) {
  .faq-main .pagenavi {
    margin: 0 auto 20px;
  }
}

.faq-pagenavi {
  margin-bottom: 50px;
}

#news_hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-top: 160px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  #news_hero {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #news_hero {
    height: 260px;
    padding: 0 20px 0 0px;
    overflow: hidden;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #news_hero .news-animation.top {
    z-index: 1;
    top: 90px;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #news_hero .news-animation.top #svg-animation6 {
    padding: 0 20px;
  }
}
#news_hero .news_herotitle {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
#news_hero .news_herotitle__en {
  position: relative;
  z-index: 3;
  font-size: 5rem;
  display: block;
  letter-spacing: 0.18em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #news_hero .news_herotitle__en {
    font-size: 3rem;
  }
}
#news_hero .news_herotitle::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 240px;
  height: 40px;
  padding: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 0;
}
@media screen and (max-width: 1080px) {
  #news_hero .news_herotitle::after {
    height: 40px;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  #news_hero .news_herotitle::after {
    height: 30px;
    width: 160px;
    padding: 10px;
  }
}
#news_hero .news_herotitle__ja {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #7d7d7d;
  display: block;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  #news_hero .news_herotitle__ja {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.news_list {
  position: relative;
  padding: 80px 50px 100px;
}
@media screen and (max-width: 1300px) {
  .news_list {
    padding: 0px 0px 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_list {
    padding: 0px 0px 30px;
  }
}
@media screen and (max-width: 640px) {
  .news_list {
    padding: 0px 0px 20px;
  }
}
.news_list .title_line_bottom {
  width: 100%;
}
.news_list .nowCat {
  text-align: center;
  margin-top: 60px;
}
.news_list .nowCat .f-textSmall {
  padding-right: 10px;
}
.news_list .archive-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .news_list .archive-wrap {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .news_list .archive-wrap {
    margin: 0px;
  }
}
@media screen and (max-width: 640px) {
  .news_list .archive-wrap {
    margin: 0px;
  }
}
.news_list .archive-wrap .f-textSmall {
  display: none;
}
.news_list .archive-wrap .archive-menu {
  text-align: center;
  display: inline-block;
  border-top: none;
  border-bottom: none;
  z-index: 999;
  position: relative;
  width: 265px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .news_list .archive-wrap .archive-menu {
    width: 50%;
  }
}
.news_list .archive-wrap .archive-menu__label {
  border-left: #000 solid 1px;
  border-right: #000 solid 1px;
  text-align: center;
  position: relative;
  margin: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list .archive-wrap .archive-menu__label:hover {
  background: #d9e5e7;
}
.news_list .archive-wrap .archive-menu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  margin-top: -2px;
  z-index: 4;
  width: 7px;
  height: 4px;
  background: url(../images/common/arrow-doun.png) no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.news_list .archive-wrap .archive-menu .catList {
  text-align: left;
  position: absolute;
  background: #ffffff;
  left: 0;
  width: 100%;
  top: 40px;
}
.news_list .archive-wrap .archive-menu .catList li {
  border-left: 1px solid #000000;
}
.news_list .archive-wrap .archive-menu .catList li a {
  display: block;
  padding: 10px 20px;
}
.news_list .archive-wrap .archive-menu .catList li a:hover {
  background: #d9e5e7;
}
.news_list .archive-menu:first-child .archive-menu__label {
  border-right: 0px;
}
.news_list .c-column--4 {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_list .c-column--4 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .news_list .c-column--4 {
    margin-top: 60px;
  }
}
.news_list .c-column--4__col {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news_list .c-column--4__col {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .news_list .c-column--4__col {
    margin-bottom: 40px;
  }
}
.news_list__item--thumb {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 66;
  overflow: hidden;
  border: #f5f5f5 solid 1px;
}
@media screen and (max-width: 768px) {
  .news_list__item--thumb {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news_list__item--thumb {
    max-width: 100%;
  }
}
.news_list__item--thumb:hover .thumb-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(138, 175, 194, 0.9);
  opacity: 1;
}
.news_list__item--thumb:hover .thumb-hover__inner {
  opacity: 1;
  transition: 0.3s 0.1s;
}
.news_list__item--thumb img {
  position: relative;
  z-index: 50;
  vertical-align: middle;
}
.news_list__item--thumb .thumb-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 0px;
  margin: 0;
  opacity: 0;
  display: flex;
  align-items: center;
}
.news_list__item--thumb .thumb-hover__inner {
  width: 100%;
  padding: 30px;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .news_list__item--thumb .thumb-hover__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .news_list__item--thumb .thumb-hover__inner {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news_list__item--thumb .thumb-hover__inner {
    padding: 10px;
  }
}
.news_list__item--thumb .thumb-hover__category {
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
  margin: 0 0 10px 0;
}
.news_list__item--thumb .thumb-hover__day {
  color: #fff;
  display: block;
  margin: 0;
}
.news_list__item--thumb .thumb-hover__title {
  color: #fff;
  font-weight: 700;
  margin: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .news_list__item--thumb .thumb-hover__title {
    line-height: 1.4em;
  }
}
.news_list .pagenavi {
  margin: 100px auto 0px;
}

.pets h1 {
  font-size: 22px !important;
  color: #333 !important;
}
.pets h2, .pets h3, .pets h4, .pets h5, .pets h6 {
  font-weight: bold;
}
.pets h2, .pets h4 {
  font-size: 34px;
  line-height: 7rem;
  letter-spacing: 0.5rem;
}
.pets h3 {
  font-size: 50px;
  letter-spacing: 0.5rem;
}
.pets h5 {
  font-size: 36px;
  letter-spacing: 0.5rem;
}
.pets h6 {
  font-size: 20px;
  line-height: 3.5rem;
  padding: 0 1rem;
}
.pets p {
  font-size: 20px;
  line-height: 4rem;
}
.pets img {
  min-width: 100%;
}
.pets .px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.pets .mb-15 {
  margin-bottom: 15px;
}
.pets .mb-30 {
  margin-bottom: 30px;
}
.pets .mb-50 {
  margin-bottom: 50px;
}
.pets .mb-70 {
  margin-bottom: 70px;
}
.pets .mb-100 {
  margin-bottom: 100px;
}
.pets .mb-140 {
  margin-bottom: 140px;
}
.pets .mb-200 {
  margin-bottom: 200px;
}
.pets .text-center {
  text-align: center;
}
.pets .flex {
  display: flex;
}
.pets .justify-content-center {
  justify-content: center;
}
.pets .justify-content-between {
  justify-content: space-between;
}
.pets .align-items-center {
  align-items: center;
}
.pets .align-items-end {
  align-items: end;
}
.pets .align-items-start {
  align-items: flex-start;
}
.pets .btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  border-radius: 10rem;
  padding: 4rem 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pets .btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  width: 24px;
  height: 24px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
.pets .btn:hover {
  opacity: 0.7;
}
.pets .btn-contact {
  background: #E4C89F;
}
.pets .btn-request {
  background: #F7F077;
}
.pets .herotitle__en {
  margin-bottom: 30px !important;
}
.pets .herotitle__en img {
  width: 80%;
  min-width: auto;
  max-width: 700px;
}
.pets .kangaeru .card {
  border: 1px solid #000;
  border-radius: 3rem;
  padding: 3rem 4rem 2rem;
}
.pets .kangaeru .card .accordion {
  position: relative;
}
.pets .kangaeru .card .accordion .accordion-btn {
  cursor: pointer;
  position: absolute;
  top: -6rem;
  right: -1rem;
  border-radius: 10rem;
  background: #7BC17B;
  width: 50px;
  height: 50px;
}
.pets .kangaeru .card .accordion .accordion-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.pets .kangaeru .card .accordion .accordion-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.pets .kangaeru .card .accordion .accordion-btn.open::before {
  transform: rotate(180deg);
}
.pets .kangaeru .card .accordion .accordion-btn.open::after {
  opacity: 0;
}
.pets .kangaeru .card .accordion .accordion-text {
  display: none;
}
.pets .petnoyomimono h3 img {
  width: 100%;
  min-width: auto;
  max-width: 600px;
}
.pets .petnoyomimono .subtitle {
  font-size: 22px;
  letter-spacing: 0.5rem;
}
.pets .petnoyomimono .card {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pets .petnoyomimono .card:hover {
  cursor: pointer;
  background: #d9e5e7;
}
.pets .petnoyomimono .card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pets .px-20-pc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pets .mb-50-pc {
    margin-bottom: 50px;
  }
  .pets .ml-20-pc {
    margin-left: 20px;
  }
  .pets .ml-50-pc {
    margin-left: 50px;
  }
  .pets .ml-70-pc {
    margin-left: 70px;
  }
  .pets .mr-20-pc {
    margin-right: 20px;
  }
  .pets .mr-50-pc {
    margin-right: 50px;
  }
  .pets .mr-70-pc {
    margin-right: 70px;
  }
  .pets .flex-row-reverse-pc {
    flex-direction: row-reverse;
  }
  .pets .desc {
    max-width: 56%;
  }
  .pets .kangaeru .card {
    width: 32%;
  }
  .pets .petnoyomimono .card {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .pets .btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .pets h1 {
    font-size: 24px !important;
  }
  .pets h2, .pets h4 {
    font-size: 30px;
    line-height: 5rem;
  }
  .pets h3 {
    font-size: 46px;
  }
  .pets h5 {
    font-size: 24px;
  }
  .pets h6 {
    line-height: 3rem;
  }
  .pets p {
    font-size: 18px;
    line-height: 3.5rem;
  }
  .pets .mb-20-sp {
    margin-bottom: 20px;
  }
  .pets .btn {
    font-size: 19px;
    padding: 3rem 0;
  }
  .pets .btn::after {
    width: 20px;
    height: 20px;
  }
  .pets .kangaeru .card {
    padding: 2rem 3rem 1.5rem;
  }
  .pets .kangaeru .card .accordion .accordion-btn {
    top: -5.5rem;
  }
  .pets .kangaeru .card .accordion .accordion-text {
    font-size: 17px;
    line-height: 3rem;
  }
  .pets .petnoyomimono h3 img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pets h1 {
    font-size: 18px !important;
  }
  .pets h2, .pets h4 {
    font-size: 20px;
    line-height: 3.5rem;
    letter-spacing: 0.25rem;
  }
  .pets h3 {
    font-size: 28px;
  }
  .pets h6 {
    font-size: 17px;
    line-height: 3rem;
  }
  .pets p {
    font-size: 16px;
    line-height: 3rem;
    width: 100%;
  }
  .pets .px-20-sp {
    padding: 0 20px;
  }
  .pets .mb-30-sp {
    margin-bottom: 30px;
  }
  .pets .mb-50-sp {
    margin-bottom: 50px;
  }
  .pets .mb-60-sp {
    margin-bottom: 60px;
  }
  .pets .mb-70-sp {
    margin-bottom: 70px;
  }
  .pets .mb-100-sp {
    margin-bottom: 100px;
  }
  .pets .flex-column-sp {
    align-items: flex-start;
    flex-direction: column;
  }
  .pets .btn {
    font-size: 16px;
    padding: 2rem 0;
  }
  .pets .btn::after {
    width: 14px;
    height: 14px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  .pets .herotitle__en {
    margin-bottom: 10px !important;
  }
  .pets .petnoyomimono .subtitle {
    font-size: 18px;
    letter-spacing: 0.25rem;
  }
}

.recruit_intro__wrap {
  padding-top: 0;
}
.recruit_intro__img {
  margin: 0;
}
.recruit_intro__item {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_intro__item {
    text-align: left;
  }
}
.recruit_intro__item--tx {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .recruit_intro__item--tx {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.recruit_staff {
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  .recruit_staff {
    margin: 100px auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff {
    margin: 80px auto 20px;
  }
}
.recruit_staff .c-column--3 {
  margin-right: -3%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit_staff .c-column--3 {
    margin-right: -2%;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff .c-column--3 {
    margin-right: -4%;
  }
}
.recruit_staff .c-column--3__col {
  width: 30.33333333%;
  float: left;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .recruit_staff .c-column--3__col {
    width: 31.33333333%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff .c-column--3__col {
    width: 46%;
    margin-right: 4%;
  }
}
.recruit_staff__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit_staff__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff__title {
    margin-bottom: 20px;
  }
}
.recruit_staff__title--arch {
  margin-bottom: 5px;
  display: block;
}
.recruit_staff__title--arch img {
  width: 100px;
}
.recruit_staff__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_staff__item {
    margin-bottom: 30px;
  }
}
.recruit_staff__item a {
  position: relative;
  display: block;
  padding: 12px 12px 0 16px;
}
@media screen and (max-width: 640px) {
  .recruit_staff__item a {
    padding: 10px 10px 0 10px;
  }
}
.recruit_staff__item a::before {
  position: absolute;
  height: 140px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #000;
  top: -20px;
  right: 50px;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .recruit_staff__item a::before {
    height: 100px;
    top: -10px;
    right: 30px;
  }
}
.recruit_staff__item--thumb {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 66;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit_staff__item--thumb {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff__item--thumb {
    max-width: 100%;
  }
}
.recruit_staff__item--thumb img {
  position: relative;
  z-index: 5;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruit_staff__item--thumb img {
    max-width: 100%;
    width: 100%;
  }
}
.recruit_staff__item--name {
  position: absolute;
  bottom: 10px;
  left: 0px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 30px;
  margin: 0;
  font-size: 2.6rem;
  line-height: 1;
  color: #8aafc2;
  z-index: 99;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1080px) {
  .recruit_staff__item--name {
    font-size: 2rem;
    line-height: 1;
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_staff__item--name {
    font-size: 1.8rem;
    line-height: 1;
    width: 22px;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff__item--name {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.12em;
    width: 16px;
    bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_staff__item--name {
    font-size: 1.4rem;
    line-height: 1;
    width: 14px;
    bottom: 2px;
  }
}
.recruit_staff__item--number {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 99;
  margin: 0;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  .recruit_staff__item--number {
    font-size: 1.7rem;
    line-height: 1;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_staff__item--number {
    font-size: 1.6rem;
    line-height: 1;
    top: 28px;
    right: 28px;
  }
}
@media screen and (max-width: 640px) {
  .recruit_staff__item--number {
    font-size: 1.4rem;
    line-height: 1;
    top: 20px;
    right: 22px;
  }
}

.recruitment {
  margin-bottom: -200px;
  position: relative;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .recruitment {
    background: none;
  }
}
@media screen and (max-width: 640px) {
  .recruitment {
    margin-bottom: 0px;
  }
}
.recruitment__wrap {
  background: #fff;
  margin: 0 auto;
  padding: 0 60px 60px 60px;
}
@media screen and (max-width: 768px) {
  .recruitment__wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__wrap {
    padding: 40px 10px 10px;
  }
}
.recruitment__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruitment__title {
    margin-bottom: 40px;
  }
}
.recruitment__title--arch {
  margin-bottom: 5px;
  display: block;
}
.recruitment__title--arch img {
  width: 100px;
}
.recruitment__tab--item {
  width: 100%;
  display: inline-block;
  width: calc(33.3333333333% - 9px);
  box-sizing: border-box;
  margin: 6px 4px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  border: #8aafc2 solid 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruitment__tab--item {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 640px) {
  .recruitment__tab--item {
    width: 100%;
    margin: 4px 0px;
  }
}
.recruitment__tab--item:first-child {
  margin: 6px 4px 6px 0;
}
@media screen and (max-width: 768px) {
  .recruitment__tab--item:first-child {
    width: calc(50% - 6px);
    margin: 6px 2px 6px 0;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__tab--item:first-child {
    width: 100%;
    margin: 4px 0px;
  }
}
.recruitment__tab--item:nth-child(4) {
  margin: 6px 4px 6px 0;
}
@media screen and (max-width: 768px) {
  .recruitment__tab--item:nth-child(4) {
    width: calc(50% - 6px);
    margin: 6px 0px 6px 2px;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__tab--item:nth-child(4) {
    width: 100%;
    margin: 4px 0px;
  }
}
.recruitment__tab--item:nth-child(3n) {
  margin: 6px 0 6px 4px;
}
@media screen and (max-width: 768px) {
  .recruitment__tab--item:nth-child(3n) {
    width: calc(50% - 6px);
    margin: 6px 2px 6px 0;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__tab--item:nth-child(3n) {
    width: 100%;
    margin: 4px 0px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__tab--item:nth-child(2n) {
    width: calc(50% - 6px);
    margin: 6px 0px 6px 4px;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__tab--item:nth-child(2n) {
    width: 100%;
    margin: 4px 0px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__tab--item:nth-child(2n+1) {
    width: calc(50% - 6px);
    margin: 6px 2px 6px 0;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__tab--item:nth-child(2n+1) {
    width: 100%;
    margin: 4px 0px;
  }
}
.recruitment__tab--item.is-active, .recruitment__tab--item:hover, .recruitment__tab--item:focus {
  background: #8aafc2;
}
.recruitment__content {
  margin: 60px 0;
}
.recruitment__content .f-textLarge {
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruitment__content .f-textLarge {
    margin: 10px 0 10px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__content {
    margin: 40px 0;
  }
}
.recruitment__content .panel {
  display: none;
}
.recruitment__content .panel.is-show {
  display: block;
}
.recruitment__content--item {
  display: flex;
  align-items: stretch;
  border-bottom: #000 1px dotted;
  margin: 0;
  padding: 20px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruitment__content--item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .recruitment__content--item {
    padding: 10px 0;
  }
}
.recruitment__content--item--tl {
  font-weight: 700;
  width: 130px;
  color: #8aafc2;
}
@media screen and (max-width: 768px) {
  .recruitment__content--item--tl {
    width: 100%;
  }
}
.recruitment__content--item--tx {
  margin-left: 0;
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .recruitment__content--item--tx {
    width: 100%;
  }
}

.recruit__entry {
  padding-top: 200px;
  width: 100%;
  position: relative;
  background: #d9e5e7;
  margin: 150px 0 0px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .recruit__entry {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .recruit__entry {
    padding-bottom: 80px;
    padding-top: 60px;
    margin: 20px 0 0px;
  }
}
.recruit__entry::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #d9e5e7 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(-30deg, #d9e5e7 50%, rgba(255, 255, 255, 0) 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
}
.recruit__entry .catch {
  text-align: center;
}
.recruit__entry .sendbutton {
  width: 150px;
}
@media screen and (max-width: 640px) {
  .recruit__entry .sendbutton {
    width: 130px;
  }
}
.recruit__entry__wrap {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .recruit__entry__wrap {
    margin: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__entry__wrap {
    margin: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__entry__wrap {
    margin: 0 30px;
  }
}

#second_hero.secret {
  display: none;
}

article.secret {
  position: relative;
  color: #0161D0;
  margin-top: 170px;
}
@media screen and (max-width: 1080px) {
  article.secret {
    margin-top: 70px;
  }
}
article.secret::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #eeeeee 50%, transparent 52%), linear-gradient(-30deg, #eeeeee 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
  left: 0;
}
article.secret > div {
  background: #EEEEEE;
  padding: 10rem 0;
}
@media screen and (max-width: 1080px) {
  article.secret > div {
    padding: 4rem 0;
  }
}
article.secret > div .secret_header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 640px) {
  article.secret > div .secret_header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
article.secret > div .secret_header > div:first-of-type {
  display: flex;
}
@media screen and (max-width: 640px) {
  article.secret > div .secret_header > div:first-of-type {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  article.secret > div .secret_header > div:first-of-type > div {
    width: 80%;
  }
}
article.secret > div .secret_header > div:first-of-type > div h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
  border: solid 1px #0161D0;
  border-radius: 10rem;
  padding: 1.5rem 0;
  margin-bottom: 4rem;
  width: 435px;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header > div:first-of-type > div h2 {
    width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_header > div:first-of-type > div h2 {
    font-size: 20px;
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  article.secret > div .secret_header > div:first-of-type > div h2 {
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  article.secret > div .secret_header > div:first-of-type > div h2 {
    font-size: 18px;
    letter-spacing: 0;
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  article.secret > div .secret_header > div:first-of-type > div h2 {
    font-size: 12px;
    letter-spacing: 0.2rem;
    padding: 0.8rem 0;
    margin-bottom: 2.5rem;
    width: 226px;
  }
}
article.secret > div .secret_header > div:first-of-type > div h3 {
  font-size: 91px;
  font-weight: bold;
  letter-spacing: 1.98rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header > div:first-of-type > div h3 {
    font-size: 87px;
    letter-spacing: 1rem;
    width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_header > div:first-of-type > div h3 {
    letter-spacing: 0;
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  article.secret > div .secret_header > div:first-of-type > div h3 {
    font-size: 70px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  article.secret > div .secret_header > div:first-of-type > div h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  article.secret > div .secret_header > div:first-of-type > div h3 {
    font-size: 50px;
    letter-spacing: 1rem;
    margin-bottom: 2.5rem;
    width: initial;
  }
}
@media (max-width: 374.98px) {
  article.secret > div .secret_header > div:first-of-type > div h3 {
    letter-spacing: 0;
  }
}
article.secret > div .secret_header > div:first-of-type > div p {
  font-size: 21px;
  line-height: 4rem;
  text-align: justify;
  text-align-last: left;
  width: 428px;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    font-size: 18px;
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    line-height: 3rem;
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    line-height: 4rem;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    font-size: 15px;
    line-height: 3rem;
    width: initial;
  }
}
@media (max-width: 374.98px) {
  article.secret > div .secret_header > div:first-of-type > div p {
    margin-bottom: 2rem;
  }
}
article.secret > div .secret_header > div:first-of-type > div p span {
  background: #D8FD7E;
}
article.secret > div .secret_header > div:first-of-type .image {
  margin-left: 4rem;
  width: 198px;
}
@media screen and (max-width: 640px) {
  article.secret > div .secret_header > div:first-of-type .image {
    margin: 4rem -2rem 0rem 0;
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  article.secret > div .secret_header > div:first-of-type .image {
    margin: 4rem -2rem 2rem 0;
    width: 27%;
  }
}
article.secret > div .secret_header > div:last-of-type h3 {
  font-size: 74px;
  font-weight: bold;
  line-height: 10rem;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header > div:last-of-type h3 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_header > div:last-of-type h3 {
    line-height: 9rem;
  }
}
@media screen and (max-width: 900px) {
  article.secret > div .secret_header > div:last-of-type h3 {
    font-size: 50px;
    line-height: 7rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  article.secret > div .secret_header > div:last-of-type h3 {
    font-size: 46px;
    line-height: 6rem;
  }
}
@media screen and (max-width: 480px) {
  article.secret > div .secret_header > div:last-of-type h3 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 374.98px) {
  article.secret > div .secret_header > div:last-of-type h3 {
    margin-bottom: 1.5rem;
  }
}
article.secret > div .secret_header > div:last-of-type > div {
  display: flex;
  align-items: center;
}
article.secret > div .secret_header > div:last-of-type > div .image {
  margin-right: 3rem;
  width: 113px;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header > div:last-of-type > div .image {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  article.secret > div .secret_header > div:last-of-type > div .image {
    width: 57px;
  }
}
article.secret > div .secret_header > div:last-of-type > div p {
  font-size: 24px;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_header > div:last-of-type > div p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_header > div:last-of-type > div p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  article.secret > div .secret_header > div:last-of-type > div p {
    line-height: 3rem;
  }
}
article.secret > div .secret_header > div:last-of-type > div p .tab {
  display: none;
}
@media (min-width: 961px) and (max-width: 1080px) {
  article.secret > div .secret_header > div:last-of-type > div p .tab {
    display: block;
  }
}
article.secret > div .secret_post {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  article.secret > div .secret_post {
    padding: 0 3rem;
  }
}
article.secret > div .secret_post > div {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_post > div {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  article.secret > div .secret_post > div {
    gap: 2.6rem;
    grid-template-columns: 1fr;
  }
}
article.secret > div .secret_post > div .secret_post__card {
  position: relative;
  border: solid 1px #0161D0;
  background: #fff;
  padding: 2rem 2rem 7rem;
}
@media screen and (max-width: 768px) {
  article.secret > div .secret_post > div .secret_post__card {
    padding-bottom: 5rem;
  }
}
article.secret > div .secret_post > div .secret_post__card img {
  width: 100%;
  transition: all 0.3s;
}
article.secret > div .secret_post > div .secret_post__card hr {
  border: solid 0.5px #0161D0;
  margin: 1rem 0 2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  article.secret > div .secret_post > div .secret_post__card hr {
    margin: 1rem 0;
  }
}
article.secret > div .secret_post > div .secret_post__card h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  article.secret > div .secret_post > div .secret_post__card h4 {
    font-size: 19px;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
}
article.secret > div .secret_post > div .secret_post__card p {
  font-size: 17px;
  line-height: 3rem;
  margin-bottom: 2rem;
  text-align: justify;
  text-align-last: left;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  article.secret > div .secret_post > div .secret_post__card p {
    font-size: 15px;
    line-height: 2.5rem;
  }
}
article.secret > div .secret_post > div .secret_post__card .btn {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  background: #0161D0;
  padding: 1.2rem 0 1.6rem;
  margin: 0 auto;
  width: 247px;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  article.secret > div .secret_post > div .secret_post__card .btn {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  article.secret > div .secret_post > div .secret_post__card .btn {
    font-size: 15px;
    padding: 0.5rem 0 0.7rem;
    width: 170px;
  }
}
article.secret > div .secret_post > div .secret_post__card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
article.secret > div .secret_post > div .secret_post__card:hover .btn {
  color: #0161D0;
  background: #D8FD7E;
}
article.secret > div .secret_post > div .secret_post__card:hover img, article.secret > div .secret_post > div .secret_post__card:hover hr, article.secret > div .secret_post > div .secret_post__card:hover h4, article.secret > div .secret_post > div .secret_post__card:hover p {
  opacity: 0.7;
}
article.secret .secret_contact {
  padding: 10rem 0 0;
}
@media screen and (max-width: 1300px) {
  article.secret .secret_contact {
    padding: 10rem 3rem 0;
  }
}
@media screen and (max-width: 1080px) {
  article.secret .secret_contact {
    padding: 4rem 3rem 0;
  }
}
article.secret .secret_contact .secret_contact__desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  article.secret .secret_contact .secret_contact__desc {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__desc {
    flex-direction: column;
  }
}
article.secret .secret_contact .secret_contact__desc > div {
  width: 597px;
}
@media screen and (max-width: 1080px) {
  article.secret .secret_contact .secret_contact__desc > div {
    width: 500px;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__desc > div {
    width: initial;
  }
}
article.secret .secret_contact .secret_contact__desc > div h3 {
  font-size: 91px;
  font-weight: bold;
  letter-spacing: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1300px) {
  article.secret .secret_contact .secret_contact__desc > div h3 {
    font-size: 87px;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  article.secret .secret_contact .secret_contact__desc > div h3 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__desc > div h3 {
    font-size: 70px;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 767.98px) {
  article.secret .secret_contact .secret_contact__desc > div h3 {
    font-size: 53px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  article.secret .secret_contact .secret_contact__desc > div h3 {
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 374.98px) {
  article.secret .secret_contact .secret_contact__desc > div h3 {
    font-size: 48px;
    letter-spacing: 0;
  }
}
article.secret .secret_contact .secret_contact__desc > div p {
  font-size: 21px;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-align: justify;
  text-align-last: left;
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__desc > div p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__desc > div p {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  article.secret .secret_contact .secret_contact__desc > div p {
    font-size: 15px;
    line-height: 3rem;
    letter-spacing: 0.1rem;
  }
}
article.secret .secret_contact .secret_contact__desc .image {
  margin-right: 9rem;
  width: 371px;
}
@media screen and (max-width: 1300px) {
  article.secret .secret_contact .secret_contact__desc .image {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__desc .image {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__desc .image {
    margin: 0 auto;
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  article.secret .secret_contact .secret_contact__desc .image {
    width: 176px;
  }
}
article.secret .secret_contact .secret_contact__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__list {
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__list {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
article.secret .secret_contact .secret_contact__list h3 {
  font-size: 91px;
  font-weight: bold;
  letter-spacing: 1.98rem;
}
@media screen and (max-width: 1300px) {
  article.secret .secret_contact .secret_contact__list h3 {
    font-size: 87px;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  article.secret .secret_contact .secret_contact__list h3 {
    letter-spacing: 0;
    width: 480px;
  }
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__list h3 {
    font-size: 64px;
    width: initial;
  }
}
@media (max-width: 767.98px) {
  article.secret .secret_contact .secret_contact__list h3 {
    font-size: 53px;
    width: 310px;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__list h3 {
    font-size: 64px;
    margin-bottom: 4rem;
    width: initial;
  }
}
@media screen and (max-width: 480px) {
  article.secret .secret_contact .secret_contact__list h3 {
    font-size: 53px;
    text-align: center;
    letter-spacing: 0.6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 374.98px) {
  article.secret .secret_contact .secret_contact__list h3 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
article.secret .secret_contact .secret_contact__list h3 span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.55rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1300px) {
  article.secret .secret_contact .secret_contact__list h3 span {
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 1080px) {
  article.secret .secret_contact .secret_contact__list h3 span {
    font-size: 29px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__list h3 span {
    font-size: 21.5px;
  }
}
@media (max-width: 767.98px) {
  article.secret .secret_contact .secret_contact__list h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  article.secret .secret_contact .secret_contact__list h3 span {
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 374.98px) {
  article.secret .secret_contact .secret_contact__list h3 span {
    font-size: 17px;
    letter-spacing: 0;
  }
}
article.secret .secret_contact .secret_contact__list ul {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__list ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__list ul {
    gap: 1.5rem;
  }
}
article.secret .secret_contact .secret_contact__list ul li a {
  display: flex;
  align-items: center;
  border: solid 1px #0161D0;
  border-radius: 1rem;
}
article.secret .secret_contact .secret_contact__list ul li a img {
  width: 69px;
}
@media screen and (max-width: 640px) {
  article.secret .secret_contact .secret_contact__list ul li a img {
    width: 58px;
  }
}
article.secret .secret_contact .secret_contact__list ul li a span {
  display: inline-block;
  color: #0161D0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  article.secret .secret_contact .secret_contact__list ul li a span {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  article.secret .secret_contact .secret_contact__list ul li a span {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  article.secret .secret_contact .secret_contact__list ul li a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  article.secret .secret_contact .secret_contact__list ul li a span {
    font-size: 16px;
  }
}
@media (max-width: 374.98px) {
  article.secret .secret_contact .secret_contact__list ul li a span {
    font-size: 12px;
  }
}
article.secret .secret_contact .secret_contact__list ul li a:hover {
  background: #D8FD7E;
}

.service__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding: 0 30px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .service__ttl {
    font-size: 3rem;
  }
}
.service__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 100px;
}
.service__cta div {
  width: calc(50% - 10px);
  padding: 0 0 10px;
}
.service__cta div a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: calc(100% - 8px);
}
.service__cta div a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: -8px;
  bottom: -8px;
  position: absolute;
}
.service__cta div a:hover {
  background: #d9e5e7;
}
.service__cta div a.renovation {
  background: #d9e5e7;
}
@media screen and (max-width: 768px) {
  .service__cta {
    flex-direction: column;
  }
  .service__cta div {
    width: 100%;
  }
  .service__cta div a {
    font-size: 1.6rem;
  }
}

.service__slider {
  position: relative;
  margin-bottom: 100px;
}
.service__slider__content figure,
.service__slider__content video {
  width: 100%;
}
.service__slider__bnr {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.service__slider__bnr a {
  display: block;
}
@media screen and (max-width: 768px) {
  .service__slider__bnr {
    width: 75px;
    height: 75px;
  }
}

.service__detail {
  margin-bottom: 100px;
}
.service__detail__ask {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service__detail__ask__item {
  background-color: #f2f1ef;
  padding: 50px 20px 30px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.service__detail__ask__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 75px;
  transform: translate(-50%, -50%);
  background-image: url(../images/service/moyamoya-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service__detail__ask__item.__moyamoya01::before {
  background-image: url(../images/service/moyamoya-01.svg);
}
.service__detail__ask__item.__moyamoya02::before {
  background-image: url(../images/service/moyamoya-02.svg);
}
.service__detail__ask__item.__moyamoya03::before {
  background-image: url(../images/service/moyamoya-03.svg);
}
.service__detail__ask__item.__moyamoya04::before {
  background-image: url(../images/service/moyamoya-04.svg);
}
.service__detail__ask__item > p {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__detail__ask {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 640px) {
  .service__detail__ask {
    margin-bottom: 50px;
  }
  .service__detail__ask__item {
    padding: 40px 20px 20px 20px;
  }
  .service__detail__ask__item::before {
    width: 50px;
    height: 63px;
  }
  .service__detail__ask__item > p {
    font-size: 1.6rem;
  }
}
.service__detail__ask {
  /*.ttl {
      width: 20%;
      font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Arial', 'メイリオ', sans-serif;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.5em;
      letter-spacing: 0.2em;
      span {
          writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          display: block;
          margin: 0 auto;
      }
  }*/
  /*.baloon {
      width: 80%;
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;

      &__item {
          width: calc(33.3% - 10px);
          min-width: 220px;
          min-height: 150px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          display: flex;
          justify-content: center;
          align-items: center;

          &.bg01 {
              background-image: url(../img/service/service-baloon01.svg);
          }
          &.bg02 {
              background-image: url(../img/service/service-baloon02.svg);
          }
          &.bg03 {
              background-image: url(../img/service/service-baloon03.svg);
          }

          p {
              font-size: 2rem;
              font-weight: bold;
              line-height: 1.5em;
          }
      }
  }*/
}
@media screen and (max-width: 768px) {
  .service__detail__ask {
    /*.ttl {
        width: 100%;
        margin-bottom: 20px;
    }*/
    /*.baloon {
        width: 100%;
        &__item {

            p {
                font-size: 1.6rem;
            }
        }
    }*/
  }
}
@media screen and (max-width: 640px) {
  .service__detail__ask {
    /*.baloon {
        &__item {
            p {
                font-size: 1.6rem;
            }
        }
    }*/
  }
}
.service__detail__answer {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 100px;
}
.service__detail__answer span {
  position: relative;
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #d9e5e7 60%);
}
.service__detail__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.service__detail__content__body .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.service__detail__content__body p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 1em;
}
.service__detail__content__body p:last-child {
  margin-bottom: 0;
}
.service__detail__content__body p.small {
  font-size: 80%;
}
@media screen and (max-width: 640px) {
  .service__detail__content {
    display: block;
  }
  .service__detail__content__thumb {
    margin-bottom: 30px;
  }
}

.service__step {
  margin-bottom: 100px;
}
.service__step__bar .arrow-label {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 30px 0;
}
.service__step__bar .arrow-label__item {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0px 20px 20px;
  height: 100px;
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.service__step__bar .arrow-label__item::before {
  content: " ";
  width: 30px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  background-image: url(../images/service/service-step-arr.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left;
  z-index: -1;
}
.service__step__bar .arrow-label__item .num {
  width: 30px;
  height: auto;
}
.service__step__bar .arrow-label__item .txt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5em;
}
.service__step__bar .arrow-label .step1 {
  border-left: solid 1px #000;
  z-index: 2;
}
.service__step__bar .arrow-label .step1 .ill {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 120px;
  height: auto;
}
.service__step__bar .arrow-label .step2 {
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .service__step__bar .arrow-label {
    padding: 20px 0;
  }
  .service__step__bar .arrow-label__item {
    flex-direction: column;
    gap: 0;
    padding: 0px 0px 0px 30px;
  }
  .service__step__bar .arrow-label__item .num {
    width: 16px;
  }
  .service__step__bar .arrow-label__item .txt {
    font-size: 1.6rem;
  }
  .service__step__bar .arrow-label .step1 .ill {
    width: 90px;
    height: auto;
  }
}
.service__gallery {
  margin-bottom: 100px;
}
.service__gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service__gallery__list__item {
  padding: 20px;
  border: solid 1px #d9e5e7;
  background-color: #fff;
}
.service__gallery__list .gallery-card__img {
  width: 100%;
}
.service__gallery__list .gallery-card__ttl {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-top: 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.service__gallery__list .gallery-card__link {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  border: solid 1px #000;
  background-color: #d9e5e7;
  padding: 13px;
  margin-top: 15px;
  border-radius: 16px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service__gallery__list .gallery-card__link:hover {
  background-color: #8aafc2;
}
@media screen and (max-width: 768px) {
  .service__gallery__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service__form .recent_posts__title .f-textNormal::after {
  background: #d9e5e7;
}

.service__step__process {
  margin-bottom: 100px;
}
.service__step__process__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__step__process__heading {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .service__step__process .l-innerWrap--1440 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .service__step__process .tab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service__step__process .mb {
    display: block;
  }
}
.service__step__process .ttl-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__step__process .ttl-right {
    flex-direction: row;
  }
}
@media screen and (max-width: 1300px) {
  .service__step__process .ttl-right .service_intro__title {
    padding-right: 0px;
  }
}
.service__step__process__title {
  width: 25%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__step__process__title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .service__step__process__title {
    padding: 0 30px !important;
  }
}
.service__step__process__title__icon {
  position: relative;
  text-align: center;
  width: 80px;
  height: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__step__process__title__icon {
    width: 60px;
    height: 80px;
    top: 0%;
    left: 0px;
    transform: translateY(0%) translateX(0%);
  }
}
.service__step__process__title__icon__arch {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.service__step__process__title__icon__arch img {
  max-height: 22px;
  max-width: auto;
}
@media screen and (max-width: 768px) {
  .service__step__process__title__icon__arch img {
    max-height: 20px;
  }
}
.service__step__process__title__icon__number {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  line-height: 80px;
  width: 80px;
  height: 80px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__step__process__title__icon__number {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 20px;
  }
}
.service__step__process__title__icon svg {
  transform: rotate(-90deg);
  position: absolute;
  width: 80px;
  height: 80px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__step__process__title__icon svg {
    transform: rotate(-90deg);
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.service__step__process__title__tx {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.28em;
  display: inline-block;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1080px) {
  .service__step__process__title__tx {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service__step__process__title__tx {
    writing-mode: horizontal-tb;
    font-size: 3rem;
    display: inline-block;
    margin: 20px 0 0 20px;
    text-align: center;
    line-height: 60px;
    width: auto;
  }
}
.service__step__process__thumb {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .service__step__process__thumb {
    width: 100%;
  }
}
.service__step__process__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
.service__step__process__content__body {
  width: calc(50% - 10px);
}
.service__step__process__content__body h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.18rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .service__step__process__content__body h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.service__step__process__content__body p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 1em;
}
.service__step__process__content__body p:last-child {
  margin-bottom: 0;
}
.service__step__process__content__body p .linemarker {
  position: relative;
  background: linear-gradient(transparent 60%, #d9e5e7 60%);
}
.service__step__process__content__point {
  width: calc(50% - 10px);
  border: solid 1px #d9e5e7;
  background-color: #fff;
}
.service__step__process__content__point__inn {
  padding: 20px 30px;
}
.service__step__process__content__point__inn::before {
  content: "POINT";
  color: #8aafc2;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.18rem;
  margin-bottom: 5px;
  display: block;
}
.service__step__process__content__point__inn h3 {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.18rem;
}
.service__step__process__content__point__inn p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 10px;
  display: none;
}
.service__step__process__content__point__more {
  color: #fff !important;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
  padding: 10px;
  background-color: #d9e5e7;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.service__step__process__content__point__more::before {
  content: "▼";
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service__step__process__content__point__more.is-active::before {
  content: "▲";
}
@media screen and (max-width: 768px) {
  .service__step__process__content {
    flex-direction: column;
  }
  .service__step__process__content__body {
    width: 100%;
  }
  .service__step__process__content__point {
    width: 100%;
  }
}
.service__step__process .inview-fadein.FadeIn {
  opacity: 1;
}
.service__step__process .inview-fadein.FadeIn circle.circle_base,
.service__step__process .inview-fadein.FadeIn .circle_base {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 2;
}
.service__step__process .inview-fadein.FadeIn circle.circle_animation,
.service__step__process .inview-fadein.FadeIn .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 5s;
}

#sbi_load .sbi_load_btn {
  display: none !important;
}

.thanks .pt-0 {
  padding-top: 0 !important;
}
.thanks .thanks_banner, .thanks .thanks_banner__justify-content-between {
  display: flex;
  justify-content: center;
}
.thanks .thanks_banner p, .thanks .thanks_banner__justify-content-between p {
  max-width: 600px;
}
.thanks .thanks_banner p img, .thanks .thanks_banner__justify-content-between p img {
  min-width: 100%;
}
@media screen and (max-width: 640px) {
  .thanks .thanks_banner, .thanks .thanks_banner__justify-content-between {
    flex-direction: column;
    align-items: center;
  }
}
.thanks .thanks_banner__justify-content-between {
  justify-content: space-between;
  max-width: 800px;
}
@media screen and (min-width: 641px) {
  .thanks .thanks_banner__justify-content-between p {
    width: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .thanks .thanks_banner__justify-content-between p:first-of-type {
    margin-bottom: 1rem;
  }
}

.top_event {
  width: 100%;
  position: relative;
  background: #d9e5e7;
  padding: 70px 0;
}
.top_event::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #d9e5e7 50%, transparent 52%), linear-gradient(-30deg, #d9e5e7 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
  left: 0;
}
.top_event::after {
  content: "";
  position: absolute;
  background: linear-gradient(150deg, #d9e5e7 50%, transparent 52%), linear-gradient(-150deg, #d9e5e7 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  bottom: -10px;
  left: 0;
}
.top_event .sp-img {
  display: none;
}
@media screen and (max-width: 640px) {
  .top_event .sp-img {
    display: block;
  }
}
.top_event .pc-img {
  width: 332px;
  display: block;
}
.top_event .pc-img img {
  display: block;
}
@media screen and (max-width: 640px) {
  .top_event .pc-img {
    display: none;
  }
}
.top_event .l-innerWrap--1300 {
  display: flex;
  padding: 30px 40px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .top_event .l-innerWrap--1300 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .top_event .l-innerWrap--1300 {
    padding: 0px 30px;
  }
}
.top_event .l-innerWrap--1300 .top_more {
  margin-top: 40px;
}
.top_event .l-innerWrap--1300 .top_more circle.circle_base,
.top_event .l-innerWrap--1300 .top_more .circle_base {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
}
.top_event .l-innerWrap--1300 .top_more circle.circle_animation,
.top_event .l-innerWrap--1300 .top_more .circle_animation {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
}
.top_event .l-innerWrap--1300 .top_more:hover circle.circle_animation, .top_event .l-innerWrap--1300 .top_more:hover .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 1.5s;
}
.top_event .l-innerWrap--1300 .top_more.tab1080 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .top_event .l-innerWrap--1300 .top_more.tab1080 {
    display: flex;
  }
}
.top_event__title {
  width: calc(33.3333333333% + 30px);
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .top_event__title {
    width: 100%;
    border-right: none;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .top_event__title .top_more.pc1080 {
    display: none;
  }
}
.top_event__contents {
  width: calc(66.6666666667% - 30px);
}
@media screen and (max-width: 1080px) {
  .top_event__contents {
    width: 100%;
    padding-left: 0px;
    margin-top: 60px;
  }
}
.top_event__list__inner {
  padding: 20px;
  background: #fff;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_event__list__inner {
    max-width: 100%;
  }
}
.top_event__list__inner--category {
  font-weight: 700;
  display: block;
  line-height: 1.8;
  margin: 0 0 0px;
  z-index: 99;
  font-size: 1rem;
  line-height: 2;
  color: #000;
  border: #000 solid 1px;
  padding: 0 10px;
  background: #fff;
  margin-right: 5px;
  display: inline-block;
}
.top_event__list__inner--online {
  font-weight: 700;
  display: block;
  line-height: 1.8;
  margin: 0 0 0px;
  z-index: 99;
  color: #000;
  border: #000 solid 1px;
  padding: 0 10px;
  background: #fff;
  margin-right: 5px;
  display: inline-block;
}
.top_event__list__inner--info {
  border-bottom: #8aafc2 solid 1px;
  padding-bottom: 12px;
}
.top_event__list__inner--info .day {
  padding: 12px 0;
  margin-bottom: 12px;
  border-bottom: #8aafc2 solid 1px;
}
@media screen and (max-width: 640px) {
  .top_event__list__inner--info .day .f-textSmall {
    letter-spacing: 0.04em;
    font-size: 1.2rem;
  }
}
.top_event__list__inner--info .reservation {
  padding-left: 10px;
  border-left: 1px solid #8aafc2;
}
@media screen and (max-width: 640px) {
  .top_event__list__inner--info .reservation {
    padding-left: 0px;
    border-left: 0px;
    margin-top: 5px;
  }
}
.top_event__list__inner--info .time {
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .top_event__list__inner--info .o-p__table,
  .top_event__list__inner--info .o-p__table__cell {
    display: block;
  }
}
.top_event__list__inner h3.f-bold {
  line-height: 1.6em;
  padding-top: 12px;
  clear: both;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
.top_event__list__inner--ex {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #7d7d7d;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .top_event__list__inner--ex {
    display: none;
  }
}
.top_event__item {
  position: relative;
  margin-bottom: 50px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  .top_event__item {
    display: block;
    margin-bottom: 60px;
  }
}
.top_event__item:last-child {
  margin-bottom: 0px;
}
.top_event__item--icon-special {
  position: absolute;
  left: -20px;
  overflow: visible;
  top: -30px;
  margin: 0;
  z-index: 666;
}
@media screen and (max-width: 640px) {
  .top_event__item--icon-special {
    left: -20px;
    top: -30px;
  }
}
.top_event__item--icon-special img {
  max-width: 80px;
}
@media screen and (max-width: 640px) {
  .top_event__item--icon-special img {
    max-width: 60px;
  }
}
.top_event__item__inner {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_event__item__inner {
    vertical-align: middle;
  }
}
@media screen and (max-width: 640px) {
  .top_event__item__inner {
    display: block;
  }
}
.top_event__item .eventCard__area {
  position: revert;
  top: revert;
  left: revert;
  z-index: revert;
  transform: revert;
}
.top_event .thum {
  display: table;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top_event .thum {
    display: block;
  }
}
.top_event .thum .thumhover {
  display: table-cell !important;
}
.top_event .thum .thumhover::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_event .thum .thumhover::after {
    display: none;
  }
}
.top_event .top_event__item:last-child {
  margin-bottom: 0px;
}
.top_event .thumhover {
  display: table-cell;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_event .thumhover {
    vertical-align: middle;
  }
}
@media screen and (max-width: 640px) {
  .top_event .thumhover {
    display: block;
  }
}
.top_event .thumhover {
  vertical-align: top;
  overflow: hidden;
}

#hero {
  position: relative;
  overflow: hidden;
  margin: auto;
  padding-top: 160px;
}
@media screen and (max-width: 1080px) {
  #hero {
    padding-top: 60px;
  }
}
#hero .swiper-container {
  max-width: 1440px;
  width: auto;
  overflow: visible;
}
#hero .swiper-container img {
  width: auto;
  margin: auto;
  display: block;
}
#hero .swiper-container .pc {
  display: block;
  width: auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #hero .swiper-container .pc {
    display: none;
  }
}
#hero .swiper-container .sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #hero .swiper-container .sp {
    display: block !important;
    width: auto;
    overflow: hidden;
  }
}
#hero svg {
  transform: rotate(360deg);
  position: absolute;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero circle.circle_base,
#hero .circle_base {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 1;
}
#hero circle.circle_animation,
#hero .circle_animation {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 1;
}
#hero .swiper-pagination {
  position: relative;
  z-index: 999;
  height: 41px;
  line-height: 41px;
  width: auto;
  margin: 40px auto 0;
  text-align: center;
}
#hero .swiper-pagination-bullet {
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  color: #000000;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  outline: none;
}
#hero .swiper-pagination-bullet-active {
  position: relative;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  outline: none;
}
#hero .swiper-pagination-bullet-active circle.circle_animation,
#hero .swiper-pagination-bullet-active .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 19s;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  100%, to {
    stroke-dasharray: 377 377;
  }
}
#hero .request-document_btn {
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  width: 1440px;
}
@media screen and (max-width: 1440px) {
  #hero .request-document_btn {
    right: 20px;
    left: auto;
    width: auto;
  }
}
#hero .request-document_btn button {
  display: block;
  margin: 0 20px 0 auto;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  #hero .request-document_btn button {
    margin: 0;
  }
}
#hero .request-document_btn button:hover {
  margin: 0 20px 20px auto;
}
@media screen and (max-width: 1080px) {
  #hero .request-document_btn button:hover {
    margin: 0 0px 20px auto;
  }
}
#hero .request-document_btn img {
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  #hero .request-document_btn img {
    max-width: 75px;
  }
}

.top_instagram {
  padding: 100px 60px 0;
}
@media screen and (max-width: 1080px) {
  .top_instagram {
    padding: 100px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .top_instagram {
    padding: 100px 30px 0;
  }
}

.newsThum {
  margin-bottom: 20px;
}

.top_news {
  position: relative;
  position: relative;
  padding: 100px 60px 0;
}
@media screen and (max-width: 1080px) {
  .top_news {
    padding: 100px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .top_news {
    padding: 100px 30px 0;
  }
}
.top_news .l-innerWrap--1300 {
  position: relative;
}
.top_news .top_title {
  position: relative;
  z-index: 3;
  width: 100%;
}
.top_news .top_title--en {
  position: relative;
  z-index: 3;
}
.top_news .top_title::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 200px;
  height: 40px;
  padding: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .top_news .top_title::after {
    height: 40px;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .top_news .top_title::after {
    height: 30px;
    width: 160px;
    padding: 10px;
  }
}
.top_news .news-animation.top {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .top_news .news-animation.top {
    top: 8px;
  }
}
@media screen and (max-width: 1080px) {
  .top_news .news-animation.top {
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top_news .news-animation.top {
    top: -5px;
  }
}
.top_news .news-animation.bottom {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .top_news .news-animation.bottom {
    margin-top: 30px;
  }
}
.top_news__contents {
  padding: 60px 0px;
  max-width: 1240px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .top_news__contents {
    padding: 30px 0px;
  }
}
.top_news .swiper-container {
  overflow: visible;
}
.top_news .swiper-button-next,
.top_news .swiper-button-prev {
  position: absolute;
  top: 60%;
  width: 57px;
  outline: none;
  height: 20px;
  z-index: 10;
}
.top_news .swiper-button-next.swiper-button-disabled,
.top_news .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.top_news .swiper-button-prev {
  background: url(../images/news/news-arrow-prev.png) no-repeat center center/contain;
}
.top_news .swiper-button-next {
  background: url(../images/news/news-arrow-next.png) no-repeat center center/contain;
}
.top_news .swiper-button-prev,
.top_news .swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}
@media screen and (max-width: 1440px) {
  .top_news .swiper-button-prev,
  .top_news .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }
}
.top_news .swiper-button-next,
.top_news .swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
@media screen and (max-width: 1440px) {
  .top_news .swiper-button-next,
  .top_news .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
}
.top_news__item--thumb {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 66;
  outline: none;
  overflow: hidden;
  border: #d9e5e7 solid 1px;
}
@media screen and (max-width: 768px) {
  .top_news__item--thumb {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top_news__item--thumb {
    max-width: 100%;
  }
}
.top_news__item--thumb:hover .thumb-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(138, 175, 194, 0.9);
  opacity: 1;
}
.top_news__item--thumb:hover .thumb-hover__inner {
  opacity: 1;
  transition: 0.3s 0.1s;
}
.top_news__item--thumb img {
  position: relative;
  z-index: 50;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .top_news__item--thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top_news__item--thumb img {
    width: 100%;
  }
}
.top_news__item--thumb .thumb-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 0px;
  margin: 0;
  opacity: 0;
  display: flex;
  align-items: center;
}
.top_news__item--thumb .thumb-hover__inner {
  width: 100%;
  padding: 40px;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .top_news__item--thumb .thumb-hover__inner {
    padding: 20px;
  }
}
.top_news__item--thumb .thumb-hover__category {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  padding: 0px 10px;
  display: inline-block;
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
  margin: 0 0 10px 0;
}
.top_news__item--thumb .thumb-hover__day {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  margin: 0 0 10px 5px;
}
.top_news__item--thumb .thumb-hover__title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
  display: block;
}

.top_sale {
  margin: 100px auto;
}
.top_sale .saleArchive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .top_sale .saleArchive {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top_sale .saleArchive_empty {
  grid-column: 1/-1;
}

.top_works .f-textLarge,
.top_sale .f-textLarge {
  text-align: center;
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .top_works .f-textLarge,
  .top_sale .f-textLarge {
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 640px) {
  .top_works .f-textLarge,
  .top_sale .f-textLarge {
    margin: 20px auto 40px;
  }
}
.top_works .top_works__inner--number,
.top_sale .top_works__inner--number {
  color: #8aafc2;
}

.top_news__contents {
  padding: 40px 0px;
}

.top_service {
  background-image: url(../images/service/service-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.top_service__title--ja {
  color: #fff;
  font-size: 4.6rem;
  display: block;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
.top_service__title--en {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.18em;
}
.top_service::after {
  content: "";
  position: absolute;
  background: linear-gradient(150deg, #fff 50%, transparent 52%), linear-gradient(-150deg, #fff 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 20px;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .top_service .container_row {
    width: 100%;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_service .container_row {
    width: 100%;
    padding: 60px 0px;
  }
}
.top_service .top_title {
  color: #fff;
}
.top_service .top_title--ja {
  color: #fff;
}
.top_service .top_more {
  color: #fff;
}
.top_service .top_more a {
  color: #fff;
}
.top_service .top_more--tx {
  color: #fff;
}
.top_service .top_more circle.circle_base,
.top_service .top_more .circle_base {
  fill: transparent;
  stroke: #7d7d7d;
  stroke-width: 1;
}
.top_service .top_more circle.circle_animation,
.top_service .top_more .circle_animation {
  fill: transparent;
  stroke: #7d7d7d;
  stroke-width: 1;
}
.top_service .top_more:hover circle.circle_animation, .top_service .top_more:hover .circle_animation {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  animation: circle 1.5s;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  100%, to {
    stroke-dasharray: 377 377;
  }
}

.top_thebestevent__inner {
  display: block;
  margin-top: 10px;
}
.top_thebestevent__inner--number {
  font-size: 6rem;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1080px) {
  .top_thebestevent__inner--number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_thebestevent__inner--number {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top_thebestevent__inner--number {
    font-size: 4.2rem;
  }
}
.top_thebestevent__inner .f-textSmall {
  color: #8aafc2;
  padding: 0.5em 0;
}
.top_thebestevent__inner .f-textNormal {
  display: block;
  padding-left: 0;
}
.top_thebestevent .c-column--3 li {
  margin-bottom: 2rem;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top_thebestevent .c-column--3 li {
    margin-bottom: 40px;
  }
}
.top_thebestevent .c-column--3 li a {
  position: relative;
}
.top_thebestevent .c-column--3 li a img {
  flex-shrink: 0;
}
.top_thebestevent .c-column--3 {
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .top_thebestevent .pc-list {
    display: none;
  }
}
.top_thebestevent .sp-list {
  display: none;
}
@media screen and (max-width: 640px) {
  .top_thebestevent .sp-list {
    display: block;
    position: relative;
    max-width: 260px;
    margin: 0 auto 40px;
  }
}
.top_thebestevent .sp-list .c-column--3__col {
  padding-top: 20px;
}
.top_thebestevent .swiper-button-next,
.top_thebestevent .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 20px;
  z-index: 10;
  outline: none;
}
.top_thebestevent .swiper-button-next.swiper-button-disabled,
.top_thebestevent .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.top_thebestevent .swiper-button-prev {
  background: url(../images/news/news-arrow-prev.png) no-repeat center center/contain;
}
.top_thebestevent .swiper-button-next {
  background: url(../images/news/news-arrow-next.png) no-repeat center center/contain;
}
.top_thebestevent .swiper-button-prev,
.top_thebestevent .swiper-container-rtl .swiper-button-next {
  left: -30px;
}
.top_thebestevent .swiper-button-next,
.top_thebestevent .swiper-container-rtl .swiper-button-prev {
  right: -30px;
}

.top_works {
  margin: 100px auto 0;
  padding-bottom: 150px;
  position: relative;
}
.top_works .c-column--3 li {
  margin-bottom: 2rem;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top_works .c-column--3 li {
    margin-bottom: 40px;
  }
}
.top_works .c-column--3 li a {
  position: relative;
}
.top_works .c-column--3 li a img {
  flex-shrink: 0;
}
.top_works .c-column--3 {
  overflow: visible;
}
.top_works__inner {
  position: relative;
  display: table;
  margin-top: 10px;
}
.top_works__inner--number {
  font-size: 6rem;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1080px) {
  .top_works__inner--number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_works__inner--number {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top_works__inner--number {
    font-size: 4.2rem;
  }
}
.top_works__inner .f-textNormal {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .top_works .pc-list {
    display: none;
  }
}
.top_works .sp-list {
  display: none;
}
@media screen and (max-width: 640px) {
  .top_works .sp-list {
    display: block;
    position: relative;
    max-width: 260px;
    margin: 0 auto 40px;
  }
}
.top_works .sp-list .c-column--3__col {
  padding-top: 20px;
}
.top_works .swiper-button-next,
.top_works .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 20px;
  z-index: 10;
  outline: none;
}
.top_works .swiper-button-next.swiper-button-disabled,
.top_works .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.top_works .swiper-button-prev {
  background: url(../images/news/news-arrow-prev.png) no-repeat center center/contain;
}
.top_works .swiper-button-next {
  background: url(../images/news/news-arrow-next.png) no-repeat center center/contain;
}
.top_works .swiper-button-prev,
.top_works .swiper-container-rtl .swiper-button-next {
  left: -30px;
}
.top_works .swiper-button-next,
.top_works .swiper-container-rtl .swiper-button-prev {
  right: -30px;
}

.top_yomimono {
  position: relative;
  display: block;
  z-index: 1;
  background: #eee;
}
.top_yomimono-container {
  position: relative;
  display: block;
  z-index: 1;
  background: #eeeeee;
  padding-block: 100px;
}
.top_yomimono-container::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #eeeeee 50%, transparent 52%), linear-gradient(-30deg, #eeeeee 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
  left: 0;
}
.top_yomimono-container::after {
  content: "";
  position: absolute;
  background: linear-gradient(150deg, #eeeeee 50%, transparent 52%), linear-gradient(-150deg, #eeeeee 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  bottom: -10px;
  left: 0;
}
.top_yomimono-container .top_title--ja {
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .top_yomimono-container .top_title--ja {
    margin-top: 0px;
  }
}
.top_yomimono-title {
  text-align: center;
  margin-top: 60px;
}
.top_yomimono-list {
  width: 100%;
  margin-block: 60px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 60px;
}
@media screen and (max-width: 1080px) {
  .top_yomimono-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.top_yomimono-list-main-item .yomimonoTitle {
  font-size: 1.2em;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (max-width: 1080px) {
  .top_yomimono-list-main {
    text-align: center;
  }
  .top_yomimono-list-main-item {
    border-bottom: solid 1px #000000;
    padding-bottom: 30px;
  }
  .top_yomimono-list-main-item .yomimonoLink {
    max-width: 390px;
  }
}
.top_yomimono-list-sub {
  padding-left: 60px;
  border-left: solid 1px #000000;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top_yomimono-list-sub-item {
  border-bottom: solid 1px #000000;
  padding-bottom: 40px;
}
.top_yomimono-list-sub-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.top_yomimono-list-sub-item .yomimonoCard {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
.top_yomimono-list-sub-item .yomimonoCard .yomimonoLink {
  max-width: 260px;
}
.top_yomimono-list-sub-item .yomimonoCard .yomimonoAbout {
  flex-grow: 1;
}
@media screen and (max-width: 1080px) {
  .top_yomimono-list-sub {
    padding-left: 0;
    border-left: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .top_yomimono-list-sub-item {
    width: calc(50% - 20px);
    border-bottom: none;
    position: relative;
  }
  .top_yomimono-list-sub-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #000000;
  }
  .top_yomimono-list-sub-item .yomimonoCard {
    flex-direction: column;
    gap: 10px 30px;
  }
}
.top_yomimono-list li:hover .link-img {
  position: relative;
}
.top_yomimono-list li:hover .link-img::before, .top_yomimono-list li:hover .link-img::after {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .top_yomimono__item--link {
    margin: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .top_yomimono__item--link img {
    width: 100%;
    display: block;
    margin: auto !important;
  }
}

.works_single__intro--thumb {
  margin: 0;
}
.works_single__intro--thumb img {
  width: 100%;
}
.works_single__intro--number {
  font-size: 12rem;
  margin: -40px auto 20px;
  width: 100%;
  letter-spacing: -0.1em;
  display: block;
  z-index: 5;
  color: #8aafc2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works_single__intro--number {
    margin: -30px auto 20px;
    font-size: 7rem;
  }
}
.works_single__hline--icon {
  text-align: center;
}
.works_single__hline--icon img {
  max-width: 146px;
}
.works_single__hline--title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .works_single__hline--title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .works_single__hline--title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.works_single__date {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}
.works_single__date--title {
  font-size: 2rem;
  line-height: 1.6;
  display: block;
  color: #8aafc2;
}
.works_single__date--ex {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: #8aafc2 dotted 1px;
}
@media screen and (max-width: 768px) {
  .works_single__date--ex {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .works_single__date--ex {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.works_single__date--ex--item {
  width: 8em;
  padding: 1em 0.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .works_single__date--ex--item {
    padding: 0.8em 0.4em 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .works_single__date--ex--item {
    padding: 0.5em 0.3em 1em;
  }
}
.works_single__date--ex--inner {
  width: calc(100% - 10em);
  padding: 1em 0.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .works_single__date--ex--inner {
    width: calc(100% - 1em);
    padding: 0.8em 0.4em 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .works_single__date--ex--inner {
    width: calc(100% - 0.5em);
    padding: 0.5em 0.3em 1em;
  }
}
.works_single__date--tx {
  margin-top: 2em;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .works_single__date--tx {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .works_single__date--tx {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.works_single__interior--title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin: 100px auto 50px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .works_single__interior--title {
    margin: 80px auto 30px;
  }
}
.works_single__interior--title::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-right: 2em;
}
.works_single__interior--title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-left: 2em;
}
.works_single__interior--wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 50px 100px 100px 50px;
}
@media screen and (max-width: 1300px) {
  .works_single__interior--wrap {
    padding: 40px 40px 80px 20px;
  }
}
@media screen and (max-width: 960px) {
  .works_single__interior--wrap {
    padding: 30px 0px 60px 0px;
  }
}
@media screen and (max-width: 768px) {
  .works_single__interior--wrap {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 30px 0px 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .works_single__interior--wrap {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0px 40px 0px;
  }
}
.works_single__interior--wrap:nth-child(even) {
  padding: 40px 0 60px 0px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .works_single__interior--wrap:nth-child(even) {
    padding: 20px 0 30px 0px;
  }
}
.works_single__interior--wrap:nth-child(even) .works_single__interior--ex {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .works_single__interior--wrap:nth-child(even) .works_single__interior--ex {
    padding-left: 0px;
  }
}
.works_single__interior--wrap:nth-child(even) .works_single__interior--extx {
  padding: 20px 0px 0 0px;
}
@media screen and (max-width: 768px) {
  .works_single__interior--wrap:nth-child(even) .works_single__interior--extx {
    padding: 20px 0px 40px 0px;
  }
}
.works_single__interior--wrap:nth-child(odd) {
  padding: 40px 0px 60px 0px;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .works_single__interior--wrap:nth-child(odd) {
    padding: 20px 0 30px 0px;
  }
}
.works_single__interior--wrap:nth-child(odd) .works_single__interior--ex {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .works_single__interior--wrap:nth-child(odd) .works_single__interior--ex {
    padding-right: 0px;
  }
}
.works_single__interior--wrap:nth-child(odd) .works_single__interior--extx {
  padding: 20px 0px 0 0px;
}
@media screen and (max-width: 768px) {
  .works_single__interior--wrap:nth-child(odd) .works_single__interior--extx {
    padding: 20px 0px 40px 0px;
  }
}
.works_single__interior--wrap:last-child {
  padding: 40px 0px 0px 0px;
}
.works_single__interior--ex {
  width: 28%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works_single__interior--ex {
    width: 100%;
    padding: 0px;
  }
}
.works_single__interior--extitle {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-align: left;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "pkna";
}
@media screen and (max-width: 768px) {
  .works_single__interior--extitle {
    writing-mode: horizontal-tb;
    height: auto;
    display: block;
    margin: 0.3em 0;
    letter-spacing: 0.12em;
    padding-bottom: 16px;
  }
  .works_single__interior--extitle br {
    content: "";
    margin-right: -0.333em;
  }
}
@media screen and (max-width: 640px) {
  .works_single__interior--extitle {
    writing-mode: horizontal-tb;
    height: auto;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
}
.works_single__interior--extx {
  border-top: dotted #8aafc2 1px;
}
@media screen and (max-width: 768px) {
  .works_single__interior--extx {
    padding: 15px 0;
  }
}
.works_single__interior--img {
  width: 72%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  /* 子要素をflexboxにより中央に配置する */
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .works_single__interior--img {
    width: auto;
    max-height: 400px;
    margin: auto;
    display: block !important;
    flex-direction: inherit !important;
    justify-content: inherit !important;
    align-items: inherit !important;
  }
}
.works_single__interior--img img {
  width: auto;
  display: block;
  max-height: 400px;
  margin: auto;
  vertical-align: middle;
}
.works_single__renovation {
  background: #d9e5e7;
  padding: 50px 0;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .works_single__renovation {
    padding: 40px 0;
  }
}
.works_single__renovation .renovation-icon {
  text-align: center;
}
.works_single__renovation .renovation-icon img {
  max-width: 35px;
}
.works_single__renovation--title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.works_single__renovation .renovation {
  margin: 0 auto;
}
.works_single__renovation .renovation__tab-group {
  width: 100%;
  position: relative;
  zoom: 1;
  /* Fix for IE7 */
  display: inline;
  /* Fix for IE7 */
  display: flex;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 0 10px;
}
.works_single__renovation .renovation__tab-group .tab {
  border-left: 1px solid #000;
  position: relative;
  width: 50%;
  text-align: center;
  display: block;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.works_single__renovation .renovation__tab-group .tab:last-child {
  border-right: 1px solid #000;
}
.works_single__renovation .renovation__tab-group .tab.is-active,
.works_single__renovation .renovation__tab-group .tab:hover,
.works_single__renovation .renovation__tab-group .tab:focus {
  background-color: #fff;
  color: #000000;
  display: block;
  line-height: 60px;
}
.works_single__renovation .renovation__content-group .panel {
  display: none;
  background-color: #d9e5e7;
}
.works_single__renovation .renovation__content-group .panel img {
  width: auto;
  display: block;
  max-height: 460px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .works_single__renovation .renovation__content-group .panel img {
    max-height: 300px;
  }
}
.works_single__renovation .renovation__content-group .panel.is-show {
  display: block;
}

.works_list {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .works_list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .works_list {
    margin-bottom: 60px;
  }
}
.works_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.works_list__item {
  position: relative;
  margin-bottom: 60px;
  padding-top: 26px;
  width: 46%;
}
@media screen and (max-width: 640px) {
  .works_list__item {
    width: 48%;
    margin-bottom: 20px;
    padding-top: 0px;
  }
}
.works_list__item:hover .thumb-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background: #8aafc2;
}
.works_list__item:hover .thumb-hover__tx {
  opacity: 1;
  transition: 0.3s 0.1s;
}
.works_list__item:hover circle.circle_animation, .works_list__item:hover .circle_animation {
  fill: transparent;
  stroke: #8aafc2;
  stroke-width: 2;
  animation: circle 1.5s;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  100%, to {
    stroke-dasharray: 377 377;
  }
}
.works_list__item img {
  display: block;
  flex-shrink: 0;
}
.works_list__item .new-icon {
  top: 0px;
}
@media screen and (max-width: 640px) {
  .works_list__item .new-icon {
    top: 0px;
  }
}
.works_list__item--link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.works_list__inner {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .works_list__inner {
    margin-top: 10px;
  }
}
.works_list__inner--number {
  font-size: 6rem;
  vertical-align: middle;
  letter-spacing: -0.1em;
  padding: 0 20px 0 10px;
  color: #8aafc2;
}
@media screen and (max-width: 1400px) {
  .works_list__inner--number {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .works_list__inner--number {
    padding: 0 18px 0 10px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .works_list__inner--number {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .works_list__inner--number {
    font-size: 3rem;
    padding: 0 10px 0 10px;
  }
}
.works_list__inner--title {
  font-weight: 700;
  display: table-cell;
  letter-spacing: 0.1em;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 50px;
}
@media screen and (max-width: 640px) {
  .works_list__inner--title {
    font-size: 0.9em;
    line-height: 1.6em;
    padding-right: 16px;
  }
}
.works_list__more {
  position: absolute;
  right: 10px;
  bottom: 0px;
  text-align: center;
  width: 40px;
  vertical-align: middle;
  height: 60px;
  cursor: pointer;
  z-index: 5;
  display: block;
}
@media screen and (max-width: 640px) {
  .works_list__more {
    display: none;
  }
}
.works_list__more--tx {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .works_list__more--tx {
    font-size: 11px;
    margin-top: 8px;
  }
}
.works_list__more--icon {
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.works_list__more--icon img {
  width: 15px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 16px;
}
.works_list__more svg {
  transform: rotate(-90deg);
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.works_list__more circle.circle_base,
.works_list__more .circle_base {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 1;
}
.works_list__more circle.circle_animation,
.works_list__more .circle_animation {
  fill: transparent;
  stroke: #e5e5e5;
  stroke-width: 1;
}

.worksRecent {
  overflow: visible;
  padding-bottom: 0px;
}
.worksRecent li {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 640px) {
  .worksRecent li {
    margin-bottom: 50px !important;
  }
}

.yomimonoWrap {
  position: relative;
  display: block;
  z-index: 1;
  background: #eeeeee;
  margin-top: 10px;
  padding-block: 80px;
}
.yomimonoWrap::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #eeeeee 50%, transparent 52%), linear-gradient(-30deg, #eeeeee 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
  left: 0;
}
.yomimonoWrap::after {
  content: "";
  position: absolute;
  background: linear-gradient(150deg, #eeeeee 50%, transparent 52%), linear-gradient(-150deg, #eeeeee 50%, transparent 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  bottom: -10px;
  left: 0;
}

.yomimonoHeading {
  margin-bottom: 60px;
}
.yomimonoHeading_copy {
  margin-top: 60px;
}
.yomimonoHeading_postMeta {
  position: relative;
  margin-top: 30px;
}
.yomimonoHeading_postMeta_headline {
  position: relative;
  padding: 20px 0;
  border-bottom: #000 solid 1px;
  width: 100%;
}
.yomimonoHeading_postMeta_day {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_postMeta_day {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.yomimonoHeading_postMeta_category {
  margin: auto;
  z-index: 99;
  width: 100%;
  max-width: 200px;
  display: block;
  padding: 0px 40px;
  border-right: #000 solid 1px;
  border-left: #000 solid 1px;
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_postMeta_category {
    width: 100%;
    max-width: 130px;
    padding: 0px 20px;
    font-size: 0.5em;
  }
}
.yomimonoHeading_postMeta_category a {
  line-height: 28px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 4px 0;
  padding: 0px 18px;
  height: 28px;
  transition: 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_postMeta_category a {
    line-height: 20px;
    padding: 0 10px;
    height: 20px;
  }
}
.yomimonoHeading_postMeta_category a::before, .yomimonoHeading_postMeta_category a::after {
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  content: "";
  transition: 0.1s ease-in-out;
  border: 0;
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_postMeta_category a::before, .yomimonoHeading_postMeta_category a::after {
    top: 2px;
    width: 14px;
    height: 14px;
  }
}
.yomimonoHeading_postMeta_category a::before {
  left: -10px;
  transform: rotate(45deg);
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_postMeta_category a::before {
    left: -7px;
    transform: perspective(7px);
    transform: rotate(45deg);
  }
}
.yomimonoHeading_postMeta_category a::after {
  right: -10px;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_postMeta_category a::after {
    right: -7px;
    transform: perspective(7px);
    transform: rotate(45deg);
  }
}
.yomimonoHeading_postMeta_category a:hover {
  background-color: #7d7d7d;
}
.yomimonoHeading_postMeta_category a:hover:before, .yomimonoHeading_postMeta_category a:hover:after {
  background-color: #7d7d7d;
}
.yomimonoHeading_tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .yomimonoHeading_tag {
    margin-top: 10px;
  }
}
.yomimonoHeading_tag_title {
  font-size: 2rem;
  line-height: 1.6;
  margin-right: 10px;
}
.yomimonoHeading_tag_item a {
  position: relative;
  z-index: 99;
  padding: 4px 6px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .yomimonoHeading_tag_item a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.yomimonoHeading_tag_item a:before {
  content: "#";
}
.yomimonoHeading_tag_item a:hover {
  background: #fff;
}

.yomimonoContainer {
  display: flex;
  gap: 0;
}
.yomimonoContainer .yomimonoMainblock {
  width: 75%;
  padding-right: 60px;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1080px) {
  .yomimonoContainer .yomimonoMainblock {
    padding-right: 30px;
  }
  .yomimonoContainer .yomimonoSidebar {
    padding-left: 30px;
  }
  .yomimonoContainer .yomimonoSidebar .catlist {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .yomimonoContainer {
    flex-direction: column;
  }
  .yomimonoContainer .yomimonoMainblock {
    width: 100%;
    margin-bottom: 80px;
    padding-right: 0;
    border-right: none;
  }
  .yomimonoContainer .yomimonoSidebar {
    width: 100%;
    padding-left: 0;
  }
  .yomimonoContainer .yomimonoSidebar .catlist {
    grid-template-columns: repeat(2, 1fr);
  }
}

.yomimonoMainblock_title {
  margin-bottom: 60px;
}
.yomimonoMainblock_MainImg {
  margin-bottom: 40px;
}

.yomimonoSidebar {
  width: 25%;
  padding-left: 60px;
}
.yomimonoSidebar .sideContents {
  background: #ffffff;
  padding: 20px 30px 30px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .yomimonoSidebar .sideContents {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .yomimonoSidebar .sideContents {
    padding: 20px 20px 20px;
  }
}
.yomimonoSidebar .popularContents {
  padding: 0px 0;
  border: #000 solid 1px;
  position: relative;
  z-index: 3;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
  text-align: center;
}
.yomimonoSidebar .popularContents .popularTitle {
  position: absolute;
  top: -10px;
  width: 120px;
  left: 0;
  background: #eee;
  right: 0;
  margin: auto;
}
.yomimonoSidebar .catlist {
  font-family: "Roboto", YakuHanJP, "游ゴシック体", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.yomimonoSidebar .catlist li a {
  padding: 10px 0;
  border-bottom: #c9c9c9 1px solid;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.yomimonoSidebar .catlist li a:hover {
  background: #eee;
}
.yomimonoSidebar .yomimonoTag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.yomimonoSidebar .yomimonoTag a {
  position: relative;
  z-index: 99;
  padding: 4px;
  margin-right: 6px;
  display: inline-block;
  letter-spacing: 0.05em;
}
.yomimonoSidebar .yomimonoTag a:before {
  content: "#";
}
.yomimonoSidebar .yomimonoTag a:hover {
  background: #eeeeee;
}

.yomimonoArchiveList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 60px;
  overflow: hidden;
}
.yomimonoArchiveList-item {
  width: calc(33.3333333333% - 40px);
  position: relative;
  padding-block: 0 40px;
}
.yomimonoArchiveList-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 1px;
  display: inline-block;
  background-color: #000000;
}
.yomimonoArchiveList-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: calc(100% - 40px);
  display: inline-block;
  background-color: #000000;
}
.yomimonoArchiveList-item:first-child {
  width: 100%;
}
.yomimonoArchiveList-item:first-child .yomimonoCard {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px 30px;
}
.yomimonoArchiveList-item:first-child .yomimonoCard .yomimonoLink {
  width: 50%;
  max-width: 320px;
}
.yomimonoArchiveList-item:first-child .yomimonoCard .yomimonoTitle {
  font-size: 1.3em;
}
.yomimonoArchiveList-item:first-child .yomimonoCard .yomimonoAbout {
  flex-grow: 1;
}
.yomimonoArchiveList-item:nth-last-child(-n+3)::before {
  content: none;
}
@media screen and (max-width: 1080px) {
  .yomimonoArchiveList {
    gap: 40px 0px;
  }
  .yomimonoArchiveList-item {
    width: calc(50% - 20px);
  }
  .yomimonoArchiveList-item::before {
    content: "" !important;
  }
  .yomimonoArchiveList-item::after {
    right: -20px;
  }
  .yomimonoArchiveList-item:first-child .yomimonoCard {
    flex-direction: column;
  }
  .yomimonoArchiveList-item:first-child .yomimonoCard .yomimonoLink {
    width: 100%;
    max-width: 390px;
  }
  .yomimonoArchiveList-item:first-child .yomimonoCard .yomimonoAbout {
    text-align: center;
  }
  .yomimonoArchiveList-item:nth-last-child(-n+2)::before {
    content: none !important;
  }
}

.yomimonoPostBody h2 {
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.yomimonoPostBody h2::before {
  content: "";
  left: 0px;
  width: 20px;
  height: 3px;
  background: #000000;
  display: block;
  top: 50%;
  position: absolute;
}

.yomimonoPagenavi {
  width: 100%;
  padding: 10px 0;
  border-top: 3px solid #000000;
  margin: 100px auto 0px;
}
.yomimonoPagenavi a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.yomimonoPagenavi a:hover {
  background: #ffffff;
}
.yomimonoPagenavi .right {
  float: right;
  width: 50%;
  text-align: right;
  background: right center/4px url(../images/yomimono/arrow-right.png) no-repeat;
  border-left: 1px solid #7d7d7d;
}
.yomimonoPagenavi .left {
  float: left;
  width: 50%;
  text-align: left;
  background: left center/4px url(../images/yomimono/arrow-left.png) no-repeat;
}

/*# sourceMappingURL=style.css.map */
