@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.delay-13 {
  transition-delay: 1.3s;
}

.delay-14 {
  transition-delay: 1.4s;
}

.delay-15 {
  transition-delay: 1.5s;
}

.delay-16 {
  transition-delay: 1.6s;
}

.delay-17 {
  transition-delay: 1.7s;
}

.delay-18 {
  transition-delay: 1.8s;
}

.delay-19 {
  transition-delay: 1.9s;
}

.delay-20 {
  transition-delay: 2s;
}

.delay-21 {
  transition-delay: 2.1s;
}

.delay-22 {
  transition-delay: 2.2s;
}

.delay-23 {
  transition-delay: 2.3s;
}

.delay-24 {
  transition-delay: 2.4s;
}

.delay-25 {
  transition-delay: 2.5s;
}

.delay-26 {
  transition-delay: 2.6s;
}

.delay-27 {
  transition-delay: 2.7s;
}

.delay-28 {
  transition-delay: 2.8s;
}

.delay-29 {
  transition-delay: 2.9s;
}

.delay-30 {
  transition-delay: 3s;
}

span.ib {
  display: inline-block;
}

/*-----------------reset--------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

body,
body * {
  box-sizing: border-box;
}

html.lock {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
  position: relative;
  z-index: 1;
  color: #000;
}
.lock body {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .wrapper {
    max-width: 100vw;
  }
}
@media only screen and (min-width: 960px) {
  .wrapper {
    max-width: 1920px;
  }
}

.inner {
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .inner {
    width: 86vw;
    padding: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .inner {
    padding: 0 2vw;
  }
}
@media only screen and (min-width: 1140px) {
  .inner {
    max-width: 1140px;
  }
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
}

.js-fadein {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(30px);
}
.js-fadein.js-scrollin {
  opacity: 1;
  transform: translateY(0);
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.btnmore {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .btnmore {
    font-size: 12px;
    height: 11.5vw;
    width: 45vw;
    padding-left: 4.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .btnmore {
    padding-left: 21px;
    height: 53px;
    width: 205px;
    font-size: 11px;
  }
}
.btnmore_w {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #fff;
}
.btnmore_w:hover {
  background-color: #1d306a;
  color: #fff !important;
}
.btnmore_wk {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}
.btnmore_wk:hover {
  background-color: #000;
  color: #fff !important;
}
.btnmore_b {
  background-color: #1d306a;
  color: #fff !important;
  border: 1px solid #1d306a;
}
.btnmore_b:hover {
  background-color: #fff;
  color: #1d306a !important;
}
.btnmore_k {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #000;
}
.btnmore_k:hover {
  background-color: #fff;
  color: #000 !important;
}

.btn_arrow {
  display: block;
  border: 1px solid #000;
  padding: 1.2em 2em;
  font-size: 14px;
  background-image: url(../img/icon-arrow-bk.png);
  background-repeat: no-repeat;
  background-position: right 2em center;
}
@media only screen and (min-width: 960px) {
  .btn_arrow {
    transition: all 0.3s ease-out;
  }
  .btn_arrow:hover {
    background-image: url(../img/icon-arrow-w.png);
    background-color: #000;
    color: #fff;
  }
}

.scrolltext {
  font-family: "YakuHanJP", "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  display: flex;
  white-space: nowrap;
  letter-spacing: 0.21em;
}
@media only screen and (max-width: 960px) {
  .scrolltext {
    font-size: 29vw;
  }
}
@media only screen and (min-width: 960px) {
  .scrolltext {
    font-size: 200px;
  }
}
.scrolltext span {
  display: inline-block;
  animation: loop_left 83000ms linear paused infinite;
}

@keyframes loop_left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: translateY(-100%);
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .header {
    height: 15.73vw;
  }
}
@media only screen and (min-width: 960px) {
  .header {
    height: 126px;
    padding: 0 40px;
  }
}
.header.show {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .header_logo {
    flex-shrink: 0;
    margin-left: 4.67vw;
  }
}
@media only screen and (min-width: 960px) {
  .header_logo {
    flex-shrink: 0;
    display: block;
    transition: opacity 0.3s ease-out;
    margin-right: 2.5vw;
  }
  .header_logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 960px) {
  .header_logo img {
    width: 28.26vw;
  }
}
@media only screen and (min-width: 960px) {
  .header_logo img {
    width: 160px;
  }
}
.header_contact {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .header_contact {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .header_contact {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header_contact_links {
  display: flex;
}
@media only screen and (min-width: 960px) {
  .header_contact_links li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
.header_contact_links li a {
  display: block;
  background-color: #1d306a;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .header_contact_links li a {
    font-size: 13px;
    width: 152px;
    height: 56px;
    display: block;
    transition: opacity 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_contact_links li a:hover {
    opacity: 0.7;
  }
}
.header_hbg {
  margin-right: 4.67vw;
  height: 4.27vw;
  width: 6.93vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2051.41%2035.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23323232%3Bstroke-width%3A2.34px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%221.17%22%20x2%3D%2251.41%22%20y2%3D%221.17%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2217.56%22%20x2%3D%2251.41%22%20y2%3D%2217.56%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2233.95%22%20x2%3D%2251.41%22%20y2%3D%2233.95%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header_hbg.show {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.67%2033.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23323232%3Bstroke-width%3A2.34px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22.83%22%20y1%3D%22.83%22%20x2%3D%2232.84%22%20y2%3D%2232.84%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2232.84%22%20y1%3D%22.83%22%20x2%3D%22.83%22%20y2%3D%2232.84%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 960px) {
  .header_nav {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .header_nav {
    padding-top: 60px;
    height: 100%;
  }
}
.header_nav_links {
  display: flex;
}
@media only screen and (min-width: 960px) {
  .header_nav_links {
    align-items: flex-end;
    height: 100%;
  }
}
.header_nav_links_item {
  display: flex;
}
@media only screen and (min-width: 960px) {
  .header_nav_links_item {
    height: 40px;
    font-size: 15px;
  }
  .header_nav_links_item:not(:last-child) {
    margin-right: 2.5vw;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .header_nav_links_item a {
    display: block;
    transition: opacity 0.3s ease-out;
    display: inline-block;
    position: relative;
  }
  .header_nav_links_item a:hover {
    opacity: 0.7;
  }
  .header_nav_links_item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease-out;
    transform: scaleX(0%);
  }
  .header_nav_links_item a:hover::after {
    transform: scaleX(100%);
  }
}
@media only screen and (min-width: 960px) {
  .header_nav_links_item_float {
    display: none;
  }
}
.header_megamenu_item {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .header_megamenu_item {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .header_megamenu_item {
    display: flex;
    z-index: 11;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 230px;
    left: 0;
    top: 126px;
    background-color: #fff;
    padding: 50px 120px;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 960px) {
  .header_megamenu_item_ttl {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .header_megamenu_item_ttl {
    min-height: 130px;
    min-width: 200px;
    border-right: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 960px) {
  .header_megamenu_item_links {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 960px) {
  .header_megamenu_item_links_item:not(:last-child) {
    margin-bottom: 1em;
  }
}
.header_megamenu_item_links_item a {
  padding-bottom: 0.5em;
  font-weight: 300;
}
.header_megamenu_item.show {
  opacity: 1;
  pointer-events: inherit;
}
.header_spmenu {
  overflow-y: scroll;
  position: fixed;
  top: 15.73vw;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 11;
  transition: transform 0.3s ease-out;
  transform: translateX(100%);
}
@media only screen and (min-width: 960px) {
  .header_spmenu {
    display: none;
  }
}
.header_spmenu.show {
  transform: translateX(0);
}
.header_spmenu_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 13vw 6vw;
  height: calc(100vh - 15.73vw);
}
.header_spmenu_links {
  width: 100%;
}
.header_spmenu_links_item:not(:last-child) {
  margin-bottom: 9vw;
}
.header_spmenu_links_item:last-child {
  margin-bottom: 4vw;
}
.header_spmenu_links_item .js-toggle-spmenu {
  display: block;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.54%2028.54%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23323232%3Bstroke-width%3A1.48px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2214.27%22%20y1%3D%220%22%20x2%3D%2214.27%22%20y2%3D%2228.54%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2228.54%22%20y1%3D%2214.27%22%20x2%3D%220%22%20y2%3D%2214.27%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 3.5vw;
  background-size: 16px;
  font-size: 16px;
}
.header_spmenu_links_item .js-toggle-spmenu.open {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.54%201.48%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23323232%3Bstroke-width%3A1.48px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2228.54%22%20y1%3D%22.74%22%20x2%3D%220%22%20y2%3D%22.74%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.header_spmenu_links_item_float {
  display: none;
}
.header_spmenu_links_item_float_links_item {
  padding-left: 1.2em;
  margin-top: 1.2em;
  font-size: 80%;
}
.header_spmenu_contact {
  width: 100%;
  margin-top: 5vw;
}
.header_spmenu_contact li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #1d306a;
  color: #fff;
  height: 12vw;
  margin-bottom: 1vw;
}
.header_spmenu_sns {
  width: 100%;
  padding-bottom: 30vw;
}
.header_spmenu_sns_links {
  display: flex;
  margin-top: 6.67vw;
}
.header_spmenu_sns li:not(:last-child) {
  margin-right: 6.67vw;
}
.header_spmenu_sns img {
  width: 8.3vw;
}

.main {
  background-color: #eef2f8;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .main {
    padding-top: 60px;
  }
}

.lawer_ttl {
  background-color: #fff;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .lawer_ttl {
    padding-top: 25.33vw;
    padding-left: 7.3vw;
    padding-right: 7.3vw;
    padding-bottom: 22.67vw;
  }
  .lawer_ttl.haskv {
    padding-bottom: 40vw;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_ttl {
    height: 420px;
    padding-top: 140px;
    padding-left: calc(140px + 3vw);
    padding-right: calc(140px + 3vw);
  }
  .lawer_ttl.haskv {
    height: 540px;
    margin-bottom: 350px;
  }
}
.lawer_ttl span {
  display: block;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .lawer_ttl span {
    font-size: 22.5px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_ttl span {
    font-size: 36px;
  }
}
.lawer_ttl small {
  display: block;
  font-family: "YakuHanJP", "Roboto", sans-serif;
  letter-spacing: 0.21em;
}
@media only screen and (max-width: 960px) {
  .lawer_ttl small {
    margin-top: 1em;
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_ttl small {
    margin-top: 2em;
    font-size: 14px;
  }
}

.lawer_firstview {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_inner {
    width: 86vw;
    margin: auto;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_inner {
    width: 96vw;
    margin: auto;
  }
}
.lawer_firstview_kv {
  position: absolute;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_kv {
    top: 55vw;
    width: 86vw;
    height: 50vw;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_kv {
    top: 420px;
    width: 96vw;
  }
}
.lawer_firstview_kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lawer_firstview_sns {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_sns {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_sns {
    top: -205px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_sns.haskv {
    top: -675px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_sns_links {
    position: fixed;
  }
}
.lawer_firstview_sns_links_item:first-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_sns_links_item:nth-child(1) img {
    width: 27px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_sns_links_item:nth-child(2) img {
    width: 30px;
  }
}
.lawer_firstview_sns_links_item a {
  display: block;
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lawer_firstview_sns_links_item a:hover {
  opacity: 0.7;
}
.lawer_firstview_sns_links_item span {
  writing-mode: vertical-rl;
  font-size: 10px;
  margin-top: 15px;
  text-shadow: 0px 0px 1px rgb(255, 255, 255);
}
.lawer_firstview_sns_links_item img {
  filter: drop-shadow(0 0 1px rgb(255, 255, 255));
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav {
    margin-top: 570px;
  }
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav {
    margin-top: 40vw;
  }
}
.lawer_firstview_nav_ttl {
  text-align: center;
  color: #1d306a;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_ttl {
    font-size: 18px;
    margin-bottom: 5vw;
  }
  .lawer_firstview_nav_ttl strong {
    font-size: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav_ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .lawer_firstview_nav_ttl strong {
    font-size: 32px;
  }
}
.lawer_firstview_nav_anchor {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_anchor {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav_anchor {
    justify-content: center;
  }
}
.lawer_firstview_nav_anchor_item {
  background-image: linear-gradient(
    to top,
    #000,
    #000 1px,
    transparent 1px,
    transparent 8px
  );
  background-size: 1px 8px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
.lawer_firstview_nav_anchor_item:last-child {
  background-image: linear-gradient(
      to top,
      #000,
      #000 1px,
      transparent 1px,
      transparent 8px
    ),
    linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 8px);
  background-size: 1px 8px, 1px 8px;
  background-position: left bottom, right bottom;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_anchor_item:nth-child(2n) {
    background-image: linear-gradient(
        to top,
        #000,
        #000 1px,
        transparent 1px,
        transparent 8px
      ),
      linear-gradient(
        to bottom,
        #000,
        #000 1px,
        transparent 1px,
        transparent 8px
      );
    background-size: 1px 8px, 1px 8px;
    background-position: left bottom, right bottom;
    background-repeat: repeat-y;
  }
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_anchor_item:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_anchor_item {
    width: 50%;
    padding: 1em 1.5em 1em;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav_anchor_item {
    width: 240px;
    padding: 20px 0 10px;
  }
}
.lawer_firstview_nav_anchor_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lawer_firstview_nav_anchor_item a:hover span::after {
  transform: scaleX(1);
}
.lawer_firstview_nav_anchor_item a:hover img {
  transform: translateY(10px);
}
.lawer_firstview_nav_anchor_item strong {
  display: block;
  letter-spacing: 0.14em;
  color: #1d306a;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_anchor_item strong {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav_anchor_item strong {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.lawer_firstview_nav_anchor_item span {
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .lawer_firstview_nav_anchor_item span {
    font-size: 11px;
    padding-bottom: 17.5px;
  }
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav_anchor_item span {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.lawer_firstview_nav_anchor_item span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease-out;
  transform: scaleX(0);
}
.lawer_firstview_nav_anchor_item img {
  transition: transform 0.3s ease-out;
}
@media only screen and (min-width: 960px) {
  .lawer_firstview_nav_anchor_item img {
    margin-top: 30px;
  }
}

.lawer_main {
  z-index: 5;
}
@media only screen and (min-width: 960px) {
  .lawer_main {
    padding-bottom: 80px;
  }
}

.footer {
  position: relative;
  z-index: 3;
}
.footer_contact {
  background-color: #9e8874;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
.footer_contact .inner {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .footer_contact .inner {
    flex-direction: column;
    justify-content: center;
    height: 56.67vw;
  }
}
@media only screen and (min-width: 960px) {
  .footer_contact .inner {
    align-items: center;
    justify-content: space-between;
    height: 240px;
  }
}
.footer_contact_ttl {
  font-family: "YakuHanJP", "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.21em;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .footer_contact_ttl {
    font-size: 20px;
    margin-bottom: 1em;
    transform-origin: left;
  }
}
@media only screen and (min-width: 960px) {
  .footer_contact_ttl {
    font-size: 27px;
  }
}
.footer_contact:hover .footer_contact_ttl {
  transform: scale(1.1);
}
.footer_contact_link {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.footer_contact_content {
  position: relative;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 960px) {
  .footer_contact_content {
    transform-origin: left;
  }
}
@media only screen and (min-width: 960px) {
  .footer_contact_content {
    display: flex;
    flex-direction: column;
    padding: 1em 2em;
    border-radius: 1em;
  }
}
.footer_contact_content small {
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .footer_contact_content small {
    font-size: 10px;
    margin-bottom: 5px;
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .footer_contact_content small {
    margin-bottom: 1.5em;
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .footer_contact_content a img {
    width: 50vw;
    margin-bottom: 5px;
  }
}
.footer_contact_content span {
  margin-top: 1em;
}
@media only screen and (max-width: 960px) {
  .footer_contact_content span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_contact_content span {
    font-size: 13px;
  }
}
.footer_contact_content:hover {
  transform: scale(1.05);
}
.footer_nav {
  background-color: #242424;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .footer_nav {
    padding: 100px 0;
  }
  .footer_nav a {
    display: block;
    transition: opacity 0.3s ease-out;
  }
  .footer_nav a:hover {
    opacity: 0.7;
  }
}
.footer_nav_links {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .footer_nav_links {
    flex-direction: column;
    flex-wrap: wrap;
    height: 605px;
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer_nav_links {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 960px) {
  .footer_nav_links_item {
    width: 50%;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 960px) {
  .footer_nav_links_item > a {
    font-size: 14px;
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .footer_nav_links_item > a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .footer_nav_float {
    margin-top: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  .footer_nav_float {
    margin-top: 1.5em;
  }
}
.footer_nav_float_links_item {
  color: #e6e6e6;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .footer_nav_float_links_item {
    font-size: 13px;
    margin-bottom: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  .footer_nav_float_links_item {
    margin-bottom: 1em;
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_logo {
    display: block;
    transition: opacity 0.3s ease-out;
  }
  .footer_logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 960px) {
  .footer_logo img {
    width: 38.93vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (min-width: 960px) {
  .footer_logo img {
    width: 197px;
  }
}
.footer_content {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .footer_content {
    padding: 13.86vw 0 8.8vw;
  }
}
@media only screen and (min-width: 960px) {
  .footer_content {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_content .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 960px) {
  .footer_content_right {
    flex-shrink: 0;
    width: 268px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_content_company {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
}
.footer_content_company p {
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .footer_content_company p {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 960px) {
  .footer_content_company p {
    font-size: 16px;
    margin-left: 35px;
  }
}
.footer_content_company p small {
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .footer_content_company p small {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_content_company p small {
    margin-top: 1em;
    font-size: 14px;
  }
}
.footer_description {
  font-weight: 300;
  line-height: 2;
  color: #cccccc;
}
@media only screen and (max-width: 960px) {
  .footer_description {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .footer_description {
    font-size: 13px;
  }
}
.footer_bottom {
  background-color: #000;
  color: #e6e6e6;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .footer_bottom .inner {
    padding-bottom: 11vw;
  }
}
@media only screen and (min-width: 960px) {
  .footer_bottom .inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}
.footer_bottom a {
  color: #cccccc;
}
@media only screen and (max-width: 960px) {
  .footer_bottom a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_bottom a {
    font-size: 13px;
    display: block;
    transition: opacity 0.3s ease-out;
  }
  .footer_bottom a:hover {
    opacity: 0.7;
  }
}
.footer_bottom p {
  color: #cccccc;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .footer_bottom p {
    margin-top: 1em;
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .footer_bottom p {
    font-size: 11px;
  }
}

.news_tag {
  display: inline-block;
  background-color: #1d306a;
  color: #fff;
  font-size: 11px;
  height: 25px;
  min-width: 70px;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
}
.news_date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.news_ttl {
  line-height: 1.67;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.slick-arrow {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  text-indent: -100vw;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
  .slick-arrow {
    transform: scale(0.6);
  }
}
.slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 960px) {
  .slick-arrow:hover {
    background-color: #fff;
  }
  .slick-arrow:hover::after {
    border-top-color: #1d306a;
    border-right-color: #1d306a;
  }
}
.slick-arrow.navy {
  border-color: #1d306a;
}
.slick-arrow.navy::after {
  border-top-color: #1d306a;
  border-right-color: #1d306a;
}
@media only screen and (min-width: 960px) {
  .slick-arrow.navy:hover {
    background-color: #1d306a;
  }
  .slick-arrow.navy:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.slick-arrow.black {
  border-color: #000;
}
.slick-arrow.black::after {
  border-top-color: #000;
  border-right-color: #000;
}
@media only screen and (min-width: 960px) {
  .slick-arrow.black:hover {
    background-color: #000;
  }
  .slick-arrow.black:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.slick-arrow.black-fill {
  border-color: #000;
  background-color: #000;
}
@media only screen and (min-width: 960px) {
  .slick-arrow.black-fill:hover {
    background-color: #fff;
    border-color: #fff;
  }
}
.slick-arrow.rect {
  border-color: #1d306a;
  background-color: #1d306a;
  border-radius: 0;
}
@media only screen and (min-width: 960px) {
  .slick-arrow.rect:hover {
    background-color: #fff;
  }
}

.slick-prev::after {
  right: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

.slick-next::after {
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.lightbox {
  height: 100%;
  width: 100%;
}

.lb-nav a.lb-prev {
  opacity: 1;
  left: -20px;
  background-image: url(../img/icon-lb-prev.png);
}

.lb-nav a.lb-next {
  opacity: 1;
  right: -20px;
  background-image: url(../img/icon-lb-next.png);
}

.lb-outerContainer {
  border-radius: 0;
}

.lightbox .lb-image {
  border: none;
}

.inquiry_form input[type="text"],
.inquiry_form input[type="password"],
.inquiry_form input[type="tel"],
.inquiry_form input[type="email"] {
  background-color: #f2f2f2;
  font-size: 14px;
  border: none;
  padding: 0 1em;
  outline: none;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .inquiry_form input[type="text"],
  .inquiry_form input[type="password"],
  .inquiry_form input[type="tel"],
  .inquiry_form input[type="email"] {
    height: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form input[type="text"],
  .inquiry_form input[type="password"],
  .inquiry_form input[type="tel"],
  .inquiry_form input[type="email"] {
    height: 52px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 960px) {
  .inquiry_form input[type="text"].p-postal-code,
  .inquiry_form input[type="password"].p-postal-code,
  .inquiry_form input[type="tel"].p-postal-code,
  .inquiry_form input[type="email"].p-postal-code {
    width: 90px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form input[type="text"].p-postal-code,
  .inquiry_form input[type="password"].p-postal-code,
  .inquiry_form input[type="tel"].p-postal-code,
  .inquiry_form input[type="email"].p-postal-code {
    width: 135px;
    margin-bottom: 15px;
  }
}
.inquiry_form input[type="text"].p-postal-code + .p-postal-code-sep,
.inquiry_form input[type="password"].p-postal-code + .p-postal-code-sep,
.inquiry_form input[type="tel"].p-postal-code + .p-postal-code-sep,
.inquiry_form input[type="email"].p-postal-code + .p-postal-code-sep {
  display: inline-block;
  margin: 0 1em;
}
@media only screen and (max-width: 960px) {
  .inquiry_form input[type="text"].date-picker,
  .inquiry_form input[type="password"].date-picker,
  .inquiry_form input[type="tel"].date-picker,
  .inquiry_form input[type="email"].date-picker {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form input[type="text"].date-picker,
  .inquiry_form input[type="password"].date-picker,
  .inquiry_form input[type="tel"].date-picker,
  .inquiry_form input[type="email"].date-picker {
    width: 180px !important;
  }
}
.inquiry_form .inquiry_form_input_tel input[type="text"] {
  width: 5em;
}
.inquiry_form textarea {
  background-color: #f2f2f2;
  font-size: 14px;
  border: none;
  padding: 1em;
  outline: none;
  width: 100%;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
}
.inquiry_form button[type="submit"],
.inquiry_form input[type="submit"],
.inquiry_form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  box-sizing: border-box;
  background-color: #1d306a;
  border: 1px solid #1d306a;
  color: #fff;
  font-weight: bold;
  margin: auto;
  display: block;
  letter-spacing: 0.14em;
}
.inquiry_form button[type="submit"]::-webkit-search-decoration,
.inquiry_form input[type="submit"]::-webkit-search-decoration,
.inquiry_form input[type="button"]::-webkit-search-decoration {
  display: none;
}
.inquiry_form button[type="submit"]:focus,
.inquiry_form input[type="submit"]:focus,
.inquiry_form input[type="button"]:focus {
  outline-offset: -2px;
}
@media only screen and (max-width: 960px) {
  .inquiry_form button[type="submit"],
  .inquiry_form input[type="submit"],
  .inquiry_form input[type="button"] {
    width: 60vw;
    height: 13.3vw;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form button[type="submit"],
  .inquiry_form input[type="submit"],
  .inquiry_form input[type="button"] {
    font-size: 15px;
    height: 62px;
    width: 300px;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .inquiry_form button[type="submit"]:hover,
  .inquiry_form input[type="submit"]:hover,
  .inquiry_form input[type="button"]:hover {
    background-color: #fff;
    color: #1d306a;
  }
}
.inquiry_form button[type="submit"].back,
.inquiry_form input[type="submit"].back,
.inquiry_form input[type="button"].back {
  color: #1d306a;
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .inquiry_form button[type="submit"].back:hover,
  .inquiry_form input[type="submit"].back:hover,
  .inquiry_form input[type="button"].back:hover {
    background-color: #1d306a;
    color: #fff;
  }
}
.inquiry_form input[type="checkbox"] {
  margin-right: 1em;
}
.inquiry_form .cblabel-navy label,
.inquiry_form label.cblabel-navy {
  display: inline-block;
  position: relative;
  margin-right: 2em;
}
@media only screen and (max-width: 960px) {
  .inquiry_form .cblabel-navy label,
  .inquiry_form label.cblabel-navy {
    height: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form .cblabel-navy label,
  .inquiry_form label.cblabel-navy {
    height: 20px;
    margin-bottom: 15px;
  }
}
.inquiry_form .cblabel-navy label input[type="checkbox"],
.inquiry_form label.cblabel-navy input[type="checkbox"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.inquiry_form .cblabel-navy label span,
.inquiry_form label.cblabel-navy span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-top: 0.2em;
}
@media only screen and (max-width: 960px) {
  .inquiry_form .cblabel-navy label span,
  .inquiry_form label.cblabel-navy span {
    font-size: 10px;
    padding-left: 20px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form .cblabel-navy label span,
  .inquiry_form label.cblabel-navy span {
    font-size: 12px;
    padding-left: 30px;
    line-height: 20px;
  }
}
.inquiry_form .cblabel-navy label span::before,
.inquiry_form .cblabel-navy label span::after,
.inquiry_form label.cblabel-navy span::before,
.inquiry_form label.cblabel-navy span::after {
  content: "";
  display: block;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .inquiry_form .cblabel-navy label span::before,
  .inquiry_form .cblabel-navy label span::after,
  .inquiry_form label.cblabel-navy span::before,
  .inquiry_form label.cblabel-navy span::after {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form .cblabel-navy label span::before,
  .inquiry_form .cblabel-navy label span::after,
  .inquiry_form label.cblabel-navy span::before,
  .inquiry_form label.cblabel-navy span::after {
    width: 20px;
    height: 20px;
  }
}
.inquiry_form .cblabel-navy label span::after,
.inquiry_form label.cblabel-navy span::after {
  opacity: 0;
  background-color: #1d306a;
  transition: all 0.2s ease-out;
}
.inquiry_form .cblabel-navy label input[type="checkbox"]:checked + span::after,
.inquiry_form label.cblabel-navy input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.inquiry_form .mw_wp_form .cblabel-navy .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.inquiry_form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  border: none;
  padding: 0 1em;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.19%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.25px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.48%20.4%208.09%209.38%2015.71%20.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
}
@media only screen and (max-width: 960px) {
  .inquiry_form select {
    height: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form select {
    height: 52px;
    line-height: 52px;
  }
}
.inquiry_form_line {
  font-size: 14px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .inquiry_form_line {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_line {
    display: flex;
    margin-bottom: 52px;
  }
}
.inquiry_form_ttl {
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .inquiry_form_ttl {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_ttl {
    width: 160px;
  }
}
.inquiry_form_ttl:not(.top) {
  display: flex;
  align-items: center;
}
.inquiry_form_ttl_require::after {
  content: "*";
  color: #e20615;
  font-weight: bold;
}
.inquiry_form_ttl_policy {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .inquiry_form_ttl_policy {
    margin-top: 15vw;
    margin-bottom: 13vw;
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_ttl_policy {
    margin-top: 130px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_input {
    width: calc(100% - 160px);
  }
}
.inquiry_form_input_dtime_inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .inquiry_form_input_dtime_inner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_input_dtime_inner {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .inquiry_form_input_dtime_inner span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_input_dtime_inner span {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .inquiry_form_input_dtime_inner input[type="text"] {
    width: 59%;
  }
}
@media only screen and (max-width: 960px) {
  .inquiry_form_input_dtime_inner select {
    width: 40%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .inquiry_form_input_dtime_inner select {
    width: 180px;
    margin-left: 15px;
  }
}
.inquiry_form_input_dtime_inner select option:first-child {
  color: #333;
}

.mw_wp_form .error {
  margin-left: 1em;
}

@media only screen and (max-width: 960px) {
  .js-scrollable {
    overflow-x: scroll;
  }
  .js-scrollable img {
    max-width: none;
  }
}

.notfound_main {
  padding-bottom: 0;
}

.default_pager_wrap {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .default_pager_wrap {
    padding: 20vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .default_pager_wrap {
    padding: 150px 0;
  }
}
.default_pager_items {
  font-weight: bold;
}
.default_pager_items .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media only screen and (max-width: 960px) {
  .default_pager_items {
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .default_pager_items {
    font-size: 12px;
  }
}
.default_pager_items span {
  display: block;
  padding: 1em;
}
.default_pager_items a {
  display: block;
  transition: opacity 0.3s ease-out;
  color: #a5a5a5;
  padding: 1em;
}
.default_pager_items a:hover {
  opacity: 0.7;
}
.default_pager_items .extend::after {
  content: "...";
}

@media only screen and (min-width: 960px) {
  .home_firstview {
    min-height: 229px;
    height: 10vw;
  }
}
.home_firstview_slide_item {
  position: fixed;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
  top: 0;
}
.home_firstview_slide_item.show {
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .home_firstview_slide_item {
    height: 134vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_slide_item {
    height: 100vh;
  }
}
@media only screen and (max-width: 960px) {
  .home_firstview_slide_item_bg {
    height: 134vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_slide_item_bg {
    height: 100vh;
  }
}
.home_firstview_slide_item_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home_firstview_slide_item_txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .home_firstview_slide_item_txt {
    width: 100%;
    top: 55%;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_slide_item_txt {
    top: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .home_firstview_slide_item_txt img {
    width: 86vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_slide_item_txt img {
    width: 552.5px;
  }
}
.home_firstview_slide_item_txt strong {
  font-family: "YakuHanJP", "Roboto", sans-serif;
  letter-spacing: 0.21em;
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .home_firstview_slide_item_txt strong {
    font-size: 83px;
    white-space: nowrap;
  }
}
.home_firstview_slide_item_txt span {
  letter-spacing: 0.13em;
  margin-top: 1em;
}
@media only screen and (min-width: 960px) {
  .home_firstview_slide_item_txt span {
    font-size: 23px;
  }
}
.home_firstview_sns {
  position: relative;
  z-index: 2;
  background-color: #eef2f8;
}
@media only screen and (max-width: 960px) {
  .home_firstview_sns {
    margin-top: 134vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_sns {
    margin-top: calc(100vh - 80px);
    padding-top: 45px;
    padding-bottom: 20px;
    min-height: 290px;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_sns_links {
    width: 100px;
    position: fixed;
    top: 340px;
    z-index: 20;
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .home_firstview_sns_links {
    display: none;
  }
}
.home_firstview_sns_links_item:first-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .home_firstview_sns_links_item:nth-child(1) img {
    width: 27px;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_sns_links_item:nth-child(2) img {
    width: 30px;
  }
}
.home_firstview_sns_links_item a {
  display: block;
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home_firstview_sns_links_item a:hover {
  opacity: 0.7;
}
.home_firstview_sns_links_item span {
  writing-mode: vertical-rl;
  font-size: 10px;
  margin-top: 15px;
  text-shadow: 0px 0px 1px rgb(255, 255, 255);
}
.home_firstview_sns_links_item img {
  filter: drop-shadow(0 0 1px rgb(255, 255, 255));
}
.home_firstview_sns_links.fixed {
  position: fixed;
  bottom: 0;
}
.home_firstview_news {
  position: absolute;
  z-index: 20;
  background-color: #9e8874;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .home_firstview_news {
    width: 92vw;
    right: 0;
    top: 126vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_news {
    display: flex;
    align-items: center;
    top: calc(100vh - 80px);
    height: 210px;
    margin-left: 110px;
    padding: 0 7vw;
  }
}
@media only screen and (max-width: 960px) {
  .home_firstview_news_list {
    padding: 12vw 11vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_news_list {
    display: flex;
  }
}
.home_firstview_news_list_item {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .home_firstview_news_list_item:not(:first-child) {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_news_list_item {
    width: 15vw;
    margin-right: 10vw;
  }
}
.home_firstview_news_list_item a {
  display: block;
  transition: opacity 0.3s ease-out;
}
.home_firstview_news_list_item a:hover {
  opacity: 0.7;
}
.home_firstview_news_list_item_tag {
  max-width: 110px;
}
.home_firstview_news_list_item_date {
  display: inline-block;
  margin-top: 2em;
}
.home_firstview_news_list_item_ttl {
  margin-top: 1em;
}
.home_firstview_news_more {
  color: #fff !important;
  display: block;
  transition: opacity 0.3s ease-out;
  font-family: "YakuHanJP", "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
.home_firstview_news_more:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  .home_firstview_news_more {
    font-size: 12px;
    margin-left: 11vw;
    margin-bottom: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_firstview_news_more {
    font-size: 11px;
  }
}
.home_feature {
  position: relative;
  z-index: 2;
  background-color: #eef2f8;
}
.home_feature .scrolltext {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .home_feature .scrolltext {
    top: 88vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature .scrolltext {
    top: 160px;
  }
}
.home_feature .scrolltext span {
  animation-play-state: running;
}
@media only screen and (max-width: 960px) {
  .home_feature {
    padding-top: 82vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature {
    padding-top: 170px;
  }
}
.home_feature_bg {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .home_feature_bg {
    top: 101vw;
    width: 84vw;
    right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature_bg {
    top: 220px;
    right: 0;
    width: 65vw;
  }
}
.home_feature_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media only screen and (min-width: 960px) {
  .home_feature_bg img {
    width: 75vw;
    height: auto;
  }
}
.home_feature_content {
  position: relative;
  z-index: 3;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .home_feature_content {
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 150px;
    max-width: 560px;
    height: 43vw;
  }
}
@media only screen and (max-width: 960px) {
  .home_feature_content_ttl img {
    width: 63.3vw;
    margin-left: 4vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature_content_ttl img {
    width: 338px;
  }
}
.home_feature_content_inner {
  background-color: #1d306a;
}
@media only screen and (max-width: 960px) {
  .home_feature_content_inner {
    margin: 40vw auto 0;
    padding: 9vw 7vw;
    width: 86vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature_content_inner {
    position: relative;
    width: 100%;
    margin-top: 90px;
    padding: 80px 90px 90px;
    top: 40px;
  }
}
.home_feature_content_inner_lead {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .home_feature_content_inner_lead {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_feature_content_inner_lead strong {
    font-size: 26px;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature_content_inner_lead {
    font-size: 25px;
  }
  .home_feature_content_inner_lead strong {
    font-size: 36px;
  }
}
.home_feature_content_inner p {
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .home_feature_content_inner p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .home_feature_content_inner p {
    margin-top: 2em;
    margin-bottom: 4em;
    font-size: 16px;
  }
}
.home_service {
  position: relative;
  z-index: 1;
  background-color: #eef2f8;
}
.home_service_inner {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .home_service_inner {
    width: 100%;
    padding: 17.3vw 0 18.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 170px 0 80px;
  }
}
@media only screen and (max-width: 960px) {
  .home_service_ttl {
    margin-bottom: 8.7vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .home_service_ttl img {
    width: 55.9vw;
    margin: auto;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_ttl img {
    width: 294px;
  }
}
.home_service_txt {
  line-height: 2;
  letter-spacing: 0.055em;
}
@media only screen and (max-width: 960px) {
  .home_service_txt {
    width: 85vw;
    margin: 0 auto 10vw;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_txt {
    width: 640px;
    font-size: 16px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 960px) {
  .home_service_links {
    width: 85vw;
    margin: auto;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_links {
    display: flex;
    flex-wrap: wrap;
  }
}
.home_service_links_item {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .home_service_links_item:nth-child(1) {
    width: 50%;
  }
  .home_service_links_item:nth-child(2) {
    width: 50%;
  }
  .home_service_links_item:nth-child(3) {
    width: 33.3333333333%;
  }
  .home_service_links_item:nth-child(4) {
    width: 33.3333333333%;
  }
  .home_service_links_item:nth-child(5) {
    width: 33.3333333333%;
  }
}
.home_service_links_item_bg {
  transition: transform 0.5s ease-out;
}
.home_service_links_item_bg:hover {
  transform: scale(1.1);
}
.home_service_links_item_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  text-align: center;
}
.home_service_links_item_txt span {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.055em;
}
@media only screen and (max-width: 960px) {
  .home_service_links_item_txt span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_links_item_txt span {
    font-size: 20px;
  }
}
.home_service_links_item_txt strong {
  display: inline-block;
  letter-spacing: 0.055em;
  margin-top: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .home_service_links_item_txt strong {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_links_item_txt strong {
    font-size: 20px;
  }
}
.home_service_links_item_txt small {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .home_service_links_item_txt small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_links_item_txt small {
    font-size: 8px;
  }
}
.home_service_links_item_txt span + small {
  margin-top: 22px;
}
.home_service_links_item_txt strong + small {
  margin-top: 15px;
}
.home_service_slide_wrap {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .home_service_slide_wrap {
    padding-top: 18.6vw;
    background-color: #eef2f8;
  }
}
.home_service_slide li {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .home_service_slide li {
    height: 60vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_slide li {
    height: 428px;
    margin-top: 180px;
  }
}
.home_service_slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_service_slide_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eef2f8;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .home_service_slide_nav {
    width: 42vw;
    height: 13.8vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_slide_nav {
    width: 375px;
    height: 104px;
  }
}
.home_service_slide_nav span {
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .home_service_slide_nav span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_slide_nav span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .home_service_slide_nav span:first-child {
    margin-left: 8vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_slide_nav span:first-child {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .home_service_slide_nav span:last-child {
    margin-left: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_slide_nav span:last-child {
    margin-left: 150px;
  }
}
.home_service_slide_nav_bar {
  position: absolute;
  top: 50%;
  background: #000;
  height: 1px;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .home_service_slide_nav_bar {
    left: 13.3vw;
    width: 15.3vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_service_slide_nav_bar {
    left: 90px;
    width: 115px;
  }
}
.home_works {
  position: relative;
  background-color: #fff;
}
.home_works_head {
  background-color: #eef2f8;
}
@media only screen and (max-width: 960px) {
  .home_works_head {
    padding-top: 22.6vw;
    padding-bottom: 22vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_works_head {
    padding-top: 180px;
    padding-bottom: 22vw;
  }
}
.home_works_head_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .home_works_head_inner {
    flex-wrap: wrap;
  }
}
.home_works_head_inner_r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .home_works_head_inner_r {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 960px) {
  .home_works_head_inner_r a:nth-child(1) {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 960px) {
  .home_works_head_inner_r a:nth-child(1) {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .home_works_head_inner_r a:nth-child(2) {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 960px) {
  .home_works_head_inner_r a:nth-child(2) {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 960px) {
  .home_works_ttl img {
    width: 42vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_works_ttl img {
    width: 198px;
  }
}
@media only screen and (max-width: 960px) {
  .home_works_slide_wrap {
    transform: translate(8vw, -19vw);
  }
}
@media only screen and (min-width: 960px) {
  .home_works_slide_wrap {
    transform: translate(3vw, -19vw);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home_works_slide_wrap {
    transform: translate(calc(50vw - 570px), -19vw);
  }
}
@media only screen and (max-width: 960px) {
  .home_works_slide li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .home_works_slide li {
    width: 594px;
    font-size: 16px;
  }
}
.home_works_slide li strong {
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
  color: #9e8874;
}
.home_works_slide li p {
  margin-top: 1em;
  line-height: 1.9;
}
@media only screen and (max-width: 960px) {
  .home_works_slide_img {
    height: 45vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_works_slide_img {
    height: 515px;
  }
}
.home_works_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home_voice {
  position: relative;
  background-color: #1d306a;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .home_voice {
    padding: 16vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice {
    padding: 160px 0;
  }
}
.home_voice_head_inner {
  display: flex;
  justify-content: space-between;
  color: #000;
}
@media only screen and (max-width: 960px) {
  .home_voice_head_inner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice_head_inner {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .home_voice_ttl img {
    width: 47vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice_ttl img {
    width: 200px;
  }
}
@media only screen and (max-width: 960px) {
  .home_voice_slide_wrap {
    transform: translateX(9vw);
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice_slide_wrap {
    transform: translateX(3vw);
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .home_voice_slide_wrap {
    transform: translateX(calc(50vw - 620px));
  }
}
@media only screen and (max-width: 960px) {
  .home_voice_slide li {
    margin-right: 6.67vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice_slide li {
    padding-right: 45px;
  }
}
.home_voice_slide li p {
  margin-top: 0.5em;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 960px) {
  .home_voice_slide li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice_slide li p {
    font-size: 16px;
  }
}
.home_voice_slide li span {
  margin-top: 1.5em;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .home_voice_slide li span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .home_voice_slide li span {
    font-size: 10px;
  }
}
.home_voice_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home_modelhouse {
  position: relative;
  background-color: #eef2f8;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse {
    padding-top: 80vw;
    padding-bottom: 23vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse {
    padding-top: 220px;
    padding-bottom: 80px;
  }
}
.home_modelhouse .scrolltext {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse .scrolltext {
    top: 15.3vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse .scrolltext {
    top: 170px;
  }
}
.home_modelhouse .scrolltext span {
  animation-play-state: running;
}
.home_modelhouse_inner {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_inner {
    padding: 0;
  }
}
.home_modelhouse_bg {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_bg {
    top: -51.5vw;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse_bg {
    top: 45px;
    left: 0;
    width: 777px;
    height: 450px;
  }
}
.home_modelhouse_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media only screen and (min-width: 960px) {
  .home_modelhouse_bg img {
    width: 75vw;
    height: auto;
  }
}
.home_modelhouse_content {
  position: relative;
  z-index: 3;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_content {
    width: calc(100% - 10vw);
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 auto;
    max-width: 560px;
    padding-top: 150px;
  }
}
.home_modelhouse_content_inner {
  background-color: #eef2f8;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_content_inner {
    position: relative;
    top: -10vw;
    margin-bottom: -10vw;
    padding: 15.33vw 0 0 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse_content_inner {
    position: relative;
    width: 100%;
    margin-top: 90px;
    padding: 80px 90px 90px;
    top: 40px;
  }
}
.home_modelhouse_content_inner_lead {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_content_inner_lead {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_modelhouse_content_inner_lead strong {
    font-size: 26px;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse_content_inner_lead {
    font-size: 25px;
  }
  .home_modelhouse_content_inner_lead strong {
    font-size: 36px;
  }
}
.home_modelhouse_content_inner p {
  color: #000;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_content_inner p {
    margin-top: 1em;
    margin-bottom: 3em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .home_modelhouse_content_inner p {
    margin-top: 2em;
    margin-bottom: 4em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .home_modelhouse_content_inner .btnmore {
    margin-left: 20px;
  }
}
.home_links {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .home_links_wrap {
    display: flex;
  }
}
.home_links_item {
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .home_links_item {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    height: 31vw;
    padding: 0 9vw;
  }
}
@media only screen and (min-width: 960px) {
  .home_links_item {
    font-size: 18px;
    display: block;
    transition: opacity 0.3s ease-out;
    display: flex;
    width: 50%;
    height: 250px;
    padding: 0 120px;
  }
  .home_links_item:hover {
    opacity: 0.7;
  }
  .home_links_item img {
    transition: transform 0.3s ease-out;
  }
  .home_links_item:hover img {
    transform: translateX(50%);
  }
}
.home_links_item_b {
  background-color: #1d306a;
  color: #fff !important;
}
.home_links_item_w {
  background-color: #fff;
  color: #1d306a !important;
}

.feature_content {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .feature_content {
    margin-top: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content {
    margin-top: 200px;
  }
}
.feature_content_bg {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .feature_content_bg {
    width: 73vw;
    height: 46vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_bg {
    width: calc(50vw + 230px);
    height: 368px;
  }
}
.feature_content_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature_content_head {
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #1d306a;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .feature_content_head {
    width: 20vw;
    font-size: 11.2vw;
    height: 36.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4.7vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_head {
    width: 1150px;
    font-size: 76px;
    padding: 90px 0 202px 90px;
  }
}
.feature_content_inner {
  position: relative;
  background-color: #fff;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .feature_content_inner {
    width: 90vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_inner {
    top: -130px;
    margin-bottom: -130px;
    width: 1150px;
    padding: 35px;
  }
}
.feature_content_inner img {
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .feature_content_lead {
    padding: 16vw 10.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_lead {
    display: flex;
    justify-content: space-between;
    padding: 60px;
  }
}
.feature_content_lead_ttl {
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #1d306a;
}
@media only screen and (max-width: 960px) {
  .feature_content_lead_ttl {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_lead_ttl {
    font-size: 26px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_lead_main {
    width: 530px;
  }
}
.feature_content_lead_main p {
  color: #1d306a;
}
.feature_content p {
  line-height: 2;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .feature_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content p {
    font-size: 15px;
  }
}
.feature_content_subttl {
  color: #9e8874;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .feature_content_subttl {
    font-size: 17px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_subttl {
    font-size: 20px;
  }
}
.feature_content_box {
  background-color: #faf8f5;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .feature_content_box {
    flex-direction: column;
    padding: 10.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_box {
    padding: 100px 75px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_box_inner {
    width: 440px;
  }
}
.feature_content_box_inner_v {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .feature_content_box_inner_v img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_content_box_inner + .feature_content_box_inner {
    margin-top: 6vw;
  }
}
.feature_content_box a {
  text-decoration: underline;
}
.feature_content_box a:hover {
  text-decoration: none;
}
.feature_content_box figcaption {
  margin-top: 1em;
}
@media only screen and (max-width: 960px) {
  .feature_content_box figcaption {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_box figcaption {
    font-size: 11px;
  }
}
.feature_content_box + .feature_content_box {
  padding-top: 0;
}
@media only screen and (max-width: 960px) {
  .feature_content_icons {
    width: 70vw;
    margin: auto;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 70px;
    margin-top: 75px;
  }
}
.feature_content_icons li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #1d306a;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .feature_content_icons li {
    width: 100%;
    margin-bottom: 5px;
    padding: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons li {
    width: 24%;
    padding: 130px 30px 45px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons li:nth-child(n + 5) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_content_icons li img {
    width: 15vw;
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons li img {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translate(-50%, -50%);
    width: 72px;
  }
}
.feature_content_icons li strong {
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 960px) {
  .feature_content_icons li strong {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons li strong {
    font-size: 20px;
  }
}
.feature_content_icons li small {
  font-weight: bold;
  margin-bottom: 2em;
}
@media only screen and (max-width: 960px) {
  .feature_content_icons li small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons li small {
    font-size: 12px;
  }
}
.feature_content_icons li p {
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .feature_content_icons li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content_icons li p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_content .btnmore {
    font-size: 11.5px;
    margin: auto;
  }
}
@media only screen and (min-width: 960px) {
  .feature_content .btnmore {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_01 {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_01_01 p {
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_01_01 p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_01_01 img {
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .feature_01_01 img {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_01_03 div:nth-child(1) {
    order: 2;
    margin-top: 6vw;
  }
  .feature_01_03 div:nth-child(2) {
    order: 1;
  }
}
@media only screen and (min-width: 960px) {
  .feature_02_02 li:last-child strong,
  .feature_02_02 li:last-child small {
    transform: translateY(-10px);
  }
  .feature_02_02 li:last-child small {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 960px) {
  .feature_02_02 + .btnmore {
    margin: 10vw auto;
  }
}
@media only screen and (min-width: 960px) {
  .feature_02_02 + .btnmore {
    margin: 50px auto 70px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_02_03 img {
    width: 320px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_02_04 div:nth-child(1) {
    order: 2;
    margin-top: 6vw;
  }
  .feature_02_04 div:nth-child(2) {
    order: 1;
  }
}
@media only screen and (max-width: 960px) {
  .feature_03_01 img {
    margin-top: 5vw;
    width: 600px;
  }
}
@media only screen and (min-width: 960px) {
  .feature_03_01 img {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_03_02 img {
    margin-top: 5vw;
    width: 800px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_03_02 figure {
    padding-bottom: 3vw;
  }
}
.feature_03_02 figcaption {
  letter-spacing: 0.025em;
}
.feature_03_02 figcaption span {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
@media only screen and (min-width: 960px) {
  .feature_03_02 figcaption span {
    font-size: 16px;
  }
}
.feature_03_02 figcaption small {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (min-width: 960px) {
  .feature_03_02 figcaption small {
    font-size: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .feature_04 {
    padding-bottom: 20vw;
  }
}
@media only screen and (max-width: 960px) {
  .feature_04_02 {
    padding-bottom: 10vw;
  }
}

@media only screen and (min-width: 960px) {
  .service .lawer_main {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .service .lawer_firstview_nav {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 960px) {
  .service .lawer_firstview_nav li {
    width: 180px;
  }
}
.service_content {
  background-color: #fff;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .service_content {
    flex-direction: column;
    padding: 33vw 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .service_content {
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 960px) {
  .service_content:nth-child(2) {
    padding-top: 150px;
  }
}
.service_content_img {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .service_content_img {
    width: 50%;
  }
}
.service_content_img::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f7f8f8;
}
@media only screen and (max-width: 960px) {
  .service_content_img::before {
    top: 26vw;
    width: 86vw;
    height: 173vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_img::before {
    top: 200px;
    height: 520px;
    width: calc(50vw + 330px);
  }
}
@media only screen and (min-width: 960px) {
  .service_content_img_odd {
    order: 1;
  }
}
@media only screen and (max-width: 960px) {
  .service_content_img_odd::before {
    left: -7vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_img_odd::before {
    left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_img_even {
    order: 2;
  }
}
@media only screen and (max-width: 960px) {
  .service_content_img_even::before {
    right: -7vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_img_even::before {
    right: 0;
  }
}
.service_content_txt {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .service_content_txt {
    padding: 0 7vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_txt {
    max-width: 500px;
    width: 35vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_txt_odd {
    order: 2;
    padding-left: 60px;
    margin-right: auto;
  }
}
.service_content_txt_even {
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .service_content_txt_even {
    order: 1;
    padding-right: 50px;
    margin-left: auto;
  }
}
.service_content_bg {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .service_content_bg {
    width: 100%;
    height: 60vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_bg {
    width: 100%;
    height: 30vw;
  }
}
.service_content_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .service_content_slider_wrap {
    position: relative;
  }
}
@media only screen and (max-width: 960px) {
  .service_content_slider_item {
    width: 100%;
    height: 60vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_slider_item {
    width: 100%;
    height: 30vw;
  }
}
.service_content_slider_item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service_content_slider_cnt {
  position: absolute;
  right: 7vw;
  bottom: 0;
  font-size: 10px;
}
.service_content_slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  transform: none;
}
.service_content_slider .slick-prev {
  right: 42px;
}
.service_content_slider .slick-next {
  right: 0;
}
.service_content_slider .slick-dots {
  display: flex;
  margin: 8vw auto 0;
  width: 86vw;
}
.service_content_slider .slick-dots li {
  position: relative;
  top: -1vw;
  height: 1px;
  width: 15vw;
  background-color: #cccccc;
  color: transparent;
  overflow: hidden;
}
.service_content_slider .slick-dots li.slick-active {
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .service_content_slider_thumb {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_slider_thumb_wrap {
    margin-top: 60px;
  }
}
.service_content_slider_thumb li {
  padding: 0 4px;
  height: 50px;
}
.service_content_slider_thumb li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service_content_slider_thumb .slick-track {
  transform: none !important;
}
.service_content_slider_thumb_even .slick-list {
  padding-left: 0 !important;
}
.service_content_slider_thumb_even .slick-track {
  margin-left: 0 !important;
}
.service_content_slider_thumb_odd .slick-list {
  padding-right: 0 !important;
}
.service_content_slider_thumb_odd .slick-track {
  margin-right: 0 !important;
}
.service_content_btn {
  border: 1px solid #000;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.06em;
  padding: 1.2em 1em;
}
.service_content_btn_wrap {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .service_content_btn_wrap {
    margin-top: 16vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_btn_wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .service_content_btn {
    width: 45vw;
    font-size: 11.5px;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_btn {
    width: 210px;
    font-size: 14px;
    transition: all 0.3s ease-out;
  }
  .service_content_btn:hover {
    color: #fff;
    background-color: #000;
  }
}
.service_content_btn_pdf {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.95%2029.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232b3341%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M7.27%2C17.32c-.05%2C0-.09-.03-.09-.09v-5.71c0-.05%2C.03-.09%2C.09-.09h1.96c1.12%2C0%2C1.81%2C.64%2C1.81%2C1.67s-.68%2C1.66-1.81%2C1.66h-1.5s-.05%2C.02-.05%2C.05v2.42c0%2C.05-.03%2C.09-.09%2C.09h-.32Zm3.27-4.21c0-.75-.47-1.2-1.33-1.2h-1.49s-.05%2C.02-.05%2C.05v2.29s.02%2C.05%2C.05%2C.05h1.49c.86%2C0%2C1.33-.44%2C1.33-1.19Z%22%2F%3E%3Cpath%20d%3D%22M12.37%2C11.52c0-.05%2C.03-.09%2C.09-.09h1.84c.98%2C0%2C1.62%2C.39%2C1.88%2C1.19%2C.11%2C.35%2C.16%2C.67%2C.16%2C1.75s-.05%2C1.4-.16%2C1.75c-.26%2C.8-.9%2C1.19-1.88%2C1.19h-1.84c-.05%2C0-.09-.03-.09-.09v-5.71Zm.54%2C5.33h1.31c.76%2C0%2C1.26-.27%2C1.47-.89%2C.1-.29%2C.14-.59%2C.14-1.58s-.04-1.3-.14-1.58c-.21-.62-.71-.89-1.47-.89h-1.31s-.05%2C.02-.05%2C.05v4.84s.02%2C.05%2C.05%2C.05Z%22%2F%3E%3Cpath%20d%3D%22M17.84%2C11.52c0-.05%2C.03-.09%2C.09-.09h3.36c.05%2C0%2C.09%2C.03%2C.09%2C.09v.29c0%2C.05-.03%2C.09-.09%2C.09h-2.91s-.05%2C.02-.05%2C.05v2.16s.02%2C.05%2C.05%2C.05h2.5c.05%2C0%2C.09%2C.03%2C.09%2C.09v.29c0%2C.05-.03%2C.09-.09%2C.09h-2.5s-.05%2C.02-.05%2C.05v2.55c0%2C.05-.03%2C.09-.09%2C.09h-.32c-.05%2C0-.09-.03-.09-.09v-5.71Z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.94%2C5.56s-.01-.08-.02-.12c0-.01-.01-.03-.02-.04-.02-.05-.05-.09-.09-.13h0L19.68%2C.13h0s-.08-.07-.13-.09c-.01%2C0-.03%2C0-.04-.01-.04-.01-.08-.03-.12-.03H3.3c-.25%2C0-.45%2C.2-.45%2C.45v1.99H.45c-.25%2C0-.45%2C.2-.45%2C.44V29.29c0%2C.24%2C.2%2C.45%2C.45%2C.45H21.65c.25%2C0%2C.45-.21%2C.45-.45v-2.01h2.4c.25%2C0%2C.45-.19%2C.45-.44V5.59s0-.03%2C0-.03Zm-1.53-.43h-3.6V1.54l3.6%2C3.6Zm-2.22%2C23.7H.9V3.34h1.95V26.84c0%2C.25%2C.2%2C.44%2C.45%2C.44H21.19v1.55Zm2.86-2.45H3.75V.9h15.15V5.59c0%2C.24%2C.21%2C.45%2C.45%2C.45h4.69V26.39Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
}
@media only screen and (max-width: 960px) {
  .service_content_btn_pdf {
    background-size: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_btn_pdf {
    background-size: 26px;
  }
  .service_content_btn_pdf:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.95%2029.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.27%2C17.32c-.05%2C0-.09-.03-.09-.09v-5.71c0-.05%2C.03-.09%2C.09-.09h1.96c1.12%2C0%2C1.81%2C.64%2C1.81%2C1.67s-.68%2C1.66-1.81%2C1.66h-1.5s-.05%2C.02-.05%2C.05v2.42c0%2C.05-.03%2C.09-.09%2C.09h-.32Zm3.27-4.21c0-.75-.47-1.2-1.33-1.2h-1.49s-.05%2C.02-.05%2C.05v2.29s.02%2C.05%2C.05%2C.05h1.49c.86%2C0%2C1.33-.44%2C1.33-1.19Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.37%2C11.52c0-.05%2C.03-.09%2C.09-.09h1.84c.98%2C0%2C1.62%2C.39%2C1.88%2C1.19%2C.11%2C.35%2C.16%2C.67%2C.16%2C1.75s-.05%2C1.4-.16%2C1.75c-.26%2C.8-.9%2C1.19-1.88%2C1.19h-1.84c-.05%2C0-.09-.03-.09-.09v-5.71Zm.54%2C5.33h1.31c.76%2C0%2C1.26-.27%2C1.47-.89%2C.1-.29%2C.14-.59%2C.14-1.58s-.04-1.3-.14-1.58c-.21-.62-.71-.89-1.47-.89h-1.31s-.05%2C.02-.05%2C.05v4.84s.02%2C.05%2C.05%2C.05Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17.84%2C11.52c0-.05%2C.03-.09%2C.09-.09h3.36c.05%2C0%2C.09%2C.03%2C.09%2C.09v.29c0%2C.05-.03%2C.09-.09%2C.09h-2.91s-.05%2C.02-.05%2C.05v2.16s.02%2C.05%2C.05%2C.05h2.5c.05%2C0%2C.09%2C.03%2C.09%2C.09v.29c0%2C.05-.03%2C.09-.09%2C.09h-2.5s-.05%2C.02-.05%2C.05v2.55c0%2C.05-.03%2C.09-.09%2C.09h-.32c-.05%2C0-.09-.03-.09-.09v-5.71Z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.94%2C5.56s-.01-.08-.02-.12c0-.01-.01-.03-.02-.04-.02-.05-.05-.09-.09-.13h0L19.68%2C.13h0s-.08-.07-.13-.09c-.01%2C0-.03%2C0-.04-.01-.04-.01-.08-.03-.12-.03H3.3c-.25%2C0-.45%2C.2-.45%2C.45v1.99H.45c-.25%2C0-.45%2C.2-.45%2C.44V29.29c0%2C.24%2C.2%2C.45%2C.45%2C.45H21.65c.25%2C0%2C.45-.21%2C.45-.45v-2.01h2.4c.25%2C0%2C.45-.19%2C.45-.44V5.59s0-.03%2C0-.03Zm-1.53-.43h-3.6V1.54l3.6%2C3.6Zm-2.22%2C23.7H.9V3.34h1.95V26.84c0%2C.25%2C.2%2C.44%2C.45%2C.44H21.19v1.55Zm2.86-2.45H3.75V.9h15.15V5.59c0%2C.24%2C.21%2C.45%2C.45%2C.45h4.69V26.39Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.service_content_ttl {
  color: #1d306a;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .service_content_ttl {
    font-size: 20px;
    margin-top: 12vw;
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_ttl {
    font-size: 26px;
    margin-bottom: 250px;
  }
}
.service_content_lead {
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.75;
}
@media only screen and (max-width: 960px) {
  .service_content_lead {
    font-size: 17px;
    margin-bottom: 7vw;
  }
}
@media only screen and (min-width: 960px) {
  .service_content_lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.service_content_description {
  line-height: 2;
  font-size: 14px;
}
@media only screen and (min-width: 960px) {
  .service_02 .service_content_btn_wrap {
    text-align: left;
  }
}
@media only screen and (max-width: 960px) {
  .service_05 {
    padding-bottom: 40vw;
  }
}

@media only screen and (min-width: 960px) {
  .works.list .lawer_firstview_inner {
    height: 100px;
  }
}
.works_list_main {
  padding-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .works_list_inner {
    width: 950px;
  }
}
@media only screen and (max-width: 960px) {
  .works_list_search {
    padding: 13.33vw 0 36vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_search {
    padding-bottom: 160px;
  }
}
.works_list_search_btns {
  display: flex;
  flex-wrap: wrap;
}
.works_list_search_btns li {
  transition: all 0.3s ease-out;
}
.works_list_search_btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .works_list_search_btns li {
    font-size: 15px;
  }
}
.works_list_search_btns_cat {
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .works_list_search_btns_cat {
    margin-bottom: 7vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_search_btns_cat {
    margin-bottom: 40px;
  }
}
.works_list_search_btns_cat li:not(.selected) {
  background-color: #fff;
}
.works_list_search_btns_cat li:hover,
.works_list_search_btns_cat li.selected {
  color: #fff;
  background-color: #1d306a;
}
.works_list_search_btns_cat li.selected a {
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .works_list_search_btns_cat li {
    width: 49%;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_search_btns_cat li {
    width: 49%;
    height: 45px;
    border-radius: 22.5px;
  }
}
@media only screen and (max-width: 960px) {
  .works_list_search_btns_tag {
    font-size: 11px;
    gap: 5px 10px;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_search_btns_tag {
    gap: 10px;
  }
}
.works_list_search_btns_tag li:not(.selected) {
  border: 1px solid #cccccc;
}
.works_list_search_btns_tag li:hover,
.works_list_search_btns_tag li.selected {
  color: #fff;
  background-color: #1d306a;
}
@media only screen and (max-width: 960px) {
  .works_list_search_btns_tag li {
    padding: 0 1.5em;
    height: 25px;
    border-radius: 12.5px;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_search_btns_tag li {
    padding: 0 1.5em;
    height: 35px;
    border-radius: 17.5px;
  }
}
.works_list_items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .works_list_items {
    flex-direction: column;
    top: -17.33vw;
    margin-bottom: -17.33vw;
    gap: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_items {
    top: -70px;
    margin-bottom: -70px;
    gap: 50px 60px;
  }
}
.works_list_items_wrap {
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .works_list_item {
    width: 430px;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_item a figure {
    overflow: hidden;
    width: 100%;
    height: 265px;
  }
  .works_list_item a img {
    transition: transform 0.3s ease-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .works_list_item a:hover img {
    transform: scale(1.05);
  }
}
.works_list_item_ttl {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .works_list_item_ttl {
    margin-top: 4.5vw;
    margin-bottom: 4vw;
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_item_ttl {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.works_list_item_areas {
  display: flex;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 960px) {
  .works_list_item_areas li {
    font-size: 12px;
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_item_areas li {
    font-size: 12px;
    margin-right: 1.5em;
  }
}
.works_list_item_tags {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .works_list_item_tags {
    width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  .works_list_item_tags li {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .works_list_item_tags li {
    font-size: 12px;
    margin-top: 5px;
  }
}
.works_list_item_tags li:not(:last-child)::after {
  content: "、";
}
@media only screen and (min-width: 960px) {
  .works.detail .lawer_firstview_inner {
    height: 0;
  }
}
.works_detail_main {
  background-color: #fff;
}
.works_detail_inner {
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .works_detail_inner {
    width: 86vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_inner {
    width: 950px;
  }
}
@media only screen and (max-width: 960px) {
  .works_detail_slide li {
    height: 60vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_slide li {
    margin: 0 40px;
    height: 530px;
  }
}
.works_detail_slide li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works_detail_slide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
}
@media only screen and (max-width: 960px) {
  .works_detail_slide .slick-prev {
    left: 0;
    transform: translate(25%, -50%) scale(0.9);
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_slide .slick-prev {
    left: 15%;
    transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 960px) {
  .works_detail_slide .slick-next {
    right: 0;
    transform: translate(-25%, -50%) scale(0.9);
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_slide .slick-next {
    right: 15%;
    transform: translate(-50%, -50%);
  }
}
.works_detail_tags {
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 960px) {
  .works_detail_tags {
    flex-wrap: wrap;
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_tags {
    margin-top: 90px;
  }
}
.works_detail_tags li {
  padding: 0 1em;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .works_detail_tags li {
    border-radius: 12.5px;
    height: 25px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_tags li {
    border-radius: 17px;
    height: 34px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .works_detail_info {
    margin: 10vw 0 24vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_info {
    margin-top: 60px;
  }
}
.works_detail_info dl {
  display: flex;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .works_detail_info dl {
    height: 40px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_info dl {
    height: 48px;
  }
}
.works_detail_info dl:first-child {
  border-top: 1px solid #cccccc;
}
.works_detail_info dt {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #1d306a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .works_detail_info dt {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_info dt {
    width: 152px;
  }
}
.works_detail_info dd {
  border-right: 1px solid #cccccc;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .works_detail_info dd {
    width: 100%;
    padding: 0 1em;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_info dd {
    padding: 0 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_obsession {
    margin-top: 155px;
    margin-bottom: 100px;
  }
}
.works_detail_obsession_ttl {
  letter-spacing: 0.14em;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession_ttl {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_obsession_ttl {
    font-size: 20px;
  }
}
.works_detail_obsession_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession_list {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_obsession_list {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession_item {
    width: 100%;
    margin-bottom: 25vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_obsession_item {
    width: 45%;
    margin-bottom: 100px;
  }
  .works_detail_obsession_item:nth-child(2n) {
    position: relative;
    top: 100px;
  }
}
.works_detail_obsession_item_slide {
  position: relative;
}
.works_detail_obsession_item img {
  background-color: #f6f6f6;
  width: 100%;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession_item img {
    height: 52vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_obsession_item img {
    height: 265px;
  }
}
.works_detail_obsession_item img.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.works_detail_obsession_item img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.works_detail_obsession_item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.works_detail_obsession_item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-zoom.svg);
  background-position: center;
  background-size: 42px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.works_detail_obsession_item a:hover::after {
  opacity: 1;
}
.works_detail_obsession_item a:hover img {
  transform: scale(1.05);
}
.works_detail_obsession_item p {
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession_item p {
    font-size: 14px;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_obsession_item p {
    margin-top: 35px;
    font-size: 15px;
  }
}
.works_detail_obsession .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.works_detail_obsession .slick-prev {
  z-index: 1;
  transform: translateX(-100%);
}
@media only screen and (max-width: 960px) {
  .works_detail_obsession .slick-next {
    transform: scale(1);
  }
}
.works_detail_back {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d306a;
  border: 1px solid #1d306a;
  font-weight: bold;
  margin: auto;
  letter-spacing: 0.14em;
}
.works_detail_back_wrap {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .works_detail_back_wrap {
    padding: 0 0 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_back_wrap {
    padding: 60px 0 90px;
  }
}
@media only screen and (max-width: 960px) {
  .works_detail_back {
    width: 60vw;
    height: 13.3vw;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .works_detail_back {
    font-size: 15px;
    height: 62px;
    width: 300px;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .works_detail_back:hover {
    background-color: #fff;
    color: #1d306a;
  }
}

@media only screen and (min-width: 960px) {
  .house.detail .lawer_firstview_inner {
    height: 0;
  }
}
@media only screen and (max-width: 960px) {
  .house_list_inner {
    width: 92vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_list_inner {
    max-width: 1000px;
  }
}
.house_list_item {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .house_list_item {
    margin-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_list_item {
    margin-bottom: 170px;
  }
}
.house_list_item figure {
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .house_list_item figure {
    aspect-ratio: 655/465;
  }
}
@media only screen and (min-width: 960px) {
  .house_list_item figure {
    aspect-ratio: 970/465;
  }
}
.house_list_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s ease-out;
}
.house_list_item:hover img {
  transform: scale(1.05);
}
.house_list_item strong {
  font-family: "YakuHanJP", "Roboto", sans-serif;
  color: #1d306a;
  letter-spacing: 0.1em;
  position: absolute;
  top: -0.5em;
}
@media only screen and (max-width: 960px) {
  .house_list_item strong {
    left: 0.5em;
    font-size: 7.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_list_item strong {
    left: 1em;
    font-size: 57px;
  }
}
.house_list_item p {
  font-weight: bold;
  margin-top: 0.5em;
}
@media only screen and (max-width: 960px) {
  .house_list_item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .house_list_item p {
    font-size: 22px;
  }
}
.house_detail_main {
  padding-bottom: 0;
}
.house_detail_inner {
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .house_detail_inner {
    width: 86vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_inner {
    width: 950px;
  }
}
.house_detail_garrely {
  background-color: #9e8874;
}
.house_detail_garrely_ttl {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_ttl {
    padding-top: 12vw;
    margin-bottom: 10vw;
    font-size: 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_ttl {
    padding-top: 90px;
    margin-bottom: 70px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_slide_main_item {
    height: 49vw;
  }
}
.house_detail_slide_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.house_detail_slide_main .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .house_detail_slide_main .slick-arrow {
    transform: scale(0.8);
  }
}
.house_detail_slide_main .slick-prev {
  left: 2%;
}
.house_detail_slide_main .slick-next {
  right: 2%;
}
.house_detail_slide_thumb {
  background-color: #faf8f5;
}
@media only screen and (max-width: 960px) {
  .house_detail_slide_thumb {
    padding-top: 1.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_slide_thumb {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_slide_thumb_item {
    margin: 0 2.5px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_slide_thumb_item {
    margin: 0 5px;
  }
}
.house_detail_slide_thumb_item.slick-current {
  opacity: 0.6;
}
.house_detail_slide_thumb img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 960px) {
  .house_detail_slide_thumb .slick-track {
    transform: unset !important;
  }
}
.house_detail_point {
  background-color: #faf8f5;
}
@media only screen and (max-width: 960px) {
  .house_detail_point {
    padding-bottom: 38.7vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point {
    padding-bottom: 160px;
  }
}
.house_detail_point_ttl {
  color: #1d306a;
  letter-spacing: 0.14em;
}
.house_detail_point_ttl strong {
  display: block;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_ttl strong {
    font-size: 17px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_ttl strong {
    font-size: 36px;
  }
}
.house_detail_point_ttl small {
  display: block;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_ttl small {
    margin-top: 0.5em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_ttl small {
    margin-top: 0.5em;
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_ttl img {
    width: 10.93vw;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan {
    padding-top: 8.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan {
    padding-top: 95px;
  }
}
.house_detail_point_minamirinkan_subttl {
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_subttl {
    line-height: 1.7;
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_subttl {
    font-size: 20px;
  }
}
.house_detail_point_minamirinkan_subttl + p {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_subttl + p {
    margin: 1em 0;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_subttl + p {
    margin: 2em 0;
  }
}
.house_detail_point_minamirinkan_c {
  display: flex;
  border: 1px solid #1d306a;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_c {
    flex-direction: column;
    margin: 5vw 0 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_c {
    height: 150px;
    margin: 25px 0 70px;
  }
}
.house_detail_point_minamirinkan_c div {
  background-color: #1d306a;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_c div {
    height: 20vw;
  }
  .house_detail_point_minamirinkan_c div img {
    width: 35vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_c div {
    width: 290px;
  }
}
.house_detail_point_minamirinkan_c p {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_c p {
    font-size: 14px;
    padding: 1em 1.5em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_c p {
    font-size: 14px;
    padding: 40px;
    width: calc(100% - 290px);
  }
}
.house_detail_point_minamirinkan_list {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_list {
    margin-bottom: 150px;
  }
}
.house_detail_point_minamirinkan_list li {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_list li {
    width: calc(50% - 5px);
    padding: 3.6vw 0 5.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_list li {
    padding: 25px 20px 20px;
  }
}
.house_detail_point_minamirinkan_list li strong {
  display: block;
  text-align: center;
  color: #1d306a;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_list li strong {
    margin-bottom: 3.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_list li strong {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_minamirinkan_list li small {
    line-height: 1.7;
    display: block;
    padding: 10px 1em 0;
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_minamirinkan_list li small {
    margin-top: 20px;
    font-size: 12px;
  }
}
.house_detail_point_slide_wrap {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_slide_wrap {
    padding: 8vw 0 10.67vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_slide_wrap {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_slide_wrap + .house_detail_point_slide_wrap {
    margin-top: 5.33vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_slide_wrap + .house_detail_point_slide_wrap {
    margin-top: 50px;
  }
}
.house_detail_point_slide_ttl {
  letter-spacing: 0.14em;
  font-weight: bold;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_slide_ttl {
    margin-bottom: 2em;
    width: 86vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_slide_ttl {
    margin-bottom: 1em;
    width: 950px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_slide li {
    margin: 0 3vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_slide li {
    margin: 0 22px;
  }
}
.house_detail_point_slide p {
  margin-top: 1em;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_slide p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_slide p {
    font-size: 14px;
  }
}
.house_detail_point_slide .slick-arrow {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_slide .slick-arrow {
    top: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_slide .slick-arrow {
    top: 12vw;
  }
}
.house_detail_point_slide .slick-prev {
  left: 9%;
}
.house_detail_point_slide .slick-next {
  right: 9%;
}
.house_detail_feature {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature {
    padding-top: 16vw;
    padding-bottom: 25vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.house_detail_feature_ttl {
  font-weight: bold;
  color: #1d306a;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_ttl {
    font-size: 17px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_ttl {
    font-size: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_list {
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    gap: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_list li {
    margin-top: 13.3vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_list li {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0 50px;
  }
  .house_detail_feature_list li:nth-last-of-type(odd) img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .house_detail_feature_list li:nth-last-of-type(odd) strong {
    grid-column: 2/2;
    grid-row: 1/2;
  }
  .house_detail_feature_list li:nth-last-of-type(odd) p {
    grid-column: 2/2;
    grid-row: 2/2;
  }
  .house_detail_feature_list li:nth-last-of-type(even) img {
    grid-column: 2/2;
    grid-row: 1/3;
  }
  .house_detail_feature_list li:nth-last-of-type(even) strong {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .house_detail_feature_list li:nth-last-of-type(even) p {
    grid-column: 1/2;
    grid-row: 2/2;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_list li img {
    width: 450px;
  }
}
.house_detail_feature_list li strong {
  display: block;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_list li strong {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_list li strong {
    font-size: 22px;
    width: 100%;
  }
}
.house_detail_feature_list li p {
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_list li p {
    font-size: 14px;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_list li p {
    font-size: 14px;
  }
}
.house_detail_feature_box {
  box-shadow: 0px 0px 15px -5px #777777;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_box {
    flex-direction: column;
    align-items: center;
    margin-top: 17.33vw;
    padding: 10vw 8.67vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_box {
    margin-top: 160px;
    padding: 40px 90px;
    gap: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_box_l {
    width: 400px;
  }
}
.house_detail_feature_box strong {
  display: block;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 1em 0;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_box strong {
    margin-top: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_box strong {
    font-size: 18px;
  }
}
.house_detail_feature_box p {
  line-height: 2;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_box p {
    font-size: 14px;
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_feature_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_feature_box img {
    width: 53.3vw;
  }
}
.house_detail_access {
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .house_detail_access {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access .house_detail_inner {
    width: 890px;
  }
}
.house_detail_access p {
  letter-spacing: 0.025em;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .house_detail_access p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access p {
    font-size: 15px;
  }
}
.house_detail_access_ttl {
  color: #9e8874;
  text-align: center;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .house_detail_access_ttl {
    font-size: 18px;
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_ttl {
    font-size: 22px;
  }
}
.house_detail_access_map {
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .house_detail_access_map {
    height: 56vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_map {
    width: 96%;
    margin-top: 60px;
    height: 460px;
  }
}
.house_detail_access_map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .house_detail_access_address {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_address {
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_access_address strong {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_address strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_access_address p {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_address p {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_howtogo {
    display: flex;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_howtogo_l {
    border-right: 1px solid #cccccc;
    padding: 15px 50px 30px 0;
    width: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_access_howtogo_r {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_howtogo_r {
    padding: 15px 0 30px 50px;
    width: 50%;
  }
}
.house_detail_access_howtogo_item strong {
  display: block;
}
@media only screen and (max-width: 960px) {
  .house_detail_access_howtogo_item strong {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_howtogo_item strong {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_access_howtogo_item + .house_detail_access_howtogo_item {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_access_howtogo_item + .house_detail_access_howtogo_item {
    margin-top: 50px;
  }
}
.house_detail_reserve {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .house_detail_reserve {
    padding-top: 26.6vw;
    padding-bottom: 13.3vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_reserve {
    padding-top: 160px;
    padding-bottom: 200px;
  }
}
.house_detail_reserve_ttl {
  color: #9e8874;
  text-align: center;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .house_detail_reserve_ttl {
    font-size: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_reserve_ttl {
    font-size: 22px;
  }
}
.house_detail_reserve_form_wrap {
  box-shadow: 0px 0px 15px -5px #777777;
}
@media only screen and (max-width: 960px) {
  .house_detail_reserve_form_wrap {
    margin-top: 10vw;
    padding: 9.3vw 8vw 13.3vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_reserve_form_wrap {
    margin-top: 50px;
    padding: 95px 80px 155px;
  }
}
.house_detail_cv {
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 960px) {
  .house_detail_cv:hover {
    opacity: 0.7;
  }
}
.house_detail_cv_wrap {
  position: fixed;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .house_detail_cv_wrap {
    bottom: 4vw;
    right: 4vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_cv_wrap {
    bottom: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_cv img {
    width: 23vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_cv img {
    width: 140px;
  }
}
.house_detail_banner {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .house_detail_banner {
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_banner {
    padding-bottom: 120px;
  }
}

.minamirinkan-confirm .house_detail_reserve {
  padding-top: 0;
}
.minamirinkan-confirm .inquiry_form_input_dtime_inner br {
  display: none;
}

.minamirinkan-thanks .house_detail_reserve {
  padding-top: 0;
}
.minamirinkan-thanks p {
  line-height: 2;
}

.house_detail_garrely_lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-color: #1d306a;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_lead {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_lead {
    padding: 60px 0;
  }
}
.house_detail_garrely_lead span {
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_lead span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_lead span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_lead strong {
    font-size: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_lead strong {
    font-size: 47px;
  }
}
.house_detail_garrely_lead u {
  text-decoration: underline;
  margin-top: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_lead u {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_lead u {
    font-size: 16px;
  }
}
.house_detail_garrely_tour {
  background-color: #faf8f5;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour {
    padding-top: 10vw;
  }
}
.house_detail_garrely_tour_inner {
  background-color: #1d306a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour_inner {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_inner {
    padding: 70px 20px 100px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour_ttl {
    width: 44.6666666667vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_ttl {
    width: 232px;
  }
}
.house_detail_garrely_tour_ttl + span {
  margin-top: 1.5em;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour_ttl + span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_ttl + span {
    font-size: 14px;
  }
}
.house_detail_garrely_tour_movie {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour_movie {
    gap: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_movie {
    gap: 110px;
  }
}
.house_detail_garrely_tour_movie li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour_movie li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_movie li {
    font-size: 16px;
  }
}
.house_detail_garrely_tour_movie li span {
  margin-top: 3em;
  margin-bottom: 1em;
}
.house_detail_garrely_tour_movie li a {
  display: block;
  transition: opacity 0.3s ease-out;
  position: relative;
}
.house_detail_garrely_tour_movie li a:hover {
  opacity: 0.7;
}
.house_detail_garrely_tour_movie li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon-play.png);
}
@media only screen and (max-width: 960px) {
  .house_detail_garrely_tour_movie li a::after {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_movie li a::after {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_garrely_tour_movie li a img {
    width: 290px;
  }
}
.house_detail_point_01_real {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_real_wrap {
    overflow-x: auto;
    padding: 35px 30px;
    margin-bottom: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_real_wrap {
    margin-inline: auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .house_detail_point_01_real_wrap {
    padding: 0 2vw;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1140px) {
  .house_detail_point_01_real_wrap {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_real {
    margin-top: 20px;
    width: 190vw;
    overflow-x: scroll;
  }
  .house_detail_point_01_real li {
    width: 61.3333333333vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_real {
    margin-top: 40px;
    margin-bottom: 65px;
    justify-content: center;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_real img {
    width: 296px;
  }
}
.house_detail_point_01_content_block {
  background-color: #fff;
  border: 1px solid #1d306a;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_01 {
    padding: 25px 0;
  }
  .house_detail_point_01_content_block_inner.inner_01 img {
    width: 90%;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_01 {
    padding: 50px 0;
  }
  .house_detail_point_01_content_block_inner.inner_01 img {
    width: 790px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_02 {
    padding: 25px 0;
  }
  .house_detail_point_01_content_block_inner.inner_02 img {
    width: 90%;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_02 {
    padding: 50px 0 20px;
  }
  .house_detail_point_01_content_block_inner.inner_02 img {
    width: 752px;
  }
}
.house_detail_point_01_content_block_inner.inner_03 {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_03 {
    padding: 25px 0;
  }
  .house_detail_point_01_content_block_inner.inner_03 img {
    width: 90%;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_03 {
    padding: 50px 0 80px;
  }
  .house_detail_point_01_content_block_inner.inner_03 img {
    width: 849px;
  }
}
.house_detail_point_01_content_block_inner.inner_03 .anchor {
  position: absolute;
}
.house_detail_point_01_content_block_inner.inner_03 .anchor a {
  text-decoration: underline;
}
.house_detail_point_01_content_block_inner.inner_03 .anchor a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_03 .anchor {
    width: 100%;
    text-align: center;
    left: 0;
    top: 94vw;
    font-size: 13px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_content_block_inner.inner_03 .anchor {
    font-size: 14px;
    left: 135px;
    bottom: 50px;
  }
}
.house_detail_point_01_content_block_ttl {
  background-color: #1d306a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 55px;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_content_block_ttl {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_content_block_ttl {
    font-size: 18px;
  }
}
.house_detail_point_01_content_block img {
  margin: auto;
  max-width: 100%;
}
.house_detail_point_01_content_block + .house_detail_point_01_content_block {
  margin-top: 20px;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material {
    margin-top: 100px;
    padding-bottom: 90px;
  }
}
.house_detail_point_01_material_lead {
  display: block;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_lead {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_lead {
    font-size: 20px;
  }
}
.house_detail_point_01_material_list_01 {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_01 {
    flex-direction: column;
  }
}
.house_detail_point_01_material_list_01 li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_01 li {
    padding: 1em 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_01 li {
    padding: 20px 40px 40px 40px;
  }
}
.house_detail_point_01_material_list_01 li strong {
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_01 li strong {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_01 li strong {
    font-size: 14px;
  }
}
.house_detail_point_01_material_list_01 li img {
  width: 100%;
}
.house_detail_point_01_material_list_01 li p {
  margin-top: 0.5em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_01 li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_01 li p {
    font-size: 12px;
  }
}
.house_detail_point_01_material_list_01 li a {
  text-decoration: underline;
}
.house_detail_point_01_material_list_02 {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_02 {
    margin-top: 1em;
    gap: 20px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_02 {
    gap: 30px;
  }
}
.house_detail_point_01_material_list_02_wrap {
  margin-top: 10px;
  background-color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_02_wrap {
    padding: 1em 1em;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_02_wrap {
    padding: 20px 40px 40px 40px;
  }
}
.house_detail_point_01_material_list_02_wrap img {
  margin: auto;
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_02_wrap img {
    margin-bottom: 20px;
  }
}
.house_detail_point_01_material_list_02 p {
  margin-top: 0.5em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_01_material_list_02 p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_01_material_list_02 p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_02 {
    padding-bottom: 17.3333333333vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_02 {
    padding-bottom: 90px;
  }
}
.house_detail_point_02_list {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_02_list {
    flex-direction: column;
    margin-top: 2em;
    gap: 6.6666666667vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_02_list {
    margin-top: 2.5em;
    gap: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_02_list li {
    width: calc(50% - 25px);
  }
}
.house_detail_point_02_list strong {
  display: block;
  font-weight: normal;
  color: #1d306a;
  margin-bottom: 1em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_02_list strong {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_02_list strong {
    font-size: 18px;
  }
}
.house_detail_point_02_list p {
  margin-top: 1em;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_02_list p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_02_list p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 960px) {
  .house_detail_point_03 {
    padding-bottom: 17.3333333333vw;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_03 {
    padding-bottom: 130px;
  }
}
.house_detail_point_03 strong {
  display: block;
  color: #1d306a;
  margin-top: 2em;
  margin-bottom: 1.5em;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_03 strong {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_03 strong {
    font-size: 18px;
  }
}
.house_detail_point_03_list {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 960px) {
  .house_detail_point_03_list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_03_list {
    justify-content: center;
  }
}
@media only screen and (min-width: 960px) {
  .house_detail_point_03_list li {
    width: 335px;
  }
}
.house_detail_point_03 p {
  margin-top: 1em;
  text-align: center;
  font-size: 12px;
}

.company_main {
  padding-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .company .lawer_firstview_nav {
    padding-bottom: 16vw;
  }
}
@media only screen and (min-width: 960px) {
  .company .lawer_firstview_nav {
    padding-bottom: 110px;
  }
}
.company_content {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .company_content {
    padding-top: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 960px) {
  .company_content:last-child {
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content:last-child {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_inner {
    display: flex;
    margin-left: 14vw;
  }
}
.company_content_ttl {
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .company_content_ttl {
    margin-bottom: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_ttl {
    width: 310px;
    flex-shrink: 0;
  }
}
.company_content_ttl span {
  position: relative;
  color: #1d306a;
  display: inline-block;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .company_content_ttl span {
    padding-bottom: 6vw;
    font-size: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_ttl span {
    padding-bottom: 40px;
    font-size: 26px;
  }
}
.company_content_ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #1d306a;
}
@media only screen and (max-width: 960px) {
  .company_content_ttl span::after {
    width: 7vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_ttl span::after {
    width: 45px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_main {
    padding-right: 7.5vw;
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_greeting {
    padding-bottom: 6vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_greeting {
    padding-bottom: 50px;
  }
}
.company_content_greeting_ttl {
  display: block;
}
@media only screen and (max-width: 960px) {
  .company_content_greeting_ttl {
    font-size: 17px;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_greeting_ttl {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.company_content_greeting_txt {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .company_content_greeting_txt {
    line-height: 2;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_greeting_txt {
    line-height: 2.2;
    margin-bottom: 50px;
  }
}
.company_content_greeting_name {
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .company_content_greeting_name {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_greeting_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_greeting_name small {
    font-size: 11.5px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_greeting_name small {
    font-size: 14px;
  }
}
.company_content_tbl {
  border-bottom: 1px solid #cccccc;
  letter-spacing: 0.025em;
  line-height: 1.7;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .company_content_tbl {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_tbl {
    display: flex;
  }
}
.company_content_tbl:first-child {
  border-top: 1px solid #cccccc;
}
.company_content_tbl dt {
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .company_content_tbl dt {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_tbl dt {
    padding: 2em 0;
    width: 130px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_tbl dd {
    padding: 2em 0;
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 960px) {
  .company_content_tbl dd.flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
.company_content_tbl ol {
  list-style-type: decimal;
  padding-left: 0;
  padding-left: 1em;
}
@media only screen and (min-width: 960px) {
  .company_content_document a {
    display: block;
    transition: opacity 0.3s ease-out;
  }
  .company_content_document a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_document img {
    width: 40vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_document img {
    width: 180px;
  }
}
.company_content_document span {
  display: flex;
  align-items: center;
  margin-top: 2em;
  font-size: 14px;
}
.company_content_document span::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.95%2029.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232b3341%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M7.27%2C17.32c-.05%2C0-.09-.03-.09-.09v-5.71c0-.05%2C.03-.09%2C.09-.09h1.96c1.12%2C0%2C1.81%2C.64%2C1.81%2C1.67s-.68%2C1.66-1.81%2C1.66h-1.5s-.05%2C.02-.05%2C.05v2.42c0%2C.05-.03%2C.09-.09%2C.09h-.32Zm3.27-4.21c0-.75-.47-1.2-1.33-1.2h-1.49s-.05%2C.02-.05%2C.05v2.29s.02%2C.05%2C.05%2C.05h1.49c.86%2C0%2C1.33-.44%2C1.33-1.19Z%22%2F%3E%3Cpath%20d%3D%22M12.37%2C11.52c0-.05%2C.03-.09%2C.09-.09h1.84c.98%2C0%2C1.62%2C.39%2C1.88%2C1.19%2C.11%2C.35%2C.16%2C.67%2C.16%2C1.75s-.05%2C1.4-.16%2C1.75c-.26%2C.8-.9%2C1.19-1.88%2C1.19h-1.84c-.05%2C0-.09-.03-.09-.09v-5.71Zm.54%2C5.33h1.31c.76%2C0%2C1.26-.27%2C1.47-.89%2C.1-.29%2C.14-.59%2C.14-1.58s-.04-1.3-.14-1.58c-.21-.62-.71-.89-1.47-.89h-1.31s-.05%2C.02-.05%2C.05v4.84s.02%2C.05%2C.05%2C.05Z%22%2F%3E%3Cpath%20d%3D%22M17.84%2C11.52c0-.05%2C.03-.09%2C.09-.09h3.36c.05%2C0%2C.09%2C.03%2C.09%2C.09v.29c0%2C.05-.03%2C.09-.09%2C.09h-2.91s-.05%2C.02-.05%2C.05v2.16s.02%2C.05%2C.05%2C.05h2.5c.05%2C0%2C.09%2C.03%2C.09%2C.09v.29c0%2C.05-.03%2C.09-.09%2C.09h-2.5s-.05%2C.02-.05%2C.05v2.55c0%2C.05-.03%2C.09-.09%2C.09h-.32c-.05%2C0-.09-.03-.09-.09v-5.71Z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.94%2C5.56s-.01-.08-.02-.12c0-.01-.01-.03-.02-.04-.02-.05-.05-.09-.09-.13h0L19.68%2C.13h0s-.08-.07-.13-.09c-.01%2C0-.03%2C0-.04-.01-.04-.01-.08-.03-.12-.03H3.3c-.25%2C0-.45%2C.2-.45%2C.45v1.99H.45c-.25%2C0-.45%2C.2-.45%2C.44V29.29c0%2C.24%2C.2%2C.45%2C.45%2C.45H21.65c.25%2C0%2C.45-.21%2C.45-.45v-2.01h2.4c.25%2C0%2C.45-.19%2C.45-.44V5.59s0-.03%2C0-.03Zm-1.53-.43h-3.6V1.54l3.6%2C3.6Zm-2.22%2C23.7H.9V3.34h1.95V26.84c0%2C.25%2C.2%2C.44%2C.45%2C.44H21.19v1.55Zm2.86-2.45H3.75V.9h15.15V5.59c0%2C.24%2C.21%2C.45%2C.45%2C.45h4.69V26.39Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
.company_content_showroom {
  background-color: #f7f8f8;
}
@media only screen and (max-width: 960px) {
  .company_content_showroom {
    margin-left: 4vw;
    padding-top: 15vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom {
    padding-top: 150px;
    margin-left: 7vw;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom .inner {
    margin-left: 4vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom .inner {
    margin-left: 7vw;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_main {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_main {
    margin-bottom: 50px;
  }
}
.company_content_showroom_main_ttl {
  display: block;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_main_ttl {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_main_ttl {
    font-size: 16px;
  }
}
.company_content_showroom_main_txt {
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_main_txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_main_txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_txt {
    width: 46%;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_img {
    width: 46%;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_cv {
    width: 46%;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_cv .btn_arrow {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_cv .btn_arrow {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_line {
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
    padding-right: 7.5vw;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_line_01 {
    margin-bottom: 21vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    padding: 0;
  }
  .company_content_showroom_line_01 img {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_line_01 {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_line_03 div {
    order: 2;
  }
  .company_content_showroom_line_03 img {
    order: 1;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_access {
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_access {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_access_wrap .company_content_ttl {
    margin-left: 7vw;
  }
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_access_wrap.inner {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
}
.company_content_showroom_access_map {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_access_map {
    height: 60vw;
  }
}
@media only screen and (min-width: 960px) {
  .company_content_showroom_access_map {
    height: 450px;
  }
}
.company_content_showroom_access_map iframe {
  width: 100%;
  height: 100%;
}
.company_content_showroom_access p {
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
}
@media only screen and (max-width: 960px) {
  .company_content_showroom_access p {
    margin-left: auto;
    margin-right: auto;
    width: 86vw;
  }
}
.company_content_showroom_access p + p {
  margin-top: 2em;
}
@media only screen and (max-width: 960px) {
  .company_02 .flex-pc div {
    margin-bottom: 0.5em;
  }
}

.staff_main {
  padding-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .staff .lawer_firstview_nav {
    padding-bottom: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .staff .lawer_firstview_nav {
    margin-top: min(30vw, 800px);
    padding-bottom: 160px;
  }
}
.staff .lawer_firstview_nav_ttl {
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .staff .lawer_firstview_nav_ttl {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 960px) {
  .staff .lawer_firstview_nav_ttl {
    padding-top: 260px;
  }
}
.staff_content {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .staff_content {
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .staff_content {
    padding-bottom: 300px;
  }
}
.staff_content_list {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .staff_content_list.inner {
    width: 65vw;
  }
}
@media only screen and (min-width: 960px) {
  .staff_content_list.inner {
    width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .staff_content_list {
    margin-bottom: 18vw;
    top: -10vw;
    margin-bottom: -10vw;
  }
}
@media only screen and (min-width: 960px) {
  .staff_content_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 60px;
    top: -40px;
    margin-bottom: -40px;
  }
}
.staff_content_item img {
  margin-bottom: 10px;
}
.staff_content_item strong {
  display: block;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.staff_content_item p {
  line-height: 1.75;
  font-size: 12px;
}

.faq_main {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .faq_content_inner {
    padding-bottom: 50vw;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_inner {
    width: 900px;
    padding-bottom: 300px;
  }
}
.faq_content_nav {
  background-color: #eef2f8;
}
@media only screen and (max-width: 960px) {
  .faq_content_nav {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_nav {
    padding-top: 110px;
    padding-bottom: 130px;
  }
}
.faq_content_nav .inner {
  padding-bottom: 0;
}
.faq_content_nav_select {
  position: relative;
  z-index: 1;
}
.faq_content_nav_select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}
.faq_content_nav_select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #1d306a;
  color: #fff;
  width: 100%;
  padding: 1em 2em;
}
@media only screen and (max-width: 960px) {
  .faq_content_nav_select select {
    height: 60px;
    border-radius: 30px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_nav_select select {
    height: 46px;
    border-radius: 23px;
  }
}
.faq_content_list_wrap {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 960px) {
  .faq_content_list_wrap {
    padding: 15vw 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_list_wrap {
    padding: 90px 0 0;
  }
}
.faq_content_item {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 960px) {
  .faq_content_item {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_item {
    padding: 30px 20px;
  }
}
.faq_content_item_qa {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.faq_content_item_q {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  text-indent: -30px;
  padding-left: 30px;
  padding-right: 40px;
}
.faq_content_item_q::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  background-image: url(../img/icon-faq-q.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.faq_content_item_q::after {
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  background-image: url(../img/icon-faq-plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .faq_content_item_q::after {
    right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_item_q::after {
    right: 1em;
  }
}
.faq_content_item_q.open::after {
  background-image: url(../img/icon-faq-minus.png);
}
.faq_content_item_a {
  display: none;
  color: #1d306a;
  text-indent: -30px;
  padding-left: 30px;
}
@media only screen and (max-width: 960px) {
  .faq_content_item_a {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .faq_content_item_a {
    margin-top: 30px;
  }
}
.faq_content_item_a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background-image: url(../img/icon-faq-a.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.faq_content_item_a a {
  text-decoration: underline;
}

.policy_main {
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .policy_content_inner {
    width: 1000px;
  }
}
.policy_content p {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 960px) {
  .policy_content_lead {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 960px) {
  .policy_content_block {
    margin-bottom: 80px;
  }
}
.policy_content_block strong {
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 960px) {
  .policy_content_block strong {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .policy_content_block strong {
    font-size: 18px;
  }
}

.topics_list_main {
  padding-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .topics_list_search {
    padding: 15vw 0 37vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_search {
    padding: 130px 0 230px;
  }
}
.topics_list_search_btns {
  display: grid;
}
@media only screen and (max-width: 960px) {
  .topics_list_search_btns {
    grid-template-columns: 1fr 1fr;
    gap: 2.6vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_search_btns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.topics_list_search_btns li {
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .topics_list_search_btns li {
    font-size: 12.5px;
    height: 31px;
    border-radius: 15.5px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_search_btns li {
    font-size: 14px;
    height: 48px;
    border-radius: 24px;
  }
}
.topics_list_search_btns li:not(.selected) {
  background-color: #fff;
  border: 1px solid #cccccc;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 960px) {
  .topics_list_search_btns li:not(.selected):hover {
    border: none;
    background-color: #1d306a;
    color: #fff;
  }
}
.topics_list_search_btns li.selected {
  background-color: #1d306a;
  color: #fff;
  pointer-events: none;
}
.topics_list_search_btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.topics_list_items {
  display: grid;
  position: relative;
}
.topics_list_items_wrap {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .topics_list_items {
    grid-template-columns: 1fr;
    gap: 10vw;
    top: -20vw;
    margin-bottom: -20vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 80px;
    top: -90px;
    margin-bottom: -90px;
  }
}
.topics_list_items_none {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .topics_list_items_none {
    padding: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_items_none {
    padding: 120px;
  }
}
.topics_list_item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.topics_list_item_img {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 100%;
}
.topics_list_item_img img {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.topics_list_item:hover img {
  transform: scale(1.05);
}
.topics_list_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.topics_list_item span {
  display: inline-block;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  padding: 0 1em;
  background-color: #1d306a;
  color: #fff;
  border-radius: 9px;
  margin-top: 10px;
}
.topics_list_item strong {
  display: block;
  line-height: 1.6;
  flex-grow: 1;
}
@media only screen and (max-width: 960px) {
  .topics_list_item strong {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_item strong {
    margin-top: 15px;
    font-size: 16px;
  }
}
.topics_list_item small {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  .topics_list_item small {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_list_item small {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_wrap {
    padding-top: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_wrap {
    padding-top: 80px;
    display: flex;
    max-width: 1300px;
    margin: auto;
  }
}
.topics_sold-out {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  translate: -50% -50%;
  font-size: 16px;
  border-radius: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  padding: 6px 8px;
  border: 1px solid white;
  background-color: #33333344;
  text-shadow: 0px 0px 1px black;
}

.topics_detail_main_content {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content {
    width: 86vw;
    margin: auto;
    padding: 7vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content {
    margin-left: min(6vw, 90px);
    padding: min(6vw, 90px);
    max-width: 880px;
    width: 100%;
  }
}
.topics_detail_main_content_body {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.topics_detail_main_content_body p {
  margin: 1em 0;
}
.topics_detail_main_content_body .wp-caption {
  max-width: 100%;
}
.topics_detail_main_content_body img {
  display: block;
  max-width: 100%;
  margin: 1em 0 0.5em;
}
.topics_detail_main_content_body small {
  font-size: 80%;
}
.topics_detail_main_content_body strong {
  font-weight: bold;
}
.topics_detail_main_content_body h3:not(.topic-hd) {
  color: #fff;
  background-color: #1d306a;
  padding: 1em 2em;
  line-height: 1.7;
  margin-top: 4em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body h3:not(.topic-hd) {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body h3:not(.topic-hd) {
    font-size: 16px;
  }
}
.topics_detail_main_content_body h4:not(.topic-hd) {
  position: relative;
  color: #1d306a;
  line-height: 1.7;
  margin-top: 4em;
  margin-bottom: 2em;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body h4:not(.topic-hd) {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body h4:not(.topic-hd) {
    font-size: 16px;
  }
}
.topics_detail_main_content_body h4:not(.topic-hd):before {
  content: "■";
  position: absolute;
  left: 0;
  top: 1px;
}
.topics_detail_main_content_body h4:not(.topic-hd):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1d306a;
}
.topics_detail_main_content_body ul {
  line-height: 2;
  padding-left: 1em;
  margin: 1em 0;
  font-size: 14px;
}
.topics_detail_main_content_body ul li {
  list-style-type: disc;
}
.topics_detail_main_content_body ol {
  line-height: 2;
  padding-left: 1em;
  margin: 1em 0;
  font-size: 14px;
}
.topics_detail_main_content_body ol li {
  list-style-type: decimal;
}
.topics_detail_main_content_body #toc_container {
  width: 100%;
}
.topics_detail_main_content_body #toc_container .toc_title {
  letter-spacing: 0.14em;
  background-image: url(../img/icon-toc.png);
  background-size: 1.4em;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1em 2em;
  border-bottom: 2px dotted #000;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body #toc_container .toc_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body #toc_container .toc_title {
    font-size: 25px;
  }
}
.topics_detail_main_content_body #toc_container li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.topics_detail_main_content_body #toc_container a {
  display: flex;
}
.topics_detail_main_content_body #toc_container .toc_number {
  display: inline-block;
  margin-right: 1em;
}
.topics_detail_main_content_body #toc_container > ul {
  background-color: #faf8f5;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body #toc_container > ul {
    padding: 3vw 5vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body #toc_container > ul {
    padding: 25px 35px;
  }
}
.topics_detail_main_content_body #toc_container > ul > li > ul {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body #toc_container > ul > li > ul {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body #toc_container > ul > li > ul {
    padding: 15px 25px;
    margin-bottom: 10px;
  }
}
.topics_detail_main_content_body .topic-hd.ribbon-01,
.topics_detail_main_content_body .topic-hd.ribbon-02,
.topics_detail_main_content_body .topic-hd.ribbon-03,
.topics_detail_main_content_body .topic-hd.ribbon-04,
.topics_detail_main_content_body .topic-hd.ribbon-05,
.topics_detail_main_content_body .topic-hd.ribbon-06,
.topics_detail_main_content_body .topic-hd.ribbon-07,
.topics_detail_main_content_body .topic-hd.ribbon-08,
.topics_detail_main_content_body .topic-hd.ribbon-09 {
  display: block;
  line-height: 1.7;
  background-repeat: no-repeat;
  background-position: left center;
  color: #1d306a;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .topic-hd.ribbon-01,
  .topics_detail_main_content_body .topic-hd.ribbon-02,
  .topics_detail_main_content_body .topic-hd.ribbon-03,
  .topics_detail_main_content_body .topic-hd.ribbon-04,
  .topics_detail_main_content_body .topic-hd.ribbon-05,
  .topics_detail_main_content_body .topic-hd.ribbon-06,
  .topics_detail_main_content_body .topic-hd.ribbon-07,
  .topics_detail_main_content_body .topic-hd.ribbon-08,
  .topics_detail_main_content_body .topic-hd.ribbon-09 {
    background-size: 80vw;
    padding: 4vw 2vw 2vw 13vw;
    font-size: 18px;
    background-position: top left;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .topic-hd.ribbon-01,
  .topics_detail_main_content_body .topic-hd.ribbon-02,
  .topics_detail_main_content_body .topic-hd.ribbon-03,
  .topics_detail_main_content_body .topic-hd.ribbon-04,
  .topics_detail_main_content_body .topic-hd.ribbon-05,
  .topics_detail_main_content_body .topic-hd.ribbon-06,
  .topics_detail_main_content_body .topic-hd.ribbon-07,
  .topics_detail_main_content_body .topic-hd.ribbon-08,
  .topics_detail_main_content_body .topic-hd.ribbon-09 {
    padding: 1.5em 1em 0.8em 4.2em;
    font-size: 26px;
    background-size: 100%;
    background-position: top left;
  }
}
.topics_detail_main_content_body .topic-hd.ribbon-01::after,
.topics_detail_main_content_body .topic-hd.ribbon-02::after,
.topics_detail_main_content_body .topic-hd.ribbon-03::after,
.topics_detail_main_content_body .topic-hd.ribbon-04::after,
.topics_detail_main_content_body .topic-hd.ribbon-05::after,
.topics_detail_main_content_body .topic-hd.ribbon-06::after,
.topics_detail_main_content_body .topic-hd.ribbon-07::after,
.topics_detail_main_content_body .topic-hd.ribbon-08::after,
.topics_detail_main_content_body .topic-hd.ribbon-09::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../img/heading-topic-ribbon-bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .topic-hd.ribbon-01::after,
  .topics_detail_main_content_body .topic-hd.ribbon-02::after,
  .topics_detail_main_content_body .topic-hd.ribbon-03::after,
  .topics_detail_main_content_body .topic-hd.ribbon-04::after,
  .topics_detail_main_content_body .topic-hd.ribbon-05::after,
  .topics_detail_main_content_body .topic-hd.ribbon-06::after,
  .topics_detail_main_content_body .topic-hd.ribbon-07::after,
  .topics_detail_main_content_body .topic-hd.ribbon-08::after,
  .topics_detail_main_content_body .topic-hd.ribbon-09::after {
    height: 0.2vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .topic-hd.ribbon-01::after,
  .topics_detail_main_content_body .topic-hd.ribbon-02::after,
  .topics_detail_main_content_body .topic-hd.ribbon-03::after,
  .topics_detail_main_content_body .topic-hd.ribbon-04::after,
  .topics_detail_main_content_body .topic-hd.ribbon-05::after,
  .topics_detail_main_content_body .topic-hd.ribbon-06::after,
  .topics_detail_main_content_body .topic-hd.ribbon-07::after,
  .topics_detail_main_content_body .topic-hd.ribbon-08::after,
  .topics_detail_main_content_body .topic-hd.ribbon-09::after {
    height: 1.5px;
  }
}
.topics_detail_main_content_body .topic-hd.ribbon-01 {
  background-image: url(../img/heading-topic-ribbon-01.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-02 {
  background-image: url(../img/heading-topic-ribbon-02.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-03 {
  background-image: url(../img/heading-topic-ribbon-03.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-04 {
  background-image: url(../img/heading-topic-ribbon-04.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-05 {
  background-image: url(../img/heading-topic-ribbon-05.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-06 {
  background-image: url(../img/heading-topic-ribbon-06.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-07 {
  background-image: url(../img/heading-topic-ribbon-07.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-08 {
  background-image: url(../img/heading-topic-ribbon-08.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.ribbon-09 {
  background-image: url(../img/heading-topic-ribbon-09.png?v=20221027);
}
.topics_detail_main_content_body .topic-hd.baloon {
  display: block;
  margin: 1em 0 2em;
  position: relative;
  padding: 0.3em 1.5em calc(0.3em + 10px);
  background: #e9ebf1;
  line-height: 1.6;
  color: #1d306a;
}
.topics_detail_main_content_body .topic-hd.baloon:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #000;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .topic-hd.baloon {
    font-size: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .topic-hd.baloon {
    font-size: 20px;
  }
}
.topics_detail_main_content_body .topic-hd.bullet {
  display: block;
  position: relative;
  padding: 0.3em 0 0.3em 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .topic-hd.bullet {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .topic-hd.bullet {
    font-size: 16px;
  }
}
.topics_detail_main_content_body .topic-hd.bullet::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #1d306a;
  position: absolute;
  left: 0;
  top: 0;
}
.topics_detail_main_content_body .topic-point-pencil,
.topics_detail_main_content_body .topic-point-glass,
.topics_detail_main_content_body .topic-point-tag,
.topics_detail_main_content_body .topic-point-exp {
  position: relative;
  margin: 2em 0;
  color: #1d306a;
  letter-spacing: 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .topic-point-pencil,
  .topics_detail_main_content_body .topic-point-glass,
  .topics_detail_main_content_body .topic-point-tag,
  .topics_detail_main_content_body .topic-point-exp {
    font-size: 15px;
    padding: 15vw 5vw 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .topic-point-pencil,
  .topics_detail_main_content_body .topic-point-glass,
  .topics_detail_main_content_body .topic-point-tag,
  .topics_detail_main_content_body .topic-point-exp {
    font-size: 16px;
    padding: 60px 40px 50px;
  }
}
.topics_detail_main_content_body .topic-point-pencil::after,
.topics_detail_main_content_body .topic-point-glass::after,
.topics_detail_main_content_body .topic-point-tag::after,
.topics_detail_main_content_body .topic-point-exp::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  top: 15px;
  left: 15px;
  display: block;
}
.topics_detail_main_content_body .topic-point-pencil::after {
  width: 30px;
  height: 31px;
  background-image: url(../img/icon-topic-01.png);
}
.topics_detail_main_content_body .topic-point-glass::after {
  width: 37px;
  height: 36px;
  background-image: url(../img/icon-topic-02.png);
}
.topics_detail_main_content_body .topic-point-tag::after {
  width: 101px;
  height: 40px;
  top: -20px;
  left: 0;
  background-image: url(../img/icon-topic-03.png);
}
.topics_detail_main_content_body .topic-point-exp::after {
  width: 25px;
  height: 29px;
  background-image: url(../img/icon-topic-04.png);
}
.topics_detail_main_content_body .highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.topics_detail_main_content_body .blogcard {
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  margin: 2em 0;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .blogcard {
    padding: 4vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .blogcard {
    padding: 20px;
    transition: all 0.3s ease-out;
  }
  .topics_detail_main_content_body .blogcard:hover {
    box-shadow: 0px 10px 20px -5px #777777;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .blogcard a {
    display: flex;
  }
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_content_body .blogcard_thumbnail {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .blogcard_thumbnail {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .topics_detail_main_content_body .blogcard_thumbnail img {
    width: 120px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body .blogcard_content {
    margin-left: 10px;
  }
}
.topics_detail_main_content_body .blogcard_title {
  font-weight: bold;
  line-height: 1.6;
}
.topics_detail_main_content_body .blogcard_title::before {
  content: "関連記事";
  position: relative;
  top: -2px;
  font-size: 10px;
  background-color: #1d306a;
  color: #fff;
  padding: 2px 4px;
  margin-right: 4px;
}
.topics_detail_main_content_body .blogcard_description {
  margin-top: 1em;
  font-size: 12px;
  line-height: 1.8;
}
.topics_detail_main_content_body table {
  margin: 1em 0;
  line-height: 1.7;
}
.topics_detail_main_content_body table tr {
  border-bottom: 1px solid #fff;
}
.topics_detail_main_content_body table th,
.topics_detail_main_content_body table td {
  padding: 1em 1.5em;
  vertical-align: middle;
}
.topics_detail_main_content_body table th {
  color: #fff;
  background-color: #1d306a;
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body table th {
    min-width: 10em;
  }
}
.topics_detail_main_content_body table td {
  background-color: #e9ebf1;
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_content_body table td {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_side {
    padding: 15vw 7vw 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_side {
    width: 320px;
    margin-left: 45px;
  }
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_side_block {
    margin-bottom: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_side_block {
    margin-bottom: 90px;
  }
}
.topics_detail_main_side_ttl {
  display: block;
  font-weight: bold;
  letter-spacing: 0.14em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d9dadb;
}
@media only screen and (max-width: 960px) {
  .topics_detail_main_side_ttl {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_main_side_ttl {
    font-size: 18px;
  }
}
.topics_detail_main_side_link {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
}
.topics_detail_main_side_link li {
  margin-top: 1.7em;
}
.topics_detail_back {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d306a;
  border: 1px solid #1d306a;
  font-weight: bold;
  margin: auto;
  letter-spacing: 0.14em;
}
.topics_detail_back_wrap {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .topics_detail_back_wrap {
    padding-top: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_back_wrap {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 960px) {
  .topics_detail_back {
    width: 60vw;
    height: 13.3vw;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .topics_detail_back {
    font-size: 15px;
    height: 62px;
    width: 300px;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .topics_detail_back:hover {
    background-color: #fff;
    color: #1d306a;
  }
}

@media only screen and (max-width: 960px) {
  .contact_nav {
    padding: 12vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .contact_nav {
    padding: 90px 0 60px;
  }
}
.contact_nav_list {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .contact_nav_list {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 960px) {
  .contact_nav_list {
    justify-content: center;
    gap: 180px;
  }
}
.contact_nav_item {
  text-align: center;
}
.contact_nav_item a {
  display: block;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 960px) {
  .contact_nav_item a {
    padding-bottom: 53px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_nav_item a {
    padding-bottom: 80px;
  }
}
.contact_nav_item a.current {
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.34%2042.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231d306a%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cg%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2221.17%22%20cy%3D%2221.17%22%20r%3D%2221.17%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2215.06%2017.57%2021.17%2024.77%2027.28%2017.57%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center bottom;
}
@media only screen and (max-width: 960px) {
  .contact_nav_item a.current {
    background-size: 31px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_nav_item a.current {
    background-size: 42px;
  }
}
.contact_nav_item a:not(.current) {
  color: #999999;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.98%208.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23999%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.38%20.32%206.49%207.52%2012.6%20.32%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 960px) {
  .contact_nav_item a:not(.current) {
    background-size: 9px;
    background-position: center bottom 13px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_nav_item a:not(.current) {
    background-size: 12px;
    background-position: center bottom 16px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_nav_item a:not(.current):hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.98%208.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.38%20.32%206.49%207.52%2012.6%20.32%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    color: #000;
    background-position: center bottom 8px;
  }
}
@media only screen and (max-width: 960px) {
  .contact_main {
    padding-bottom: 20vw;
  }
}
.contact_content:not(.show) {
  display: none;
}
.contact_content_inner {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .contact_content_inner {
    padding: 18vw 10vw 19vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_inner {
    padding: 140px 100px 160px;
  }
}
.contact_content_ttl {
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .contact_content_ttl {
    margin-bottom: 19vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_ttl {
    margin-bottom: 150px;
  }
}
.contact_content_ttl span {
  display: block;
  font-weight: bold;
  color: #1d306a;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .contact_content_ttl span {
    font-size: 20px;
    margin-bottom: 0.7em;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_ttl span {
    font-size: 23px;
    margin-bottom: 0.9em;
  }
}
.contact_content_ttl small {
  display: block;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 960px) {
  .contact_content_ttl small {
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_ttl small {
    font-size: 14px;
  }
}
.contact_content_form_plan {
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 960px) {
  .contact_content_form_plan {
    padding-bottom: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_plan {
    display: grid;
    grid-template-areas: "left right" "bottom bottom";
    gap: 30px 100px;
    padding-bottom: 90px;
  }
}
.contact_content_form_plan_left {
  line-height: 2;
}
@media only screen and (min-width: 960px) {
  .contact_content_form_plan_left {
    grid-area: left;
  }
}
@media only screen and (max-width: 960px) {
  .contact_content_form_plan_left strong {
    letter-spacing: 0.1em;
    font-size: 17px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_plan_left strong {
    letter-spacing: 0.14em;
    font-size: 20px;
  }
}
.contact_content_form_plan_left p {
  font-size: 14px;
  color: #2b3341;
}
@media only screen and (max-width: 960px) {
  .contact_content_form_plan_left p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_plan_left p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .contact_content_form_plan_right {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_plan_right {
    grid-area: right;
  }
}
@media only screen and (max-width: 960px) {
  .contact_content_form_plan_bottom {
    margin-top: 16vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_plan_bottom {
    grid-area: bottom;
  }
}
.contact_content_form_plan_bottom strong {
  letter-spacing: 0.14em;
}
.contact_content_form_plan_bottom p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .contact_content_form_main {
    padding-top: 12vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_main {
    padding: 90px 80px;
  }
}
.contact_content_form_main_notice {
  background-color: #000;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .contact_content_form_main_notice {
    font-size: 11px;
    padding: 1.5em;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_main_notice {
    font-size: 12px;
    padding: 2em;
  }
}
.contact_content_form_main_description {
  font-size: 14px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 960px) {
  .contact_content_form_main_description {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_main_description {
    margin: 90px 0 40px;
  }
}
.contact_content_form_main .btn_modelhouse {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.02%2012.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23999%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.32%2012.6%207.52%206.49%20.32%20.38%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2em;
  background-size: 0.5em;
  border: 1px solid #d9dce6;
  border-radius: 5px;
  padding: 1.5em;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 960px) {
  .contact_content_form_main .btn_modelhouse {
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_main .btn_modelhouse {
    font-size: 14px;
    width: 270px;
  }
  .contact_content_form_main .btn_modelhouse:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.02%2012.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.32%2012.6%207.52%206.49%20.32%20.38%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-color: #000;
    background-position: center right 1.5em;
  }
}
@media only screen and (max-width: 960px) {
  .contact_content_form_main_form {
    margin-top: 20vw;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_form_main_form {
    margin-top: 90px;
  }
}
.contact_content_form_main_form .inquiry_form_ttl small {
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
  color: #e20615;
  position: relative;
  top: -5px;
}
.contact_content_txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.contact_content_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f6f2;
}
.contact_content_img picture {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .contact_content_img {
    margin-top: 8vw;
    padding: 7vw;
  }
  .contact_content_img img {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_img {
    margin-top: 70px;
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_img_line img {
    width: 333px;
  }
}
@media only screen and (min-width: 960px) {
  .contact_content_img_tel img {
    width: 550px;
  }
}

.contact-confirm .house_detail_reserve {
  padding-top: 0;
}
.contact-confirm .inquiry_form_input_dtime_inner br {
  display: none;
}

.contact-thanks .house_detail_reserve {
  padding-top: 0;
}
.contact-thanks p {
  line-height: 2;
}

.voice_main {
  background-color: #fff;
}
.voice .lawer_firstview {
  background-color: #eef2f8;
}
.voice_firstview_lead {
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 960px) {
  .voice_firstview_lead {
    padding-bottom: 35vw;
    padding-top: 30vw;
  }
}
@media only screen and (min-width: 960px) {
  .voice_firstview_lead {
    margin-top: min(30vw, 800px);
    padding-bottom: 210px;
  }
}
@media only screen and (min-width: 960px) {
  .voice_list_content {
    padding-bottom: 150px;
  }
}
.voice_list_items {
  display: grid;
}
@media only screen and (max-width: 960px) {
  .voice_list_items {
    grid-template-columns: 1fr 1fr;
    gap: 12vw 7vw;
  }
}
@media only screen and (min-width: 960px) {
  .voice_list_items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px 40px;
    padding-bottom: 180px;
  }
}
.voice_list_item {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .voice_list_item {
    top: -10vw;
  }
}
@media only screen and (min-width: 960px) {
  .voice_list_item {
    transition: all 0.3s ease-out;
  }
  .voice_list_item:first-child {
    top: -50px;
  }
  .voice_list_item:nth-child(3n + 1) {
    top: -50px;
  }
  .voice_list_item:nth-child(3n-1) {
    top: 20px;
  }
  .voice_list_item:nth-child(3n) {
    top: 70px;
  }
  .voice_list_item:hover {
    transform: translateY(-3%);
    opacity: 0.7;
  }
}
@media only screen and (min-width: 960px) {
  .voice_list_item_img {
    width: 100%;
    height: 220px;
  }
}
.voice_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.voice_list_item_ttl {
  display: block;
  margin: 1em 0;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .voice_list_item_ttl {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .voice_list_item_ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .voice_list_item_name {
    font-size: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .voice_list_item_name {
    font-size: 12px;
  }
}
.voice_detail_meta {
  background-color: #eef2f8;
}
@media only screen and (max-width: 960px) {
  .voice_detail_meta {
    height: 53vw;
  }
}
@media only screen and (min-width: 960px) {
  .voice_detail_meta {
    height: 270px;
  }
}
.voice_detail_meta_inner {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .voice_detail_meta_inner {
    padding-top: 7vw;
    padding-bottom: 35vw;
  }
}
@media only screen and (min-width: 960px) {
  .voice_detail_meta_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 150px;
    width: 950px;
  }
}
.voice_detail_meta_house {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 960px) {
  .voice_detail_meta_house {
    margin-top: 1.5em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 960px) {
  .voice_detail_meta_house {
    transition: all 0.3s ease-out;
  }
  .voice_detail_meta_house:hover {
    background-color: #000;
    color: #fff;
  }
}
.voice_detail_meta_house::after {
  content: "";
  display: block;
  margin-left: 1em;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.02%2012.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.32%2012.6%207.52%206.49%20.32%20.38%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: all 0.3s ease-out;
}
.voice_detail_meta_house:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.02%2012.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.32%2012.6%207.52%206.49%20.32%20.38%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media only screen and (min-width: 960px) {
  .voice_detail .works_detail_obsession {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -30px;
  }
}
@media only screen and (min-width: 960px) {
  .voice_detail .works_detail_obsession_list {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .voice_detail .works_detail_obsession_item {
    margin-bottom: 110px;
  }
  .voice_detail .works_detail_obsession_item:nth-child(2n) {
    position: relative;
    top: 0;
  }
  .voice_detail .works_detail_obsession_item:first-child {
    position: relative;
    top: -40px;
    margin-bottom: 70px;
  }
  .voice_detail
    .works_detail_obsession_item_txt
    + .works_detail_obsession_item_img
    + .works_detail_obsession_item:nth-child(odd) {
    position: relative;
    top: -320px;
    margin-bottom: -210px;
  }
  .voice_detail
    .works_detail_obsession_item_img
    + .works_detail_obsession_item_img
    + .works_detail_obsession_item:nth-child(odd) {
    position: relative;
    top: -70px;
    margin-bottom: 40px;
  }
  .voice_detail
    .works_detail_obsession_item_txt
    + .works_detail_obsession_item_txt
    + .works_detail_obsession_item:nth-child(odd) {
    position: relative;
    top: -40px;
    margin-bottom: 70px;
  }
  .voice_detail
    .works_detail_obsession_item_img
    + .works_detail_obsession_item_txt
    + .works_detail_obsession_item:nth-child(odd) {
    position: relative;
    top: -70px;
    margin-bottom: 40px;
  }
}
.voice_detail .works_detail_obsession_item strong {
  display: block;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .voice_detail .works_detail_obsession_item strong {
    margin: 7vw 0;
  }
}
@media only screen and (min-width: 960px) {
  .voice_detail .works_detail_obsession_item strong {
    margin: 25px 0;
  }
}
.voice_detail .works_detail_obsession_item p {
  margin-top: 0;
}
.voice_detail .works_detail_slide_wrap {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #eef2f8 50%,
    #eef2f8 100%
  );
} /*# sourceMappingURL=style.css.map */

/*　20240617追加 資料請求ボタン　*/
.header.show.wrapper .logo {
  display: flex;
  width: 755px;
}
header.header.show.wrapper p {
}

.works_detail_slide li img {
  /* トップスライド */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works_detail_obsession_item img.cover {
  /* 下位スライド */
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 960px) {
  .header p {
    height: 53px;
    width: 180px;
    transition: opacity 0.3s ease-out;
    margin-right: 1.5vw;
  }

  header.header.show.wrapper .logo p img {
    width: 180px;
    max-width: 180px;
  }
}

@media only screen and (max-width: 960px) {
  header.header.show.wrapper .logo p img {
    width: 9vw;
    max-width: 87px;
    margin-left: 4.67vw;
  }
}

/* 20240708 ヘッダーアイコン切替 */
@media only screen and (max-width: 960px) {
  header.header.show.wrapper .logo p img.pc {
    display: none;
  }
  header.header.show.wrapper .logo p img.sp {
    display: block;
  }
  .home_service_slide_nav {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  header.header.show.wrapper .logo p img.pc {
    display: block;
  }
  header.header.show.wrapper .logo p img.sp {
    display: none;
  }
  .home_service_slide_nav {
    display: none;
  }
}

/* 20240701 資料請求ダウンロードリンク */
.hideblock {
  display: none;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

/* 資料請求 入力画面で特定の要素を非表示にする */
.mw_wp_form_input .input_none {
  display: none;
}

/* 資料請求 確認画面で特定の要素を非表示にする */
.mw_wp_form_confirm .confirm_none {
  display: none;
}

div.confirm_none label.inquiry_form_ttl_policy {
  display: inline-block;
}

/* topics 一覧に戻るボタン位置調整 20251208 */
.topics_detail_main_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topics_detail_back_position {
  margin-left: min(6vw, 90px);
  padding: min(6vw, 90px);
  padding-top: 90px;
  max-width: 880px;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .topics_detail_back_position {
    width: 86vw;
    margin: auto;
    padding: 7vw;
  }
}
