@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, textarea {
  outline: none;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

input[type=submit],
button {
  outline: none;
}

input,
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
}

button, input[type=submit] {
  cursor: pointer;
}

*, *::before, *::after {
  box-sizing: border-box;
}

svg {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.l-menu .menu-btn {
  width: 30px;
  height: 12px;
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .l-menu .menu-btn {
    opacity: 1;
    top: 30px;
    right: 20px;
  }
}
.l-menu .menu-btn.is-show {
  opacity: 1;
}
.l-menu .menu-btn span {
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  transition: 0.3s;
  left: 0;
}
.l-menu .menu-btn span:first-child {
  width: 30px;
  top: 0;
  transition: 0.3s;
}
.l-menu .menu-btn span:last-child {
  width: 20px;
  top: 8px;
}
.l-menu .menu-slide {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 998;
  background: #2C2C2C;
  padding: 110px 0 0;
  top: 0;
  left: -100vw;
  transition: 0.3s;
}
.l-menu .menu-slide * {
  color: #fff;
}
.l-menu .menu-slide::-webkit-scrollbar {
  width: 3px;
}
.l-menu .menu-slide::-webkit-scrollbar-track {
  background: #2C2C2C;
}
.l-menu .menu-slide::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}
.l-menu .menu-slide a {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}
.l-menu .menu-slide-logo {
  position: absolute;
  width: 140px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.4s;
  top: 26px;
  left: 20px;
}
.l-menu .menu-slide-logo img {
  width: 100%;
}
.l-menu .menu-slide-inner {
  position: relative;
}
.l-menu .menu-slide-inner > ul {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 640px) {
  .l-menu .menu-slide-inner > ul:not(.sns) {
    width: 225px;
  }
}
.l-menu .menu-slide-inner > ul:not(.sns) > li {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .l-menu .menu-slide-inner > ul:not(.sns) > li {
    margin-bottom: 60px;
  }
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > a {
  font-size: 40px;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .l-menu .menu-slide-inner > ul:not(.sns) > li > a {
    font-size: 34px;
  }
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > ul {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .l-menu .menu-slide-inner > ul:not(.sns) > li > ul {
    margin-top: 4px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .l-menu .menu-slide-inner > ul:not(.sns) > li > ul + ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .l-menu .menu-slide-inner > ul:not(.sns) > li > ul > li {
    margin-top: 20px;
  }
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > ul > li {
  width: 90px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .l-menu .menu-slide-inner > ul:not(.sns) > li > ul > li + li {
    margin-left: 60px;
  }
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > ul > li > a {
  letter-spacing: 0.06em;
  display: block;
  padding-bottom: 10px;
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > ul > li > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EFEFEF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.l-menu .menu-slide-inner > ul:not(.sns) > li > ul > li > a:hover:after {
  width: calc(100% + 10px);
}
.l-menu .menu-slide-inner .sns {
  right: 20px;
}
@media screen and (min-width: 641px) {
  .l-menu .menu-slide-inner .sns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-menu .menu-slide-inner .sns li img {
  width: 25px;
}
.l-menu .menu-slide-inner .sns li + li {
  margin-top: 40px;
}

.top .l-menu .menu-btn {
  opacity: 0;
}
.top .l-menu .menu-btn.is-show {
  opacity: 1;
}

body:not(.menu-open) .menu-btn:hover span:first-child {
  transform: translateY(-1px);
}
body:not(.menu-open) .menu-btn:hover span:last-child {
  transform: translateY(1px);
}

.menu-open .menu-btn {
  position: fixed;
  z-index: 999;
}
.menu-open .menu-btn span {
  height: 2px;
  display: block;
  background: #fff;
}
.menu-open .menu-btn span:first-child {
  transform-origin: left top;
}
@media screen and (min-width: 641px) {
  .menu-open .menu-btn span:first-child {
    width: 36px;
    margin-bottom: 6px;
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 640px) {
  .menu-open .menu-btn span:first-child {
    width: 26px;
    transform: rotate(40deg) translate(-4px, -2px);
  }
}
.menu-open .menu-btn span:last-child {
  transform-origin: left top;
}
@media screen and (min-width: 641px) {
  .menu-open .menu-btn span:last-child {
    width: 36px;
    transform: rotate(-30deg) translate(-5px, 8px);
  }
}
@media screen and (max-width: 640px) {
  .menu-open .menu-btn span:last-child {
    width: 26px;
    transform: rotate(-40deg) translate(-5px, 1px);
  }
}
.menu-open .menu-slide {
  left: 0px;
}
.menu-open .menu-slide-logo {
  opacity: 1;
}
.menu-open .menu-slide-inner {
  position: relative;
}
.menu-open .menu-slide-inner > ul {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .menu-open .sns {
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 640px) {
  .top .l-header {
    opacity: 0;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  z-index: 10;
  transition: all 0.3s;
}
.l-header.is-scrolled {
  height: 50px;
  background-color: #fff;
  justify-content: end;
}
.l-header.is-scrolled h1 {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-header.is-scrolled {
    height: 50px;
    background-color: transparent;
    justify-content: end;
  }
}
.l-header.is-scrolled a {
  transition: 0.3s;
}
.l-header.is-scrolled a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .l-header.is-scrolled {
    height: 60px;
    position: relative;
  }
  .l-header.is-scrolled h1 {
    position: absolute;
    width: 35px;
    top: 15px;
    left: 20px;
  }
  .l-header.is-scrolled h1 img {
    width: 100%;
  }
}
.l-header.is-scrolled ul {
  display: flex;
  align-items: center;
}
.l-header.is-scrolled ul li {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.l-header.is-scrolled ul li + li {
  margin-left: 50px;
}
.l-header #loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 9999;
}

.l-header ul {
  display: flex;
  align-items: center;
}

.l-header ul li {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.l-header ul li + li {
  margin-left: 50px;
}

.closing {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 640px) {
  .closing {
    background: #2C2C2C;
    margin-bottom: 57px !important;
  }
}
.closing-inner {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .closing-inner {
    padding: 60px 0 70px 0;
    background: #2C2C2C;
  }
}
@media screen and (max-width: 640px) {
  .closing-inner {
    padding: 50px 0 56px 0;
  }
}
.closing h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  .closing h3 {
    margin-bottom: 36px;
    font-size: 28px;
  }
}
.closing p {
  line-height: 30px;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .closing p {
    margin-bottom: 38px;
    font-size: 12px;
    line-height: 26px;
  }
}

.l-footer .footer-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: solid 2px #000;
}
.l-footer .footer-navi a {
  transition: 0.3s;
}
.l-footer .footer-navi a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-navi {
    padding-bottom: 40px;
  }
}
.l-footer .footer-navi ul {
  display: flex;
}
.l-footer .footer-navi ul li {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.l-footer .footer-navi ul li + li {
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-navi .logo {
    width: 162px;
    margin: 0 auto;
  }
  .l-footer .footer-navi .logo img {
    width: 100%;
  }
}
.l-footer address {
  padding: 40px 0 40px;
  font-style: normal;
  font-family: "Times New Roman", Times, serif;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-footer address {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer address {
    font-size: 11px;
  }
}
.l-footer .footer-google-recaptcha {
  color: #848484;
  font-size: 10px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-google-recaptcha {
    font-size: 8px;
    line-height: 15px;
  }
}
.l-footer .footer-google-recaptcha a {
  color: #848484;
}
.l-footer .footer-google-recaptcha a:hover {
  text-decoration: underline;
}

html, body {
  min-height: 100%;
  position: relative;
}

html {
  height: 100%;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  min-width: 1000px;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
    padding-bottom: 0;
  }
}
body.menu-open {
  height: 100vh;
  overflow-y: hidden;
}

::-moz-selection {
  background: #d1cdc8;
}

::selection {
  background: #d1cdc8;
}

@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
}

a,
button {
  transition: all 0.2s;
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
}

.l-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1760px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding: 0 30px;
    overflow: hidden;
  }
}
.l-container.is-sm {
  max-width: 880px;
}
.l-container.is-md {
  max-width: 1120px;
}
.l-container.is-lg {
  max-width: 1000px;
}

.fadeup {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all 0.2s, opacity ease 2s, transform ease 1.5s;
}
.fadeup.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.5;
}
.btn.is-md {
  width: 400px;
  height: 58px;
  line-height: 58px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .btn.is-md {
    font-size: 12px;
  }
}
.btn.is-wide {
  width: 100%;
  height: 58px;
  line-height: 58px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .btn.is-wide {
    font-size: 12px;
  }
}
.btn.is-white {
  background: #fff;
  color: #000;
}
.btn.is-black {
  background: #2C2C2C !important;
  color: #fff;
}
.btn.is-black-line {
  background: transparent;
  border: solid 2px #2C2C2C;
  color: #000;
  line-height: 54px;
}
.btn.is-jump {
  position: relative;
}
.btn.is-jump:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url(/assets/images/common/jump.svg) center/contain;
  right: 20px;
  top: calc(50% - 4px);
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-title {
  padding: 60px 0 80px;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 34px;
}
@media screen and (max-width: 640px) {
  .page-title {
    font-size: 28px;
    padding: 50px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .works-list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  .works-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .works-list::before, .works-list::after {
    content: "";
    display: block;
    width: 285px;
  }
  .works-list::before {
    order: 1;
  }
}
.works-list li {
  position: relative;
}
@media screen and (min-width: 641px) {
  .works-list li {
    width: 285px;
    margin-bottom: 20px;
  }
  .works-list li:hover .works-mask {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .works-list li + li {
    margin-top: 10px;
  }
}
.works-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 20px 15px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 641px) {
  .works-mask {
    background: rgba(0, 0, 0, 0.55);
  }
}
.works-mask a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .works-mask a {
    color: transparent;
  }
}
.works-mask a .works-ttl {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.works-mask a .works-cat {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 11px;
}

@media screen and (min-width: 641px) {
  .page-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .page-btn {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  .page-btn a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-btn div + div {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .nav-links {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .nav-links {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  .nav-links a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .nav-links div + div {
    margin-top: 20px;
  }
}

.page-navi {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-navi .wp-pagenavi {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.page-navi a,
.page-navi span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 13px;
  background: #f4f4f4;
  transition: 0.3s;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .page-navi a,
.page-navi span {
    width: 39px;
    height: 39px;
    line-height: 37px;
    font-size: 15px;
  }
}
@media screen and (min-width: 641px) {
  .page-navi a,
.page-navi span {
    margin: 0 6px;
  }
}
.page-navi a.current,
.page-navi span.current {
  background: #212121;
  color: #fff;
}
.page-navi a.extend,
.page-navi span.extend {
  position: relative;
}
.page-navi a.extend:after,
.page-navi span.extend:after {
  position: absolute;
  content: "…";
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .page-navi a.extend:after,
.page-navi span.extend:after {
    top: 15px;
  }
}
.page-navi a.last, .page-navi a.first,
.page-navi span.last,
.page-navi span.first {
  display: none;
}
.page-navi a:hover {
  background: #212121;
  color: #fff;
}

.post-content {
  letter-spacing: 0.08em;
}
.post-content p {
  line-height: 30px;
}
@media screen and (max-width: 640px) {
  .post-content p {
    font-size: 12px;
    line-height: 28px;
  }
}
@media screen and (min-width: 641px) {
  .post-content .wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
  }
}
.post-content .wp-block-columns .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 641px) {
  .post-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .post-content .wp-block-columns .wp-block-column {
    margin-bottom: 20px;
  }
}
.post-content .wp-block-columns p,
.post-content .wp-block-columns figure {
  margin-bottom: 0;
}
.post-content p,
.post-content figure,
.post-content .wp-block-columns,
.post-content .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .post-content p,
.post-content figure,
.post-content .wp-block-columns,
.post-content .wp-block-image {
    margin-bottom: 20px;
  }
}
.post-content h2 + p,
.post-content h2 + figure,
.post-content h2 + .wp-block-columns,
.post-content h2 + .wp-block-image {
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .post-content h2 + p,
.post-content h2 + figure,
.post-content h2 + .wp-block-columns,
.post-content h2 + .wp-block-image {
    margin-top: 30px;
  }
}
.post-content hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .post-content hr {
    margin-bottom: 20px;
  }
}
.post-content h2 {
  display: inline;
  font-size: 17px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 640px) {
  .post-content h2 {
    font-size: 13px;
    padding-bottom: 5px;
    line-height: 32px;
  }
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .category-list {
    margin-top: 9px;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .category-list::after {
    content: "";
    display: block;
    width: 90px;
  }
}
.category-list li {
  width: 90px;
}
@media screen and (max-width: 640px) {
  .category-list li {
    margin-bottom: 22px;
  }
}
.category-list li a {
  display: block;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .category-list li a {
    font-size: 12px;
    padding-bottom: 9px;
  }
}
.category-list li a:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  transition: 0.3s;
}
@media screen and (min-width: 641px) {
  .category-list li a:hover::after {
    width: calc(100% + 15px);
  }
}
.category-list li.is-current a {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .category-list li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .blog-list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .blog-list::after {
    content: "";
    display: block;
    width: 386px;
  }
  .blog-list li {
    width: 386px;
    position: relative;
  }
  .blog-list li:hover .blog-mask {
    opacity: 1;
  }
}
.blog-list li {
  position: relative;
}
@media screen and (max-width: 640px) {
  .blog-list li + li {
    margin-top: 10px;
  }
}

.blog-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  top: 0;
  left: 0;
  padding: 20px 15px;
  opacity: 0;
  transition: 0.5s;
}
.blog-mask a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: 0.3s;
}
.blog-mask a .blog-ttl {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.blog-mask a .blog-date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 11px;
}

.l-page .l-container {
  padding-top: 20px;
}
.l-page .page-lead {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.08em;
}
.l-page .page-lead p + p {
  margin-top: 30px;
}

.motion-image {
  overflow: hidden;
  position: relative;
}
.motion-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  z-index: 999;
}
.motion-image.is-black:after {
  background: #000;
}
.motion-image img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.6s;
}
.motion-image.is-animated:after {
  -webkit-animation-name: slideAnim;
          animation-name: slideAnim;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.motion-image.is-animated img {
  opacity: 1;
}
@-webkit-keyframes slideAnim {
  0% {
    left: -100%;
  }
  60% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideAnim {
  0% {
    left: -100%;
  }
  60% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.aiueobuse a:hover {
  opacity: 0.7;
}

.l-top .l-top-ttl {
  padding: 130px 0 65px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .l-top .l-top-ttl {
    letter-spacing: 0.05em;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .l-top .l-top-ttl {
    font-size: 24px;
    padding: 60px 0 30px;
  }
}

.l-top-text p {
  font-size: 15px;
  font-size: 15px;
}
@media screen and (min-width: 641px) {
  .l-top-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .l-top-text p {
    font-size: 15px;
  }
}

@media screen and (min-width: 641px) {
  .kaiwai-num {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .kaiwai-num {
    padding-bottom: 20px;
  }
}

.kaiwai-num li {
  font-size: 16px;
  font-size: 16px;
}
@media screen and (min-width: 641px) {
  .kaiwai-num li {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .kaiwai-num li {
    font-size: 16px;
  }
}

.circle_num {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  background: #C49F0D;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 10px 10px 0px !important;
}

.circle_num_b {
  display: inline-block;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  text-align: center;
  background: #C49F0D;
  line-height: 43px;
  color: #fff;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 10px 10px 0px !important;
}

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

.btn_blue {
  color: #002FCC;
}

.link_blue {
  color: #002FCC;
  padding-bottom: 10px;
}

body {
  font-family: "Times New Roman", Times, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h4 {
  font-size: 22px;
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

address {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: 100 !important;
  letter-spacing: normal !important;
}

.footer_logo {
  text-align: center;
}

.kaiwai-flex {
  display: flex;
  width: 100%;
}

.kaiwai-list {
  padding-bottom: 50px;
}

.l-header {
  width: 100%;
  position: fixed;
}

.l-top-img img {
  max-width: none;
  width: 100%;
}

.col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
}

@media screen and (min-width: 641px) {
  .col2 .image {
    width: 50%;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .col2 .image {
    width: 100%;
    padding: 0;
    order: 2;
  }
}

@media screen and (min-width: 641px) {
  .col2 .text-box {
    width: 50%;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .col2 .text-box {
    width: 100%;
    padding: 0;
    order: 1;
  }
}

@media screen and (min-width: 641px) {
  .col2-r .image {
    order: 2;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .col2-r .image {
    padding: 0;
  }
}

@media screen and (min-width: 641px) {
  .col2-r .text-box {
    order: 1;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .col2-r .text-box {
    order: 1;
    padding: 0px !important;
  }
}

.kaiwai-list > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
  .kaiwai-list > ul > li {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  .kaiwai-list > ul > li {
    width: 100%;
  }
}

.kaiwai-list {
  width: 100%;
}

.kaiwai-yt {
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media screen and (min-width: 641px) {
  .kaiwai-yt {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .kaiwai-yt {
    width: 100%;
  }
}

.kaiwai-yt iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.link_black {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  padding: 5px;
}

.link_black > svg {
  width: 13px !important;
  padding: 0 0 0 5px !important;
}

.link_blue > svg {
  width: 13px !important;
  padding: 0 5px 0 0 !important;
}

.link_blue > svg > polyline {
  stroke: #002FCC;
  stroke-width: 3px;
  fill: none;
}

.link_black > svg > polyline {
  stroke: #000;
  stroke-width: 3px;
  fill: none;
}

.l-top .l-top-ttl {
  line-height: 1.5em;
}
@media screen and (min-width: 641px) {
  .l-top .l-top-ttl {
    padding: 130px 0 65px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .l-top .l-top-ttl {
    padding: 60px 0 35px;
    text-align: center;
  }
}

@media screen and (min-width: 641px) {
  #kaiwai .l-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 75px;
  }
}
@media screen and (max-width: 640px) {
  #kaiwai .l-container {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    padding: 0 30px;
  }
}

.a-link-cl:hover {
  opacity: 0.5;
  cursor: pointer;
}

.link_blue {
  display: block;
}

@media screen and (min-width: 641px) {
  .col2-r .image > div:nth-of-type(2) {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .col2-r .image > div:nth-of-type(2) {
    text-align: left;
  }
}

.link_blue {
  line-height: 1.8;
}

.link_area {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .japanmap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .japanmap {
    padding: 40px 0;
  }
}

@media screen and (min-width: 641px) {
  .kaiwai-map {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .kaiwai-map {
    padding: 20px 0 10px;
  }
}

.col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .col2 {
    padding: 25px 0;
  }
}

.col2-r .text-box {
  order: 1;
  padding: 0 30px 0 0;
}

.l-top-acc {
  padding: 50px 0 50px;
  text-align: center;
}

.col1 {
  padding: 50px 0 20px;
  text-align: center;
}

.footer_logo {
  margin-top: 50px;
}

#anchor-menu30 iframe {
  width: 100%;
}

.footerimg {
  max-width: none;
  width: 100%;
}

.text {
  margin-bottom: 20px;
}/*# sourceMappingURL=application.css.map */