@charset "UTF-8";

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS　Pゴシック", "MS PGothic", Verdana, sans-serif;
  overflow-x: hidden;
}

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

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
  body {
    overflow-x: hidden;
  }
}

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

.wrapper {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
    width: 100%;
  }
}

.head,
.company--header,
.message--header,
.news--header,
.service--header,
.recruit--header {
  font-size: 100px;
  overflow: hidden;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 120px;
}

@media screen and (max-width: 768px) {

  .head,
  .company--header,
  .message--header,
  .news--header,
  .service--header,
  .recruit--header {
    font-size: 120px;
    height: 140px;
  }
}

.line,
.company--header .line,
.message--header .line,
.news--header .line,
.service--header .line,
.recruit--header .line {
  display: block;
  content: "";
  padding: 6px 0;
  width: 40px;
}

.bg--wrapper,
.company--bg,
.message--bg,
.news--bg,
.service--bg,
.recruit--bg {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.font,
.company--bg__c,
.company--bg__o,
.company--bg__m,
.company--bg__p,
.company--bg__n,
.company--bg__y,
.message--bg__m,
.message--bg__e,
.message--bg__s1,
.message--bg__s2,
.message--bg__a,
.message--bg__g,
.message--bg__e2,
.news--bg__n,
.news--bg__e,
.news--bg__w,
.news--bg__s,
.service--bg__s,
.service--bg__e,
.service--bg__r,
.service--bg__v,
.service--bg__i,
.service--bg__c,
.service--bg__e2,
.recruit--bg__r,
.recruit--bg__e,
.recruit--bg__c,
.recruit--bg__r2,
.recruit--bg__u,
.recruit--bg__i,
.recruit--bg__t {
  position: absolute;
  fill: transparent;
  stroke: #de7000;
}

.card {
  text-align: center;
  width: auto;
  height: calc(100vh - 94px);
  font-size: 0;
  margin: 30px auto 0;
}

.card--wrapper {
  width: 100%;
  background-color: #000;
}

.card.v2 {
  width: 880px;
  height: auto;
}

.card.v2>img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .card.v2>img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    height: auto;
    margin-top: 55px;
  }
}

.card>img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .card>img {
    height: auto;
    width: 100%;
  }
}

.company {
  width: 100%;
  background-color: #ee7800;
  padding: 90px 0;
  overflow: hidden;
}

.company--bg__c {
  top: -80px;
  left: 830px;
  width: 520px;
  stroke-width: 1px;
  transform: rotate(25deg);
}

@media screen and (max-width: 768px) {
  .company--bg__c {
    top: -90px;
    left: -110px;
  }
}

.company--bg__o {
  top: 330px;
  left: 1110px;
  width: 320px;
  stroke-width: 1.5px;
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .company--bg__o {
    top: 680px;
    left: 490px;
  }
}

.company--bg__m {
  top: -20px;
  left: 140px;
  width: 320px;
  stroke-width: 1.5px;
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .company--bg__m {
    top: 680px;
    left: 490px;
  }
}

.company--bg__p {
  top: -140px;
  left: -130px;
  width: 320px;
  stroke-width: 1.5px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .company--bg__p {
    top: 680px;
    left: 490px;
  }
}

.company--bg__n {
  top: -110px;
  left: 460px;
  width: 320px;
  stroke-width: 1.5px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .company--bg__n {
    top: -130px;
    left: 530px;
  }
}

.company--bg__y {
  top: 280px;
  left: -160px;
  width: 320px;
  stroke-width: 1.5px;
  transform: rotate(115deg);
}

@media screen and (max-width: 768px) {
  .company--bg__y {
    top: 680px;
    left: 490px;
  }
}

.company--header {
  justify-content: flex-end;
  color: #fff;
}

.company--header .line {
  margin-left: 20px;
  background-color: #fff;
}

.company--inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px;
  margin-top: 60px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .company--inner {
    width: 100%;
    padding: 40px;
  }
}

.company--item {
  display: flex;
  font-size: 1.6em;
  margin-bottom: 30px;
  line-height: 1.8;
}

.company--item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .company--item {
    font-size: 26px;
    line-height: 1.8;
  }
}

.company--item__head {
  width: 155px;
  margin-right: 30px;
  font-weight: bold;
  color: #ee7800;
}

.company--item__text {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .company--item__text {
    font-size: 26px;
  }
}

.company--fellow {
  width: 100%;
  background-color: #fdf1e5;
  padding: 40px 40px 20px;
}

@media screen and (max-width: 768px) {
  .company--fellow {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 40px;
  }
}

.company--fellow__head {
  font-size: 16px;
  color: #ee7800;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .company--fellow__head {
    font-size: 24px;
  }
}

.company--fellow__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .company--fellow__list {
    flex-direction: column;
  }
}

.company--fellow__item {
  font-size: 14px;
  padding-left: 5px;
  border-left: 2px solid #ee7800;
  margin-right: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .company--fellow__item {
    font-size: 26px;
    display: flex;
    line-height: 1.7;
  }
}

.contact {
  padding-top: 120px;
  padding-bottom: 100px;
  width: 100%;
}

.contact--wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 50px 80px;
  width: 1000px;
  border: 10px solid #ee7800;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact--wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.contact--header {
  position: absolute;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 200px;
  background-color: #fff;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ee7800;
}

.contact--link {
  display: flex;
  align-items: center;
}

.contact--text {
  font-size: 50px;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ee7800;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .contact--text {
    font-size: 75px;
  }
}

.contact--text.fz40 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .contact--text.fz40 {
    font-size: 50px;
  }
}

.contact--img {
  width: 44px;
}

@media screen and (max-width: 768px) {
  .contact--img {
    width: 66px;
  }
}

.footer {
  width: 100%;
  background-color: #000;
  padding: 25px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  .footer {
    min-width: unset;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
}

.footer--link {
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer--link {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.footer--link__item {
  margin-right: 30px;
}

.footer--link__item:last-child {
  margin-right: 0;
}

.footer--link__text {
  color: #fff;
}

.footer--copy {
  color: #ffffff;
  font-family: roboto-condensed, sans-serif;
  font-weight: 100;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .footer--copy {
    font-size: 18px;
  }
}

.header {
  padding-top: 20px;
  position: fixed;
  z-index: 100;
  left: 0px;
  background-color: #fff;
  padding-bottom: 20px;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    min-width: unset;
  }
}

.header--logo {
  position: absolute;
  left: 20px;
  width: 136px;
  top: 12px;
}

@media screen and (max-width: 768px) {
  .header--logo {
    width: 302px;
    top: 20px;
    z-index: 100;
  }
}

.header--logo>a {
  width: 100%;
}

.header--logo>a>img {
  width: 100%;
}

.header--nav {
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .header--nav {
    width: 100%;
  }
}

.header--nav__list {
  display: flex;
  justify-content: flex-end;
  font-family: roboto-condensed, sans-serif;
  font-size: 2.4em;
  font-weight: bold;
  align-items: center;
  width: 1200px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .header--nav__list {
    width: 100%;
  }
}

.header--nav__item {
  margin-left: 25px;
}

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

.header--nav__link {
  position: relative;
}

.header--nav__text {
  display: inline-block;
  position: relative;
}

.header--nav__text:hover {
  color: #de7000;
}

.header--nav__text:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #de7000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.header--nav__text:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.header--lang {
  font-size: 20px;
  margin-left: 25px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .header--lang {
    z-index: 100;
    position: relative;
    font-size: 36px;
    margin-right: 50px;
  }
}

.header--lang__text .now {
  color: #de7000;
}

.header--lang__text>a:hover {
  color: #de7000;
}

@media screen and (max-width: 768px) {
  .header--btn {
    margin-right: 20px;
  }
}

.header--btn__wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  .header--btn__wrapper {
    display: block;
    width: 50px;
    height: 34px;
    position: relative;
    z-index: 100;
  }
}

.header--btn__bar {
  display: block;
  width: 100%;
  height: 12px;
  background-color: #000;
  position: absolute;
  transition: 0.5s;
}

.header--btn__bar:last-child {
  bottom: 0;
}

.header--btn.open .header--btn__bar {
  transform: rotate(45deg);
  top: 15px;
}

.header--btn.open .header--btn__bar:last-child {
  transform: rotate(-45deg);
  bottom: 11px;
}

.header--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header--sp {
    display: block;
    text-align: right;
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 130px 30px 0 0;
    top: 0;
    right: -100vw;
    background-color: #fff;
    font-size: 50px;
    font-family: roboto-condensed, sans-serif;
    font-weight: bold;
    transition: .5s;
    opacity: 0;
  }

  .header--sp.open {
    right: 0;
    opacity: 1;
  }
}

.header--sp__item {
  margin-bottom: 30px;
}

.header--sp__item:first-child {
  margin-bottom: 15px;
}

.header--sp__text {
  line-height: 1.9;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotationr {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes rotationr {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}

.kv {
  position: relative;
  top: -44px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 874px;
}

@media screen and (max-width: 1200px) {
  .kv {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .kv {
    top: 0;
    overflow: hidden;
    height: 1300px;
  }
}

.kv--text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  transform: translate(-50%, -50%) rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .kv--text {
    left: unset;
    font-size: 36px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    transform: translate(0, -50%) rotate(-15deg);
  }
}

.kv--g1 {
  position: absolute;
  top: 134px;
  left: -115px;
  width: 195px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .kv--g1 {
    top: 120px;
    left: -30px;
    width: 210px;
  }
}

.kv--g2 {
  position: absolute;
  top: 34px;
  left: 950px;
  width: 195px;
  transform: rotate(-150deg);
  stroke: #eeeeee;
  stroke-width: 0.3px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .kv--g2 {
    top: 150px;
    left: 600px;
    z-index: -1;
    width: 190px;
  }
}

.kv--g3 {
  position: absolute;
  top: 174px;
  left: 1050px;
  width: 195px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .kv--g3 {
    top: 550px;
    left: 600px;
    z-index: -1;
    width: 220px;
  }
}

.kv--o1 {
  position: absolute;
  top: 214px;
  left: 125px;
  width: 120px;
  transform: rotate(15deg);
  fill: #e60012;
}

@media screen and (max-width: 768px) {
  .kv--o1 {
    top: 410px;
    left: 200px;
  }
}

.kv--o2 {
  position: absolute;
  top: 274px;
  left: 830px;
  z-index: -1;
  width: 120px;
  transform: rotate(15deg);
  stroke: #eeeeee;
  stroke-width: 0.45px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .kv--o2 {
    top: 390px;
    left: 450px;
  }
}

.kv--o3 {
  position: absolute;
  top: 454px;
  left: 860px;
  z-index: -1;
  width: 200px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .kv--o3 {
    top: 930px;
    left: 490px;
    width: 180px;
  }
}

.kv--t1 {
  position: absolute;
  top: 94px;
  left: 230px;
  width: 115px;
  transform: rotate(-13deg);
}

@media screen and (max-width: 768px) {
  .kv--t1 {
    top: 170px;
    left: 310px;
    width: 130px;
  }
}

.kv--t2 {
  position: absolute;
  top: 219px;
  left: 630px;
  z-index: -1;
  width: 125px;
  transform: rotate(28deg);
  stroke: #eeeeee;
  stroke-width: 0.45px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .kv--t2 {
    top: 470px;
    left: 50px;
    width: 130px;
  }
}

.kv--t3 {
  position: absolute;
  top: 615px;
  left: 680px;
  z-index: -1;
  width: 160px;
  transform: rotate(150deg);
  fill: #ee7800;
}

@media screen and (max-width: 768px) {
  .kv--t3 {
    top: 1080px;
    left: 400px;
    width: 160px;
  }
}

.kv--c1 {
  position: absolute;
  top: 149px;
  left: 390px;
  width: 70px;
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .kv--c1 {
    top: 350px;
    left: 440px;
    width: 70px;
  }
}

.kv--c2 {
  position: absolute;
  top: 334px;
  left: 215px;
  z-index: -1;
  width: 100px;
  transform: rotate(-10deg);
  stroke: #eeeeee;
  stroke-width: 0.55px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .kv--c2 {
    top: 740px;
    left: 110px;
    width: 130px;
  }
}

.kv--c3 {
  position: absolute;
  top: 594px;
  left: 505px;
  z-index: -1;
  width: 110px;
  transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
  .kv--c3 {
    top: 840px;
    left: 290px;
    width: 120px;
  }
}

.kv--h1 {
  position: absolute;
  top: 114px;
  left: 510px;
  width: 150px;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .kv--h1 {
    top: 160px;
    left: 530px;
  }
}

.kv--h2 {
  position: absolute;
  top: 394px;
  left: 95px;
  z-index: -1;
  width: 120px;
  transform: rotate(-30deg);
  stroke: #eeeeee;
  stroke-width: 0.5px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .kv--h2 {
    top: 750px;
    left: 450px;
  }
}

.kv--h3 {
  position: absolute;
  top: 504px;
  left: 265px;
  z-index: -1;
  width: 180px;
  fill: #fabe00;
}

@media screen and (max-width: 768px) {
  .kv--h3 {
    top: 900px;
    left: 180px;
    transform: rotate(-20deg);
  }
}

.kv--a1 {
  position: absolute;
  top: 114px;
  left: 720px;
  width: 150px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .kv--a1 {
    top: 350px;
    left: 620px;
  }
}

.kv--a2 {
  position: absolute;
  top: 464px;
  left: -150px;
  z-index: -1;
  width: 150px;
  transform: rotate(15deg);
  stroke: #eeeeee;
  stroke-width: 0.5px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .kv--a2 {
    top: 1040px;
    left: 30px;
  }
}

.kv--a3 {
  position: absolute;
  top: 514px;
  left: 10px;
  z-index: -1;
  width: 110px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .kv--a3 {
    top: 870px;
    left: 0px;
  }
}

.kv--pink1 {
  position: absolute;
  width: 15px;
  top: 174px;
  left: 80px;
  transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
  .kv--pink1 {
    top: 524px;
  }
}

.kv--pink1>svg {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kv--pink2 {
  position: absolute;
  width: 7px;
  top: 124px;
  left: 340px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .kv--pink2 {
    top: 224px;
    left: 450px;
  }
}

.kv--pink2>svg {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kv--pink3 {
  position: absolute;
  width: 15px;
  top: 184px;
  left: 1040px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .kv--pink3 {
    top: 404px;
    left: 690px;
  }
}

.kv--pink3>svg {
  -webkit-animation-name: rotationr;
  animation-name: rotationr;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kv--pink4 {
  position: absolute;
  width: 15px;
  top: 504px;
  left: 770px;
  transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
  .kv--pink4 {
    top: 794px;
    left: 490px;
  }
}

.kv--pink4>svg {
  -webkit-animation-name: rotationr;
  animation-name: rotationr;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kv--pink5 {
  position: absolute;
  width: 15px;
  top: 574px;
  left: 50px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .kv--pink5 {
    top: 1014px;
    left: 150px;
  }
}

.kv--pink5>svg {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kv--pink6 {
  position: absolute;
  width: 15px;
  top: 754px;
  left: -30px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .kv--pink6 {
    top: 1014px;
    left: 400px;
  }
}

.kv--pink6>svg {
  -webkit-animation-name: rotationr;
  animation-name: rotationr;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes even {
  0% {
    margin-top: -7px;
  }

  25% {
    margin-top: -14px;
  }

  50% {
    margin-top: -7px;
  }

  75% {
    margin-top: 0;
  }

  100% {
    margin-top: -7px;
  }
}

@keyframes even {
  0% {
    margin-top: -7px;
  }

  25% {
    margin-top: -14px;
  }

  50% {
    margin-top: -7px;
  }

  75% {
    margin-top: 0;
  }

  100% {
    margin-top: -7px;
  }
}

@-webkit-keyframes spEven {
  0% {
    margin-top: -7px;
  }

  25% {
    margin-top: -21px;
  }

  50% {
    margin-top: -7px;
  }

  75% {
    margin-top: 7px;
  }

  100% {
    margin-top: -7px;
  }
}

@keyframes spEven {
  0% {
    margin-top: -7px;
  }

  25% {
    margin-top: -21px;
  }

  50% {
    margin-top: -7px;
  }

  75% {
    margin-top: 7px;
  }

  100% {
    margin-top: -7px;
  }
}

@-webkit-keyframes odd {
  0% {
    margin-top: 7px;
  }

  25% {
    margin-top: 0px;
  }

  50% {
    margin-top: 7px;
  }

  75% {
    margin-top: 14px;
  }

  100% {
    margin-top: 7px;
  }
}

@keyframes odd {
  0% {
    margin-top: 7px;
  }

  25% {
    margin-top: 0px;
  }

  50% {
    margin-top: 7px;
  }

  75% {
    margin-top: 14px;
  }

  100% {
    margin-top: 7px;
  }
}

@-webkit-keyframes spOdd {
  0% {
    margin-top: 7px;
  }

  25% {
    margin-top: -7px;
  }

  50% {
    margin-top: 7px;
  }

  75% {
    margin-top: 21px;
  }

  100% {
    margin-top: 7px;
  }
}

@keyframes spOdd {
  0% {
    margin-top: 7px;
  }

  25% {
    margin-top: -7px;
  }

  50% {
    margin-top: 7px;
  }

  75% {
    margin-top: 21px;
  }

  100% {
    margin-top: 7px;
  }
}

.loading {
  width: 100vw;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading--inner {
  display: flex;
  margin-top: -20px;
}

.loading--img {
  margin-top: 7px;
  width: 15px;
  -webkit-animation-name: odd;
  animation-name: odd;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .loading--img {
    width: 30px;
    -webkit-animation-name: spOdd;
    animation-name: spOdd;
  }
}

.loading--img>img {
  width: 100%;
}

.loading--img:nth-child(2) {
  margin-top: -7px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-animation-name: even;
  animation-name: even;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

@media screen and (max-width: 768px) {
  .loading--img:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-animation-name: spEven;
    animation-name: spEven;
  }
}

.loading--img:last-child {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.main {
  width: 100%;
  margin-top: -44px;
  min-width: 1200px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 100px;
    min-width: unset;
  }
}

.message {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .message {
    overflow: hidden;
  }
}

.message--header {
  justify-content: flex-end;
}

.message--header .line {
  margin-left: 20px;
  background-color: #ee7800;
}

.message--text {
  width: 770px;
  margin: 100px 0 0 auto;
  font-size: 16px;
  line-height: 2.5;
  font-weight: bold;
}

.message--text.en {
  width: 1130px;
}

@media screen and (max-width: 768px) {
  .message--text.en {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .message--text {
    display: flex;
    font-size: 26px;
    width: 100%;
  }
}

.message--bg__m {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 240px;
  left: -65px;
  top: -30px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .message--bg__m {
    top: 430px;
  }
}

.message--bg__e {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 240px;
  left: -30px;
  top: 180px;
  transform: rotate(120deg);
}

@media screen and (max-width: 768px) {
  .message--bg__e {
    top: 750px;
  }
}

.message--bg__s1 {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 270px;
  left: 160px;
  top: 60px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .message--bg__s1 {
    top: 350px;
  }
}

.message--bg__s2 {
  stroke: #eeeeee;
  stroke-width: 1px;
  width: 480px;
  left: 240px;
  top: -280px;
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .message--bg__s2 {
    top: -230px;
    left: -30px;
  }
}

.message--bg__a {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 330px;
  left: 380px;
  top: 190px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .message--bg__a {
    top: 1120px;
    left: 310px;
    width: 300px;
  }
}

.message--bg__g {
  stroke: #eeeeee;
  stroke-width: 1px;
  width: 620px;
  left: 720px;
  top: -340px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .message--bg__g {
    top: 300px;
    left: 340px;
    width: 700px;
  }
}

.message--bg__e2 {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 280px;
  left: 1050px;
  top: 270px;
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .message--bg__e2 {
    top: -100px;
    left: 560px;
    width: 270px;
  }
}

.news {
  width: 100%;
  background-color: #ee7800;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.news--header {
  color: #fff;
}

.news--header .line {
  background-color: #fff;
  margin-right: 20px;
}

.news--inner {
  width: 700px;
  margin: 0 auto;
  margin-top: 100px;
  height: 300px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.news--inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 768px) {
  .news--inner {
    width: 100%;
    height: 400px;
  }
}

.news--box {
  width: 100%;
  display: flex;
  font-size: 16px;
  margin-bottom: 30px;
}

.news--box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .news--box {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.news--time {
  font-family: roboto-condensed, sans-serif;
  font-weight: bold;
  margin-right: 40px;
  line-height: 2;
  color: #fff;
  width: 100px;
}

.news--time.en {
  width: 145px;
}

@media screen and (max-width: 768px) {
  .news--time.en {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news--time {
    width: auto;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.news--text {
  line-height: 2;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .news--text {
    font-size: 26px;
  }
}

.news--bg__n {
  top: 70px;
  left: -160px;
  width: 320px;
  stroke-width: 2px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .news--bg__n {
    top: -140px;
    left: 490px;
  }
}

.news--bg__e {
  top: 70px;
  left: 220px;
  width: 320px;
  stroke-width: 2px;
  transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
  .news--bg__e {
    top: -110px;
    left: 140px;
  }
}

.news--bg__w {
  top: -30px;
  left: 590px;
  width: 320px;
  stroke-width: 2px;
  transform: rotate(-20deg);
}

@media screen and (max-width: 768px) {
  .news--bg__w {
    top: 170px;
    left: 510px;
  }
}

.news--bg__s {
  top: -30px;
  left: 880px;
  width: 530px;
  stroke-width: 1.5px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .news--bg__s {
    top: 160px;
    left: -170px;
  }
}

.service {
  overflow: hidden;
}

.service--header .line {
  margin-right: 20px;
  background-color: #ee7800;
}

.service--inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 210px;
}

@media screen and (max-width: 768px) {
  .service--inner {
    display: block;
    position: relative;
    margin-top: 120px;
    height: 1120px;
  }
}

.service--box {
  width: 360px;
  font-size: 0;
  position: relative;
}

.service--box.off .service--orange,
.service--box.off .service--black {
  top: 0;
  left: 0;
}

.service--box:first-child {
  margin-top: -90px;
}

@media screen and (max-width: 768px) {
  .service--box:first-child {
    margin-top: 0;
    position: absolute;
    left: 10px;
  }
}

.service--box:nth-child(2) {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .service--box:nth-child(2) {
    margin-top: 0;
    position: absolute;
    top: 290px;
    right: -60px;
  }
}

@media screen and (max-width: 768px) {
  .service--box:last-child {
    position: absolute;
    top: 600px;
    left: -20px;
  }
}

.service--img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.service--orange {
  top: -20px;
  left: -20px;
  position: absolute;
  background-color: #ee7800;
  width: 360px;
  height: 500px;
  transition: .5s;
}

.service--black {
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #000000;
  width: 360px;
  height: 500px;
  transition: .5s;
}

.service--text {
  margin: 120px auto 0;
  width: 846px;
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.14em;
  font-weight: bold;
}

.service--text.en {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .service--text {
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 26px;
  }
}

.service--link {
  margin: 110px auto;
  width: 160px;
  display: block;
}

@media screen and (max-width: 768px) {
  .service--link {
    margin: 90px auto;
    width: 310px;
  }
}

.service--link__text {
  font-size: 30px;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ee7800;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service--link__text {
    font-size: 60px;
    width: auto;
  }
}

.service--link__text:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #de7000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

@media screen and (max-width: 768px) {
  .service--link__text:after {
    transform: scale(1, 1);
    height: 8px;
  }
}

.service--link__text:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.service--link__inner {
  width: 210px;
  overflow: hidden;
  margin-left: -10px;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .service--link__inner {
    margin-left: -20px;
    margin-top: -20px;
    width: 380px;
  }
}

.service--bg__s {
  stroke: #eeeeee;
  stroke-width: 1px;
  width: 500px;
  left: 250px;
  top: 50px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .service--bg__s {
    top: 50px;
    left: 300px;
    width: 570px;
  }
}

.service--bg__e {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 270px;
  left: 680px;
  top: 80px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .service--bg__e {
    top: 2590px;
    left: 390px;
    width: 270px;
  }
}

.service--bg__r {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 290px;
  left: -40px;
  top: 680px;
  transform: rotate(125deg);
}

@media screen and (max-width: 768px) {
  .service--bg__r {
    top: 790px;
    left: 310px;
    width: 220px;
    transform: rotate(-15deg);
  }
}

.service--bg__v {
  stroke: #eeeeee;
  stroke-width: 1PX;
  width: 410px;
  left: 760px;
  top: 710px;
  transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .service--bg__v {
    top: -10px;
    left: -10px;
    width: 270px;
  }
}

.service--bg__i {
  stroke: #eeeeee;
  stroke-width: 2PX;
  width: 310px;
  left: -200px;
  top: 870px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .service--bg__i {
    top: 1150px;
    left: 540px;
    width: 270px;
  }
}

.service--bg__c {
  stroke: #eeeeee;
  stroke-width: 2PX;
  width: 310px;
  left: 640px;
  top: 1200px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .service--bg__c {
    top: 1260px;
    left: 160px;
    width: 270px;
    transform: rotate(15deg);
  }
}

.service--bg__e2 {
  stroke: #eeeeee;
  stroke-width: 2.5PX;
  width: 210px;
  left: 1060px;
  top: 1340px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .service--bg__e2 {
    top: 1060px;
    left: 320px;
    width: 270px;
    transform: rotate(135deg);
  }
}

@media all and (-ms-high-contrast: none) {
  .service--link__text {
    width: 180px;
    /* IE10以上 */
  }
}

.sub {
  width: 1200px;
  min-height: 85.6vh;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sub {
    width: 100%;
    padding: 0 20px;
  }
}

.sub--next {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  font-size: 24px;
  border: 4px solid #f07800;
  color: #f07800 !important;
  margin-bottom: 30px;
  font-weight: bold;
}

.sub--next:hover {
  color: #fff !important;
  background-color: #f07800;
}

@media screen and (max-width: 768px) {
  .sub--next {
    line-height: 1.5;
    padding: 30px 40px;
    font-size: 40px;
  }
}

.sub--header {
  font-weight: bold;
  font-size: 36px;
  color: #f07800;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sub--header {
    margin-top: 140px;
    font-size: 58px;
  }
}

.sub--tit {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sub--tit {
    margin-bottom: 60px;
    font-size: 40px;
  }
}

.sub--list {
  display: flex;
  font-size: 16px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sub--list {
    flex-direction: column;
    font-size: 32px;
  }
}

.sub--list__item {
  margin-right: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sub--list__item {
    margin-bottom: 50px;
  }
}

.sub--list__text {
  color: #f07800;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ee7800;
  display: inline-block;
}

.sub--text {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  line-height: 2;
  margin-bottom: 60px;
  text-align: justify;
}

.sub--back__text {
  text-align: center;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #f07800;
}

.sub--link {
  margin: 110px auto;
  width: 160px;
  display: block;
}

.sub--link.lcard {
  margin: 20px auto;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .sub--link.lcard {
    margin: 40px auto;
  }
}

@media screen and (max-width: 768px) {
  .sub--link {
    margin: 90px auto;
    width: 150px;
  }
}

.sub--link__text {
  font-size: 30px;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ee7800;
  display: inline-block;
  position: relative;
}

.sub--link__text:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #de7000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

@media screen and (max-width: 768px) {
  .sub--link__text:after {
    transform: scale(1, 1);
    height: 8px;
  }
}

.sub--link__text:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .sub--link__text {
    font-size: 60px;
  }
}

.sub--link__inner {
  width: 120px;
  overflow: hidden;
  margin-left: -10px;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .sub--link__inner {
    margin-left: -20px;
    margin-top: -10px;
    width: 200px;
  }
}

.sub--link__arw {
  width: 100px;
  margin-left: 0;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .sub--link__arw {
    margin-left: 0;
    width: 200px;
  }
}

.subHeader {
  min-width: 1200px;
  margin-top: 20px;
  position: relative;
  z-index: 100;
  height: 44px;
}

.subHeader.lcard {
  min-width: unset;
}

@media screen and (max-width: 768px) {
  .subHeader {
    margin-top: 32px;
    min-width: unset;
    height: 36px;
  }
}

.subHeader--logo {
  position: absolute;
  left: 20px;
  width: 216px;
}

@media screen and (max-width: 768px) {
  .subHeader--logo {
    width: 302px;
    top: -12px;
    z-index: 100;
  }
}

.subHeader--logo>a {
  width: 100%;
}

.subHeader--logo>a>img {
  width: 100%;
}

.subHeader--lang {
  font-size: 20px;
  font-family: roboto-condensed, sans-serif;
  font-weight: bold;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .subHeader--lang {
    font-size: 36px;
  }
}

/* ================= recruit add start here ================= */
.recruit {
  overflow: hidden;
  font-family: noto-sans-cjk-jp;
}

.recruit--header {
  margin-top: 90px;
}

.recruit--header .line {
  margin-right: 20px;
  background-color: #ee7800;
}

.recruit--inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .recruit--inner {
    display: block;
    position: relative;
    margin-top: 120px;
    height: 420px;
  }
}

.recruit--box {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}

.recruit--box.off .recruit--orange,
.recruit--box.off .recruit--black {
  top: 0;
  left: 0;
}

.recruit--img {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.recruit--orange {
  top: -20px;
  left: -20px;
  position: absolute;
  background-color: #ee7800;
  width: 1000px;
  height: 430px;
  transition: .5s;
}

.recruit--black {
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #000000;
  width: 1000px;
  height: 430px;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .recruit--box {
    width: 688px;
  }

  .recruit--img {
    width: 100%;
  }

  .recruit--orange {
    width: 100%;
    height: 100%;
  }

  .recruit--black {
    width: 100%;
    height: 100%;
  }
}

.recruit--lead {
  text-align: center;
  margin-top: 120px;
  color: #555555;
  font-size: 30px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  .recruit--lead {
    text-align: left;
    margin-top: 10px;
    color: #555555;
    font-size: 40px;
  }
}

.recruit--link {
  margin: 75px auto 0;
  padding-bottom: 110px;
  width: 160px;
  display: block;
}

@media screen and (max-width: 768px) {
  .recruit--link {
    margin: 90px auto;
    width: 310px;
  }
}

.recruit--link__text {
  font-size: 30px;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ee7800;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit--link__text {
    font-size: 60px;
    width: auto;
  }
}

.recruit--link__text:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #de7000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

@media screen and (max-width: 768px) {
  .recruit--link__text:after {
    transform: scale(1, 1);
    height: 8px;
  }
}

.recruit--link__text:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.recruit--link__inner {
  width: 210px;
  overflow: hidden;
  margin-left: -10px;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .recruit--link__inner {
    margin-left: -20px;
    margin-top: -20px;
    width: 380px;
  }
}

@media all and (-ms-high-contrast: none) {
  .recruit--link__text {
    width: 180px;
    /* IE10以上 */
  }
}

.recruit--bg__r {
  stroke: #eeeeee;
  stroke-width: 1px;
  width: 500px;
  left: 140px;
  top: -720px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__r {
    top: -600px;
    left: 300px;
    width: 570px;
  }
}

.recruit--bg__e {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 200px;
  left: 900px;
  top: -605px;
  transform: rotate(25deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__e {
    top: 20px;
    left: 390px;
    width: 270px;
  }
}

.recruit--bg__c {
  stroke: #eeeeee;
  stroke-width: 2px;
  width: 550px;
  left: 190px;
  top: -200px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__c {
    top: 80px;
    left: -90px;
    width: 220px;
    transform: rotate(-15deg);
  }
}

.recruit--bg__r2 {
  stroke: #eeeeee;
  stroke-width: 2PX;
  width: 200px;
  left: -150px;
  top: -170px;
  transform: rotate(55deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__r2 {
    top: 400px;
    left: 480px;
    width: 270px;
    transform: rotate(135deg);
  }
}

.recruit--bg__u {
  stroke: #eeeeee;
  stroke-width: 2PX;
  width: 310px;
  left: 620px;
  top: -500px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__u {
    top: 850px;
    left: 540px;
    width: 270px;
  }
}

.recruit--bg__i {
  stroke: #eeeeee;
  stroke-width: 2PX;
  width: 310px;
  left: 1040px;
  top: 60px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__i {
    top: 860px;
    left: -60px;
    width: 270px;
    transform: rotate(15deg);
  }
}

.recruit--bg__t {
  stroke: #eeeeee;
  stroke-width: 2.5PX;
  width: 210px;
  left: 500px;
  top: -270px;
  transform: rotate(15deg);
}

@media screen and (max-width: 768px) {
  .recruit--bg__t {
    top: 1060px;
    left: 320px;
    width: 270px;
    transform: rotate(135deg);
  }
}

/* ================= recruit add end ================= */
.recruit__link {
  font-size: 26px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 100px auto 100px;
  display: block;
  width: 500px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
}

.recruit__link:hover {
  background-color: #fff;
}

.recruit__link:hover span {
  color: #ee7800;
}

.recruit__link span {
  color: #fff;
}

.dlc--link {
  display: block;
  width: 820px;
  margin: 120px auto;
  transition: opacity 300ms;
}

.dlc--link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .dlc--link {
    width: 100%;
  }
}

.dlc--main {
  width: 950px;
  font-size: 0;
  margin: 80px auto 120px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .dlc--main {
    width: 100%;
  }
}

.dlc--main>img {
  width: 100%;
}

.dlc--main::after,
.dlc--main:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 200ms;
}

.dlc--main.off::before {
  left: 0;
  top: 0;
}

.dlc--main.off::after {
  right: 0;
  bottom: 0;
}

.dlc--main::before {
  left: -20px;
  top: -20px;
  background-color: #ee7800;
}

.dlc--main::after {
  right: -20px;
  bottom: -20px;
  background-color: #000;
}

.dlc--text {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.dlc--text>span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.dlc--text>a {
  color: #ee7800;
  font-weight: bold;
}

.dlc--text>a:hover {
  text-decoration: underline;
}

.dlc--head {
  font-size: 20px;
  margin-top: 60px;
}

.dlc--head.mt0 {
  margin-top: 0;
}

.dlc--howto {
  border: 10px solid #ee7800;
  padding: 30px;
  margin-bottom: 60px;
}

.dlc.header {
  width: 100%;
  background-color: transparent;
}
