@charset "UTF-8";
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-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 2s ease-in;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

.en {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
font-style: normal;*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #000;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  transition: all 1s ease-in;
}

.text-center {
  text-align: center !important;
}

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: mixins.$small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: mixins.$small) {
        display:none !important;
    }
}*/
a {
  color: #000;
}

a,
button {
  transition: all 1s ease-in;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

button:focus {
  outline: 0;
}

li {
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

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

::selection {
  background: #bedcea;
}

/* for Firefox */
::-moz-selection {
  background: #bedcea;
}

.fadeIn {
  opacity: 0;
  transition: all 2s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.fadein-blur {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  transition: all 1s ease-in;
}
.fadein-blur.active {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 1s ease-in;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 0.5s ease-in-out;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.tr-y {
  transform: translateY(100%);
  transition: all 1s ease-in;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.tr-y.active {
  transform: translateY(0%);
}

.st10 {
  fill: #632c18;
  stroke: #632c18;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load 5s ease-in -1s;
  animation: load 5s ease-in -1s;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes load {
  0% {
    display: none;
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@keyframes load3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #221815;
  }
}
@-webkit-keyframes load3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #221815;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d01126;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d01126;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  transform: translateY(-100%);
  z-index: 95;
  transition: all 1s ease-in;
}
.nav-layer.active {
  transform: translateY(0%);
}
.nav-layer .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  .nav-layer .logo {
    top: 14px;
    left: 10px;
    width: 125px;
  }
}
.nav-layer .info {
  position: absolute;
  top: 20px;
  right: 125px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info {
    top: 15px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info {
    right: 70px;
  }
}
.nav-layer .info a {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #6fa8c7;
  border-radius: 50%;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a {
    width: 68px;
    height: 68px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a {
    width: 64px;
    height: 64px;
    padding: 6px 5px;
  }
}
.nav-layer .info a.net {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net {
    margin-right: 5px;
  }
}
.nav-layer .info a.net img {
  width: 38px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net img {
    width: 34px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.net img {
    width: 33px;
  }
}
.nav-layer .info a.line {
  background-color: #59ad50;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.line {
    padding: 6px 5px;
  }
}
.nav-layer .info a.line img {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line img {
    width: 26px;
  }
}
.nav-layer .info a img {
  display: block;
  margin: 0 auto 7px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a img {
    margin: 0 auto 5px;
  }
}

.inner {
  position: relative;
}

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1 a {
    font-size: 11px;
  }
}

@-webkit-keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-btn .btn_border {
  position: relative;
  height: 2px;
  background-color: #fff;
  transition: all 1s ease-in;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  background-color: #000;
  border-bottom-left-radius: 10px;
  z-index: 100;
  transition: all 2s ease-in;
}
@media screen and (max-width: 1024px) {
  .drawer-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .drawer-btn {
    width: 64px;
  }
}
.drawer-btn.on {
  right: 0;
  top: 0;
}
.drawer-btn.scroll {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.drawer-btn_inner {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 10px;
  margin: auto;
}
.drawer-btn_inner img {
  margin-top: 11px;
}
@media screen and (max-width: 640px) {
  .drawer-btn_inner img {
    margin-left: 1px;
  }
}

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  width: 100%;
  max-width: 36px;
  height: 2px;
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
  margin: 0 auto;
}

.border01 {
  margin-top: -14px;
}

.border02,
.border03 {
  margin-top: 8px;
}

.current.drawer-btn {
  display: block;
}

.current.drawer-btn .btn_border:before {
  transition: 0.2s ease 0.1s;
  opacity: 0;
}

.current.drawer-btn .border01 {
  top: 1px;
  left: 10px;
  width: 60%;
  margin-left: 0px;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border02 {
  width: 60%;
  top: -1px;
  left: 0;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border03 {
  opacity: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-item {
  padding: 4px;
}

.owl-carousel .owl-prev {
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 30px;
  height: 140px;
  border: 1px solid #000 !important;
  background: #000 !important;
  border-radius: 6px !important;
  margin: auto !important;
  transition: all 1s ease-in;
}
.owl-carousel .owl-prev:hover {
  background-color: #000 !important;
}
.owl-carousel .owl-prev:hover:before {
  background-color: #fff;
}
.owl-carousel .owl-prev:hover:after {
  background-color: #fff;
}
.owl-carousel .owl-prev:before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.owl-carousel .owl-prev:after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.5;
}

.owl-carousel .owl-next {
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: -15px;
  width: 30px;
  height: 140px;
  border: 1px solid #000 !important;
  background: #000 !important;
  border-radius: 6px !important;
  margin: auto !important;
  transition: all 1s ease-in;
}
.owl-carousel .owl-next:hover {
  background-color: #000 !important;
}
.owl-carousel .owl-next:hover:before {
  background-color: #fff;
}
.owl-carousel .owl-next:hover:after {
  background-color: #fff;
}
.owl-carousel .owl-next:before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.owl-carousel .owl-next:after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  margin: auto;
  z-index: 1;
  transition: all 1s ease-in;
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot {
  margin: 20px 0 10px 1% !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
  border: 1px solid #333333 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #666666 !important;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #aaa;
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@-webkit-keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes g_an {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes g_an {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0%);
  }
}
.gnav {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: #fff;
  margin: auto;
  z-index: 99;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .gnav {
    display: none;
    transform: translateY(-110%);
  }
}
.gnav.blk .gnav-inner li a {
  color: #000;
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  margin: 0 auto 0;
  -webkit-animation: g_an 0.5s ease-in 0.2s forwards;
  animation: g_an 0.5s ease-in 0.2s forwards;
}
.gnav.on .gnav-inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 630px;
  width: 80%;
  border-radius: 10px;
  max-height: 80%;
  text-align: center;
  background-color: #e5e5e5;
  padding: 40px 0 0;
  box-sizing: border-box;
  margin: auto;
}
.gnav.on .gnav-inner li.sp {
  display: block;
}
.gnav.on .gnav-inner li.sp .r-area .tel {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-image: none;
  padding: 14px 0;
  margin-bottom: 10px;
}
.gnav.on .gnav-inner li.sp .r-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
.gnav.on .gnav-inner li.sp .r-area .tel span {
  display: block;
  font-size: 11px;
}
.gnav.on .gnav-inner li.sp .r-area .c-btn {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  background-image: none;
  padding: 12px 1em;
}
.gnav.on .gnav-inner li.sp .r-area .c-btn:hover {
  color: #000;
  background-color: #fff;
}
.gnav.on .gnav-inner a {
  text-align: center;
  width: 80%;
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 18px 2px;
  background-repeat: repeat-x;
  padding: 14px 1.5em;
  margin: 0 auto;
}
.gnav .gnav-inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  height: 630px;
  max-height: 80%;
  background-color: #fff;
  margin: auto;
}
@media screen and (max-height: 750px) {
  .gnav .gnav-inner {
    top: 35%;
    max-height: 90%;
    padding-bottom: 30px;
    overflow: scroll;
  }
}
.gnav .gnav-inner li.sp {
  display: none;
}
.gnav .gnav-inner li a {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000;
  text-align: left;
  padding: 10px 1.5em;
  transition: all 1s ease-in;
}
.gnav .gnav-inner li a span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.gnav-ly {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 1s;
  margin: auto;
  z-index: 98;
  transform: translateY(-100%);
}
.gnav-ly.on {
  display: block;
  -webkit-animation: g_an 0.5s ease-in forwards;
  animation: g_an 0.5s ease-in forwards;
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #fff;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  box-shadow: none;
  transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  color: #fff;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

.btn-area {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  float: left;
  width: 47%;
  margin: 0px auto;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    float: none;
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  position: relative;
  display: block;
  width: 300px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 1em;
  margin: 30px auto 30px;
  z-index: 0;
  cursor: pointer;
  transition: all 1s ease-in;
}
.btn:hover:before {
  width: 320px;
  border: 4px solid #000;
}
.btn:hover svg .bt0 {
  stroke: #000;
}

.d-btn {
  position: relative;
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  padding-right: 45px;
  margin: 0 0 0 auto;
}
.d-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  width: 41px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto;
  transition: all 1s ease-in;
}
.d-btn:hover::before {
  right: -8px;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  display: block;
  width: 60px;
  border-bottom: 2px solid #000;
  margin: 0 0 80px auto;
}
.page-top span {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 auto 0;
}

@keyframes lineh {
  0% {
    height: 0;
  }
  40% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes lineh {
  0% {
    height: 0;
  }
  40% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.loader {
  opacity: 0;
  position: fixed;
  top: -100%;
  left: -60%;
  width: 250%;
  height: 250%;
  text-align: center;
  z-index: 1001;
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-height: 800px) {
  .loader {
    width: 240%;
    height: 280%;
  }
}
@media screen and (max-width: 640px) {
  .loader {
    top: -80%;
    left: -70%;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }
}
.loader.on:before {
  left: -50%;
}
.loader.on:after {
  right: -50%;
}
.loader.on .line {
  opacity: 0;
}
.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: all 2s ease-in;
}
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: all 2s ease-in;
}
.loader .line {
  position: relative;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  -webkit-animation: lineh 2.5s ease-in 0s forwards;
  animation: lineh 2.5s ease-in 0s forwards;
  margin: 0 auto;
  z-index: 1;
  transition: all 1s ease-in;
}
.nav-links {
  text-align: center;
  margin-top: 35px;
}

.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.screen-reader-text {
  display: none !important;
}

.navigation span.current {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 9px;
}

.navigation a,
.navigation span {
  vertical-align: middle;
  color: #000;
  background: none;
  border-radius: 0px;
  padding: 5px 13px;
}
.navigation a:hover,
.navigation span:hover {
  color: #fff;
  background-color: #000;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  width: 38px;
  height: 45px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

.navigation a.next {
  margin-left: 30px;
}
.navigation a.next:hover {
  background-color: #fff;
}
.navigation a.next:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.navigation a.next:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 30px;
}
.navigation a.prev:hover {
  background-color: #fff;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.navigation a.prev:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.clear {
  clear: both;
}

header {
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  padding: 10px 0.5em;
  z-index: 100;
  transition: all 2s ease-in;
}
header h2 {
  margin: 10px;
}
@media screen and (max-width: 640px) {
  header h2 {
    margin: 6px;
  }
}
header h2 a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
header h2 a img {
  display: block;
}
header .r-area {
  position: absolute;
  top: 10px;
  right: 1em;
}
@media screen and (max-width: 1024px) {
  header .r-area {
    right: 100px;
  }
}
@media screen and (max-width: 640px) {
  header .r-area {
    display: none;
  }
}
header .r-area .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
header .r-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
header .r-area .tel span {
  display: block;
  font-size: 11px;
}
header .r-area .c-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 8px 1em;
  margin-left: 25px;
}
header .r-area .c-btn:hover {
  color: #000;
  background-color: #fff;
}

.contact-area {
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  padding: 80px 1em;
}
.contact-area .stc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .contact-area .stc {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
.contact-area .tel {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #1d5999;
  margin: 0 auto;
}
.contact-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 7px;
}
.contact-area .tel-stc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin: 0 auto 10px;
}
.contact-area .btn {
  max-width: 340px;
  margin: 20px auto;
}

.contact-btn {
  display: block;
  width: 96%;
  max-width: 350px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 2px solid #000;
  padding: 16px 0.5em 15px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .contact-btn {
    font-size: 16px;
  }
}
.contact-btn:hover {
  color: #fff;
  background-color: #000;
}
.contact-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 40px 1.5em 0px 180px;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 40px 1.5em 120px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    padding: 40px 1.5em 120px;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
footer .footer-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 0px;
  z-index: 1;
}
footer .footer-inner .r-area {
  text-align: center;
}
footer .footer-inner .r-area .tel {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background-image: none;
  padding: 14px 0;
  margin-bottom: 10px;
}
footer .footer-inner .r-area .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
footer .footer-inner .r-area .tel span {
  display: block;
  font-size: 13px;
}
footer .footer-inner .r-area .c-btn {
  display: block;
  max-width: 360px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  background-image: none;
  padding: 18px 1em;
  margin: 0 auto 60px;
}
footer .footer-inner .r-area .c-btn:hover {
  color: #fff;
  background-color: #000;
}
footer ul {
  max-width: 880px;
  margin: 0px auto 80px;
}
footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 20px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  text-align: left;
  padding: 10px 1.5em;
  transition: all 1s ease-in;
}
footer ul li a span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
footer ul li a:hover {
  opacity: 0.7;
}
footer .f-link {
  text-align: center;
  margin-bottom: 50px;
}
footer .f-link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 0 0.5em;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  footer .f-link a {
    font-size: 15px;
  }
}
footer .f-link a:last-child {
  margin-right: 0;
}
footer .f-link a:hover {
  opacity: 0.7;
}
footer .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6px 1em 40px;
  z-index: 1;
}
footer .copyright .copy {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.container {
  opacity: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 120px;
  padding-left: 180px;
  z-index: 2;
  transition: all 1s ease-in;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 0px;
  }
}

section {
  padding: 0px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  section {
    padding: 0px 0 50px;
  }
}
section .section-inner {
  max-width: 1280px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  section .section-inner {
    padding: 0 1em;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  max-width: 1280px;
  line-height: 1.4;
  padding: 15px 0em 5px 10px;
  margin: 10px auto 0;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a span {
  color: #000;
}
.breadcrumbs span {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #ccc;
}
@media screen and (max-width: 640px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}
.breadcrumbs img {
  margin: 0 10px;
}

#service-page {
  position: relative;
  margin-bottom: 60px;
}
#service-page .title-area {
  margin-bottom: 100px;
}
#service-page .title-area h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #service-page .title-area h2 {
    font-size: 16px;
  }
}
#service-page .title-area .en {
  opacity: 0.1;
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #service-page .title-area .en {
    font-size: calc(6.5625rem + (1vw - 7.68px) * 4.0743);
  }
}
#service-page .section-inner {
  max-width: 800px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #service-page .section-inner {
    padding: 0 1em;
  }
}
#service-page #mainte h2,
#service-page #hoken h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #service-page #mainte h2,
#service-page #hoken h2 {
    font-size: calc(1.75rem + (1vw - 7.68px) * 0.3472);
  }
}
@media screen and (max-width: 640px) {
  #service-page #mainte h2,
#service-page #hoken h2 {
    margin-bottom: 20px;
  }
}
#service-page #mainte h3,
#service-page #hoken h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  background-color: #000;
  padding: 5px 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #service-page #mainte h3,
#service-page #hoken h3 {
    font-size: calc(1.375rem + (1vw - 7.68px) * 0.2604);
  }
}
#service-page .stc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #service-page .stc {
    font-size: 15px;
  }
}
#service-page #safty {
  margin-bottom: 100px;
}
#service-page #safty h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #service-page #safty h2 {
    font-size: calc(1.75rem + (1vw - 7.68px) * 0.3472);
  }
}
@media screen and (max-width: 640px) {
  #service-page #safty h2 {
    margin-bottom: 20px;
  }
}
#service-page #safty .col-area {
  margin-bottom: 30px;
}
#service-page #safty .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #service-page #safty .col-area .col {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  #service-page #safty .col-area .col:nth-child(2n) {
    margin-right: 0;
  }
}
#service-page #safty .col-area .col:nth-child(3n) {
  margin-right: 0;
}
#service-page #safty h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  text-align: center;
  background-color: #000;
  padding: 8px 1em;
}
@media screen and (max-width: 640px) {
  #service-page #safty h3 {
    padding: 8px 0.5em;
  }
}
#service-page #safty h3 span {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #service-page #safty h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #service-page #safty h3 span {
    font-size: 14px;
  }
}
#service-page #safty h3:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  margin: 0 auto;
}
#service-page #safty .box {
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #000;
  padding: 20px 1em;
  height: 120px;
}
@media screen and (max-width: 640px) {
  #service-page #safty .box {
    font-size: 15px;
  }
}
#service-page #safty h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #service-page #safty h4 {
    font-size: calc(1.375rem + (1vw - 7.68px) * 0.3472);
  }
}
#service-page #safty h5 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #service-page #safty h5 {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.3472);
  }
}

#lineup-page #lineup {
  position: relative;
  margin-bottom: 60px;
}
#lineup-page #lineup h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup h2 {
    font-size: 16px;
  }
}
#lineup-page #lineup .en {
  opacity: 0.1;
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup .en {
    font-size: calc(6.5625rem + (1vw - 7.68px) * 4.0743);
  }
}
#lineup-page #lineup .p-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 0.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .p-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup .p-title {
    font-size: 15px;
    padding-left: 0.7em;
  }
}
#lineup-page #lineup .tag-area {
  padding: 0 1em;
  margin-bottom: 20px;
}
#lineup-page #lineup .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
#lineup-page #lineup .tag-area a:last-child {
  margin-right: 0;
}
#lineup-page #lineup .tag-area a:hover {
  color: #fff;
  background-color: #000;
}
#lineup-page #lineup .tag-area a.on {
  color: #fff;
  background-color: #000;
}
#lineup-page #lineup .item-area {
  max-width: 1140px;
  margin: 0 auto;
}
#lineup-page #lineup .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  border: 1px solid #000;
  text-align: right;
  border-radius: 10px;
  padding-top: 5px;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #lineup-page #lineup .item-area .item {
    width: 48%;
  }
}
#lineup-page #lineup .item-area .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #lineup-page #lineup .item-area .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #lineup-page #lineup .item-area .item:nth-child(2n) {
    margin-right: 0;
  }
}
#lineup-page #lineup .item-area .item:hover {
  opacity: 0.7;
}
#lineup-page #lineup .item-area .item .cate {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 2px 1em;
  margin-right: 0.8em;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup .item-area .item .cate {
    font-size: 11px;
  }
}
#lineup-page #lineup .item-area .item .thumb {
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .item-area .item .thumb {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup .item-area .item .thumb {
    height: 150px;
  }
}
#lineup-page #lineup .item-area .item .item-inner {
  text-align: right;
  padding: 10px 0.5em;
}
#lineup-page #lineup .item-area .item .num-area {
  text-align: center;
  background-color: #000;
  padding: 8px 0.5em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#lineup-page #lineup .item-area .item .num-area h4 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 3px;
}
#lineup-page #lineup .item-area .item .num-area p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .item-area .item .num-area p {
    font-size: calc(0.8125rem + (1vw - 7.68px) * 0.2604);
  }
}
#lineup-page #lineup .item-area .item .num-area p .num {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 0.5;
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .item-area .item .num-area p .num {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.5208);
  }
}
#lineup-page #lineup .item-area .item h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #000;
  text-align: center;
}
#lineup-page #lineup .item-area .item .price {
  font-size: 14px;
  line-height: 1.3;
  color: #cc0000;
  text-align: center;
}
#lineup-page #lineup .item-area .item .price .tsu {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .item-area .item .price .tsu {
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup-page #lineup .item-area .item .price .num {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #cc0000;
  margin: 0 6px 0 8px;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .item-area .item .price .num {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.1736);
  }
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup .item-area .item .price .num {
    letter-spacing: 0em;
    margin: 0 1px 0 5px;
  }
}
#lineup-page #lineup .item-area .item .red-area {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cc0000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 0.5em;
}
@media screen and (max-width: 960px) {
  #lineup-page #lineup .item-area .item .red-area {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
@media screen and (max-width: 640px) {
  #lineup-page #lineup .item-area .item .red-area {
    padding: 6px 0.5em;
  }
}
#lineup-page #lineup .item-area .item .red-area img {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin-top: -5px;
  margin-left: 20px;
}
#lineup-page #area .en {
  opacity: 0.1;
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #lineup-page #area .en {
    font-size: calc(7.5rem + (1vw - 7.68px) * 3.4722);
  }
}
#lineup-page #area h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-left: 0.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #lineup-page #area h2 {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.3472);
  }
}
@media screen and (max-width: 640px) {
  #lineup-page #area h2 {
    padding-left: 0.7em;
  }
}
#lineup-page #area .box-area {
  max-width: 800px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0px 1.5em 30px;
  margin: 0 auto 50px;
}
#lineup-page #area .box-area:nth-of-type(1) h3 {
  color: #000;
  background-color: #fff;
}
#lineup-page #area .title-area {
  position: relative;
  top: -25px;
  display: inline-block;
  background-color: #fff;
  padding: 0 3px;
}
#lineup-page #area h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 30px;
  padding: 6px 1.5em;
  margin-bottom: 5px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #lineup-page #area h3 {
    font-size: calc(1.1875rem + (1vw - 7.68px) * 0.2604);
  }
}
#lineup-page #area ul li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #lineup-page #area ul li {
    font-size: 15px;
  }
}
#lineup-page #area ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
}
#lineup-page #area p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #lineup-page #area p {
    font-size: 15px;
  }
}

#lineup-single {
  position: relative;
  margin-bottom: 60px;
}
#lineup-single .col-area {
  max-width: 1180px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #lineup-single .col-area {
    max-width: 640px;
  }
}
#lineup-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 53%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #lineup-single .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#lineup-single .col-area .col:nth-child(2) {
  width: 40%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #lineup-single .col-area .col:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
}
#lineup-single .col-area .col:nth-child(2) .num-area {
  text-align: right;
}
#lineup-single .col-area .col:nth-child(2) .num-area h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
}
#lineup-single .col-area .col:nth-child(2) .num-area p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
#lineup-single .col-area .col:nth-child(2) .num-area p .num {
  font-size: 26px;
  font-weight: bold;
  line-height: 0.5;
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  #lineup-single .col-area .col:nth-child(2) .num-area p .num {
    font-size: calc(1.4375rem + (1vw - 7.68px) * 0.2604);
  }
}
#lineup-single .col-area .col:nth-child(2) .tag-area p {
  display: inline-block;
  vertical-align: top;
  background: #f5f5f5;
  color: #000;
  font-weight: bold;
  border-radius: 100px;
  padding: 6px 1em;
  margin-bottom: 8px;
}
#lineup-single .col-area .col:nth-child(2) .stc {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 20px;
}
#lineup-single .col-area .col:nth-child(2) .stc span {
  font-size: 13px;
  line-height: 1.5;
}
#lineup-single .col-area .col:nth-child(2) h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #lineup-single .col-area .col:nth-child(2) h3 {
    font-size: calc(1.125rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup-single .col-area .col:nth-child(2) .price {
  font-size: 14px;
  line-height: 1.3;
  color: #cc0000;
  text-align: right;
  margin-bottom: 20px;
}
#lineup-single .col-area .col:nth-child(2) .price .tsu {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  #lineup-single .col-area .col:nth-child(2) .price .tsu {
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup-single .col-area .col:nth-child(2) .price .num {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #cc0000;
}
#lineup-single .col-area .col .cate {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 2px 1em;
}
@media screen and (max-width: 640px) {
  #lineup-single .col-area .col .cate {
    font-size: 14px;
  }
}
#lineup-single .col-area .col h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #lineup-single .col-area .col h2 {
    font-size: calc(1.625rem + (1vw - 7.68px) * 0.3472);
  }
}
#lineup-single .col-area .col .c-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 40px;
  padding: 12px 1em;
  margin: 0 auto 30px;
}
@media screen and (max-width: 960px) {
  #lineup-single .col-area .col .c-btn {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup-single .col-area .col .c-btn:hover {
  color: #cc0000;
  background-color: #fff;
}
#lineup-single .col-area .col .c-btn:hover .fbtn-1 {
  stroke: #cc0000;
}
#lineup-single .col-area .col .c-btn svg {
  position: absolute;
  right: 13px;
  top: 17px;
  width: 24px;
}
#lineup-single .col-area .col .c-btn svg .fbtn-1 {
  transition: all 1s ease-in;
}
#lineup-single .swiper-button-prev, #lineup-single ~ .swiper-button-prev, #lineup-single.swiper-rtl .swiper-button-next, #lineup-single.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -10px);
  right: auto;
}
#lineup-single .swiper-button-next, #lineup-single ~ .swiper-button-next, #lineup-single.swiper-rtl .swiper-button-prev, #lineup-single.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -10px);
  left: auto;
}
#lineup-single .swiper-button-prev,
#lineup-single .swiper-button-next {
  background-color: #fff;
  border-radius: 100%;
}
#lineup-single .swiper-button-prev svg,
#lineup-single .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
#lineup-single .swiper-button-prev svg path,
#lineup-single .swiper-button-next svg path {
  fill: #000;
}
#lineup-single .swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
  opacity: 0.7;
}
#lineup-single #detail {
  max-width: 1080px;
  margin: 0 auto 100px;
}
#lineup-single #detail .toggle-link {
  position: relative;
  display: block;
  background-color: #000;
  padding: 12px 2em 12px 1em;
  margin-bottom: 20px;
}
#lineup-single #detail .toggle-link:before {
  content: "";
  position: absolute;
  top: 16px;
  left: auto;
  right: 23px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transition: all 1s ease-in;
}
#lineup-single #detail .toggle-link:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 14px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 1s ease-in;
}
#lineup-single #detail .toggle-link.on:before {
  transform: rotateZ(90deg);
}
#lineup-single #detail .toggle-link h4 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #lineup-single #detail .toggle-link h4 {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup-single #detail .d-box {
  display: none;
  padding: 0 1em 60px;
}
#lineup-single #lineup {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 230px;
}
#lineup-single #lineup h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup h2 {
    font-size: 16px;
  }
}
#lineup-single #lineup .en {
  opacity: 0.1;
  font-size: 160px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .en {
    font-size: calc(6.5625rem + (1vw - 7.68px) * 4.0743);
  }
}
#lineup-single #lineup .p-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .p-title {
    font-size: 15px;
    padding-left: 0.7em;
  }
}
#lineup-single #lineup .list-btn {
  position: absolute;
  top: 110px;
  right: 1em;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 1.5em;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .list-btn {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 135px;
    margin: 0 1em 20px auto;
    font-size: 15px;
  }
}
#lineup-single #lineup .list-btn:hover {
  color: #fff;
  background-color: #000;
}
#lineup-single #lineup .list-btn:hover svg .btn-1 {
  stroke: #fff;
}
#lineup-single #lineup .list-btn svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-top: -4px;
  margin-left: 25px;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .list-btn svg {
    margin-left: 15px;
    width: 20px;
  }
}
#lineup-single #lineup .list-btn svg .btn-1 {
  transition: all 1s ease-in;
}
#lineup-single #lineup .tag-area {
  padding: 0 1em;
  margin-bottom: 20px;
}
#lineup-single #lineup .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 1em;
  margin-right: 10px;
  margin-bottom: 10px;
}
#lineup-single #lineup .tag-area a:last-child {
  margin-right: 0;
}
#lineup-single #lineup .tag-area a:hover {
  color: #fff;
  background-color: #000;
}
#lineup-single #lineup .item-area {
  width: 96%;
  margin: 0 auto;
}
#lineup-single #lineup .item-area .item {
  display: block;
  border: 1px solid #000;
  text-align: right;
  border-radius: 10px;
  padding-top: 5px;
}
#lineup-single #lineup .item-area .item:hover {
  opacity: 0.7;
}
#lineup-single #lineup .item-area .item .cate {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 2px 1em;
  margin-right: 0.8em;
  margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .item-area .item .cate {
    font-size: 11px;
  }
}
#lineup-single #lineup .item-area .item .thumb {
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .item-area .item .thumb {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .item-area .item .thumb {
    height: 150px;
  }
}
#lineup-single #lineup .item-area .item .item-inner {
  text-align: right;
  padding: 10px 0.5em;
}
#lineup-single #lineup .item-area .item .num-area {
  text-align: center;
  background-color: #000;
  padding: 8px 0.5em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#lineup-single #lineup .item-area .item .num-area h4 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 3px;
}
#lineup-single #lineup .item-area .item .num-area p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .item-area .item .num-area p {
    font-size: calc(0.8125rem + (1vw - 7.68px) * 0.2604);
  }
}
#lineup-single #lineup .item-area .item .num-area p .num {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 0.5;
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .item-area .item .num-area p .num {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.5208);
  }
}
#lineup-single #lineup .item-area .item h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
#lineup-single #lineup .item-area .item .price {
  font-size: 14px;
  line-height: 1.3;
  color: #cc0000;
  text-align: center;
  margin-bottom: 3px;
}
#lineup-single #lineup .item-area .item .price .tsu {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .item-area .item .price .tsu {
    font-size: calc(0.875rem + (1vw - 7.68px) * 0.1736);
  }
}
#lineup-single #lineup .item-area .item .price .num {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #cc0000;
  margin: 0 6px 0 8px;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .item-area .item .price .num {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.1736);
  }
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .item-area .item .price .num {
    letter-spacing: 0em;
    margin: 0 1px 0 5px;
  }
}
#lineup-single #lineup .item-area .item .detail-area .red-btn {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cc0000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 12px 0.5em;
}
@media screen and (max-width: 960px) {
  #lineup-single #lineup .item-area .item .detail-area .red-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .item-area .item .detail-area .red-btn {
    padding: 10px 0.2em;
  }
}
#lineup-single #lineup .item-area .item .detail-area .red-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-top: -5px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #lineup-single #lineup .item-area .item .detail-area .red-btn img {
    width: 18px;
    margin-left: 3px;
  }
}

#company-page section h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #company-page section h2 {
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
}
#company-page section h2 img {
  display: block;
}
#company-page #facility {
  max-width: 1280px;
  padding: 0 1.5em;
  margin: 0 auto 100px;
}
@media screen and (max-width: 640px) {
  #company-page #facility {
    padding: 0 1em;
  }
}
#company-page #facility h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #company-page #facility h3 {
    font-size: calc(1.25rem + (1vw - 7.68px) * 0.1736);
  }
}
@media screen and (max-width: 640px) {
  #company-page #facility h3 {
    letter-spacing: 0.1em;
  }
}
#company-page #facility .col-area {
  max-width: 1180px;
  margin: 0 auto 30px;
}
#company-page #facility .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  margin-right: 4%;
}
@media screen and (max-width: 640px) {
  #company-page #facility .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#company-page #facility .col-area .col .img-box {
  position: relative;
}
#company-page #facility .col-area .col .img-box:before {
  content: "";
  position: absolute;
  top: -74px;
  left: -60px;
  width: 100px;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 50% 50%);
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  background-color: #fff;
  transform: rotate(-125deg);
  -webkit-transform: rotate(-125deg);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #company-page #facility .col-area .col:nth-child(1) {
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
#company-page #facility .col-area .col:nth-child(1) .img-box {
  height: 406px;
}
#company-page #facility .col-area .col:nth-child(2) {
  width: 68%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #company-page #facility .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#company-page #facility .col-area .col:nth-child(2) .img-box {
  height: 206px;
}
#company-page #facility .col-area .col .col-col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 4%;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #company-page #facility .col-area .col .col-col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#company-page #facility .col-area .col .col-col:nth-child(2n) {
  margin-right: 0;
}
#company-page #facility .col-area .col p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 640px) {
  #company-page #facility .col-area .col p {
    font-size: 15px;
    text-align: center;
  }
}
#company-page #facility .br-box {
  max-width: 960px;
  border: 1px solid #000;
  padding: 30px 2em;
  margin: 0 auto 60px;
}
#company-page #facility .br-box ul {
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
}
#company-page #facility .br-box ul li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  margin-right: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #company-page #facility .br-box ul li {
    font-size: calc(1rem + (1vw - 7.68px) * 0.1736);
  }
}
@media screen and (max-width: 640px) {
  #company-page #facility .br-box ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#company-page #facility .br-box ul li:nth-child(2n) {
  margin-right: 0;
}
#company-page #company {
  max-width: 1280px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #company-page #company {
    padding: 0 1em;
  }
}
#company-page #overview {
  max-width: 900px;
  margin: 0 auto 80px;
}
#company-page table {
  max-width: 800px;
  margin: 0 auto 30px;
}
#company-page table tr th {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 20px 8px 16px;
}
@media screen and (max-width: 640px) {
  #company-page table tr th {
    font-size: 15px;
  }
}
#company-page table tr td {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  padding: 20px 8px 16px;
}
@media screen and (max-width: 640px) {
  #company-page table tr td {
    font-size: 15px;
  }
}
#company-page iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 60px;
}
#company-page #history {
  padding: 50px 1.5em;
}
#company-page #history .history-inner {
  max-width: 960px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #company-page #history .history-inner {
    padding: 40px 1em;
  }
}
#company-page #history .history-inner h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  color: #000;
  margin: 0 0 25px;
}
@media screen and (max-width: 1024px) {
  #company-page #history .history-inner h3 {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.3472);
  }
}
#company-page .row {
  max-width: 860px;
  margin: 0 auto 10px;
}
#company-page .row .col {
  display: inline-block;
  vertical-align: top;
}
#company-page .row .col:nth-child(1) {
  width: 25%;
  margin-right: 6%;
  max-width: 150px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
  border-right: 1px solid #000;
  padding: 8px 0.5em;
}
@media screen and (max-width: 640px) {
  #company-page .row .col:nth-child(1) {
    font-size: 15px;
    margin-right: 5%;
  }
}
#company-page .row .col:nth-child(2) {
  width: 68%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #000;
  padding-top: 9px;
  padding-right: 1em;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #company-page .row .col:nth-child(2) {
    font-size: 14px;
  }
}

#news-archive {
  padding: 0;
}
#news-archive .gry-area {
  position: relative;
  width: calc(100vw - 78px);
  background-color: #f0f0f0;
  border-top-right-radius: 30px;
  text-align: center;
  padding: 0px 2em 100px;
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area {
    padding: 0px 1.5em 60px;
  }
}
@media screen and (max-width: 1024px) {
  #news-archive .gry-area {
    width: calc(100vw - 70px);
  }
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area {
    width: 100%;
    padding: 0px 3em 60px 1em;
  }
}
#news-archive .gry-area h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: -26px;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #news-archive .gry-area h2 {
    font-size: calc(1rem + (1vw - 3.45px) * 0.3063);
  }
}
@media screen and (max-width: 480px) {
  #news-archive .gry-area h2 {
    margin-top: -25px;
  }
}
#news-archive .gry-area h2 span {
  display: block;
  font-size: 48px;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000;
  font-family: din-condensed, sans-serif;
  font-weight: 500;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  #news-archive .gry-area h2 span {
    font-size: calc(2.625rem + (1vw - 3.45px) * 0.5195);
  }
}
#news-archive .gry-area .item-area {
  max-width: 1180px;
  text-align: left;
  margin: 0 auto;
}
#news-archive .gry-area .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #news-archive .gry-area .item-area .item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area .item-area .item {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
}
#news-archive .gry-area .item-area .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #news-archive .gry-area .item-area .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area .item-area .item:nth-child(3n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  #news-archive .gry-area .item-area .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area .item-area .item:nth-child(2n) {
    margin-right: auto;
  }
}
#news-archive .gry-area .item-area .item:hover .img-area {
  filter: brightness(0.7);
}
#news-archive .gry-area .item-area .item .img-area {
  position: relative;
  height: 260px;
  margin-right: 20px;
  margin-bottom: 5px;
  transition: all 1s ease-in;
}
@media screen and (max-width: 960px) {
  #news-archive .gry-area .item-area .item .img-area {
    height: 280px;
  }
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area .item-area .item .img-area {
    height: 240px;
  }
}
#news-archive .gry-area .item-area .item .img-area .date {
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #000;
  line-height: 1.5;
}
#news-archive .gry-area .item-area .item .cate {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #595757;
  border-radius: 4px;
  padding: 5px 1em;
}
#news-archive .gry-area .item-area .item h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
  text-align: left;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  #news-archive .gry-area .item-area .item h4 {
    font-size: 15px;
    line-height: 1.8;
  }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

#news-single {
  max-width: 1000px;
  padding: 100px 0 0;
}
#news-single .single-title-area {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 1em;
}
#news-single h2 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0px 0 5px;
}
@media screen and (max-width: 960px) {
  #news-single h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #news-single h2 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
#news-single .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  #news-single .date {
    font-size: 15px;
  }
}
#news-single .sns-area {
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
  margin: 100px auto 90px;
}
#news-single .sns-area p {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 5px;
  margin-right: 40px;
}
#news-single .sns-area a {
  float: left;
  width: 33.333%;
  background-color: #fff;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  padding: 16px 0.5em 12px;
}
#news-single .sns-area a:last-child {
  border-right: none;
}
#news-single .sns-area a img {
  margin: 0 auto 6px;
}
@media screen and (max-width: 640px) {
  #news-single .sns-area a img {
    width: 30px;
  }
}
#news-single .sns-area a span {
  display: block;
  height: 20px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  margin-top: 3px;
}
@media screen and (max-width: 960px) {
  #news-single .sns-area a span {
    font-size: calc(0.625rem + (1vw - 3.45px) * 0.4329);
  }
}
@media screen and (max-width: 640px) {
  #news-single .sns-area a span {
    height: 18px;
  }
}
#news-single .single-thumb {
  display: block;
  margin: 0 auto 60px;
}
#news-single .section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
#news-single .section-inner .row {
  margin-bottom: 100px;
}
#news-single .section-inner .row h3,
#news-single .section-inner .row h4,
#news-single .section-inner .row h5 {
  border-bottom: 2px solid #000;
}
#news-single .section-inner .col-area .col h3 {
  border-bottom: 2px solid #000;
}
#news-single .section-inner img {
  display: block;
  margin: 0 auto;
}
#news-single .section-inner h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h3 {
    font-size: 22px;
  }
}
#news-single .section-inner h4 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h4 {
    font-size: 19px;
  }
}
#news-single .section-inner h5 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h5 {
    font-size: 22px;
  }
}
#news-single .section-inner iframe {
  max-width: 100%;
}
#news-single .section-inner .stc {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  padding: 0 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .stc {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc .pc {
    display: none;
  }
}
#news-single .section-inner .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc .sp {
    display: block;
  }
}
#news-single .section-inner .stc a {
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0;
  word-break: break-all;
}
#news-single .section-inner .stc .r-btn {
  text-decoration: none;
}
#news-single .section-inner .stc b {
  font-weight: 600;
}
#news-single .section-inner .stc .red {
  font-weight: 600;
  color: #d92519;
}
#news-single .section-inner .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #000;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .stc label {
    font-size: 16px;
  }
}
#news-single .section-inner .col-area h3 {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
#news-single .section-inner .item-area {
  width: 97%;
  max-width: 800px;
  margin: 60px auto;
}
#news-single .section-inner .share {
  overflow: hidden;
}
#news-single .section-inner .share li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#news-single .section-inner .share li a {
  display: block;
  height: 40px;
  background-color: #000;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#news-single .section-inner .share li:last-child {
  margin-right: 0;
}
#news-single .section-inner .share li:last-child a {
  border-right: 0;
}
#news-single .tag-area {
  text-align: center;
}
#news-single .tag-area div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
#news-single .tag-area div a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 5px 1.5em;
}
@media screen and (max-width: 640px) {
  #news-single .tag-area div a {
    font-size: 16px;
  }
}
#news-single .tag-area div a:hover {
  color: #fff;
}
#news-single .tag-area div a:hover:before {
  left: -20%;
}
#news-single .tag-area div a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -170%;
  width: 160%;
  height: 200%;
  background-color: #000;
  transform: rotateZ(10deg);
  transition: all 1s ease-in;
  z-index: -1;
}
#news-single .col-area {
  text-align: center;
  margin: 0px auto 90px;
}
#news-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#news-single .col-area .col:nth-child(2) {
  width: 47%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#news-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#news-single .col-area .col img {
  margin: 0 auto;
}
#news-single .other-news {
  margin-bottom: 120px;
}
#news-single .other-news .item-area {
  max-width: 900px;
  padding: 0 1em;
  margin: 0 auto;
}
#news-single .other-news .item-area .item {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 1.5em 10px 5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #news-single .other-news .item-area .item {
    padding: 10px 1.5em 10px 4em;
  }
}
#news-single .other-news .item-area .item .date {
  position: absolute;
  left: 2.6em;
  top: 4px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  #news-single .other-news .item-area .item .date {
    left: 2em;
  }
}
#news-single .other-news .item-area .item .date .mon {
  position: absolute;
  top: -2px;
  left: -15px;
  font-size: 14px;
  font-weight: 600;
  color: #cc0000;
}
#news-single .other-news .item-area .item .date .day {
  font-size: 22px;
  font-weight: bold;
  color: #cc0000;
}

#privacy-page {
  max-width: 760px;
}
#privacy-page h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  margin: 0 auto 30px;
  z-index: 1;
  transition: all 1s ease-in;
}
@media screen and (max-width: 1024px) {
  #privacy-page h2 {
    font-size: calc(1.875rem + (1vw - 7.68px) * 0.9472);
  }
}
#privacy-page h3,
#privacy-page h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #privacy-page h3,
#privacy-page h4 {
    font-size: calc(1rem + (1vw - 0.68px) * 0.1736);
  }
}
#privacy-page .stc {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #privacy-page .stc {
    font-size: calc(0.9375rem + (1vw - 3.3px) * 0.1441);
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#privacy-page .stc.smrg {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #privacy-page .stc.smrg {
    margin-bottom: 20px;
  }
}
#privacy-page .stc.lmrg {
  margin-bottom: 55px;
}
#privacy-page .btn {
  font-size: 18px;
  margin: 0 auto;
}

#contact h2 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #contact h2 {
    font-size: 14px;
  }
}
#contact .en {
  opacity: 0.1;
  font-size: 140px;
  font-weight: 900;
  line-height: 0.7;
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  #contact .en {
    font-size: calc(6.25rem + (1vw - 7.68px) * 3.4722);
  }
}
#contact .p-title {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding-left: 0.8em;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #contact .p-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #contact .p-title {
    font-size: 15px;
    padding-left: 0.7em;
  }
}
#contact .top-btn {
  margin-top: 60px;
}
#contact .input-form .stc {
  margin: 20px 0;
}
#contact .input-form .stc a {
  font-weight: bold;
  text-decoration: underline;
}

.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0px;
  /*    .wpcf7-list-item-label:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 0px;
          display: block;
          margin-top: -12px;
          width: 40px;
          height: 40px;
          background-color: #dcdcdc;
          border-radius: 0px;
          content: '';
          z-index: 0;
      }
      .wpcf7-list-item-label:before {
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          position: absolute;
          top: 50%;
          left: 14px;
          display: block;
          margin-top: -6px;
          width: 13px;
          height: 23px;
          border-right: 3px solid #323232;
          border-bottom: 3px solid #323232;
          content: '';
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1;
      }*/
}
.input-form .secure-box {
  text-align: center;
}
.input-form p {
  position: relative;
}
.input-form .require {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aa0000;
  text-align: right;
}
.input-form .gray-text {
  width: 150px;
  font-size: 110%;
  text-align: center;
  background-color: #dcdcdc;
  padding: 5px 10px 7px;
  margin: 0px 0 10px auto;
}
.input-form .gray-text span {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 120%;
  color: #c30d23;
  margin-right: 5px;
}
.input-form .small {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 50px;
}
.input-form .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
}
.input-form .title span {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #aa0000;
}
.input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: none;
  background: #fff;
  border-bottom: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
}
.input-form input[type=text].short,
.input-form input[type=email].short,
.input-form textarea.short {
  max-width: 200px;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 270px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 1em;
  margin: 30px auto 30px;
  z-index: 0;
  cursor: pointer;
  transition: all 1s ease-in;
}
.input-form button:hover {
  color: #000;
  background-color: #fff;
}
.input-form button.off {
  opacity: 0.3;
}
.input-form .btn {
  max-width: 300px;
  font-size: 16px;
  margin: 30px auto;
}
.input-form .wpcf7c-btn-back .fa {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 12px;
  right: auto;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn-area {
  text-align: center;
  margin: 30px auto 60px;
}
.input-form .btn-area .btn {
  float: none;
  display: inline-block !important;
  width: 48% !important;
  margin: 0px auto;
  margin-right: 2% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area .btn {
    display: block !important;
    width: 100% !important;
    margin: 20px auto 30px !important;
  }
}
.input-form .btn-area .btn:last-of-type {
  margin-right: 0% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area .btn:last-of-type {
    margin: 20px auto 0px !important;
  }
}
.input-form .att {
  margin: 50px auto 25px;
  text-align: center;
}
.input-form .policy-area {
  position: relative;
  text-align: center;
}
.input-form .policy-area .wpcf7-not-valid-tip {
  right: 0;
}
.input-form .policy-area .wpcf7-list-item label {
  margin-right: 0px;
}
.input-form .border-p {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
}
.input-form .age {
  position: relative;
  max-width: 180px;
  padding-right: 30px;
}
.input-form .age p {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
  border: none;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 8px 25px 8px 10px;
}
.input-form select::-ms-expand {
  display: none;
}
.input-form .select-group {
  position: relative;
  max-width: 400px;
}
.input-form .select-group:after {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 2;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.input-form .select-group .wpcf7-not-valid-tip {
  display: none !important;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  margin-right: 5px;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  display: none;
}
.input-form input[type=radio] + span,
.input-form input[type=checkbox] + span,
.input-form .wpcf7c-conf-hidden + span {
  position: relative;
  letter-spacing: 0.1em;
  padding: 1px 0px 0px 34px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.input-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 50%;
}
.input-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #323232;
  border-radius: 50%;
}
.input-form input[type=checkbox] + span::before,
.input-form .wpcf7c-conf-hidden + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
}
.input-form .wpcf7c-conf-hidden + span::before {
  background: none;
  border: none;
}
.input-form input[type=checkbox]:checked + span::after,
.input-form .wpcf7c-conf-hidden + span::after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: auto;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: normal;
  /*padding: 5px 0px 0px 10px;*/
}
.input-form .wpcf7-list-item label {
  margin-right: 30px;
  margin-bottom: 10px;
}
.input-form .zip1,
.input-form .zip2 {
  display: inline-block;
  width: 80px;
}
.input-form .zip1 input[type=text],
.input-form .zip2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .zip2 {
  width: 100px;
}
.input-form .pref {
  margin-left: 15px;
}
.input-form .address {
  display: block;
  margin-top: 15px;
}
.input-form .address input[type=text] {
  border: none;
}
.input-form #select-group .select-group {
  display: inline-block;
  width: 120px;
}
.input-form #final #school {
  display: inline-block;
  width: 100px;
}
.input-form #final .schoolname {
  display: inline-block;
  margin-left: 10px;
}
.input-form #final .schoolname p {
  display: inline-block;
}
.input-form #final .schoolname p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form #final .depart {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 720px) {
  .input-form #final .depart {
    margin-top: 15px;
  }
}
.input-form #final .depart p {
  display: inline-block;
}
.input-form #final .depart p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form .border-box {
  border: 1px solid #c8c8c8;
  padding: 20px 1.5em;
  margin: 10px 0 18px;
}
.input-form .border-box h4 {
  margin-bottom: 5px;
}
.input-form .border-box p span {
  font-family: "Open Sans", sans-serif;
}
.input-form .gladuate-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.input-form #birthday {
  position: relative;
}
.input-form #birthday1 {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.input-form #birthday2 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.input-form #birthday3 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
/*# sourceMappingURL=page.css.map */