@charset "UTF-8";
* {
  box-sizing: border-box;
  line-height: 1;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1023px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
@-webkit-keyframes fade {
  0% {
    top: -30px;
    opacity: 0;
  }
  50% {
    top: -10px;
    opacity: .5;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    top: -30px;
    opacity: 0;
  }
  50% {
    top: -10px;
    opacity: .5;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.fade_down {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease .3s;
}
.fade_down.is-active {
  -webkit-animation: 'fade' .5s ease .5s infinite normal;
          animation: 'fade' .5s ease .5s infinite normal;
}

body {
  position: relative;
  background-color: #ffffff;
  color: #444444;
  border-bottom: 15px solid #a50319;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

p {
  line-height: 1.6;
  letter-spacing: .1em;
}

.wr {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .wr {
    width: calc(100% * .9);
  }
}

.float > * {
  width: calc(33.33333% - 13.33333px);
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
}
.float > *:nth-child(3n) {
  margin-right: 0;
}
.float > *:nth-last-child(1) {
  margin-bottom: 0;
}
.float > *:nth-last-child(2) {
  margin-bottom: 0;
}
.float > *:nth-last-child(3) {
  margin-bottom: 0;
}
.float::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .float > * {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .float > *:nth-child(3n) {
    margin-right: 10px;
  }
  .float > *:nth-child(2n) {
    margin-right: 0;
  }
  .float > *:nth-last-child(1) {
    margin-bottom: 20px;
  }
  .float > *:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .float > *:nth-last-child(3) {
    margin-bottom: 20px;
  }
  .float > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .float > *:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.float > * {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}
.flex > * {
  width: calc(33.33333% - 13.33333px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.flex > *:nth-child(3n) {
  margin-right: 0;
}
.flex > *:nth-last-child(1) {
  margin-bottom: 0;
}
.flex > *:nth-last-child(2) {
  margin-bottom: 0;
}
.flex > *:nth-last-child(3) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .flex {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .flex > * {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .flex > *:nth-child(3n) {
    margin-right: 20px;
  }
  .flex > *:nth-child(2n) {
    margin-right: 0;
  }
  .flex > *:nth-last-child(1) {
    margin-bottom: 10px;
  }
  .flex > *:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .flex > *:nth-last-child(3) {
    margin-bottom: 10px;
  }
  .flex > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .flex > *:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.flex > * {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 10px;
  font-size: 0.625rem;
  background: #fff;
  position: relative;
}
.circle span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.in {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.hover {
  transition: .5s;
}
.hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.link__01 {
  cursor: pointer;
  text-decoration: none;
}
.link__01:hover {
  text-decoration: underline;
}
.link__off {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

.aspect {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
}
.aspect iframe,
.aspect embed,
.aspect object,
.aspect video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gra {
  height: 100px;
  background: linear-gradient(-8deg, #000, #fff);
}

.abs {
  position: relative;
  height: 100px;
}
.abs > div {
  position: absolute;
  display: block;
  width: 20px 20px;
  height: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  font-size: 10px;
  font-size: 0.625rem;
  background: rgba(255, 0, 0, 0.5);
  padding: 10px;
}
.abs__c {
  position: relative;
  height: 100px;
}
.abs__c > div {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.abs__y {
  position: relative;
  height: 100px;
}
.abs__y > div {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 40px;
}
.abs__x {
  position: relative;
  height: 100px;
}
.abs__x > div {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  bottom: auto;
}

.sta {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.ico__fb, .ico__tw, .ico__ln, .ico__gp, .ico__ig, .ico__yt {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-indent: -1000em;
  overflow: hidden;
}
.ico__fb.is-arg, .ico__tw.is-arg, .ico__ln.is-arg, .ico__gp.is-arg, .ico__ig.is-arg, .ico__yt.is-arg {
  height: 60px;
  line-height: 60px;
}
.ico__fb:not(.is-arg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='300px' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%233b5998;%0Afill-opacity:1%0A%7D%0A.cls-2%7B%0Afill:%23ffffff;%0Afill-opacity:1;%0A%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M283.44,0H16.56A16.55,16.55,0,0,0,0,16.56V283.44A16.56,16.56,0,0,0,16.56,300H160.24V183.82h-39.1V138.55h39.1V105.16c0-38.75,23.66-59.85,58.23-59.85a321.52,321.52,0,0,1,34.94,1.78v40.5h-24c-18.8,0-22.44,8.93-22.44,22v28.91h44.84L246,183.82H207V300h76.45A16.56,16.56,0,0,0,300,283.44V16.56A16.56,16.56,0,0,0,283.44,0Z'/%3E%3Cpath class='cls-2' d='M207.06,300V183.82h39l5.84-45.27H207.06V109.64c0-13.11,3.64-22,22.44-22h24V47.09a321.1,321.1,0,0,0-34.93-1.78c-34.57,0-58.23,21.1-58.23,59.85v33.39h-39.1v45.27h39.1V300Z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__fb.is-arg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='300px' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7Bfill:%23ff0000;%0Afill-opacity:0.5%0A%7D%0A.cls-2%7B%0Afill:%23ff0000;%0Afill-opacity:0.3;%0A%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M283.44,0H16.56A16.55,16.55,0,0,0,0,16.56V283.44A16.56,16.56,0,0,0,16.56,300H160.24V183.82h-39.1V138.55h39.1V105.16c0-38.75,23.66-59.85,58.23-59.85a321.52,321.52,0,0,1,34.94,1.78v40.5h-24c-18.8,0-22.44,8.93-22.44,22v28.91h44.84L246,183.82H207V300h76.45A16.56,16.56,0,0,0,300,283.44V16.56A16.56,16.56,0,0,0,283.44,0Z'/%3E%3Cpath class='cls-2' d='M207.06,300V183.82h39l5.84-45.27H207.06V109.64c0-13.11,3.64-22,22.44-22h24V47.09a321.1,321.1,0,0,0-34.93-1.78c-34.57,0-58.23,21.1-58.23,59.85v33.39h-39.1v45.27h39.1V300Z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__tw:not(.is-arg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='244px' viewBox='0 0 300 244'%3E%3Cdefs%3E%3Cstyle%3E .fill %7Bfill: %231da1f2;%7D %3C/style%3E%3C/defs%3E%3Cpath class='fill' d='M299.41,29a124.93,124.93,0,0,1-35.31,9.68,61.91,61.91,0,0,0,27-34,127.41,127.41,0,0,1-39.09,14.8,61.48,61.48,0,0,0-106.38,42,62.69,62.69,0,0,0,1.59,14.05A174.16,174.16,0,0,1,20.5,11.44a60.23,60.23,0,0,0-8.33,30.93,61.52,61.52,0,0,0,27.35,51.2,61.29,61.29,0,0,1-27.85-7.7v.76A61.54,61.54,0,0,0,61,147,61.91,61.91,0,0,1,33.35,148,61.71,61.71,0,0,0,90.9,190.74a123.33,123.33,0,0,1-76.28,26.31A130.54,130.54,0,0,1,0,216.22a175,175,0,0,0,94.46,27.61c113.17,0,175-93.7,175-174.82,0-2.61,0-5.25-.19-7.88A124.16,124.16,0,0,0,300,29.29Z' /%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__tw.is-arg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='244px' viewBox='0 0 300 244'%3E%3Cdefs%3E%3Cstyle%3E .fill %7Bfill: %23ff0000;%7D %3C/style%3E%3C/defs%3E%3Cpath class='fill' d='M299.41,29a124.93,124.93,0,0,1-35.31,9.68,61.91,61.91,0,0,0,27-34,127.41,127.41,0,0,1-39.09,14.8,61.48,61.48,0,0,0-106.38,42,62.69,62.69,0,0,0,1.59,14.05A174.16,174.16,0,0,1,20.5,11.44a60.23,60.23,0,0,0-8.33,30.93,61.52,61.52,0,0,0,27.35,51.2,61.29,61.29,0,0,1-27.85-7.7v.76A61.54,61.54,0,0,0,61,147,61.91,61.91,0,0,1,33.35,148,61.71,61.71,0,0,0,90.9,190.74a123.33,123.33,0,0,1-76.28,26.31A130.54,130.54,0,0,1,0,216.22a175,175,0,0,0,94.46,27.61c113.17,0,175-93.7,175-174.82,0-2.61,0-5.25-.19-7.88A124.16,124.16,0,0,0,300,29.29Z' /%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__ln:not(.is-arg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='300px' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7B%0Afill:%23ffffff;%0Afill-opacity:1;%0A%7D%0A.cls-2%7Bfill:%2300c300;%0Afill-opacity:1;%0A%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M259.11,136.73c0-48.86-49-88.58-109.14-88.58S40.79,87.87,40.79,136.73c0,43.78,38.85,80.45,91.28,87.37,3.55.79,8.4,2.38,9.63,5.4,1.11,2.77.72,7.06.36,9.86,0,0-1.3,7.71-1.56,9.34-.49,2.76-2.21,10.8,9.43,5.89s62.89-37,85.79-63.37h0C251.53,173.88,259.11,156.28,259.11,136.73ZM107.22,165.78H85.52a5.71,5.71,0,0,1-5.69-5.73V116.69a5.71,5.71,0,1,1,11.42,0v37.64h16a5.73,5.73,0,1,1,0,11.45Zm22.42-5.73a5.71,5.71,0,1,1-11.42,0V116.69a5.71,5.71,0,1,1,11.42,0Zm52.24,0a5.73,5.73,0,0,1-3.94,5.43,5.6,5.6,0,0,1-1.82.3,5.69,5.69,0,0,1-4.55-2.28l-22.22-30.29v26.84a5.74,5.74,0,0,1-11.48,0V116.69a5.73,5.73,0,0,1,3.93-5.43,5.65,5.65,0,0,1,1.79-.3,5.78,5.78,0,0,1,4.59,2.28l22.25,30.29V116.69a5.73,5.73,0,1,1,11.45,0ZM217,132.63a5.73,5.73,0,0,1,0,11.45H201v10.25H217a5.73,5.73,0,0,1,0,11.45H195.28a5.73,5.73,0,0,1-5.72-5.73V116.69a5.73,5.73,0,0,1,5.72-5.73H217a5.73,5.73,0,0,1,0,11.45H201v10.25H217Z'/%3E%3Cpath class='cls-2' d='M107.17,154.33h-16V116.69a5.71,5.71,0,1,0-11.42,0v43.36a5.71,5.71,0,0,0,5.69,5.73h21.7a5.73,5.73,0,1,0,0-11.45Z'/%3E%3Cpath class='cls-2' d='M176.11,111a5.74,5.74,0,0,0-5.73,5.73v26.84l-22.25-30.29a5.77,5.77,0,0,0-4.59-2.28,5.65,5.65,0,0,0-1.79.3,5.73,5.73,0,0,0-3.93,5.43v43.36a5.74,5.74,0,0,0,11.48,0V133.21l22.22,30.29a5.69,5.69,0,0,0,4.55,2.28,5.6,5.6,0,0,0,1.82-.3,5.73,5.73,0,0,0,3.94-5.43V116.69A5.73,5.73,0,0,0,176.11,111Z'/%3E%3Cpath class='cls-2' d='M123.89,111a5.73,5.73,0,0,0-5.72,5.73v43.36a5.71,5.71,0,1,0,11.42,0V116.69A5.71,5.71,0,0,0,123.89,111Z'/%3E%3Cpath class='cls-2' d='M245.67,0H54.13A54.14,54.14,0,0,0,0,54.13V245.67A54.13,54.13,0,0,0,54.13,299.8H245.67a54.12,54.12,0,0,0,54.13-54.13V54.13A54.13,54.13,0,0,0,245.67,0Zm-10,191.22h0c-22.9,26.38-74.14,58.49-85.78,63.37s-9.93-3.13-9.44-5.89c.26-1.63,1.56-9.34,1.56-9.34.36-2.8.75-7.09-.35-9.86-1.24-3-6.09-4.61-9.63-5.4-52.44-6.92-91.29-43.59-91.29-87.37,0-48.86,49-88.58,109.18-88.58s109.14,39.72,109.14,88.58C259.06,156.28,251.48,173.88,235.64,191.22Z'/%3E%3Cpath class='cls-2' d='M216.9,122.41a5.73,5.73,0,0,0,0-11.45H195.23a5.73,5.73,0,0,0-5.72,5.73v43.36a5.73,5.73,0,0,0,5.72,5.73H216.9a5.73,5.73,0,0,0,0-11.45H201V144.08H216.9a5.73,5.73,0,0,0,0-11.45v0H201V122.41Z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__ln.is-arg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='300px' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7B%0Afill:%23ff0000;%0Afill-opacity:0.3;%0A%7D%0A.cls-2%7Bfill:%23ff0000;%0Afill-opacity:0.5;%0A%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M259.11,136.73c0-48.86-49-88.58-109.14-88.58S40.79,87.87,40.79,136.73c0,43.78,38.85,80.45,91.28,87.37,3.55.79,8.4,2.38,9.63,5.4,1.11,2.77.72,7.06.36,9.86,0,0-1.3,7.71-1.56,9.34-.49,2.76-2.21,10.8,9.43,5.89s62.89-37,85.79-63.37h0C251.53,173.88,259.11,156.28,259.11,136.73ZM107.22,165.78H85.52a5.71,5.71,0,0,1-5.69-5.73V116.69a5.71,5.71,0,1,1,11.42,0v37.64h16a5.73,5.73,0,1,1,0,11.45Zm22.42-5.73a5.71,5.71,0,1,1-11.42,0V116.69a5.71,5.71,0,1,1,11.42,0Zm52.24,0a5.73,5.73,0,0,1-3.94,5.43,5.6,5.6,0,0,1-1.82.3,5.69,5.69,0,0,1-4.55-2.28l-22.22-30.29v26.84a5.74,5.74,0,0,1-11.48,0V116.69a5.73,5.73,0,0,1,3.93-5.43,5.65,5.65,0,0,1,1.79-.3,5.78,5.78,0,0,1,4.59,2.28l22.25,30.29V116.69a5.73,5.73,0,1,1,11.45,0ZM217,132.63a5.73,5.73,0,0,1,0,11.45H201v10.25H217a5.73,5.73,0,0,1,0,11.45H195.28a5.73,5.73,0,0,1-5.72-5.73V116.69a5.73,5.73,0,0,1,5.72-5.73H217a5.73,5.73,0,0,1,0,11.45H201v10.25H217Z'/%3E%3Cpath class='cls-2' d='M107.17,154.33h-16V116.69a5.71,5.71,0,1,0-11.42,0v43.36a5.71,5.71,0,0,0,5.69,5.73h21.7a5.73,5.73,0,1,0,0-11.45Z'/%3E%3Cpath class='cls-2' d='M176.11,111a5.74,5.74,0,0,0-5.73,5.73v26.84l-22.25-30.29a5.77,5.77,0,0,0-4.59-2.28,5.65,5.65,0,0,0-1.79.3,5.73,5.73,0,0,0-3.93,5.43v43.36a5.74,5.74,0,0,0,11.48,0V133.21l22.22,30.29a5.69,5.69,0,0,0,4.55,2.28,5.6,5.6,0,0,0,1.82-.3,5.73,5.73,0,0,0,3.94-5.43V116.69A5.73,5.73,0,0,0,176.11,111Z'/%3E%3Cpath class='cls-2' d='M123.89,111a5.73,5.73,0,0,0-5.72,5.73v43.36a5.71,5.71,0,1,0,11.42,0V116.69A5.71,5.71,0,0,0,123.89,111Z'/%3E%3Cpath class='cls-2' d='M245.67,0H54.13A54.14,54.14,0,0,0,0,54.13V245.67A54.13,54.13,0,0,0,54.13,299.8H245.67a54.12,54.12,0,0,0,54.13-54.13V54.13A54.13,54.13,0,0,0,245.67,0Zm-10,191.22h0c-22.9,26.38-74.14,58.49-85.78,63.37s-9.93-3.13-9.44-5.89c.26-1.63,1.56-9.34,1.56-9.34.36-2.8.75-7.09-.35-9.86-1.24-3-6.09-4.61-9.63-5.4-52.44-6.92-91.29-43.59-91.29-87.37,0-48.86,49-88.58,109.18-88.58s109.14,39.72,109.14,88.58C259.06,156.28,251.48,173.88,235.64,191.22Z'/%3E%3Cpath class='cls-2' d='M216.9,122.41a5.73,5.73,0,0,0,0-11.45H195.23a5.73,5.73,0,0,0-5.72,5.73v43.36a5.73,5.73,0,0,0,5.72,5.73H216.9a5.73,5.73,0,0,0,0-11.45H201V144.08H216.9a5.73,5.73,0,0,0,0-11.45v0H201V122.41Z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__gp:not(.is-arg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='191px' viewBox='0 0 300 191'%3E%3Cdefs%3E%3Cstyle%3E .fill %7Bfill: %23dc4e41;%7D %3C/style%3E%3C/defs%3E%3Cpath class='fill' d='M95.44,81.78v32.74h54.19c-2.16,14.06-16.38,41.18-54.14,41.18-32.55,0-59.14-27-59.14-60.29s26.53-60.27,59.1-60.27c18.57,0,31,7.91,38.07,14.72l25.91-24.92C142.8,9.38,121.23,0,95.49,0a95.43,95.43,0,1,0,0,190.85c55.13,0,91.65-38.72,91.65-93.26a86.56,86.56,0,0,0-1.5-15.81Zm204.57,0H272.72V54.49H245.43V81.78H218.16V109h27.3v27.3h27.36V109H300' /%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__gp.is-arg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='191px' viewBox='0 0 300 191'%3E%3Cdefs%3E%3Cstyle%3E .fill %7Bfill: %23ff0000;%7D %3C/style%3E%3C/defs%3E%3Cpath class='fill' d='M95.44,81.78v32.74h54.19c-2.16,14.06-16.38,41.18-54.14,41.18-32.55,0-59.14-27-59.14-60.29s26.53-60.27,59.1-60.27c18.57,0,31,7.91,38.07,14.72l25.91-24.92C142.8,9.38,121.23,0,95.49,0a95.43,95.43,0,1,0,0,190.85c55.13,0,91.65-38.72,91.65-93.26a86.56,86.56,0,0,0-1.5-15.81Zm204.57,0H272.72V54.49H245.43V81.78H218.16V109h27.3v27.3h27.36V109H300' /%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__ig:not(.is-arg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='300px' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E .fill %7Bfill: %23e4405f;%7D %3C/style%3E%3C/defs%3E%3Cpath class='fill' d='M150,0c-40.75,0-45.84.19-61.83.9s-26.85,3.26-36.41,7a73.6,73.6,0,0,0-26.58,17.3A73.38,73.38,0,0,0,7.87,51.75C4.16,61.31,1.64,72.18.9,88.16S0,109.24,0,150s.19,45.83.9,61.83,3.26,26.85,7,36.41A76.66,76.66,0,0,0,51.75,292.1c9.57,3.7,20.44,6.24,36.41,7s21.08.9,61.83.9,45.83-.18,61.83-.9,26.85-3.27,36.41-7a76.68,76.68,0,0,0,43.87-43.87c3.7-9.56,6.24-20.45,7-36.41s.9-21.09.9-61.83-.18-45.84-.9-61.83-3.27-26.87-7-36.41a73.46,73.46,0,0,0-17.3-26.58,73.18,73.18,0,0,0-26.57-17.3c-9.56-3.71-20.45-6.23-36.41-7S190.73,0,150,0Zm0,27c40,0,44.81.2,60.62.89,14.62.68,22.56,3.11,27.83,5.18a46.54,46.54,0,0,1,17.28,11.2,46.56,46.56,0,0,1,11.2,17.26c2,5.28,4.49,13.21,5.16,27.84.71,15.82.87,20.57.87,60.62s-.19,44.81-.92,60.62c-.77,14.62-3.2,22.56-5.26,27.83a47.65,47.65,0,0,1-11.24,17.28,47,47,0,0,1-17.25,11.2c-5.25,2-13.31,4.49-27.94,5.16-15.92.71-20.61.87-60.73.87s-44.82-.19-60.73-.92c-14.64-.77-22.7-3.2-27.95-5.26A46.39,46.39,0,0,1,43.7,255.53a45.42,45.42,0,0,1-11.25-17.25C30.38,233,28,225,27.2,210.34c-.56-15.74-.76-20.61-.76-60.54S26.64,105,27.2,89c.76-14.62,3.18-22.67,5.25-27.92A44.33,44.33,0,0,1,43.7,43.86,44.37,44.37,0,0,1,60.93,32.63c5.25-2.07,13.14-4.51,27.76-5.26,15.94-.56,20.63-.75,60.73-.75Zm0,46a77,77,0,1,0,77,77A77,77,0,0,0,150,73Zm0,127a50,50,0,1,1,50-50A50,50,0,0,1,150,200Zm98.06-130a18,18,0,1,1-18-18A18,18,0,0,1,248.05,69.93Z'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.ico__ig.is-arg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='300px' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E .fill %7Bfill: %23ff0000;%7D %3C/style%3E%3C/defs%3E%3Cpath class='fill' d='M150,0c-40.75,0-45.84.19-61.83.9s-26.85,3.26-36.41,7a73.6,73.6,0,0,0-26.58,17.3A73.38,73.38,0,0,0,7.87,51.75C4.16,61.31,1.64,72.18.9,88.16S0,109.24,0,150s.19,45.83.9,61.83,3.26,26.85,7,36.41A76.66,76.66,0,0,0,51.75,292.1c9.57,3.7,20.44,6.24,36.41,7s21.08.9,61.83.9,45.83-.18,61.83-.9,26.85-3.27,36.41-7a76.68,76.68,0,0,0,43.87-43.87c3.7-9.56,6.24-20.45,7-36.41s.9-21.09.9-61.83-.18-45.84-.9-61.83-3.27-26.87-7-36.41a73.46,73.46,0,0,0-17.3-26.58,73.18,73.18,0,0,0-26.57-17.3c-9.56-3.71-20.45-6.23-36.41-7S190.73,0,150,0Zm0,27c40,0,44.81.2,60.62.89,14.62.68,22.56,3.11,27.83,5.18a46.54,46.54,0,0,1,17.28,11.2,46.56,46.56,0,0,1,11.2,17.26c2,5.28,4.49,13.21,5.16,27.84.71,15.82.87,20.57.87,60.62s-.19,44.81-.92,60.62c-.77,14.62-3.2,22.56-5.26,27.83a47.65,47.65,0,0,1-11.24,17.28,47,47,0,0,1-17.25,11.2c-5.25,2-13.31,4.49-27.94,5.16-15.92.71-20.61.87-60.73.87s-44.82-.19-60.73-.92c-14.64-.77-22.7-3.2-27.95-5.26A46.39,46.39,0,0,1,43.7,255.53a45.42,45.42,0,0,1-11.25-17.25C30.38,233,28,225,27.2,210.34c-.56-15.74-.76-20.61-.76-60.54S26.64,105,27.2,89c.76-14.62,3.18-22.67,5.25-27.92A44.33,44.33,0,0,1,43.7,43.86,44.37,44.37,0,0,1,60.93,32.63c5.25-2.07,13.14-4.51,27.76-5.26,15.94-.56,20.63-.75,60.73-.75Zm0,46a77,77,0,1,0,77,77A77,77,0,0,0,150,73Zm0,127a50,50,0,1,1,50-50A50,50,0,0,1,150,200Zm98.06-130a18,18,0,1,1-18-18A18,18,0,0,1,248.05,69.93Z'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.ico__yt:not(.is-arg)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='210px' viewBox='0 0 300 210'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7B%0Afill:%23ffffff;%0Afill-opacity:1;%0A%7D%0A.cls-2%7Bfill:%23ff0000;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M293.54,32.35A37.57,37.57,0,0,0,267.45,6.26C244.08,0,150,0,150,0S56.23-.12,32.62,6.26A37.57,37.57,0,0,0,6.53,32.35,390.52,390.52,0,0,0,0,104.89a390.21,390.21,0,0,0,6.52,72.27,37.57,37.57,0,0,0,26.09,26.09C56,209.52,150,209.52,150,209.52s93.79,0,117.41-6.27a37.57,37.57,0,0,0,26.09-26.09,390.89,390.89,0,0,0,6.25-72.27A390.41,390.41,0,0,0,293.54,32.35ZM120,149.68V59.8l78.28,45Z' /%3E%3Cpolygon class='cls-1' points='120.02 149.68 120.02 59.8 198.29 104.81 120.02 149.68'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.ico__yt.is-arg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300px' height='210px' viewBox='0 0 300 210'%3E%3Cdefs%3E%3Cstyle%3E%0A.cls-1%7B%0Afill:%23ff0000;%0Afill-opacity:0.3;%0A%7D%0A.cls-2%7Bfill:%23ff0000;%7D%0A%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M293.54,32.35A37.57,37.57,0,0,0,267.45,6.26C244.08,0,150,0,150,0S56.23-.12,32.62,6.26A37.57,37.57,0,0,0,6.53,32.35,390.52,390.52,0,0,0,0,104.89a390.21,390.21,0,0,0,6.52,72.27,37.57,37.57,0,0,0,26.09,26.09C56,209.52,150,209.52,150,209.52s93.79,0,117.41-6.27a37.57,37.57,0,0,0,26.09-26.09,390.89,390.89,0,0,0,6.25-72.27A390.41,390.41,0,0,0,293.54,32.35ZM120,149.68V59.8l78.28,45Z' /%3E%3Cpolygon class='cls-1' points='120.02 149.68 120.02 59.8 198.29 104.81 120.02 149.68'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}

.checkbox input {
  display: none;
}
.checkbox label {
  line-height: 20px;
  padding: 0 0 0 25px;
  display: block;
  position: relative;
  cursor: pointer;
}
.checkbox input[type=radio] + label::before,
.checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}
.checkbox input[type=radio]:checked + label::after,
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #000;
}

.add {
  font-size: 14px;
  font-size: 0.875rem;
}
.add.is-active {
  font-size: 16px;
  font-size: 1rem;
}

.open {
  font-size: 14px;
  font-size: 0.875rem;
}
.open.is-active {
  font-size: 16px;
  font-size: 1rem;
}

.onoff {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.onoff.is-active {
  top: 0;
}
.onoff .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.onoff__in {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  border: 1px solid #000;
  padding: 20px;
  background: #ccc;
}

.totop {
  transition: .5s;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -100px;
  z-index: 1;
  transition: .7s;
  background-color: #a50319;
  border-radius: 3px;
}
.totop:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.totop::before {
  display: block;
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 55%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.totop.is-active {
  bottom: 20px;
}

.loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s ease 0s, top 0s ease 0s;
  z-index: 2;
}
.loader__p {
  font-size: 60px;
  font-size: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 100;
  z-index: 1;
}
.loader__g {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.loader.is-active {
  opacity: 0;
  top: -100%;
  transition: opacity .3s ease 0s, top 0s ease .3s;
}

.toggle__btn {
  margin-bottom: 10px;
}
.toggle__li {
  overflow: hidden;
}
.toggle__li > li {
  background: #fff;
  padding: 10px;
}

.scroll__cnt {
  background: #aaa;
  height: 100px;
  opacity: 0;
  transition: .3s ease opacity .6s;
  margin-bottom: 20px;
}
.scroll__cnt.is-active {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .nv {
    display: none;
  }

  .mn__l {
    width: auto;
    float: none;
    margin-bottom: 40px;
    padding: 0;
  }
  .mn__r {
    width: auto;
    float: none;
    padding: 0;
  }
}
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 20px 40px;
  z-index: 10;
  transition: .5s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 640px) {
  .hd {
    padding: 0;
  }
}
.hd__in {
  width: 170px;
}
@media only screen and (max-width: 640px) {
  .hd__ttl {
    padding: 0;
  }
}
.hd__ttl > a {
  display: block;
  width: 180px;
  transition: .5s;
}
.hd__ttl > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 640px) {
  .hd__ttl > a {
    width: 140px;
    padding: 18px 13px;
  }
}
.hd__nav {
  width: calc(100% - 170px);
  margin: 0;
}
.hd__nav__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 768px) {
  .hd__nav__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.hd__nav__li > * {
  line-height: 2;
  margin: 0 40px 0 0;
}
.hd__nav__li > *:last-child {
  margin: 0 0 0 0;
}
.hd__nav__li > * > a {
  transition: .5s;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 0;
  display: block;
  color: #444444;
  position: relative;
}
.hd__nav__li > * > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hd__nav__li > * > a::before {
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 0;
  content: "";
  background-color: #a50319;
  transition: .5s;
}
.hd__nav__li > * > a:hover::before {
  width: 100%;
}

.ft__kv {
  padding: 60px;
  margin-bottom: 40px;
  text-align: center;
  background: url("../img/kv/kv_ft.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .ft__kv {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .ft__kv {
    padding: 20px;
    margin-bottom: 20px;
  }
  .ft__kv.is_front {
    margin-bottom: 110px;
  }
}
.ft__kv__in {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
}
@media only screen and (max-width: 1200px) {
  .ft__kv__in {
    padding: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .ft__kv__in {
    padding: 30px;
  }
}
.ft__logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .ft__logo {
    width: calc(100% * .7);
    margin: 0 auto 25px;
  }
}
.ft__logo > a {
  transition: .5s;
  display: block;
}
.ft__logo > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ft__adr {
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 640px) {
  .ft__adr {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.ft__adr__tel {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media only screen and (max-width: 640px) {
  .ft__adr__tel {
    line-height: .5;
  }
}
.ft__adr__tel:first-letter {
  color: #a50319;
}
.ft__adr__tel > a {
  transition: .5s;
  color: #444444;
}
.ft__adr__tel > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ft__btn {
  width: calc(( 250px * 2) + 20px);
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 641px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1024px) {
  .ft__btn {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .ft__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
    height: 85px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .ft__btn > a {
    width: calc(50% - 20px);
  }
}
.ft__nav {
  width: 70%;
  margin: 10px auto 30px;
}
@media only screen and (max-width: 1200px) {
  .ft__nav {
    width: 90%;
  }
}
.ft__nav__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.ft__nav__li > li {
  margin: 0 20px;
  line-height: 2;
}
.ft__nav__li > li > a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444444;
  padding: 10px 0;
  position: relative;
  transition: .5s;
}
.ft__nav__li > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ft__nav__li > li > a::before {
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 0;
  content: "";
  background-color: #a50319;
  transition: .5s;
}
.ft__nav__li > li > a:hover::before {
  width: 100%;
}
.ft__btt {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .ft__btt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .ft__btt {
    margin-bottom: 10px;
  }
}
.ft__copy {
  font-size: 10px;
  font-size: 0.625rem;
}

.more_btn {
  display: inline-block;
  width: 250px;
  padding: 15px;
  text-decoration: none;
  color: #444444;
  border: solid 1px #444444;
  transition: .5s;
}
@media only screen and (max-width: 640px) {
  .more_btn {
    width: 180px;
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: auto;
  }
}
.more_btn:hover {
  background-color: #444444;
  color: #ffffff;
}

body {
  min-height: 1000px;
}

.scroll {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.scroll-announce {
  text-align: center;
  position: relative;
}
.scroll-announce::before {
  display: block;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 40px;
  top: 22px;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  border: 1px solid #ffffff;
  border-radius: 20px;
}
.scroll-announce::after {
  display: block;
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: auto;
  right: auto;
  bottom: -37px;
  left: calc(50% - 3.5px);
  background: #ffffff;
  border-radius: 7px;
  position: absolute;
  -webkit-animation: scroll-announce 3s ease infinite;
          animation: scroll-announce 3s ease infinite;
}

@-webkit-keyframes scroll-announce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-announce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.grp {
  position: relative;
}
.grp::before {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: -50px;
  right: -30px;
  bottom: auto;
  left: auto;
  color: rgba(192, 192, 192, 0.2);
  font-size: 160px;
  font-size: 10rem;
  font-style: italic;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .grp::before {
    font-size: 70px;
    font-size: 4.375rem;
    top: -40px;
    right: -25px;
  }
}

.abo::before {
  content: "ABOUT";
}

.wrk::before {
  content: "WORK";
}

.otl::before {
  content: "OUTLINE";
}

.ctc::before {
  content: "CONTACT";
}

.rec::before {
  content: "RECRUIT";
}

.ppl::before {
  content: "PRIVACY";
}

.breadcrumbs {
  padding: 16px 0;
}
.breadcrumbs > li {
  display: inline-block;
  padding-right: 20px;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.breadcrumbs > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 7px;
  bottom: auto;
  left: auto;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.breadcrumbs > li > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #444444;
  transition: .5s;
  position: relative;
}
.breadcrumbs > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.breadcrumbs > li > a::after {
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #a50319;
  transition: .5s;
}
.breadcrumbs > li > a:hover::after {
  width: 100%;
}
.breadcrumbs > li:last-child::before {
  display: none;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 5000;
}
@media only screen and (min-width: 980px) and (max-width: 1024px), only screen and (min-width: 641px) and (max-width: 979px) {
  .menu-trigger {
    top: 28px;
    right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .menu-trigger {
    top: 19px;
    right: 19px;
  }
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all .5s;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg);
}

.hum__nav {
  width: 260px;
  height: 100%;
  padding-top: 80px;
  background-color: #051832;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  -webkit-transform: translate(260px);
          transform: translate(260px);
  transition: all .5s;
}

.hum__nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hum__nav__li > li {
  color: #fff;
  text-align: left;
  position: relative;
}
.hum__nav__li > li > a {
  display: block;
  padding: 10px 0 10px 15px;
  line-height: 40px;
  color: #fff;
}
.hum__nav__li > li > a::after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 10%;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hum__nav__li > li .hd__sns {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
}
.hum__nav__li > li .hd__sns > * {
  margin: 0 40px 0 0;
}
.hum__nav__li > li .hd__sns > *:last-child {
  margin-right: 0;
}
.hum__nav__li > li .hd__sns > * a::before {
  width: 30px;
  height: 30px;
}
.hum__nav__li .hd__login > a {
  border: none;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}

.is_bnr {
  padding: 0 0 80px;
  text-align: center;
  transition: bottom .3s ease 0s;
}
@media only screen and (max-width: 640px) {
  .is_bnr {
    padding: 0 0 20px;
    text-align: center;
    position: fixed;
    left: 20px;
    bottom: 90px;
    width: calc(100% - 40px);
    max-height: 110px;
    height: 100%;
  }
  .is_bnr img {
    height: 100%;
  }
}
.is_bnr__cnt {
  transition: .5s;
  display: inline-block;
}
.is_bnr__cnt:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 640px) {
  .is_bnr__cnt {
    height: 100%;
  }
}
.is_bnr.is_pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .is_bnr.is_pc {
    display: none;
  }
}
.is_bnr.is_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .is_bnr.is_sp {
    display: block;
  }
}

.kv {
  position: relative;
}
.kv > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.kv__ld {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  text-align: center;
  z-index: 5;
  width: 100%;
}
.kv__ld > span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .kv__ld > span {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .kv__ld {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
  }
}
.kv__lw {
  position: relative;
  width: 100vw;
}
@media only screen and (max-width: 640px) {
  .kv__lw {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
.kv__lw::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: rgba(60, 30, 30, 0.3);
  z-index: 1;
}
.kv__lw > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__lw__ld {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 60%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  text-align: center;
  z-index: 5;
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .kv__lw__ld {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 640px) {
  .kv__lw__ld {
    width: 100%;
    top: 68%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.kv__lw__ld > span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  margin-top: 15px;
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .kv__lw__ld > span {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .kv__lw__ld > span {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}
.kv__news {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 110px;
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  box-sizing: content-box;
}
@media only screen and (max-width: 980px) {
  .kv__news {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) and (orientation: landscape) {
  .kv__news {
    bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .kv__news {
    bottom: auto;
    top: 43%;
  }
}
.kv__news__wr {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #eee;
}
.kv__news__wr:last-child {
  margin-bottom: 0;
}
.kv__news__wr#new_year {
  display: none;
}
.kv__news__wr#new_year.is_on {
  display: block;
}
.kv__news__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .kv__news__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.kv__news__ld {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .kv__news__ld {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.kv__news__ld span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.mn {
  margin-top: 80px;
}
@media only screen and (max-width: 370px) {
  .mn.is_on {
    margin-top: 170px;
  }
}
.mn__cnt {
  width: calc(100% / 2);
  margin-bottom: 60px;
  text-align: center;
  float: left;
  transition: .5s;
}
@media only screen and (max-width: 640px) {
  .mn__cnt {
    margin-bottom: 50px;
  }
}
.mn__cnt:last-child {
  width: 100%;
}
@media only screen and (min-width: 980px) and (max-width: 1024px), only screen and (min-width: 641px) and (max-width: 979px) {
  .mn__cnt:last-child > img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 640px) {
  .mn__cnt {
    width: 100%;
  }
}
.mn__cnt__wp {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .mn__cnt__wp {
    padding: 0 20px;
  }
}
.mn__cnt__ttl {
  margin: 120px auto 40px;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
.mn__cnt__ttl > span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.mn__cnt__ttl > span:first-letter {
  color: #a50319;
}
@media only screen and (max-width: 640px) {
  .mn__cnt__ttl > span {
    top: -40px;
  }
}
.mn__cnt__ttl::before {
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #444444;
}
@media only screen and (max-width: 640px) {
  .mn__cnt__ttl::before {
    top: -15px;
  }
}
@media only screen and (max-width: 640px) {
  .mn__cnt__ttl {
    margin: 65px auto 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.mn__cnt__ld {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .mn__cnt__ld {
    margin-bottom: 40px;
  }
}

.news {
  margin-top: 105px;
  text-align: center;
}
.news__ld {
  margin-bottom: 30px;
}
.news_btn {
  margin-bottom: 40px;
}
.news_btn span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.news_btn span::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 0 1px 5px;
  background-image: url(../img/news/cmn_blank_icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s;
}
@media only screen and (max-width: 640px) {
  .news_btn span::after {
    width: 12px;
    height: 12px;
    margin: 0 0 1px 3px;
  }
}
.news_btn:hover span::after {
  background-image: url(../img/news/cmn_blank_icon01_w.svg);
}
.news .slick-slide {
  width: calc(100% / 4);
  position: relative;
  display: block;
  padding-top: 2.2%;
}
@media only screen and (max-width: 640px) {
  .news .slick-slide {
    width: 50%;
  }
}
.news .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.news .slick-prev {
  display: block !important;
  left: 50px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .news .slick-prev {
    left: 10px;
  }
}
.news .slick-next {
  display: block !important;
  right: 50px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .news .slick-next {
    right: 10px;
  }
}

.lw__mn {
  margin: 40px auto 100px;
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .lw__mn {
    margin: 40px auto 70px;
  }
}
@media only screen and (max-width: 640px) {
  .lw__mn {
    margin: 40px auto;
  }
}
.lw__ld {
  padding: 40px 0;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .lw__ld {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .lw__ld {
    padding: 0;
    margin: 60px auto 40px;
  }
}
.lw__ld::before, .lw__ld::after {
  display: block;
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
  background-color: #a50319;
}
@media only screen and (max-width: 1200px) {
  .lw__ld::before, .lw__ld::after {
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .lw__ld::before, .lw__ld::after {
    top: -30px;
  }
}
.lw__ld::after {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .lw__ld::after {
    top: auto;
    bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .lw__ld::after {
    bottom: 0;
  }
}
.lw__ld__txt {
  width: calc(100% * .7);
  margin: auto;
  padding-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .lw__ld__txt {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lw__sec {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .lw__sec {
    display: block;
    margin-bottom: 40px;
    margin: auto;
  }
}
.lw__sec > img {
  display: inline-block;
  width: calc(50% - 100px);
}
@media only screen and (max-width: 1200px) {
  .lw__sec > img {
    height: 300px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 640px) {
  .lw__sec > img {
    width: 100%;
  }
}
.lw__sec__in {
  display: inline-block;
  width: calc(50% + 70px);
  padding: 30px 0;
  margin-left: 50px;
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .lw__sec__in {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .lw__sec__in {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 30px;
  }
}
.lw__sec__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .lw__sec__ttl {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px;
  }
}
.lw__sec__txt {
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .lw__sec__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lw__sec:last-child {
  margin-bottom: 0;
}

.rgt {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.rgt .lw__sec__in {
  margin: 0 50px auto 0;
}
@media only screen and (max-width: 640px) {
  .rgt .lw__sec__in {
    margin: auto;
  }
}

/*slick*/
.slider {
  margin: auto;
  width: 100%;
}
.slider .slick-slide {
  width: calc(100% / 3);
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .slider .slick-slide {
    width: calc(100% * .8);
    margin-right: 10px;
  }
}
.slider .slick-slide > img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev,
.slick-next {
  display: none !important;
}

.lw__rec__ld {
  text-align: center;
  padding: 50px 30px 80px;
}
@media only screen and (max-width: 640px) {
  .lw__rec__ld {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lw__rec__ttl {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  .lw__rec__ttl {
    padding: 10px 0 0;
  }
}
.lw__rec__ttl > span {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 10px;
  position: relative;
}
@media only screen and (min-width: 980px) and (max-width: 1024px), only screen and (min-width: 641px) and (max-width: 979px) {
  .lw__rec__ttl > span {
    font-weight: 600;
  }
}
@media only screen and (max-width: 640px) {
  .lw__rec__ttl > span {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
  }
}
.lw__rec__ttl > span::before, .lw__rec__ttl > span::after {
  display: block;
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  background-color: #a50319;
}
@media only screen and (min-width: 980px) and (max-width: 1024px), only screen and (min-width: 641px) and (max-width: 979px), only screen and (max-width: 640px) {
  .lw__rec__ttl > span::before, .lw__rec__ttl > span::after {
    display: none;
  }
}
.lw__rec__ttl > span::before {
  right: 100%;
}
.lw__rec__ttl > span::after {
  left: 100%;
}
.lw__rec__in {
  font-size: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .lw__rec__in {
    margin-bottom: 40px;
  }
}
.lw__rec__in div {
  padding: 35px 0 25px;
  border-bottom: 1px solid #444444;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .lw__rec__in div {
    padding: 30px 0 25px;
  }
}
.lw__rec__in div::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  background-color: #a50319;
}
@media only screen and (max-width: 640px) {
  .lw__rec__in div::before {
    width: 20px;
    height: 3px;
  }
}
.lw__rec__in div > * {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .lw__rec__in div > * {
    width: 35%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lw__rec__in div > dt {
  text-align: center;
}
.lw__rec__in div > dd {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .lw__rec__in div > dd {
    width: 65%;
  }
}
.lw__rec__btn {
  text-align: center;
}
.lw__tnk {
  padding: 30px 0;
}
@media only screen and (min-width: 641px) and (max-width: 979px), only screen and (max-width: 640px) {
  .lw__tnk {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.plural {
  vertical-align: top;
}

.is-otw__in {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .is-otw__in {
    max-width: 100%;
  }
}
.is-otw__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  position: relative;
}
.is-otw__ttl > i {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  left: calc(50% + 60px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .is-otw__ttl > i {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .is-otw__ttl > i {
    font-size: 12px;
    font-size: 0.75rem;
    position: static;
    padding: 30px 20px 0;
    margin: auto auto 20px;
    display: block;
    text-align: center;
  }
}
.is-otw__li {
  max-width: 800px;
  margin: 60px auto;
  font-size: 0;
}
.is-otw__li > li {
  width: calc(100% / 4);
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .is-otw__li > li {
    width: calc(100% / 2);
  }
}
.is-otw__cnt {
  width: 75%;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.is-otw__cnt__in {
  max-width: 1200px;
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt__in {
    padding: 90px 0 20px;
  }
}
.is-otw__cnt.is-cnt01 {
  background: url("../img/work/work_01.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt02 {
  background: url("../img/work/work_02.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt03 {
  background: url("../img/work/work_03.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt04 {
  background: url("../img/work/work_04.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt05 {
  background: url("../img/work/work_05.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt06 {
  background: url("../img/work/work_06.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt07 {
  background: url("../img/work/work_07.png") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt08 {
  background: url("../img/work/work_08.jpg") 50% 50%/cover no-repeat;
}
.is-otw__cnt.is-cnt09 {
  background: url("../img/work/work_09.jpg") 50% 50%/cover no-repeat;
}
.is-otw__cnt:nth-child(even) {
  margin: 0 0 60px auto;
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt:nth-child(even) {
    margin-bottom: 20px;
  }
}
.is-otw__cnt__txt {
  width: 40%;
  min-height: 200px;
  background: rgba(255, 255, 255, 0.8);
  padding: 35px 40px;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  .is-otw__cnt__txt {
    width: 60%;
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt__txt {
    width: 100%;
    padding: 20px;
    min-height: inherit;
  }
}
.is-otw__cnt__txt.is-rg {
  margin: 0 0 0 auto;
}
.is-otw__cnt__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  padding: 0 0 10px 40px;
  border-bottom: 1px solid #444444;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt__ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 0 0 5px 30px;
  }
}
.is-otw__cnt__ttl::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  background-color: #a50319;
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt__ttl::before {
    width: 20px;
    height: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .is-otw__cnt__ld {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.is-history__dl {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 10px 0;
  position: relative;
}
.is-history__dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 135px;
  width: 1px;
  height: 100%;
  background: #aaa;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .is-history__dl::before {
    left: 95px;
  }
}
.is-history__cnt {
  margin-bottom: 60px;
  text-align: left;
  font-size: 0;
}
@media only screen and (max-width: 640px) {
  .is-history__cnt {
    margin-bottom: 40px;
  }
}
.is-history__cnt:last-child {
  margin-bottom: 0;
}
.is-history__cnt > * {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .is-history__cnt > * {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.is-history__cnt dt {
  width: 140px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .is-history__cnt dt {
    width: 100px;
  }
}
.is-history__cnt dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #a50319;
}
.is-history__cnt dd {
  width: calc(100% - 170px);
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .is-history__cnt dd {
    width: calc(100% - 110px);
    padding: 0 0 0 20px;
  }
}

.is-att {
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .is-att__txt {
    margin-top: 30px;
  }
}
.is-att__ld {
  text-align: center;
  line-height: 1.8;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .is-att__ld {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: left .3s ease .5s, opacity .5s ease 0s;
}
.modal__in {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  z-index: 400;
}
.modal__fig {
  width: 100%;
}
.modal__fig > img {
  width: 100%;
}
.modal__cap {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}
.modal__close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 300;
}
.modal__close > a {
  transition: .5s;
  font-size: 40px;
  font-size: 2.5rem;
  color: #ffffff;
  display: inline-block;
  padding: 11px;
  line-height: .7;
  background: rgba(255, 255, 255, 0.5);
}
.modal__close > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal.is-active {
  left: 0;
  opacity: 1;
  transition: left 0s ease 0s, opacity .3s ease .3s;
}

.modal_open {
  transition: .5s;
  cursor: pointer;
}
.modal_open:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__mn {
  margin-bottom: 50px;
}
.form__ld {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .form__ld {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .form__ld {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
.form__tbl {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .form__tbl {
    margin-bottom: 30px;
  }
}
.form__tbl tr {
  width: 100%;
  height: 80px;
  padding: 30px 0;
  font-weight: normal;
}
.form__tbl tr > th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  width: 30%;
  float: left;
}
@media only screen and (max-width: 640px) {
  .form__tbl tr > th {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 20px 0 5px;
  }
}
.form__tbl tr > th .attention {
  float: right;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 30px;
  color: #ffffff;
  padding: 3px 5px;
  background-color: #F01B14;
}
@media only screen and (max-width: 640px) {
  .form__tbl tr > th .attention {
    margin-right: 20px;
  }
}
.form__tbl tr > td {
  width: 70%;
  float: left;
  font-size: 0;
}
@media only screen and (max-width: 640px) {
  .form__tbl tr > td {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.form__tbl tr > td input,
.form__tbl tr > td select,
.form__tbl tr > td textarea {
  width: 100%;
  padding: 20px;
  outline: none;
  border: 1px solid #aaa;
  transition: all .3s;
}
.form__tbl tr > td input:focus,
.form__tbl tr > td select:focus,
.form__tbl tr > td textarea:focus {
  box-shadow: 0 0 7px rgba(68, 68, 68, 0.3);
  border: 1px solid rgba(68, 68, 68, 0.3);
}
.form__tbl tr .serect {
  position: relative;
}
.form__tbl tr .serect::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  border-left: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #444444;
  margin-top: -3px;
  pointer-events: none;
}
.form__btn {
  text-align: center;
}
.form__btn__inp {
  width: 30%;
  display: inline-block;
  padding: 25px 20px;
  border: 1px solid #e8e8e8;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: .5s;
}
.form__btn__inp:hover {
  box-shadow: none;
}
@media only screen and (max-width: 640px) {
  .form__btn__inp {
    width: 70%;
    margin-bottom: 10px;
  }
}
.form__btn__inp > input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 10px 20px;
  cursor: pointer;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 640px) {
  input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
#formWrap .formTable {
  width: 100%;
  font-size: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #formWrap .formTable {
    margin-bottom: 40px;
  }
}
#formWrap .formTable tr {
  border-bottom: 1px solid #444444;
}
#formWrap .formTable tr > * {
  width: 25%;
  display: inline-block;
  padding: 35px 0 25px;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 640px) {
  #formWrap .formTable tr > * {
    width: 35%;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 30px 0 25px;
  }
}
#formWrap .formTable tr > th {
  text-align: center;
  position: relative;
}
#formWrap .formTable tr > th::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  background-color: #a50319;
}
@media only screen and (max-width: 640px) {
  #formWrap .formTable tr > th::before {
    width: 20px;
    height: 3px;
  }
}
#formWrap .formTable tr > td {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  #formWrap .formTable tr > td {
    width: 65%;
  }
}

.prapoli {
  padding-top: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .prapoli {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .prapoli {
    width: 90%;
    padding: 10px 0 0;
    margin-top: 50px;
  }
}
.prapoli__lead {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #444444;
}
@media only screen and (max-width: 640px) {
  .prapoli__lead {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .prapoli__lead__txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.prapoli__main {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .prapoli__main {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .prapoli__main {
    margin-bottom: 20px;
  }
}
.prapoli__sec {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .prapoli__sec {
    margin-bottom: 20px;
  }
}
.prapoli__sec__lead {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .prapoli__sec__lead {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.prapoli__sec__lead > a {
  display: inline-block;
  padding: 15px 0 10px;
  color: #444444;
  text-decoration: underline;
  transition: .5s;
}
.prapoli__sec__lead > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.prapoli__sec__in > li {
  padding-bottom: 20px;
  margin-left: 30px;
  list-style-type: decimal;
}
@media only screen and (max-width: 640px) {
  .prapoli__sec__in > li {
    padding-bottom: 10px;
    margin-left: 20px;
    counter-increment: li;
    content: counter(li);
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.prapoli__sec__ttl {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 640px) {
  .prapoli__sec__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.prapoli__sec__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .prapoli__sec__txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.prapoli__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .prapoli__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.prapoli__atg {
  text-align: right;
}
.prapoli__atg__time {
  display: block;
}
.prapoli__atg__time, .prapoli__atg__txt {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .prapoli__atg__time, .prapoli__atg__txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
