@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Cardo:400,400i");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　import
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　font-face
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
    local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

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

body {
  font-family: "游ゴシック", MyYuGothicM, YuGothic, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  background: #fff;
  overflow-x: hidden;
  /* -webkit-font-smoothing: antialiased; */
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}
button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

*::selection {
  background: #000;
  color: #fff;
}

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

@-webkit-keyframes loader {
  0% {
    width: 100%;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes loader {
  0% {
    width: 100%;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@-webkit-keyframes cursorAnimation {
  0% {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 10vw))
      scale(1.25);
    transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1.25);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1);
    transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 10vw))
      scale(1.25);
    transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1.25);
  }
}

@keyframes cursorAnimation {
  0% {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 10vw))
      scale(1.25);
    transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1.25);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1);
    transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 10vw))
      scale(1.25);
    transform: translateX(-50%) translateY(calc(-50% + 10vw)) scale(1.25);
  }
}

#about main .about-contents > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 80px 0;
}

#about main .about-contents > div > figure {
  width: 240px;
}

#about main .about-contents > div > figure img {
  width: 100%;
}

#about main .about-contents > div > div {
  width: calc(100% - 240px);
  padding: 0 0 0 140px;
  text-align: left;
}

#about main .about-contents > div > div dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 80px 0;
  font-size: 14px;
  line-height: 2em;
}

#about main .about-contents > div > div dl:last-of-type {
  margin: 0;
}

#about main .about-contents > div > div dl dt {
  width: 135px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

#about main .about-contents > div > div dl dt:last-of-type {
  margin: 0;
}

#about main .about-contents > div > div dl dd {
  width: calc(100% - 135px);
  margin: 0 0 20px 0;
  font-weight: 400;
}

#about main .about-contents > div > div dl dd:last-of-type {
  margin: 0;
}

#about main .about-contents > div > div dl dd .about-link {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 4px 6px;
  border: 1px solid #000;
  line-height: 1;
  font-size: 12px;
  color: #000;
}

#about main .about-contents > figure {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  position: relative;
  overflow: hidden;
}

#about main .about-contents > figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about main .about-contents > p {
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 2em;
  text-align: right;
}

@media (max-width: 768px) {
  #about main .about-contents > div {
    display: block;
  }
  #about main .about-contents > div > figure {
    max-width: 240px;
    width: 50%;
    margin: 0 auto 40px;
  }
  #about main .about-contents > div > div {
    width: 100%;
    padding: 0;
  }
  #about main .about-contents > div > div dl {
    position: relative;
    display: block;
    margin: 0 0 160px 0;
  }
  #about main .about-contents > div > div dl:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -83px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70px;
    height: 6px;
    background: #000;
  }
  #about main .about-contents > div > div dl dt {
    width: 100%;
    margin: 0 0 5px 0;
  }
  #about main .about-contents > div > div dl dt:last-of-type {
    margin: 0 0 5px 0;
  }
  #about main .about-contents > div > div dl dd {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 1em;
  }
  #about main .about-contents > div > div dl dd:last-of-type {
    margin: 0;
  }
  #about main .about-contents > div > div dl dd .about-link {
    margin: 0 0 0 10px;
  }
  #about main .about-contents > p {
    text-align: left;
  }
}

body {
  background: #f7f7f7;
}

.pc-show {
  display: block;
}

.sp-show {
  display: none;
}

.js-flowup {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1s cubic-bezier(0.6, 0, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.6, 0, 0.3, 1),
    opacity 1s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.6, 0, 0.3, 1),
    opacity 1s cubic-bezier(0.6, 0, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.6, 0, 0.3, 1);
}

.js-flowup.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.link-pdf {
  /* width: 220px; */
  width: 140px;
}

.link-pdf a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 20px 10px 15px;
  background: #fff;
  border: 1px solid #eee;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  text-align: left;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  .link-pdf a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

.link-pdf a span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 12px;
  /* margin: 0 0 3px 10px; */
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.link-pdf a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 6px;
  background: #000;
}

.link-pdf a span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 2px;
  width: 5px;
  height: 5px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #f7f7f7;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

header > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1020px;
  min-width: 980px;
  margin: 0 auto;
  padding: 30px 10px;
  position: relative;
}

header > div h1 {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

header > div h1 a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

header > div h1 a svg {
  width: 162px;
  height: 38px;
}

header > div h1 a svg path {
  fill: #000;
}

@media (min-width: 769px) {
  header > div h1 a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

header > div nav {
  display: none;
  margin: 0 0 0 auto;
}

header > div nav h2 {
  display: none;
}

header > div nav > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header > div nav > ul li {
  /* padding: 11px 0; */
  margin: 0 60px 0 0;
}

header > div nav > ul li:last-of-type {
  margin: 0;
}

header > div nav .hover_show {
  position: relative;
  z-index: 1;
}
header > div nav .sub_menu {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 148px;
  padding: 19px 0 0;
  background: #f7f7f7;
  transform: translateX(-74px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
header > div nav .sub_menu.is-active {
  opacity: 1;
  visibility: visible;
}
header > div nav .sub_menu li {
  padding: 0;
  margin: 0 0 25px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
header > div nav .sub_menu li:last-of-type {
  margin-bottom: 0;
}
header > div nav > ul li a,
header > div nav > ul li span {
  padding: 11px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  header > div nav > ul li a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

header > div nav .nav-pdf {
  display: none;
}

header > div .header-pdf {
  display: none;
  margin: 0 0 0 auto;
  /*
      a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px 14px 10px 15px;
        background: #fff;
        border: 1px solid #eee;
        font-family: 'Josefin Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        transition: opacity .2s ease;
        @include pc-layout {
          &:hover {
            opacity: .5;
          }
        }
        span {
          display: inline-block;
          vertical-align: middle;
          width: 9px;
          height: 12px;
          margin: 0 0 3px 10px;
          border-bottom: 1px solid #000;
          position: relative;
          &:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 4px;
            width: 1px;
            height: 6px;
            background: #000;
          }
          &:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 3px;
            left: 2px;
            width: 5px;
            height: 5px;
            border: solid #000;
            border-width: 0 1px 1px 0;
            transform: rotate(45deg);
          }
        }
      }
      */
}

header > div .js-nav-trigger {
  z-index: 100;
  width: 40px;
  height: 40px;
  margin: 0 0 0 50px;
  cursor: pointer;
  /*
      @include pc-layout {
        &:hover {
          > div {
            > div {
              &:nth-of-type(1) {
                transform: translate3d(0, 2px, 0);
              }
              &:nth-of-type(3) {
                transform: translate3d(0, -2px, 0);
              }
            }
          }
        }
      }
      */
}

header > div .js-nav-trigger > div {
  width: 22px;
  height: 14px;
  margin: 13px 0 0 9px;
  position: relative;
}

header > div .js-nav-trigger > div > div {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #000;
}

header > div .js-nav-trigger > div > div:nth-of-type(1) {
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0s;
  /*
            transform-origin: top left;
            transition: transform .5s ease,
                        top .5s ease;
            */
}

header > div .js-nav-trigger > div > div:nth-of-type(2) {
  top: 6px;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s,
    opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s,
    opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.1s;
  /*
            transition: transform .5s ease,
                        opacity .5s ease;
            */
}

header > div .js-nav-trigger > div > div:nth-of-type(3) {
  bottom: 0;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s,
    opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s,
    opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.2s;
  /*
            transform-origin: bottom left;
            transition: transform .5s ease,
                        bottom .5s ease,
                        top .5s ease;
            */
}

/* header > div .js-nav-trigger.active {
  
      @include pc-layout {
        &:hover {
          > div {
            transform: scale(1, .75);
            > div {
              &:nth-of-type(1) {
                transform: translate3d(2px, -1px, 0) rotate(35deg);
              }
              &:nth-of-type(3) {
                transform: translate3d(2px, -1px, 0) rotate(-35deg);
              }
            }
          }
        }
      }
     
} */

header > div .js-nav-trigger.active > div {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

header > div .js-nav-trigger.active > div > div:nth-of-type(1) {
  -webkit-transform: translate3d(2px, -1px, 0) rotate(35deg);
  transform: translate3d(2px, -1px, 0) rotate(35deg);
}

header > div .js-nav-trigger.active > div > div:nth-of-type(2) {
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header > div .js-nav-trigger.active > div > div:nth-of-type(3) {
  -webkit-transform: translate3d(2px, -1px, 0) rotate(-35deg);
  transform: translate3d(2px, -1px, 0) rotate(-35deg);
}

header > div .js-nav-trigger.hide > div > div {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header.hide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

footer {
  position: relative;
  /*
  &:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70px;
    height: 6px;
    background: #000;
  }
  */
}

footer > div {
  max-width: 1020px;
  min-width: 980px;
  margin: 0 auto;
  padding: 30px 10px;
}

footer > div > h2 {
  margin: 0 auto 60px;
}

footer > div > h2 svg {
  width: 280px;
  height: 66px;
}

footer > div > h2 svg path {
  fill: #000;
}

footer > div .footer-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 80px 0;
}

footer > div .footer-link > li {
  width: 235px;
  margin: 0 66px 0 0;
}

footer > div .footer-link > li:last-of-type {
  margin: 0;
}

footer > div .footer-link > li > p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.5em;
}

footer > div .footer-link > li > div .footer-link-tel,
footer > div .footer-link > li > div .footer-link-page {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 10px 12px;
  border: 1px solid #000;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

footer > div .footer-link > li > div .footer-link-tel {
  color: #000;
}

footer > div .footer-link > li > div .footer-link-tel a {
  color: #000;
}

footer > div .footer-link > li > div .footer-link-page {
  background: #000;
  color: #fff;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  footer > div .footer-link > li > div .footer-link-page:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

footer > div .footer-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 80px 0;
  padding: 0 0 0 15px;
}

footer > div .footer-sns > li {
  margin: 0 10px 0 0;
}

footer > div .footer-sns > li:last-of-type {
  margin: 0;
}

footer > div .footer-sns > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  footer > div .footer-sns > li a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

footer > div .footer-sns > li .footer-sns-facebook svg {
  width: 12px;
  height: 25px;
}

footer > div .footer-sns > li .footer-sns-instagram svg {
  width: 25px;
  height: 25px;
}

footer > div .footer-sns > li .footer-sns-twitter svg {
  width: 31px;
  height: 25px;
}

footer > div > p small {
  font-size: 12px;
  line-height: 1.5em;
}

main {
  margin: 0 0 240px 0;
  padding: 150px 0 0 0;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
}

.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200px;
  width: 75%;
  height: 16px;
  background: #ddd;
  overflow: hidden;
}

.loader > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-animation: loader 0.75s cubic-bezier(0.6, 0, 0.3, 1) infinite;
  animation: loader 0.75s cubic-bezier(0.6, 0, 0.3, 1) infinite;
}

@media (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .link-pdf {
    width: 100%;
  }
  .link-pdf a {
    padding: 16px 10px 12px;
    font-size: 16px;
    text-align: center;
  }
  .link-pdf a span {
    position: static;
    margin: 0 0 3px 10px;
    transform: translateY(0);
  }
  header > div {
    max-width: 100%;
    min-width: 100%;
    padding: 3.25vw 6.25vw;
  }
  header > div h1 a svg {
    width: 120px;
    height: 28px;
  }
  header > div nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    margin: 0;
    padding: 60px 6.25vw 0;
  }
  header > div nav h2 {
    display: block;
    margin: 0 0 70px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  header > div nav h2 {
    margin: 0 0 50px 0;
  }
}

@media (max-width: 768px) {
  header > div nav h2 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header > div nav h2 a svg {
    width: 120px;
    height: 28px;
  }
  header > div nav > ul {
    display: block;
  }
  header > div nav > ul li {
    margin: 0 0 60px 0;
  }
  header > div nav .sub_menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  header > div nav > ul li {
    margin: 0 0 20px 0;
  }

  header > div nav .sub_menu li {
    margin-bottom: 20px;
  }
  header > div nav .sub_menu li a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  header > div nav > ul li:last-of-type {
    margin: 0;
  }
  header > div nav > ul li a,
  header > div nav > ul li span {
    font-size: 20px;
  }
  header > div nav > ul li span {
    color: #ccc;
  }
  header > div nav .nav-pdf {
    margin: 70px 0 0 0;
    /*
          a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 20px 20px 18px 20px;
            background: #fff;
            border: 1px solid #eee;
            font-family: 'Josefin Sans', sans-serif;
            font-style: normal;
            font-size: 16px;
            font-weight: 400;
            color: #000;
            span {
              display: inline-block;
              vertical-align: middle;
              width: 9px;
              height: 12px;
              margin: 0 0 3px 10px;
              border-bottom: 1px solid #000;
              position: relative;
              &:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 4px;
                width: 1px;
                height: 6px;
                background: #000;
              }
              &:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 3px;
                left: 2px;
                width: 5px;
                height: 5px;
                border: solid #000;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg);
              }
            }
          }
          */
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  header > div nav .nav-pdf {
    margin: 50px 0 0 0;
  }
}

@media (max-width: 768px) {
  header > div .js-nav-trigger {
    margin: 0;
  }
  header > div .js-nav-trigger > div > div:nth-of-type(1) {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: top 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, top 0.5s ease;
    transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  }
  header > div .js-nav-trigger > div > div:nth-of-type(2) {
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease,
      -webkit-transform 0.5s ease;
  }
  header > div .js-nav-trigger > div > div:nth-of-type(3) {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: bottom 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, bottom 0.5s ease, top 0.5s ease;
    transition: transform 0.5s ease, bottom 0.5s ease, top 0.5s ease,
      -webkit-transform 0.5s ease;
  }
  /* footer {
    
    padding: 80px 0 0 0;
    &:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 70px;
      height: 6px;
      background: #000;
    }
   
  } */
  footer > div {
    max-width: 100%;
    min-width: 100%;
    padding: 3.25vw 6.25vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer > div > h2 {
    margin: 0 auto 40px;
  }
  footer > div > h2 svg {
    width: 170px;
    height: 42px;
  }
  footer > div .footer-link {
    display: block;
    margin: 0 0 60px 0;
  }
  footer > div .footer-link > li {
    width: 100%;
    margin: 0 auto 40px;
  }
  footer > div .footer-link > li:last-of-type {
    margin: 0 auto;
  }
  footer > div .footer-link > li > p {
    font-size: 14px;
  }
  footer > div .footer-sns {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 60px 0;
    /*
        padding: 0;
        > li {
          width: calc(100% / 3);
          margin: 0;
          a {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
          }
        }
        */
  }
  footer > div > p {
    padding: 0 0 20px 0;
  }
  main {
    margin: 0 0 120px 0;
    padding: 120px 0 0 0;
  }
}

#contact footer > div h2 {
  margin: 0 auto 80px;
}

#contact footer > div .footer-link {
  display: none;
}

#contact main .contact-contents .details-ttl {
  margin: 0 0 120px 0;
}

#contact main .contact-contents form .contact-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  text-align: left;
}

#contact main .contact-contents form .contact-form-box:nth-last-of-type(2) {
  margin: 0 0 60px 0;
}

#contact main .contact-contents form .contact-form-box:last-of-type {
  margin: 0 auto;
}

#contact main .contact-contents form .contact-form-box > label {
  display: block;
  width: 300px;
  padding: 0 40px 0 0;
  position: relative;
}

#contact main .contact-contents form .contact-form-box > label:before {
  content: "任意";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 42px;
  height: 22px;
  padding: 1px 0 0 8px;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000;
}

#contact main .contact-contents form .contact-form-box > label > span {
  display: block;
  padding: 0 0 0 55px;
  line-height: 1.5em;
}

#contact main .contact-contents form .contact-form-box > label > span em {
  display: inline-block;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

#contact main .contact-contents form .contact-form-box > label > span span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 15px;
  font-size: 12px;
}

#contact
  main
  .contact-contents
  form
  .contact-form-box
  .contact-required:before {
  content: "必須";
  background: #000;
  font-weight: 600;
  color: #fff;
}

#contact main .contact-contents form .contact-form-box > div {
  width: calc(100% - 300px);
}

#contact main .contact-contents form .contact-form-box > div label {
  position: relative;
}

#contact main .contact-contents form .contact-form-box > div label br {
  display: none;
}

#contact
  main
  .contact-contents
  form
  .contact-form-box
  > div
  .contact-txt
  input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 1em;
  font-size: 16px;
  line-height: 1em;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact
  main
  .contact-contents
  form
  .contact-form-box
  > div
  .contact-txt
  input:focus {
  padding: 1px 1em 0 1em;
  background: transparent;
  border-bottom: 2px solid #000;
  outline: 0;
}

#contact
  main
  .contact-contents
  form
  .contact-form-box
  > div
  .contact-textarea
  textarea {
  display: block;
  width: 100%;
  height: 140px;
  margin: 4px 0 0 0;
  padding: 1em;
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
  border: 0;
  border-radius: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact
  main
  .contact-contents
  form
  .contact-form-box
  > div
  .contact-textarea
  textarea:focus {
  background: transparent;
  border-bottom: 2px solid #000;
  outline: 0;
}

#contact main .contact-contents form .contact-form-box > div input.error,
#contact main .contact-contents form .contact-form-box > div textarea.error {
  color: #f35e5e;
}

#contact main .contact-contents form .contact-form-box > div label.error {
  display: block;
  margin: 10px 0 0 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  color: #f35e5e;
}

#contact main .contact-contents .details-done {
  font-size: 20px;
  line-height: 1.5em;
}

#contact main .contact-contents .details-done p {
  margin: 0 0 40px 0;
}

#contact main .contact-form-btn {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

#contact main .contact-form-btn br {
  display: none;
}

#contact main .contact-form-btn button,
#contact main .contact-form-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 30px;
  background: #000;
  border: 0;
  border-radius: 0;
  font-weight: 600;
  line-height: 1em;
  text-align: left;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: opacity 0.2s ease;
}

#contact main .contact-form-btn button:hover,
#contact main .contact-form-btn a:hover {
  opacity: 0.5;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#contact main .contact-form-btn button:before,
#contact main .contact-form-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 30px;
  width: 30px;
  height: 1px;
  background: #fff;
}

#contact main .contact-form-btn button:after,
#contact main .contact-form-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contact main .contact-form-btn button:disabled,
#contact main .contact-form-btn a:disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#contact main .contact-form-btn button em,
#contact main .contact-form-btn a em {
  display: inline-block;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 18px;
}

#contact main .contact-form-btn button span,
#contact main .contact-form-btn a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 20px;
  font-size: 12px;
}

#contact main .wpcf7-not-valid {
  color: #f35e5e !important;
}

#contact main .wpcf7-not-valid-tip {
  display: block;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #f35e5e;
}

#contact main .sent .contact-form-inner {
  display: none !important;
}

#contact main .contact-form-done {
  display: none;
  padding: 20px 0 0 0;
}

#contact main .contact-form-done h3 {
  margin: 0 0 60px 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

#contact main .contact-form-done > p {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

#contact main .contact-form-done > p:last-of-type {
  margin: 0 0 80px 0;
}

#contact main .contact-form-done > p > span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

#contact main .sent .contact-form-done {
  display: block !important;
}

#contact main .screen-reader-response {
  display: none;
}

#contact main .wpcf7-response-output {
  display: none;
}

#contact main .wpcf7-validation-errors {
  display: inline-block !important;
  margin: 60px auto 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  color: #f35e5e;
}

@media (max-width: 768px) {
  #contact footer > div h2 {
    margin: 0 auto 60px;
  }
  #contact main .contact-contents .details-ttl {
    margin: 0 0 80px 0;
  }
  #contact main .contact-contents > div form .contact-form-box {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  #contact
    main
    .contact-contents
    > div
    form
    .contact-form-box:nth-last-of-type(2) {
    margin: 0 0 60px 0;
  }
  #contact main .contact-contents > div form .contact-form-box:last-of-type {
    margin: 0 auto;
  }
  #contact main .contact-contents > div form .contact-form-box > label {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #contact main .contact-contents > div form .contact-form-box > label:before {
    top: 1px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #contact main .contact-contents > div form .contact-form-box > div {
    width: 100%;
  }
  #contact
    main
    .contact-contents
    > div
    form
    .contact-form-box
    > div
    .contact-txt
    input {
    display: block;
    font-size: 14px;
  }
  #contact
    main
    .contact-contents
    > div
    form
    .contact-form-box
    > div
    .contact-txt
    input:focus {
    padding: 2px 1em 0 1em;
  }
  #contact
    main
    .contact-contents
    > div
    form
    .contact-form-box
    > div
    .contact-textarea
    textarea {
    font-size: 14px;
  }
  #contact main .contact-contents > div .details-done {
    font-size: 16px;
  }
  #contact main .contact-contents > div .details-done p {
    margin: 0 0 30px 0;
  }
  #contact main .contact-form-done {
    padding: 30px 0 0 0;
  }
  #contact main .contact-form-done h3 {
    margin: 0 0 40px 0;
    font-size: 40px;
  }
  #contact main .contact-form-done > p:last-of-type {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  #contact main .contact-form-done > p:last-of-type {
    text-align: left;
  }
}

main .details-contents {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

main .details-ttl {
  margin: 0 0 170px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}

main .details-ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: calc(50%);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: 40px;
  background: #000;
}

@media (max-width: 768px) {
  main .details-contents {
    max-width: 100%;
    min-width: 100%;
    padding: 0 6.25vw;
  }
  main .details-ttl {
    margin: 0 0 80px 0;
    font-size: 30px;
  }
  main .details-ttl:before {
    height: 40px;
  }
}

#top main {
  padding: 0;
}

#top main .link-btn {
  width: 100px;
  height: 100px;
}

#top main .link-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 44px 0 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

#top main .link-btn a span {
  position: relative;
  z-index: 2;
}

#top main .link-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #ddd;
  transition: width 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

@media (min-width: 769px) {
  #top main .link-btn a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
  }
}

#top main .lang-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 0;
}

#top main .lang-list li {
  margin: 0 40px 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: relative;
}

#top main .lang-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 6px;
  background: #000;
}

#top main .lang-list li:last-of-type {
  margin: 0;
}

#top main .lang-list li:last-of-type:before {
  display: none;
}

@media (min-width: 769px) {
  #top main .lang-list li:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#top main .lang-list .lang-list-current {
  color: #000;
  cursor: default;
  pointer-events: none;
}

#top main .lang-list-contents > div:nth-of-type(2) {
  display: none;
}

#top main .btn {
  display: block;
  width: 235px;
  height: 46px;
  margin: 0 auto;
  background: #000;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}

#top main .btn:hover {
  opacity: 0.5;
}

#top main .ttl {
  position: relative;
  padding-bottom: 26px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.04em;
}
#top main .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}

#top main .main {
  width: 100%;
  min-height: 740px;
  height: 100vh;
  position: relative;
  margin-bottom: 100px;
}

#top main .main > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -40px 0 0 0;
}

#top main .main > div .main-header {
  width: 980px;
  margin: 0 0 60px 0;
  position: relative;
  z-index: 2;
}

#top main .main > div .main-header h2 {
  margin: 0 0 40px 0;
}

#top main .main > div .main-header h2 svg {
  width: 220px;
  height: 50px;
}

#top main .main > div .main-header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#top main .main > div .main-header ul li {
  margin: 0 60px 0 0;
}

#top main .main > div .main-header ul li:last-of-type {
  margin: 0;
}

#top main .main > div .main-header ul li a,
#top main .main > div .main-header ul li span {
  padding: 11px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  #top main .main > div .main-header ul li a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#top main .main > div .hover_show {
  position: relative;
  z-index: 1;
}
#top main .main > div .hover_show .sub_menu {
  position: absolute;
  display: block;
  top: 29px;
  left: 50%;
  width: 148px;
  padding: 19px 0;
  background: #fff;
  transform: translateX(-74px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#top main .main > div .hover_show .sub_menu.is-active {
  opacity: 1;
  visibility: visible;
}
#top main .main > div .hover_show .sub_menu li {
  padding: 0;
  margin: 0 0 25px;
}
#top main .main > div .hover_show .sub_menu li:last-of-type {
  margin-bottom: 0;
}
#top main .main > div .hover_show .sub_menu li a {
  font-size: 14px;
  letter-spacing: 0.04em;
}

#top main .main > div .main-contents {
  background: #ddd;
  position: relative;
}

#top main .main > div .main-contents .main-contents-movie {
  max-width: 1000px;
  width: 100%;
  background: #ddd;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
  -webkit-transform: scale(1.25)
    matrix3d(1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: scale(1.25)
    matrix3d(1, 0, 0, 0, 0, 1, 0, 0.001, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 0, 0.1, 1) 1.5s;
  transition: transform 1s cubic-bezier(0.3, 0, 0.1, 1) 1.5s;
  transition: transform 1s cubic-bezier(0.3, 0, 0.1, 1) 1.5s,
    -webkit-transform 1s cubic-bezier(0.3, 0, 0.1, 1) 1.5s;
}

#top main .main > div .main-contents .main-contents-movie:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -12.5%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 125%;
  height: 125%;
  background: #f7f7f7;
  transition: width 0.75s cubic-bezier(0.6, 0, 0.3, 1) 1.5s;
}

#top main .main > div .main-contents .main-contents-movie > div {
  overflow: hidden;
}

#top main .main > div .main-contents .main-contents-movie video {
  width: 100%;
}

#top main .main > div .main-contents .main-contents-movie.active:before {
  width: 0;
}

#top main .main > div .main-contents .main-contents-cursor {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 60px;
  height: 60px;
  pointer-events: none;
  background: url(/img/common/cursor.svg) center center no-repeat;
  background-size: 60px 60px;
}

#top main .main > div .main-contents .main-contents-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -367px;
  -webkit-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
  pointer-events: none;
}

#top main .main > div .main-contents .main-contents-ttl svg {
  width: 735px;
  height: 40px;
  fill: #fff;
}

#top main .main > div .main-contents .link-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#top main .main > div .main-contents .main-contents-scroll {
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  width: 30px;
  height: 30px;
  border: solid #000;
  border-width: 0 1px 1px 0;
}

#top main .main > div .main-contents .main-contents-scroll a {
  display: block;
  width: 100%;
  height: 100%;
}

#top main .main .main-contents-modal {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 100%;
  margin: 0;
  background: #f7f7f7;
  overflow: hidden;
  transition: all 0.75s cubic-bezier(0.6, 0, 0.3, 1) 0.25s;
}

#top main .main .main-contents-modal .main-contents-modal-movie {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

#top main .main .main-contents-modal .main-contents-modal-movie iframe {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: #000;
}

#top main .main .main-contents-modal .main-contents-modal-close {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#top main .main .main-contents-modal .main-contents-modal-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

#top main .main .main-contents-modal .main-contents-modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}

#top main .main .main-contents-modal.active {
  width: 100%;
  transition: all 0.75s cubic-bezier(0.6, 0, 0.3, 1);
}

#top main .main .main-contents-modal.active .main-contents-modal-movie {
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

#top main .message {
  position: relative;
  padding-bottom: 126px;
  margin-bottom: 180px;
  text-align: center;
}
#top main .message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}
#top main .message_ttl {
  margin-bottom: 60px;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
#top main .message_txt {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.81818;
}
#top main .message_txt_small {
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
}
#top main .value {
  position: relative;
  margin-bottom: 220px;
}
#top main .value_ttl {
  margin-bottom: 65px;
  font-size: 22px;
  font-weight: 700;
}
#top main .value_ttl_img {
  display: block;
  max-width: 100%;
  width: 925px;
  margin: 0 auto 30px;
}
#top main .value .lang-list {
  margin-bottom: 80px;
}
#top main .value .lang-list-contents {
  margin-bottom: 100px;
  line-height: 2.5;
}
#top main .value_decoration {
  position: absolute;
  top: 255px;
  left: 0;
  padding-left: 48px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transform: rotate(-90deg);
}
#top main .value_decoration::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
  transform: translateY(-2px);
}

#top main .service {
  margin-bottom: 220px;
  text-align: center;
}
#top main .service_ttl {
  margin-bottom: 80px;
}
#top main .service_txt {
  margin-bottom: 80px;
  line-height: 2.5;
  letter-spacing: 0.12em;
}
#top main .service_img {
  display: block;
  max-width: 100%;
  width: 540px;
  margin: 0 auto 80px;
}
#top main .works_ttl {
  margin-bottom: 60px;
}
#top main .works_list_wrapper {
  max-width: 900px;
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 auto 80px;
}
#top main .works_list {
  position: relative;
}
#top main .works_list:hover .works_list_content {
  opacity: 1;
}
#top main .works_list img {
  max-width: 100%;
}
#top main .works_list_img_wrapper {
  pointer-events: none;
}
#top main .works_list_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template: auto 1fr auto / 1fr;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease;
}
#top main .works_list_content_ttl {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.04em;
}
#top main .works_list_content_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}
#top main .works_list_content_txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#top main .works_list_content_btn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

@media (max-width: 768px) {
  #top header {
    display: block;
  }
  #top main {
    margin: 0 0 120px 0;
  }
  #top main .link-btn {
    width: 100px;
    height: 100px;
  }
  #top main .link-btn a {
    padding: 44px 0 0 0;
    font-size: 16px;
  }
  #top main .link-btn a:before {
    display: none;
  }
  #top main .lang-list {
    margin: 0 0 40px 0;
  }
  #top main .lang-list li {
    margin: 0 40px 0 0;
    font-size: 20px;
  }
  #top main .lang-list li:before {
    top: 2px;
    height: 12px;
  }
  #top main .lang-list li:last-of-type {
    margin: 0;
  }
  #top main .lang-list li:last-of-type:before {
    display: none;
  }
  #top main .lang-list-contents > div:nth-of-type(2) p {
    font-size: 16px !important;
  }
  #top main .main {
    height: auto;
    min-height: 0;
    padding: 0 0 240px 0;
  }
  #top main .main:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70px;
    height: 6px;
    background: #000;
  }
  #top main .main > div {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
  }
  #top main .main > div .main-header {
    display: none;
  }
  #top main .main > div .main-contents {
    background: transparent;
  }
  #top main .main > div .main-contents .main-contents-movie {
    min-width: 100%;
    width: 100%;
    min-height: auto;
    height: calc(73.9vw - 15px);
    background: url(/img/top/bg_main.jpg) top center no-repeat;
    background-size: 100% auto;
    -webkit-transform: scale(1)
      matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: scale(1) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 1) 1.5s;
  }
  #top main .main > div .main-contents .main-contents-movie:before {
    display: none;
  }
  #top main .main > div .main-contents .main-contents-movie > div {
    overflow: hidden;
  }
  #top main .main > div .main-contents .main-contents-movie video {
    display: none;
  }
  #top main .main > div .main-contents .main-contents-cursor {
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 12vw)) scale(1);
    transform: translateX(-50%) translateY(calc(-50% + 12vw)) scale(1);
    width: 10vw;
    height: 10vw;
    background: url(/img/common/cursor.svg) center center no-repeat;
    background-size: cover;
    -webkit-animation: cursorAnimation 3s cubic-bezier(0.6, 0, 0.3, 1) infinite;
    animation: cursorAnimation 3s cubic-bezier(0.6, 0, 0.3, 1) infinite;
  }
  #top main .main > div .main-contents .main-contents-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(calc(-50% - 2vw));
    transform: translateX(-50%) translateY(calc(-50% - 2vw));
    width: 100%;
    padding: 0 12.5vw;
    margin: 0;
    -webkit-mix-blend-mode: normal;
    mix-blend-mode: normal;
  }
  #top main .main > div .main-contents .main-contents-ttl svg {
    width: 100%;
    height: auto;
  }
  #top main .main > div .main-contents .link-btn {
    bottom: -140px;
  }
  #top main .main > div .main-contents .main-contents-scroll {
    display: none;
  }
  #top main .main .main-contents-modal .main-contents-modal-close {
    top: 6.75vw;
    right: 6.75vw;
    width: 50px;
    height: 50px;
  }
  #top main .main .main-contents-modal.active {
    width: 100%;
    transition: all 0.75s cubic-bezier(0.6, 0, 0.3, 1);
  }
  #top main .main .main-contents-modal.active .main-contents-modal-movie {
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  }
  #top main .message {
    padding: 80px 10px;
    margin-bottom: 80px;
  }
  #top main .message_ttl {
    font-size: 24px;
    line-height: 1.2;
  }
  #top main .message_txt {
    font-size: 14px;
  }
  #top main .value {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  #top main .value_ttl {
    margin-bottom: 45px;
    font-size: 14px;
  }
  #top main .value_ttl_img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #top main .value .lang-list {
    margin-bottom: 40px;
  }
  #top main .value .lang-list-contents {
    padding-left: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
  }
  #top main .value_decoration {
    top: 240px;
    left: -60px;
    font-size: 18px;
  }
  #top main .service {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  #top main .service_ttl {
    margin-bottom: 40px;
  }
  #top main .service_txt {
    margin-bottom: 40px;
    font-size: 14px;
  }
  #top main .service_img {
    margin-bottom: 40px;
  }
  #top main .works {
    padding: 0 10px;
  }
  #top main .works_list:hover .works_list_content {
    opacity: 0;
  }
  #top main .works_list_content {
    pointer-events: none;
  }
  #top main .works_list_wrapper {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr 1fr;
    gap: 10px;
  }
  #top main .works_list_img_wrapper {
    pointer-events: auto;
  }
}

/* #work header > div nav {
  margin: 0 100px 0 0;
} */

#work header > div nav .nav-pdf {
  display: none;
}

#work header > div .header-pdf {
  position: absolute;
  right: 100px;
  display: block;
}

#work main .work-contents .details-ttl {
  margin: 0 0 80px 0;
}

#work main .work-contents .work-contents-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 120px 0;
}

#work main .work-contents .work-contents-category li {
  margin: 0 40px 0 0;
  position: relative;
}

#work main .work-contents .work-contents-category li a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  #work main .work-contents .work-contents-category li a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#work main .work-contents .work-contents-category li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #000;
}

#work main .work-contents .work-contents-category li:last-of-type {
  margin: 0;
}

/* #work main .work-contents .work-contents-category li:last-of-type:before {
  display: none;
} */

#work
  main
  .work-contents
  .work-contents-category
  .work-contents-category-current
  a {
  color: #aaa;
  cursor: default;
  pointer-events: none;
}

#work main .work-contents .work-lead {
  display: block;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
}

@media (min-width: 769px) {
  #work
    main
    .work-contents
    .work-contents-category
    .work-contents-category-current
    a:hover {
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

#work main .work-contents .link-pdf {
  display: none;
}

#work main .work-contents .work-contents-list .grid {
  width: 100% !important;
  margin: 0 auto;
  visibility: hidden;
  /*
          column-count: 3;
          column-gap: 12px;
          */
  /*
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap;
          */
}

#work main .work-contents .work-contents-list .grid .grid-item {
  width: calc(100% / 3) !important;
  padding: 0 6px 12px;
  /*
            max-width: 290px;
            width: calc((100% / 3) - (20px / 3));
            margin: 0 0 10px 0;
            */
}

#work main .work-contents .work-contents-list .grid .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}

#work main .work-contents .work-contents-list .grid .grid-item a figure {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
}

#work main .work-contents .work-contents-list .grid .grid-item a figure img {
  width: 100%;
}

#work
  main
  .work-contents
  .work-contents-list
  .grid
  .grid-item
  a
  figure
  figcaption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}

#work
  main
  .work-contents
  .work-contents-list
  .grid
  .grid-item
  a
  figure
  figcaption
  .work-contents-list-category {
  width: 100%;
  margin: auto 0 40px 0;
  padding: 0 10px 10px;
  font-size: 14px;
  position: relative;
}

#work
  main
  .work-contents
  .work-contents-list
  .grid
  .grid-item
  a
  figure
  figcaption
  .work-contents-list-category:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 14px;
  height: 1px;
  background: #fff;
}

#work
  main
  .work-contents
  .work-contents-list
  .grid
  .grid-item
  a
  figure
  figcaption
  .work-contents-list-ttl {
  width: 100%;
  margin: 0 0 auto 0;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: normal;
}

@media (min-width: 769px) {
  #work
    main
    .work-contents
    .work-contents-list
    .grid
    .grid-item
    a:hover
    figure
    figcaption {
    visibility: visible;
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

#work main .work-details-contents .work-details-ttl {
  margin: 0 0 170px 0;
  position: relative;
}

#work main .work-details-contents .work-details-ttl em {
  display: block;
  margin: 0 0 5px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}

#work main .work-details-contents .work-details-ttl span {
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 2em;
}

#work main .work-details-contents .work-details-ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: calc(50%);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: 40px;
  background: #000;
}

#work main .work-details-contents > div .work-details-movie {
  width: 890px;
  margin: 0 auto 120px;
}

#work
  main
  .work-details-contents
  > div
  .work-details-movie
  .work-details-movie-back {
  margin: 0 0 20px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: left;
}

#work
  main
  .work-details-contents
  > div
  .work-details-movie
  .work-details-movie-back
  a {
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  #work
    main
    .work-details-contents
    > div
    .work-details-movie
    .work-details-movie-back
    a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#work
  main
  .work-details-contents
  > div
  .work-details-movie
  .work-details-movie-back
  a
  svg {
  width: 30px;
  height: 16px;
}

#work
  main
  .work-details-contents
  > div
  .work-details-movie
  .work-details-movie-iframe {
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
}

#work
  main
  .work-details-contents
  > div
  .work-details-movie
  .work-details-movie-iframe:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}

#work
  main
  .work-details-contents
  > div
  .work-details-movie
  .work-details-movie-iframe
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#work main .work-details-contents > div .work-details-movie > p {
  font-size: 14px;
  line-height: 2em;
  text-align: right;
}

#work main .work-details-contents > div .work-details-movie > p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 769px) {
  #work main .work-details-contents > div .work-details-movie > p a:hover {
    text-decoration: none;
  }
}

#work main .work-details-contents > div .work-details-txt {
  margin: 0 0 140px 0;
  font-size: 14px;
  line-height: 2em;
}

#work main .work-details-contents > div .work-details-img {
  margin: 0 0 120px 0;
}

#work main .work-details-contents > div .work-details-img figure {
  max-width: 890px;
  width: 100%;
  margin: 0 auto 80px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

#work main .work-details-contents > div .work-details-img figure:last-of-type {
  margin: 0 auto;
}

#work main .work-details-contents > div .work-details-img figure img {
  width: 100%;
}

#work main .work-details-contents > div .work-details-credit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 120px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

#work main .work-details-contents > div .work-details-credit h3 {
  width: 100%;
  font-size: 20px;
}

#work main .work-details-contents > div .work-details-credit > div {
  margin: 40px 0 0 0;
  text-align: left;
}

#work main .work-details-contents > div .work-details-credit > div p {
  margin: 0 0 10px 0;
  font-size: 16px;
}

#work main .work-details-contents > div .work-details-credit > div > div p {
  margin: 0;
}

#work main .work-details-contents > div .work-details-back a {
  display: inline-block;
  transition: opacity 0.2s ease;
}

#work main .work-details-contents > div .work-details-back a svg {
  width: 30px;
  height: 16px;
  margin: 0 0 10px 0;
}

#work main .work-details-contents > div .work-details-back a p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

@media (min-width: 769px) {
  #work main .work-details-contents > div .work-details-back a:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@media (max-width: 768px) {
  #work header > div nav {
    margin: 0;
  }
  #work header > div nav .nav-pdf {
    display: block;
  }
  #work header > div .header-pdf {
    display: none;
  }
  #work main .work-contents .work-contents-category {
    flex-wrap: wrap;
    gap: 2em 1.6em;
    margin: 0 0 60px 0;
  }
  #work main .work-contents .work-lead {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #work main .work-contents .work-contents-category li {
    margin: 0;
  }
  #work main .work-contents .work-contents-category li:before {
    right: 0;
  }
  #work main .work-contents .link-pdf {
    display: block;
    margin: 0 auto 60px;
  }
  #work main .work-contents .work-contents-list .grid .grid-item {
    width: 50% !important;
    padding: 0 6px 12px;
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  #work main .work-contents .work-contents-list .grid .grid-item {
    width: 100% !important;
    padding: 0 0 12px 0;
  }
}

@media (max-width: 768px) {
  #work
    main
    .work-contents
    .work-contents-list
    .grid
    .grid-item
    a
    figure
    figcaption {
    display: none;
  }
  #work main .work-details-contents .work-details-ttl {
    margin: 0 0 100px 0;
  }
  #work main .work-details-contents .work-details-ttl em {
    font-size: 30px;
  }
  #work main .work-details-contents .work-details-ttl span {
    font-size: 16px;
  }
  #work main .work-details-contents > div .work-details-movie {
    width: 100%;
    margin: 0 0 60px 0;
  }
  #work
    main
    .work-details-contents
    > div
    .work-details-movie
    .work-details-movie-iframe {
    margin: 0 0 20px 0;
  }
  #work main .work-details-contents > div .work-details-movie > p {
    font-size: 12px;
    text-align: left;
  }
  #work main .work-details-contents > div .work-details-txt {
    margin: 0 0 60px 0;
    text-align: left;
  }
  #work main .work-details-contents > div .work-details-img {
    margin: 0 0 60px 0;
    padding: 0 calc(6.25vw / 2);
  }
  #work main .work-details-contents > div .work-details-img figure {
    margin: 0 auto 20px;
  }
  #work
    main
    .work-details-contents
    > div
    .work-details-img
    figure:last-of-type {
    margin: 0 auto;
  }
  #work main .work-details-contents > div .work-details-credit {
    display: block;
    margin: 0 0 60px 0;
    padding: 0 calc(6.25vw / 2);
  }
  #work main .work-details-contents > div .work-details-credit h3 {
    text-align: left;
  }
  #work main .work-details-contents > div .work-details-credit > div p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  #work main .work-contents .work-contents-category li a {
    font-size: 10px;
  }
}

#service .l-lead {
  margin-bottom: 160px;
}

#service .l-lead_ttl {
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#service .l-lead_txt {
  margin-bottom: 60px;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
#service .l-lead_txt:last-of-type {
  margin-bottom: 0;
}

#service .l-service {
  position: relative;
  margin-bottom: 120px;
}
#service .l-service_ttl {
  position: absolute;
  top: 130px;
  left: -110px;
  padding-left: 48px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transform: translateX(-50%) rotate(-90deg);
}
#service .l-service_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
  transform: translateY(-2px);
}
#service .l-service_item {
  padding: 80px 70px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 40px;
}
#service .l-service_item:last-of-type {
  margin-bottom: 0;
}
#service .l-service_item_ttl_btn {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 30px;
  border: 0;
  border-left: 6px solid #e8d2c6;
  text-align: left;
  color: #000;
}
#service .l-service_item_ttl_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  height: 25px;
  background: url(/img/service/l-service_item_ttl_icn.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
#service .l-service_item_ttl_btn.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}
#service .l-service_item_ttl_sub {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#service .l-service_item_ttl_main {
  display: block;
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
}
#service .l-service_item_ttl_lead {
  font-size: 20px;
  letter-spacing: 0.08em;
}
#service .l-service_item_content {
  display: none;
}
#service .l-service_item_txt {
  margin-bottom: 70px;
  padding: 90px 0 0 36px;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.12em;
}
#service .l-service_item_btn {
  display: block;
  width: 235px;
  height: 46px;
  margin: 0 auto;
  background: #000;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}
#service .l-service_item_btn:hover {
  opacity: 0.6;
}
#service .l-service_txt {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.12em;
}
#service .l-service_btn {
  display: block;
  width: 360px;
  height: 65px;
  margin: 0 auto 220px;
  background: #000;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}
#service .l-process {
  position: relative;
}
#service .l-process_ttl {
  position: absolute;
  top: 70px;
  left: -110px;
  padding-left: 48px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transform: translateX(-50%) rotate(-90deg);
}
#service .l-process_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
  transform: translateY(-2px);
}
#service .l-process_txt {
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#service .l-process_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
}
#service .l-process_item:last-of-type {
  margin-bottom: 0;
}
#service .l-process_item.is-reverse {
  flex-direction: row-reverse;
}
#service .l-process_item_content {
  width: calc(100% - 440px);
  text-align: left;
}
#service .l-process_item_content_head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#service .l-process_item_content_head_img {
  width: 63px;
  height: 70px;
  object-fit: contain;
}
#service .l-process_item_content_head_ttl {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  border-left: 6px solid #e8d2c6;
  margin-left: 25px;
  font-size: 30px;
  font-weight: 700;
}
#service .l-process_item_content_head_ttl_sub {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
#service .l-process_item_content_txt {
  padding-left: 124px;
  line-height: 2;
  letter-spacing: 0.12em;
}
#service .l-process_item_content_txt_annotation {
  display: block;
  padding: 30px 0 0 1em;
  font-size: 14px;
  text-indent: -1em;
  letter-spacing: 0.04em;
  line-height: 1.71;
}
#service .l-process_item_img {
  width: 430px;
}
@media (max-width: 768px) {
  #service .l-lead {
    margin-bottom: 80px;
  }
  #service .l-lead_ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  #service .l-lead_txt {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2em;
  }
  #service .l-service {
    padding-left: 40px;
    margin-bottom: 80px;
  }
  #service .l-service_ttl {
    top: 105px;
    left: 14px;
    font-size: 18px;
  }
  #service .l-service_item {
    padding: 30px 20px;
  }
  #service .l-service_item:last-of-type {
    margin-bottom: 80px;
  }
  #service .l-service_item_ttl_btn {
    padding: 0 40px 0 20px;
  }
  #service .l-service_item_ttl_btn::before {
    width: 26px;
    height: 14px;
  }
  #service .l-service_item_ttl_sub {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #service .l-service_item_ttl_main {
    font-size: 22px;
  }
  #service .l-service_item_ttl_lead {
    font-size: 14px;
    line-height: 1.4;
  }
  #service .l-service_item_txt {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2em;
  }
  #service .l-service_txt {
    line-height: 1.5;
    font-size: 14px;
  }
  #service .l-service_btn {
    width: 100%;
    margin-bottom: 80px;
  }
  #service .l-process {
    padding-left: 40px;
  }
  #service .l-process_txt {
    font-size: 14px;
  }
  #service .l-process_ttl {
    top: 60px;
    left: 14px;
    font-size: 18px;
  }
  #service .l-process_item {
    display: block;
  }
  #service .l-process_item_content {
    width: 100%;
  }
  #service .l-process_item_content_head {
    margin-bottom: 30px;
  }
  #service .l-process_item_content_txt {
    padding-left: 0;
    margin-bottom: 30px;
  }
  #service .l-process_item_content_txt_annotation {
    padding: 10px 0 0 1em;
  }
  #service .l-process_item_content_head_img {
    width: 45px;
    height: 50px;
  }
  #service .l-process_item_content_head_ttl {
    padding-left: 20px;
    margin-left: 10px;
    font-size: 28px;
  }
  #service .l-process_item_content_head_ttl_sub {
    font-size: 14px;
    line-height: 1.2;
  }
}

#member main .member {
  margin-bottom: 166px;
}
#member .member_ttl {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 120px;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}
#member .member_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 40px;
  margin: 0 auto;
  background: #000;
}

#member main .lang-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 0;
}

#member main .lang-list li {
  margin: 0 40px 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: relative;
}

#member main .lang-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 6px;
  background: #000;
}

#member main .lang-list li:last-of-type {
  margin: 0;
}

#member main .lang-list li:last-of-type:before {
  display: none;
}

@media (min-width: 769px) {
  #member main .lang-list li:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
#member main .lang-list .lang-list-current {
  color: #000;
  cursor: default;
  pointer-events: none;
}

#member main .lang-list-contents > div:nth-of-type(2) {
  display: none;
}

#member main .profile {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

#member main .profile h3 {
  margin: 0 0 60px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 54px;
  font-weight: 300;
}

#member main .profile h4 {
  margin: 0 0 30px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  text-indent: -2px;
}

#member main .profile h4 span {
  color: #dbb583;
}

#member main .profile h5 {
  margin: 0 0 40px 0;
  font-size: 20px;
}

#member main .profile .lang-list-contents {
  margin: 0 0 40px 0;
}

#member main .profile p {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}

#member main .profile p:first-of-type {
  font-size: 14px;
  text-align: center;
}

#member main .profile p:last-of-type {
  margin: 0 auto;
}

#member main .profile .profile-link {
  margin: 0 auto;
}
#member .profile_img {
  width: 320px;
  margin: 0 auto 46px;
}
#member .profile_img img {
  max-width: 100%;
}
#member .member img {
  max-width: 100%;
}
#member .member_item_wrapper {
  width: 980px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
#member .member_item {
  width: 50%;
  margin-bottom: 90px;
}
#member .member_item:nth-of-type(even) {
  padding: 0 40px 0 80px;
}
#member .member_item:nth-of-type(odd) {
  padding: 0 80px 0 40px;
}
#member .member_item:last-of-type {
  margin-bottom: 0;
}
#member .member_item:nth-last-of-type(2) {
  margin-bottom: 0;
}
#member .member_item_profile {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
  text-align: center;
}
/* #member .member_item_profile.label_pattern__2::before {
  background: #53bb4e;
}
#member .member_item_profile.label_pattern__3::before {
  background: #179bab;
}
#member .member_item_profile.label_pattern__4::before {
  background: #dbb583;
} */
#member .member_item_profile::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 4px;
  background: #dbb583;
  margin: 0 auto;
}
#member .memver_img {
  width: 200px;
  margin: 0 auto 32px;
}
#member .member_item_ttl {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#member .member_item_ttl_sub {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
}
#member .member_item_post {
  margin-bottom: 7px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#member .member_item_post_sub {
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#member .member_item_profile_disc {
  margin-bottom: 30px;
  text-align: left;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
}
#member .member_item_love_ttl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-align: left;
  letter-spacing: 0.04em;
}
#member .member_item_love_ttl img {
  width: 16px;
  margin-right: 6px;
}
#member .member_item_love_txt {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
#member main .member .member-link {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  #member main .profile {
    width: 100%;
    padding: 0 6.25vw;
  }
  #member .profile_img {
    width: 200px;
  }
  #member main .profile h3 {
    margin: 0 0 35px 0;
    font-size: 54px;
  }
  #member main .profile h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
  }
  #member main .profile h5 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  #member main .profile p {
    max-width: 100%;
  }
  #member main .profile p:first-of-type {
    font-size: 10px;
  }
  #member .member_item_wrapper {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  #member .member_item:nth-last-of-type(2) {
    margin-bottom: 50px;
  }
  #member .member_item {
    width: 100%;
    margin-bottom: 50px;
  }
  #member .memver_img {
    width: 160px;
    margin-bottom: 16px;
  }
  #member .member_item_ttl {
    margin-bottom: 7px;
    font-size: 16px;
  }
  #member .member_item_ttl_sub {
    font-size: 11px;
  }
  #member .member_item_post {
    font-size: 10px;
  }
  #member .member_item_profile {
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  #member .member_item_profile_disc {
    margin-bottom: 15px;
    font-size: 10px;
  }
  #member .member_item_love_ttl {
    margin-bottom: 5px;
    font-size: 10px;
  }
  #member .member_item_love_txt {
    font-size: 10px;
  }
  #member .member_item:nth-of-type(odd) {
    padding: 0;
  }
  #member .member_item:nth-of-type(even) {
    padding: 0;
  }
}
#mission .company_ttl {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 120px;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}
#mission .ttl {
  position: relative;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 36px;
  line-height: 1.3;
}
#mission .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}
#mission .ttl span {
  font-weight: 400;
}
#mission .company_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 40px;
  margin: 0 auto;
  background: #000;
}
#mission .belief {
  margin-bottom: 300px;
}
#mission .belief_ttl {
  margin-bottom: 120px;
}
#mission .belief_content_ttl {
  margin: 0 auto 70px;
}
#mission .belief_content_ttl_img {
  max-width: 670px;
  width: 100%;
}
#mission .belief_content_txt {
  line-height: 2.5;
  letter-spacing: 0.12em;
}
#mission .mission {
  margin-bottom: 300px;
}
#mission .mission_ttl {
  margin-bottom: 120px;
}
#mission .mission_content_ttl {
  max-width: 925px;
  margin: 0 auto 80px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#mission .mission_content_ttl_img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#mission .js-accordion_content {
  display: none;
}
#mission .lang-list-contents {
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
#mission .mission_btn {
  position: relative;
  width: 235px;
  height: 46px;
  border: 1px solid #000;
  background: #fff;
  line-height: 44px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
}
#mission .mission_btn.is-active svg {
  transform: translateY(-50%) rotate(0);
}
#mission .mission_btn svg {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 16px;
  height: 9px;
  transform: translateY(-50%) rotate(180deg);
  transition: trasform 0.2s ease;
}
#mission .mission_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #000;
}
#mission .mission_btn span:last-of-type {
  display: none;
}

#mission main .lang-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 65px 0;
}

#mission main .lang-list li {
  margin: 0 40px 0 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: relative;
}

#mission main .lang-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 6px;
  background: #000;
}

#mission main .lang-list li:last-of-type {
  margin: 0;
}

#mission main .lang-list li:last-of-type:before {
  display: none;
}

@media (min-width: 769px) {
  #mission main .lang-list li:hover {
    opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#mission main .lang-list .lang-list-current {
  color: #000;
  cursor: default;
  pointer-events: none;
}
#mission main .btn {
  display: block;
  width: 294px;
  height: 46px;
  margin: 0 auto;
  background: #000;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}

#mission main .btn:hover {
  opacity: 0.5;
}

#mission main .lang-list-contents > div:nth-of-type(2) {
  display: none;
}
#mission .message_ttl {
  margin-bottom: 100px;
}
#mission .message_txt {
  margin-bottom: 160px;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
#mission .message_profile {
  display: grid;
  grid-template: 1fr / 320px auto;
  justify-content: center;
  align-items: center;
  gap: 0 100px;
  margin-bottom: 80px;
}
#mission .message_profile_content_ttl {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#mission .message_profile_content_txt {
  margin-bottom: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#mission .message_profile_content_ttl_name {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#mission .message_profile_content_ttl_name_sub {
  margin: 0 0 30px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}
#mission .message_profile_content_ttl_name_sub span {
  color: #b91d1d;
}
#mission .message_profile_btn {
  font-size: 16px;
}
@media (max-width: 768px) {
  #mission .belief {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  #mission .mission {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  #mission .belief_ttl {
    line-height: 1.2;
  }
  #mission .belief_ttl span {
    display: block;
    padding-top: 10px;
  }
  #mission .belief_content_ttl {
    margin-bottom: 40px;
  }
  #mission .belief_content_txt {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }
  #mission .mission {
    padding: 0 20px;
  }
  #mission .mission_ttl {
    margin-bottom: 40px;
  }
  #mission .mission_content_ttl {
    margin-bottom: 40px;
    font-size: 14px;
  }
  #mission .lang-list-contents {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }
  #mission .mission_content_ttl_img {
    margin-bottom: 10px;
  }
  #mission .message {
    padding: 0 20px;
  }
  #mission .message_ttl {
    margin-bottom: 40px;
  }
  #mission .message_txt {
    margin-bottom: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }
  #mission .message_profile {
    display: block;
    margin-bottom: 40px;
  }
  #mission .message_profile_img_wrapper {
    width: 200px;
    margin: 0 auto 20px;
  }
  #mission .message_profile_content_txt {
    line-height: 1.4;
  }
}
#recruit .l-lead {
  margin-bottom: 190px;
}
#recruit .l-lead_ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#recruit .l-recruit {
  margin-bottom: 160px;
}
#recruit .l-recruit_ttl {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 120px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#recruit .l-recruit_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 6px;
  background: #000;
  margin: 0 auto;
}
#recruit .l-recruit_lead {
  font-size: 20px;
  line-height: 2.2;
}
#recruit .l-recruit_lead a {
  color: #000;
}
#recruit .l-recruit_item {
  padding: 80px 70px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 40px;
}
#recruit .l-recruit_item.is-pm .l-recruit_item_inner {
  border-color: #d2d2d2;
}
#recruit .l-recruit_item:last-of-type {
  margin-bottom: 0;
}
#recruit .l-recruit_item_inner {
  padding-left: 26px;
  border-left: 6px solid #e8d2c6;
}
#recruit .l-recruit_item_ttl_btn {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  text-align: left;
  color: #000;
}
#recruit .l-recruit_item_ttl_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 46px;
  height: 25px;
  background: url(/img/service/l-service_item_ttl_icn.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
#recruit .l-recruit_item_ttl_btn.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}
#recruit .l-recruit_item_ttl_sub {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#recruit .l-recruit_item_ttl_main {
  display: block;
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
}
#recruit .l-recruit_item_ttl_main_en {
  font-size: 40px;
}
#recruit .l-recruit_item_ttl_main_en_separator {
  padding: 0 10px;
}
#recruit .l-recruit_item_ttl_main_ja {
  font-size: 36px;
}
#recruit .l-recruit_item_ttl_lead {
  font-size: 20px;
  letter-spacing: 0.08em;
}

#recruit .l-recruit_item_content {
  display: none;
  text-align: left;
}
#recruit .l-recruit_item_content_list {
  margin-top: 26px;
  letter-spacing: 0.12em;
}
#recruit .l-recruit_item_content_list:first-of-type {
  margin-top: 0;
}
#recruit .l-recruit_item_content_list_wrapper {
  padding-top: 80px;
  margin-bottom: 46px;
}
#recruit .l-recruit_item_content_list_img {
  display: inline-block;
  width: 21px;
  margin-right: 13px;
}
#recruit .l-recruit_item_content_detail_list {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin-bottom: 24px;
  line-height: 2;
}
#recruit .l-recruit_condition {
  margin-bottom: 145px;
}
#recruit .l-recruit_condition .l-recruit_ttl {
  margin-bottom: 64px;
}
#recruit .l-recruit_method .l-recruit_ttl {
  margin-bottom: 64px;
}
#recruit .l-recruit_method .l-recruit_lead {
  margin-bottom: 23px;
}
#recruit .l-recruit_method .l-recruit_lead_link_wrapper {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
#recruit .l-recruit_method .l-recruit_lead_link {
  transition: opacity 0.2s ease;
}

#recruit .l-recruit_method .l-recruit_lead:last-of-type {
  margin-bottom: 25px;
}
#recruit .l-recruit_method_detail {
  max-width: 420px;
  margin: 0 auto 40px;
  text-align: left;
}
#recruit .l-recruit_method_detail_list {
  display: grid;
  grid-template-columns: 60px 1fr;
  margin-bottom: 3px;
  line-height: 2;
  letter-spacing: 0.04em;
}
#recruit .l-recruit_method_detail_list:last-of-type {
  margin-bottom: 0;
}
#recruit .l-recruit_btn {
  display: block;
  width: 360px;
  height: 65px;
  margin: 0 auto 220px;
  background: #000;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  #recruit .l-recruit_method .l-recruit_lead_link:hover {
    opacity: 0.5;
  }
  #recruit .l-recruit_btn:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  #recruit .l-lead {
    margin-bottom: 80px;
  }
  #recruit .l-lead_ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  #recruit .l-lead_txt {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2em;
  }
  #recruit .l-recruit {
    margin-bottom: 80px;
  }
  #recruit .l-recruit_ttl {
    margin-bottom: 60px;
  }
  #recruit .l-recruit_lead {
    font-size: 18px;
  }
  #recruit .l-recruit_item {
    padding: 30px 20px;
  }
  #recruit .l-recruit_item_inner {
    padding: 0 0 0 20px;
  }
  #recruit .l-recruit_item_ttl_btn::before {
    width: 26px;
    height: 14px;
  }
  #recruit .l-recruit_item_ttl_main {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 1.4;
  }
  #recruit .l-recruit_item_ttl_main_en {
    font-size: 16px;
  }
  #recruit .l-recruit_item_ttl_main_en_separator {
    display: none;
  }
  #recruit .l-recruit_item_ttl_main_ja {
    font-size: 18px;
  }
  #recruit .l-recruit_item_ttl_lead {
    font-size: 14px;
    line-height: 1.4;
  }
  #recruit .l-recruit_item_content_list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 14px;
  }
  #recruit .l-recruit_item_content_list_wrapper {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  #recruit .l-recruit_item_content_list_img {
    margin-top: 3px;
  }
  #recruit .l-recruit_item_content_detail_list {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #recruit .l-recruit_condition {
    margin-bottom: 80px;
  }
  .l-recruit_method_detail {
    width: 100%;
  }
  #recruit .l-recruit_btn {
    width: 100%;
    margin-bottom: 80px;
  }
}
