@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  background-color: #f2f2f2;
  color: #736a63;
}

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-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  vertical-align: baseline;
  line-height: 1;
  color: #736a63;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

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

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1;
  background-color: #f4efec;
}

.en_font {
  font-family: "futura-pt", sans-serif;
}

a {
  text-decoration: none;
  color: #736a63;
}

a:hover {
  cursor: pointer;
}

article {
  overflow: hidden;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fadein {
  -webkit-transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fadein.on {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

.br767 {
  display: none;
}

@media (max-width: 767px) {
  .br767 {
    display: block;
  }
}

.br1400 {
  display: none;
}

@media (max-width: 1400px) {
  .br1400 {
    display: block;
  }
}

.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}

.br400 {
  display: none;
}

@media (max-width: 400px) {
  .br400 {
    display: block;
  }
}

.br992 {
  display: none;
}

@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}

.br1100 {
  display: none;
}

@media (max-width: 992px) {
  .br1100 {
    display: block;
  }
}

.mv_base {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.container {
  max-width: 1160px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .container {
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.scroll {
  position: fixed;
  bottom: 110px;
  opacity: 1;
  right: -63px;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

@media (max-width: 992px) {
  .scroll {
    display: none;
  }
}

.scroll a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 50px;
  z-index: 2;
  padding: 10px 120px 10px 0;
  overflow: hidden;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scroll a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 38%;
  width: 110px;
  height: 1px;
  background: #FFF;
  -webkit-animation: sdl 1.5s cubic-bezier(0, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(0, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50% {
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 60% 0;
            transform-origin: 60% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50% {
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 60% 0;
            transform-origin: 60% 0;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

.page-up {
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: none;
  z-index: 1;
}

.page-up .page-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4efec;
  border: 2px solid #fff;
}

.page-up .page-box:hover {
  cursor: pointer;
}

.page-up .page-box a {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-up .page-box a*:hover {
  cursor: pointer;
}

.pagenation {
  border-top: 5px solid #736a63;
  padding-top: 90px;
  margin: 0px auto 0px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagenation {
    padding-top: 60px;
  }
}

.pagenation a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
}

.pagenation a:hover {
  opacity: 0.4;
}

@media (max-width: 500px) {
  .pagenation {
    margin: 40px auto 0px;
    font-size: 12px;
  }
}

.pagenation ul {
  position: relative;
}

.pagenation .prev {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
}

.pagenation .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation .prev img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
  height: 35px;
}

.pagenation .prev span {
  color: #736a63;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .pagenation .prev span {
    font-size: 12px;
  }
}

.pagenation .center {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .pagenation .center {
    font-size: 12px;
  }
}

.pagenation .next {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 6px;
}

.pagenation .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation .next img {
  height: 35px;
}

.pagenation .next span {
  color: #736a63;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .pagenation .next span {
    font-size: 12px;
  }
}

.arrow-left {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-left: 2px solid #a19993;
  border-bottom: 2px solid #a19993;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #a19993;
  border-right: 2px solid #a19993;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fix-contents {
  background-color: #edccbe;
  position: fixed;
  right: 0;
  top: 50%;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1000;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .fix-contents {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
  }
}

.fix-contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fix-contents a:hover {
  opacity: 0.6;
}

.fix-contents a:hover .cls-1 {
  fill: #FFF;
}

.fix-contents a:hover span {
  color: #fff;
}

@media (max-width: 767px) {
  .fix-contents a {
    padding: 15px;
  }
}

.fix-contents svg {
  width: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .fix-contents svg {
    width: 17px;
    margin-bottom: 5px;
  }
}

.fix-contents span {
  display: block;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

@media (max-width: 767px) {
  .fix-contents span {
    font-size: 15px;
  }
}

/*********************
header
**********************/
header {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 0%;
  width: 100%;
  z-index: 1000;
  height: 173px;
  max-width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 992px) {
  header {
    height: 80px;
  }
}

header .h_logo {
  position: absolute;
  left: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
  width: 120px;
  top: 50%;
  height: auto;
  display: none;
}

header .h_logo .after {
  display: none;
}

@media (max-width: 992px) {
  header .h_logo {
    width: 120px;
    left: 20px;
  }
}

@media (max-width: 992px) {
  header .h_logo {
    width: 100px;
    display: block;
  }
}

header .gmenu_box .gmenu {
  width: 100%;
  position: absolute;
  left: 50%;
  top: -100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 10px;
  max-width: 1160px;
}

header .gmenu_box .gmenu > li {
  width: 12%;
  text-align: center;
}

header .gmenu_box .gmenu > li.logo {
  width: auto;
}

header .gmenu_box .gmenu > li.logo .after {
  display: none;
}

header .gmenu_box .gmenu > li.logo img {
  height: 95px;
}

header .gmenu_box .gmenu > li.nav_news svg, header .gmenu_box .gmenu > li.nav_works svg {
  height: 60px;
}

header .gmenu_box .gmenu > li svg {
  height: 75px;
  -webkit-transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .gmenu_box .gmenu > li a {
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05rem;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 992px) {
  header .gmenu_box .gmenu > li a {
    font-size: 15px;
  }
}

header .gmenu_box .gmenu > li a small {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
  font-weight: bold;
  white-space: nowrap;
}

header .gmenu_box .gmenu > li a:hover {
  color: #f4efec;
}

header .gmenu_box .gmenu > li a:hover svg {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media (max-width: 992px) {
  header .gmenu_box {
    display: none;
  }
}

header .global-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f4efec;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  overflow-y: scroll;
}

header .global-nav .global-inner {
  width: 100%;
  position: absolute;
  top: 20vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
  padding-bottom: 85px;
}

@media (max-width: 992px) {
  header .global-nav .global-inner {
    top: 18%;
  }
}

header .global-nav .global-inner .global-nav_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .global-nav .global-inner .global-nav_list .global-nav_item {
  padding: 18px 14px;
  width: 30%;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding-bottom: 0;
  margin-bottom: 6%;
  overflow: hidden;
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
    padding: 18px 0px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateY(115%);
          transform: translateY(115%);
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item a {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item a {
    font-size: 22px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item a img {
  height: 70px;
}

header .global-nav .global-inner .global-nav_list .global-nav_item a small {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  color: #736a63;
  letter-spacing: 0.02rem;
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item a small {
    margin-top: 4px;
    font-size: 14px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item .last_global {
  overflow: hidden;
}

header .global-nav .global-inner .global-nav_list .global-nav_item ul {
  margin-left: 70px;
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item ul {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item ul {
    margin-left: 0px;
    margin-top: 20px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item ul li {
  margin-bottom: 15px;
  overflow: hidden;
}

@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item ul li {
    margin-bottom: 10px;
  }
}

header .global-nav .global-inner .global-nav_list .global-nav_item ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 0;
  letter-spacing: 0.02rem;
}

@media (max-width: 992px) {
  header .global-nav .global-nav_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) {
  header .global-nav .global-nav_bottom .global-lang {
    margin-bottom: 30px;
  }
}

header .global-nav .global-nav_bottom .global-lang a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.07rem;
}

header .global-nav .global-nav_bottom .global-lang a:first-of-type {
  padding-right: 100px;
  position: relative;
}

@media (max-width: 992px) {
  header .global-nav .global-nav_bottom .global-lang a:first-of-type {
    padding-right: 80px;
  }
}

header .global-nav .global-nav_bottom .global-lang a:first-of-type:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 1px;
  width: 50px;
  background-color: #fff;
  content: "";
}

header .global-nav .global-nav_bottom .global-lang a:nth-of-type(2) {
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}

header .global-nav .global-nav_bottom .global-sns a {
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
  letter-spacing: 0.07rem;
}

header .global-nav .global-nav_bottom .global-sns a.press {
  margin-right: 45px;
}

@media (max-width: 992px) {
  header .global-nav .global-nav_bottom .global-sns a.press {
    margin-right: 20px;
  }
}

header .global-nav .global-nav_bottom .global-sns a svg {
  width: 25px;
  height: auto;
}

@media (max-width: 992px) {
  header .global-nav .global-nav_bottom .global-sns a svg {
    width: 20px;
  }
}

header .hamburger {
  border-radius: 50%;
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
  display: none;
}

@media (max-width: 992px) {
  header .hamburger {
    right: 15px;
  }
}

@media (max-width: 992px) {
  header .hamburger {
    display: block;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}

header .hamburger .hamburger_line {
  position: absolute;
  left: 50%;
  width: 35px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header .hamburger .hamburger_line-1 {
  top: 15px;
}

header .hamburger .hamburger_line-2 {
  top: 25px;
}

header .hamburger .hamburger_line-3 {
  top: 35px;
}

.active header {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
}

.active header .gmenu_box .gmenu {
  top: 50%;
}

.active .fix-contents {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.active.home .main_area .info {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.sub header {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}

.sub header .h_logo .after {
  display: block;
}

.sub header .h_logo .before {
  display: none;
}

.sub header .hamburger .hamburger_line {
  background-color: #726863;
}

.sub header .nav_color {
  fill: #726863;
}

.sub header .gmenu_box .gmenu > li a small {
  color: #726863;
}

.sub header .gmenu_box .gmenu > li.logo .before {
  display: none;
}

.sub header .gmenu_box .gmenu > li.logo .after {
  display: block;
}

.is-animation header {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #edccbe;
  height: 120px;
  -webkit-animation: DownNav 0.5s linear;
          animation: DownNav 0.5s linear;
}

@media (max-width: 992px) {
  .is-animation header {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .is-animation header {
    height: 80px;
  }
}

.is-animation header .h_logo .after {
  display: block;
}

.is-animation header .h_logo .before {
  display: none;
}

.is-animation header .hamburger .hamburger_line {
  background-color: #726863;
}

.is-animation header .nav_color {
  fill: #726863;
}

.is-animation header .gmenu_box .gmenu {
  top: 50%;
}

.is-animation header .gmenu_box .gmenu > li.logo .before {
  display: none;
}

.is-animation header .gmenu_box .gmenu > li.logo .after {
  display: block;
}

.is-animation header .gmenu_box .gmenu > li.logo img {
  height: 80px;
}

.is-animation header .gmenu_box .gmenu > li a small {
  color: #726863;
}

.is-animation header .gmenu_box .gmenu > li svg {
  height: 55px;
}

@-webkit-keyframes DownNav {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@keyframes DownNav {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.nav-open header .h_logo .after {
  display: block;
}

.nav-open header .h_logo .before {
  display: none;
}

.nav-open .hamburger .hamburger_line {
  left: 30%;
  background-color: #726863;
}

@media (max-width: 767px) {
  .nav-open .hamburger .hamburger_line {
    left: 25%;
  }
}

.nav-open .hamburger .hamburger_line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
}

@media (max-width: 767px) {
  .nav-open .hamburger .hamburger_line-1 {
    top: 27px;
  }
}

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

.nav-open .hamburger .hamburger_line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30px;
}

@media (max-width: 767px) {
  .nav-open .hamburger .hamburger_line-3 {
    top: 27px;
  }
}

.nav-open .global-nav .global-inner .global-nav_list .global-nav_item {
  opacity: 1;
}

.nav-open .global-nav .global-inner .global-nav_list .global-nav_item a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-open .global-nav {
  pointer-events: auto;
  opacity: 1;
}

/*********************
footer
**********************/
.area {
  overflow: hidden;
}

footer {
  background-color: #fff;
  position: relative;
}

footer .inner {
  position: relative;
  padding-top: 90px;
}

@media (max-width: 767px) {
  footer .inner {
    padding-top: 50px;
  }
}

footer:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  background-image: url(../images/nami01.png);
  background-size: contain;
  background-position: center;
  height: 17vw;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  z-index: 0;
}

footer .fly-bird {
  position: absolute;
  top: -100px;
  left: 10%;
  -webkit-animation: wind 10000ms linear infinite;
          animation: wind 10000ms linear infinite;
}

footer .fly-bird img {
  width: 100px;
}

@media (max-width: 767px) {
  footer .fly-bird img {
    width: 60px;
  }
}

@-webkit-keyframes wind {
  0% {
    -webkit-transform: translate(-400px, 400px);
            transform: translate(-400px, 400px);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(500px, -500px);
            transform: translate(500px, -500px);
    opacity: 0;
  }
}

@keyframes wind {
  0% {
    -webkit-transform: translate(-400px, 400px);
            transform: translate(-400px, 400px);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(500px, -500px);
            transform: translate(500px, -500px);
    opacity: 0;
  }
}

footer .cloud02 {
  position: absolute;
  top: -100px;
  left: -10%;
  -webkit-animation: flow 13000ms linear infinite;
          animation: flow 13000ms linear infinite;
  opacity: 0;
  width: 130px;
}

@media (max-width: 767px) {
  footer .cloud02 {
    width: 100px;
  }
}

footer .cloud02 img {
  width: 130px;
}

@media (max-width: 767px) {
  footer .cloud02 img {
    width: 100px;
  }
}

@-webkit-keyframes flow {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 1;
  }
  91% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes flow {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 1;
  }
  91% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

footer .hamburashi {
  position: absolute;
  top: 0;
  right: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 1;
}

footer .hamburashi img {
  width: 150px;
}

@media (max-width: 767px) {
  footer .hamburashi img {
    width: 90px;
  }
}

footer .f_top {
  background-color: #f4efec;
  border-radius: 30px;
  padding: 70px;
  position: relative;
}

@media (max-width: 1400px) {
  footer .f_top {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  footer .f_top {
    padding: 50px 20px 20px;
  }
}

footer .f_top .dott {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

footer .f_top .dott img {
  width: 6px;
}

footer .f_top .f_top_box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 992px) {
  footer .f_top .f_top_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  footer .f_top .f_top_box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

footer .f_top .f_top_box .left figure {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .left figure {
    margin-bottom: 10px;
  }
}

footer .f_top .f_top_box .left p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}

@media (max-width: 1400px) {
  footer .f_top .f_top_box .left p {
    font-size: 14px;
    line-height: 22px;
  }
}

footer .f_top .f_top_box .right {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 992px) {
  footer .f_top .f_top_box .right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .f_top .f_top_box .right .info {
  margin-right: 30px;
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .info {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

footer .f_top .f_top_box .right .info span {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

footer .f_top .f_top_box .right .info a {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

footer .f_top .f_top_box .right .info a:hover {
  opacity: 0.6;
}

@media (max-width: 1400px) {
  footer .f_top .f_top_box .right .info a {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  footer .f_top .f_top_box .right .info a {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .info a {
    font-size: 25px;
  }
}

footer .f_top .f_top_box .right .info p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}

footer .f_top .f_top_box .right .info img {
  height: 26px;
  width: auto;
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .info img {
    height: 22px;
  }
}

footer .f_top .f_top_box .right .contact_btn {
  width: 300px;
  text-align: center;
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .contact_btn {
    width: 230px;
  }
}

footer .f_top .f_top_box .right .contact_btn a {
  padding: 25px 0;
  background-color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

footer .f_top .f_top_box .right .contact_btn a:hover {
  -webkit-transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .contact_btn a {
    padding: 15px 0;
  }
}

footer .f_top .f_top_box .right .contact_btn a svg {
  width: 20px;
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .contact_btn a svg {
    width: 15px;
  }
}

footer .f_top .f_top_box .right .contact_btn a span {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.02rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  footer .f_top .f_top_box .right .contact_btn a span {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0rem;
  }
}

footer .f_nav {
  padding: 60px 0;
}

@media (max-width: 767px) {
  footer .f_nav {
    padding: 30px 0;
  }
}

@media (max-width: 500px) {
  footer .f_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

footer .f_nav ul li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  footer .f_nav ul li {
    margin-right: 10px;
  }
}

@media (max-width: 500px) {
  footer .f_nav ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

footer .f_nav ul li a {
  font-size: 14px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  footer .f_nav ul li a {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  footer .f_nav .copy {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

footer .f_nav .copy img {
  height: 10px;
}

@media (max-width: 767px) {
  footer .f_nav .copy img {
    height: 8px;
  }
}

footer iframe {
  width: 100%;
  height: 420px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  footer iframe {
    height: 300px;
    margin-top: 20px;
  }
}

.main_btn {
  width: auto;
  position: relative;
}

.main_btn .bird {
  position: absolute;
  top: -48px;
  right: 10px;
  -webkit-animation: bird-animation 5600ms linear infinite, jump 400ms ease-in infinite alternate;
          animation: bird-animation 5600ms linear infinite, jump 400ms ease-in infinite alternate;
}

@media (max-width: 767px) {
  .main_btn .bird {
    -webkit-animation: bird-animation-sp 5600ms linear infinite, jump_sp 400ms ease-in infinite alternate;
            animation: bird-animation-sp 5600ms linear infinite, jump_sp 400ms ease-in infinite alternate;
  }
}

@-webkit-keyframes bird-animation-sp {
  0% {
    right: 10px;
    opacity: 1;
  }
  50% {
    right: 140px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  99% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes bird-animation-sp {
  0% {
    right: 10px;
    opacity: 1;
  }
  50% {
    right: 140px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  99% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes bird-animation {
  0% {
    right: 10px;
    opacity: 1;
  }
  50% {
    right: 200px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  99% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes bird-animation {
  0% {
    right: 10px;
    opacity: 1;
  }
  50% {
    right: 200px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  99% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes jump {
  0% {
    top: -48px;
  }
  100% {
    top: -65px;
  }
}

@keyframes jump {
  0% {
    top: -48px;
  }
  100% {
    top: -65px;
  }
}

@-webkit-keyframes jump_sp {
  0% {
    top: -23px;
  }
  100% {
    top: -35px;
  }
}

@keyframes jump_sp {
  0% {
    top: -23px;
  }
  100% {
    top: -35px;
  }
}

.main_btn .bird img {
  width: 50px;
}

@media (max-width: 767px) {
  .main_btn .bird img {
    width: 30px;
  }
}

@media (max-width: 992px) {
  .main_btn {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 767px) {
  .main_btn {
    max-width: 180px;
    margin: 20px 0 0 0;
  }
}

.main_btn a {
  padding: 25px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  letter-spacing: 0.02rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #f4efec;
}

@media (max-width: 767px) {
  .main_btn a {
    padding: 20px 30px;
  }
}

.main_btn a:hover {
  background-color: #edccbe;
}

.main_btn a:hover p {
  color: #fff;
  white-space: nowrap;
}

.main_btn a:hover .arrow {
  margin-right: 15px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main_btn a .arrow {
  margin-right: 15px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #736a63;
  border-right: 1px solid #736a63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main_btn a p {
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  color: #736a63;
  letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
  .main_btn a p {
    font-size: 13px;
  }
}

.sub_area {
  border-bottom: 1px solid #dadada;
}

.sub_ttl {
  padding: 205px 0 60px;
  text-align: center;
}

@media (max-width: 992px) {
  .sub_ttl {
    padding: 120px 0 50px;
  }
}

@media (max-width: 767px) {
  .sub_ttl {
    padding: 100px 0 40px;
  }
}

.sub_ttl figure {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sub_ttl figure {
    margin-bottom: 20px;
  }
}

.sub_ttl figure img {
  width: 125px;
}

@media (max-width: 767px) {
  .sub_ttl figure img {
    width: 70px;
  }
}

.sub_ttl h1 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.sub_ttl h1 img {
  height: 25px;
  width: auto;
}

@media (max-width: 767px) {
  .sub_ttl h1 img {
    height: 18px;
  }
}

.sub_ttl h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 5px;
  background-color: #736a63;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .sub_ttl h1 {
    font-size: 20px;
    padding-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .sub_ttl h1 {
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 15px;
  }
}

.sub_ttl h2 {
  font-size: 28px;
  margin-bottom: 12px;
  letter-spacing: 0.02rem;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
}

.sub_ttl h2 img {
  height: 25px;
  width: auto;
}

@media (max-width: 767px) {
  .sub_ttl h2 img {
    height: 18px;
  }
}

.sub_ttl h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 5px;
  background-color: #736a63;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .sub_ttl h2 {
    font-size: 20px;
    padding-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .sub_ttl h2 {
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 15px;
  }
}

.sub_ttl small {
  font-size: 16px;
  color: #f4efec;
  font-weight: bold;
  letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
  .sub_ttl small {
    font-size: 14px;
  }
}

.sub_ttl p {
  margin: 60px 0 65px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .sub_ttl p {
    text-align: left;
    margin: 30px 0 0px;
    font-size: 13px;
    line-height: 22px;
  }
}

.about .sub_ttl figure img,
.staff .sub_ttl figure img {
  width: 195px;
}

@media (max-width: 767px) {
  .about .sub_ttl figure img,
  .staff .sub_ttl figure img {
    width: 120px;
  }
}

.ttl {
  font-family: "futura-pt", sans-serif;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-block;
}

@media (max-width: 992px) {
  .ttl {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .ttl {
    font-size: 25px;
  }
}

.btn {
  max-width: 250px;
  width: 80%;
  margin: 140px 35px 0 auto;
  text-align: center;
}

@media (max-width: 992px) {
  .btn {
    margin: 100px 35px 0 auto;
  }
}

@media (max-width: 767px) {
  .btn {
    margin: 80px 35px 0 auto;
  }
}

.btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover p {
  color: #f4efec;
  border-bottom: 1px solid #f4efec;
}

.btn a p {
  border-bottom: 1px solid #000;
  font-size: 13px;
  padding-bottom: 7px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .btn a span {
    margin-left: 10px;
  }
}

.btn a span:after, .btn a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn a span::before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f4efec;
}

@media (max-width: 767px) {
  .btn a span::before {
    width: 40px;
    height: 40px;
  }
}

.btn a span::after {
  position: absolute;
  top: 50%;
  left: 122%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 767px) {
  .btn a span::after {
    left: 90%;
  }
}

.banner {
  margin-top: 100px;
  text-align: center;
  width: 80%;
  margin: 100px auto 0px;
}

@media (max-width: 992px) {
  .banner {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .banner {
    margin: 70px auto 10px;
  }
}

.banner a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner a:hover {
  opacity: 0.6;
}

.home .main_area {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  padding: 0 0 50px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .home .main_area {
    padding: 0 0 40px;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .home .main_area {
    padding: 0 0 30px;
    height: 350px;
  }
}

.home .main_area .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100%);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1000;
  background-color: #736a63;
  max-width: 830px;
  width: 60%;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .home .main_area .info {
    width: 85%;
  }
}

.home .main_area .info a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.home .main_area .info a:hover {
  opacity: 0.4;
}

.home .main_area .info a h2 {
  font-size: 16px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 20px 35px 20px 95px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #99908a;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .home .main_area .info a h2 {
    padding: 10px 25px 10px 60px;
  }
}

@media (max-width: 767px) {
  .home .main_area .info a h2 {
    padding: 10px 20px;
    font-size: 11px;
  }
}

.home .main_area .info a dl {
  padding: 40px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 20%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 992px) {
  .home .main_area .info a dl {
    padding: 20px 25px;
  }
}

.home .main_area .info a dt {
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.03rem;
}

@media (max-width: 767px) {
  .home .main_area .info a dt {
    font-size: 12px;
    letter-spacing: 0.02rem;
  }
}

.home .main_area .info a dd {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0rem;
  font-weight: bold;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home .main_area .info a dd {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02rem;
    white-space: nowrap;
  }
}

.home .main_area .inner {
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}

.home .main_area .inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(45, 42, 39, 0.3);
}

.home .main_area .inner .main_title {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
}

.home .main_area .inner .main_title h2 {
  font-size: 65px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .home .main_area .inner .main_title h2 {
    font-size: 40px;
  }
}

.home .main_area .inner .main_title small {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .home .main_area .inner .main_title small {
    font-size: 12px;
  }
}

.home .main_area .inner .main_title h1 {
  font-size: 20px;
  line-height: 30px;
  z-index: 1000;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .home .main_area .inner .main_title h1 {
    font-size: 14px;
  }
}

.home .main_area .inner .main_title h3 {
  font-size: 28px;
  line-height: 40px;
  z-index: 1000;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .home .main_area .inner .main_title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.home .main_area .inner .main_title p {
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
}

@media (max-width: 767px) {
  .home .main_area .inner .main_title p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.home .main_area .main_img {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  /* max-height: 320px; */
}

@media (max-width: 992px) {
  .home .main_area .main_img {
    padding-top: 115px;
  }
}

@media (max-width: 767px) {
  .home .main_area .main_img {
    -webkit-transform: translate(0);
            transform: translate(0);
    padding-top: 115px;
    position: static;
    top: 50%;
    left: 50%;
  }
}

@media (orientation: landscape) and (max-width: 926px) {
  .home .main_area .main_img {
    padding-top: 120px;
  }
}

.home .main_area #slideshow {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: relative;
}

.home .main_area #slideshow p {
  position: absolute;
  bottom: 40px;
  right: 90px;
  font-size: 10px;
  color: #fff;
}

.home .main_area .zs-slideshow {
  position: relative;
}

.home .main_area .zs-bullet-0.active:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .home .main_area .zs-bullet-0:after {
    right: 50px;
    bottom: 5px;
  }
}

.contact {
  position: relative;
}

.contact:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  background-image: url(../images/nami02.png);
  background-size: contain;
  background-position: center;
  height: 17vw;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

@media (max-width: 992px) {
  .contact:before {
    height: 22vw;
  }
}

.contact .icon01 {
  position: absolute;
  top: -24vw;
  left: 13%;
}

.contact .icon01 img {
  width: 120px;
}

@media (max-width: 767px) {
  .contact .icon01 img {
    width: 80px;
  }
}

.contact .icon02 {
  position: absolute;
  top: -15vw;
  right: 13%;
}

.contact .icon02 img {
  width: 85px;
}

@media (max-width: 767px) {
  .contact .icon02 img {
    width: 55px;
  }
}

.contact .inner {
  max-width: 850px;
  padding-top: 0px;
  padding-bottom: 375px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .contact .inner {
    padding-bottom: 250px;
  }
}

@media (max-width: 767px) {
  .contact .inner {
    padding-bottom: 180px;
  }
}

.contact .inner .contact_ttl {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.15rem;
  margin-bottom: 60px;
  font-weight: bold;
}

.contact .inner .contact_ttl img {
  height: 22px;
  width: auto;
}

@media (max-width: 767px) {
  .contact .inner .contact_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.contact .inner .contact_txt {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.03rem;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contact .inner .contact_txt {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
  }
}

.contact .inner .contact_txt a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .inner .contact_txt a:hover {
  text-decoration: none;
}

.works .t_works {
  background-color: #f4efec;
}

.works .t_works:before {
  content: none;
}

.works .t_works .inner {
  padding-top: 0px;
}

@media (max-width: 992px) {
  .works .t_works .inner {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .works .t_works .inner {
    padding-top: 0px;
  }
}

.t_works {
  background-color: #fff;
  position: relative;
}

.t_works:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  background-image: url(../images/nami01.png);
  background-size: contain;
  background-position: center;
  height: 17vw;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  z-index: -1;
}

@media (max-width: 992px) {
  .t_works:before {
    height: 22vw;
  }
}

.t_works .inner {
  padding-top: 100px;
  padding-bottom: 410px;
}

@media (max-width: 992px) {
  .t_works .inner {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .t_works .inner {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}

.t_works .inner .title {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .t_works .inner .title {
    margin-bottom: 40px;
  }
}

.t_works .inner .title figure {
  max-width: 105px;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  .t_works .inner .title figure {
    max-width: 80px;
  }
}

.t_works .inner .title h2 {
  font-size: 26px;
  line-height: 29px;
  color: #736a63;
}

.t_works .inner .title h2 img {
  height: 22px;
  width: auto;
}

@media (max-width: 767px) {
  .t_works .inner .title h2 img {
    height: 18px;
  }
}

@media (max-width: 767px) {
  .t_works .inner .title h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.t_works .inner ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.t_works .inner ul:after {
  display: block;
  width: 30%;
  content: "";
}

.t_works .inner ul li {
  width: 30%;
  position: relative;
}

@media (max-width: 767px) {
  .t_works .inner ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.t_works .inner ul li:nth-of-type(3n-1) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .t_works .inner ul li:nth-of-type(3n-1) {
    margin-top: 0px;
  }
}

.t_works .inner ul li:nth-of-type(3n) {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .t_works .inner ul li:nth-of-type(3n) {
    margin-top: 0px;
  }
}

.t_works .inner ul li .new_icon {
  position: absolute;
  top: -30px;
  right: -15px;
  width: 80px;
  height: 80px;
  background-color: #edccbe;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  border: 8px solid #fff;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .t_works .inner ul li .new_icon {
    font-size: 10px;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    right: auto;
    left: 0;
    top: -15px;
  }
}

.t_works .inner ul li figure {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .t_works .inner ul li figure {
    width: 38%;
    border-radius: 10px;
  }
}

.t_works .inner ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_works .inner ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .t_works .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .t_works .inner ul li dl {
    width: 58%;
  }
}

.t_works .inner ul li dl dt {
  font-size: 17px;
  line-height: 27px;
  color: #736a63;
  padding: 16px 0;
  position: relative;
  margin-bottom: 12px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .t_works .inner ul li dl dt {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 5px;
    line-height: 22px;
  }
}

.t_works .inner ul li dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #736a63;
}

.t_works .inner ul li dl dd {
  color: #736a63;
  font-size: 14px;
  line-height: 28px;
}

.t_works .inner .main_btn {
  max-width: 280px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .t_works .inner .main_btn {
    max-width: 200px;
    margin: 40px auto 0;
  }
}

.t_about {
  padding-top: 155px;
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 992px) {
  .t_about {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .t_about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .t_about {
    padding-top: 60px;
  }
}

.t_about .inner {
  position: relative;
}

.t_about .fix_icon01 {
  position: absolute;
  top: 30%;
  left: -2%;
  -webkit-animation: pop 1.1s linear 0s infinite alternate;
          animation: pop 1.1s linear 0s infinite alternate;
}

@media (max-width: 767px) {
  .t_about .fix_icon01 {
    top: 46%;
    left: 5%;
  }
}

.t_about .fix_icon01 img {
  width: 85px;
}

@media (max-width: 767px) {
  .t_about .fix_icon01 img {
    width: 50px;
  }
}

.t_about .fix_icon02 {
  position: absolute;
  top: 0%;
  right: 5%;
}

@media (max-width: 767px) {
  .t_about .fix_icon02 {
    top: -3%;
  }
}

.t_about .fix_icon02 img {
  width: 130px;
}

@media (max-width: 767px) {
  .t_about .fix_icon02 img {
    width: 50px;
  }
}

.t_about .fix_icon03 {
  position: absolute;
  top: 50%;
  right: 5%;
}

@media (max-width: 767px) {
  .t_about .fix_icon03 {
    right: 25%;
    top: 46%;
  }
}

.t_about .fix_icon03 img {
  width: 130px;
}

@media (max-width: 767px) {
  .t_about .fix_icon03 img {
    width: 80px;
  }
}

.t_about .fix_icon03 .cloud {
  position: absolute;
  right: -70px;
  top: -90px;
  -webkit-animation: cloud-animation 2800ms linear infinite;
          animation: cloud-animation 2800ms linear infinite;
}

@media (max-width: 767px) {
  .t_about .fix_icon03 .cloud {
    right: -40px;
    top: -10px;
  }
}

@-webkit-keyframes cloud-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50px, -50px);
            transform: translate(50px, -50px);
    opacity: 0;
  }
}

@keyframes cloud-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(50px, -50px);
            transform: translate(50px, -50px);
    opacity: 0;
  }
}

.t_about .txt {
  max-width: 715px;
  margin: 0 auto 140px;
}

@media (max-width: 767px) {
  .t_about .txt {
    margin: 0 auto 170px;
  }
}

.t_about .txt h2 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .t_about .txt h2 {
    margin-bottom: 20px;
    width: 80%;
  }
}

.t_about .txt p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02rem;
  margin-bottom: 40px;
  color: #736a63;
}

@media (max-width: 767px) {
  .t_about .txt p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}

.t_about .txt p:last-of-type {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .t_about .txt p:last-of-type {
    margin-bottom: 30px;
  }
}

.t_about ul {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.t_about ul li {
  position: relative;
  width: 30%;
}

@media (max-width: 767px) {
  .t_about ul li {
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
}

.t_about ul li dl > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.t_about ul li dl > a:hover {
  opacity: 0.6;
}

.t_about ul li .main_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 35%);
          transform: translate(-50%, 35%);
  width: 180px;
}

.t_about .name {
  font-size: 16px;
  letter-spacing: 0.02rem;
  color: #736a63;
}

@media (max-width: 767px) {
  .t_about .name {
    font-size: 14px;
    line-height: 28px;
  }
}

.mtg__content .inner {
  padding-bottom: 440px;
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mtg__content .inner {
    padding-bottom: 330px;
  }
}

@media (max-width: 767px) {
  .mtg__content .inner {
    padding-bottom: 250px;
  }
}

.mtg__content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 36px;
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .mtg__content p {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

.mtg__content .act_col {
  text-align: center;
}

.mtg__content .act_col .act {
  border-bottom: 1px solid #736a63;
  font-size: 15px;
  padding-bottom: 5px;
  display: inline-block;
  letter-spacing: 0.02rem;
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  .mtg__content .act_col .act {
    font-size: 12px;
    margin: 15px auto 0;
    letter-spacing: -0.05rem;
    padding-bottom: 2px;
  }
}

.mtg__content input {
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mtg__content input {
    padding: 18px;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.mtg__content input::-webkit-input-placeholder {
  color: #736a63;
  opacity: 0.5;
}

.mtg__content input:-ms-input-placeholder {
  color: #736a63;
  opacity: 0.5;
}

.mtg__content input::-ms-input-placeholder {
  color: #736a63;
  opacity: 0.5;
}

.mtg__content input::placeholder {
  color: #736a63;
  opacity: 0.5;
}

.mtg__content .login {
  padding: 37px 35px;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .mtg__content .login {
    margin-top: 50px;
    padding: 25px 20px;
  }
}

.mtg__content .login h3 {
  text-align: center;
  font-size: 20px;
  padding: 15px 20px;
  margin: 40px 0 30px;
  line-height: 30px;
  letter-spacing: 0.03rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #edccbe));
  background: linear-gradient(transparent 80%, #edccbe 0%);
  display: inline;
  padding: 0 2px 0px;
}

@media (max-width: 767px) {
  .mtg__content .login h3 {
    font-size: 17px;
  }
}

.mtg__content .login p {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .mtg__content .login p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
  }
}

.mtg__content .login_btn a {
  background-color: #736a63;
  text-align: center;
  padding: 26px 0;
  display: block;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .mtg__content .login_btn a {
    font-size: 14px;
    padding: 20px 0;
  }
}

.mtg__content .login_btn a:hover {
  opacity: 0.6;
}

.sdgs .sub_ttl figure img {
  width: 200px;
}

@media (max-width: 767px) {
  .sdgs .sub_ttl figure img {
    width: 150px;
  }
}

.sdgs .sdgs__content .inner {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 470px;
  position: relative;
}

@media (max-width: 992px) {
  .sdgs .sdgs__content .inner {
    padding-bottom: 300px;
  }
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .inner {
    padding-bottom: 250px;
  }
}

.sdgs .sdgs__content .main_sdgs {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .main_sdgs {
    margin-bottom: 40px;
  }
}

.sdgs .sdgs__content .main_sdgs img {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, #edccbe));
  background: linear-gradient(transparent 75%, #edccbe 60%);
  max-width: 490px;
  width: 85%;
}

.sdgs .sdgs__content .fix_icon01 {
  position: absolute;
  right: 0;
  top: 29%;
  z-index: 1;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon01 {
    top: 13%;
    display: none;
  }
}

.sdgs .sdgs__content .fix_icon01 img {
  width: 90px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon01 img {
    width: 80px;
  }
}

.sdgs .sdgs__content .fix_icon02 {
  position: absolute;
  left: -29px;
  top: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon02 {
    display: none;
  }
}

.sdgs .sdgs__content .fix_icon02 img {
  width: 80px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon02 img {
    width: 60px;
  }
}

.sdgs .sdgs__content .fix_icon03 {
  position: absolute;
  right: 10%;
  bottom: -30px;
  z-index: 1;
}

.sdgs .sdgs__content .fix_icon03 img {
  width: 150px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon03 img {
    width: 60px;
  }
}

.sdgs .sdgs__content .fix_icon04 {
  position: absolute;
  right: 4%;
  top: -62px;
  z-index: 1;
}

.sdgs .sdgs__content .fix_icon04 img {
  width: 65px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon04 img {
    width: 60px;
  }
}

.sdgs .sdgs__content .fix_icon05 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 1;
}

.sdgs .sdgs__content .fix_icon05 img {
  width: 80px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .fix_icon05 img {
    width: 60px;
  }
}

.sdgs .sdgs__content figure {
  text-align: center;
}

.sdgs .sdgs__content figure.mb {
  margin-bottom: 40px;
}

.sdgs .sdgs__content .white_box {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 32px 33px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .white_box {
    padding: 20px 15px 20px;
  }
}

.sdgs .sdgs__content .white_box ul {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .white_box ul {
    margin-top: 15px;
  }
}

.sdgs .sdgs__content .white_box ul li {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.02rem;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}

.sdgs .sdgs__content .white_box ul li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .white_box ul li {
    font-size: 13px;
    line-height: 22px;
  }
}

.sdgs .sdgs__content .white_box .txt {
  width: 100%;
}

.sdgs .sdgs__content .white_box .txt p {
  margin-top: 20px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .white_box .txt p {
    margin-top: 15px;
  }
}

.sdgs .sdgs__content .white_box figure {
  width: 38%;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .white_box figure {
    width: 100%;
  }
}

.sdgs .sdgs__content .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .box {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .box {
    margin-bottom: 60px;
  }
}

.sdgs .sdgs__content .box .left {
  width: 57%;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sdgs .sdgs__content .box figure {
  width: 38%;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .box figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

.sdgs .sdgs__content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.04rem;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px;
  }
}

.sdgs .sdgs__content .sdgs_explain {
  padding: 50px 0;
  border-top: 5px solid #736a63;
  border-bottom: 5px solid #736a63;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .sdgs_explain {
    padding: 40px 0;
  }
}

.sdgs .sdgs__content .sdgs_explain .txt {
  width: 56%;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .sdgs_explain .txt {
    width: 100%;
  }
}

.sdgs .sdgs__content .sdgs_explain .txt h2 {
  padding-left: 0px;
  margin-bottom: 10px;
}

.sdgs .sdgs__content .sdgs_explain .txt h2:before {
  content: none;
}

.sdgs .sdgs__content .sdgs_explain .txt p {
  margin-bottom: 0;
}

.sdgs .sdgs__content .sdgs_explain figure {
  width: 38%;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content .sdgs_explain figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

.sdgs .sdgs__content h2 {
  padding-left: 30px;
  font-size: 28px;
  line-height: 30px;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.sdgs .sdgs__content h2 img {
  height: 28px;
}

@media (max-width: 767px) {
  .sdgs .sdgs__content h2 img {
    height: 20px;
  }
}

@media (max-width: 992px) {
  .sdgs .sdgs__content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .sdgs .sdgs__content h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.sdgs .sdgs__content h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #736a63;
  width: 20px;
  height: 5px;
  content: "";
  border-radius: 10px;
}

.sdgs .sdgs__content h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #edccbe));
  background: linear-gradient(transparent 85%, #edccbe 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 0px;
}

@media (max-width: 992px) {
  .sdgs .sdgs__content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .sdgs .sdgs__content h3 {
    font-size: 15px;
    line-height: 25px;
  }
}

.construction .sub_ttl figure img {
  width: 200px;
}

@media (max-width: 767px) {
  .construction .sub_ttl figure img {
    width: 150px;
  }
}

.construction .about__content .inner {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 470px;
  position: relative;
}

@media (max-width: 992px) {
  .construction .about__content .inner {
    padding-bottom: 300px;
  }
}

@media (max-width: 767px) {
  .construction .about__content .inner {
    padding-bottom: 250px;
  }
}

.construction .about__content .fix_icon01 {
  position: absolute;
  right: 0;
  top: 15%;
  z-index: 1;
}

@media (max-width: 767px) {
  .construction .about__content .fix_icon01 {
    top: 13%;
  }
}

.construction .about__content .fix_icon01 img {
  width: 150px;
}

@media (max-width: 767px) {
  .construction .about__content .fix_icon01 img {
    width: 90px;
  }
}

.construction .about__content .fix_icon02 {
  position: absolute;
  right: 0;
  top: 75%;
  z-index: 1;
}

.construction .about__content .fix_icon02 img {
  width: 100px;
}

@media (max-width: 767px) {
  .construction .about__content .fix_icon02 img {
    width: 60px;
  }
}

.construction .about__content .fix_icon03 {
  position: absolute;
  right: 10%;
  bottom: -30px;
  z-index: 1;
}

.construction .about__content .fix_icon03 img {
  width: 150px;
}

@media (max-width: 767px) {
  .construction .about__content .fix_icon03 img {
    width: 60px;
  }
}

.construction .about__content .fix_icon04 {
  position: absolute;
  right: 4%;
  top: -62px;
  z-index: 1;
}

.construction .about__content .fix_icon04 img {
  width: 65px;
}

@media (max-width: 767px) {
  .construction .about__content .fix_icon04 img {
    width: 60px;
  }
}

.construction .about__content .fix_icon05 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 1;
}

.construction .about__content .fix_icon05 img {
  width: 80px;
}

@media (max-width: 767px) {
  .construction .about__content .fix_icon05 img {
    width: 60px;
  }
}

.construction .about__content figure {
  text-align: center;
}

.construction .about__content figure.mb {
  margin-bottom: 40px;
}

.construction .about__content .white_box {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 40px 35px 45px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .construction .about__content .white_box {
    padding: 25px 15px 20px;
  }
}

.construction .about__content .white_box.first {
  padding: 20px 45px;
}

@media (max-width: 767px) {
  .construction .about__content .white_box.first {
    padding: 13px 25px;
  }
}

.construction .about__content .white_box .txt {
  width: 60%;
}

@media (max-width: 767px) {
  .construction .about__content .white_box .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.construction .about__content .white_box .txt p {
  margin-top: 30px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .construction .about__content .white_box .txt p {
    margin-top: 15px;
  }
}

.construction .about__content .white_box figure {
  width: 38%;
}

@media (max-width: 767px) {
  .construction .about__content .white_box figure {
    width: 100%;
  }
}

.construction .about__content .white_box ul {
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .construction .about__content .white_box ul {
    margin-top: 20px;
  }
}

.construction .about__content .white_box ul li {
  width: 30%;
  text-align: center;
}

@media (max-width: 767px) {
  .construction .about__content .white_box ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}

.construction .about__content .white_box ul li dt {
  font-size: 16px;
  letter-spacing: 0;
  background-color: #736a63;
  padding: 12px 0;
  color: #fff;
}

@media (max-width: 767px) {
  .construction .about__content .white_box ul li dt {
    font-size: 14px;
    padding: 10px 0;
  }
}

.construction .about__content .white_box ul li dd {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #736a63;
}

@media (max-width: 767px) {
  .construction .about__content .white_box ul li dd {
    border-bottom: 0px solid #736a63;
    font-size: 13px;
    line-height: 22px;
  }
}

.construction .about__content .white_box ul li dd.none {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0px solid #736a63;
  padding-bottom: 0;
}

.construction .about__content .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.construction .about__content .box p {
  width: 54%;
}

@media (max-width: 767px) {
  .construction .about__content .box p {
    width: 100%;
    margin-bottom: 20px;
  }
}

.construction .about__content .box figure {
  width: 42%;
}

@media (max-width: 767px) {
  .construction .about__content .box figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

.construction .about__content p {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
  .construction .about__content p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px;
  }
}

.construction .about__content h2 {
  padding-left: 30px;
  font-size: 28px;
  line-height: 30px;
  position: relative;
  letter-spacing: 0;
  margin-top: 105px;
  margin-bottom: 25px;
}

.construction .about__content h2.first {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .construction .about__content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .construction .about__content h2 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}

.construction .about__content h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #736a63;
  width: 20px;
  height: 5px;
  content: "";
  border-radius: 10px;
}

.construction .about__content h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #edccbe));
  background: linear-gradient(transparent 85%, #edccbe 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 0px;
}

@media (max-width: 992px) {
  .construction .about__content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .construction .about__content h3 {
    font-size: 15px;
    line-height: 25px;
  }
}

.privacy .sub_ttl figure img {
  width: 85px;
}

@media (max-width: 767px) {
  .privacy .sub_ttl figure img {
    width: 50px;
  }
}

.privacy__content .inner {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 440px;
  position: relative;
}

@media (max-width: 992px) {
  .privacy__content .inner {
    padding-bottom: 330px;
  }
}

@media (max-width: 767px) {
  .privacy__content .inner {
    padding-bottom: 250px;
  }
}

.privacy__content .fix_icon01 {
  position: absolute;
  right: 0;
  top: 12%;
}

@media (max-width: 767px) {
  .privacy__content .fix_icon01 {
    top: 13%;
  }
}

.privacy__content .fix_icon01 img {
  width: 150px;
}

@media (max-width: 767px) {
  .privacy__content .fix_icon01 img {
    width: 90px;
  }
}

.privacy__content .fix_icon02 {
  position: absolute;
  right: 0;
  top: 73%;
}

@media (max-width: 767px) {
  .privacy__content .fix_icon02 {
    position: absolute;
    right: 5%;
    top: auto;
    bottom: 4%;
  }
}

.privacy__content .fix_icon02 img {
  width: 120px;
}

@media (max-width: 767px) {
  .privacy__content .fix_icon02 img {
    width: 60px;
  }
}

.privacy__content p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.025rem;
}

@media (max-width: 767px) {
  .privacy__content p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 22px;
  }
}

.privacy__content p.mb {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .privacy__content p.mb {
    margin-top: 25px;
  }
}

.privacy__content p.mt {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .privacy__content p.mt {
    margin-top: 13px;
  }
}

.privacy__content p.top_txt {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02rem;
  margin-bottom: 25px;
}

.privacy__content p.top_txt span {
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .privacy__content p.top_txt span {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .privacy__content p.top_txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.privacy__content p strong {
  font-weight: bold;
}

.privacy__content p span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .privacy__content p span {
    font-size: 13px;
    line-height: 22px;
  }
}

.privacy__content p a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.privacy__content p a:hover {
  text-decoration: none;
}

.privacy__content h2 {
  padding-left: 30px;
  font-size: 28px;
  line-height: 30px;
  position: relative;
  letter-spacing: 0;
  margin-top: 105px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .privacy__content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .privacy__content h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

.privacy__content h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #736a63;
  width: 20px;
  height: 5px;
  content: "";
  border-radius: 10px;
}

.privacy__content h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #edccbe));
  background: linear-gradient(transparent 85%, #edccbe 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 9px 2px 0px;
}

@media (max-width: 992px) {
  .privacy__content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .privacy__content h3 {
    font-size: 15px;
    line-height: 25px;
  }
}

.company .sub_ttl figure img {
  width: 165px;
}

@media (max-width: 767px) {
  .company .sub_ttl figure img {
    width: 80px;
  }
}

.company__content {
  position: relative;
}

.company__content .fix_icon01 {
  position: absolute;
  top: 10%;
  right: 32%;
  z-index: 10;
}

@media (max-width: 767px) {
  .company__content .fix_icon01 {
    top: 10%;
    right: 5%;
  }
}

.company__content .fix_icon01 img {
  width: 107px;
}

@media (max-width: 767px) {
  .company__content .fix_icon01 img {
    width: 50px;
  }
}

.company__content .fix_icon02 {
  position: absolute;
  bottom: 30%;
  right: 30%;
}

@media (max-width: 767px) {
  .company__content .fix_icon02 {
    bottom: 30%;
    right: 5%;
  }
}

.company__content .fix_icon02 img {
  width: 130px;
}

@media (max-width: 767px) {
  .company__content .fix_icon02 img {
    width: 50px;
  }
}

.company__content .inner {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 440px;
  position: relative;
}

@media (max-width: 992px) {
  .company__content .inner {
    padding-bottom: 330px;
  }
}

@media (max-width: 767px) {
  .company__content .inner {
    padding-bottom: 250px;
  }
}

.company__content ul li {
  border-bottom: 1px solid #d8cbc5;
}

@media (max-width: 767px) {
  .company__content ul li {
    border-bottom: 0px solid #d8cbc5;
    margin-bottom: 30px;
  }
}

.company__content ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .company__content ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company__content ul li dl dt {
  width: 25%;
  padding: 40px 0;
  font-size: 16px;
  letter-spacing: 0.03rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .company__content ul li dl dt {
    padding: 0px 0 7px;
    width: 100%;
    border-bottom: 1px solid #d8cbc5;
    font-size: 13px;
    line-height: 22px;
  }
}

.company__content ul li dl dd {
  width: 75%;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0;
  letter-spacing: 0.03rem;
}

@media (max-width: 767px) {
  .company__content ul li dl dd {
    width: 100%;
    padding: 7px 0 0;
    font-size: 13px;
    line-height: 22px;
  }
}

.staff__content .inner {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 350px;
  position: relative;
}

@media (max-width: 992px) {
  .staff__content .inner {
    padding-bottom: 300px;
  }
}

@media (max-width: 767px) {
  .staff__content .inner {
    padding-bottom: 250px;
  }
}

.staff__content ul {
  position: relative;
}

.staff__content ul .bird {
  position: absolute;
  right: 0;
  top: -120px;
  -webkit-animation: bird-animation02 13000ms linear infinite, jump02 400ms ease-in infinite alternate;
          animation: bird-animation02 13000ms linear infinite, jump02 400ms ease-in infinite alternate;
  width: 60px;
}

@media (max-width: 767px) {
  .staff__content ul .bird {
    width: 40px;
    -webkit-animation: bird-animation02 13000ms linear infinite, jump_sp 400ms ease-in infinite alternate;
            animation: bird-animation02 13000ms linear infinite, jump_sp 400ms ease-in infinite alternate;
  }
}

.staff__content ul .bird img {
  width: 60px;
}

@media (max-width: 767px) {
  .staff__content ul .bird img {
    width: 40px;
  }
}

@-webkit-keyframes bird-animation02 {
  0% {
    right: 10px;
    opacity: 1;
  }
  50% {
    right: 820px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  99% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes bird-animation02 {
  0% {
    right: 10px;
    opacity: 1;
  }
  50% {
    right: 820px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  99% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes jump02 {
  0% {
    top: -70px;
  }
  100% {
    top: -49px;
  }
}

@keyframes jump02 {
  0% {
    top: -70px;
  }
  100% {
    top: -49px;
  }
}

@keyframes jump_sp {
  0% {
    top: -50px;
  }
  100% {
    top: -23px;
  }
}

.staff__content ul li {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 90px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 992px) {
  .staff__content ul li {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .staff__content ul li {
    padding: 20px;
    margin-bottom: 90px;
  }
}

.staff__content ul li .profile {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.staff__content ul li .profile.reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.staff__content ul li .profile .chair {
  position: absolute;
  bottom: -30%;
  right: -8%;
}

.staff__content ul li .profile .chair img {
  width: 80px;
}

.staff__content ul li .profile .txt {
  width: 70%;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.staff__content ul li .profile .txt .person {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #736a63;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt .person {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}

.staff__content ul li .profile .txt dl {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt dl {
    margin-bottom: 15px;
  }
}

.staff__content ul li .profile .txt dl dt {
  margin-bottom: 5px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt dl dt {
    font-size: 12px;
  }
}

.staff__content ul li .profile .txt dl dd {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt dl dd {
    font-size: 18px;
  }
}

.staff__content ul li .profile .txt dl dd small {
  font-size: 12px;
  letter-spacing: 0.03rem;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt dl dd small {
    font-size: 11px;
    margin-left: 8px;
  }
}

.staff__content ul li .profile .txt p {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .staff__content ul li .profile .txt p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.staff__content ul li .profile figure {
  width: 25%;
}

@media (max-width: 767px) {
  .staff__content ul li .profile figure {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

.staff__content ul li .message_btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
          transform: translate(-50%, -15%);
  color: #fff;
  background-color: #736a63;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border: 6px solid #f4efec;
  letter-spacing: 0.02rem;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}

@media (max-width: 767px) {
  .staff__content ul li .message_btn {
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    width: 95px;
    height: 95px;
  }
}

.staff__content ul li .message_btn img {
  height: 16px;
}

.staff__content ul li .message_btn:after {
  content: "";
  position: absolute;
  margin-right: 15px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  bottom: 15px;
  /* top: 50%; */
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, 0%) rotate(135deg);
  z-index: 1;
}

.staff__content ul li .message_btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.staff__content ul li .message-txt {
  margin-top: 0px;
  position: relative;
  background-color: #736a63;
  padding: 0px 40px;
  height: 0;
  visibility: hidden;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .staff__content ul li .message-txt {
    padding: 0px 20px;
  }
}

.staff__content ul li .message-txt .fox {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  visibility: visible;
}

@media (max-width: 767px) {
  .staff__content ul li .message-txt .fox {
    -webkit-transform: translate(-64%, -50%);
            transform: translate(-64%, -50%);
  }
}

.staff__content ul li .message-txt .fox img {
  width: 80px;
}

@media (max-width: 767px) {
  .staff__content ul li .message-txt .fox img {
    width: 60px;
  }
}

.staff__content ul li .message-txt .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #f4efec;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.staff__content ul li .message-txt .close_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.staff__content ul li .message-txt .close_btn dl {
  text-align: center;
}

.staff__content ul li .message-txt .close_btn dl dt img {
  width: 15px;
}

.staff__content ul li .message-txt .close_btn dl dd {
  margin-top: 3px;
  font-size: 12px;
}

.staff__content ul li .message-txt p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .staff__content ul li .message-txt p {
    font-size: 13px;
    line-height: 25px;
  }
}

.staff__content ul li .message-txt.active {
  margin-top: 40px;
  height: auto;
  visibility: visible;
  padding: 70px 40px;
}

@media (max-width: 767px) {
  .staff__content ul li .message-txt.active {
    padding: 60px 20px 40px;
  }
}

.staff__content ul li .message-txt.active .message_btn {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works-detail__content .inner {
  padding-bottom: 370px;
  position: relative;
}

@media (max-width: 992px) {
  .works-detail__content .inner {
    padding-bottom: 250px;
  }
}

@media (max-width: 767px) {
  .works-detail__content .inner {
    padding-bottom: 150px;
  }
}

.works-detail__content dl.works_ttl {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .works-detail__content dl.works_ttl {
    margin-bottom: 40px;
  }
}

.works-detail__content dl.works_ttl dt {
  font-size: 26px;
  line-height: 34px;
  color: #736a63;
  padding: 16px 0;
  position: relative;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .works-detail__content dl.works_ttl dt {
    font-size: 15px;
    padding: 15px 0;
    margin-bottom: 10px;
    line-height: 22px;
  }
}

.works-detail__content dl.works_ttl dt:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #736a63;
}

.works-detail__content dl.works_ttl dd {
  text-align: center;
  color: #736a63;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .works-detail__content dl.works_ttl dd {
    font-size: 13px;
    line-height: 25px;
  }
}

.works-detail__content .main_btn {
  max-width: 280px;
  margin: 60px auto 0;
}

.works-detail__content .main_btn a {
  background-color: #edccbe;
}

.works-detail__content .swiper-blind-left {
  left: 0;
}

.works-detail__content .swiper-blind-right {
  right: 0;
}

.works-detail__content .swiper-button-next:after,
.works-detail__content .swiper-button-prev:after {
  display: none !important;
}

.works-detail__content .swiper-button-next,
.works-detail__content .swiper-container-rtl .swiper-button-prev {
  right: 0%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #736a63;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .works-detail__content .swiper-button-next,
  .works-detail__content .swiper-container-rtl .swiper-button-prev {
    right: 0%;
    width: 40px;
    height: 40px;
  }
}

.works-detail__content .swiper-button-prev,
.works-detail__content .swiper-container-rtl .swiper-button-next {
  left: 0%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #736a63;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .works-detail__content .swiper-button-prev,
  .works-detail__content .swiper-container-rtl .swiper-button-next {
    left: 0%;
    width: 40px;
    height: 40px;
  }
}

.works-detail__content .swiper-button-next svg,
.works-detail__content .swiper-container-rtl .swiper-button-prev,
.works-detail__content .swiper-button-prev svg,
.works-detail__content .swiper-container-rtl .swiper-button-next svg {
  width: 12px;
}

@media (max-width: 600px) {
  .works-detail__content .swiper-blind-left,
  .works-detail__content .swiper-blind-right {
    display: none;
  }
}

.works-detail .arrow {
  margin-right: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog .t_works .inner ul li dl dd {
  letter-spacing: 0;
}

.blog .sub_ttl figure img {
  width: 185px;
}

@media (max-width: 992px) {
  .blog .sub_ttl figure img {
    width: 155px;
  }
}

@media (max-width: 767px) {
  .blog .sub_ttl figure img {
    width: 115px;
  }
}

.single-blog .main_btn {
  position: relative;
}

.single-blog .main_btn .blog_icon {
  position: absolute;
  right: -160px;
  top: -22%;
}

@media (max-width: 767px) {
  .single-blog .main_btn .blog_icon {
    right: -80px;
  }
}

.single-blog .main_btn .blog_icon img {
  width: 70px;
}

@media (max-width: 767px) {
  .single-blog .main_btn .blog_icon img {
    width: 55px;
  }
}

.single {
  text-align: left;
}

.single .main_btn a {
  background-color: #edccbe;
}

.single .content {
  position: relative;
  padding: 0px 0 375px;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .single .content {
    padding: 0px 0 300px;
  }
}

@media (max-width: 767px) {
  .single .content {
    padding: 0px 0 250px;
  }
}

.single .content .inner {
  max-width: 850px;
}

.single .content .title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .single .content .title {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .single .content .title {
    margin-bottom: 40px;
  }
}

.single .content .title time {
  font-size: 14px;
  display: block;
  letter-spacing: 0rem;
}

@media (max-width: 767px) {
  .single .content .title time {
    font-size: 12px;
  }
}

.single .content .title h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  position: relative;
  padding: 0 0 25px;
  margin-bottom: 15px;
}

.single .content .title h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #736a63;
  content: "";
}

@media (max-width: 767px) {
  .single .content .title h1:after {
    width: 25px;
  }
}

@media (max-width: 767px) {
  .single .content .title h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 12px;
  }
}

.single .content .wrap a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}

.single .content .wrap a:hover {
  text-decoration: none;
}

.single .content .wrap p strong {
  background-color: #ffebeb;
  font-family: 'punctuation-bold', aktiv-grotesk, 'A+tanp-こぶりなゴシック StdN W6', 'Koburina Gothic Std W6', 'こぶりなゴシック Std W6', 'A+tanp-こぶりなゴシック StdN W1', 'Koburina Gothic Std W1', 'メイリオ', sans-serif;
  font-weight: 500;
}

.single .content .wrap p {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 32px;
  font-size: 15px;
  letter-spacing: 0rem;
}

@media (max-width: 767px) {
  .single .content .wrap p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
  }
}

.single .content .wrap h2 {
  font-size: 22px;
  padding: 15px 20px;
  margin: 40px 0 30px;
  line-height: 30px;
  letter-spacing: 0.03rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #edccbe));
  background: linear-gradient(transparent 72%, #edccbe 0%);
  display: inline;
  padding: 0 2px 0px;
}

@media (max-width: 992px) {
  .single .content .wrap h2 {
    line-height: 25px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single .content .wrap h2 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 23px;
  }
}

.single .content .wrap figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single .content .wrap figure {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.single .content .wrap a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single .content .wrap a:hover {
  text-decoration: none;
}

.single .content .main_btn {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 110px;
}

@media (max-width: 767px) {
  .single .content .main_btn {
    margin-top: 80px;
    max-width: 200px;
  }
}

.single .content .main_btn a {
  padding: 25px 0;
}

@media (max-width: 767px) {
  .single .content .main_btn a {
    padding: 20px 0px;
  }
}

.category-news .t_info {
  background: none;
}

.category-news .t_info .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.category-news .t_info .inner .content {
  padding: 0px 0 425px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .category-news .t_info .inner .content {
    padding: 0px 0 350px;
  }
}

@media (max-width: 767px) {
  .category-news .t_info .inner .content {
    padding: 0px 0 250px;
  }
}

.category-news .t_info .inner ul {
  width: 100%;
}

.category-news .t_info .inner ul li {
  border-bottom: 1px solid #dad4d1;
}

.category-news .t_info .inner ul li:first-of-type {
  border-top: 1px solid #dad4d1;
}

.category-news .t_info .inner ul li.news-none {
  text-align: center;
}

@media (max-width: 767px) {
  .category-news .t_info .inner ul li.news-none {
    font-size: 13px;
  }
}

.category-news .t_info .inner ul li dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.category-news .t_info .inner ul li dl dt {
  margin-right: 35px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .category-news .t_info .inner ul li dl dt {
    font-size: 13px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.category-news .t_info .inner ul li dl dd {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .category-news .t_info .inner ul li dl dd {
    line-height: 20px;
  }
}

.category-news .t_info .inner ul li a {
  padding: 28px 20px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-news .t_info .inner ul li a:hover {
  background-color: #fff;
}

@media (max-width: 767px) {
  .category-news .t_info .inner ul li a {
    padding: 20px 15px;
  }
}

/*********************
404
**********************/
.error404 .notfound {
  text-align: center;
  padding: 210px 0 100px;
}

@media (max-width: 767px) {
  .error404 .notfound {
    padding: 130px 0 70px;
  }
}

.error404 .notfound p {
  font-size: 23px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .error404 .notfound p {
    font-size: 17px;
    padding-bottom: 35px;
  }
}

.error404 .notfound a {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .error404 .notfound a {
    padding: 8px;
    font-size: 12px;
  }
}

.error404 .notfound a:hover {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

/***********************
ページナビゲーション
***********************/
.wp-pagenavi {
  margin: 65px 0 0px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin: 45px 0 0px;
  }
}

@media (max-width: 500px) {
  .wp-pagenavi {
    margin: 30px 0 0px;
  }
}

.wp-pagenavi span {
  font-size: 14px;
  padding: 0 !important;
  margin: 0px 10px 0 0 !important;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-decoration: none;
  background-color: #efeeea;
}

@media (max-width: 500px) {
  .wp-pagenavi span {
    font-size: 13px;
    margin: 0px 7px 0 0 !important;
    width: 45px;
    height: 45px;
  }
}

.wp-pagenavi a {
  border: none !important;
  font-size: 14px;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  margin: 0px 10px 0 0 !important;
  text-decoration: none;
  color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media (max-width: 500px) {
  .wp-pagenavi a {
    font-size: 13px;
    width: 45px;
    margin: 0px 7px 0 0 !important;
    height: 45px;
  }
}

.wp-pagenavi a:hover {
  background-color: #edccbe;
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi span.current {
  font-weight: normal !important;
  background-color: #edccbe;
  color: #fff;
  border-radius: 50%;
  border-color: #f4efec !important;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  font-size: 12px;
}

.kiyaku {
  border-top: 1px solid #dadada;
  max-height: 370px;
  width: 100%;
  margin: 40px auto 0;
  padding: 35px 105px 60px;
  overflow-y: scroll;
}

@media (max-width: 992px) {
  .kiyaku {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .kiyaku {
    padding: 40px 0 20px;
  }
}

.kiyaku dl {
  text-align: left;
}

.kiyaku dl dt {
  text-align: center;
  color: #f4efec;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.05rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .kiyaku dl dt {
    font-size: 15px;
    line-height: 28px;
  }
}

.kiyaku dl dd {
  padding: 10px 0 80px;
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .kiyaku dl dd {
    padding: 10px 0 30px;
    font-size: 12px;
    line-height: 22px;
  }
}

.kiyaku h3 {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
  .kiyaku h3 {
    font-size: 14px;
    line-height: 22px;
  }
}

.kiyaku ul {
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .kiyaku ul {
    padding-bottom: 30px;
  }
}

.kiyaku ul li {
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
  .kiyaku ul li {
    font-size: 12px;
    line-height: 22px;
  }
}

.kiyaku p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .kiyaku p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.kiyaku .info {
  font-size: 13px;
  line-height: 24px;
  padding-top: 30px;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
  .kiyaku .info {
    font-size: 12px;
    line-height: 22px;
    padding-top: 20px;
  }
}

.kiyaku .info a:hover {
  text-decoration: underline;
}

.kiyaku_check {
  padding: 30px 0;
  border-top: 1px solid #eee;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .kiyaku_check {
    padding: 20px 0;
  }
}

.kiyaku_check .error {
  text-align: center;
}

.kiyaku_check .mwform-checkbox-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kiyaku_check .mwform-checkbox-field-text {
  font-size: 15px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .kiyaku_check .mwform-checkbox-field-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .kiyaku_check .mwform-checkbox-field-text {
    font-size: 13px;
  }
}

.kiyaku_check label:hover {
  cursor: pointer;
}

.sub-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  border-top: none;
}

.sub-form > dt {
  width: 25%;
  padding: 15px 0% 15px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d8cbc5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-form > dt.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .sub-form > dt.flex-start br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sub-form > dt.flex-start {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sub-form > dt.first {
  border-top: 0px solid #dadada;
}

.sub-form > dt.date .rec {
  color: #ef1d1d;
  font-size: 13px;
  display: block;
  padding-top: 15px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .sub-form > dt.date .rec {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field {
    width: 100%;
  }
}

.sub-form > dd.irai .mwform-checkbox-field-text {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field-text {
    font-size: 13px;
  }
}

.sub-form > dt h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.1rem;
}

.sub-form > dt h3 {
  font-size: 11px;
  color: #736a63;
  border-radius: 2px;
  background-color: #edccbe;
  padding: 5px 6px;
  margin-left: 10px;
  white-space: nowrap;
}

.sub-form > dd {
  padding: 15px 0 15px 7%;
  margin: 0;
  width: 75%;
  border-top: 1px solid #d8cbc5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-form > dd.first {
  border-top: 0px solid #d8cbc5;
}

.sub-form > dd > div {
  width: 100%;
}

.sub-form > dd p:not(:first-of-type) {
  padding-top: 25px;
}

.sub-form > dd li {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub-form > dd span {
  width: 13%;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-form > dd p {
  font-size: 14px;
  padding-bottom: 8px;
  letter-spacing: 0.01rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sub-form > dd p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.sub-form > dd .mt {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sub-form > dd .mt {
    margin-top: 10px;
  }
}

.sub-form > dd .mb {
  margin-bottom: 15px;
}

.sub-form > dt.bikou,
.sub-form > dd.bikou {
  border-bottom: 1px solid #d8cbc5;
}

.sub-form > dd input {
  width: 100%;
  outline: none;
  padding: 25px;
  font-size: 16px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.press .sub-form > dt.address-form {
  border-bottom: 5px solid #ececec;
}

@media (max-width: 767px) {
  .press .sub-form > dt.address-form {
    border-bottom: 0px solid #ececec;
  }
}

.press .sub-form > dd.address-form {
  border-bottom: 5px solid #ececec;
}

.sub-form > dd ul {
  width: 100%;
}

.sub-form > dd li p {
  margin-right: 10px;
  font-size: 15px;
  display: inline;
}

@media (max-width: 767px) {
  .sub-form > dd li p {
    font-size: 12px;
  }
}

.sub-form > dd input::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd input:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd input::-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd input::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd .radio_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .sub-form > dd .radio_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sub-form > dd .radio_txt {
  min-width: 150px;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .sub-form > dd .radio_txt {
    min-width: 140px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd .radio_txt {
    margin-bottom: 13px;
    font-size: 13px;
  }
}

.sub-form > dd .radio_box.mb {
  margin-bottom: 20px;
}

.sub-form > dd .radio_box > p {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0px 28px 30px;
  width: 100%;
  border-radius: 7px;
}

@media (max-width: 992px) {
  .sub-form > dd .radio_box > p {
    padding: 23px 0px 23px 20px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd .radio_box > p {
    padding: 20px 0px 20px 20px;
  }
}

.sub-form > dd .radio_box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 33px;
}

@media (max-width: 992px) {
  .sub-form > dd .radio_box label {
    margin-right: 22px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd .radio_box label {
    margin-right: 20px;
  }
}

.sub-form > dd .radio_box span {
  width: auto;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 992px) {
  .sub-form > dd .radio_box span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd .radio_box span {
    font-size: 13px;
  }
}

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

input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 17px;
}

input[type=radio] + span:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #a5a3a2;
  content: "";
  background-color: #f4efec;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: red;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

input[type=radio]:checked + span:after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #a5a3a2;
  content: "";
  background-color: #000;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.sub-form > dd .flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub-form > dd .date_box {
  height: 460px;
  overflow-y: scroll;
}

.mwform-radio-field {
  margin-left: 0 !important;
  width: 30%;
}

.mwform-radio-field input {
  width: 20px !important;
  margin: -1px 2px 0 0;
}

.mwform-checkbox-field {
  margin-left: 0 !important;
  margin-right: 13px;
  width: 30%;
}

.mwform-checkbox-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.mwform-checkbox-field input {
  width: 20px !important;
  margin: -1px 2px 0 0;
  margin-right: 0px !important;
}

.mwform-checkbox-field-text {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02rem;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0 !important;
}

.mw_wp_form .error {
  text-align: center;
  margin-top: 5px;
}

.sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
}

.sub-form select {
  width: 100%;
  outline: none;
  padding: 22px;
  font-size: 16px;
  background-color: #efeeeb;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}

.sub-form .wpcf7-box button[type="submit"]:hover > .arrow,
.sub-form .wpcf7-box input[type="submit"]:hover > .arrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sub-form input[type="submit"],
.sub-form button[type="submit"] {
  display: block;
  background-color: #edccbe;
  border: 2px solid #edccbe;
  color: #736a63;
  border-radius: 10px;
  width: 360px;
  text-align: center;
  padding: 22px 0;
  margin: 0 auto 0px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
}

.sub-form .wpcf7-box input[type="submit"] .arrow,
.sub-form .wpcf7-box button[type="submit"] .arrow {
  position: absolute;
  margin-right: 15px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #736a63;
  border-right: 1px solid #736a63;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-form .btn_area {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 47px;
}

.sub-form > dd textarea::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd textarea:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd textarea::-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form input[type="submit"]:hover,
.sub-form button[type="submit"]:hover {
  color: #FFF;
  cursor: pointer;
}

.sub-form .submit-area {
  text-align: center;
}

.sub-form .submit-area li {
  display: inline-block;
  margin: 0 10px;
}

.sub-form .error {
  display: block;
  font-size: 13px;
  text-align: left;
  margin: 5px 0;
  display: block;
  white-space: nowrap;
  margin: 7px;
}

.sub-form > dd textarea {
  width: 100%;
  height: 210px;
  border: none;
  outline: none;
  padding: 25px;
  font-size: 16px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.web-member-confirm .sub-form .web-form,
.web-member-thanks .sub-form {
  margin-top: 0;
}

.web-member-confirm .sub-form > dd {
  font-size: 16px;
}

.mw_wp_form_complete p {
  text-align: center;
  letter-spacing: 0.02rem;
  margin-bottom: 101px !important;
  font-size: 18px;
  line-height: 25px;
}

@media (max-width: 992px) {
  .mw_wp_form_complete {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767px) {
  .mw_wp_form_complete {
    margin-bottom: 60px !important;
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .sub-form > dt h2 {
    font-size: 14px;
  }
  .sub-form > dt h3 {
    font-size: 11px;
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .sub-form h1 {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .sub-form {
    display: block;
  }
  .sub-form .btn_area {
    margin-top: 15px;
  }
  .sub-form > dd input {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dt {
    width: 100%;
    padding: 15px 0px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sub-form .bikou-form_dt {
    border-bottom: 0;
  }
  .sub-form > dt h2 {
    font-size: 13px;
  }
  .sub-form > dt h3 {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 10px;
  }
  .sub-form > dd {
    width: 100%;
  }
  .sub-form > dd {
    padding: 10px 0 20px;
    border-top: 0;
  }
  .sub-form > dd.first {
    border-top: 0px solid #ececec;
  }
  .sub-form input[type="submit"],
  .sub-form button[type="submit"] {
    width: 250px;
    padding: 20px 0;
    margin: 0px auto 0px;
    font-size: 13px;
  }
  .sub-form .wpcf7-box input[type="submit"] .arrow,
  .sub-form .wpcf7-box button[type="submit"] .arrow {
    left: 23%;
  }
  .sub-form > dd input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .sub-form > dd input:-ms-input-placeholder {
    font-size: 14px;
  }
  .sub-form > dd input::-ms-input-placeholder {
    font-size: 14px;
  }
  .sub-form > dd input::placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea::placeholder {
    font-size: 14px;
  }
  .sub-form > dt.address-form {
    border-bottom: 0px solid #ececec;
  }
  .sub-form select {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dt.bikou {
    border-bottom: 0px solid #ececec;
  }
  .sub-form .error {
    font-size: 12px;
  }
}

.slider {
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

.slider .swiper-container {
  height: 100%;
  width: 100%;
}

.slider .swiper-container .swiper-wrapper {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.slider .swiper-container .swiper-wrapper .slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.slider .swiper-slide-active .slide-img,
.slider .swiper-slide-duplicate-active .slide-img,
.slider .swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 10s linear 0s;
  animation: zoomUp 10s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15) translateX(20px);
  }
}

.gallery {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

.gallery .fix_icon {
  position: absolute;
  right: -2%;
  top: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.gallery .fix_icon img {
  width: 145px;
}

@media (max-width: 767px) {
  .gallery .fix_icon img {
    width: 80px;
  }
}

.gallery .fix_icon02 {
  position: absolute;
  left: -1%;
  bottom: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .gallery .fix_icon02 {
    bottom: -20%;
  }
}

.gallery .fix_icon02 img {
  width: 80px;
}

@media (max-width: 767px) {
  .gallery .fix_icon02 img {
    width: 40px;
  }
}

.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  display: none !important;
}

.gallery .swiper-button-next,
.gallery .swiper-container-rtl .swiper-button-prev {
  right: 0%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #736a63;
  margin-top: 0;
}

@media (max-width: 767px) {
  .gallery .swiper-button-next,
  .gallery .swiper-container-rtl .swiper-button-prev {
    right: 0%;
    width: 40px;
    height: 40px;
    top: 42%;
  }
}

.gallery .swiper-button-prev,
.gallery .swiper-container-rtl .swiper-button-next {
  left: 0%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #736a63;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-top: 0;
}

@media (max-width: 767px) {
  .gallery .swiper-button-prev,
  .gallery .swiper-container-rtl .swiper-button-next {
    left: 0%;
    width: 40px;
    height: 40px;
    top: 42%;
  }
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

@media (max-width: 767px) {
  .gallery-slider {
    margin: 0 0 10px 0;
  }
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 585px;
}

@media (max-width: 767px) {
  .gallery-slider .swiper-slide {
    height: 500px;
  }
}

@media (max-width: 500px) {
  .gallery-slider .swiper-slide {
    height: 250px;
  }
}

.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.gallery-thumbs {
  width: 85%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: auto;
  height: 100px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery-thumbs .swiper-slide {
    height: 50px;
  }
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

/*.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}*/
/*# sourceMappingURL=style.css.map */